@charset "UTF-8";
/* ==========================================================
Name:
    module.css

Description:
    サイトで共通使用する汎用モジュールのスタイルを記述する
    アルファベット降順(A->Z)に記述する

Contents:
    layout
    component
    utility
========================================================== */
/* ==========================================================
*
*   layout
*
========================================================== */
/* ---------------------------------------------
*   breadcrumb
--------------------------------------------- */
@media screen and (min-width: 751px) {
    .breadcrumb__txt--link {
        text-decoration: underline;
    }
    .breadcrumb__txt--link:hover {
        text-decoration: none;
    }
}

/* ---------------------------------------------
*   container
--------------------------------------------- */
.container {
    margin: 0 auto;
    padding: 0 50px;
    max-width: 1450px;
}

@media screen and (max-width: 1350px) {
    .container {
        padding: 0 3.7037vw;
    }
}

@media screen and (max-width: 750px) {
    .container--sp-full {
        padding: 0;
    }
}

@media screen and (max-width: 750px) {
    .sp-container {
        padding: 0 8vw;
    }
}

/* ---------------------------------------------
*   contents
--------------------------------------------- */
/*  contents-top
--------------------------------------------- */
.contents-top {
    position: relative;
    z-index: 100;
    margin-top: 110vh;
    background-color: #fff;
}

@media screen and (max-width: 750px) {
    .contents-top {
        margin-top: 103vh;
    }
}

/*  contents
--------------------------------------------- */
.contents {
    margin-top: 200px;
}

@media screen and (max-width: 1350px) {
    .contents {
        margin-top: 14.81481vw;
    }
}

@media screen and (max-width: 750px) {
    .contents {
        margin-top: 0;
    }
}

.contents--mgt0 {
    margin-top: 0;
}

.single-post .contents {
    background-color: #eae9e8;
}

/*  bg-gray
--------------------------------------------- */
.bg-gray {
    background-color: #eae9e8;
}

/* ---------------------------------------------
*   footer
--------------------------------------------- */
.footer {
    padding-top: 90px;
    background-color: #382b20;
}

@media screen and (max-width: 1100px) {
    .footer {
        padding-bottom: 140px;
    }
}

@media screen and (max-width: 750px) {
    .footer {
        padding-top: 25.33333vw;
        padding-bottom: 18.66667vw;
    }
}

/*  footer-pagetop
--------------------------------------------- */
@media screen and (min-width: 751px) {
    .footer-pagetop__link {
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
    }
    .footer-pagetop__link:hover {
        opacity: 0.8;
    }
}

/*  footer-container
--------------------------------------------- */
.footer-container {
    margin: 0 auto;
    padding: 0 50px;
    max-width: 1180px;
}

@media screen and (max-width: 1350px) {
    .footer-container {
        padding: 0 3.7037vw;
    }
}

@media screen and (max-width: 900px) {
    .footer-container {
        padding: 0;
    }
}

@media screen and (max-width: 750px) {
    .footer-container {
        padding: 0;
    }
}

/*  footer-contents
--------------------------------------------- */
.footer-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    margin-bottom: 50px;

    -webkit-box-pack: center;
    justify-content: center;
}

@media screen and (max-width: 1100px) {
    .footer-contents {
        display: block;
    }
}

@media screen and (max-width: 750px) {
    .footer-contents {
        display: block;
        margin-bottom: 6.66667vw;
        padding: 0 8vw;
    }
}

/*  footer-nav
--------------------------------------------- */
.footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 1100px) {
    .footer-nav {
        -ms-flex-pack: center;

        -webkit-box-pack: center;
        justify-content: center;
    }
}

@media screen and (max-width: 750px) {
    .footer-nav {
        display: block;
    }
}

.footer-nav__left {
    margin-right: 65px;
    margin-left: 110px;
}

@media screen and (max-width: 1350px) {
    .footer-nav__left {
        margin-right: 4.81481vw;
        margin-left: 8.14815vw;
    }
}

@media screen and (max-width: 1100px) {
    .footer-nav__left {
        margin-right: 5.92593vw;
        margin-left: 2.59259vw;
    }
}

@media screen and (max-width: 900px) {
    .footer-nav__left {
        margin-right: 2.59259vw;
    }
}

@media screen and (max-width: 1100px) {
    .windows .footer-nav__left {
        margin-right: 2.22222vw;
        margin-left: 2.59259vw;
    }
}

@media screen and (max-width: 750px) {
    .windows .footer-nav__left {
        margin: 0;
    }
}

@media screen and (max-width: 800px) {
    .footer-nav__left {
        margin-left: 2.22222vw;
    }
}

@media screen and (max-width: 750px) {
    .footer-nav__left {
        margin: 0;
    }
}

.footer-nav__center {
    margin-right: 50px;
}

@media screen and (max-width: 1350px) {
    .footer-nav__center {
        margin-right: 3.7037vw;
    }
}

@media screen and (max-width: 1100px) {
    .footer-nav__center {
        margin-right: 5.92593vw;
    }
}

@media screen and (max-width: 900px) {
    .footer-nav__center {
        margin-right: 2.59259vw;
    }
}

@media screen and (max-width: 750px) {
    .footer-nav__center {
        margin-right: 0;
    }
}

@media screen and (max-width: 750px) {
    .footer-nav__acc {
        width: 100%;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
    }
}

.footer-nav__acc-ttl {
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    font-weight: bold;
    font-size: 0.875rem;
}

@media screen and (max-width: 750px) {
    .footer-nav__acc-ttl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        -ms-flex-align: center;
        margin-bottom: 0;
        padding: 4.66667vw 0;
        font-weight: normal;
        font-size: 3.46667vw;

        -webkit-box-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        align-items: center;
    }
}

.footer-nav__acc-ttl--right {
    padding-right: 35px;
}

@media screen and (max-width: 750px) {
    .footer-nav__acc-ttl--right {
        padding-right: 0;
    }
}

.footer-nav__acc-ttl-icon {
    display: none;
}

@media screen and (max-width: 750px) {
    .footer-nav__acc-ttl-icon {
        position: relative;
        display: block;
        margin-right: 4.4vw;
        width: 2.93333vw;
        height: 2.93333vw;
        background: url(../img/common/sp/icon_plus_white.svg) 0 0 no-repeat;
        background-size: 100% auto;
        -webkit-transition: 0.3s;
        transition: 0.3s;

        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .js-sp-acc-scope.is-open .footer-nav__acc-ttl-icon {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

@media screen and (min-width: 751px) {
    .footer-nav__acc-contents {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

@media screen and (max-width: 750px) {
    .footer-nav__acc-contents {
        display: block;
        padding-top: 5.33333vw;
        padding-bottom: 5.33333vw;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }
}

.footer-nav__acc-list {
    margin-right: 50px;
}

@media screen and (max-width: 1350px) {
    .footer-nav__acc-list {
        margin-right: 3.7037vw;
    }
}

@media screen and (max-width: 750px) {
    .footer-nav__acc-list {
        margin-right: 0;
    }
    .footer-nav__acc-list:nth-of-type(2) {
        margin-top: 2.66667vw;
    }
}

.footer-nav__acc-list:last-of-type {
    margin-right: 0;
}

.footer-nav__acc-list-item {
    margin-bottom: 10px;
}

@media screen and (max-width: 750px) {
    .footer-nav__acc-list-item {
        margin-bottom: 4.66667vw;
    }
    .footer-nav__acc-contents--menu .footer-nav__acc-list-item {
        margin-bottom: 2.66667vw;
    }
    .footer-nav__acc-list-item:last-of-type {
        margin-bottom: 0;
    }
}

.footer-nav__acc-list-link {
    display: block;
    color: #fff;
    white-space: nowrap;
    letter-spacing: 0.1em;
    font-size: 0.875rem;
    line-height: 1.4;
}

@media screen and (min-width: 751px) {
    .footer-nav__acc-list-link {
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
    }
    .footer-nav__acc-list-link:hover {
        opacity: 0.8;
    }
}

@media screen and (max-width: 750px) {
    .footer-nav__acc-list-link {
        font-size: 3.46667vw;
    }
}

.footer-nav__acc-contents--menu .footer-nav__acc-list-link {
    min-height: 3em;
}

.footer-nav__acc-list-txt {
    display: block;
    color: #9e958a;
    font-size: 0.875rem;
}

@media screen and (max-width: 750px) {
    .footer-nav__acc-list-txt {
        font-size: 3.46667vw;
    }
}

.footer-nav__txt {
    margin-top: 35px;
    margin-bottom: 15px;
    padding-right: 30px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-size: 0.875rem;
}

@media screen and (max-width: 750px) {
    .footer-nav__list {
        padding-top: 4vw;
    }
}

.footer-nav__list:first-of-type {
    margin-bottom: 35px;
}

.footer-nav__list-item {
    margin-bottom: 10px;
}

@media screen and (max-width: 750px) {
    .footer-nav__list-item {
        margin-bottom: 4vw;
    }
}

.footer-nav__link {
    color: #fff;
    white-space: nowrap;
    letter-spacing: 0.1em;
    font-size: 0.875rem;
}

@media screen and (min-width: 751px) {
    .footer-nav__link {
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
    }
    .footer-nav__link:hover {
        opacity: 0.8;
    }
}

@media screen and (max-width: 750px) {
    .footer-nav__link {
        font-size: 3.46667vw;
    }
}

.footer-nav__link--open {
    position: relative;
}

.footer-nav__link--open:after {
    position: absolute;
    top: 0;
    right: -20px;
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url(../img/common/icon_open-wh.svg) 0 0 no-repeat;
    background-size: 100% auto;
    content: "";
}

@media screen and (max-width: 750px) {
    .footer-nav__link--open:after {
        right: -3.33333vw;
        width: 2.93333vw;
        height: 2.93333vw;
    }
}

/*  footer-logo
--------------------------------------------- */
.footer-logo {
    margin-top: 80px;
    width: 98px;

    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media screen and (max-width: 1100px) {
    .footer-logo {
        margin: 0 auto 5.92593vw;
    }
}

@media screen and (max-width: 750px) {
    .footer-logo {
        margin: 0 auto 15.33333vw;
        width: 23.06667vw;
    }
}

.footer-logo__link {
    display: block;
}

@media screen and (min-width: 751px) {
    .footer-logo__link {
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
    }
    .footer-logo__link:hover {
        opacity: 0.8;
    }
}

/*  footer-bottom
--------------------------------------------- */
.footer-bottom {
    padding-top: 35px;
    padding-bottom: 45px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

@media screen and (max-width: 750px) {
    .footer-bottom {
        padding: 9.33333vw 8vw 2.66667vw;
    }
}

.footer-bottom__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    margin-bottom: 50px;

    -webkit-box-pack: center;
    justify-content: center;
}

@media screen and (max-width: 750px) {
    .footer-bottom__list {
        -ms-flex-pack: start;
        margin-bottom: 6.66667vw;

        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        justify-content: flex-start;
    }
}

.footer-bottom__list-item {
    margin-right: 100px;
}

@media screen and (max-width: 750px) {
    .footer-bottom__list-item {
        margin-right: 13.33333vw;
        margin-bottom: 5.33333vw;
    }
    .footer-bottom__list-item:nth-of-type(2) {
        margin-right: 0;
    }
}

@media screen and (min-width: 751px) {
    .footer-bottom__list-item:last-of-type {
        margin-right: 0;
    }
}

.footer-bottom__link {
    color: #fff;
    font-size: 0.875rem;
}

@media screen and (min-width: 751px) {
    .footer-bottom__link {
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
    }
    .footer-bottom__link:hover {
        opacity: 0.8;
    }
}

@media screen and (max-width: 750px) {
    .footer-bottom__link {
        font-size: 3.2vw;
    }
}

.footer-bottom__link--open {
    position: relative;
}

.footer-bottom__link--open:after {
    position: absolute;
    top: 0;
    right: -25px;
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url(../img/common/icon_open-wh.svg) 0 0 no-repeat;
    background-size: 100% auto;
    content: "";
}

@media screen and (max-width: 750px) {
    .footer-bottom__link--open:after {
        right: -3.33333vw;
        width: 2.93333vw;
        height: 2.93333vw;
    }
}

/*  footer-copyright
--------------------------------------------- */
.footer-copyright {
    text-align: center;
}

.footer-copyright__txt {
    color: #fff;
    text-align: center;
    letter-spacing: 0.1em;
    font-size: 0.8125rem;
    font-family: "Lato", sans-serif;
}

@media screen and (max-width: 750px) {
    .footer-copyright__txt {
        font-size: 2.66667vw;
    }
}

/*  js-sp-menu-content
--------------------------------------------- */
@media screen and (max-width: 1024px) {
    .sp-nav-content {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 10000;
        display: none;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        -webkit-transition: 1s;
        transition: 1s;
    }
    .js-menu-opened .sp-nav-content--1 {
        display: block;
        overflow: scroll;
        -webkit-transition: 0s;
        transition: 0s;
    }
    .js-menu-opened-2 .sp-nav-content--2 {
        display: block;
        overflow: scroll;
        -webkit-transition: 0s;
        transition: 0s;
    }
}

/*  global-nav
--------------------------------------------- */
.global-nav {
    position: fixed;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    z-index: 20000;
    display: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% - 60px);
}

@media screen and (min-width: 1025px) {
    .js-menu-opened .global-nav {
        display: block;
    }
}

@media screen and (min-width: 1351px) {
    .global-nav {
        height: calc(100% - 60px) !important;
    }
}

@media screen and (max-width: 1350px) {
    .global-nav {
        top: 2.22222vw;
        right: 2.22222vw;
        bottom: 2.22222vw;
        left: 2.22222vw;
        width: calc(100% - 4.4444vw);
    }
}

@media screen and (min-width: 1025px) {
    .global-nav {
        height: calc(100% - 4.4444vw) !important;
    }
}

@media screen and (max-width: 1024px) {
    .global-nav {
        position: absolute;
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
        margin: 0 3%;
        width: 94%;
        height: calc(100% - 17.33333vw);
    }
}

.global-nav__inner-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);

    -webkit-box-align: center;
    align-items: center;
}

.js-menu-opened .global-nav__inner-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@media screen and (min-width: 1025px) {
    .global-nav__inner-wrap {
        background-color: #fff;
    }
}

@media screen and (max-width: 1024px) {
    .global-nav__inner-wrap {
        padding-bottom: 150px;
        height: auto;
    }
}

@media screen and (max-width: 750px) {
    .global-nav__inner-wrap {
        padding-bottom: 20vw;
    }
}

.global-nav__inner {
    padding: 50px 0;
    max-height: 100%;
    width: 100%;
}

@media screen and (max-width: 1350px) {
    .global-nav__inner {
        padding: 3.7037vw 0;
    }
}

@media screen and (min-width: 1025px) {
    .global-nav__inner {
        overflow-y: auto;
    }
}

@media screen and (max-width: 1024px) {
    .global-nav__inner {
        padding: 8vw 4.66667vw;
        border-radius: 2.66667vw;
        background-color: rgba(255, 255, 255, 0.92);
    }
}

.global-nav__logo {
    margin: 0 auto 5.33333vw;
    width: 13.73333vw;
}

@media screen and (min-width: 1025px) {
    .global-nav__logo {
        display: none;
    }
}

.global-nav__logo a {
    display: block;
}

.global-nav__upper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin: 0 auto;
    margin-bottom: 15px;
    padding: 0 50px;
    max-width: 1220px;

    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 1350px) {
    .global-nav__upper {
        padding: 0 3.7037vw;
    }
}

@media screen and (max-width: 1024px) {
    .global-nav__upper {
        display: none;
    }
}

.global-nav__upper-logo {
    width: 157px;
}

@media screen and (min-width: 1025px) {
    .global-nav__upper-logo {
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
    }
    .global-nav__upper-logo:hover {
        opacity: 0.8;
    }
}

.global-nav__list-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;

    -webkit-box-align: center;
    align-items: center;
}

.global-nav__list-sns-item {
    margin-right: 18px;
    line-height: 0;
}

.global-nav__list-sns-item:last-of-type {
    margin-right: 0;
}

.global-nav__list-sns-link {
    display: block;
}

@media screen and (min-width: 1025px) {
    .global-nav__list-sns-link {
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
    }
    .global-nav__list-sns-link:hover {
        opacity: 0.8;
    }
}

.global-nav__list-sns-link--insta {
    width: 15px;
}

.global-nav__list-sns-link--tw {
    width: 17px;
}

.global-nav__list-sns-link--fb {
    width: 9px;
}

.global-nav__list-sns-link img {
    width: 100%;
}

.global-nav__contents {
    margin: 0 auto;
    padding: 0 50px;
    max-width: 1220px;
}

@media screen and (max-width: 1350px) {
    .global-nav__contents {
        padding: 0 3.7037vw;
    }
}

@media screen and (max-width: 1024px) {
    .global-nav__contents {
        margin: 0 auto;
        padding: 0;
        max-width: 770px;
    }
}

.global-nav__large-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin-bottom: 35px;

    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 1024px) {
    .global-nav__large-list {
        display: block;
        margin-bottom: 12vw;
    }
}

.global-nav__large-list-item {
    width: 24.55357%;
}

@media screen and (max-width: 1024px) {
    .global-nav__large-list-item {
        margin-bottom: 4vw;
        width: 100%;
    }
}

.global-nav__large-link {
    position: relative;
    display: block;
}

@media screen and (min-width: 1025px) {
    .global-nav__large-link {
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
    }
    .global-nav__large-link:hover {
        opacity: 0.8;
    }
}

@media screen and (max-width: 1024px) {
    .global-nav__large-link-img {
        width: 100%;
    }
    .global-nav__large-link-img img {
        width: 100%;
    }
}

.global-nav__large-link-txt-area {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

@media screen and (max-width: 1350px) {
    .global-nav__large-link-txt-area {
        bottom: 1.48148vw;
        left: 1.48148vw;
    }
}

@media screen and (max-width: 1024px) {
    .global-nav__large-link-txt-area {
        bottom: 4vw;
        left: 3.33333vw;
    }
}

.global-nav__large-link-txt-en {
    display: block;
    padding-left: 0.3em;
    color: #fff;
    letter-spacing: 0.1em;
    font-weight: 900;
    font-size: 0.5rem;
    font-family: "Lato", sans-serif;
}

@media screen and (max-width: 1024px) {
    .global-nav__large-link-txt-en {
        font-size: 2.13333vw;
    }
}

.global-nav__large-link-txt-en--poppins {
    color: #c32032;
    font-family: "Poppins", sans-serif;
}

.global-nav__large-link-txt {
    color: #fff;
    letter-spacing: 0.1em;
    font-size: 1.4375rem;
    font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 1350px) {
    .global-nav__large-link-txt {
        font-size: 1.7037vw;
    }
}

@media screen and (max-width: 1024px) {
    .global-nav__large-link-txt {
        font-size: 4.66667vw;
    }
}

.global-nav__large-link-txt--gfs {
    font-family: "GFSDidot";
}

@media screen and (max-width: 1024px) {
    .global-nav__large-link-txt--gfs {
        font-size: 6vw;
    }
}

.global-nav__large-link-txt--2 {
    letter-spacing: 0.2em;
}

.global-nav__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin-bottom: 30px;
    padding: 0 10px;

    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 1350px) {
    .global-nav__wrap {
        margin-bottom: 2.22222vw;
    }
}

@media screen and (max-width: 1024px) {
    .global-nav__wrap {
        display: block;
        padding: 0;
    }
}

.global-nav__menu-txt {
    position: relative;
    margin-bottom: 15px;
}

@media screen and (max-width: 1024px) {
    .global-nav__menu-txt {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        -ms-flex-align: center;
        margin-bottom: 0;
        padding: 4.66667vw 0;
        border-top: 1px solid rgba(56, 43, 32, 0.2);

        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }
}

.global-nav__menu-txt:after {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 1px;
    background-color: #382b20;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 1024px) {
    .global-nav__menu-txt:after {
        content: none;
    }
}

.global-nav__menu-txt-inner {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding-right: 10px;
    background-color: #fff;
    font-size: 1.0625rem;
    font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 1024px) {
    .global-nav__menu-txt-inner {
        background-color: inherit;
        font-size: 3.46667vw;
    }
}

.global-nav__menu-txt-icon {
    display: none;
}

@media screen and (max-width: 1024px) {
    .global-nav__menu-txt-icon {
        position: relative;
        display: block;
        margin-right: 4.4vw;
        width: 2.93333vw;
        height: 2.93333vw;
        background: url(../img/common/sp/icon_plus_black.svg) 0 0 no-repeat;
        background-size: 100% auto;
        -webkit-transition: 0.3s;
        transition: 0.3s;

        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .js-sp-acc-scope.is-open .global-nav__menu-txt-icon {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

@media screen and (min-width: 1025px) {
    .global-nav__menu-contents {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

@media screen and (max-width: 1024px) {
    .global-nav__menu-contents {
        display: block;
        padding: 6.66667vw 0 4.66667vw;
        border-top: 1px solid rgba(56, 43, 32, 0.2);
    }
}

.global-nav__menu-list {
    margin-right: 40px;
}

@media screen and (max-width: 1350px) {
    .global-nav__menu-list {
        margin-right: 2.96296vw;
    }
}

@media screen and (max-width: 1024px) {
    .global-nav__menu-list {
        margin-top: 0;
        margin-right: 0;
    }
}

.global-nav__menu-list:last-of-type {
    margin-right: 20px;
}

@media screen and (max-width: 1024px) {
    .global-nav__menu-list:last-of-type {
        margin-right: 0;
    }
}

.global-nav__menu-list-item {
    margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
    .global-nav__menu-list-item {
        margin-bottom: 2.66667vw;
    }
}

.global-nav__menu-link {
    display: block;
    min-height: 3em;
    letter-spacing: 0.1em;
    font-size: 0.875rem;
}

@media screen and (min-width: 1025px) {
    .global-nav__menu-link {
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
    }
    .global-nav__menu-link:hover {
        opacity: 0.8;
    }
}

@media screen and (max-width: 1024px) {
    .global-nav__menu-link {
        font-size: 3.46667vw;
    }
}

.global-nav__menu-link-txt {
    display: block;
    color: #9e958a;
    letter-spacing: 0.1em;
    font-size: 0.875rem;
}

@media screen and (max-width: 1024px) {
    .global-nav__menu-link-txt {
        font-size: 3.46667vw;
    }
}

.global-nav__block {
    width: 433px;
}

@media screen and (max-width: 1350px) {
    .global-nav__block {
        width: 32.07407vw;
    }
}

@media screen and (max-width: 1024px) {
    .global-nav__block {
        width: 100%;
    }
}

.global-nav__block-link {
    display: block;
}

@media screen and (min-width: 751px) {
    .global-nav__block-link {
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
    }
    .global-nav__block-link:hover {
        opacity: 0.8;
    }
}

.global-nav__block-txt {
    position: relative;
    margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
    .global-nav__block-txt {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        -ms-flex-align: center;
        margin-bottom: 0;
        padding: 6vw 0 4.66667vw;
        border-top: 1px solid rgba(56, 43, 32, 0.2);

        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }
}

.global-nav__block-txt:after {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 1px;
    background-color: #382b20;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 1024px) {
    .global-nav__block-txt:after {
        content: none;
    }
}

.global-nav__block-txt-inner {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding-right: 10px;
    background-color: #fff;
    font-size: 1.0625rem;
    font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 1024px) {
    .global-nav__block-txt-inner {
        background-color: inherit;
        letter-spacing: 0.1em;
        font-size: 3.46667vw;
    }
}

.global-nav__block-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
    .global-nav__block-list {
        margin-bottom: 8vw;
        width: 100%;
    }
}

.global-nav__block-item {
    margin-right: 2.54042%;
    margin-bottom: 11px;
    width: 48.72979%;
}

@media screen and (max-width: 1024px) {
    .global-nav__block-item {
        margin-right: 0;
        margin-bottom: 2.66667vw;
        width: 100%;
    }
}

.global-nav__block-item:nth-of-type(2n) {
    margin-right: 0;
}

.global-nav__block-link {
    width: 100%;
}

.global-nav__block-link img {
    width: 100%;
}

.global-nav__list {
    margin-top: 20px;
}

@media screen and (max-width: 1350px) {
    .global-nav__list {
        margin-top: 1.48148vw;
    }
}

@media screen and (max-width: 1024px) {
    .global-nav__list {
        margin-top: 0;
    }
}

.global-nav__list:first-of-type {
    margin-top: 0;
}

@media screen and (max-width: 1024px) {
    .global-nav__list:first-of-type {
        border-top: 1px solid rgba(56, 43, 32, 0.2);
    }
}

@media screen and (max-width: 1024px) {
    .global-nav__list:last-of-type {
        margin-top: 16vw;
        border-top: 1px solid rgba(56, 43, 32, 0.2);
    }
}

.global-nav__list-item {
    margin-bottom: 5px;
}

@media screen and (max-width: 1024px) {
    .global-nav__list-item {
        border-bottom: 1px solid rgba(56, 43, 32, 0.2);
    }
}

.global-nav__link {
    display: inline-block;
    letter-spacing: 0.1em;
    font-size: 0.875rem;
}

@media screen and (min-width: 1025px) {
    .global-nav__link {
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
    }
    .global-nav__link:hover {
        opacity: 0.8;
    }
}

@media screen and (max-width: 1024px) {
    .global-nav__link {
        display: block;
        padding: 4.66667vw 0;
        width: 100%;
        font-size: 3.46667vw;
    }
}

.global-nav__link--arrow {
    position: relative;
}

@media screen and (max-width: 1024px) {
    .global-nav__link--arrow:after {
        position: absolute;
        top: 50%;
        right: 4vw;
        display: inline-block;
        width: 2.93333vw;
        height: 2.26667vw;
        background: url(../img/common/sp/icon_link-arrow-br.svg) 0 0 no-repeat;
        background-size: 100% auto;
        content: "";
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.global-nav__link--open {
    position: relative;
}

.global-nav__link--open:after {
    position: absolute;
    top: 50%;
    right: -20px;
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../img/common/icon_open-br.svg) 0 0 no-repeat;
    background-size: 100% auto;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 1024px) {
    .global-nav__link--open:after {
        top: 50%;
        right: 4vw;
        width: 2.93333vw;
        height: 2.93333vw;
        background-image: url(../img/common/sp/icon_open-br.svg);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.global-nav__bottom {
    margin: 0 50px;
    padding-top: 35px;
    border-top: 1px solid #d1d2d2;
}

@media screen and (max-width: 1350px) {
    .global-nav__bottom {
        margin: 0 3.7037vw;
    }
}

@media screen and (max-width: 1024px) {
    .global-nav__bottom {
        margin: 0 auto;
        margin-top: 16vw;
        padding-top: 0;
        max-width: 770px;
    }
}

.global-nav__bottom-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;

    -webkit-box-pack: center;
    justify-content: center;
}

@media screen and (max-width: 1024px) {
    .global-nav__bottom-list {
        display: block;
    }
}

.global-nav__bottom-list-item {
    margin-right: 100px;
}

@media screen and (max-width: 1024px) {
    .global-nav__bottom-list-item {
        margin-right: 0;
        border-bottom: 1px solid rgba(56, 43, 32, 0.2);
    }
}

.global-nav__bottom-list-item:last-of-type {
    margin-right: 0;
}

.global-nav__bottom-link {
    font-size: 0.875rem;
}

@media screen and (min-width: 1025px) {
    .global-nav__bottom-link {
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
    }
    .global-nav__bottom-link:hover {
        opacity: 0.8;
    }
}

@media screen and (max-width: 1024px) {
    .global-nav__bottom-link {
        display: block;
        padding: 4.66667vw 0;
        width: 100%;
        font-size: 3.46667vw;
    }
}

.global-nav__bottom-link--arrow {
    position: relative;
}

@media screen and (max-width: 1024px) {
    .global-nav__bottom-link--arrow:after {
        position: absolute;
        top: 50%;
        right: 4vw;
        display: inline-block;
        width: 2.93333vw;
        height: 2.26667vw;
        background: url(../img/common/sp/icon_link-arrow-br.svg) 0 0 no-repeat;
        background-size: 100% auto;
        content: "";
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.global-nav__bottom-link--open {
    position: relative;
}

.global-nav__bottom-link--open:after {
    position: absolute;
    top: 0;
    right: -20px;
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../img/common/icon_open-br.svg) 0 0 no-repeat;
    background-size: 100% auto;
    content: "";
}

@media screen and (max-width: 1024px) {
    .global-nav__bottom-link--open:after {
        top: 50%;
        right: 4vw;
        width: 2.93333vw;
        height: 2.93333vw;
        background-image: url(../img/common/sp/icon_open-br.svg);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.global-nav__sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8vw;
}

@media screen and (min-width: 1025px) {
    .global-nav__sns {
        display: none;
    }
}

.global-nav__sns-item {
    width: calc(100% / 3);
}

.global-nav__sns-link {
    display: block;
}

.global-nav__sns-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin: 0 auto;
    height: 9.33333vw;

    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.global-nav__sns-icon img {
    width: 100%;
}

.global-nav__sns-icon--insta {
    width: 7.06667vw;
}

.global-nav__sns-icon--tw {
    width: 8.13333vw;
}

.global-nav__sns-icon--fb {
    width: 4.26667vw;
}

.global-nav__sns-txt {
    display: block;
    margin-top: 0.66667vw;
    text-align: center;
    letter-spacing: 0.05em;
    font-weight: bold;
    font-size: 2.93333vw;
    font-family: "Lato", sans-serif;
}

/*  sp-nav
--------------------------------------------- */
.sp-nav {
    position: fixed;
    bottom: 0;
    left: 3%;
    z-index: 20000;
    width: 94%;
    height: 18.66667vw;
    border-radius: 2.66667vw;
    background-color: rgba(255, 255, 255, 0.92);
    -webkit-transition: bottom .2s;
    transition: bottom .2s;
}

@media screen and (min-width: 1025px) {
    .sp-nav {
        display: none;
    }
}

@media screen and (min-width: 751px) {
    .sp-nav {
        height: 140px;
    }
}

.sp-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    max-width: 840px;
    height: 100%;
}

.sp-nav__list-item {
    position: relative;
    width: calc(100% / 4);
}

.sp-nav__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    margin: 0 auto;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.sp-nav__icon img {
    width: 100%;
}

.sp-nav__icon--1 {
    width: 5.6vw;
}

.js-menu-opened .sp-nav__icon--1 {
    display: none;
}

@media screen and (min-width: 751px) {
    .sp-nav__icon--1 {
        width: 42px;
    }
}

.sp-nav__icon--2 {
    top: 45%;
    width: 6vw;
}

@media screen and (min-width: 751px) {
    .sp-nav__icon--2 {
        width: 45px;
    }
}

.sp-nav__icon--3 {
    top: 45%;
    width: 5.86667vw;
}

@media screen and (min-width: 751px) {
    .sp-nav__icon--3 {
        width: 44px;
    }
}

.sp-nav__icon--4 {
    top: 45%;
    width: 4.53333vw;
}

.js-menu-opened-2 .sp-nav__icon--4 {
    display: none;
}

@media screen and (min-width: 751px) {
    .sp-nav__icon--4 {
        width: 34px;
    }
}

.sp-nav__icon--close {
    top: 45%;
    display: none;
    width: 6.66667vw;
}

@media screen and (min-width: 751px) {
    .sp-nav__icon--close {
        width: 50px;
    }
}

.js-menu-opened .sp-nav__icon--close-1 {
    display: block;
}

.js-menu-opened-2 .sp-nav__icon--close-2 {
    display: block;
}

.sp-nav__txt {
    display: block;
    padding-top: 12.66667vw;
    color: #c32032;
    text-align: center;
    white-space: nowrap;
    font-weight: bold;
    font-size: 2.93333vw;
    cursor: pointer;
}

@media screen and (min-width: 751px) {
    .sp-nav__txt {
        padding-top: 95px;
        font-size: 1.375rem;
    }
}

.sp-nav__txt--open-1 {
    display: none;
}

.js-menu-opened .sp-nav__txt--open-1 {
    display: block;
}

.sp-nav__txt--open-2 {
    display: none;
}

.js-menu-opened-2 .sp-nav__txt--open-2 {
    display: block;
}

.sp-nav__txt--close {
    position: absolute;
    left: 50%;
    display: block;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.js-menu-opened-2 .sp-nav__txt--close {
    display: none;
}

/*  sp-nav-content
--------------------------------------------- */
@media screen and (min-width: 1025px) {
    .sp-nav-content--2 {
        display: none;
    }
}

.sp-nav-content__inner {
    position: relative;
    padding: 100px;
    width: 100%;
    height: 100%;
}

/*  menu-overlay
--------------------------------------------- */
.menu-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.js-menu-opened .menu-overlay--1 {
    display: block;
}

.js-menu-opened-2 .menu-overlay--2 {
    display: block;
}

/* ---------------------------------------------
*   header
--------------------------------------------- */
.header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 133px;
    background-color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media screen and (max-width: 1350px) {
    .header {
        height: 9.85185vw;
    }
}

@media screen and (max-width: 750px) {
    .header {
        position: static;
        height: 13.33333vw;
    }
    .home .header {
        height: 0 !important;
    }
}

.is-top .header {
    height: 200px;
}

@media screen and (max-width: 1350px) {
    .is-top .header {
        height: 14.81481vw;
    }
}

.is-top.home .header {
    background-color: inherit;
}

.is-top.home .header .header-color-change {
    background-color: #fff;
}

/*  header-container
--------------------------------------------- */
.header-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    -ms-flex-align: center;
    padding-top: 40px;
    padding-right: 50px;
    padding-left: 60px;

    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
}

@media screen and (max-width: 1350px) {
    .header-container {
        padding-top: 2.96296vw;
        padding-right: 3.7037vw;
        padding-left: 4.44444vw;
    }
}

@media screen and (max-width: 1024px) {
    .header-container {
        padding: 0 4vw;
        height: 100%;
    }
}

@media screen and (max-width: 750px) {
    .header-container {
        -ms-flex-pack: start;

        -webkit-box-pack: start;
        justify-content: flex-start;
    }
}

/*  header-logo
--------------------------------------------- */
.header-logo {
    position: absolute;
    top: 35px;
    left: 45px;
    z-index: 1000;
    width: 50px;
    height: 61px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.header-logo img {
    width: 100%;
}

@media screen and (max-width: 1350px) {
    .header-logo {
        top: 2.59259vw;
        left: 3.33333vw;
        width: 3.7037vw;
        height: 4.51852vw;
    }
}

@media screen and (max-width: 750px) {
    .header-logo {
        position: static;
        width: 29.46667vw;
    }
}

@media screen and (min-width: 751px) {
    .is-top .header-logo {
        top: 55px;
        left: 55px;
        width: 77px;
    }
}

@media screen and (min-width: 751px) and (max-width: 1350px) {
    .is-top .header-logo {
        top: 4.07407vw;
        left: 4.07407vw;
        width: 5.7037vw;
    }
}

@media screen and (max-width: 750px) {
    .home .header-logo {
        display: none;
    }
}

.header-logo__link {
    display: block;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 751px) {
    .header-logo__link {
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
    }
    .header-logo__link:hover {
        opacity: 0.8;
    }
}

.header-logo__white {
    display: none;
}

.is-top.home .header-logo__white {
    display: block;
}

.header-logo__brown {
    display: block;
}

@media screen and (max-width: 750px) {
    .header-logo__brown {
        display: none;
    }
}

.is-top.home .header-logo__brown {
    display: none;
}

@media screen and (min-width: 751px) {
    .header-logo__txt {
        display: none;
    }
}

.is-top.home .header-logo__txt {
    display: none;
}

/*  header-menu
--------------------------------------------- */
.header-menu {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;

    -webkit-box-pack: center;
    justify-content: center;
}

.header-menu-lv1 {
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .header-menu-lv1 {
        display: none;
    }
}

.header-menu-lv1__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;

    -webkit-box-pack: center;
    justify-content: center;
}

.header-menu-lv1__item {
    width: 100px;
}

@media screen and (max-width: 1200px) {
    .header-menu-lv1__item {
        width: 90px;
    }
}

@media screen and (max-width: 1024px) {
    .header-menu-lv1__item {
        width: 100%;
    }
}

.header-menu-lv1__item--l {
    width: 150px;
}

@media screen and (max-width: 1200px) {
    .header-menu-lv1__item--l {
        width: 135px;
    }
}

.header-menu-lv1__link {
    position: relative;
    z-index: 2000;
    display: block;
    text-align: center;
}

.header-menu-lv1__link-txt {
    position: relative;
    display: inline-block;
    color: #382b20;
    text-align: center;
    white-space: nowrap;
    letter-spacing: 0.1em;
    font-size: 0.875rem;
    font-family: "Lato", sans-serif;
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media screen and (max-width: 1200px) {
    .header-menu-lv1__link-txt {
        font-size: 0.75rem;
    }
}

.header-menu-lv1__link:hover .header-menu-lv1__link-txt {
    opacity: 0;
}

.is-top.home .header-menu-lv1__link-txt {
    color: #fff;
}

.is-top.hover-open .header-menu-lv1__link-txt {
    color: #382b20;
}

.header-menu-lv1__link-txt--arrow:after {
    position: absolute;
    top: 50%;
    right: -15px;
    display: inline-block;
    width: 10px;
    height: 5px;
    background: url(../img/common/icon_txt-arrow-br.svg) 0 0 no-repeat;
    background-size: 100% auto;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.is-top.home .header-menu-lv1__link-txt--arrow:after {
    background-image: url(../img/common/icon_txt-arrow-wh.svg);
}

.is-top.hover-open .header-menu-lv1__link-txt--arrow:after {
    background-image: url(../img/common/icon_txt-arrow-br.svg);
}

.header-menu-lv1__link-txt--open:after {
    position: absolute;
    top: 0.3em;
    right: -15px;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../img/common/icon_open-br.svg) 0 0 no-repeat;
    background-size: 100% auto;
    content: "";
}

.is-top.home .header-menu-lv1__link-txt--open:after {
    background-image: url(../img/common/icon_open-wh.svg);
}

.is-top.hover-open .header-menu-lv1__link-txt--open:after {
    background-image: url(../img/common/icon_open-br.svg);
}

.header-menu-lv1__link-txt-ja {
    position: absolute;
    top: 0.25em;
    left: 50%;
    display: inline-block;
    color: #382b20;
    white-space: nowrap;
    font-size: 0.875rem;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (max-width: 1200px) {
    .header-menu-lv1__link-txt-ja {
        font-size: 0.75rem;
    }
}

.header-menu-lv1__link:hover .header-menu-lv1__link-txt-ja {
    opacity: 1;
}

.is-top.home .header-menu-lv1__link-txt-ja {
    color: #fff;
}

.is-top.hover-open .header-menu-lv1__link-txt-ja {
    color: #382b20;
}

.header-menu-lv1__link-txt-ja:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #382b20;
    content: "";
}

.is-top.home .header-menu-lv1__link-txt-ja:before {
    background-color: #fff;
}

.is-top.hover-open .header-menu-lv1__link-txt-ja:before {
    background-color: #382b20;
}

.header-menu-lv1__link-txt-ja--arrow:after {
    position: absolute;
    top: 50%;
    right: -15px;
    display: inline-block;
    width: 10px;
    height: 5px;
    background: url(../img/common/icon_txt-arrow-br.svg) 0 0 no-repeat;
    background-size: 100% auto;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header-menu-lv1__link-txt-ja--open:after {
    position: absolute;
    top: 0.3em;
    right: -15px;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../img/common/icon_open-br.svg) 0 0 no-repeat;
    background-size: 100% auto;
    content: "";
}

.is-top.home .header-menu-lv1__link-txt-ja--open:after {
    background-image: url(../img/common/icon_open-wh.svg);
}

.is-top.hover-open .header-menu-lv1__link-txt-ja--open:after {
    background-image: url(../img/common/icon_open-br.svg);
}

.header-menu-lv2 {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    width: 100vw;
    background-color: #fff;
}

@media screen and (max-width: 1024px) {
    .header-menu-lv2 {
        position: absolute;
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
        display: none;
        margin: 0 3%;
        width: 94%;
        height: calc(100% - 17.33333vw);
        background-color: inherit;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
    .js-sp-menu-opened-2 .header-menu-lv2 {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.header-menu-lv2__logo {
    position: absolute;
    top: 35px;
    left: 45px;
    width: 50px;
    height: 61px;
}

@media screen and (max-width: 1350px) {
    .header-menu-lv2__logo {
        top: 2.59259vw;
        left: 3.33333vw;
        width: 3.7037vw;
        height: 4.51852vw;
    }
}

@media screen and (max-width: 1024px) {
    .header-menu-lv2__logo {
        display: none;
    }
}

.header-menu-lv2__logo-link {
    display: block;
}

@media screen and (min-width: 1025px) {
    .header-menu-lv2__logo-link {
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
    }
    .header-menu-lv2__logo-link:hover {
        opacity: 0.8;
    }
}

.header-menu-lv2__inner-wrap {
    padding-top: 130px;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1024px) {
    .header-menu-lv2__inner-wrap {
        padding-top: 0;
        padding-bottom: 150px;
        height: auto;
    }
}

@media screen and (max-width: 750px) {
    .header-menu-lv2__inner-wrap {
        padding-bottom: 20vw;
    }
}

.header-menu-lv2__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    padding-bottom: 45px;

    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 1350px) {
    .header-menu-lv2__inner {
        padding-bottom: 3.33333vw;
    }
}

@media screen and (max-width: 1024px) {
    .header-menu-lv2__inner {
        display: block;
        padding: 8vw 5.06667vw;
        border-radius: 2.66667vw;
        background-color: rgba(255, 255, 255, 0.92);
    }
}

@media screen and (max-width: 1024px) {
    .header-menu-lv2__upper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        margin-top: 6.66667vw;

        -webkit-box-pack: justify;
        justify-content: space-between;
    }
}

.header-menu-lv2__large-link {
    display: block;
    padding-top: 90px;
    width: 142px;
    height: 239px;
    background-position: 0 0;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (min-width: 1025px) {
    .header-menu-lv2__large-link {
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
    }
    .header-menu-lv2__large-link:hover {
        opacity: 0.8;
    }
}

@media screen and (max-width: 1350px) {
    .header-menu-lv2__large-link {
        padding-top: 6.66667vw;
        width: 10.51852vw;
        height: 17.7037vw;
    }
}

@media screen and (max-width: 1024px) {
    .header-menu-lv2__large-link {
        padding-top: 13.33333vw;
        width: 40.8vw;
        height: 47.73333vw;
    }
}

.header-menu-lv2__large-link-new {
    position: relative;
    z-index: 100;
    display: block;
    margin: 0 auto 5px;
    width: 53px;
}

@media screen and (max-width: 1350px) {
    .header-menu-lv2__large-link-new {
        width: 3.92593vw;
    }
}

@media screen and (max-width: 1024px) {
    .header-menu-lv2__large-link-new {
        margin-top: 2.66667vw;
        margin-bottom: 0;
        margin-left: 2.66667vw;
        width: 11.6vw;
    }
}

.header-menu-lv2__large-link-new img {
    width: 100%;
}

.header-menu-lv2__large-link-txt {
    position: relative;
    z-index: 100;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 1350px) {
    .header-menu-lv2__large-link-txt {
        font-size: 1.18519vw;
    }
}

@media screen and (max-width: 1024px) {
    .header-menu-lv2__large-link-txt {
        font-size: 3.2vw;
    }
}

.header-menu-lv2__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .header-menu-lv2__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        margin: 0 auto;
        max-width: 770px;
        text-align: left;

        -webkit-box-pack: justify;
        justify-content: space-between;
    }
}

@media screen and (max-width: 1024px) {
    .header-menu-lv2__list--1 {
        display: block;
        width: 40.8vw;
    }
}

@media screen and (max-width: 1024px) {
    .header-menu-lv2__list:first-of-type {
        margin-top: 50px;
    }
}

@media screen and (max-width: 750px) {
    .header-menu-lv2__list:first-of-type {
        margin-top: 6.66667vw;
    }
}

.header-menu-lv2__item {
    display: block;
    margin-left: 13px;
    width: 192px;
    height: 114px;
}

@media screen and (max-width: 1350px) {
    .header-menu-lv2__item {
        margin-left: 0.96296vw;
        width: 14.22222vw;
        height: 8.44444vw;
    }
}

@media screen and (max-width: 1024px) {
    .header-menu-lv2__item {
        margin-bottom: 2.4vw;
        margin-left: 0;
        width: 48.57143%;
        height: 22.66667vw;
    }
}

.header-menu-lv2__item:first-of-type {
    margin-bottom: 11px;
}

@media screen and (max-width: 1350px) {
    .header-menu-lv2__item:first-of-type {
        margin-bottom: 0.81481vw;
    }
}

@media screen and (max-width: 1024px) {
    .header-menu-lv2__item:first-of-type {
        margin-bottom: 2.4vw;
    }
}

.header-menu-lv2__link {
    position: relative;
    z-index: 100;
    display: block;
    padding: 1em;
    padding-top: 40px;
    height: 100%;
    background-position: 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
    text-decoration: underline;
    text-decoration: none;
    font-size: 0.8125rem;
}

@media screen and (min-width: 1025px) {
    .header-menu-lv2__link {
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
    }
    .header-menu-lv2__link:hover {
        opacity: 0.8;
    }
}

@media screen and (max-width: 1350px) {
    .header-menu-lv2__link {
        padding-top: 2.96296vw;
        font-size: 0.96296vw;
    }
}

@media screen and (max-width: 1024px) {
    .header-menu-lv2__link {
        padding-top: 7.40741vw;
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 750px) {
    .header-menu-lv2__link {
        padding-top: 6.66667vw;
        font-size: 3.2vw;
    }
}

.header-menu-lv2__link:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(35, 24, 21, 0.4);
    content: "";
}

.header-menu-lv2__link--season {
    padding-top: 35px;
}

@media screen and (max-width: 1350px) {
    .header-menu-lv2__link--season {
        padding-top: 2.59259vw;
    }
}

.header-menu-lv2__link--original {
    background: url(../img/common/img_header_original_2.jpg) 0 0 no-repeat;
    background-size: cover;
}

.header-menu-lv2__link--milk {
    background: url(../img/common/img_header_milk_2.jpg) 0 0 no-repeat;
    background-size: cover;
}

.header-menu-lv2__link--japanese {
    background: url(../img/common/img_header_japanese_2.jpg) 0 0 no-repeat;
    background-size: cover;
}

.header-menu-lv2__link--kokutou {
    background: url(../img/common/img_header_kokutou_2.jpg) 0 0 no-repeat;
    background-size: cover;
}

.header-menu-lv2__link--ade {
    background: url(../img/common/img_header_ade_2.jpg) 0 0 no-repeat;
    background-size: cover;
}

.header-menu-lv2__link--fruits {
    background: url(../img/common/img_header_fruits_2.jpg) 0 0 no-repeat;
    background-size: cover;
}

.header-menu-lv2__link--vineger {
    background: url(../img/common/img_header_vineger_2.jpg) 0 0 no-repeat;
    background-size: cover;
}

.header-menu-lv2__link--kids {
    background: url(../img/common/img_header_kids_2.jpg) 0 0 no-repeat;
    background-size: cover;
}

.header-menu-lv2__link--coffee {
    background: url(../img/common/img_header_coffee_2.jpg) 0 0 no-repeat;
    background-size: cover;
}

.header-menu-lv2__link-en {
    position: relative;
    z-index: 100;
    display: block;
    font-size: 1.125rem;
    font-family: "Baskervville", serif;
}

@media screen and (max-width: 1350px) {
    .header-menu-lv2__link-en {
        font-size: 1.33333vw;
    }
}

@media screen and (max-width: 1024px) {
    .header-menu-lv2__link-en {
        font-size: 1.8125rem;
    }
}

@media screen and (max-width: 750px) {
    .header-menu-lv2__link-en {
        font-size: 3.86667vw;
    }
}

.header-menu-lv2__link-ja {
    position: relative;
    z-index: 100;
}

/*  header-sns
--------------------------------------------- */
.header-sns {
    position: relative;
    z-index: 2000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    margin-right: 60px;
    margin-left: 70px;

    -webkit-box-align: end;
    align-items: flex-end;
}

@media screen and (max-width: 1350px) {
    .header-sns {
        margin-right: 4.44444vw;
        margin-left: 5.18519vw;
    }
}

@media screen and (max-width: 1200px) {
    .header-sns {
        margin-right: 2.22222vw;
        margin-left: 2.59259vw;
    }
}

.header-sns__item {
    margin-right: 18px;
}

.header-sns__item:last-of-type {
    margin-right: 0;
}

.header-sns__link {
    display: block;
}

@media screen and (min-width: 1025px) {
    .header-sns__link {
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
    }
    .header-sns__link:hover {
        opacity: 0.8;
    }
}

.header-sns__link--insta {
    width: 15px;
}

.header-sns__link--tw {
    width: 17px;
}

.header-sns__link--fb {
    width: 9px;
}

.header-sns__link img {
    width: 100%;
}

.header-sns__link-white {
    display: none;
}

.is-top.home .header-sns__link-white {
    display: block;
}

.is-top.hover-open .header-sns__link-white {
    display: none;
}

.header-sns__link-brown {
    display: block;
}

.is-top.home .header-sns__link-brown {
    display: none;
}

.is-top.hover-open .header-sns__link-brown {
    display: block;
}

/*  header-close
--------------------------------------------- */
.header-close {
    position: relative;
    z-index: 100000;
    display: none;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-size: 0.625rem;
    font-family: "Lato", sans-serif;
    cursor: pointer;
}

@media screen and (max-width: 1024px) {
    .header-close {
        display: none !important;
    }
}

.js-menu-opened .header-close {
    display: block;
}

/*  header-menu-button
--------------------------------------------- */
.header-menu-button {
    position: relative;
    z-index: 100000;
    display: block;
    margin: 0;
    padding: 15px;
    outline: none;
    border: 0;
    border-radius: 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media screen and (min-width: 1025px) {
    .header-menu-button {
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
    }
    .header-menu-button:hover {
        opacity: 0.8;
    }
}

@media screen and (max-width: 1024px) {
    .header-menu-button {
        display: none;
    }
}

.header-menu-button__lines {
    position: relative;
    display: block;
    width: 30px;
    height: 13px;
}

.header-menu-button__line {
    position: absolute;
    left: 0;
    display: block;
    padding-top: 1px;
    width: 100%;
    height: 0;
    background-color: #382b20;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.is-top.home .header-menu-button__line {
    background-color: #fff;
}

.is-top.hover-open .header-menu-button__line {
    background-color: #382b20;
}

.js-menu-opened .header-menu-button__line {
    background-color: #382b20 !important;
}

.header-menu-button__line--top {
    top: 0;
}

.js-menu-opened .header-menu-button__line--top {
    top: 50%;
    background-color: #382b20;
    -webkit-transform: translateY(-50%) rotate(20deg);
    transform: translateY(-50%) rotate(20deg);
}

.header-menu-button__line--bottom {
    bottom: 0;
}

.js-menu-opened .header-menu-button__line--bottom {
    bottom: 50%;
    background-color: #382b20;
    -webkit-transform: translateY(50%) rotate(-20deg);
    transform: translateY(50%) rotate(-20deg);
}

/* ---------------------------------------------
*   wrapper
--------------------------------------------- */
.wrapper {
    overflow: hidden;
}

.contact .wrapper {
    background-color: #fafafa;
}

/* ==========================================================
*
*   component
*
========================================================== */
/* ---------------------------------------------
*   c-app
--------------------------------------------- */
.c-app {
    margin-bottom: 150px;
    padding-top: 105px;
    padding-bottom: 130px;
    background-color: #9e958a;
}

@media screen and (max-width: 1350px) {
    .c-app {
        margin-bottom: 11.11111vw;
        padding-top: 7.77778vw;
        padding-bottom: 9.62963vw;
    }
}

@media screen and (max-width: 750px) {
    .c-app {
        margin-bottom: 17.33333vw;
        padding-top: 6.66667vw;
        padding-bottom: 13.33333vw;
    }
}

.c-app__container {
    margin: 0 auto;
    width: 674px;
}

@media screen and (max-width: 750px) {
    .c-app__container {
        width: 90.66667vw;
    }
}

.c-app__ttl {
    margin-bottom: 60px;
    text-align: center;
}

@media screen and (max-width: 1350px) {
    .c-app__ttl {
        margin-bottom: 4.44444vw;
    }
}

@media screen and (max-width: 750px) {
    .c-app__ttl {
        margin-bottom: 6.66667vw;
    }
}

.c-app__ttl-inner {
    padding-bottom: 7px;
    border-bottom: 2px solid #fff;
    color: #fff;
    font-weight: bold;
    font-size: 1.875rem;
}

@media screen and (max-width: 1350px) {
    .c-app__ttl-inner {
        font-size: 2.22222vw;
    }
}

@media screen and (max-width: 750px) {
    .c-app__ttl-inner {
        padding-bottom: 0.93333vw;
        border-width: 0.26667vw;
        font-size: 4.53333vw;
        line-height: 2;
    }
}

.ie .c-app__ttl-inner {
    padding-bottom: 0;
}

.c-app-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    margin-bottom: 20px;
    padding: 25px;
    width: 100%;
    border-radius: 8px;
    background-color: #fff;

    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 750px) {
    .c-app-list__item {
        display: block;
        margin-bottom: 5.06667vw;
        padding: 0 0 3.06667vw;
    }
}

.c-app-list__item:last-of-type {
    margin-bottom: 0;
}

.c-app-list__item:nth-of-type(2n) {
    margin-right: 0;
}

.c-app-list__img-wrap {
    width: 70.03205%;
}

@media screen and (max-width: 750px) {
    .c-app-list__img-wrap {
        width: 100%;
        height: 28.8vw;
    }
}

.c-app-list__img {
    margin: 0 auto;
}

.c-app-list__img--uber {
    margin-left: 45px;
    width: 291px;
}

@media screen and (max-width: 750px) {
    .c-app-list__img--uber {
        margin-left: auto;
        padding-top: 10.26667vw;
        width: 49.2vw;
    }
}

.c-app-list__img--demae {
    margin-left: 32px;
    width: 320px;
}

@media screen and (max-width: 750px) {
    .c-app-list__img--demae {
        margin-left: auto;
        padding-top: 9.73333vw;
        width: 55.2vw;
    }
}

.c-app-list__img--didi {
    margin-left: 39px;
    width: 280px;
}

@media screen and (max-width: 750px) {
    .c-app-list__img--didi {
        margin-left: auto;
        padding-top: 10.4vw;
        width: 49.6vw;
    }
}

.c-app-list__img--wolt {
    margin-left: 130px;
    width: 116px;
}

@media screen and (max-width: 750px) {
    .c-app-list__img--wolt {
        margin-left: auto;
        padding-top: 5.6vw;
        width: 19.6vw;
    }
}

.c-app-list__img--menu {
    margin-left: 52px;
    width: 235px;
}

@media screen and (max-width: 750px) {
    .c-app-list__img--menu {
        margin-left: auto;
        padding-top: 8.93333vw;
        width: 39.86667vw;
    }
}

.c-app-list__img img {
    width: 100%;
}

.c-app-list__btn-wrap {
    width: 29.96795%;
}

@media screen and (max-width: 750px) {
    .c-app-list__btn-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        width: 100%;
        height: 12vw;

        -webkit-box-pack: center;
        justify-content: center;
    }
}

.c-app-list__btn {
    display: block;
    width: 100%;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
}

.c-app-list__btn:hover {
    opacity: 0.8;
}

@media screen and (min-width: 751px) {
    .c-app-list__btn img {
        width: 100%;
    }
}

@media screen and (max-width: 750px) {
    .c-app-list__btn {
        width: auto;
        height: 100%;
    }
    .c-app-list__btn img {
        height: 100%;
    }
}

.c-app-list__btn:first-of-type {
    margin-bottom: 15px;
}

@media screen and (max-width: 750px) {
    .c-app-list__btn:first-of-type {
        margin-right: 2.66667vw;
        margin-bottom: 0;
    }
}

/* ---------------------------------------------
*   c-box
--------------------------------------------- */
.c-box {
    padding-top: 175px;
    padding-bottom: 100px;
}

@media screen and (max-width: 1350px) {
    .c-box {
        padding-top: 12.96296vw;
        padding-bottom: 7.40741vw;
    }
}

@media screen and (max-width: 750px) {
    .c-box {
        padding-top: 13.33333vw;
        padding-bottom: 21.33333vw;
    }
}

.c-box__container {
    margin: 0 auto;
    padding: 0 50px;
    max-width: 1450px;
}

@media screen and (max-width: 1350px) {
    .c-box__container {
        padding: 0 3.7037vw;
    }
}

@media screen and (max-width: 750px) {
    .c-box__container {
        padding: 0 6vw;
    }
}

.c-box__ttl {
    margin-bottom: 15px;
    letter-spacing: 0.2em;
    font-size: 1.5625rem;
    font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 750px) {
    .c-box__ttl {
        margin-bottom: 5.33333vw;
        font-size: 4.8vw;
    }
}

.c-box__txt-area {
    margin: 0 auto;
    max-width: 950px;
}

.c-box__txt {
    margin-top: 30px;
    font-size: 0.875rem;
    line-height: 2.3;

    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}

@media screen and (max-width: 750px) {
    .c-box__txt {
        margin-top: 5.33333vw;
        font-size: 3.2vw;
        line-height: 1.8;
    }
}

.c-box__txt--pc-none {
    margin-top: 0;
}

@media screen and (max-width: 750px) {
    .c-box__txt--pc-none {
        margin-top: 5.33333vw;
    }
}

.c-box__txt-link {
    text-decoration: underline;
}

.c-box__txt-link:hover {
    text-decoration: none;
}

.c-box__txt-inner {
    border-bottom: 1px solid;
}

.c-box__check {
    margin-top: 110px;
    margin-bottom: 110px;
    text-align: center;
}

@media screen and (max-width: 750px) {
    .c-box__check {
        margin-top: 12vw;
        margin-bottom: 12vw;
        padding: 6.66667vw 0 5.33333vw 14.66667vw;
        background-color: #fff;
        -webkit-box-shadow: 0.4vw 0.4vw 1.2vw rgba(0, 0, 0, 0.1);
        box-shadow: 0.4vw 0.4vw 1.2vw rgba(0, 0, 0, 0.1);
        text-align: left;
    }
}

.c-box__contents {
    position: relative;
    margin: 0 auto;
    padding: 40px;
    padding-top: 55px;
    padding-bottom: 40px;
    max-width: 950px;
    background-color: #fff;
}

@media screen and (max-width: 1350px) {
    .c-box__contents {
        padding: 55px 2.96296vw 40px;
    }
}

@media screen and (max-width: 750px) {
    .c-box__contents {
        padding: 0;
        padding-top: 11.33333vw;
        padding-bottom: 8.66667vw;
    }
}

.c-box__contents.is-check {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 750px) {
    .c-box__contents.is-check {
        -webkit-box-shadow: 0 0 1.33333vw rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 1.33333vw rgba(0, 0, 0, 0.1);
    }
}

.c-box__contents--1 {
    margin-bottom: 50px;
}

@media screen and (max-width: 750px) {
    .c-box__contents--1 {
        margin-bottom: 6vw;
    }
}

.c-box__contents-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
}

.is-check .c-box__contents-bg {
    display: none;
}

.c-box__contents-head {
    position: relative;
    padding-bottom: 20px;
}

@media screen and (min-width: 751px) {
    .c-box__contents-head {
        cursor: pointer;
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
    }
    .c-box__contents-head:hover {
        opacity: 0.8;
    }
}

@media screen and (max-width: 750px) {
    .c-box__contents-head {
        padding-bottom: 2.66667vw;
    }
}

.c-box__contents-head:after {
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 29px;
    height: 12px;
    background: url(../img/contact/icon_arrow.svg) 0 0 no-repeat;
    background-size: 100% auto;
    content: "";
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (max-width: 750px) {
    .c-box__contents-head:after {
        bottom: -4vw;
        width: 6vw;
        height: 2.66667vw;
    }
}

.is-open .c-box__contents-head:after {
    content: none;
}

.c-box__contents-icon {
    display: block;
    margin: 0 auto 20px;
}

@media screen and (max-width: 750px) {
    .c-box__contents-icon {
        margin-bottom: 3.33333vw;
    }
}

.c-box__contents-icon--1 {
    width: 44px;
    height: 51px;
    background: url(../img/contact/icon_head-c_01.svg) 0 0 no-repeat;
    background-size: 100% auto;
}

@media screen and (max-width: 750px) {
    .c-box__contents-icon--1 {
        width: 9.06667vw;
        height: 10.26667vw;
    }
}

.is-check .c-box__contents-icon--1 {
    background-image: url(../img/contact/icon_head_01.svg);
}

.c-box__contents-icon--2 {
    width: 60px;
    height: 39px;
    background: url(../img/contact/icon_head-c_02.svg) 0 0 no-repeat;
    background-size: 100% auto;
}

@media screen and (max-width: 750px) {
    .c-box__contents-icon--2 {
        width: 13.73333vw;
        height: 9.2vw;
    }
}

.is-check .c-box__contents-icon--2 {
    background-image: url(../img/contact/icon_head_02.svg);
}

.c-box__contents-ttl {
    margin-bottom: 5px;
    color: #c3c4c4;
    text-align: center;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-size: 1.5rem;
}

@media screen and (max-width: 750px) {
    .c-box__contents-ttl {
        margin-bottom: 2.66667vw;
        font-size: 4vw;
        line-height: 1.6;
    }
}

.is-check .c-box__contents-ttl {
    color: #382b20;
}

.is-check .c-box__contents-ttl--red {
    color: #c32032;
}

.c-box__contents-txt {
    color: #c3c4c4;
    text-align: center;
    font-size: 0.875rem;
}

@media screen and (max-width: 750px) {
    .c-box__contents-txt {
        font-size: 3.2vw;
        line-height: 1.7;
    }
}

.is-check .c-box__contents-txt {
    color: #382b20;
}

.c-box__bottom {
    margin-top: 80px;
}

@media screen and (max-width: 750px) {
    .c-box__bottom {
        margin-top: 14.66667vw;
    }
}

.c-box__bottom-txt {
    margin-bottom: 10px;
    text-align: center;
    font-size: 0.875rem;
}

@media screen and (max-width: 750px) {
    .c-box__bottom-txt {
        margin-bottom: 2vw;
        font-size: 3.2vw;
    }
}

.c-box__bottom-txt-l {
    margin-bottom: 5px;
    text-align: center;
    font-weight: bold;
    font-size: 1.125rem;
}

@media screen and (max-width: 750px) {
    .c-box__bottom-txt-l {
        margin-bottom: 2vw;
        font-size: 4vw;
    }
}

.c-box__bottom-time {
    text-align: center;
    font-size: 0.8125rem;
}

@media screen and (max-width: 750px) {
    .c-box__bottom-time {
        font-size: 3.2vw;
    }
}

.c-box__contents-l-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin: 55px auto 0;
    max-width: 870px;

    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 750px) {
    .c-box__contents-l-list {
        margin-top: 10vw;
        width: 84vw;
    }
}

.c-box__contents-l-list-item {
    width: 48.96552%;
    border: 1px solid #c32032;
    border-radius: 5px;
}

@media screen and (max-width: 750px) {
    .c-box__contents-l-list-item {
        width: 48.57143%;
        border-radius: 0.66667vw;
    }
}

.c-box__contents-l-list-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    padding: 45px 0;
    padding-right: 30px;
    -webkit-transition: 0.3s;
    transition: 0.3s;

    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

@media screen and (min-width: 751px) {
    .c-box__contents-l-list-link:hover {
        background-color: #c32032;
    }
}

@media screen and (max-width: 750px) {
    .c-box__contents-l-list-link {
        padding-top: 6.66667vw;
        padding-right: 0;
        padding-bottom: 5.33333vw;
    }
}

.c-box__contents-l-list-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;

    -webkit-box-align: center;
    align-items: center;
}

@media screen and (max-width: 750px) {
    .c-box__contents-l-list-inner {
        display: block;
    }
}

.c-box__contents-l-list-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin-right: 20px;
    height: 40px;
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;

    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

@media screen and (max-width: 750px) {
    .c-box__contents-l-list-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        margin: 0 auto 2.66667vw;

        -webkit-box-align: center;
        align-items: center;
    }
}

.c-box__contents-l-list-icon--1 {
    width: 48px;
    height: 32px;
    background-image: url(../img/contact/icon_l-link_01.svg);
}

@media screen and (min-width: 751px) {
    .c-box__contents-l-list-link:hover .c-box__contents-l-list-icon--1 {
        background-image: url(../img/contact/icon_l-link-h_01.svg);
    }
}

@media screen and (max-width: 750px) {
    .c-box__contents-l-list-icon--1 {
        width: 9.33333vw;
        height: 8vw;
    }
}

.c-box__contents-l-list-icon--2 {
    width: 63px;
    height: 37px;
    background-image: url(../img/contact/icon_l-link_02.svg);
}

@media screen and (min-width: 751px) {
    .c-box__contents-l-list-link:hover .c-box__contents-l-list-icon--2 {
        background-image: url(../img/contact/icon_l-link-h_02.svg);
    }
}

@media screen and (max-width: 750px) {
    .c-box__contents-l-list-icon--2 {
        width: 13.73333vw;
        height: 8vw;
    }
}

.c-box__contents-l-list-txt-l {
    color: #c32032;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-size: 1.125rem;
}

@media screen and (min-width: 751px) {
    .c-box__contents-l-list-link:hover .c-box__contents-l-list-txt-l {
        color: #fff;
    }
}

@media screen and (max-width: 750px) {
    .c-box__contents-l-list-txt-l {
        text-align: center;
        font-size: 3.2vw;
    }
}

.c-box__contents-l-list-txt {
    font-size: 0.875rem;
}

@media screen and (min-width: 751px) {
    .c-box__contents-l-list-link:hover .c-box__contents-l-list-txt {
        color: #fff;
    }
}

@media screen and (max-width: 750px) {
    .c-box__contents-l-list-txt {
        text-align: center;
        font-size: 3.2vw;
    }
}

.c-box__contents-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin: 50px auto 0;
    max-width: 870px;

    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 750px) {
    .c-box__contents-list {
        margin-top: 13.33333vw;
        width: 84vw;

        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.c-box__contents-list-item {
    width: 23.7931%;
}

@media screen and (max-width: 750px) {
    .c-box__contents-list-item {
        width: 48.4127%;
    }
    .c-box__contents-list-item:nth-of-type(1), .c-box__contents-list-item:nth-of-type(2) {
        margin-bottom: 2.66667vw;
    }
}

.c-box__contents-list-link {
    display: block;
    padding: 40px 0;
    border: 1px solid;
    border-radius: 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media screen and (max-width: 750px) {
    .c-box__contents-list-link {
        padding: 5.33333vw 0;
    }
}

.c-box__contents-list-item--blue .c-box__contents-list-link {
    border-color: #95c5dd;
}

.c-box__contents-list-item--gray .c-box__contents-list-link {
    border-color: #9e958a;
}

.c-box__contents-list-item--green .c-box__contents-list-link {
    border-color: #6bb298;
}

.c-box__contents-list-item--ocher .c-box__contents-list-link {
    border-color: #cebe9f;
}

@media screen and (min-width: 751px) {
    .c-box__contents-list-item--blue .c-box__contents-list-link:hover {
        background-color: #95c5dd;
    }
    .c-box__contents-list-item--gray .c-box__contents-list-link:hover {
        background-color: #9e958a;
    }
    .c-box__contents-list-item--green .c-box__contents-list-link:hover {
        background-color: #6bb298;
    }
    .c-box__contents-list-item--ocher .c-box__contents-list-link:hover {
        background-color: #cebe9f;
    }
}

.c-box__contents-list-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
    height: 40px;
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;

    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

@media screen and (max-width: 750px) {
    .c-box__contents-list-icon {
        height: 8vw;
    }
}

.c-box__contents-list-icon--1 {
    width: 35px;
    background-image: url(../img/contact/icon_link_01.svg);
}

@media screen and (min-width: 751px) {
    .c-box__contents-list-link:hover .c-box__contents-list-icon--1 {
        background-image: url(../img/contact/icon_link-h_01.svg);
    }
}

@media screen and (max-width: 750px) {
    .c-box__contents-list-icon--1 {
        width: 6.8vw;
    }
}

.c-box__contents-list-icon--2 {
    width: 29px;
    background-image: url(../img/contact/icon_link_02.svg);
}

@media screen and (min-width: 751px) {
    .c-box__contents-list-link:hover .c-box__contents-list-icon--2 {
        background-image: url(../img/contact/icon_link-h_02.svg);
    }
}

@media screen and (max-width: 750px) {
    .c-box__contents-list-icon--2 {
        width: 5.86667vw;
    }
}

.c-box__contents-list-icon--3 {
    width: 48px;
    background-image: url(../img/contact/icon_link_03.svg);
}

@media screen and (min-width: 751px) {
    .c-box__contents-list-link:hover .c-box__contents-list-icon--3 {
        background-image: url(../img/contact/icon_link-h_03.svg);
    }
}

@media screen and (max-width: 750px) {
    .c-box__contents-list-icon--3 {
        width: 9.6vw;
    }
}

.c-box__contents-list-icon--4 {
    width: 34px;
    background-image: url(../img/contact/icon_link_04.svg);
}

@media screen and (min-width: 751px) {
    .c-box__contents-list-link:hover .c-box__contents-list-icon--4 {
        background-image: url(../img/contact/icon_link-h_04.svg);
    }
}

@media screen and (max-width: 750px) {
    .c-box__contents-list-icon--4 {
        width: 6.13333vw;
    }
}

.c-box__contents-list-txt {
    text-align: center;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-size: 0.875rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media screen and (min-width: 751px) {
    .c-box__contents-list-link:hover .c-box__contents-list-txt {
        color: #fff;
    }
}

@media screen and (max-width: 750px) {
    .c-box__contents-list-txt {
        font-size: 3.2vw;
    }
}

.c-box__contents-list-txt-blue {
    color: #95c5dd;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media screen and (min-width: 751px) {
    .c-box__contents-list-link:hover .c-box__contents-list-txt-blue {
        color: #fff;
    }
}

.c-box__contents-list-txt-gray {
    color: #9e958a;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media screen and (min-width: 751px) {
    .c-box__contents-list-link:hover .c-box__contents-list-txt-gray {
        color: #fff;
    }
}

.c-box__contents-list-txt-green {
    color: #6bb298;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media screen and (min-width: 751px) {
    .c-box__contents-list-link:hover .c-box__contents-list-txt-green {
        color: #fff;
    }
}

.c-box__contents-list-txt-ocher {
    color: #cebe9f;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media screen and (min-width: 751px) {
    .c-box__contents-list-link:hover .c-box__contents-list-txt-ocher {
        color: #fff;
    }
}

.c-box__contents-list-link-txt-wrap {
    margin-top: 15px;
    text-align: center;
}

@media screen and (max-width: 1000px) {
    .c-box__contents-list-link-txt-wrap {
        margin-top: 10px;
    }
}

@media screen and (max-width: 750px) {
    .c-box__contents-list-link-txt-wrap {
        margin-top: 2vw;
    }
}

.c-box__contents-list-link-txt {
    position: relative;
    display: inline-block;
    font-size: 0.8125rem;
}

@media screen and (min-width: 751px) {
    .c-box__contents-list-link-txt {
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
    }
    .c-box__contents-list-link-txt:hover {
        opacity: 0.8;
    }
}

@media screen and (max-width: 1000px) {
    .c-box__contents-list-link-txt {
        font-size: 0.6875rem;
    }
}

@media screen and (max-width: 750px) {
    .c-box__contents-list-link-txt {
        font-size: 2.93333vw;
    }
}

.c-box__contents-list-link-txt:after {
    position: absolute;
    top: 3px;
    right: -20px;
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url(../img/common/icon_open-br.svg) 0 0 no-repeat;
    background-size: 100% auto;
    content: "";
}

@media screen and (max-width: 750px) {
    .c-box__contents-list-link-txt:after {
        top: 0.4vw;
        right: -4vw;
        width: 2.93333vw;
        height: 3.06667vw;
    }
}

.ie .c-box__contents-list-link-txt:after {
    top: 0;
}

/*
--------------------------------------------- */
/*  c-checkbox
--------------------------------------------- */
.c-checkbox {
    cursor: pointer;
}

@media screen and (min-width: 751px) {
    .c-checkbox {
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
    }
    .c-checkbox:hover {
        opacity: 0.8;
    }
}

.c-checkbox__input {
    opacity: 0;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.c-checkbox__input:checked + .c-checkbox__txt::before {
    background-color: #c32032;
}

.c-checkbox__txt {
    position: relative;
    display: inline-block;
    padding-left: 40px;
    font-size: 1.3125rem;
}

@media screen and (max-width: 750px) {
    .c-checkbox__txt {
        padding-left: 12vw;
        font-size: 3.73333vw;
    }
}

.c-checkbox__txt::before, .c-checkbox__txt::after {
    position: absolute;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
}

.c-checkbox__txt::before {
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    border-radius: 3px;
    background-color: #dbdcdc;
}

@media screen and (max-width: 750px) {
    .c-checkbox__txt::before {
        top: 2vw;
        width: 6.13333vw;
        height: 6.13333vw;
    }
}

.c-checkbox__txt::after {
    top: 3px;
    left: 8px;
    width: 8px;
    height: 13px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

@media screen and (max-width: 750px) {
    .c-checkbox__txt::after {
        top: 3.06667vw;
        left: 2vw;
        width: 2vw;
        height: 3.33333vw;
        border-width: 0.66667vw;
    }
}

.c-checkbox__txt-inner {
    position: relative;
    top: -5px;
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid;
}

.ie .c-checkbox__txt-inner {
    margin-top: 5px;
}

@media screen and (max-width: 750px) {
    .c-checkbox__txt-inner {
        padding-bottom: 0;
        border-bottom: none;
        text-align: left;
        line-height: 1.7;
    }
}

/* ---------------------------------------------
*   c-btn
--------------------------------------------- */
@media screen and (min-width: 751px) {
    .c-btn {
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
    }
    .c-btn:hover {
        opacity: 0.8;
    }
}

/* ---------------------------------------------
*   c-btn-rotate
--------------------------------------------- */
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.c-btn-rotate {
    position: relative;
    display: block;
    width: 178px;
    height: 180px;
}

@media screen and (min-width: 751px) {
    .c-btn-rotate {
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
    .c-btn-rotate:hover {
        opacity: 0.8 !important;
    }
}

@media screen and (max-width: 1350px) {
    .c-btn-rotate {
        width: 13.18519vw;
        height: 13.33333vw;
    }
}

@media screen and (max-width: 750px) {
    .c-btn-rotate {
        width: 29.33333vw;
        height: 29.73333vw;
    }
}

.c-btn-rotate__txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-animation: rotate 15s linear infinite;
    animation: rotate 15s linear infinite;
}

.c-btn-rotate__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 79px;
    height: 71px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 1350px) {
    .c-btn-rotate__icon {
        width: 5.85185vw;
        height: 5.25926vw;
    }
}

@media screen and (max-width: 750px) {
    .c-btn-rotate__icon {
        width: 14.26667vw;
        height: 12.13333vw;
    }
}

/* ---------------------------------------------
*   c-card
--------------------------------------------- */
.c-card {
    overflow-x: hidden;
    padding-top: 110px;
    border-top: 1px solid rgba(56, 43, 32, 0.5);
    background-color: #eae9e8;
}

@media screen and (max-width: 1350px) {
    .c-card {
        padding-top: 8.14815vw;
    }
}

@media screen and (max-width: 750px) {
    .c-card {
        padding-top: 14.66667vw;
        border-top: none;
    }
}

.c-card__container {
    position: relative;
    margin: 0 auto;
    padding: 0 50px;
    max-width: 1450px;
}

@media screen and (max-width: 1350px) {
    .c-card__container {
        padding: 0 3.7037vw;
    }
}

@media screen and (max-width: 750px) {
    .c-card__container {
        padding: 0 4vw;
    }
}

.c-card__ttl-en {
    display: block;
    color: #c32032;
    text-align: center;
    letter-spacing: 0.1em;
    font-weight: 900;
    font-size: 0.75rem;
}

@media screen and (max-width: 750px) {
    .c-card__ttl-en {
        font-size: 2.66667vw;
    }
}

.c-card__ttl {
    margin-bottom: 15px;
    text-align: center;
    font-weight: bold;
    font-size: 1.1875rem;
}

@media screen and (max-width: 750px) {
    .c-card__ttl {
        font-size: 4.53333vw;
    }
}

@media screen and (max-width: 750px) {
    .c-card__ttl {
        margin-bottom: 2.66667vw;
    }
}

/*  c-card-slider
--------------------------------------------- */
.c-card-slider {
    position: relative;
}

.c-card-slider__item-inner {
    padding-top: 115px;
}

@media screen and (max-width: 1350px) {
    .c-card-slider__item-inner {
        padding-top: 8.51852vw;
    }
}

@media screen and (max-width: 750px) {
    .c-card-slider__item-inner {
        padding-top: 14.66667vw;
    }
}

.c-card-slider__item-inner--1 {
    padding-top: 90px;
}

@media screen and (max-width: 1350px) {
    .c-card-slider__item-inner--1 {
        padding-top: 6.66667vw;
    }
}

@media screen and (max-width: 750px) {
    .c-card-slider__item-inner--1 {
        padding-top: 14.66667vw;
    }
}

.c-card-slider__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;

    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

@media screen and (max-width: 750px) {
    .c-card-slider__head {
        -ms-flex-align: start;

        -webkit-box-align: start;
        align-items: flex-start;
    }
}

.c-card-slider__head-num {
    display: block;
    margin-right: 40px;

    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media screen and (max-width: 1350px) {
    .c-card-slider__head-num {
        margin-right: 2.96296vw;
    }
}

.c-card-slider__head-num--1 {
    width: 103px;
}

@media screen and (max-width: 1350px) {
    .c-card-slider__head-num--1 {
        width: 7.62963vw;
    }
}

@media screen and (max-width: 750px) {
    .c-card-slider__head-num--1 {
        width: 13.73333vw;
    }
}

.c-card-slider__head-num--2 {
    width: 118px;
}

@media screen and (max-width: 1350px) {
    .c-card-slider__head-num--2 {
        width: 8.74074vw;
    }
}

@media screen and (max-width: 750px) {
    .c-card-slider__head-num--2 {
        width: 15.73333vw;
    }
}

.c-card-slider__head-num--3 {
    width: 114px;
}

@media screen and (max-width: 1350px) {
    .c-card-slider__head-num--3 {
        width: 8.44444vw;
    }
}

@media screen and (max-width: 750px) {
    .c-card-slider__head-num--3 {
        width: 15.2vw;
    }
}

.c-card-slider__head-num--4 {
    width: 115px;
}

@media screen and (max-width: 1350px) {
    .c-card-slider__head-num--4 {
        width: 8.51852vw;
    }
}

@media screen and (max-width: 750px) {
    .c-card-slider__head-num--4 {
        width: 15.33333vw;
    }
}

.c-card-slider__head-ttl {
    font-size: 1.875rem;
    font-family: "Noto Serif JP", serif;
    line-height: 1.3;

    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}

@media screen and (max-width: 1350px) {
    .c-card-slider__head-ttl {
        font-size: 2.22222vw;
    }
}

@media screen and (max-width: 750px) {
    .c-card-slider__head-ttl {
        font-size: 4.53333vw;
        line-height: 1.5;
    }
}

.c-card-slider__head-ttl-l {
    font-size: 2.6875rem;
}

@media screen and (max-width: 1350px) {
    .c-card-slider__head-ttl-l {
        font-size: 3.18519vw;
    }
}

@media screen and (max-width: 750px) {
    .c-card-slider__head-ttl-l {
        font-size: 5.73333vw;
    }
}

.c-card-slider__head-ttl-dot {
    margin: 0 -0.8em;
}

.c-card-slider__head-txt-en {
    margin-top: 5px;
    margin-left: 25px;
    font-style: italic;
    font-family: "Baskervville", serif;
}

@media screen and (max-width: 1350px) {
    .c-card-slider__head-txt-en {
        margin-left: 1.85185vw;
    }
}

@media screen and (max-width: 750px) {
    .c-card-slider__head-txt-en {
        margin-top: 0.66667vw;
        margin-left: 3.6vw;
        font-size: 2.66667vw;
    }
}

.c-card-slider__img {
    margin: 0 auto;
    width: 90%;
}

.c-card-slider__img--1 {
    margin-top: 40px;
    margin-bottom: 130px;
    max-width: 954px;
}

@media screen and (max-width: 1350px) {
    .c-card-slider__img--1 {
        margin-top: 2.96296vw;
        margin-bottom: 9.62963vw;
    }
}

@media screen and (max-width: 750px) {
    .c-card-slider__img--1 {
        margin-top: 11.33333vw;
        margin-bottom: 28vw;
        margin-left: 10.93333vw;
        width: 76.93333vw;
    }
}

.c-card-slider__img--2 {
    margin-top: 115px;
    max-width: 907px;
}

@media screen and (max-width: 1350px) {
    .c-card-slider__img--2 {
        margin-top: 8.51852vw;
    }
}

@media screen and (max-width: 750px) {
    .c-card-slider__img--2 {
        margin-top: 15.33333vw;
        width: 48.8vw;
    }
}

.c-card-slider__img--3 {
    margin-top: 55px;
    max-width: 534px;
}

@media screen and (max-width: 1350px) {
    .c-card-slider__img--3 {
        margin-top: 4.07407vw;
    }
}

@media screen and (max-width: 750px) {
    .c-card-slider__img--3 {
        margin-top: 20.66667vw;
        margin-left: 17.73333vw;
        width: 64.4vw;
    }
}

.c-card-slider__img--4 {
    margin-top: 90px;
    max-width: 724px;
}

@media screen and (max-width: 1350px) {
    .c-card-slider__img--4 {
        margin-top: 6.66667vw;
    }
}

@media screen and (max-width: 750px) {
    .c-card-slider__img--4 {
        margin-top: 9.33333vw;
        width: 57.33333vw;
    }
}

.c-card-slider .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 100;
    overflow: hidden;
    text-indent: -9999px;
}

@media screen and (min-width: 751px) {
    .c-card-slider .slick-arrow {
        display: none !important;
    }
}

.c-card-slider .slick-arrow.slick-prev {
    left: 0;
    width: 0;
    height: 0;
    border-width: 29.5px 24px 29.5px 0;
    border-style: solid;
    border-color: transparent #382b20 transparent transparent;
}

@media screen and (max-width: 1350px) {
    .c-card-slider .slick-arrow.slick-prev {
        border-width: 2.18519vw 1.77778vw 2.18519vw 0;
    }
}

@media screen and (min-width: 751px) {
    .c-card-slider .slick-arrow.slick-prev {
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
    .c-card-slider .slick-arrow.slick-prev.is-hover {
        opacity: 0.8;
    }
}

@media screen and (max-width: 750px) {
    .c-card-slider .slick-arrow.slick-prev {
        top: -1.33333vw;
        left: 5.33333vw;
        width: 9.73333vw;
        height: 3.6vw;
        border: none;
        background: url(../img/howto/sp/icon_slide-prev.svg) 0 0 no-repeat;
        background-size: 100% auto;
    }
}

.c-card-slider .slick-arrow.slick-next {
    right: 0;
    width: 0;
    height: 0;
    border-width: 29.5px 0 29.5px 24px;
    border-style: solid;
    border-color: transparent transparent transparent #382b20;
}

@media screen and (max-width: 1350px) {
    .c-card-slider .slick-arrow.slick-next {
        border-width: 2.18519vw 0 2.18519vw 1.77778vw;
    }
}

@media screen and (min-width: 751px) {
    .c-card-slider .slick-arrow.slick-next {
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
    .c-card-slider .slick-arrow.slick-next.is-hover {
        opacity: 0.8;
    }
}

@media screen and (max-width: 750px) {
    .c-card-slider .slick-arrow.slick-next {
        top: -1.33333vw;
        right: 5.33333vw;
        width: 9.73333vw;
        height: 3.6vw;
        border: none;
        background: url(../img/howto/sp/icon_slide-next.svg) 0 0 no-repeat;
        background-size: 100% auto;
    }
}

.c-card-slider .slick-dots {
    position: absolute;
    top: 0;
    left: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);

    -webkit-box-pack: center;
    justify-content: center;
}

.c-card-slider .slick-dots:after {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 1px;
    background-color: #382b20;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.c-card-slider .slick-dots li {
    margin-right: 16px;
}

@media screen and (max-width: 750px) {
    .c-card-slider .slick-dots li {
        margin-right: 3.06667vw;
    }
}

.c-card-slider .slick-dots li:last-of-type {
    margin-right: 0;
}

.c-card-slider .slick-dots li button {
    display: block;
    overflow: hidden;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
}

@media screen and (max-width: 750px) {
    .c-card-slider .slick-dots li button {
        width: 6.4vw;
        height: 6.4vw;
    }
}

.c-card-slider .slick-dots li:nth-of-type(1) button {
    background-image: url(../img/howto/icon_01.svg);
}

@media screen and (min-width: 751px) {
    .c-card-slider .slick-dots li:nth-of-type(1) button:hover {
        background-image: url(../img/howto/icon_01_active.svg);
    }
}

.c-card-slider .slick-dots li:nth-of-type(2) button {
    background-image: url(../img/howto/icon_02.svg);
}

@media screen and (min-width: 751px) {
    .c-card-slider .slick-dots li:nth-of-type(2) button:hover {
        background-image: url(../img/howto/icon_02_active.svg);
    }
}

.c-card-slider .slick-dots li:nth-of-type(3) button {
    background-image: url(../img/howto/icon_03.svg);
}

@media screen and (min-width: 751px) {
    .c-card-slider .slick-dots li:nth-of-type(3) button:hover {
        background-image: url(../img/howto/icon_03_active.svg);
    }
}

.c-card-slider .slick-dots li:nth-of-type(4) button {
    background-image: url(../img/howto/icon_04.svg);
}

@media screen and (min-width: 751px) {
    .c-card-slider .slick-dots li:nth-of-type(4) button:hover {
        background-image: url(../img/howto/icon_04_active.svg);
    }
}

.c-card-slider .slick-dots li.slick-active:nth-of-type(1) button {
    background-image: url(../img/howto/icon_01_active.svg);
}

.c-card-slider .slick-dots li.slick-active:nth-of-type(2) button {
    background-image: url(../img/howto/icon_02_active.svg);
}

.c-card-slider .slick-dots li.slick-active:nth-of-type(3) button {
    background-image: url(../img/howto/icon_03_active.svg);
}

.c-card-slider .slick-dots li.slick-active:nth-of-type(4) button {
    background-image: url(../img/howto/icon_04_active.svg);
}

.c-card-slider__cursor-area {
    position: absolute;
    top: 0;
    display: inline-block;
    width: calc(50% + 100px);
    height: 100%;
    cursor: none;
}

@media screen and (max-width: 750px) {
    .c-card-slider__cursor-area {
        z-index: 1;
        cursor: pointer;
    }
}

.c-card-slider__cursor-area--left {
    left: -100px;
}

@media screen and (max-width: 750px) {
    .c-card-slider__cursor-area--left {
        left: 0;
        width: 0;
    }
}

.c-card-slider__cursor-area--right {
    right: -100px;
}

@media screen and (max-width: 750px) {
    .c-card-slider__cursor-area--right {
        right: -4vw;
        width: 100vw;
    }
}

/*  c-card-flick
--------------------------------------------- */
@-webkit-keyframes flick-fade {
    0% {
        z-index: 1000;
        opacity: 1;
    }
    100% {
        z-index: -1;
        opacity: 0;
    }
}
@keyframes flick-fade {
    0% {
        z-index: 1000;
        opacity: 1;
    }
    100% {
        z-index: -1;
        opacity: 0;
    }
}

.c-card-flick {
    position: absolute;
    top: 30%;
    left: 50%;
    z-index: 1000;
    width: 34.66667vw;
    height: 34.66667vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.scroll-in .c-card-flick {
    -webkit-animation: flick-fade 0.3s ease 2s forwards;
    animation: flick-fade 0.3s ease 2s forwards;
}

/* ---------------------------------------------
*   c-cassette
--------------------------------------------- */
/*  animation
--------------------------------------------- */
@-webkit-keyframes zoom_border {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: scale(2, 2);
        transform: scale(2, 2);
    }
}

@keyframes zoom_border {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: scale(2, 2);
        transform: scale(2, 2);
    }
}

@-webkit-keyframes arrow {
    0% {
        height: 0;
    }
    50% {
        margin-top: 0;
        height: 170px;
    }
    90% {
        height: 170px;
    }
    100% {
        margin-top: 170px;
        height: 100%;
    }
}

@keyframes arrow {
    0% {
        height: 0;
    }
    50% {
        margin-top: 0;
        height: 170px;
    }
    90% {
        height: 170px;
    }
    100% {
        margin-top: 170px;
        height: 100%;
    }
}

@-webkit-keyframes arrow-sp {
    0% {
        height: 0;
    }
    50% {
        margin-top: 0;
        height: 34.53333vw;
    }
    90% {
        height: 34.53333vw;
    }
    100% {
        margin-top: 34.53333vw;
        height: 100%;
    }
}

@keyframes arrow-sp {
    0% {
        height: 0;
    }
    50% {
        margin-top: 0;
        height: 34.53333vw;
    }
    90% {
        height: 34.53333vw;
    }
    100% {
        margin-top: 34.53333vw;
        height: 100%;
    }
}

.c-cassette {
    scroll-snap-align: start;
}

.c-cassette__img {
    margin: 0 auto;
    margin-bottom: 110px;
    width: 100%;
}

@media screen and (max-width: 750px) {
    .c-cassette__img {
        margin-bottom: 14.66667vw;
    }
}

.c-cassette__ttl-en {
    display: block;
    margin-bottom: 10px;
    color: #c32032;
    text-align: center;
    font-weight: 900;
    font-size: 1.125rem;
    font-family: "Lato", sans-serif;
}

@media screen and (max-width: 750px) {
    .c-cassette__ttl-en {
        margin-bottom: 1.33333vw;
        font-size: 2.66667vw;
    }
}

.c-cassette__ttl {
    margin-bottom: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 1.875rem;
}

@media screen and (max-width: 750px) {
    .c-cassette__ttl {
        margin-bottom: 6.66667vw;
        font-size: 5.33333vw;
    }
}

.c-cassette__txt {
    margin-bottom: 100px;
    text-align: center;
    font-size: 1rem;
    line-height: 2.4;
}

@media screen and (max-width: 750px) {
    .c-cassette__txt {
        margin-bottom: 13.33333vw;
        font-size: 3.73333vw;
        line-height: 1.9;
    }
}

.c-cassette__txt-l {
    margin-bottom: 25px;
    text-align: center;
    font-size: 2.5rem;
    font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 1350px) {
    .c-cassette__txt-l {
        font-size: 2.96296vw;
    }
}

@media screen and (max-width: 750px) {
    .c-cassette__txt-l {
        margin-bottom: 5.33333vw;
        font-size: 6vw;
        line-height: 1.8;
    }
}

.c-cassette__txt-s {
    margin-bottom: 30px;
    text-align: center;
    font-weight: bold;
    font-size: 1rem;
}

@media screen and (max-width: 750px) {
    .c-cassette__txt-s {
        margin-bottom: 6.66667vw;
        font-size: 3.46667vw;
    }
}

.c-cassette__txt-s-red {
    color: #c32032;
}

.c-cassette__arrow {
    overflow: hidden;
    margin: 0 auto;
    height: 170px;
}

@media screen and (max-width: 750px) {
    .c-cassette__arrow {
        height: 34.53333vw;
    }
}

.c-cassette__arrow:after {
    display: block;
    margin: 0 auto 0;
    width: 1px;
    width: 16px;
    height: 170px;
    background: url(../img/howto/icon_arrow-long.svg) 0 0 no-repeat;
    background-size: 100% auto;
    content: '';
    -webkit-animation: arrow 2s ease 0s infinite normal;
    animation: arrow 2s ease 0s infinite normal;
}

@media screen and (max-width: 750px) {
    .c-cassette__arrow:after {
        width: 3.06667vw;
        height: 34.53333vw;
        background-image: url(../img/howto/sp/icon_arrow-long.svg);
        -webkit-animation: arrow-sp 2s ease 0s infinite normal;
        animation: arrow-sp 2s ease 0s infinite normal;
    }
}

.ie .c-cassette__arrow:after {
    -webkit-animation: none;
    animation: none;
}

.c-cassette__contents {
    position: relative;

    scroll-snap-align: start;
}

.c-cassette__contents--1 {
    padding-top: 120px;
    padding-bottom: 155px;
}

@media screen and (max-width: 1350px) {
    .c-cassette__contents--1 {
        padding-top: 8.88889vw;
        padding-bottom: 11.48148vw;
    }
}

@media screen and (max-width: 750px) {
    .c-cassette__contents--1 {
        padding-top: 41.33333vw;
        padding-bottom: 24.66667vw;
    }
}

.c-cassette__contents--2 {
    padding-top: 155px;
    padding-bottom: 90px;
}

@media screen and (max-width: 1350px) {
    .c-cassette__contents--2 {
        padding-top: 11.48148vw;
        padding-bottom: 6.66667vw;
    }
}

@media screen and (max-width: 750px) {
    .c-cassette__contents--2 {
        padding-top: 24.66667vw;
        padding-bottom: 24.66667vw;
    }
}

.c-cassette__contents--3 {
    padding-top: 90px;
    padding-bottom: 150px;
}

@media screen and (max-width: 1350px) {
    .c-cassette__contents--3 {
        padding-top: 7.40741vw;
        padding-bottom: 11.11111vw;
    }
}

@media screen and (max-width: 750px) {
    .c-cassette__contents--3 {
        padding-top: 24.66667vw;
        padding-bottom: 31.33333vw;
    }
}

.c-cassette__contents--4 {
    padding-top: 150px;
    padding-bottom: 130px;
}

@media screen and (max-width: 1350px) {
    .c-cassette__contents--4 {
        padding-top: 11.11111vw;
        padding-bottom: 9.62963vw;
    }
}

@media screen and (max-width: 750px) {
    .c-cassette__contents--4 {
        padding-top: 31.33333vw;
        padding-bottom: 31.33333vw;
    }
}

.c-cassette__contents--5 {
    padding-top: 130px;
    padding-bottom: 100px;
}

@media screen and (max-width: 1350px) {
    .c-cassette__contents--5 {
        padding-top: 9.62963vw;
        padding-bottom: 7.40741vw;
    }
}

@media screen and (max-width: 750px) {
    .c-cassette__contents--5 {
        padding-top: 31.33333vw;
        padding-bottom: 13.33333vw;
    }
}

.c-cassette__contents-container {
    position: relative;
    margin: 0 auto;
    max-width: 1350px;
}

@media screen and (max-width: 750px) {
    .c-cassette__contents-container {
        padding: 0;
    }
}

.c-cassette__contents-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    margin-bottom: 40px;

    -webkit-box-align: end;
    align-items: flex-end;
}

@media screen and (max-width: 1350px) {
    .c-cassette__contents-head {
        margin-bottom: 2.96296vw;
    }
}

@media screen and (max-width: 750px) {
    .c-cassette__contents-head {
        margin-bottom: 8vw;
    }
}

.c-cassette__contents-ttl-ja {
    font-size: 1.25rem;
    font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 750px) {
    .c-cassette__contents-ttl-ja {
        font-size: 3.73333vw;
    }
}

.c-cassette__contents-ttl {
    font-size: 5.8125rem;
    font-family: "Baskervville", serif;
    line-height: 1;
}

@media screen and (max-width: 1350px) {
    .c-cassette__contents-ttl {
        font-size: 6.88889vw;
    }
}

@media screen and (max-width: 750px) {
    .c-cassette__contents-ttl {
        font-size: 12vw;
    }
}

@media screen and (max-width: 750px) {
    .c-cassette__contents-ttl--s {
        margin-top: 2.66667vw;
        white-space: nowrap;
        font-size: 9.33333vw;
    }
}

.c-cassette__contents-txt-num {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 10px;

    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media screen and (max-width: 1350px) {
    .c-cassette__contents-txt-num {
        margin-right: 1.48148vw;
    }
}

@media screen and (max-width: 750px) {
    .c-cassette__contents-txt-num {
        margin-right: 1.33333vw;
        margin-bottom: 1.33333vw;
    }
}

.c-cassette__contents-txt-num--1 {
    width: 33px;
}

@media screen and (max-width: 750px) {
    .c-cassette__contents-txt-num--1 {
        width: 3.6vw;
    }
}

.c-cassette__contents-txt-num--2 {
    width: 38px;
}

@media screen and (max-width: 750px) {
    .c-cassette__contents-txt-num--2 {
        width: 4.13333vw;
    }
}

.c-cassette__contents-txt-num--3 {
    width: 38px;
}

@media screen and (max-width: 750px) {
    .c-cassette__contents-txt-num--3 {
        width: 4.13333vw;
    }
}

.c-cassette__contents-txt-num--4 {
    width: 40px;
}

@media screen and (max-width: 750px) {
    .c-cassette__contents-txt-num--4 {
        width: 4.4vw;
    }
}

.c-cassette__contents-txt-num--5 {
    width: 38px;
}

@media screen and (max-width: 750px) {
    .c-cassette__contents-txt-num--5 {
        width: 4.26667vw;
    }
}

.c-cassette__contents-txt-area {
    position: relative;
    z-index: 200;
    display: inline-block;
    padding-left: 120px;
}

@media screen and (max-width: 1350px) {
    .c-cassette__contents-txt-area {
        padding-left: 8.88889vw;
    }
}

@media screen and (max-width: 1200px) {
    .c-cassette__contents-txt-area {
        padding-left: 3.7037vw;
    }
}

@media screen and (max-width: 750px) {
    .c-cassette__contents-txt-area {
        padding: 0 6.66667vw;
    }
}

.c-cassette__contents-txt-area--original {
    margin-bottom: 505px;
}

@media screen and (max-width: 1350px) {
    .c-cassette__contents-txt-area--original {
        margin-bottom: 37.40741vw;
    }
}

@media screen and (max-width: 750px) {
    .c-cassette__contents-txt-area--original {
        margin-bottom: 10.66667vw;
    }
}

.c-cassette__contents-txt-area--milk {
    margin-bottom: 655px;
}

@media screen and (max-width: 1350px) {
    .c-cassette__contents-txt-area--milk {
        margin-bottom: 48.51852vw;
    }
}

@media screen and (max-width: 750px) {
    .c-cassette__contents-txt-area--milk {
        margin-bottom: 10.66667vw;
    }
}

.c-cassette__contents-txt-area--japan {
    margin-bottom: 490px;
}

@media screen and (max-width: 1350px) {
    .c-cassette__contents-txt-area--japan {
        margin-bottom: 36.2963vw;
    }
}

@media screen and (max-width: 750px) {
    .c-cassette__contents-txt-area--japan {
        margin-bottom: 17.33333vw;
    }
}

.c-cassette__contents-txt-area--kokutou {
    margin-bottom: 525px;
}

@media screen and (max-width: 1350px) {
    .c-cassette__contents-txt-area--kokutou {
        margin-bottom: 38.88889vw;
    }
}

@media screen and (max-width: 750px) {
    .c-cassette__contents-txt-area--kokutou {
        margin-bottom: 10.66667vw;
    }
}

.c-cassette__contents-txt-area--ade {
    margin-bottom: 635px;
}

@media screen and (max-width: 1350px) {
    .c-cassette__contents-txt-area--ade {
        margin-bottom: 47.03704vw;
    }
}

@media screen and (max-width: 750px) {
    .c-cassette__contents-txt-area--ade {
        margin-bottom: 10.66667vw;
    }
}

.c-cassette__contents-txt {
    width: 360px;
    font-size: 0.9375rem;
    line-height: 1.9;
}

@media screen and (max-width: 1000px) {
    .c-cassette__contents-txt {
        width: 320px;
    }
}

@media screen and (max-width: 800px) {
    .c-cassette__contents-txt {
        width: 290px;
    }
}

@media screen and (max-width: 750px) {
    .c-cassette__contents-txt {
        width: 70.66667vw;
        letter-spacing: 0.1em;
        font-size: 3.73333vw;
        line-height: 1.7;
    }
}

.c-cassette__contents-link-wrap {
    text-align: center;
}

.c-cassette__contents-link {
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 1px solid;
    font-size: 1rem;
}

@media screen and (max-width: 750px) {
    .c-cassette__contents-link {
        letter-spacing: 0.05em;
        font-size: 4vw;
    }
}

.c-cassette__contents-link:after {
    position: absolute;
    top: 0;
    right: -40px;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../img/common/icon_arrow-circle_bold.svg) 0 0 no-repeat;
    background-size: 100% auto;
    content: "";
    -webkit-transition: 1s;
    transition: 1s;
}

@media screen and (max-width: 750px) {
    .c-cassette__contents-link:after {
        right: -8.66667vw;
        width: 5.73333vw;
        height: 5.73333vw;
    }
}

.c-cassette__contents-link:hover:after {
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transform: translate(10px);
    transform: translate(10px);
}

.c-cassette__contents-img-top {
    position: absolute;
    z-index: 10;
}

@media screen and (max-width: 750px) {
    .c-cassette__contents-img-top {
        z-index: 1;
    }
}

.c-cassette__contents-img-top img {
    width: 100%;
}

.c-cassette__contents-img-top--original {
    top: -270px;
    right: 20px;
    width: 294px;
}

@media screen and (max-width: 1350px) {
    .c-cassette__contents-img-top--original {
        top: -20vw;
        right: 1.48148vw;
        width: 21.77778vw;
    }
}

@media screen and (max-width: 750px) {
    .c-cassette__contents-img-top--original {
        top: -20vw;
        right: 0;
        width: 28vw;
    }
}

.c-cassette__contents-img-top--milk {
    top: -330px;
    right: 50px;
    width: 222px;
}

@media screen and (max-width: 1350px) {
    .c-cassette__contents-img-top--milk {
        top: -24.44444vw;
        right: 3.7037vw;
        width: 16.44444vw;
    }
}

@media screen and (max-width: 750px) {
    .c-cassette__contents-img-top--milk {
        top: -30.66667vw;
        right: 0;
        width: 29.33333vw;
    }
}

.c-cassette__contents-img-top--japan {
    top: -230px;
    right: 20px;
    width: 294px;
}

@media screen and (max-width: 1350px) {
    .c-cassette__contents-img-top--japan {
        top: -17.03704vw;
        right: 1.48148vw;
        width: 21.77778vw;
    }
}

@media screen and (max-width: 750px) {
    .c-cassette__contents-img-top--japan {
        top: 53.33333vw;
        right: 0;
        width: 34.93333vw;
    }
}

.c-cassette__contents-img-top--kokutou {
    top: -70px;
    right: 50px;
    width: 222px;
}

@media screen and (max-width: 1350px) {
    .c-cassette__contents-img-top--kokutou {
        top: -5.18519vw;
        right: 3.7037vw;
        width: 16.44444vw;
    }
}

@media screen and (max-width: 750px) {
    .c-cassette__contents-img-top--kokutou {
        top: -44vw;
        right: 2.66667vw;
        width: 30.66667vw;
    }
}

.c-cassette__contents-img-top--ade {
    top: -270px;
    right: 50px;
    width: 222px;
}

@media screen and (max-width: 1350px) {
    .c-cassette__contents-img-top--ade {
        top: -20vw;
        right: 3.7037vw;
        width: 16.44444vw;
    }
}

@media screen and (max-width: 750px) {
    .c-cassette__contents-img-top--ade {
        top: -26vw;
        right: 4vw;
        width: 26.66667vw;
    }
}

.c-cassette__contents-img-bottom {
    position: absolute;
    z-index: 1;
}

@media screen and (max-width: 750px) {
    .c-cassette__contents-img-bottom {
        z-index: 1;
    }
}

.c-cassette__contents-img-bottom img {
    width: 100%;
}

.c-cassette__contents-img-bottom--original {
    bottom: 20px;
    left: 0;
    width: 330px;
}

@media screen and (max-width: 1350px) {
    .c-cassette__contents-img-bottom--original {
        bottom: 1.48148vw;
        width: 24.44444vw;
    }
}

@media screen and (max-width: 750px) {
    .c-cassette__contents-img-bottom--original {
        bottom: 13.33333vw;
        left: 0;
        width: 37.33333vw;
    }
}

.c-cassette__contents-img-bottom--milk {
    top: 360px;
    left: 395px;
    width: 290px;
}

@media screen and (max-width: 1350px) {
    .c-cassette__contents-img-bottom--milk {
        top: 26.66667vw;
        left: 29.25926vw;
        width: 21.48148vw;
    }
}

@media screen and (max-width: 750px) {
    .c-cassette__contents-img-bottom--milk {
        top: auto;
        bottom: 16vw;
        left: 0;
        width: 37.33333vw;
    }
}

.c-cassette__contents-img-bottom--japan {
    bottom: -20px;
    left: 0;
    width: 330px;
}

@media screen and (max-width: 1350px) {
    .c-cassette__contents-img-bottom--japan {
        bottom: -1.48148vw;
        width: 24.44444vw;
    }
}

@media screen and (max-width: 750px) {
    .c-cassette__contents-img-bottom--japan {
        bottom: 20vw;
        width: 38.4vw;
    }
}

.c-cassette__contents-img-bottom--kokutou {
    bottom: 180px;
    left: 0;
    width: 254px;
}

@media screen and (max-width: 1350px) {
    .c-cassette__contents-img-bottom--kokutou {
        bottom: 13.33333vw;
        width: 18.81481vw;
    }
}

@media screen and (max-width: 750px) {
    .c-cassette__contents-img-bottom--kokutou {
        bottom: 22.66667vw;
        width: 42.93333vw;
    }
}

.c-cassette__contents-img-bottom--ade {
    bottom: 85px;
    left: 320px;
    width: 290px;
}

@media screen and (max-width: 1350px) {
    .c-cassette__contents-img-bottom--ade {
        bottom: 6.2963vw;
        left: 23.7037vw;
        width: 21.48148vw;
    }
}

@media screen and (max-width: 750px) {
    .c-cassette__contents-img-bottom--ade {
        bottom: 18.66667vw;
        left: 4vw;
        width: 38.66667vw;
    }
}

.c-cassette__contents-main {
    position: absolute;
    z-index: 100;
}

@media screen and (max-width: 750px) {
    .c-cassette__contents-main {
        position: relative;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;
        margin-left: auto;
        width: 73.33333vw;
        height: 84vw;
    }
}

.c-cassette__contents-main--original {
    top: 95px;
    right: 205px;
}

@media screen and (max-width: 1350px) {
    .c-cassette__contents-main--original {
        top: 7.03704vw;
        right: 15.18519vw;
    }
}

@media screen and (max-width: 750px) {
    .c-cassette__contents-main--original {
        margin-right: 4vw;
        margin-bottom: 40vw;
    }
}

.c-cassette__contents-main--milk {
    top: 50px;
    right: 130px;
}

@media screen and (max-width: 1350px) {
    .c-cassette__contents-main--milk {
        top: 3.7037vw;
        right: 9.62963vw;
    }
}

@media screen and (max-width: 750px) {
    .c-cassette__contents-main--milk {
        margin-right: 8vw;
        margin-bottom: 61.33333vw;
    }
}

.c-cassette__contents-main--japan {
    top: 90px;
    right: 215px;
}

@media screen and (max-width: 1350px) {
    .c-cassette__contents-main--japan {
        top: 6.66667vw;
        right: 15.92593vw;
    }
}

@media screen and (max-width: 750px) {
    .c-cassette__contents-main--japan {
        margin-right: 18.66667vw;
        margin-bottom: 58vw;
    }
}

.c-cassette__contents-main--kokutou {
    top: 150px;
    right: 240px;
}

@media screen and (max-width: 1350px) {
    .c-cassette__contents-main--kokutou {
        top: 11.11111vw;
        right: 17.77778vw;
    }
}

@media screen and (max-width: 750px) {
    .c-cassette__contents-main--kokutou {
        margin-right: 4vw;
        margin-bottom: 62.66667vw;
    }
}

.c-cassette__contents-main--ade {
    top: 100px;
    right: 210px;
}

@media screen and (max-width: 1350px) {
    .c-cassette__contents-main--ade {
        top: 7.40741vw;
        right: 15.55556vw;
    }
}

@media screen and (max-width: 750px) {
    .c-cassette__contents-main--ade {
        margin-right: 8vw;
        margin-bottom: 78.66667vw;
    }
}

.c-cassette__contents-main-inner {
    position: relative;
    width: 550px;
    height: 550px;
}

@media screen and (max-width: 1350px) {
    .c-cassette__contents-main-inner {
        width: 40.74074vw;
        height: 40.74074vw;
    }
}

@media screen and (max-width: 750px) {
    .c-cassette__contents-main-inner {
        width: 73.33333vw;
        height: 84vw;
    }
}

.c-cassette__contents-main-img {
    width: 100%;
    height: 100%;
}

.c-cassette__contents-main-btn {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 98px;
    height: 98px;
}

@media screen and (max-width: 1350px) {
    .c-cassette__contents-main-btn {
        bottom: 1.48148vw;
        left: 1.48148vw;
        width: 7.25926vw;
        height: 7.25926vw;
    }
}

@media screen and (max-width: 750px) {
    .c-cassette__contents-main-btn {
        top: 4.66667vw;
        right: 4.66667vw;
        bottom: auto;
        left: auto;
        width: 15.2vw;
        height: 15.2vw;
    }
}

.c-cassette__contents-main-btn img {
    width: 100%;
}

.c-cassette__contents-main-btn-inner {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.c-cassette__contents-main-btn-inner:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    border-radius: 100%;
    content: "";
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation: zoom_border 1.5s infinite;
    animation: zoom_border 1.5s infinite;
}

.c-cassette__contents-main-btn--br .c-cassette__contents-main-btn-inner:before {
    border: 1px solid #382b20;
}

@media screen and (max-width: 750px) {
    .c-cassette__contents-main-btn--br .c-cassette__contents-main-btn-inner:before {
        border: 1px solid #fff;
    }
}

.c-cassette__contents-main-box-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    pointer-events: none;
}

.c-cassette__contents-main-box-wrap.is-open {
    opacity: 1;
    pointer-events: auto;
}

.c-cassette__contents-main-box {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 65px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 1350px) {
    .c-cassette__contents-main-box {
        padding-top: 4.81481vw;
    }
}

@media screen and (max-width: 1200px) {
    .c-cassette__contents-main-box {
        padding-top: 2.96296vw;
    }
}

@media screen and (max-width: 750px) {
    .c-cassette__contents-main-box {
        padding-top: 5.33333vw;
    }
}

.c-cassette__contents-main-box-num {
    position: relative;
    display: block;
    margin: 0 auto 30px;
    width: 275px;
}

@media screen and (max-width: 1350px) {
    .c-cassette__contents-main-box-num {
        margin-bottom: 2.22222vw;
        width: 20.37037vw;
    }
}

@media screen and (max-width: 750px) {
    .c-cassette__contents-main-box-num {
        margin-bottom: 4vw;
        width: 51.2vw;
    }
}

.c-cassette__contents-main-box-num:before, .c-cassette__contents-main-box-num:after {
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 109px;
    height: 1px;
    background-color: #fff;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 1350px) {
    .c-cassette__contents-main-box-num:before, .c-cassette__contents-main-box-num:after {
        width: 8.07407vw;
    }
}

@media screen and (max-width: 750px) {
    .c-cassette__contents-main-box-num:before, .c-cassette__contents-main-box-num:after {
        width: 21.06667vw;
    }
}

.c-cassette__contents-main-box-num:before {
    left: 0;
}

.c-cassette__contents-main-box-num:after {
    right: 0;
}

.c-cassette__contents-main-box-num-inner {
    display: block;
    color: #fff;
    text-align: center;
    font-weight: 900;
    font-size: 1.4375rem;
    font-family: "Lato", sans-serif;
}

@media screen and (max-width: 1350px) {
    .c-cassette__contents-main-box-num-inner {
        font-size: 1.7037vw;
    }
}

@media screen and (max-width: 750px) {
    .c-cassette__contents-main-box-num-inner {
        font-size: 3.73333vw;
    }
}

.c-cassette__contents-main-box-border-txt-wrap {
    margin-bottom: 20px;
    text-align: center;
    line-height: 0;
}

@media screen and (max-width: 1350px) {
    .c-cassette__contents-main-box-border-txt-wrap {
        margin-bottom: 1.48148vw;
    }
}

.c-cassette__contents-main-box-border-txt {
    display: inline-block;
    padding: 0 0.5em;
    border: 1px solid;
    color: #fff;
    letter-spacing: 0.1em;
    font-size: 1rem;
    line-height: 1.5;
}

.ie .c-cassette__contents-main-box-border-txt {
    padding-top: 0.3em;
}

.android .c-cassette__contents-main-box-border-txt {
    padding-top: 0.2em;
}

@media screen and (max-width: 1350px) {
    .c-cassette__contents-main-box-border-txt {
        font-size: 1.18519vw;
    }
}

@media screen and (max-width: 750px) {
    .c-cassette__contents-main-box-border-txt {
        font-size: 2.93333vw;
    }
}

.c-cassette__contents-main-box-txt {
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
    letter-spacing: 0.1em;
    font-size: 1.375rem;
    font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 1350px) {
    .c-cassette__contents-main-box-txt {
        margin-bottom: 1.48148vw;
        font-size: 1.62963vw;
    }
}

@media screen and (max-width: 750px) {
    .c-cassette__contents-main-box-txt {
        font-size: 4.26667vw;
        line-height: 1.4;
    }
}

.c-cassette__contents-main-box-list {
    margin-bottom: 25px;
}

@media screen and (max-width: 1350px) {
    .c-cassette__contents-main-box-list {
        margin-bottom: 1.85185vw;
    }
}

@media screen and (max-width: 750px) {
    .c-cassette__contents-main-box-list {
        margin-bottom: 2vw;
    }
}

.c-cassette__contents-main-box-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin-bottom: 15px;
    color: #fff;
    font-weight: bold;
    font-size: 0.9375rem;

    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

@media screen and (max-width: 1350px) {
    .c-cassette__contents-main-box-list-item {
        margin-bottom: 1.11111vw;
        font-size: 1.11111vw;
    }
}

@media screen and (max-width: 750px) {
    .c-cassette__contents-main-box-list-item {
        margin-bottom: 2vw;
        font-size: 3.2vw;
    }
}

.c-cassette__contents-main-box-list-icon {
    display: block;
    margin-right: 10px;
    line-height: 0;
}

.c-cassette__contents-main-box-list-icon--hot {
    margin-bottom: 10px;
    width: 23px;
}

@media screen and (max-width: 1350px) {
    .c-cassette__contents-main-box-list-icon--hot {
        margin-bottom: 0.74074vw;
        width: 1.7037vw;
    }
}

@media screen and (max-width: 750px) {
    .c-cassette__contents-main-box-list-icon--hot {
        width: 3.6vw;
    }
}

.c-cassette__contents-main-box-list-icon--ice {
    margin-bottom: 10px;
    width: 23px;
}

@media screen and (max-width: 1350px) {
    .c-cassette__contents-main-box-list-icon--ice {
        margin-bottom: 0.74074vw;
        width: 1.7037vw;
    }
}

@media screen and (max-width: 750px) {
    .c-cassette__contents-main-box-list-icon--ice {
        width: 3.6vw;
    }
}

.c-cassette__contents-main-box-list-icon--sweet {
    width: 31px;
}

@media screen and (max-width: 1350px) {
    .c-cassette__contents-main-box-list-icon--sweet {
        width: 2.2963vw;
    }
}

@media screen and (max-width: 750px) {
    .c-cassette__contents-main-box-list-icon--sweet {
        width: 4.93333vw;
    }
}

.c-cassette__contents-main-box-list-icon--topping {
    width: 43px;
}

@media screen and (max-width: 1350px) {
    .c-cassette__contents-main-box-list-icon--topping {
        width: 3.18519vw;
    }
}

@media screen and (max-width: 750px) {
    .c-cassette__contents-main-box-list-icon--topping {
        width: 6.93333vw;
    }
}

.c-cassette__contents-main-box-bottom {
    position: relative;
    margin: 0 auto;
    padding-top: 30px;
    width: 259px;
    border-top: 1px solid #fff;
}

@media screen and (max-width: 1350px) {
    .c-cassette__contents-main-box-bottom {
        padding-top: 2.22222vw;
    }
}

@media screen and (max-width: 750px) {
    .c-cassette__contents-main-box-bottom {
        padding-top: 4vw;
        width: auto;
        border-top: none;
    }
}

.c-cassette__contents-main-box-bottom-txt {
    color: #fff;
    text-align: center;
    font-size: 0.6875rem;
}

@media screen and (max-width: 750px) {
    .c-cassette__contents-main-box-bottom-txt {
        font-size: 2.8vw;
    }
}

.c-cassette__contents-main-box-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 751px) {
    .c-cassette__contents-main-box-bg {
        display: none !important;
    }
}

.ipad .c-cassette__contents-main-box-bg.is-open {
    display: block !important;
}

.androidtablet .c-cassette__contents-main-box-bg.is-open {
    display: block !important;
}

.c-cassette__contents-main-box-bg.is-open {
    display: block;
}

.c-cassette__contents-main-box-bottom-list {
    position: relative;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    margin-top: 10px;

    -webkit-box-pack: center;
    justify-content: center;
}

@media screen and (max-width: 1350px) {
    .c-cassette__contents-main-box-bottom-list {
        margin-top: 0.74074vw;
    }
}

@media screen and (max-width: 750px) {
    .c-cassette__contents-main-box-bottom-list {
        margin-top: 1.33333vw;
    }
}

.c-cassette__contents-main-box-bottom-list-item {
    width: 90px;
    cursor: pointer;
}

@media screen and (max-width: 1350px) {
    .c-cassette__contents-main-box-bottom-list-item {
        width: 6.66667vw;
    }
}

@media screen and (max-width: 750px) {
    .c-cassette__contents-main-box-bottom-list-item {
        width: 32vw;
    }
}

.c-cassette__contents-main-box-bottom-list-item:nth-of-type(2) {
    margin-left: 10px;
}

@media screen and (max-width: 750px) {
    .c-cassette__contents-main-box-bottom-list-item:nth-of-type(2) {
        margin-left: 1.33333vw;
    }
}

.c-cassette__contents-main-box-bottom-list-link {
    display: block;
}

@media screen and (min-width: 751px) {
    .c-cassette__contents-main-box-bottom-list-link {
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
    }
    .c-cassette__contents-main-box-bottom-list-link:hover {
        opacity: 0.8;
    }
}

.c-cassette__note {
    padding-right: 120px;
    text-align: right;
    font-size: 0.75rem;
}

@media screen and (max-width: 1350px) {
    .c-cassette__note {
        padding-right: 8.88889vw;
    }
}

@media screen and (max-width: 1200px) {
    .c-cassette__note {
        padding-right: 3.7037vw;
    }
}

@media screen and (max-width: 750px) {
    .c-cassette__note {
        padding: 0 6.66667vw;
        font-size: 3.2vw;
    }
}

/* ---------------------------------------------
*   c-chapter
--------------------------------------------- */
.c-chapter {
    overflow-x: hidden;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 100px;
    max-width: 1350px;
}

@media screen and (max-width: 1350px) {
    .c-chapter {
        padding-top: 7.40741vw;
        padding-bottom: 7.40741vw;
    }
}

@media screen and (max-width: 750px) {
    .c-chapter {
        padding-top: 0;
        padding-bottom: 13.33333vw;
    }
}

.c-chapter--category {
    padding-top: 0;
}

.c-chapter--detail {
    padding-top: 200px;
}

@media screen and (max-width: 1350px) {
    .c-chapter--detail {
        padding-top: 14.81481vw;
    }
}

@media screen and (max-width: 750px) {
    .c-chapter--detail {
        padding-top: 0;
    }
}

@media screen and (min-width: 751px) {
    .c-chapter__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.c-chapter__contents {
    padding-right: 50px;
    padding-bottom: 70px;
    width: 82.96296%;
}

@media screen and (max-width: 1350px) {
    .c-chapter__contents {
        padding-right: 3.7037vw;
    }
}

@media screen and (max-width: 750px) {
    .c-chapter__contents {
        padding: 0;
        width: 100%;
    }
}

.c-chapter__contents--full {
    padding-right: 0;
    padding-bottom: 0;
}

@media screen and (max-width: 750px) {
    .c-chapter__contents--full {
        padding: 0;
        padding-bottom: 18.66667vw;
    }
}

.c-chapter__contents--detail {
    padding-top: 50px;
    padding-bottom: 0;
}

.c-chapter__head {
    margin-bottom: 45px;
    max-width: 950px;
}

@media screen and (max-width: 750px) {
    .c-chapter__head {
        margin-top: 12.66667vw;
        margin-bottom: 6.66667vw;
    }
}

.c-chapter__head-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.c-chapter__head-txt {
    width: 58.94737%;
    background-color: #f7f7f7;
}

@media screen and (max-width: 750px) {
    .c-chapter__head-txt {
        width: 44.44444%;
    }
}

.c-chapter__head-txt-new {
    display: block;
    margin-top: 42px;
    margin-left: 52px;
    width: 147px;
}

@media screen and (max-width: 1350px) {
    .c-chapter__head-txt-new {
        margin-top: 3.11111vw;
        margin-left: 3.85185vw;
        width: 10.88889vw;
    }
}

@media screen and (max-width: 750px) {
    .c-chapter__head-txt-new {
        margin-top: 4vw;
        margin-left: 6.26667vw;
        width: 12.53333vw;
    }
}

.c-chapter__head-txt-ja {
    text-align: center;
    font-size: 2.3125rem;
    font-family: "Noto Serif JP", serif;
    line-height: 1;
}

@media screen and (max-width: 1350px) {
    .c-chapter__head-txt-ja {
        font-size: 2.74074vw;
    }
}

@media screen and (max-width: 750px) {
    .c-chapter__head-txt-ja {
        margin-top: -0.66667vw;
        font-size: 4.4vw;
        line-height: 1.2;
    }
}

.c-chapter__head-img {
    overflow: hidden;
    margin: 0 auto;
    width: 41.05263%;
}

.c-chapter__head-img img {
    width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media screen and (min-width: 751px) {
    .c-chapter__head-link:hover .c-chapter__head-img img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@media screen and (max-width: 750px) {
    .c-chapter__head-img {
        width: 55.55556%;
    }
}

@media screen and (max-width: 750px) {
    .c-chapter__body {
        margin-bottom: 24vw;
    }
}

@media screen and (max-width: 750px) {
    .c-chapter__txt-list-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        margin-top: 18vw;

        -webkit-box-pack: center;
        justify-content: center;
    }
}

.c-chapter__txt-list-border-wrap {
    text-align: center;
}

.c-chapter__txt-list-border {
    display: inline-block;
    margin-bottom: 25px;
    padding: 0 0.5em;
    border: 1px solid;
    text-align: center;
    font-size: 0.75rem;
}

@media screen and (max-width: 750px) {
    .c-chapter__txt-list-border {
        margin-bottom: 6.66667vw;
        text-align: left;
        font-size: 3.2vw;
    }
}

.ie .c-chapter__txt-list-border {
    padding-top: 0.2em;
}

.c-chapter__txt-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;

    -webkit-box-pack: center;
    justify-content: center;
}

@media screen and (max-width: 750px) {
    .c-chapter__txt-list {
        display: block;
    }
}

.c-chapter__txt-list-item:first-of-type {
    margin-right: 90px;
}

@media screen and (max-width: 750px) {
    .c-chapter__txt-list-item:first-of-type {
        margin-right: 0;
        margin-bottom: 2.66667vw;
    }
}

.c-chapter__txt-link {
    position: relative;
    text-decoration: underline;
    font-size: 1.125rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media screen and (max-width: 750px) {
    .c-chapter__txt-link {
        font-size: 3.2vw;
    }
}

.c-chapter__txt-link:after {
    position: absolute;
    top: 50%;
    right: -30px;
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(../img/common/icon_open-br.svg) 0 0 no-repeat;
    background-size: 100% auto;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
    .c-chapter__txt-link:after {
        right: -4.66667vw;
        width: 2.8vw;
        height: 2.8vw;
    }
}

@media screen and (min-width: 751px) {
    .c-chapter__txt-link:hover {
        text-decoration: none;
    }
}

.c-chapter__main {
    position: relative;
    margin-bottom: 70px;
}

@media screen and (max-width: 1350px) {
    .c-chapter__main {
        margin-bottom: 5.18519vw;
    }
}

@media screen and (max-width: 750px) {
    .c-chapter__main {
        margin-bottom: 9.33333vw;
    }
}

.c-chapter__main-img {
    position: absolute;
    top: -480px;
    right: 0;
    left: auto;
    z-index: 1;
    width: 83.92857%;
}

@media screen and (max-width: 1350px) {
    .c-chapter__main-img {
        top: -35.55556vw;
    }
}

@media screen and (max-width: 750px) {
    .c-chapter__main-img {
        top: -59.33333vw;
        overflow: hidden;
        width: 100%;
        height: 64vw;
    }
}

.c-chapter__main-img--season {
    position: static;
    width: 100%;
    height: auto;
}

.c-chapter__main-img img {
    width: 100%;
}

.c-chapter__main-img-note {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 0.8125rem;
}

@media screen and (max-width: 750px) {
    .c-chapter__main-img-note {
        top: 1.33333vw;
        right: 1.33333vw;
        font-size: 2.66667vw;
    }
}

.term-originaltea .c-chapter__main-img-note {
    color: #fff;
}

.term-milktea .c-chapter__main-img-note {
    color: #fff;
}

.term-teaade .c-chapter__main-img-note {
    color: #95c5dd;
}

.term-fruitsvinegar .c-chapter__main-img-note {
    color: #fff;
}

.c-chapter__main-txt-area {
    position: relative;
    z-index: 2;
    margin-top: 480px;
    padding: 50px 85px 25px 5px;
    min-height: 330px;
    width: 45.71429%;
    background-color: rgba(255, 255, 255, 0.85);
}

@media screen and (max-width: 1350px) {
    .c-chapter__main-txt-area {
        margin-top: 35.55556vw;
        padding: 3.7037vw 6.2963vw 1.85185vw 0.37037vw;
        min-height: 24.44444vw;
    }
}

@media screen and (max-width: 750px) {
    .c-chapter__main-txt-area {
        margin-top: 59.33333vw;
        padding: 6.66667vw;
        width: 88vw;
    }
}

.c-chapter__main-txt-area--season {
    position: static;
    margin: 30px auto 0;
    min-height: 200px;
    height: 200px;
}

@media screen and (max-width: 1350px) {
    .c-chapter__main-txt-area--season {
        margin-top: 2.22222vw;
        height: 14.81481vw;
    }
}

@media screen and (max-width: 750px) {
    .c-chapter__main-txt-area--season {
        margin-top: 2.66667vw;
        min-height: 0;
        height: auto;
    }
}

.c-chapter__main-txt-new {
    display: block;
    width: 147px;
}

@media screen and (max-width: 1350px) {
    .c-chapter__main-txt-new {
        width: 10.88889vw;
    }
}

@media screen and (max-width: 750px) {
    .c-chapter__main-txt-new {
        width: 20.53333vw;
    }
}

.c-chapter__main-season-ttl {
    text-align: center;
    letter-spacing: 0.1em;
    font-size: 2.3125rem;
    font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 1350px) {
    .c-chapter__main-season-ttl {
        font-size: 2.74074vw;
    }
}

@media screen and (max-width: 750px) {
    .c-chapter__main-season-ttl {
        margin-top: -4vw;
        font-size: 6vw;
    }
}

.c-chapter__main-txt-area-inner {
    background-color: #fff;
}

.c-chapter__main-txt-ja {
    font-size: 1rem;
}

@media screen and (max-width: 750px) {
    .c-chapter__main-txt-ja {
        font-size: 3.73333vw;
    }
}

.c-chapter__main-ttl {
    margin-bottom: 10px;
    letter-spacing: 0.05em;
    font-size: 3.5rem;
    font-family: "Baskervville", serif;
    line-height: 1.3;
}

@media screen and (max-width: 1350px) {
    .c-chapter__main-ttl {
        font-size: 4.14815vw;
    }
}

@media screen and (max-width: 750px) {
    .c-chapter__main-ttl {
        margin-bottom: 1.33333vw;
        font-size: 9.33333vw;
        line-height: 1;
    }
}

.c-chapter__main-sub-txt {
    margin-bottom: 20px;
    color: #6bb298;
    white-space: nowrap;
    letter-spacing: 0.1em;
    font-size: 1.875rem;
    font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 1350px) {
    .c-chapter__main-sub-txt {
        margin-bottom: 1.48148vw;
        font-size: 2.22222vw;
    }
}

@media screen and (max-width: 750px) {
    .c-chapter__main-sub-txt {
        margin-top: 1.33333vw;
        margin-bottom: 2vw;
        font-size: 5.06667vw;
    }
}

.c-chapter__main-txt {
    letter-spacing: 0.05em;
    font-size: 0.9375rem;
    line-height: 1.9;
}

@media screen and (max-width: 1350px) {
    .c-chapter__main-txt {
        font-size: 1.11111vw;
    }
}

@media screen and (max-width: 750px) {
    .c-chapter__main-txt {
        font-size: 3.2vw;
    }
}

.c-chapter__bnr {
    margin-top: 290px;
    max-width: 860px;
}

@media screen and (max-width: 1350px) {
    .c-chapter__bnr {
        margin-top: 21.48148vw;
    }
}

@media screen and (max-width: 750px) {
    .c-chapter__bnr {
        margin-top: 29.33333vw;
        margin-bottom: 13.33333vw;
        padding: 0 3.33333vw;
    }
}

.c-chapter__bnr--center {
    margin-top: 150px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 1350px) {
    .c-chapter__bnr--center {
        margin-top: 11.11111vw;
    }
}

@media screen and (max-width: 750px) {
    .c-chapter__bnr--center {
        margin-top: 29.33333vw;
    }
}

.c-chapter__bnr-inner {
    padding: 0 50px;
}

@media screen and (max-width: 1350px) {
    .c-chapter__bnr-inner {
        padding: 0 3.7037vw;
    }
}

@media screen and (max-width: 750px) {
    .c-chapter__bnr-inner {
        padding: 0 6.66667vw;
    }
}

.c-chapter__bnr-ttl {
    margin-bottom: 40px;
    text-align: center;
    font-size: 3.5rem;
    font-family: "Baskervville", serif;
}

@media screen and (max-width: 1350px) {
    .c-chapter__bnr-ttl {
        font-size: 4.14815vw;
    }
}

@media screen and (max-width: 750px) {
    .c-chapter__bnr-ttl {
        margin-bottom: 5.33333vw;
        font-size: 9.33333vw;
    }
}

.c-chapter__bnr-img {
    margin-bottom: 80px;
}

@media screen and (min-width: 751px) {
    .c-chapter__bnr-img {
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
    }
    .c-chapter__bnr-img:hover {
        opacity: 0.8;
    }
}

@media screen and (max-width: 1350px) {
    .c-chapter__bnr-img {
        margin-bottom: 5.92593vw;
    }
}

@media screen and (max-width: 750px) {
    .c-chapter__bnr-img {
        margin-bottom: 16vw;
    }
}

.c-chapter__item {
    position: relative;
}

@media screen and (max-width: 750px) {
    .c-chapter__item {
        display: block;
        padding-top: 13.33333vw;
    }
}

.c-chapter__item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 30px;
    max-width: 930px;
}

@media screen and (max-width: 750px) {
    .c-chapter__item-inner {
        display: block;
        margin-left: 0;
    }
}

.c-chapter__item-img {
    width: 59.13978%;
}

@media screen and (max-width: 1200px) {
    .c-chapter__item-img {
        width: 50%;
    }
}

@media screen and (max-width: 750px) {
    .c-chapter__item-img {
        margin-left: 9.33333vw;
        width: 78.8vw;
    }
}

.topping .c-chapter__item-img {
    margin-right: 5%;
}

@media screen and (max-width: 750px) {
    .topping .c-chapter__item-img {
        margin-right: 0;
        margin-left: 0;
        width: 100%;
    }
}

.c-chapter__item-img img {
    width: 100%;
}

.c-chapter__item-txt-area {
    padding-top: 50px;
    padding-left: 20px;
    width: 40.86022%;
}

@media screen and (max-width: 1200px) {
    .c-chapter__item-txt-area {
        padding: 0;
        width: 50%;
    }
}

@media screen and (max-width: 750px) {
    .c-chapter__item-txt-area {
        margin-top: 15.33333vw;
        width: 100%;
    }
}

.c-chapter__item-ttl {
    letter-spacing: 0.1em;
    font-size: 1.875rem;
    font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 1000px) {
    .c-chapter__item-ttl {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 750px) {
    .c-chapter__item-ttl {
        font-size: 6.66667vw;
    }
}

.c-chapter__item-ttl-en {
    display: block;
    margin-bottom: 40px;
    color: #c32032;
    font-size: 0.8125rem;
    font-family: "Lato", sans-serif;
}

@media screen and (max-width: 750px) {
    .c-chapter__item-ttl-en {
        margin-bottom: 4vw;
        font-size: 2.66667vw;
    }
}

.c-chapter__item-txt {
    margin-bottom: 20px;
    text-align: justify;
    font-size: 0.875rem;
    line-height: 1.8;
}

@media screen and (max-width: 750px) {
    .c-chapter__item-txt {
        font-size: 3.2vw;
    }
}

.c-chapter__item-txt-s {
    color: #808080;
    font-size: 0.75rem;
}

.c-chapter__item-price {
    margin-top: 60px;
}

@media screen and (max-width: 750px) {
    .c-chapter__item-price {
        margin-top: 4vw;
    }
}

.c-chapter__item-note {
    margin-top: 10px;
}

@media screen and (max-width: 750px) {
    .c-chapter__item-note {
        margin-top: 2.66667vw;
    }
}

.c-chapter__item-note-txt {
    color: #808080;
    font-size: 0.75rem;
}

.c-chapter__item-border-txt {
    display: inline-block;
    margin-top: 40px;
    padding: 0 0.5em;
    border: 1px solid;
    font-size: 0.75rem;
}

@media screen and (max-width: 750px) {
    .c-chapter__item-border-txt {
        margin-top: 8.66667vw;
        font-size: 3.2vw;
    }
}

.ie .c-chapter__item-border-txt {
    padding-top: 0.2em;
}

.c-chapter__item-price-label {
    display: block;
}

.c-chapter__item-price-label--icehot {
    width: 94px;
}

@media screen and (max-width: 750px) {
    .c-chapter__item-price-label--icehot {
        width: 20.26667vw;
    }
}

.c-chapter__item-price-label--ice {
    width: 40px;
}

@media screen and (max-width: 750px) {
    .c-chapter__item-price-label--ice {
        width: 8.53333vw;
    }
}

.c-chapter__item-price-label--hot {
    width: 34px;
}

@media screen and (max-width: 750px) {
    .c-chapter__item-price-label--hot {
        width: 7.33333vw;
    }
}

.topping .c-chapter__item-price-label {
    display: none;
}

.c-chapter__item-price-label--ice .c-chapter__item-price-label-icehot {
    display: none;
}

.c-chapter__item-price-label--hot .c-chapter__item-price-label-icehot {
    display: none;
}

.c-chapter__item-price-label--none .c-chapter__item-price-label-icehot {
    display: none;
}

.c-chapter__item-price-label--icehot .c-chapter__item-price-label-ice {
    display: none;
}

.c-chapter__item-price-label--hot .c-chapter__item-price-label-ice {
    display: none;
}

.c-chapter__item-price-label--none .c-chapter__item-price-label-ice {
    display: none;
}

.c-chapter__item-price-label--ice .c-chapter__item-price-label-hot {
    display: none;
}

.c-chapter__item-price-label--icehot .c-chapter__item-price-label-hot {
    display: none;
}

.c-chapter__item-price-label--none .c-chapter__item-price-label-hot {
    display: none;
}

.c-chapter__item-price-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
}

@media screen and (max-width: 750px) {
    .c-chapter__item-price-wrap {
        margin-top: 2.66667vw;
    }
}

.c-chapter__item-price-num {
    position: relative;
    display: block;
    margin-left: 10px;
    padding-left: 23px;
    letter-spacing: 0.05em;
    font-size: 1.15625rem;
    font-family: "DIN Alternate";
}

@media screen and (max-width: 750px) {
    .c-chapter__item-price-num {
        margin-left: 2.66667vw;
        padding-left: 5.33333vw;
        font-size: 4vw;
    }
}

.c-chapter__item-price-num:first-of-type {
    margin-left: 0;
}

.c-chapter__item-price-num:nth-of-type(3) {
    margin-left: 20px;
}

@media screen and (max-width: 750px) {
    .c-chapter__item-price-num:nth-of-type(3) {
        margin-left: 5.33333vw;
    }
}

.c-chapter__item-price-num:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
    height: 18px;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
    .c-chapter__item-price-num:before {
        width: 4.13333vw;
        height: 4.13333vw;
    }
}

.c-chapter__item-price-num--ices:before {
    background-image: url(../img/menu/icon_ice-s.svg);
}

.c-chapter__item-price-num--icem:before {
    background-image: url(../img/menu/icon_ice-m.svg);
}

.c-chapter__item-price-num--icel:before {
    background-image: url(../img/menu/icon_ice-l.svg);
}

.c-chapter__item-price-num--hots:before {
    background-image: url(../img/menu/icon_hot-s.svg);
}

.c-chapter__item-price-num--hotm:before {
    background-image: url(../img/menu/icon_hot-m.svg);
}

.c-chapter__item-price-num--none {
    padding-left: 0;
}

.c-chapter__item-price-num--none:before {
    content: none;
}

.c-chapter__item-list {
    margin-top: 10px;
}

@media screen and (max-width: 750px) {
    .c-chapter__item-list {
        margin-top: 5.33333vw;
    }
}

.c-chapter__item-list-link {
    position: relative;
    text-decoration: underline;
    font-size: 0.875rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.c-chapter__item-list-link:after {
    position: absolute;
    top: 50%;
    right: -25px;
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url(../img/common/icon_open-br.svg) 0 0 no-repeat;
    background-size: 100% auto;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
    .c-chapter__item-list-link:after {
        right: -4.66667vw;
        width: 2.8vw;
        height: 2.8vw;
    }
}

@media screen and (min-width: 751px) {
    .c-chapter__item-list-link:hover {
        text-decoration: none;
    }
}

.c-chapter__arrow-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;

    -webkit-box-pack: center;
    justify-content: center;
}

@media screen and (max-width: 750px) {
    .c-chapter__arrow-link--2 {
        display: block;
        margin-bottom: 20vw;
    }
}

.c-chapter__arrow-link--2 .arrow-link:first-of-type {
    margin-right: 85px;
}

@media screen and (max-width: 1350px) {
    .c-chapter__arrow-link--2 .arrow-link:first-of-type {
        margin-right: 6.2963vw;
    }
}

@media screen and (max-width: 750px) {
    .c-chapter__arrow-link--2 .arrow-link:first-of-type {
        margin-right: 0;
        margin-bottom: 4vw;
    }
}

/* ---------------------------------------------
*   company
--------------------------------------------- */
.c-company {
    padding-top: 130px;
}

@media screen and (max-width: 750px) {
    .c-company {
        padding-top: 16vw;
    }
}

.c-company__container {
    margin: 0 auto;
    padding: 0 50px;
    max-width: 1350px;
}

@media screen and (max-width: 1350px) {
    .c-company__container {
        padding: 0 3.7037vw;
    }
}

@media screen and (max-width: 750px) {
    .c-company__container {
        padding: 0 8vw;
    }
}

.c-company__logo {
    margin: 0 auto 40px;
    width: 332px;
}

@media screen and (max-width: 750px) {
    .c-company__logo {
        margin-bottom: 5.33333vw;
        width: 51.73333vw;
    }
}

.c-company__ttl {
    margin-bottom: 15px;
    text-align: center;
    letter-spacing: 0.1em;
    font-size: 2.1875rem;
    font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 750px) {
    .c-company__ttl {
        margin-bottom: 5.33333vw;
        font-size: 6.66667vw;
    }
}

.c-company__txt {
    margin-bottom: 10px;
    text-align: center;
    letter-spacing: 0.1em;
    font-size: 1.0625rem;
}

@media screen and (max-width: 750px) {
    .c-company__txt {
        margin-bottom: 2.66667vw;
        font-size: 3.2vw;
    }
}

.c-company__note {
    color: #9e958a;
    text-align: center;
    font-size: 0.875rem;
}

@media screen and (max-width: 750px) {
    .c-company__note {
        font-size: 3.2vw;
    }
}

.c-company__map {
    margin: 75px auto 110px;
    max-width: 1137px;
}

@media screen and (max-width: 750px) {
    .c-company__map {
        margin-top: 10vw;
        margin-bottom: 24vw;
        margin-left: -4.66667vw;
        width: 93.06667vw;
    }
}

.c-company__contents-ttl {
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: 0.1em;
    font-size: 2.5rem;
    font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 750px) {
    .c-company__contents-ttl {
        margin-bottom: 6.66667vw;
        font-size: 6.66667vw;
    }
}

/* ---------------------------------------------
*   contents
--------------------------------------------- */
/*  c-contents-rotate
--------------------------------------------- */
.c-contents-rotate {
    position: relative;
    z-index: 100;
    text-align: right;
}

@media screen and (max-width: 1200px) {
    .c-contents-rotate {
        margin-right: 7.40741vw;
    }
}

@media screen and (max-width: 750px) {
    .c-contents-rotate {
        margin-right: 0;
        text-align: left;
    }
}

.c-contents-rotate .c-txt-arrow {
    margin-right: 170px;
    margin-bottom: 30px;
    margin-left: auto;
}

@media screen and (max-width: 1350px) {
    .c-contents-rotate .c-txt-arrow {
        margin-right: 12.59259vw;
        margin-bottom: 2.22222vw;
    }
}

@media screen and (max-width: 750px) {
    .c-contents-rotate .c-txt-arrow {
        margin-right: 0;
        margin-bottom: 4vw;
    }
}

.c-contents-rotate .c-btn-rotate {
    position: absolute;
    right: -95px;
    bottom: -45px;
}

@media screen and (max-width: 1350px) {
    .c-contents-rotate .c-btn-rotate {
        right: -7.03704vw;
        bottom: -3.33333vw;
    }
}

@media screen and (max-width: 750px) {
    .c-contents-rotate .c-btn-rotate {
        right: -4.66667vw;
        bottom: -7.33333vw;
    }
}

/*  c-contents-brand
--------------------------------------------- */
.c-contents-brand {
    margin: 150px auto;
    max-width: 1140px;
}

@media screen and (max-width: 1350px) {
    .c-contents-brand {
        margin-top: 12.59259vw;
        margin-bottom: 11.11111vw;
    }
}

@media screen and (max-width: 750px) {
    .c-contents-brand {
        margin: 22vw auto 14vw;
    }
}

.c-contents-brand__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 65px;
}

@media screen and (max-width: 1350px) {
    .c-contents-brand__inner {
        margin-left: 4.81481vw;
    }
}

@media screen and (max-width: 750px) {
    .c-contents-brand__inner {
        margin-left: 3.33333vw;
    }
}

.c-contents-brand__txt-vertical {
    position: relative;
    margin-top: 20px;
    -ms-writing-mode: tb-rl;
    letter-spacing: 0.1em;
    font-size: 1.8125rem;
    font-family: "Noto Serif JP", serif;

    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

@media screen and (max-width: 1350px) {
    .c-contents-brand__txt-vertical {
        margin-top: 1.48148vw;
        font-size: 2.14815vw;
    }
}

@media screen and (max-width: 750px) {
    .c-contents-brand__txt-vertical {
        font-size: 3.6vw;
    }
}

.c-contents-brand__txt-vertical:after {
    position: absolute;
    top: 0;
    right: -20px;
    width: 1px;
    height: 54px;
    background-color: #9e958a;
    content: "";
}

@media screen and (max-width: 1350px) {
    .c-contents-brand__txt-vertical:after {
        right: -1.48148vw;
    }
}

@media screen and (max-width: 750px) {
    .c-contents-brand__txt-vertical:after {
        right: -2.66667vw;
        width: 0.26667vw;
        height: 6.8vw;
    }
}

.c-contents-brand__txt-l {
    padding-left: 70px;
    font-size: 6.25rem;
    font-family: "Baskervville", serif;
    line-height: 1.1;
}

@media screen and (max-width: 1350px) {
    .c-contents-brand__txt-l {
        padding-left: 5.18519vw;
        font-size: 7.40741vw;
    }
}

@media screen and (max-width: 750px) {
    .c-contents-brand__txt-l {
        font-size: 10.66667vw;
    }
}

/*  contents-news-search
--------------------------------------------- */
.contents-news-search {
    margin: 100px auto 70px;
    max-width: 960px;
}

@media screen and (max-width: 750px) {
    .contents-news-search {
        margin-top: 16vw;
        margin-bottom: 9.33333vw;
    }
}

.contents-news-search__txt-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    margin-bottom: 30px;

    -webkit-box-align: baseline;
    align-items: baseline;
}

@media screen and (max-width: 750px) {
    .contents-news-search__txt-area {
        margin-bottom: 4.66667vw;
    }
}

.contents-news-search__txt {
    letter-spacing: 0.05em;
    font-size: 1.5625rem;
    font-family: "Noto Serif JP", serif;

    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}

@media screen and (max-width: 750px) {
    .contents-news-search__txt {
        font-size: 5.06667vw;
    }
}

.contents-news-search__keyword {
    display: inline-block;
    margin-left: -0.5em;
    letter-spacing: 0.2em;
    font-size: 2.1875rem;
}

@media screen and (max-width: 750px) {
    .contents-news-search__keyword {
        font-size: 6.66667vw;
    }
}

.contents-news-search__num {
    position: relative;
    top: -0.2em;
    display: inline-block;
    margin-left: 15px;
    padding: 0.1em 0.5em 0;
    border-radius: 3px;
    background-color: #382b20;
    color: #fff;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-size: 0.875rem;
}

@media screen and (max-width: 750px) {
    .contents-news-search__num {
        margin-left: 2vw;
        border-radius: 0.66667vw;
        font-size: 2.93333vw;
    }
}

.ie .contents-news-search__num {
    padding-top: 0.2em;
}

/*  contents-search
--------------------------------------------- */
.contents-search {
    position: relative;
    width: 424px;
    height: 40px;
    border: 1px solid;
    border-radius: 5px;
}

@media screen and (max-width: 750px) {
    .contents-search {
        width: 100%;
        height: 13.33333vw;
        border-radius: 0.66667vw;
    }
}

.contents-news-search .contents-search {
    width: 100%;
    height: 56px;
}

@media screen and (max-width: 750px) {
    .contents-news-search .contents-search {
        height: 13.33333vw;
    }
}

.search-form {
    width: 100%;
    height: 100%;
}

.search-form__input {
    padding: 0 1em;
    width: 100%;
    height: 100%;
    font-size: 0.9375rem;
}

@media screen and (max-width: 750px) {
    .search-form__input {
        font-size: 3.46667vw;
    }
}

.search-form__input::-webkit-input-placeholder {
    color: #382b20;
}

.search-form__input::-moz-placeholder {
    color: #382b20;
}

.search-form__input:-ms-input-placeholder {
    color: #382b20;
}

.search-form__input::-ms-input-placeholder {
    color: #382b20;
}

.search-form__input::placeholder {
    color: #382b20;
}

.search-form__icon {
    position: absolute;
    top: 50%;
    right: 17px;
    width: 13px;
    height: 13px;
    background: url(../img/news/icon_search.png) 0 0 no-repeat;
    background-size: 100% auto;
    line-height: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
    .search-form__icon {
        right: 5.33333vw;
        width: 4vw;
        height: 4vw;
        background-image: url(../img/news/sp/icon_search.png);
    }
}

.contents-news-search .search-form__icon {
    right: 25px;
    width: 16px;
    height: 16px;
}

@media screen and (max-width: 750px) {
    .contents-news-search .search-form__icon {
        right: 5.33333vw;
        width: 4vw;
        height: 4vw;
    }
}

.search-highlight {
    color: #c32032;
}

/*  contents-archive
--------------------------------------------- */
.contents-archive {
    position: relative;
    margin-top: 30px;
    width: 110px;
    height: 40px;
    border-radius: 20px;
    background-color: #382b20;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media screen and (max-width: 750px) {
    .contents-archive {
        margin-top: 12vw;
        margin-right: 0;
        margin-left: auto;
        width: 23.33333vw;
        height: 9.33333vw;
        border-radius: 4.66667vw;
    }
}

.contents-archive__btn {
    position: absolute;
    top: 0.7em;
    right: 15px;
    z-index: 1000;
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/news/icon_arrow.svg) center center no-repeat;
    background-size: 12px 6px;
}

@media screen and (max-width: 750px) {
    .contents-archive__btn {
        top: 0.8em;
        right: 3.33333vw;
        width: 2.66667vw;
        height: 2.66667vw;
        background-size: 2.13333vw 1.06667vw;
    }
}

.contents-archive__first {
    position: relative;
    z-index: 1000;
    display: block;
    padding-left: 25px;
    color: #fff;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-size: 0.875rem;
    font-family: "Lato", sans-serif;
    line-height: 40px;
    cursor: pointer;
}

@media screen and (max-width: 750px) {
    .contents-archive__first {
        padding-left: 4.66667vw;
        font-size: 3.06667vw;
        line-height: 9.33333vw;
    }
}

.contents-archive__list {
    position: relative;
    position: absolute;
    top: 20px;
    z-index: 1000;
    z-index: 100;
    padding-top: 15px;
    padding-bottom: 10px;
    padding-left: 25px;
    width: 100%;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: #382b20;
}

@media screen and (max-width: 750px) {
    .contents-archive__list {
        top: 5.33333vw;
        padding-top: 4vw;
        padding-left: 4.66667vw;
    }
}

.contents-archive a {
    display: block;
    color: #fff;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-size: 0.875rem;
    font-family: "Lato", sans-serif;
    line-height: 40px;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
}

.contents-archive a:hover {
    opacity: 0.8;
}

@media screen and (max-width: 750px) {
    .contents-archive a {
        font-size: 3.06667vw;
        line-height: 9.33333vw;
    }
}

/*  contents-leaf
--------------------------------------------- */
.contents-leaf {
    padding-top: 65px;
    padding-bottom: 75px;
    padding-left: 120px;
    background: url(../img/top/img_bg-leaf.jpg) center right no-repeat;
    background-size: cover;
}

@media screen and (max-width: 1350px) {
    .contents-leaf {
        padding-top: 4.81481vw;
        padding-bottom: 5.55556vw;
        padding-left: 8.88889vw;
    }
}

@media screen and (max-width: 750px) {
    .contents-leaf {
        padding-top: 14.66667vw;
        padding-bottom: 16vw;
        padding-left: 12vw;
        background-image: url(../img/top/sp/img_bg-leaf.jpg);
    }
}

.contents-leaf__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.contents-leaf__btn {
    margin-left: 45px;
    width: 76px;
    height: 76px;
}

@media screen and (max-width: 1350px) {
    .contents-leaf__btn {
        margin-left: 3.33333vw;
        width: 5.62963vw;
        height: 5.62963vw;
    }
}

@media screen and (max-width: 750px) {
    .contents-leaf__btn {
        width: 14.53333vw;
        height: 14.53333vw;
    }
}

.contents-leaf__btn svg .cls-1 {
    stroke: #382b20;
}

@media screen and (max-width: 750px) {
    .contents-leaf__btn svg .cls-2 {
        stroke: #fff;
        stroke-width: 1.46px;
    }
}

.contents-leaf__btn .arrow-link__icon:before, .contents-leaf__btn .arrow-link__icon:after {
    background-image: url(../img/common/icon_arrow-black_m.svg);
}

@media screen and (max-width: 750px) {
    .contents-leaf__btn .arrow-link__icon:before, .contents-leaf__btn .arrow-link__icon:after {
        background-image: url(../img/common/sp/icon_arrow-white_m.svg);
    }
}

/* ---------------------------------------------
*   c-deco
--------------------------------------------- */
.c-deco {
    position: absolute;
}

.c-deco img {
    width: 100%;
}

.c-deco--1 {
    top: -42px;
    left: 85px;
    width: 151px;
}

@media screen and (max-width: 1350px) {
    .c-deco--1 {
        top: -3.11111vw;
        left: 6.2963vw;
        width: 11.18519vw;
    }
}

@media screen and (max-width: 750px) {
    .c-deco--1 {
        top: -5.33333vw;
        left: 3.33333vw;
        width: 19.86667vw;
    }
}

.c-deco--2 {
    top: 340px;
    right: 55px;
    width: 143px;
}

@media screen and (max-width: 1350px) {
    .c-deco--2 {
        top: 25.18519vw;
        right: 4.07407vw;
        width: 10.59259vw;
    }
}

@media screen and (max-width: 750px) {
    .c-deco--2 {
        top: 269.33333vw;
        right: -0.66667vw;
        width: 24.13333vw;
    }
}

.c-deco--3 {
    top: 665px;
    left: 65px;
    width: 93px;
}

@media screen and (max-width: 1350px) {
    .c-deco--3 {
        top: 49.25926vw;
        left: 4.81481vw;
        width: 6.88889vw;
    }
}

@media screen and (max-width: 750px) {
    .c-deco--3 {
        top: 87.33333vw;
        left: 0.66667vw;
        width: 12.13333vw;
    }
}

.c-deco--4 {
    right: 100px;
    bottom: 10px;
    z-index: 10;
    width: 155px;
}

@media screen and (max-width: 1350px) {
    .c-deco--4 {
        right: 3.7037vw;
        bottom: 0.74074vw;
        width: 11.48148vw;
    }
}

@media screen and (max-width: 750px) {
    .c-deco--4 {
        display: none;
    }
}

.c-deco--5 {
    top: 67px;
    right: 52px;
    width: 99px;
}

@media screen and (max-width: 1350px) {
    .c-deco--5 {
        top: 4.96296vw;
        right: 3.85185vw;
        width: 7.33333vw;
    }
}

@media screen and (max-width: 750px) {
    .c-deco--5 {
        top: 8vw;
        right: 3.33333vw;
        width: 13.06667vw;
    }
}

.c-deco--6 {
    bottom: 107px;
    left: 85px;
    width: 108px;
}

@media screen and (max-width: 1350px) {
    .c-deco--6 {
        bottom: 7.92593vw;
        left: 6.2963vw;
        width: 8vw;
    }
}

@media screen and (max-width: 750px) {
    .c-deco--6 {
        bottom: 9.33333vw;
        left: 6.66667vw;
        width: 14.13333vw;
    }
}

.c-deco--7 {
    top: -100px;
    right: 30px;
    z-index: 10000;
    width: 140px;
}

.js-menu-opened .c-deco--7 {
    z-index: 100;
}

@media screen and (max-width: 1350px) {
    .c-deco--7 {
        top: -11.11111vw;
        width: 10.37037vw;
    }
}

@media screen and (max-width: 750px) {
    .c-deco--7 {
        top: -4vw;
        right: -5.33333vw;
        width: 23.33333vw;
    }
}

.c-deco--8 {
    right: 20px;
    bottom: -100px;
    width: 140px;
}

@media screen and (max-width: 1350px) {
    .c-deco--8 {
        bottom: -7.40741vw;
        width: 10.37037vw;
    }
}

@media screen and (max-width: 750px) {
    .c-deco--8 {
        right: -4vw;
        bottom: -3.7037vw;
        width: 23.06667vw;
    }
}

.c-deco--9 {
    top: 500px;
    left: 0;
    width: 137px;
}

@media screen and (max-width: 1350px) {
    .c-deco--9 {
        top: 37.03704vw;
        width: 10.14815vw;
    }
}

@media screen and (max-width: 750px) {
    .c-deco--9 {
        top: 70.66667vw;
        left: -9.33333vw;
        width: 20.53333vw;
    }
}

.c-deco--10 {
    top: -300px;
    left: 0;
    z-index: 10;
    width: 121px;
}

@media screen and (max-width: 1350px) {
    .c-deco--10 {
        top: -22.22222vw;
        width: 8.96296vw;
    }
}

@media screen and (max-width: 750px) {
    .c-deco--10 {
        top: 16.93333vw;
        right: -6.13333vw;
        left: auto;
        width: 20.8vw;
    }
}

.term-season .c-deco--10 {
    display: none;
}

.c-deco--11 {
    top: 250px;
    right: 65px;
    z-index: 10;
    width: 118px;
}

@media screen and (max-width: 1350px) {
    .c-deco--11 {
        top: 18.51852vw;
        right: 4.81481vw;
        width: 8.74074vw;
    }
}

@media screen and (max-width: 750px) {
    .c-deco--11 {
        top: 118.66667vw;
        right: auto;
        left: -1.33333vw;
        width: 12.26667vw;
    }
}

.term-season .c-deco--11 {
    top: 650px;
}

@media screen and (max-width: 1350px) {
    .term-season .c-deco--11 {
        top: 48.14815vw;
    }
}

@media screen and (max-width: 750px) {
    .term-season .c-deco--11 {
        top: 118.66667vw;
    }
}

.c-deco--12 {
    bottom: 100px;
    left: -100px;
    width: 97px;
}

@media screen and (max-width: 1350px) {
    .c-deco--12 {
        bottom: 7.40741vw;
        left: -7.40741vw;
        width: 7.18519vw;
    }
}

@media screen and (max-width: 750px) {
    .c-deco--12 {
        right: -1.33333vw;
        bottom: 52.66667vw;
        left: auto;
        width: 10.93333vw;
    }
}

.c-deco--13 {
    top: -70px;
    left: -25px;
    z-index: 10;
    width: 92px;
}

@media screen and (max-width: 1350px) {
    .c-deco--13 {
        top: -5.18519vw;
        left: -1.85185vw;
        width: 6.81481vw;
    }
}

@media screen and (max-width: 750px) {
    .c-deco--13 {
        top: 91.33333vw;
        left: 0.66667vw;
        width: 12.13333vw;
    }
}

.c-deco--14 {
    top: 290px;
    right: -30px;
    z-index: 10;
    width: 143px;
}

@media screen and (max-width: 1350px) {
    .c-deco--14 {
        top: 21.48148vw;
        right: -2.22222vw;
        width: 10.59259vw;
    }
}

@media screen and (max-width: 750px) {
    .c-deco--14 {
        top: auto;
        right: 2.66667vw;
        bottom: -19.33333vw;
        width: 22.53333vw;
    }
}

.c-deco--15 {
    right: 50px;
    bottom: 300px;
    z-index: 10;
    width: 82px;
}

@media screen and (max-width: 1350px) {
    .c-deco--15 {
        right: 3.7037vw;
        bottom: 22.22222vw;
        width: 6.07407vw;
    }
}

.c-deco--16 {
    bottom: -60px;
    left: -180px;
    width: 138px;
}

@media screen and (max-width: 1350px) {
    .c-deco--16 {
        bottom: -4.44444vw;
        left: -13.33333vw;
        width: 10.22222vw;
    }
}

@media screen and (max-width: 750px) {
    .c-deco--17 {
        top: -9.2vw;
        left: -2.66667vw;
        width: 17.2vw;
    }
}

.c-deco--18 {
    top: 50px;
    right: 100px;
    width: 142px;
}

@media screen and (max-width: 1350px) {
    .c-deco--18 {
        top: 3.7037vw;
        right: 7.40741vw;
        width: 10.51852vw;
    }
}

@media screen and (max-width: 750px) {
    .c-deco--18 {
        top: 48vw;
        right: -8.66667vw;
        width: 18vw;
    }
}

.c-deco--19 {
    top: -10px;
    left: 10%;
    width: 104px;
}

@media screen and (max-width: 1350px) {
    .c-deco--19 {
        top: -1.33333vw;
        width: 7.7037vw;
    }
}

@media screen and (max-width: 750px) {
    .c-deco--19 {
        display: none;
    }
}

.c-deco--20 {
    bottom: 50px;
    left: 125px;
    width: 134px;
}

@media screen and (max-width: 1350px) {
    .c-deco--20 {
        bottom: 3.7037vw;
        left: 9.25926vw;
        width: 9.92593vw;
    }
}

@media screen and (max-width: 750px) {
    .c-deco--20 {
        bottom: 23.33333vw;
        left: -4vw;
        width: 17.73333vw;
    }
}

/* ---------------------------------------------
*   c-deli
--------------------------------------------- */
.c-deli {
    padding-top: 90px;
}

@media screen and (max-width: 750px) {
    .c-deli {
        padding-top: 6.66667vw;
    }
}

@media screen and (max-width: 750px) {
    .c-deli {
        padding-top: 13.33333vw;
    }
}

.c-deli__lead {
    margin-bottom: 50px;
    text-align: center;
    letter-spacing: 0.15em;
    font-size: 2.8125rem;
    font-family: "Noto Serif JP", serif;
    -webkit-transition-delay: 0.5s !important;
    transition-delay: 0.5s !important;
}

@media screen and (max-width: 1350px) {
    .c-deli__lead {
        margin-bottom: 3.7037vw;
        font-size: 3.33333vw;
    }
}

@media screen and (max-width: 750px) {
    .c-deli__lead {
        margin-bottom: 6vw;
        letter-spacing: 0.1em;
        font-size: 5.86667vw;
    }
}

.c-deli__lead-inner {
    display: inline-block;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #f1e8dd));
    background: linear-gradient(transparent 60%, #f1e8dd 60%);
}

.c-deli__txt {
    text-align: center;
    font-weight: bold;
    font-size: 1.0625rem;
    line-height: 2;
    -webkit-transition-delay: 0.5s !important;
    transition-delay: 0.5s !important;
}

@media screen and (max-width: 1000px) {
    .c-deli__txt {
        font-size: 0.875rem;
    }
}

@media screen and (max-width: 750px) {
    .c-deli__txt {
        font-size: 3.46667vw;
    }
}

.c-deli-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin-top: 45px;
    margin-bottom: 120px;

    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

@media screen and (max-width: 1350px) {
    .c-deli-logo {
        margin-top: 3.33333vw;
        margin-bottom: 8.88889vw;
    }
}

@media screen and (max-width: 750px) {
    .c-deli-logo {
        -ms-flex-pack: center;
        margin-top: 6.66667vw;
        margin-bottom: 8.66667vw;

        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        justify-content: center;
    }
}

.c-deli-logo__item {
    margin-right: 55px;
}

@media screen and (max-width: 1350px) {
    .c-deli-logo__item {
        margin-right: 4.07407vw;
    }
}

@media screen and (max-width: 750px) {
    .c-deli-logo__item {
        margin-right: 7.33333vw;
        margin-bottom: 4.66667vw;
    }
}

.c-deli-logo__item:last-of-type {
    margin-right: 0;
}

.c-deli-logo__item--uber {
    width: 158px;
}

@media screen and (max-width: 1350px) {
    .c-deli-logo__item--uber {
        width: 11.48148vw;
    }
}

@media screen and (max-width: 750px) {
    .c-deli-logo__item--uber {
        margin-left: 6vw;
        width: 22.8vw;
    }
}

.c-deli-logo__item--demae {
    width: 183px;
}

@media screen and (max-width: 1350px) {
    .c-deli-logo__item--demae {
        width: 13.55556vw;
    }
}

@media screen and (max-width: 750px) {
    .c-deli-logo__item--demae {
        width: 26.4vw;
    }
}

.c-deli-logo__item--menu {
    width: 126px;
}

@media screen and (max-width: 1350px) {
    .c-deli-logo__item--menu {
        width: 9.33333vw;
    }
}

@media screen and (max-width: 750px) {
    .c-deli-logo__item--menu {
        width: 18.13333vw;
    }
}

.c-deli-logo__item--wolt {
    width: 64px;
}

@media screen and (max-width: 1350px) {
    .c-deli-logo__item--wolt {
        width: 4.74074vw;
    }
}

@media screen and (max-width: 750px) {
    .c-deli-logo__item--wolt {
        width: 9.2vw;
    }
}

.c-deli-logo__item--didi {
    width: 180px;
}

@media screen and (max-width: 1350px) {
    .c-deli-logo__item--didi {
        width: 13.33333vw;
    }
}

@media screen and (max-width: 750px) {
    .c-deli-logo__item--didi {
        width: 25.86667vw;
    }
}

.c-deli-logo__item img {
    width: 100%;
}

.c-deli-contents--blue {
    position: relative;
    padding-top: 150px;
    padding-bottom: 50px;
    background-color: #f4f4f3;
}

@media screen and (max-width: 1350px) {
    .c-deli-contents--blue {
        padding-top: 11.11111vw;
        padding-bottom: 3.7037vw;
    }
}

@media screen and (max-width: 750px) {
    .c-deli-contents--blue {
        padding-top: 18.66667vw;
        padding-bottom: 10.66667vw;
    }
}

.c-deli-contents--blue:after {
    position: absolute;
    bottom: -6.22222vw;
    left: 0;
    width: 0;
    height: 0;
    border-width: 6.2963vw 100vw 0 0;
    border-style: solid;
    border-color: #f4f4f3 transparent transparent transparent;
    content: "";
}

@media screen and (max-width: 750px) {
    .c-deli-contents--blue:after {
        bottom: -11.2vw;
        border-width: 11.33333vw 100vw 0 0;
    }
}

.c-deli-contents--green {
    padding-top: 130px;
    padding-bottom: 190px;
}

@media screen and (max-width: 1350px) {
    .c-deli-contents--green {
        padding-top: 9.62963vw;
        padding-bottom: 14.07407vw;
    }
}

@media screen and (max-width: 750px) {
    .c-deli-contents--green {
        padding-top: 16vw;
        padding-bottom: 24.66667vw;
    }
}

.c-deli-contents--ocher {
    position: relative;
    padding-top: 20px;
    padding-bottom: 135px;
    background-color: #f4f4f3;
}

@media screen and (max-width: 1350px) {
    .c-deli-contents--ocher {
        padding-top: 1.48148vw;
        padding-bottom: 10vw;
    }
}

@media screen and (max-width: 750px) {
    .c-deli-contents--ocher {
        padding-top: 6.66667vw;
        padding-bottom: 22.66667vw;
    }
}

.c-deli-contents--ocher:before {
    position: absolute;
    top: -6.22222vw;
    left: 0;
    width: 0;
    height: 0;
    border-width: 6.2963vw 0 0 100vw;
    border-style: solid;
    border-color: transparent transparent transparent #f4f4f3;
    content: "";
}

@media screen and (max-width: 750px) {
    .c-deli-contents--ocher:before {
        top: -11.2vw;
        border-width: 11.33333vw 0 0 100vw;
    }
}

.c-deli-contents__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    margin: 0 auto;
    max-width: 1350px;

    -webkit-box-align: center;
    align-items: center;
}

@media screen and (max-width: 750px) {
    .c-deli-contents__inner {
        display: block;
    }
}

.c-deli-contents__inner--reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
}

.c-deli-contents__inner--start {
    -ms-flex-align: start;

    -webkit-box-align: start;
    align-items: flex-start;
}

.c-deli-contents__logo {
    position: absolute;
    top: 0;
    right: 0;
}

@media screen and (max-width: 750px) {
    .c-deli-contents__logo {
        right: 2vw;
    }
}

.c-deli-contents__logo--1 {
    width: 1222px;
}

@media screen and (max-width: 1350px) {
    .c-deli-contents__logo--1 {
        width: 90.51852vw;
    }
}

@media screen and (max-width: 750px) {
    .c-deli-contents__logo--1 {
        width: 86.8vw;
    }
}

.c-deli-contents__logo img {
    width: 100%;
}

.c-deli-contents__img {
    opacity: 0;
    -webkit-transition: opacity 0.45s ease-out, -webkit-transform 0.45s ease-out;
    transition: opacity 0.45s ease-out, -webkit-transform 0.45s ease-out;
    transition: transform 0.45s ease-out, opacity 0.45s ease-out;
    transition: transform 0.45s ease-out, opacity 0.45s ease-out, -webkit-transform 0.45s ease-out;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
}

.c-deli-contents__img.fadein {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.c-deli-contents__img--1 {
    margin-left: -220px;
    width: 883px;
}

@media screen and (max-width: 750px) {
    .c-deli-contents__img--1 {
        margin-right: auto;
        margin-left: -30.66667vw;
        width: 104vw;
    }
}

.c-deli-contents__img--2 {
    margin-right: -220px;
    width: 1015px;
}

@media screen and (max-width: 750px) {
    .c-deli-contents__img--2 {
        margin-right: auto;
        margin-left: 5.33333vw;
        width: 145.06667vw;
    }
}

.c-deli-contents__img--3 {
    margin-left: -235px;
    width: 970px;
}

@media screen and (max-width: 750px) {
    .c-deli-contents__img--3 {
        margin-left: -44vw;
        width: 128.66667vw;
    }
}

.c-deli-contents__img img {
    width: 100%;
}

.c-deli-contents__txt-area {
    opacity: 0;
    -webkit-transition: opacity 0.45s ease-out, -webkit-transform 0.45s ease-out;
    transition: opacity 0.45s ease-out, -webkit-transform 0.45s ease-out;
    transition: transform 0.45s ease-out, opacity 0.45s ease-out;
    transition: transform 0.45s ease-out, opacity 0.45s ease-out, -webkit-transform 0.45s ease-out;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);

    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.c-deli-contents__txt-area.fadein {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.c-deli-contents__txt-area--1 {
    margin-left: 100px;
    padding-right: 50px;
}

@media screen and (max-width: 1350px) {
    .c-deli-contents__txt-area--1 {
        margin-left: 3.7037vw;
        padding-right: 3.7037vw;
    }
}

@media screen and (max-width: 750px) {
    .c-deli-contents__txt-area--1 {
        margin-top: 6.66667vw;
        margin-left: 24vw;
        padding: 0;
    }
}

.c-deli-contents__txt-area--2 {
    margin-top: 40px;
    margin-right: 30px;
    padding-left: 50px;
}

@media screen and (max-width: 1350px) {
    .c-deli-contents__txt-area--2 {
        margin-top: 2.96296vw;
        margin-right: 2.22222vw;
        padding-left: 3.7037vw;
    }
}

@media screen and (max-width: 750px) {
    .c-deli-contents__txt-area--2 {
        margin-top: 4vw;
        margin-left: 11.33333vw;
        padding: 0;
    }
}

.c-deli-contents__txt-area--3 {
    margin-top: 100px;
    margin-left: 70px;
    padding-right: 50px;
}

@media screen and (max-width: 1350px) {
    .c-deli-contents__txt-area--3 {
        margin-top: 7.40741vw;
        margin-left: 5.18519vw;
        padding-right: 3.7037vw;
    }
}

@media screen and (max-width: 750px) {
    .c-deli-contents__txt-area--3 {
        margin-top: 5.33333vw;
        margin-left: 24vw;
        padding: 0;
    }
}

.c-deli-contents__txt-en {
    color: #c32032;
    letter-spacing: 0.1em;
    font-weight: 900;
    font-size: 0.9375rem;
    font-family: "Lato", sans-serif;
}

@media screen and (max-width: 1350px) {
    .c-deli-contents__txt-en {
        font-size: 1.11111vw;
    }
}

@media screen and (max-width: 750px) {
    .c-deli-contents__txt-en {
        font-size: 2.93333vw;
    }
}

.c-deli-contents__ttl {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 1.875rem;
}

@media screen and (max-width: 1350px) {
    .c-deli-contents__ttl {
        margin-bottom: 0.74074vw;
        font-size: 2.22222vw;
    }
}

@media screen and (max-width: 750px) {
    .c-deli-contents__ttl {
        margin-bottom: 1.33333vw;
        font-size: 5.33333vw;
    }
}

.c-deli-contents__txt {
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.875;
}

@media screen and (max-width: 1350px) {
    .c-deli-contents__txt {
        font-size: 1.18519vw;
    }
}

@media screen and (max-width: 750px) {
    .c-deli-contents__txt {
        font-size: 3.46667vw;
    }
}

.c-deli-contents__pack {
    margin-top: -25px;
    margin-right: -90px;
    margin-left: auto;
    width: 238px;
}

@media screen and (max-width: 1200px) {
    .c-deli-contents__pack {
        margin-top: 0;
        margin-right: 0;
        width: 17.62963vw;
    }
}

@media screen and (max-width: 750px) {
    .c-deli-contents__pack {
        margin-top: 1.33333vw;
        margin-right: 0;
        margin-left: -13.33333vw;
        width: 56.13333vw;
    }
}

.c-deli-contents__pack img {
    width: 100%;
}

.c-deli-menu {
    position: relative;
    padding-bottom: 90px;
    background-color: #f4f4f3;
}

@media screen and (max-width: 1350px) {
    .c-deli-menu {
        padding-bottom: 6.66667vw;
    }
}

@media screen and (max-width: 750px) {
    .c-deli-menu {
        padding-bottom: 24vw;
    }
}

.c-deli-menu:after {
    position: absolute;
    bottom: -54px;
    left: 50%;
    width: 0;
    height: 0;
    border-width: 55px 190px 0 190px;
    border-style: solid;
    border-color: #f4f4f3 transparent transparent transparent;
    content: "";
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (max-width: 1350px) {
    .c-deli-menu:after {
        bottom: -4vw;
        border-width: 4.07407vw 14.07407vw 0 14.07407vw;
    }
}

@media screen and (max-width: 750px) {
    .c-deli-menu:after {
        bottom: -9.2vw;
        border-width: 9.33333vw 30vw 0 30vw;
    }
}

.c-deli-menu__container {
    margin: 0 auto;
    padding: 0 50px;
    max-width: 1300px;
}

@media screen and (max-width: 1350px) {
    .c-deli-menu__container {
        padding: 0 3.7037vw;
    }
}

@media screen and (max-width: 750px) {
    .c-deli-menu__container {
        padding: 0 4vw;
    }
}

.c-deli-menu__box {
    padding: 65px 80px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 1350px) {
    .c-deli-menu__box {
        padding: 4.81481vw 2.96296vw;
    }
}

@media screen and (max-width: 750px) {
    .c-deli-menu__box {
        padding: 8.66667vw 8vw;
    }
}

.c-deli-menu__ttl {
    margin-bottom: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 1.875rem;
}

@media screen and (max-width: 1350px) {
    .c-deli-menu__ttl {
        margin-bottom: 2.96296vw;
        font-size: 2.22222vw;
    }
}

@media screen and (max-width: 750px) {
    .c-deli-menu__ttl {
        margin-bottom: 11.33333vw;
        font-size: 5.33333vw;
    }
}

.c-deli-menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    max-width: 1050px;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.c-deli-menu__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    padding: 20px 0;
    padding-left: 25px;
    width: calc(100%/3);

    -webkit-box-align: center;
    align-items: center;
}

@media screen and (max-width: 1350px) {
    .c-deli-menu__item {
        padding: 1.48148vw 0;
        padding-left: 1.85185vw;
    }
}

@media screen and (max-width: 750px) {
    .c-deli-menu__item {
        display: block;
        margin-right: 7.01754%;
        margin-bottom: 8vw;
        padding: 0;
        width: 51.75439%;
    }
    .c-deli-menu__item:nth-of-type(2n) {
        margin-right: 0;
    }
    .c-deli-menu__item:nth-of-type(2n) {
        width: 41.22807%;
    }
    .c-deli-menu__item:nth-of-type(5), .c-deli-menu__item:nth-of-type(6) {
        margin-bottom: 0;
    }
}

.ie .c-deli-menu__item {
    width: 33%;
}

@media screen and (max-width: 750px) {
    .ie .c-deli-menu__item {
        margin-right: 0;
        width: 50%;
    }
}

.c-deli-menu__item:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 20px);
    height: 1px;
    background-color: #c5c6c6;
    content: "";
}

@media screen and (max-width: 750px) {
    .c-deli-menu__item:before {
        content: none;
    }
}

.c-deli-menu__item:nth-of-type(2):before {
    left: 20px;
    width: calc(100% - 40px);
}

.c-deli-menu__item:nth-of-type(3):before {
    left: 20px;
}

.c-deli-menu__item:nth-of-type(4):before {
    content: none;
}

.c-deli-menu__item:nth-of-type(5):before {
    content: none;
}

.c-deli-menu__item:nth-of-type(6):before {
    content: none;
}

.c-deli-menu__item:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: calc(100% - 20px);
    background-color: #c5c6c6;
    content: "";
}

@media screen and (max-width: 750px) {
    .c-deli-menu__item:after {
        content: none;
    }
}

.c-deli-menu__item:nth-of-type(3n):after {
    content: none;
}

.c-deli-menu__item:nth-of-type(4):after {
    top: 20px;
}

.c-deli-menu__item:nth-of-type(5):after {
    top: 20px;
}

.c-deli-menu__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media screen and (max-width: 750px) {
    .c-deli-menu__img {
        margin-bottom: 1.33333vw;
    }
}

.c-deli-menu__img--1 {
    width: 120px;
}

@media screen and (max-width: 1350px) {
    .c-deli-menu__img--1 {
        width: 8.88889vw;
    }
}

@media screen and (max-width: 750px) {
    .c-deli-menu__img--1 {
        margin-left: 6.66667vw;
        width: 24.93333vw;
    }
}

.c-deli-menu__img--2 {
    width: 111px;
}

@media screen and (max-width: 1350px) {
    .c-deli-menu__img--2 {
        width: 8.22222vw;
    }
}

@media screen and (max-width: 750px) {
    .c-deli-menu__img--2 {
        margin-left: 4vw;
        width: 23.6vw;
    }
}

.c-deli-menu__img--3 {
    width: 132px;
}

@media screen and (max-width: 1350px) {
    .c-deli-menu__img--3 {
        width: 9.77778vw;
    }
}

@media screen and (max-width: 750px) {
    .c-deli-menu__img--3 {
        margin-left: 4vw;
        width: 32.4vw;
    }
}

.c-deli-menu__img--4 {
    width: 111px;
}

@media screen and (max-width: 1350px) {
    .c-deli-menu__img--4 {
        width: 8.22222vw;
    }
}

@media screen and (max-width: 750px) {
    .c-deli-menu__img--4 {
        margin-left: 2.66667vw;
        width: 23.73333vw;
    }
}

.c-deli-menu__img--5 {
    width: 129px;
}

@media screen and (max-width: 1350px) {
    .c-deli-menu__img--5 {
        width: 9.55556vw;
    }
}

@media screen and (max-width: 750px) {
    .c-deli-menu__img--5 {
        margin-left: 6.66667vw;
        width: 26.26667vw;
    }
}

.c-deli-menu__img--6 {
    width: 134px;
}

@media screen and (max-width: 1350px) {
    .c-deli-menu__img--6 {
        width: 9.92593vw;
    }
}

@media screen and (max-width: 750px) {
    .c-deli-menu__img--6 {
        margin-top: 4vw;
        width: 32.26667vw;
    }
}

.c-deli-menu__txt-name {
    margin-bottom: 5px;
    font-size: 1.25rem;
    font-family: "Noto Serif JP", serif;
    line-height: 1.2;
}

@media screen and (max-width: 1350px) {
    .c-deli-menu__txt-name {
        font-size: 1.48148vw;
    }
}

@media screen and (max-width: 750px) {
    .c-deli-menu__txt-name {
        white-space: nowrap;
        font-size: 4.53333vw;

        -webkit-font-feature-settings: "palt";
        font-feature-settings: "palt";
    }
}

.c-deli-menu__txt-name-s {
    font-size: 1rem;
}

@media screen and (max-width: 1350px) {
    .c-deli-menu__txt-name-s {
        font-size: 1.18519vw;
    }
}

@media screen and (max-width: 750px) {
    .c-deli-menu__txt-name-s {
        display: block;
        font-size: 3.46667vw;
    }
}

.c-deli-menu__txt {
    font-size: 0.9375rem;
    line-height: 1.3;
}

@media screen and (max-width: 1350px) {
    .c-deli-menu__txt {
        font-size: 1.11111vw;
    }
}

@media screen and (max-width: 750px) {
    .c-deli-menu__txt {
        white-space: nowrap;
        font-size: 3.2vw;

        -webkit-font-feature-settings: "palt";
        font-feature-settings: "palt";
    }
}

.c-deli-menu__note {
    margin-top: 10px;
    text-align: right;
    font-size: 0.8125rem;
}

@media screen and (max-width: 750px) {
    .c-deli-menu__note {
        margin-top: 1.33333vw;
        font-size: 3.2vw;
    }
}

.c-deli-btn {
    padding: 145px 0;
}

@media screen and (max-width: 1350px) {
    .c-deli-btn {
        padding: 10.74074vw 0;
    }
}

@media screen and (max-width: 750px) {
    .c-deli-btn {
        padding-top: 24.66667vw;
        padding-bottom: 18.66667vw;
    }
}

.c-deli-btn__ttl {
    text-align: center;
    font-weight: bold;
    font-size: 2.5rem;
}

@media screen and (max-width: 1350px) {
    .c-deli-btn__ttl {
        font-size: 2.96296vw;
    }
}

@media screen and (max-width: 750px) {
    .c-deli-btn__ttl {
        margin-bottom: 0.66667vw;
        font-size: 5.33333vw;
    }
}

.c-deli-btn__txt {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 1rem;
}

@media screen and (max-width: 1350px) {
    .c-deli-btn__txt {
        font-size: 1.18519vw;
    }
}

@media screen and (max-width: 750px) {
    .c-deli-btn__txt {
        font-size: 3.46667vw;
    }
}

.c-deli-btn__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin: 0 auto;
    margin-top: 35px;
    padding: 0 50px;
    max-width: 1300px;

    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 1350px) {
    .c-deli-btn__inner {
        margin-top: 2.59259vw;
        padding: 0 3.7037vw;
    }
}

@media screen and (max-width: 750px) {
    .c-deli-btn__inner {
        margin-top: 6.66667vw;
        padding: 0 4vw;
    }
}

.c-deli-btn__link {
    display: block;
    padding-top: 70px;
    padding-bottom: 60px;
    width: 49.16667%;
    border-radius: 5px;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
}

.c-deli-btn__link:hover {
    opacity: 0.8;
}

@media screen and (max-width: 1350px) {
    .c-deli-btn__link {
        padding-top: 5.18519vw;
        padding-bottom: 4.44444vw;
    }
}

@media screen and (max-width: 750px) {
    .c-deli-btn__link {
        padding-top: 10vw;
        padding-bottom: 8vw;
        border-radius: 0.66667vw;
    }
}

.c-deli-btn__link--red {
    background-color: #c32032;
}

.c-deli-btn__link--green {
    background-color: #6bb298;
}

.c-deli-btn__link-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin-bottom: 20px;
    height: 70px;

    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

@media screen and (max-width: 1350px) {
    .c-deli-btn__link-icon {
        margin-bottom: 1.48148vw;
        height: 5.18519vw;
    }
}

@media screen and (max-width: 750px) {
    .c-deli-btn__link-icon {
        margin-bottom: 2.66667vw;
        height: 9.33333vw;
    }
}

.c-deli-btn__link-icon--1 img {
    width: 44px;
}

@media screen and (max-width: 1350px) {
    .c-deli-btn__link-icon--1 img {
        width: 3.25926vw;
    }
}

@media screen and (max-width: 750px) {
    .c-deli-btn__link-icon--1 img {
        width: 5.86667vw;
    }
}

.c-deli-btn__link-icon--2 img {
    width: 69px;
}

@media screen and (max-width: 1350px) {
    .c-deli-btn__link-icon--2 img {
        width: 5.11111vw;
    }
}

@media screen and (max-width: 750px) {
    .c-deli-btn__link-icon--2 img {
        width: 9.2vw;
    }
}

.c-deli-btn__link-txt {
    display: block;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 1.25rem;
}

@media screen and (max-width: 1350px) {
    .c-deli-btn__link-txt {
        font-size: 1.48148vw;
    }
}

@media screen and (max-width: 750px) {
    .c-deli-btn__link-txt {
        font-size: 3.46667vw;
    }
}

/* ---------------------------------------------
*   c-faq
--------------------------------------------- */
.c-faq {
    padding-top: 140px;
    padding-bottom: 170px;
}

@media screen and (max-width: 1350px) {
    .c-faq {
        padding-top: 10.37037vw;
        padding-bottom: 12.59259vw;
    }
}

@media screen and (max-width: 750px) {
    .c-faq {
        padding-top: 29.33333vw;
        padding-bottom: 33.33333vw;
    }
}

.c-faq__container {
    margin: 0 auto;
    padding: 0 50px;
    max-width: 1100px;
}

@media screen and (max-width: 1350px) {
    .c-faq__container {
        padding: 0 3.7037vw;
    }
}

@media screen and (max-width: 750px) {
    .c-faq__container {
        padding: 0 4vw;
    }
}

.c-faq__head {
    margin-bottom: 50px;
}

@media screen and (max-width: 750px) {
    .c-faq__head {
        margin-bottom: 9.33333vw;
    }
}

.c-faq__head-ttl {
    margin: 0 auto 5px;
    width: 195px;
}

@media screen and (max-width: 1350px) {
    .c-faq__head-ttl {
        width: 14.44444vw;
    }
}

@media screen and (max-width: 750px) {
    .c-faq__head-ttl {
        width: 26.13333vw;
    }
}

.c-faq__head-txt {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 1.0625rem;
}

@media screen and (max-width: 1000px) {
    .c-faq__head-txt {
        font-size: 0.875rem;
    }
}

@media screen and (max-width: 750px) {
    .c-faq__head-txt {
        font-size: 3.46667vw;
    }
}

.c-faq-list {
    border-top: 1px solid #9e958a;
}

.c-faq-list--none {
    margin-bottom: 70px;
    border-top: none;
}

@media screen and (max-width: 750px) {
    .c-faq-list--none {
        margin-bottom: 10.66667vw;
    }
}

.c-faq-list__q {
    position: relative;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media screen and (min-width: 751px) {
    .c-faq-list__q:hover {
        opacity: 0.5;
    }
    .tab .c-faq-list__q:hover {
        opacity: 1;
    }
}

.c-faq-list__q:after {
    position: absolute;
    top: 50%;
    right: 30px;
    width: 23px;
    height: 12px;
    background: url(../img/common/icon_arrow-gray.svg) 0 0 no-repeat;
    background-size: 100% 100%;
    content: "";
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform-origin: 50% 20%;
    transform-origin: 50% 20%;
}

@media screen and (max-width: 1350px) {
    .c-faq-list__q:after {
        right: 2.22222vw;
        width: 1.7037vw;
        height: 0.88889vw;
    }
}

@media screen and (max-width: 750px) {
    .c-faq-list__q:after {
        right: 2vw;
        width: 3.06667vw;
        height: 1.6vw;
        background-image: url(../img/common/sp/icon_arrow-gray.svg);
    }
}

.is-open .c-faq-list__q:after {
    -webkit-transform: rotate(180deg) translateY(-50%);
    transform: rotate(180deg) translateY(-50%);
}

.c-faq-list__a {
    background-color: #f4f4f3;
}

.c-faq-list__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    padding: 40px;
    padding-right: 70px;

    -webkit-box-align: baseline;
    align-items: baseline;
}

@media screen and (max-width: 1350px) {
    .c-faq-list__inner {
        padding: 2.96296vw;
        padding-right: 5.18519vw;
    }
}

@media screen and (max-width: 750px) {
    .c-faq-list__inner {
        padding: 6vw 6.66667vw;
        padding-right: 9.33333vw;
    }
}

.c-faq-list__item {
    border-bottom: 1px solid #9e958a;
}

.c-faq-list__icon {
    margin-right: 0.3em;
    letter-spacing: 0.2em;
    font-size: 1.875rem;
    font-family: "Lato", sans-serif;
}

@media screen and (max-width: 1000px) {
    .c-faq-list__icon {
        font-size: 1.625rem;
    }
}

@media screen and (max-width: 750px) {
    .c-faq-list__icon {
        margin-right: 0.5em;
        font-size: 5.33333vw;
    }
}

.c-faq-list__txt {
    font-size: 1rem;
    line-height: 1.8;
}

@media screen and (max-width: 1000px) {
    .c-faq-list__txt {
        font-size: 0.875rem;
    }
}

@media screen and (max-width: 750px) {
    .c-faq-list__txt {
        font-size: 3.2vw;
    }
}

.c-faq-list__txt-indent {
    display: inline-block;
    padding-left: 1em;
    text-indent: -1em;
}

.c-faq-list a {
    text-decoration: underline;
    font-weight: bold;
}

.c-faq-list a:hover {
    text-decoration: none;
}

.c-faq-list__note {
    font-size: 0.875rem;
    line-height: 1.8;
}

@media screen and (max-width: 1000px) {
    .c-faq-list__note {
        font-size: 0.75rem;
    }
}

@media screen and (max-width: 750px) {
    .c-faq-list__note {
        font-size: 2.8vw;
    }
}

.c-faq-list__red {
    color: red;
}

/* ---------------------------------------------
*   c-figure
--------------------------------------------- */
.c-figure {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    margin: 0 auto;
    max-width: 1350px;

    -webkit-box-align: center;
    align-items: center;
}

@media screen and (max-width: 750px) {
    .c-figure {
        display: block;
    }
}

.c-figure--reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
}

.c-figure--1 {
    margin-bottom: 165px;
}

@media screen and (max-width: 1350px) {
    .c-figure--1 {
        margin-bottom: 12.22222vw;
    }
}

@media screen and (max-width: 750px) {
    .c-figure--1 {
        margin-bottom: 16.66667vw;
    }
}

.c-figure--2 {
    margin-bottom: 110px;
    padding-top: 300px;
}

@media screen and (max-width: 1350px) {
    .c-figure--2 {
        margin-bottom: 8.14815vw;
        padding-top: 22.22222vw;
    }
}

@media screen and (max-width: 750px) {
    .c-figure--2 {
        margin-bottom: 9.33333vw;
        padding-top: 0;
    }
}

.c-figure--3 {
    margin-bottom: 105px;
}

@media screen and (max-width: 1350px) {
    .c-figure--3 {
        margin-bottom: 7.77778vw;
    }
}

@media screen and (max-width: 750px) {
    .c-figure--3 {
        margin-bottom: 20.66667vw;
    }
}

.c-figure--4 {
    -ms-flex-pack: end;
    margin-bottom: 140px;

    -webkit-box-pack: end;
    justify-content: flex-end;
}

@media screen and (max-width: 1350px) {
    .c-figure--4 {
        margin-bottom: 10.37037vw;
    }
}

@media screen and (max-width: 750px) {
    .c-figure--4 {
        margin-bottom: 18.66667vw;
    }
}

@media screen and (max-width: 750px) {
    .c-figure__img {
        margin-bottom: 10.66667vw;
    }
    .c-figure__img img {
        width: 100%;
    }
}

.c-figure--1 .c-figure__img {
    margin-right: 85px;
}

@media screen and (max-width: 1350px) {
    .c-figure--1 .c-figure__img {
        margin-right: 6.2963vw;
        width: 50vw;
    }
}

@media screen and (max-width: 750px) {
    .c-figure--1 .c-figure__img {
        margin-right: auto;
        margin-left: 0;
        width: 92vw;
    }
}

.c-figure--2 .c-figure__img {
    position: absolute;
    top: 0;
    right: 70px;
    width: 847px;
}

@media screen and (max-width: 1350px) {
    .c-figure--2 .c-figure__img {
        right: 5.18519vw;
        width: 62.74074vw;
    }
}

@media screen and (max-width: 750px) {
    .c-figure--2 .c-figure__img {
        position: static;
        margin: 0 auto 8vw;
        width: 89.6vw;
    }
}

.c-figure--3 .c-figure__img {
    margin-right: 115px;
    margin-left: 125px;
    padding-left: 50px;
}

@media screen and (max-width: 1350px) {
    .c-figure--3 .c-figure__img {
        margin-right: 8.51852vw;
        margin-left: 9.25926vw;
        padding-left: 3.7037vw;
        width: 27.62963vw;
    }
}

@media screen and (max-width: 1000px) {
    .c-figure--3 .c-figure__img {
        margin-left: 0;
    }
}

@media screen and (max-width: 750px) {
    .c-figure--3 .c-figure__img {
        margin-bottom: 8vw;
        margin-left: 15.73333vw;
        padding-left: 0;
        width: 33.73333vw;
    }
}

.c-figure--4 .c-figure__img {
    margin-left: 50px;
}

@media screen and (max-width: 1350px) {
    .c-figure--4 .c-figure__img {
        margin-left: 3.7037vw;
        width: 44.44444vw;
    }
}

@media screen and (max-width: 750px) {
    .c-figure--4 .c-figure__img {
        margin: 0 auto 10.66667vw;
        width: 84vw;
    }
}

@media screen and (max-width: 751px) {
    .c-figure__txt-area {
        -webkit-transition-delay: 1s !important;
        transition-delay: 1s !important;
    }
}

.c-figure--2 .c-figure__txt-area {
    margin-left: 125px;
}

@media screen and (max-width: 1350px) {
    .c-figure--2 .c-figure__txt-area {
        margin-left: 9.25926vw;
    }
}

@media screen and (max-width: 1000px) {
    .c-figure--2 .c-figure__txt-area {
        margin-left: 0;
    }
}

@media screen and (max-width: 750px) {
    .c-figure__txt-area {
        padding: 0 6vw;
    }
}

.c-figure--4 .c-figure__txt-area {
    margin-left: 125px;
}

@media screen and (max-width: 1350px) {
    .c-figure--4 .c-figure__txt-area {
        margin-left: 9.25926vw;
    }
}

@media screen and (max-width: 1000px) {
    .c-figure--4 .c-figure__txt-area {
        margin-left: 0;
    }
}

@media screen and (max-width: 750px) {
    .c-figure__txt-area {
        padding: 0 6vw;
    }
}

.c-figure__txt-area--left {
    padding-left: 50px;
}

@media screen and (max-width: 1350px) {
    .c-figure__txt-area--left {
        padding-left: 3.7037vw;
    }
}

@media screen and (max-width: 750px) {
    .c-figure__txt-area--left {
        padding-left: 6vw;
    }
}

.c-figure__txt-area--right {
    padding-right: 50px;
}

@media screen and (max-width: 1350px) {
    .c-figure__txt-area--right {
        padding-right: 3.7037vw;
    }
}

@media screen and (max-width: 750px) {
    .c-figure__txt-area--right {
        padding-right: 6vw;
    }
}

.c-figure__txt-en {
    margin-bottom: 15px;
    color: #c32032;
    letter-spacing: 0.15em;
    font-weight: 900;
    font-size: 0.9375rem;
    font-family: "Lato", sans-serif;
}

@media screen and (max-width: 750px) {
    .c-figure__txt-en {
        margin-bottom: 2vw;
        font-size: 2.93333vw;
    }
}

.c-figure__ttl {
    position: relative;
    margin-bottom: 55px;
    letter-spacing: 0.1em;
    font-size: 2.5rem;
    font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 1200px) {
    .c-figure__ttl {
        font-size: 1.875rem;
    }
}

@media screen and (max-width: 750px) {
    .c-figure__ttl {
        margin-bottom: 9.33333vw;
        font-size: 6.13333vw;
    }
}

.c-figure__ttl:after {
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 25px;
    height: 1px;
    background-color: #9e958a;
    content: "";
}

@media screen and (max-width: 750px) {
    .c-figure__ttl:after {
        bottom: -4.66667vw;
        width: 6.66667vw;
    }
}

.c-figure__txt {
    letter-spacing: 0.05em;
    font-size: 0.875rem;
    line-height: 1.9;
}

@media screen and (max-width: 750px) {
    .c-figure__txt {
        font-size: 3.2vw;

        -webkit-font-feature-settings: "palt";
        font-feature-settings: "palt";
    }
    .iphone .c-figure__txt {
        letter-spacing: 0.1em;
    }
}

/*  c-figure-right
--------------------------------------------- */
.c-figure-right {
    margin: 0 auto;
    margin-bottom: 175px;
    padding-left: 175px;
    max-width: 1350px;
    text-align: right;
}

@media screen and (max-width: 1350px) {
    .c-figure-right {
        margin-bottom: 12.96296vw;
        padding-left: 12.96296vw;
    }
}

@media screen and (max-width: 750px) {
    .c-figure-right {
        margin-right: 0;
        margin-bottom: 20vw;
        margin-left: auto;
        padding-left: 0;
        width: 92vw;
    }
}

/*  c-figure-full
--------------------------------------------- */
.c-figure-full {
    margin: 0 auto 170px;
    max-width: 1350px;
}

@media screen and (max-width: 1350px) {
    .c-figure-full {
        margin-bottom: 12.59259vw;
    }
}

@media screen and (max-width: 750px) {
    .c-figure-full {
        margin-bottom: 19.33333vw;
    }
}

/* ---------------------------------------------
*   c-form
--------------------------------------------- */
/* ---------------------------------------------
*   c-head
--------------------------------------------- */
.c-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    height: 370px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;

    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

@media screen and (max-width: 750px) {
    .c-head {
        height: 54.66667vw;
    }
}

.c-head--menu {
    background-image: url(../img/menu/img_bg-head.jpg);
}

@media screen and (max-width: 750px) {
    .c-head--menu {
        background-image: url(../img/menu/sp/img_bg-head.jpg);
    }
}

.c-head--brand {
    background-image: url(../img/brand/img_bg-head.jpg);
}

@media screen and (max-width: 750px) {
    .c-head--brand {
        background-image: url(../img/brand/sp/img_bg-head.jpg);
    }
}

.c-head--howto {
    background-image: url(../img/howto/img_bg-head.jpg);
}

@media screen and (max-width: 750px) {
    .c-head--howto {
        background-image: url(../img/howto/sp/img_bg-head.jpg);
    }
}

.c-head--contact {
    background-image: url(../img/contact/img_bg-head.jpg);
}

@media screen and (max-width: 750px) {
    .c-head--contact {
        background-image: url(../img/contact/sp/img_bg-head.jpg);
    }
}

.c-head--news {
    background-image: url(../img/news/img_bg-head.jpg);
    background-position: center left;
}

@media screen and (max-width: 750px) {
    .c-head--news {
        background-image: url(../img/news/sp/img_bg-head.jpg);
        background-position: center center;
    }
}

.c-head--student {
    background-image: url(../img/student/img_bg-head.jpg);
    background-position: center center;
}

@media screen and (max-width: 750px) {
    .c-head--student {
        background-image: url(../img/student/sp/img_bg-head.jpg);
        background-position: center center;
    }
}

.c-head--delivery {
    background-image: url(../img/delivery/img_bg-head.jpg);
    background-position: center center;
}

@media screen and (max-width: 750px) {
    .c-head--delivery {
        background-image: url(../img/delivery/sp/img_bg-head.jpg);
        background-position: center center;
    }
}

.c-head--tea {
    background-image: url(../img/tea/img_bg-head.jpg);
    background-position: center center;
}

@media screen and (max-width: 750px) {
    .c-head--tea {
        background-image: url(../img/tea/sp/img_bg-head.jpg);
        background-position: center center;
    }
}

.c-head--company {
    background-image: url(../img/company/img_bg-head.jpg);
    background-position: center center;
}

@media screen and (max-width: 750px) {
    .c-head--company {
        background-image: url(../img/company/sp/img_bg-head.jpg);
        background-position: center center;
    }
}

.c-head__ttl-en {
    display: block;
    color: #fff;
    text-align: center;
    letter-spacing: 0.1em;
    font-weight: 900;
    font-size: 0.9375rem;
    font-family: "Lato", sans-serif;
}

@media screen and (max-width: 750px) {
    .c-head__ttl-en {
        margin-bottom: 1.33333vw;
        font-size: 2.93333vw;
    }
}

.c-head__ttl-en--poppins {
    color: #c32032;
    font-family: "Poppins", sans-serif;
}

.c-head__ttl-en--black {
    color: #382b20;
}

.c-head__ttl {
    color: #fff;
    letter-spacing: 0.1em;
    font-size: 2.8125rem;
    font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 750px) {
    .c-head__ttl {
        font-size: 7.73333vw;
        line-height: 1;
    }
}

.c-head__ttl--brand {
    text-align: center;
    font-family: "GFSDidot";

    letter-sapcing: 0.1em;
}

@media screen and (max-width: 750px) {
    .c-head__ttl--brand {
        margin-top: 1.33333vw;
    }
}

.c-head__ttl--howto {
    color: #fff;
}

@media screen and (max-width: 750px) {
    .c-head__ttl--howto {
        font-size: 7.2vw;
    }
}

.c-head__ttl--deli {
    color: #382b20;
}

@media screen and (max-width: 750px) {
    .c-head__ttl--deli {
        text-align: center;
        letter-spacing: 0;
        font-size: 7.2vw;
    }
}

@media screen and (max-width: 750px) {
    .c-head__ttl--contact {
        text-align: center;
        font-size: 6.66667vw;
        line-height: 1.2;
    }
}

.c-head__hide-txt {
    overflow: hidden;
    text-indent: -9999px;
}

.c-head__ttl-txt {
    color: #fff;
    text-align: center;
    letter-spacing: 0.1em;
    font-size: 1.5625rem;
    font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 750px) {
    .c-head__ttl-txt {
        margin-top: 1.33333vw;
        font-size: 4vw;
    }
}

.c-head__txt {
    color: #fff;
    font-size: 1.5625rem;
}

@media screen and (max-width: 750px) {
    .c-head__txt {
        font-size: 4vw;
    }
}

.c-head-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    height: 370px;
    background-color: #c32032;

    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

@media screen and (max-width: 1350px) {
    .c-head-2 {
        padding: 0 2.96296vw;
    }
}

@media screen and (max-width: 750px) {
    .c-head-2 {
        padding: 0;
        height: 62.13333vw;
    }
}

.c-head-2__img {
    margin-top: 20px;
    margin-left: 100px;
    max-width: 1102px;
    width: 100%;
}

@media screen and (max-width: 1350px) {
    .c-head-2__img {
        margin-top: 1.48148vw;
        margin-left: 7.40741vw;
    }
}

@media screen and (max-width: 750px) {
    .c-head-2__img {
        margin-top: 0.66667vw;
        margin-left: 12vw;
    }
}

/* ---------------------------------------------
*   c-img
--------------------------------------------- */
/* ---------------------------------------------
*   index-keyvisual
--------------------------------------------- */
.index-keyvisual {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    padding: 20px;
    width: 100%;
    height: 110vh;
    background-color: #eae9e8;
}

@media screen and (max-width: 1350px) {
    .index-keyvisual {
        padding: 1.48148vw;
    }
}

@media screen and (max-width: 750px) {
    .index-keyvisual {
        padding: 0;
        height: 100vh;
    }
}

.index-keyvisual.scroll-on {
    opacity: 0;
    -webkit-transform: translateZ(999px);
    transform: translateZ(999px);
}

.index-keyvisual__inner {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
    width: 100%;
}

.index-keyvisual__logo {
    position: absolute;
    top: 6.66667vw;
    left: 50%;
    z-index: 100;
    width: 13.73333vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.index-keyvisual__list {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.index-keyvisual__list-item {
    height: 110vh;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 750px) {
    .index-keyvisual__list-item {
        height: 100vh;
        background-position: 50% 10%;
    }
}

.index-keyvisual__txt {
    position: absolute;
    top: 50%;
    left: 80px;
    width: 600px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
    .index-keyvisual__txt {
        left: 2.66667vw;
        width: 70vw;
    }
}

.index-keyvisual__scroll {
    position: absolute;
    bottom: 135px;
    left: 4.19847%;
    display: block;
    width: 40px;
}

@media screen and (max-width: 750px) {
    .index-keyvisual__scroll {
        display: none;
    }
}

/* ---------------------------------------------
*   kv-alart
--------------------------------------------- */
.kv-alart {
    position: absolute;
    top: -165px;
    left: 50%;
    z-index: 1;
    display: inline-block;
    padding: 15px 20px;
    background-color: rgba(255, 255, 255, 0.85);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (max-width: 1024px) {
    .kv-alart {
        top: -300px;
    }
}

@media screen and (max-width: 750px) {
    .kv-alart {
        top: -37vw;
        padding: 2vw 4.66667vw;
    }
}

.kv-alart.scroll-on {
    opacity: 0;
    -webkit-transform: translateZ(999px);
    transform: translateZ(999px);
}

.kv-alart__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;

    -webkit-box-align: center;
    align-items: center;
}

.kv-alart__icon {
    display: block;
    margin-right: 8px;
    width: 16px;
    height: 16px;
    line-height: 0;

    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media screen and (max-width: 750px) {
    .kv-alart__icon {
        margin-right: 1.06667vw;
        width: 3.46667vw;
        height: 3.46667vw;
    }
}

.kv-alart__icon img {
    width: 100%;
}

.kv-alart__link {
    text-decoration: underline;
    white-space: nowrap;
    font-size: 0.8125rem;
}

@media screen and (min-width: 751px) {
    .kv-alart__link {
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
    }
    .kv-alart__link:hover {
        opacity: 0.8;
    }
}

@media screen and (max-width: 750px) {
    .kv-alart__link {
        font-size: 2.66667vw;
    }
}

.kv-alart__txt {
    display: block;
    white-space: nowrap;
    font-size: 0.8125rem;
}

@media screen and (max-width: 750px) {
    .kv-alart__txt {
        font-size: 2.66667vw;
    }
}

/* ---------------------------------------------
*   c-kv-brand
--------------------------------------------- */
.c-kv-brand {
    position: relative;
    margin: 125px auto 0;
    max-width: 1140px;
    -webkit-box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 1350px) {
    .c-kv-brand {
        margin-top: 9.25926vw;
    }
}

@media screen and (max-width: 750px) {
    .c-kv-brand {
        margin-top: 12.66667vw;
        width: 84vw;
        -webkit-box-shadow: 0px 1.33333vw 2vw rgba(0, 0, 0, 0.3);
        box-shadow: 0px 1.33333vw 2vw rgba(0, 0, 0, 0.3);
    }
}

.c-kv-brand__txt {
    position: absolute;
    right: 20px;
    bottom: -105px;
    width: 501px;
}

@media screen and (max-width: 750px) {
    .c-kv-brand__txt {
        right: 2vw;
        bottom: -10.26667vw;
        width: 48.66667vw;
    }
}

/* ---------------------------------------------
*   c-link
--------------------------------------------- */
@media screen and (min-width: 751px) {
    .c-link {
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
    }
    .c-link:hover {
        opacity: 0.8;
    }
}

/* ---------------------------------------------
*   c-link-block
--------------------------------------------- */
.c-link-block-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin: 0 auto;
    max-width: 1250px;

    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 750px) {
    .c-link-block-wrap {
        display: block;
    }
}

.c-link-block {
    position: relative;
    display: block;
    width: 49.2%;
}

@media screen and (max-width: 750px) {
    .c-link-block {
        margin-top: 4vw;
        width: 100%;
    }
}

.c-link-block__img {
    display: block;
    overflow: hidden;
}

.c-link-block__img img {
    width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media screen and (min-width: 751px) {
    .c-link-block:hover .c-link-block__img img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.c-link-block__txt-area {
    position: absolute;
    top: 25%;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (max-width: 750px) {
    .c-link-block__txt-area {
        top: 20%;
    }
}

.c-link-block__icon {
    position: relative;
    display: block;
    margin: 0 auto;
    height: 60px;
}

@media screen and (max-width: 1350px) {
    .c-link-block__icon {
        height: 4.44444vw;
    }
}

@media screen and (max-width: 750px) {
    .c-link-block__icon {
        height: 10.66667vw;
    }
}

.c-link-block__icon img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.c-link-block__icon--1 {
    width: 23px;
}

@media screen and (max-width: 1350px) {
    .c-link-block__icon--1 {
        width: 1.7037vw;
    }
}

@media screen and (max-width: 750px) {
    .c-link-block__icon--1 {
        width: 3.2vw;
    }
}

.c-link-block__icon--2 {
    width: 30px;
}

@media screen and (max-width: 1350px) {
    .c-link-block__icon--2 {
        width: 2.22222vw;
    }
}

@media screen and (max-width: 750px) {
    .c-link-block__icon--2 {
        width: 4.13333vw;
    }
}

.c-link-block__txt {
    display: block;
    color: #fff;
    text-align: center;
    letter-spacing: 0.1em;
    font-size: 2.125rem;
    font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 1350px) {
    .c-link-block__txt {
        font-size: 2.51852vw;
    }
}

@media screen and (max-width: 750px) {
    .c-link-block__txt {
        font-size: 5.6vw;
        line-height: 1.2;
    }
}

.c-link-block__txt--2 {
    letter-spacing: 0.2em;
}

.c-link-block__arrow {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 90px;
    height: 90px;
}

@media screen and (max-width: 1350px) {
    .c-link-block__arrow {
        width: 6.66667vw;
        height: 6.66667vw;
    }
}

@media screen and (max-width: 750px) {
    .c-link-block__arrow {
        right: 2.66667vw;
        bottom: 2.66667vw;
        width: 12vw;
        height: 12vw;
    }
}

/* ---------------------------------------------
*   c-link-contents
--------------------------------------------- */
.c-link-contents-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin: 0 auto;
    padding: 0 50px;
    max-width: 1275px;

    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 1350px) {
    .c-link-contents-wrap {
        padding: 0 3.7037vw;
    }
}

@media screen and (max-width: 750px) {
    .c-link-contents-wrap {
        display: block;
        padding: 0;
    }
}

.c-link-contents {
    position: relative;
    display: block;
}

.c-link-contents--1 {
    width: 56.17021%;
}

@media screen and (max-width: 750px) {
    .c-link-contents--1 {
        margin-bottom: 24.93333vw;
        width: 100%;
    }
}

.c-link-contents--2 {
    width: 39.40426%;
}

@media screen and (max-width: 750px) {
    .c-link-contents--2 {
        width: 100%;
    }
}

.c-link-contents__img-wrap {
    overflow: hidden;
}

.c-link-contents__img {
    width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.c-link-contents__img img {
    width: 100%;
}

@media screen and (min-width: 751px) {
    .c-link-contents:hover .c-link-contents__img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.c-link-contents__txt-area {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-align: start;
    margin-bottom: -20px;

    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 1350px) {
    .c-link-contents__txt-area {
        margin-bottom: -1.48148vw;
    }
}

@media screen and (max-width: 750px) {
    .c-link-contents__txt-area {
        margin-bottom: -2vw;
    }
}

.c-link-contents__txt-area:after {
    position: absolute;
    top: 0.8em;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 1px;
    background-color: #382b20;
    content: "";
}

@media screen and (max-width: 1024px) {
    .c-link-contents__txt-area:after {
        top: 0.5em;
    }
}

@media screen and (max-width: 750px) {
    .c-link-contents__txt-area:after {
        height: 0.26667vw;
    }
}

.c-link-contents__txt-area-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;

    -webkit-box-align: center;
    align-items: center;
}

.c-link-contents__txt {
    position: relative;
    z-index: 10;
    padding-right: 15px;
    padding-left: 0.1em;
    font-size: 3.3125rem;
    font-family: "Baskervville", serif;
    line-height: 1;
}

@media screen and (max-width: 1350px) {
    .c-link-contents__txt {
        font-size: 3.92593vw;
    }
}

@media screen and (max-width: 750px) {
    .c-link-contents__txt {
        padding-right: 2vw;
        padding-left: 1.33333vw;
        font-size: 7.06667vw;
    }
}

.c-link-contents__txt:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 50%;
    background-color: #fff;
    content: "";
}

.c-link-contents__txt-ja {
    position: relative;
    z-index: 10;
    margin-top: 0.4em;
    padding-left: 10px;
    background-color: #fff;
    white-space: nowrap;
    font-size: 0.9375rem;
    font-family: "Noto Serif JP", serif;
    line-height: 1;
}

@media screen and (max-width: 1350px) {
    .c-link-contents__txt-ja {
        font-size: 1.11111vw;
    }
}

@media screen and (max-width: 750px) {
    .c-link-contents__txt-ja {
        margin-top: 0.2em;
        padding-left: 1.73333vw;
        font-size: 2.93333vw;
    }
}

.c-link-contents__box {
    position: absolute;
    right: -20px;
    bottom: -75px;
    padding: 40px 0;
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.15);
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (min-width: 751px) {
    .c-link-contents:hover .c-link-contents__box {
        background-color: #382b20;
    }
}

@media screen and (max-width: 1350px) {
    .c-link-contents__box {
        right: -1.48148vw;
        bottom: -5.55556vw;
        padding: 2.96296vw 0;
    }
}

@media screen and (max-width: 750px) {
    .c-link-contents__box {
        right: -4vw;
        bottom: -12vw;
        padding: 7.33333vw 0;
        -webkit-box-shadow: 0.33333vw 0.33333vw 1.46667vw rgba(0, 0, 0, 0.15);
        box-shadow: 0.33333vw 0.33333vw 1.46667vw rgba(0, 0, 0, 0.15);
    }
}

.c-link-contents--1 .c-link-contents__box {
    width: 58.33333%;
}

@media screen and (max-width: 750px) {
    .c-link-contents--1 .c-link-contents__box {
        width: 71.42857%;
    }
}

.c-link-contents--2 .c-link-contents__box {
    width: 69.11447%;
}

@media screen and (max-width: 750px) {
    .c-link-contents--2 .c-link-contents__box {
        width: 71.42857%;
    }
}

.c-link-contents__box-txt {
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1;
}

@media screen and (max-width: 750px) {
    .c-link-contents__box-txt {
        -webkit-font-feature-settings: "palt";
        font-feature-settings: "palt";
    }
}

.c-link-contents__box-txt-inner {
    position: relative;
    padding-right: 2em;
    text-align: center;
    font-size: 1.1875rem;
    font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 1350px) {
    .c-link-contents__box-txt-inner {
        font-size: 1.40741vw;
    }
}

@media screen and (min-width: 751px) {
    .c-link-contents:hover .c-link-contents__box-txt-inner {
        color: #fff;
    }
}

@media screen and (max-width: 750px) {
    .c-link-contents__box-txt-inner {
        display: block;
        padding-right: 0;
        padding-left: 5.33333vw;
        text-align: left;
        font-size: 3.2vw;
    }
}

.c-link-contents__box-txt-inner:after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 16px;
    height: 16px;
    background: url(../img/common/icon_open-br.svg) 0 0 no-repeat;
    background-size: 100% auto;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (min-width: 751px) {
    .c-link-contents:hover .c-link-contents__box-txt-inner:after {
        background-image: url(../img/common/icon_open-wh.svg);
    }
}

@media screen and (max-width: 1350px) {
    .c-link-contents__box-txt-inner:after {
        width: 1.18519vw;
        height: 1.18519vw;
    }
}

@media screen and (max-width: 750px) {
    .c-link-contents__box-txt-inner:after {
        right: 4vw;
        width: 2.66667vw;
        height: 2.66667vw;
    }
}

/* ---------------------------------------------
*   c-link-anchor
--------------------------------------------- */
.c-link-anchor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 60px;
    margin-top: 100px;
    padding: 0 50px;
    max-width: 1180px;
}

@media screen and (max-width: 1350px) {
    .c-link-anchor {
        margin-top: 7.40741vw;
        margin-bottom: 4.44444vw;
        padding: 0 3.7037vw;
    }
}

@media screen and (max-width: 750px) {
    .c-link-anchor {
        margin-top: 9.33333vw;
        margin-bottom: 10.66667vw;
        padding: 0;
        width: 92vw;
        -webkit-box-shadow: 0.4vw 0.4vw 1.33333vw rgba(4, 0, 0, 0.1);
        box-shadow: 0.4vw 0.4vw 1.33333vw rgba(4, 0, 0, 0.1);
    }
}

.c-link-anchor__item {
    position: relative;
    width: 50%;
    height: 120px;
}

@media screen and (max-width: 750px) {
    .c-link-anchor__item {
        padding-top: 4vw;
        height: 29.33333vw;
    }
}

.c-link-anchor__item:nth-of-type(2) {
    border-left: 1px solid #9e958a;
}

@media screen and (max-width: 750px) {
    .c-link-anchor__item:nth-of-type(2) {
        border-left: 1px solid #eae9e8;
    }
}

.c-link-anchor__item:after {
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 16px;
    height: 8px;
    background: url(../img/common/icon_arrow-btm.svg) 0 0 no-repeat;
    background-size: 100% auto;
    content: "";
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (max-width: 750px) {
    .c-link-anchor__item:after {
        bottom: 2.66667vw;
        width: 2.13333vw;
        height: 1.33333vw;
        background-image: url(../img/common/sp/icon_arrow-btm.svg);
    }
}

.c-link-anchor__link {
    display: block;
}

@media screen and (min-width: 751px) {
    .c-link-anchor__hover {
        position: absolute;
        bottom: -40px;
        left: 50%;
        z-index: -1;
        width: 327px;
        height: 202px;
        background: url(../img/howto/icon_hover-gray.png) 0 0 no-repeat;
        background-size: 100% auto;
        opacity: 0;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .c-link-anchor__link:hover .c-link-anchor__hover {
        opacity: 1;
    }
}

.c-link-anchor__icon-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    margin-bottom: 10px;
    height: 50px;

    -webkit-box-align: center;
    align-items: center;
}

@media screen and (max-width: 750px) {
    .c-link-anchor__icon-wrap {
        margin-bottom: 1.33333vw;
        height: 8vw;
    }
}

.c-link-anchor__icon {
    display: block;
    margin: 0 auto;
}

.c-link-anchor__icon--1 {
    width: 32px;
}

@media screen and (max-width: 750px) {
    .c-link-anchor__icon--1 {
        width: 4.4vw;
    }
}

.c-link-anchor__icon--2 {
    width: 31px;
}

@media screen and (max-width: 750px) {
    .c-link-anchor__icon--2 {
        width: 4.26667vw;
    }
}

.c-link-anchor__icon img {
    width: 100%;
}

.c-link-anchor__txt-en {
    display: block;
    margin-bottom: 10px;
    color: #c32032;
    text-align: center;
    font-weight: 900;
    font-size: 0.75rem;
    font-family: "Lato", sans-serif;
}

@media screen and (max-width: 750px) {
    .c-link-anchor__txt-en {
        margin-bottom: 1.33333vw;
        font-size: 2.66667vw;
    }
}

.c-link-anchor__txt-en-sp {
    display: block;
    margin: 0 auto 1.33333vw;
    text-align: center;
    line-height: 0;
}

.c-link-anchor__txt-en-sp--1 img {
    width: 16.93333vw;
}

.c-link-anchor__txt-en-sp--2 img {
    width: 18vw;
}

@media screen and (min-width: 751px) {
    .c-link-anchor__txt-en-sp {
        display: none;
    }
}

.c-link-anchor__txt {
    text-align: center;
    font-weight: bold;
    font-size: 1.25rem;
}

@media screen and (max-width: 750px) {
    .c-link-anchor__txt {
        font-size: 2.93333vw;
    }
}

/* ---------------------------------------------
*   c-link-box
--------------------------------------------- */
.c-link-box {
    position: relative;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin: 0 auto;
    padding: 0 50px;
    max-width: 1127px;

    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 1350px) {
    .c-link-box {
        padding: 0 3.7037vw;
    }
}

@media screen and (max-width: 750px) {
    .c-link-box {
        display: block;
        margin: 0 auto;
        padding: 0;
        width: 84vw;
    }
}

.c-link-box__item {
    width: 48.9776%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 750px) {
    .c-link-box__item {
        width: 100%;
        -webkit-box-shadow: 0 0 1.33333vw rgba(0, 0, 0, 0.05);
        box-shadow: 0 0 1.33333vw rgba(0, 0, 0, 0.05);
    }
    .c-link-box__item:first-child {
        margin-bottom: 4vw;
    }
}

.c-link-box__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.c-link-box__img {
    overflow: hidden;
    width: 48.90656%;
}

@media screen and (min-width: 751px) {
    .c-link-box__img img {
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
    .c-link-box__img:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@media screen and (max-width: 750px) {
    .c-link-box__img {
        width: 47.61905%;
    }
    .c-link-box__img img {
        width: 100%;
    }
}

.c-link-box__txt-area {
    padding-top: 25px;
    padding-left: 25px;
    width: 51.09344%;
}

@media screen and (max-width: 1350px) {
    .c-link-box__txt-area {
        padding-top: 1.85185vw;
        padding-left: 1.85185vw;
    }
}

@media screen and (max-width: 750px) {
    .c-link-box__txt-area {
        padding-top: 4.66667vw;
        padding-left: 4.66667vw;
        width: 52.38095%;
    }
}

.c-link-box__txt-en {
    display: block;
    margin-bottom: 0.5em;
    color: #c32032;
    letter-spacing: 0.15em;
    font-weight: 900;
    font-size: 0.9375rem;
    font-family: "Lato", sans-serif;
}

@media screen and (max-width: 1350px) {
    .c-link-box__txt-en {
        font-size: 1.11111vw;
    }
}

@media screen and (max-width: 750px) {
    .c-link-box__txt-en {
        font-size: 2.4vw;
    }
}

.c-link-box__txt {
    letter-spacing: 0.1em;
    font-size: 1.625rem;
    font-family: "Noto Serif JP", serif;
    line-height: 1.3;
}

@media screen and (max-width: 1350px) {
    .c-link-box__txt {
        font-size: 1.92593vw;
    }
}

@media screen and (max-width: 750px) {
    .c-link-box__txt {
        font-size: 4.26667vw;
    }
}

/* ---------------------------------------------
*   c-link-bnr
--------------------------------------------- */
.c-link-bnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 120px auto 0;
    max-width: 1000px;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 1350px) {
    .c-link-bnr {
        margin-top: 8.88889vw;
    }
}

@media screen and (max-width: 750px) {
    .c-link-bnr {
        display: block;
        margin-top: 21.33333vw;
    }
}

.c-link-bnr__item {
    margin-right: 2%;
    margin-bottom: 45px;
    width: 49%;
}

@media screen and (max-width: 1350px) {
    .c-link-bnr__item {
        margin-bottom: 3.33333vw;
    }
}

@media screen and (max-width: 750px) {
    .c-link-bnr__item {
        margin-bottom: 6.66667vw;
        width: 100%;
    }
}

.c-link-bnr__item:nth-of-type(2n) {
    margin-right: 0;
}

.c-link-bnr__link {
    display: block;
}

@media screen and (min-width: 751px) {
    .c-link-bnr__link {
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
    }
    .c-link-bnr__link:hover {
        opacity: 0.8;
    }
}

.c-link-bnr__link img {
    width: 100%;
}

.c-link-bnr__txt {
    margin-bottom: 15px;
    font-size: 1.125rem;
}

@media screen and (max-width: 1000px) {
    .c-link-bnr__txt {
        margin-bottom: 1.11111vw;
        font-size: 0.875rem;
    }
}

@media screen and (max-width: 750px) {
    .c-link-bnr__txt {
        margin-bottom: 2vw;
        font-size: 3.73333vw;
    }
}

.c-link-bnr__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;

    -webkit-box-pack: justify;
    justify-content: space-between;
}

.c-link-bnr__box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    width: 48.57143%;
    height: 130px;
    border: 1px solid #382b20;
    border-radius: 3px;

    -webkit-box-align: center;
    align-items: center;
}

@media screen and (max-width: 1100px) {
    .c-link-bnr__box {
        height: calc(130vw/1100 * 100);
    }
}

@media screen and (min-width: 751px) {
    .c-link-bnr__box {
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
    }
    .c-link-bnr__box:hover {
        opacity: 0.8;
    }
}

@media screen and (max-width: 750px) {
    .c-link-bnr__box {
        width: 48.55072%;
        height: 24.26667vw;
        border-radius: 0.53333vw;
    }
}

.c-link-bnr__box:after {
    position: absolute;
    top: 50%;
    right: 35px;
    width: 31px;
    height: 30px;
    background: url(../img/common/icon_pdf.svg) 0 0 no-repeat;
    background-size: 100% auto;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 1100px) {
    .c-link-bnr__box:after {
        right: calc(35vw/1100 * 100);
        width: calc(31vw/1100 * 100);
        height: calc(30vw/1100 * 100);
    }
}

@media screen and (max-width: 750px) {
    .c-link-bnr__box:after {
        right: 6.4vw;
        width: 5.73333vw;
        height: 5.6vw;
    }
}

.c-link-bnr__box-txt {
    padding-left: 20px;
    font-weight: bold;
    font-size: 1.125rem;
}

@media screen and (max-width: 1100px) {
    .c-link-bnr__box-txt {
        padding-left: calc(20vw/1100 * 100);
        font-size: calc(18vw/1100 * 100);
    }
}

@media screen and (max-width: 750px) {
    .c-link-bnr__box-txt {
        padding-left: 3.33333vw;
        font-size: 3.33333vw;
    }
}

/* ---------------------------------------------
*   c-list
--------------------------------------------- */
.c-list {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 950px;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.c-list__item {
    margin-right: 2%;
    margin-bottom: 35px;
    width: 32%;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.05);
}

.c-list--gray .c-list__item {
    background-color: #f7f7f7;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media screen and (min-width: 751px) {
    .c-list__item:nth-of-type(3n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 750px) {
    .c-list__item {
        margin-right: 3.1746%;
        margin-bottom: 5.33333vw;
        width: 48.4127%;
    }
    .c-list__item:nth-of-type(2n) {
        margin-right: 0;
    }
}

.c-list__link {
    display: block;
}

@media screen and (min-width: 751px) {
    .c-list__link {
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
    }
    .c-list__link:hover {
        opacity: 0.8;
    }
}

.c-list__img {
    overflow: hidden;
    width: 100%;
}

.c-list__img img {
    width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media screen and (min-width: 751px) {
    .c-list__link:hover .c-list__img img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.c-list__txt-area {
    padding: 20px 25px;
}

@media screen and (max-width: 1350px) {
    .c-list__txt-area {
        padding: 1.48148vw 1.85185vw;
    }
}

@media screen and (max-width: 750px) {
    .c-list__txt-area {
        padding: 4vw 2.66667vw;
    }
}

.c-list__sub-txt {
    font-size: 0.8125rem;
}

@media screen and (max-width: 1350px) {
    .c-list__sub-txt {
        font-size: 0.96296vw;
    }
}

@media screen and (max-width: 750px) {
    .c-list__sub-txt {
        margin-bottom: 0.66667vw;
        font-size: 2.93333vw;
    }
}

.c-list__txt-l {
    margin-bottom: 5px;
    font-size: 1.5rem;
    font-family: "Baskervville", serif;
}

@media screen and (max-width: 1350px) {
    .c-list__txt-l {
        font-size: 1.77778vw;
    }
}

@media screen and (max-width: 750px) {
    .c-list__txt-l {
        margin-bottom: 0.66667vw;
        font-size: 4.26667vw;
        line-height: 1;
    }
}

.c-list__txt {
    color: #9e958a;
    letter-spacing: 0.1em;
    font-size: 0.875rem;

    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}

@media screen and (max-width: 1350px) {
    .c-list__txt {
        font-size: 1.03704vw;
    }
}

@media screen and (max-width: 750px) {
    .c-list__txt {
        margin-top: 1.33333vw;
        letter-spacing: 0.1em;
        font-size: 3.2vw;
    }
}

/*  c-list-card
--------------------------------------------- */
.c-list-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 30px;
    max-width: 1020px;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.c-list-card__item {
    margin-bottom: 95px;
    padding: 0 10px;
    width: calc(100% / 3);
}

@media screen and (max-width: 750px) {
    .c-list-card__item {
        margin-bottom: 16vw;
        padding: 0;
        width: calc(100% / 2);
    }
}

.c-list-card__link {
    display: block;
}

@media screen and (min-width: 751px) {
    .c-list-card__link {
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
    }
    .c-list-card__link:hover {
        opacity: 0.8;
    }
}

.c-list-card__img {
    margin: 0 auto;
    margin-bottom: 30px;
    max-width: 224px;
    text-align: center;
}

@media screen and (max-width: 750px) {
    .c-list-card__img {
        margin: 0 auto 4vw;
        width: 86%;
    }
    .c-list-card__img img {
        width: 100%;
    }
}

.c-list-card__txt-area {
    margin: 0 auto;
    max-width: 240px;
}

@media screen and (max-width: 750px) {
    .c-list-card__txt-area {
        max-width: 36vw;
        width: 36vw;
    }
}

.c-list-card__txt-wrap {
    position: relative;
}

.c-list-card__txt {
    letter-spacing: 0.1em;
    font-size: 1.25rem;
    font-family: "Noto Serif JP", serif;
    line-height: 1.3;

    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}

@media screen and (max-width: 750px) {
    .c-list-card__txt {
        letter-spacing: 0.05em;
        font-size: 3.2vw;
    }
}

.c-list-card__txt-en {
    display: block;
    margin-top: 5px;
    color: #c32032;
    font-size: 0.75rem;
    font-family: "Lato", sans-serif;
}

@media screen and (max-width: 750px) {
    .c-list-card__txt-en {
        margin-top: 0.66667vw;
        font-size: 2.66667vw;
    }
}

/*  c-list-nav
--------------------------------------------- */
.c-list-nav {
    margin-right: 40px;
    width: 190px;
    border-top: 1px solid #eae9e8;

    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media screen and (max-width: 1350px) {
    .c-list-nav {
        margin-right: 2.96296vw;
    }
}

@media screen and (max-width: 750px) {
    .c-list-nav {
        margin-right: 0;
        width: 100%;
        border-top: 0.26667vw solid #c9c7c5;
    }
}

.c-list-nav__item {
    border-bottom: 1px solid #eae9e8;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media screen and (max-width: 750px) {
    .c-list-nav__item {
        border-bottom: 0.26667vw solid #c9c7c5;
    }
}

.c-list-nav__link {
    display: block;
    padding: 20px;
    padding-right: 0;
    height: 84px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media screen and (min-width: 751px) {
    .c-list-nav__link:hover {
        background-color: #f7f7f7;
    }
}

@media screen and (max-width: 750px) {
    .c-list-nav__link {
        padding: 4.66667vw;
        padding-left: 8vw;
        height: auto;
    }
}

.c-list-nav__link--1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;

    -webkit-box-align: center;
    align-items: center;
}

@media screen and (max-width: 750px) {
    .c-list-nav__link--1 {
        padding: 5.33333vw;
        padding-left: 8vw;
    }
}

.c-list-nav__link-txt {
    display: block;
    font-size: 1rem;
}

@media screen and (max-width: 750px) {
    .c-list-nav__link-txt {
        font-size: 3.73333vw;
        line-height: 1.2;
    }
}

.c-list-nav__link-txt-ja {
    display: block;
    color: #9e958a;
    font-size: 0.8125rem;
}

@media screen and (max-width: 750px) {
    .c-list-nav__link-txt-ja {
        font-size: 3.2vw;
    }
}

.c-list-nav__link-txt-en {
    font-size: 1.125rem;
    font-family: "Baskervville", serif;
}

@media screen and (max-width: 750px) {
    .c-list-nav__link-txt-en {
        font-size: 4.26667vw;
    }
}

/*  list-news
--------------------------------------------- */
.list-news {
    border-top: 1px solid #eae9e8;
}

.list-news__item {
    border-bottom: 1px solid #eae9e8;
}

.list-news--sticky .list-news__item {
    border-bottom: none;
}

.list-news__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    padding: 45px 35px;
    -webkit-transition: 0.3s;
    transition: 0.3s;

    -webkit-box-align: center;
    align-items: center;
}

@media screen and (min-width: 750px) {
    .list-news__link:hover {
        background-color: #eae9e8;
    }
}

@media screen and (max-width: 750px) {
    .list-news__link {
        padding: 8.66667vw 0;
    }
}

.list-news--news .list-news__link {
    padding: 18px 35px;
}

@media screen and (max-width: 750px) {
    .list-news--news .list-news__link {
        padding: 10vw 0;
    }
}

.category-news .list-news__link {
    padding: 18px 35px;
}

@media screen and (max-width: 750px) {
    .category-news .list-news__link {
        padding: 10vw 0;
    }
}

.list-news__img {
    width: 290px;
    height: 150px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;

    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media screen and (max-width: 1350px) {
    .list-news__img {
        width: 21.48148vw;
        height: 11.11111vw;
    }
}

@media screen and (max-width: 750px) {
    .list-news__img {
        width: 32vw;
        height: 16.66667vw;
    }
}

.list-news--news .list-news__img {
    margin-right: 40px;
}

@media screen and (max-width: 750px) {
    .list-news--news .list-news__img {
        margin-right: 4vw;
    }
}

.category-news .list-news__img {
    margin-right: 40px;
}

@media screen and (max-width: 750px) {
    .category-news .list-news__img {
        margin-right: 4vw;
    }
}

.list-news__date {
    display: block;
    margin-bottom: 10px;
    color: #9e958a;
    font-weight: bold;
    font-size: 0.875rem;
}

@media screen and (max-width: 750px) {
    .list-news__date {
        margin-bottom: 0.66667vw;
        font-size: 2.66667vw;
    }
}

.list-news__txt {
    font-weight: bold;
    font-size: 1rem;
}

@media screen and (max-width: 750px) {
    .list-news__txt {
        font-size: 3.46667vw;
    }
}

/*  c-list-bnr
--------------------------------------------- */
.c-list-bnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin-top: 70px;

    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 1350px) {
    .c-list-bnr {
        margin-top: 5.18519vw;
    }
}

@media screen and (max-width: 750px) {
    .c-list-bnr {
        margin-top: 7.33333vw;
    }
}

@media screen and (max-width: 750px) {
    .c-list-bnr {
        display: block;
    }
}

.c-list-bnr--pic {
    margin-top: 100px;
    margin-bottom: 100px;
}

@media screen and (max-width: 750px) {
    .c-list-bnr--pic {
        margin-top: 19.33333vw;
        margin-bottom: 24.66667vw;
    }
}

.c-list-bnr__item {
    margin-bottom: 30px;
    width: 31.84%;
}

@media screen and (max-width: 1350px) {
    .c-list-bnr__item {
        margin-bottom: 2.22222vw;
    }
}

@media screen and (max-width: 750px) {
    .c-list-bnr__item {
        margin-bottom: 5.33333vw;
        width: 100%;
        background-color: #fff;
        -webkit-box-shadow: 0.8vw 0.8vw 2.53333vw rgba(4, 0, 0, 0.05);
        box-shadow: 0.8vw 0.8vw 2.53333vw rgba(4, 0, 0, 0.05);
    }
}

.c-list-bnr__link {
    display: block;
}

@media screen and (min-width: 751px) {
    .c-list-bnr__link {
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
    }
    .c-list-bnr__link:hover {
        opacity: 0.8;
    }
    .c-list-bnr--pic .c-list-bnr__link:hover {
        opacity: 1;
    }
}

.c-list-bnr__img-wrap {
    overflow: hidden;
    margin-bottom: 20px;
}

@media screen and (max-width: 1350px) {
    .c-list-bnr__img-wrap {
        margin-bottom: 1.48148vw;
    }
}

.c-list-bnr__img-wrap .c-list-bnr__img {
    width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media screen and (min-width: 751px) {
    .c-list-bnr--pic .c-list-bnr__link:hover .c-list-bnr__img-wrap .c-list-bnr__img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@media screen and (max-width: 750px) {
    .c-list-bnr__txt-area {
        padding-bottom: 2.66667vw;
        padding-left: 3.33333vw;
    }
}

.c-list-bnr__txt {
    letter-spacing: 0.05em;
    font-size: 1.5625rem;
    font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 1350px) {
    .c-list-bnr__txt {
        font-size: 1.85185vw;
    }
}

@media screen and (max-width: 750px) {
    .c-list-bnr__txt {
        margin-bottom: 0.66667vw;
        font-size: 4.26667vw;
    }
}

.c-list-bnr__txt-en {
    color: #c32032;
    letter-spacing: 0.1em;
    font-weight: 900;
    font-size: 0.8125rem;
    font-family: "Lato", sans-serif;
}

@media screen and (max-width: 1350px) {
    .c-list-bnr__txt-en {
        font-size: 0.96296vw;
    }
}

@media screen and (max-width: 750px) {
    .c-list-bnr__txt-en {
        font-size: 2.66667vw;
    }
}

/*  c-list-acc
--------------------------------------------- */
.c-list-acc {
    margin: 50px auto 0;
    max-width: 1000px;
}

@media screen and (max-width: 750px) {
    .c-list-acc {
        margin-top: 10.66667vw;
    }
}

.c-list-acc__head {
    position: relative;
    padding-top: 50px;
    padding-bottom: 25px;
    border-bottom: 1px solid #382b20;
    cursor: pointer;
}

@media screen and (max-width: 1350px) {
    .c-list-acc__head {
        padding-top: 3.7037vw;
        padding-bottom: 1.85185vw;
    }
}

@media screen and (max-width: 750px) {
    .c-list-acc__head {
        padding-top: 6.66667vw;
        padding-bottom: 4.66667vw;
        padding-left: 4vw;
        border-width: 0.26667vw;
    }
}

.c-list-acc__arrow {
    position: absolute;
    top: 50%;
    right: 25px;
    display: block;
    width: 38px;
    height: 38px;
    background: url(../img/common/icon_acc-circle.svg) 0 0 no-repeat;
    background-size: 100% auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
    .c-list-acc__arrow {
        right: 2.66667vw;
        width: 7.06667vw;
        height: 7.06667vw;
        background-image: url(../img/common/sp/icon_acc-circle.svg);
    }
}

.c-list-acc__arrow:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 12px;
    background: url(../img/common/icon_acc-arrow.svg) 0 0 no-repeat;
    background-size: 100% auto;
    content: "";
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform-origin: 25% 25%;
    transform-origin: 25% 25%;
}

@media screen and (max-width: 750px) {
    .c-list-acc__arrow:before {
        width: 1.86667vw;
        height: 2.13333vw;
        background-image: url(../img/common/sp/icon_acc-arrow.svg);
    }
}

.c-list-acc__item.is-open-2 .c-list-acc__arrow:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.c-list-acc__ttl {
    font-weight: bold;
    font-size: 1.625rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media screen and (max-width: 1000px) {
    .c-list-acc__ttl {
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 750px) {
    .c-list-acc__ttl {
        font-size: 4.8vw;
    }
}

@media screen and (min-width: 751px) {
    .mac .c-list-acc__head:hover .c-list-acc__ttl {
        opacity: 0.5;
    }
    .windows .c-list-acc__head:hover .c-list-acc__ttl {
        opacity: 0.5;
    }
}

/* ---------------------------------------------
*   c-load
--------------------------------------------- */
.c-load {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.c-load__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    width: 100%;
    height: 100%;

    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.c-load__logo {
    width: 262px;
}

@media screen and (max-width: 750px) {
    .c-load__logo {
        width: 57.2vw;
    }
}

.c-load__logo img {
    width: 100%;
}

/* ---------------------------------------------
*   c-lp
--------------------------------------------- */
.c-lp-inner {
    position: relative;
}

.c-lp-contents {
    position: relative;
    z-index: 10;
}

/*  c-lp-1
--------------------------------------------- */
.c-lp-1__ttl {
    overflow: hidden;
    margin-left: 14.81481vw;
    width: 31.77778vw;
}

@media screen and (max-width: 750px) {
    .c-lp-1__ttl {
        margin-left: 25.33333vw;
        width: 68.4vw;
    }
}

.c-lp-1__ttl-inner {
    display: block;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transform: translate(0px, 150%) scale(1, 1.5);
    transform: translate(0px, 150%) scale(1, 1.5);

    will-change: transform;
}

.is-load .c-lp-1__ttl-inner {
    -webkit-transform: translate(0, 0) scale(1, 1);
    transform: translate(0, 0) scale(1, 1);
}

.c-lp-1-head {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.c-lp-1-head__inner {
    width: 31.62963vw;
    height: 14.51852vw;
    background: url("../img/lp/strawberry/img_bg-header.png") 0 0 no-repeat;
    background-size: 100% auto;
}

@media screen and (max-width: 750px) {
    .c-lp-1-head__inner {
        width: 41.86667vw;
        height: 21.2vw;
        background-image: url("../img/lp/strawberry/sp/img_bg-header.png");
    }
}

.c-lp-1-head__logo {
    display: block;
    margin-left: 4.07407vw;
    padding-top: 4.07407vw;
    width: 5.7037vw;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
}

.c-lp-1-head__logo:hover {
    opacity: 0.8;
}

@media screen and (max-width: 750px) {
    .c-lp-1-head__logo {
        width: 9.33333vw;
    }
}

.c-lp-1-kv {
    position: relative;
    padding-top: 17.03704vw;
    height: 53.33333vw;
    background: url("../img/lp/strawberry/img_kv.jpg") 0 0 no-repeat;
    background-size: cover;
}

@media screen and (max-width: 750px) {
    .c-lp-1-kv {
        padding-top: 15.33333vw;
        height: 166.66667vw;
        background-image: url("../img/lp/strawberry/sp/img_kv.jpg");
    }
}

.c-lp-1-kv__deco {
    position: absolute;
    bottom: 3.7037vw;
    left: -8.14815vw;
    display: block;
    width: 26.62963vw;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s;
    transition: opacity 0.6s ease-out, -webkit-transform 0.6s;
    transition: opacity 0.6s ease-out, transform 0.6s;
    transition: opacity 0.6s ease-out, transform 0.6s, -webkit-transform 0.6s;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
}

.is-load .c-lp-1-kv__deco {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.c-lp-1-kv__icon {
    position: absolute;
    top: 3.33333vw;
    right: 3.33333vw;
    display: block;
    width: 10.8vw;
}

@media screen and (min-width: 751px) {
    .c-lp-1-kv__icon {
        display: none;
    }
}

.c-lp-1-kv__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5.55556vw;
    margin-left: 28.51852vw;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s;
    transition: opacity 0.6s ease-out, -webkit-transform 0.6s;
    transition: opacity 0.6s ease-out, transform 0.6s;
    transition: opacity 0.6s ease-out, transform 0.6s, -webkit-transform 0.6s;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
}

@media screen and (max-width: 750px) {
    .c-lp-1-kv__contents {
        margin-left: 4vw;
    }
}

.is-load .c-lp-1-kv__contents {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.c-lp-1-kv__contents-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.c-lp-1-kv__contents-list-item {
    margin-left: 2.22222vw;
    width: 5.18519vw;
}

@media screen and (max-width: 750px) {
    .c-lp-1-kv__contents-list-item {
        margin-left: 4vw;
        width: 10vw;
    }
}

.c-lp-1-kv__contents-txt-en {
    color: #231815;
    -ms-writing-mode: tb-rl;
    font-size: 0.66667vw;

    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

@media screen and (max-width: 750px) {
    .c-lp-1-kv__contents-txt-en {
        font-size: 1.46667vw;
    }
}

.c-lp-1-kv__contents-txt {
    color: #231815;
    -ms-writing-mode: tb-rl;
    font-size: 1.55556vw;
    line-height: calc(31 / 21);

    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

@media screen and (max-width: 750px) {
    .c-lp-1-kv__contents-txt {
        font-size: 3.33333vw;
    }
}

.c-lp-1-kv__contents-icon {
    width: 3.92593vw;
}

.c-lp-1-inner {
    position: relative;
}

.c-lp-1-deco {
    position: absolute;
    z-index: 100;
    display: block;
}

.c-lp-1-deco--1 {
    top: 7.40741vw;
    right: -6.2963vw;
    width: 36.66667vw;
}

@media screen and (max-width: 750px) {
    .c-lp-1-deco--1 {
        top: 214.66667vw;
        width: 48.13333vw;
    }
}

.c-lp-1-deco--2 {
    top: 85.18519vw;
    left: -2.59259vw;
    width: 25.7037vw;
}

@media screen and (max-width: 750px) {
    .c-lp-1-deco--2 {
        top: 337.33333vw;
        left: 1.33333vw;
        width: 44.13333vw;
    }
}

.c-lp-1-main {
    position: relative;
    padding-top: 8.88889vw;
    height: 101.59259vw;
    background: url("../img/lp/strawberry/img_bg-main.jpg") 0 0 no-repeat;
    background-size: cover;
}

@media screen and (max-width: 750px) {
    .c-lp-1-main {
        padding-top: 20vw;
        height: 358.53333vw;
        background-image: url("../img/lp/strawberry/sp/img_bg-main.jpg");
    }
}

@media screen and (max-width: 750px) {
    .c-lp-1-main__container {
        padding: 0 7.33333vw;
    }
}

.c-lp-1-main__label {
    position: absolute;
    display: block;
    overflow: hidden;
}

.c-lp-1-main__label--1 {
    top: 5.18519vw;
    left: 8.88889vw;
    width: 7.85185vw;
}

@media screen and (max-width: 750px) {
    .c-lp-1-main__label--1 {
        top: 113.33333vw;
        width: 14.8vw;
    }
}

.c-lp-1-main__label--2 {
    top: 14.81481vw;
    left: -1.11111vw;
    width: 13.7037vw;
}

@media screen and (max-width: 750px) {
    .c-lp-1-main__label--2 {
        top: 128vw;
        left: 1.33333vw;
        width: 13.33333vw;
    }
}

.c-lp-1-main__label-inner {
    display: block;
    width: 100%;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transform: translate(-150%, 0) scale(1.5, 1);
    transform: translate(-150%, 0) scale(1.5, 1);
}

.c-lp-1-main__label.fadein .c-lp-1-main__label-inner {
    -webkit-transform: translate(0, 0) scale(1, 1);
    transform: translate(0, 0) scale(1, 1);
}

.c-lp-1-main__label--2 .c-lp-1-main__label-inner {
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}

.c-lp-1-main__label-inner img {
    width: 100%;
}

.c-lp-1-main__ttl {
    margin-bottom: 2.59259vw;
    color: #fff;
    text-align: center;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-size: 2.81481vw;
    line-height: calc(55 / 38);
}

@media screen and (max-width: 750px) {
    .c-lp-1-main__ttl {
        margin-bottom: 6.66667vw;
        font-size: 6.13333vw;
    }
}

.c-lp-1-main__txt {
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 1.18519vw;
    line-height: calc(35 / 16);
    line-height: 2.1875;
}

@media screen and (max-width: 750px) {
    .c-lp-1-main__txt {
        text-align: left;
        font-size: 3.6vw;
        line-height: calc(52 / 27);
    }
}

.c-lp-1-main__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    margin-top: 4.44444vw;

    -webkit-box-pack: center;
    justify-content: center;
}

@media screen and (max-width: 750px) {
    .c-lp-1-main__list {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-top: 0;

        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
    }
}

@media screen and (max-width: 750px) {
    .c-lp-1-main__list-item {
        margin-top: 21.33333vw;
    }
}

.c-lp-1-main__list-img {
    position: relative;
    width: 36.33333vw;
}

.c-lp-1-main__list-img--1 {
    top: -0.74074vw;
    left: 4.81481vw;
}

@media screen and (max-width: 750px) {
    .c-lp-1-main__list-img--1 {
        top: 0;
        left: 0;
        margin-left: 13.33333vw;
    }
}

@media screen and (max-width: 750px) {
    .c-lp-1-main__list-img--2 {
        margin-left: 13.33333vw;
    }
}

@media screen and (max-width: 750px) {
    .c-lp-1-main__list-img {
        margin-right: auto;
        width: 65.4vw;
    }
}

.c-lp-1-main__list-label {
    display: block;
    margin-bottom: 0.74074vw;
}

.c-lp-1-main__list-label--1 {
    width: 15.55556vw;
}

@media screen and (max-width: 750px) {
    .c-lp-1-main__list-label--1 {
        width: 32vw;
    }
}

.c-lp-1-main__list-label--2 {
    width: 10.07407vw;
}

@media screen and (max-width: 750px) {
    .c-lp-1-main__list-label--2 {
        width: 20vw;
    }
}

.c-lp-1-main__list-txt-area {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -5.92593vw;
}

@media screen and (max-width: 750px) {
    .c-lp-1-main__list-txt-area {
        -ms-flex-pack: center;

        -webkit-box-pack: center;
        justify-content: center;
    }
}

.c-lp-1-main__list-txt-area--2 {
    -ms-flex-pack: end;
    margin-top: -5.18519vw;

    -webkit-box-pack: end;
    justify-content: flex-end;
}

@media screen and (max-width: 750px) {
    .c-lp-1-main__list-txt-area--2 {
        -ms-flex-pack: center;

        -webkit-box-pack: center;
        justify-content: center;
    }
}

.c-lp-1-main__list-txt {
    color: #fff;
    font-weight: bold;
    font-size: 2.37037vw;
    font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 750px) {
    .c-lp-1-main__list-txt {
        font-size: 4.66667vw;
    }
}

.c-lp-1-main__list-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    margin-top: 0.74074vw;

    -webkit-box-align: end;
    align-items: flex-end;
}

@media screen and (max-width: 750px) {
    .c-lp-1-main__list-bottom {
        -ms-flex-align: center;

        -webkit-box-align: center;
        align-items: center;
    }
}

@media screen and (max-width: 750px) {
    .c-lp-1-main__list-bottom--2 {
        -ms-flex-align: start;

        -webkit-box-align: start;
        align-items: flex-start;
    }
}

.c-lp-1-main__list-txt-en {
    display: block;
}

@media screen and (max-width: 750px) {
    .c-lp-1-main__list-txt-en {
        margin-right: 4vw;
    }
}

.c-lp-1-main__list-txt-en--1 {
    width: 13.55556vw;
}

@media screen and (max-width: 750px) {
    .c-lp-1-main__list-txt-en--1 {
        width: 29.06667vw;
    }
}

.c-lp-1-main__list-txt-en--2 {
    width: 12.07407vw;
}

@media screen and (max-width: 750px) {
    .c-lp-1-main__list-txt-en--2 {
        width: 33.2vw;
    }
}

.c-lp-1-main__list-price {
    display: block;
    padding-bottom: 0.37037vw;
}

.c-lp-1-main__list-price--1 {
    width: 11.33333vw;
}

@media screen and (max-width: 750px) {
    .c-lp-1-main__list-price--1 {
        width: 14.8vw;
    }
}

.c-lp-1-main__list-price--2 {
    margin-left: 0.74074vw;
    width: 9.25926vw;
}

@media screen and (max-width: 750px) {
    .c-lp-1-main__list-price--2 {
        margin-left: 0;
        width: 10.66667vw;
    }
}

.c-lp-1-main__list-price-num {
    color: #fff;
    font-size: 2.66667vw;
}

@media screen and (max-width: 750px) {
    .c-lp-1-main__list-price-num {
        font-size: 6.8vw;
    }
}

.c-lp-1-contents {
    position: relative;
    padding-top: 14.81481vw;
    padding-bottom: 25.18519vw;
    background-color: #FFE1DC;
}

@media screen and (max-width: 750px) {
    .c-lp-1-contents {
        padding-top: 37.33333vw;
    }
}

.c-lp-1-contents__spoon {
    position: absolute;
    z-index: 10;
}

.c-lp-1-contents__spoon--1 {
    top: 32.59259vw;
    left: -20.74074vw;
    width: 56.66667vw;
}

@media screen and (max-width: 750px) {
    .c-lp-1-contents__spoon--1 {
        top: 66vw;
        left: -33.33333vw;
        width: 89.33333vw;
    }
}

.c-lp-1-contents__spoon--2 {
    top: 76.2963vw;
    right: -32.59259vw;
    width: 65.18519vw;
}

@media screen and (max-width: 750px) {
    .c-lp-1-contents__spoon--2 {
        top: 220vw;
        right: -53.33333vw;
        width: 117.33333vw;
    }
}

.c-lp-1-contents__deco {
    position: absolute;
}

.c-lp-1-contents__deco--1 {
    top: 35.18519vw;
    right: -7.40741vw;
    width: 20.07407vw;
}

@media screen and (max-width: 750px) {
    .c-lp-1-contents__deco--1 {
        top: 135.33333vw;
        right: -13.33333vw;
        width: 36.13333vw;
    }
}

.c-lp-1-contents__deco--2 {
    top: 84.81481vw;
    left: -9.62963vw;
    width: 15.40741vw;
}

@media screen and (max-width: 750px) {
    .c-lp-1-contents__deco--2 {
        top: 290.66667vw;
        left: -2vw;
        width: 29.46667vw;
    }
}

.c-lp-1-contents__deco--3 {
    right: 0;
    bottom: -3.7037vw;
    width: 21.77778vw;
}

@media screen and (max-width: 750px) {
    .c-lp-1-contents__deco--3 {
        bottom: -6.66667vw;
        width: 34.13333vw;
    }
}

.c-lp-1-block--1 {
    margin-left: 8.51852vw;
}

@media screen and (max-width: 750px) {
    .c-lp-1-block--1 {
        margin-left: auto;
    }
}

.c-lp-1-block--2 {
    margin-top: 9.25926vw;
}

@media screen and (max-width: 750px) {
    .c-lp-1-block--2 {
        margin-top: 15.33333vw;
    }
}

.c-lp-1-block--3 {
    margin-top: 1.48148vw;
    margin-left: 6.2963vw;
}

@media screen and (max-width: 750px) {
    .c-lp-1-block--3 {
        margin-top: 16vw;
        margin-left: auto;
    }
}

.c-lp-1-block__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 750px) {
    .c-lp-1-block__container {
        display: block;
    }
}

.c-lp-1-block__container--reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
}

.c-lp-1-block--3 .c-lp-1-block__container {
    -ms-flex-align: end;

    -webkit-box-align: end;
    align-items: flex-end;
}

.c-lp-1-block__img--1 {
    width: 37.22222vw;
}

@media screen and (max-width: 750px) {
    .c-lp-1-block__img--1 {
        margin: 0 auto;
        width: 67.33333vw;
    }
}

.c-lp-1-block__img--2 {
    margin-left: -11.11111vw;
    width: 48.92593vw;
}

@media screen and (max-width: 750px) {
    .c-lp-1-block__img--2 {
        margin-right: 0;
        margin-left: auto;
        width: 88.13333vw;
    }
}

.c-lp-1-block__img--3 {
    width: 54.77778vw;
}

@media screen and (max-width: 750px) {
    .c-lp-1-block__img--3 {
        margin: 0 auto;
        width: 94.66667vw;
    }
}

.c-lp-1-block--1 .c-lp-1-block__txt-area {
    margin-left: 6.66667vw;
    padding-top: 7.77778vw;
}

@media screen and (max-width: 750px) {
    .c-lp-1-block--1 .c-lp-1-block__txt-area {
        margin-left: 0;
        padding: 0 7.33333vw;
        padding-top: 14.66667vw;
    }
}

.c-lp-1-block--2 .c-lp-1-block__txt-area {
    padding-top: 4.44444vw;
}

@media screen and (max-width: 750px) {
    .c-lp-1-block--2 .c-lp-1-block__txt-area {
        padding: 0 7.33333vw;
        padding-top: 10.66667vw;
    }
}

.c-lp-1-block--3 .c-lp-1-block__txt-area {
    margin-bottom: -2.96296vw;
    margin-left: -2.22222vw;
}

@media screen and (max-width: 750px) {
    .c-lp-1-block--3 .c-lp-1-block__txt-area {
        margin: 0;
        padding: 0 7.33333vw;
        padding-top: 4vw;
    }
}

.c-lp-1-block__ttl {
    overflow: hidden;
    margin-bottom: 2.59259vw;
}

.c-lp-1-block__ttl--1 {
    margin-left: -2.22222vw;
    width: 35.62963vw;
}

@media screen and (max-width: 750px) {
    .c-lp-1-block__ttl--1 {
        margin-left: 0;
        width: 73.33333vw;
    }
}

.c-lp-1-block__ttl--2 {
    position: relative;
    left: -1.48148vw;
    width: 42.51852vw;
}

@media screen and (max-width: 750px) {
    .c-lp-1-block__ttl--2 {
        width: 87.46667vw;
    }
}

.c-lp-1-block__ttl--3 {
    width: 22.22222vw;
}

@media screen and (max-width: 750px) {
    .c-lp-1-block__ttl--3 {
        margin-bottom: 6.66667vw;
        width: 45.46667vw;
    }
}

.c-lp-1-block__ttl-inner {
    display: block;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transform: translate(0px, 150%) scale(1, 1.5);
    transform: translate(0px, 150%) scale(1, 1.5);
}

.c-lp-1-block__ttl.fadein .c-lp-1-block__ttl-inner {
    -webkit-transform: translate(0, 0) scale(1, 1);
    transform: translate(0, 0) scale(1, 1);
}

.c-lp-1-block__txt-l {
    margin-bottom: 1.85185vw;
    color: #AD0619;
    letter-spacing: 0.2em;
    font-weight: bold;
    font-size: 2.14815vw;
    line-height: calc(40 / 29);

    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}

@media screen and (max-width: 750px) {
    .c-lp-1-block__txt-l {
        margin-bottom: 4vw;
        font-size: 4.8vw;
        line-height: calc(56  / 36);
    }
}

.c-lp-1-block__txt {
    color: #40220F;
    font-weight: bold;
    font-size: 1.18519vw;
    line-height: 2;
}

@media screen and (max-width: 750px) {
    .c-lp-1-block__txt {
        letter-spacing: 0.05em;
        font-size: 3.46667vw;
        line-height: calc(40  / 26);
    }
}

.c-lp-1-block__note {
    margin-top: 1.11111vw;
    color: #AD0619;
    letter-spacing: 0.05em;
    font-weight: bold;
    font-size: 1.03704vw;
    line-height: calc(26 / 14);

    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}

@media screen and (max-width: 750px) {
    .c-lp-1-block__note {
        white-space: nowrap;
        font-size: 2.93333vw;
    }
}

.c-lp-1-movie {
    width: 100%;
}

.c-lp-1-movie__contents {
    width: 100%;
}

.c-lp-1-movie img {
    width: 100%;
}

.lp-1 .c-sns {
    background-color: #800619;
}

.c-lp-1-box {
    position: relative;
    padding-top: 5.18519vw;
    padding-bottom: 7.40741vw;
    background-color: #FECCC8;
}

@media screen and (max-width: 750px) {
    .c-lp-1-box {
        padding-top: 21.33333vw;
        padding-bottom: 25.33333vw;
        background: -webkit-gradient(linear, left top, right top, from(#feccc8), to(#ffd8d1));
        background: linear-gradient(to right, #feccc8 0%, #ffd8d1 100%);
    }
}

.c-lp-1-box::before, .c-lp-1-box::after {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 9.25926vw;
    content: "";
}

@media screen and (max-width: 750px) {
    .c-lp-1-box::before, .c-lp-1-box::after {
        height: 13.33333vw;
    }
}

.c-lp-1-box::before {
    top: -8.14815vw;
    background: url("../img/lp/strawberry/img_bg-wave_02.png") 0 0 no-repeat;
    background-size: 100% auto;
}

@media screen and (max-width: 750px) {
    .c-lp-1-box::before {
        background-image: url("../img/lp/strawberry/sp/img_bg-wave_02.png");
    }
}

.c-lp-1-box::after {
    bottom: -5.55556vw;
    background: url("../img/lp/strawberry/img_bg-wave_01.png") 0 0 no-repeat;
    background-size: 100% auto;
}

@media screen and (max-width: 750px) {
    .c-lp-1-box::after {
        bottom: -8.66667vw;
        background-image: url("../img/lp/strawberry/sp/img_bg-wave_01.png");
    }
}

.c-lp-1-box__ttl {
    margin: 0 auto 1.11111vw;
    width: 30.14815vw;
}

@media screen and (max-width: 750px) {
    .c-lp-1-box__ttl {
        margin-bottom: 4vw;
        width: 63.6vw;
    }
}

.c-lp-1-box__sub-ttl {
    color: #AD0619;
    text-align: center;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-size: 1.77778vw;
}

@media screen and (max-width: 750px) {
    .c-lp-1-box__sub-ttl {
        font-size: 4.8vw;
    }
}

.c-lp-1-box__date {
    display: block;
    margin: 0 auto 1.48148vw 17.77778vw;
    width: 31.48148vw;
}

@media screen and (max-width: 750px) {
    .c-lp-1-box__date {
        margin: 0 auto 3.33333vw;
        width: 77.33333vw;
    }
}

.c-lp-1-box__contents {
    margin: 0 auto;
    margin-top: 2.22222vw;
    padding-top: 2.96296vw;
    padding-bottom: 3.33333vw;
    width: 68.81481vw;
    border: 1px solid #AD0619;
    border-radius: 1.48148vw;
    background-color: #fff;
}

@media screen and (max-width: 750px) {
    .c-lp-1-box__contents {
        margin-top: 8vw;
        padding-top: 9.33333vw;
        padding-bottom: 8.66667vw;
        width: 86.66667vw;
        border-radius: 2.66667vw;
    }
}

.c-lp-1-box__txt {
    color: #40220F;
    text-align: center;
    font-weight: bold;
    font-size: 1.18519vw;
    line-height: 1.63;
}

@media screen and (max-width: 750px) {
    .c-lp-1-box__txt {
        font-size: 4.26667vw;
        line-height: 1.625;
    }
}

.c-lp-1-box__txt-l {
    color: #AD0619;
    font-weight: bold;
    font-size: 1.62963vw;
}

@media screen and (max-width: 750px) {
    .c-lp-1-box__txt-l {
        font-size: 5.06667vw;
    }
}

.c-lp-1-box__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    margin-top: 1.48148vw;
    margin-bottom: 2.59259vw;

    -webkit-box-pack: center;
    justify-content: center;
}

@media screen and (max-width: 750px) {
    .c-lp-1-box__inner {
        display: block;
        margin-top: 6.66667vw;
        margin-bottom: 7.33333vw;
    }
}

.c-lp-1-box__col {
    padding: 2.22222vw;
    width: 30.37037vw;
    border-radius: 0.74074vw;
    background-color: #FFE1DC;
}

@media screen and (max-width: 750px) {
    .c-lp-1-box__col {
        margin: 0 auto;
        padding: 4vw 5.33333vw;
        width: 78.66667vw;
    }
}

.c-lp-1-box__col:nth-of-type(1) {
    margin-right: 0.51852vw;
}

@media screen and (max-width: 750px) {
    .c-lp-1-box__col:nth-of-type(1) {
        margin-right: auto;
        margin-bottom: 2.66667vw;
    }
}

.c-lp-1-box__col-ttl {
    margin: 0 auto 1.48148vw;
}

@media screen and (max-width: 750px) {
    .c-lp-1-box__col-ttl {
        margin-bottom: 4.66667vw;
    }
}

.c-lp-1-box__col-ttl--tw {
    margin-left: 7.77778vw;
    width: 8.14815vw;
}

@media screen and (max-width: 750px) {
    .c-lp-1-box__col-ttl--tw {
        margin-left: 20vw;
        width: 24vw;
    }
}

.c-lp-1-box__col-ttl--insta {
    margin-left: 7.03704vw;
    width: 10.37037vw;
}

@media screen and (max-width: 750px) {
    .c-lp-1-box__col-ttl--insta {
        margin-left: 16.66667vw;
        width: 30.93333vw;
    }
}

.c-lp-1-box__col-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    margin-bottom: 0.88889vw;

    -webkit-box-align: center;
    align-items: center;
}

@media screen and (max-width: 750px) {
    .c-lp-1-box__col-list-item {
        margin-bottom: 1.33333vw;
    }
}

.c-lp-1-box__col-list-label {
    display: inline-block;
    margin-right: 1.11111vw;
    padding: 0 0.96296vw;
    padding-top: 0.1em;
    border: 1px solid #AD0619;
    border-radius: 0.37037vw;
    color: #AD0619;
    font-weight: bold;
    font-size: 1.03704vw;
}

@media screen and (max-width: 750px) {
    .c-lp-1-box__col-list-label {
        margin-right: 2.66667vw;
        padding: 0 2vw;
        padding-top: 0.1em;
        font-size: 2.8vw;
    }
}

.ie .c-lp-1-box__col-list-label {
    padding-top: 0.3em;
}

.c-lp-1-box__col-list-txt {
    color: #40220F;
    font-weight: bold;
    font-size: 1.18519vw;
}

@media screen and (max-width: 750px) {
    .c-lp-1-box__col-list-txt {
        white-space: nowrap;
        font-size: 3.33333vw;

        -webkit-font-feature-settings: "palt";
        font-feature-settings: "palt";
    }
}

.c-lp-1-box__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin: 2.22222vw auto 0;
    width: 23.55556vw;
    height: 4.14815vw;
    border-radius: 0.74074vw;
    background-color: #C32D3B;
    -webkit-box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.3);

    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

@media screen and (max-width: 750px) {
    .c-lp-1-box__btn {
        margin-top: 5.33333vw;
        width: 100%;
        height: 12.53333vw;
    }
}

.c-lp-1-box__btn-icon {
    display: block;
    margin-right: 0.74074vw;
    line-height: 0;
}

.c-lp-1-box__btn-icon--tw {
    width: 1.55556vw;
}

@media screen and (max-width: 750px) {
    .c-lp-1-box__btn-icon--tw {
        width: 4.93333vw;
    }
}

.c-lp-1-box__btn-icon--insta {
    width: 1.48148vw;
}

@media screen and (max-width: 750px) {
    .c-lp-1-box__btn-icon--insta {
        width: 4.26667vw;
    }
}

.c-lp-1-box__btn-txt {
    color: #fff;
    font-weight: bold;
    font-size: 1.18519vw;
}

@media screen and (max-width: 750px) {
    .c-lp-1-box__btn-txt {
        font-size: 3.46667vw;
    }
}

.c-lp-1-box__link-wrap {
    text-align: center;
}

.c-lp-1-box__link {
    position: relative;
    padding-right: 1.85185vw;
    padding-bottom: 0.37037vw;
    border-bottom: 1px solid;
    color: #40220F;
    font-weight: bold;
    font-size: 1.33333vw;
}

@media screen and (max-width: 750px) {
    .c-lp-1-box__link {
        padding-right: 5.33333vw;
        padding-bottom: 1.33333vw;
        font-size: 3.46667vw;
    }
}

.c-lp-1-box__link::after {
    position: absolute;
    top: 10%;
    right: 0;
    width: 0.96296vw;
    height: 0.96296vw;
    background: url("../img/lp/strawberry/icon_open-link.svg") 0 0 no-repeat;
    background-size: 100% auto;
    content: "";
}

@media screen and (max-width: 750px) {
    .c-lp-1-box__link::after {
        width: 2.93333vw;
        height: 2.93333vw;
    }
}

/*  c-lp-2
--------------------------------------------- */
@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform: scale(1.25, 1.125);
        transform: scale(1.25, 1.125);
    }
}
@keyframes scale {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform: scale(1.25, 1.125);
        transform: scale(1.25, 1.125);
    }
}

.c-lp-2-kv {
    position: relative;
    overflow: hidden;
}

.c-lp-2-kv__site-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 5.25926vw;
}

.c-lp-2-kv__page-logo {
    position: absolute;
    top: 0;
    right: 0;
    width: 5.81481vw;
}

.c-lp-2-kv__cont {
    position: absolute;
}

.c-lp-2-kv__cont-icon {
    display: block;
    width: 1.18519vw;
}

.c-lp-2-kv__cont-txt {
    font-weight: bold;
    font-size: 1.40741vw;
    line-height: 1.25;
}

.c-lp-2-kv__cont--red .c-lp-2-kv__cont-txt {
    color: #FF3702;
}

.c-lp-2-kv__cont--white .c-lp-2-kv__cont-txt {
    color: #fff;
}

.c-lp-2-kv__cont-txt-en {
    font-size: 0.65556vw;
    line-height: 1.35;
}

.c-lp-2-kv__cont--red .c-lp-2-kv__cont-txt-en {
    color: #FF3702;
}

.c-lp-2-kv__cont--white .c-lp-2-kv__cont-txt-en {
    color: #fff;
}

.c-lp-2-kv__cont-price {
    font-size: 0.74074vw;
    font-family: "Montserrat", sans-serif;
}

.c-lp-2-kv__cont--red .c-lp-2-kv__cont-price {
    color: #FF3702;
}

.c-lp-2-kv__cont--white .c-lp-2-kv__cont-price {
    color: #fff;
}

.c-lp-2-kv__cont-price-num {
    font-size: 1.62963vw;
}

.c-lp-2-kv__wave-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100vw;
}

.c-lp-2-kv__wave {
    position: absolute;
    z-index: 1;
    -webkit-animation: scale 4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s infinite alternate;
    animation: scale 4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s infinite alternate;
}

.c-lp-2-kv__wave--1 {
    top: -1.48148vw;
    left: -101.48148vw;
    width: 290.96296vw;
}

.c-lp-2-kv__wave--2 {
    top: -41.11111vw;
    left: -2.22222vw;
    width: 8.59259vw;
}

.c-lp-2-kv__wave--3 {
    bottom: -46.2963vw;
    left: -94.81481vw;
    width: 247.03704vw;
}

.c-lp-2-info__ttl {
    color: #FF6D02;
    font-weight: bold;
    font-size: 3.40741vw;
    line-height: 1.52;
}

.c-lp-2-info__ttl-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;

    -webkit-box-align: center;
    align-items: center;
}

.c-lp-2-info__ttl-icon {
    display: inline-block;
    width: 7.48148vw;
}

.c-lp-2-info__txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    color: #FF6D02;
    font-weight: bold;
    font-size: 1.48148vw;

    -webkit-box-align: center;
    align-items: center;
}

.c-lp-2-info__txt-icon {
    display: inline-block;
}

.c-lp-2-info__txt-icon--leaf {
    width: 7.48148vw;
}

.c-lp-2-info__txt-icon--milk-tea {
    width: 3.40741vw;
}

.c-lp-2-info__txt-icon--iyokan {
    width: 4.07407vw;
}

.c-lp-2-info__txt-icon--mango {
    width: 3.33333vw;
}

.c-lp-2-info__txt-img {
    display: inline-block;
    line-height: 0;
}

.c-lp-2-info__txt-img--milk-tea {
    width: 10.18519vw;
}

.c-lp-2-info__txt-img--frozen {
    width: 8.85185vw;
}

.c-lp-2-info__txt-line {
    position: relative;
    display: inline-block;
}

.c-lp-2-info__txt-line::after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 15.92593vw;
    height: 0.23704vw;
    background: url("../img/lp/iyokan/img_underline.png") 0 0 no-repeat;
    background-size: 100% auto;
    content: "";
}

.c-lp-2-product__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.c-lp-2-product__txt {
    color: #FF6D02;
    font-weight: bold;
    font-size: 2.37037vw;
    line-height: 1.375;
}

.c-lp-2-product__lower {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;

    -webkit-box-align: baseline;
    align-items: baseline;
}

.c-lp-2-product__txt-en {
    color: #FF6D02;
    font-size: 0.96296vw;
    line-height: 1.46;
}

.c-lp-2-product__price {
    margin-left: 1.48148vw;
    color: #FF6D02;
    font-size: 1.11111vw;
    font-family: "Montserrat", sans-serif;
}

.c-lp-2-product__price-num {
    font-size: 2.96296vw;
}

.c-lp-2-product__mobile {
    background-color: #FF6D02;
}

.c-lp-2-product__mobile-img {
    margin: 0 auto;
    width: 61.66667vw;
}

.c-lp-2-feature__ttl {
    margin: 0 auto;
    width: 26.17037vw;
}

.c-lp-2-feature__cont {
    position: relative;
}

.c-lp-2-feature__cont-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.c-lp-2-feature__cont-ttl {
    color: #FF6D02;
    font-weight: bold;
    font-size: 2.96296vw;
    line-height: 1.4;
}

.c-lp-2-feature__cont-txt-area--1 {
    text-align: center;
}

.c-lp-2-feature__cont-txt {
    color: #FF6D02;
    font-weight: bold;
    font-size: 1.03704vw;
    line-height: 2;
}

.c-lp-2-feature__cont-pic-area--1 {
    position: absolute;
    top: 0;
    right: 0;
}

.c-lp-2-feature__cont-pic-inner {
    position: relative;
}

.c-lp-2-feature__cont-pic--1 {
    width: 29.77778vw;
}

.c-lp-2-feature__cont-pic--2 {
    width: 20.14815vw;
}

.c-lp-2-feature__cont-pic-s {
    position: absolute;
}

.c-lp-2-feature__cont-pic-s--1 {
    bottom: 0;
    left: 0;
    width: 22.2963vw;
}

.c-lp-2-feature__cont-pic-s--2 {
    top: 0;
    right: 0;
    width: 23.33333vw;
}

.c-lp-2-feature__cont-img {
    width: 32.59259vw;
}

.c-lp-2-feature__cont-box {
    position: relative;
    width: 52.2963vw;
    border: 1px solid #FF6D02;
    border-radius: 0.37037vw;
}

.c-lp-2-feature__cont-box-icon {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.c-lp-2-feature__cont-box-ttl {
    color: #FF6D02;
    font-weight: bold;
    font-size: 2.07407vw;
}

.c-lp-2-feature__cont-box-ttl-l {
    font-size: 3.40741vw;
    font-family: "Montserrat", sans-serif;
}

.c-lp-2-feature__cont-box-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.c-lp-2-feature__cont-box-img-area {
    position: relative;
    margin-left: 1.11111vw;
}

.c-lp-2-feature__cont-box-img {
    width: 15vw;
}

.c-lp-2-feature__cont-box-img-icon {
    position: absolute;
    top: -1.11111vw;
    right: -1.11111vw;
    width: 5.77778vw;
}

.c-lp-2-feature__cont-box-txt {
    color: #FF6D02;
    font-weight: bold;
    font-size: 1.03704vw;
    line-height: 2;
}

.c-lp-2-feature__cont-box-link {
    text-align: center;
}

.c-lp-2-feature__cont-box-link-txt {
    position: relative;
    border-bottom: 1px solid #FF6D02;
    color: #FF6D02;
    font-weight: bold;
    font-size: 1.48148vw;
}

.c-lp-2-feature__cont-box-link-txt::after {
    position: absolute;
    top: 0;
    right: -1.48148vw;
    width: 1.18519vw;
    height: 1.25926vw;
    background: url("../img/lp/iyokan/icon_open-link.svg") 0 0 no-repeat;
    background-size: 100% auto;
    content: "";
}

.c-lp-2-feature__cont-circle {
    position: relative;
}

.c-lp-2-feature__cont-circle-txt {
    width: 40.51852vw;
}

.c-lp-2-feature__cont-circle-pic {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 28.07407vw;
}

/* ---------------------------------------------
*   c-mob
--------------------------------------------- */
.c-mob {
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}

.c-mob-lead {
    position: relative;
}

@media screen and (max-width: 750px) {
    .c-mob-lead {
        padding-top: 6.66667vw;
    }
}

.c-mob-lead__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin: 0 auto;
    max-width: 1350px;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
}

@media screen and (max-width: 1350px) {
    .c-mob-lead__container {
        padding-left: 5.33333vw;
    }
}

@media screen and (max-width: 750px) {
    .c-mob-lead__container {
        display: block;
        padding: 0 4vw;
    }
}

.c-mob-lead__label {
    position: relative;
    top: -10px;
    left: -85px;
    display: block;
    width: 248px;
}

@media screen and (max-width: 1350px) {
    .c-mob-lead__label {
        top: -0.74074vw;
        left: -4.44444vw;
    }
}

@media screen and (max-width: 1024px) {
    .c-mob-lead__label {
        top: -0.97656vw;
        left: -3.90625vw;
        width: 24.21875vw;
    }
}

@media screen and (max-width: 750px) {
    .c-mob-lead__label {
        top: -0.66667vw;
        left: 0;
        margin-left: -1.33333vw;
        width: 34.4vw;
    }
}

.c-mob-lead__head {
    padding-left: 20px;
}

@media screen and (max-width: 750px) {
    .c-mob-lead__head {
        padding-left: 4vw;
        -webkit-transition-delay: 1s;
        transition-delay: 1s;
    }
}

.c-mob-lead__head-ttl {
    margin-bottom: 20px;
    white-space: nowrap;
    letter-spacing: 0.15em;
    font-weight: bold;
    font-size: 1.875rem;
    line-height: calc(50 / 30);
    line-height: 1;
}

@media screen and (max-width: 1024px) {
    .c-mob-lead__head-ttl {
        font-size: 2.92969vw;
    }
}

@media screen and (max-width: 750px) {
    .c-mob-lead__head-ttl {
        font-size: 6.4vw;
        line-height: calc(66 / 48);
    }
}

.c-mob-lead__head-txt {
    font-weight: bold;
    font-size: 1.0625rem;
    line-height: calc(35 / 17);
}

@media screen and (max-width: 1024px) {
    .c-mob-lead__head-txt {
        font-size: 1.66016vw;
    }
}

@media screen and (max-width: 750px) {
    .c-mob-lead__head-txt {
        font-size: 3.2vw;
        line-height: calc(46 / 24);
    }
}

.c-mob-lead__cont {
    margin-top: 80px;
    margin-right: 75px;
    max-width: 550px;
}

@media screen and (max-width: 1350px) {
    .c-mob-lead__cont {
        margin-right: 5.55556vw;
    }
}

@media screen and (max-width: 750px) {
    .c-mob-lead__cont {
        position: relative;
        z-index: 2;
        margin-top: 21.33333vw;
        margin-right: 0;
        max-width: 100%;
    }
}

.c-mob-lead__card {
    margin-top: 40px;
}

@media screen and (max-width: 750px) {
    .c-mob-lead__card {
        margin-top: 10.66667vw;
        width: 100%;
        -webkit-transition-delay: 1.5s;
        transition-delay: 1.5s;
    }
}

.c-mob-lead__img {
    margin-top: 150px;
    width: 610px;
}

@media screen and (max-width: 1350px) {
    .c-mob-lead__img {
        width: 45.18519vw;
    }
}

@media screen and (max-width: 750px) {
    .c-mob-lead__img {
        position: absolute;
        top: 6.66667vw;
        right: 0;
        z-index: 1;
        margin: 0;
        width: 60.26667vw;
        -webkit-transition-delay: 0.5s;
        transition-delay: 0.5s;
    }
}

.c-mob-card {
    padding: 40px 50px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 1024px) {
    .c-mob-card {
        padding: 3.90625vw;
        width: 100%;
    }
}

@media screen and (max-width: 750px) {
    .c-mob-card {
        padding: 5.33333vw 8vw 8.66667vw;
        background-color: #F8F8F8;
    }
}

@media screen and (max-width: 750px) {
    .c-mob-card--s {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.c-mob-card--l {
    margin: 0 auto;
    padding: 50px 80px;
    width: 620px;
}

@media screen and (max-width: 750px) {
    .c-mob-card--l {
        padding: 8vw 9.33333vw;
        width: 92vw;
        background-color: #fff;
    }
}

.c-mob-card__ttl {
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: 0.12em;
    font-weight: bold;
    font-size: 1.625rem;
}

@media screen and (max-width: 1024px) {
    .c-mob-card--s .c-mob-card__ttl {
        font-size: 2.34375vw;
    }
}

@media screen and (max-width: 750px) {
    .c-mob-card--s .c-mob-card__ttl {
        font-size: 4.93333vw;
    }
}

@media screen and (max-width: 750px) {
    .c-mob-card__ttl {
        margin-bottom: 3.33333vw;
        letter-spacing: 0.05em;
        font-size: 4.93333vw;
    }
}

.c-mob-card__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.c-mob-card__txt {
    margin-bottom: 10px;
    color: #00A75B;
    text-align: center;
    letter-spacing: 0.12em;
    font-weight: bold;
    font-size: 0.9375rem;
}

@media screen and (max-width: 1024px) {
    .c-mob-card__txt {
        font-size: 1.46484vw;
    }
}

@media screen and (max-width: 750px) {
    .c-mob-card__txt {
        margin-bottom: 4.66667vw;
        font-size: 3.2vw;
    }
}

.c-mob-card--l .c-mob-card__txt {
    font-size: 1rem;
}

@media screen and (max-width: 750px) {
    .c-mob-card--l .c-mob-card__txt {
        font-size: 3.2vw;
    }
}

.c-mob-card__txt > span {
    position: relative;
    display: inline-block;
    padding: 0 15px;
}

@media screen and (max-width: 750px) {
    .c-mob-card__txt > span {
        padding: 0 4.66667vw;
    }
}

.c-mob-card__txt > span::before, .c-mob-card__txt > span::after {
    position: absolute;
    top: 0;
    width: 1px;
    height: 25px;
    background-color: #00A75B;
    content: "";
}

@media screen and (max-width: 1024px) {
    .c-mob-card__txt > span::before, .c-mob-card__txt > span::after {
        height: 2.44141vw;
    }
}

@media screen and (max-width: 750px) {
    .c-mob-card__txt > span::before, .c-mob-card__txt > span::after {
        height: 4.66667vw;
    }
}

.c-mob-card__txt > span::before {
    left: 0;
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
}

.c-mob-card__txt > span::after {
    right: 0;
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
}

.c-mob-card__qr {
    margin-right: 20px;
    width: 118px;
}

@media screen and (max-width: 1024px) {
    .c-mob-card__qr {
        width: 11.52344vw;
    }
}

.c-mob-card--l .c-mob-card__qr {
    width: 130px;
}

.c-mob-card__border {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    padding: 15px 0;
    border-top: 1px solid #382B20;
    border-bottom: 1px solid #382B20;

    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 1024px) {
    .c-mob-card__border {
        padding: 1.46484vw 0;
    }
}

.c-mob-card__border-txt {
    white-space: nowrap;
    letter-spacing: 0.15em;
    font-weight: bold;
    font-size: 0.8125rem;
    line-height: calc(24 / 13);
}

@media screen and (max-width: 1024px) {
    .c-mob-card__border-txt {
        font-size: 1.26953vw;
    }
}

.c-mob-card--l .c-mob-card__border-txt {
    font-size: 0.9375rem;
}

.c-mob-card__border-icon {
    margin-left: 15px;
    width: 42px;
}

@media screen and (max-width: 1024px) {
    .c-mob-card__border-icon {
        font-size: 4.10156vw;
    }
}

.c-mob-card--l .c-mob-card__border-icon {
    width: 46px;
}

@media screen and (max-width: 750px) {
    .c-mob-card__btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        -ms-flex-align: center;
        width: 76vw;
        height: 16vw;
        border-radius: 2.8vw;
        background-color: #fff;
        -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
        box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);

        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
    }
}

@media screen and (max-width: 750px) {
    .c-mob-card__btn-icon {
        display: block;
        margin-right: 3.33333vw;
        width: 6.93333vw;
    }
}

@media screen and (max-width: 750px) {
    .c-mob-card__btn-txt {
        color: #00A75B;
        letter-spacing: 0.1em;
        font-weight: bold;
        font-size: 4.53333vw;
    }
}

.c-mob-section {
    position: relative;
    padding-top: 115px;
}

@media screen and (max-width: 750px) {
    .c-mob-section {
        padding-top: 15.33333vw;
    }
}

@media screen and (max-width: 1350px) {
    .c-mob-section__container {
        padding: 0 2.96296vw;
    }
}

@media screen and (max-width: 750px) {
    .c-mob-section__container {
        padding: 0 8vw;
    }
}

.c-mob-section__ttl {
    text-align: center;
    letter-spacing: 0.15em;
    font-weight: bold;
    font-size: 2.5rem;
}

@media screen and (max-width: 1024px) {
    .c-mob-section__ttl {
        font-size: 3.90625vw;
    }
}

@media screen and (max-width: 750px) {
    .c-mob-section__ttl {
        font-size: 5.86667vw;
    }
}

.c-mob-section__inner {
    position: relative;
    margin-top: 35px;
    padding-bottom: 55px;
}

@media screen and (max-width: 750px) {
    .c-mob-section__inner {
        margin-top: 6.66667vw;
        padding-bottom: 13.33333vw;
    }
}

.c-mob-section__inner::after {
    position: absolute;
    top: 55px;
    left: 0;
    z-index: -1;
    width: 100%;
    height: calc(100% - 55px);
    background-color: #c32032;
    content: "";
}

@media screen and (max-width: 750px) {
    .c-mob-section__inner::after {
        top: 6vw;
        height: calc(100% - 6vw);
    }
}

.c-mob-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin: 0 auto;
    max-width: 1000px;

    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 750px) {
    .c-mob-list {
        display: block;
    }
}

.c-mob-list__item {
    padding: 0 20px;
    padding-bottom: 45px;
    width: 32%;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 750px) {
    .c-mob-list__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 2.66667vw;
        padding: 0;
        width: 100%;
        height: 36vw;
        border-radius: 1.33333vw;
    }
    .c-mob-list__item:last-of-type {
        margin-bottom: 0;
    }
}

.c-mob-list__img-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    margin-bottom: 30px;
    height: 150px;

    -webkit-box-align: end;
    align-items: flex-end;
}

@media screen and (max-width: 750px) {
    .c-mob-list__img-area {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        margin-bottom: 0;
        width: 30.66667vw;
        height: auto;

        -webkit-box-align: center;
        align-items: center;
    }
    .android .c-mob-list__img-area {
        width: 29.33333vw;
    }
}

@media screen and (max-width: 750px) {
    .c-mob-list__item--1 .c-mob-list__img-area {
        padding-bottom: 1.33333vw;
    }
}

@media screen and (max-width: 750px) {
    .c-mob-list__item--2 .c-mob-list__img-area {
        padding-bottom: 2.66667vw;
    }
}

@media screen and (max-width: 750px) {
    .c-mob-list__item--3 .c-mob-list__img-area {
        padding-bottom: 3.33333vw;
    }
}

.c-mob-list__img {
    margin: 0 auto;
}

.c-mob-list__img--1 {
    width: 123px;
}

@media screen and (max-width: 750px) {
    .c-mob-list__img--1 {
        width: 17.6vw;
    }
}

.c-mob-list__img--2 {
    width: 92px;
}

@media screen and (max-width: 750px) {
    .c-mob-list__img--2 {
        width: 14.13333vw;
    }
}

.c-mob-list__img--3 {
    width: 126px;
}

@media screen and (max-width: 750px) {
    .c-mob-list__img--3 {
        width: 20vw;
    }
}

@media screen and (max-width: 750px) {
    .c-mob-list__txt-area {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;

        -webkit-box-align: center;
        align-items: center;
    }
}

.c-mob-list__ttl {
    margin-bottom: 15px;
    text-align: center;
    letter-spacing: 0.15em;
    font-weight: bold;
    font-size: 1.0625rem;
    line-height: calc(25 / 17);
}

@media screen and (max-width: 1024px) {
    .c-mob-list__ttl {
        font-size: 1.66016vw;
    }
}

@media screen and (max-width: 750px) {
    .c-mob-list__ttl {
        margin-bottom: 2vw;
        color: #c32032;
        text-align: left;
        white-space: nowrap;
        letter-spacing: 0.05em;
        font-size: 3.6vw;
        line-height: calc(46 / 27);
    }
}

.c-mob-list__ttl--1 {
    padding-top: 15px;
}

@media screen and (max-width: 750px) {
    .c-mob-list__ttl--1 {
        padding-top: 0;
    }
}

.c-mob-list__txt {
    text-align: center;
    letter-spacing: 0.1em;
    font-size: 0.9375rem;
    line-height: calc(24 / 15);
}

@media screen and (max-width: 1024px) {
    .c-mob-list__txt {
        font-size: 1.46484vw;
    }
}

@media screen and (max-width: 750px) {
    .c-mob-list__txt {
        text-align: left;
        letter-spacing: 0;
        font-size: 3.46667vw;
        line-height: calc(40 / 26);
    }
}

.c-mob-bnr {
    position: relative;
    margin: 35px auto 0;
    padding-top: 28px;
    padding-bottom: 38px;
    max-width: 1000px;
    border: 1px solid #fff;
    border-radius: 10px;
    text-align: center;
}

@media screen and (max-width: 750px) {
    .c-mob-bnr {
        margin-top: 4.66667vw;
        padding-top: 4vw;
        padding-bottom: 5.06667vw;
        border-radius: 1.33333vw;
    }
}

.c-mob-bnr__inner {
    position: relative;
    display: inline-block;
    padding-left: 120px;
}

@media screen and (max-width: 750px) {
    .c-mob-bnr__inner {
        padding-right: 6vw;
        padding-left: 0;
    }
}

.c-mob-bnr__txt {
    width: 463px;
}

@media screen and (max-width: 750px) {
    .c-mob-bnr__txt {
        width: 63.33333vw;
    }
}

.c-mob-bnr__pic {
    position: absolute;
    top: 30px;
    left: -40px;
    width: 158px;
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
}

@media screen and (max-width: 750px) {
    .c-mob-bnr__pic {
        top: auto;
        right: -12vw;
        bottom: 2vw;
        left: auto;
        width: 31.06667vw;
    }
}

.c-mob-main__container {
    margin: 0 auto;
    padding: 40px;
    max-width: 1350px;
}

@media screen and (max-width: 1350px) {
    .c-mob-main__container {
        padding: 2.96296vw;
    }
}

@media screen and (max-width: 750px) {
    .c-mob-main__container {
        padding: 7.33333vw 0;
    }
}

.c-mob-main__upper {
    position: relative;
    padding-bottom: 80px;
}

@media screen and (max-width: 750px) {
    .c-mob-main__upper {
        padding-bottom: 10.66667vw;
    }
}

.c-mob-main__upper::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: #FED8DD;
    content: "";
}

@media screen and (max-width: 750px) {
    .c-mob-main__upper::after {
        left: 4vw;
        width: calc(100% - 8vw);
        border-top-left-radius: 2.66667vw;
        border-top-right-radius: 2.66667vw;
    }
}

.c-mob-main__lower {
    display: none;
}

.c-mob-main__head {
    position: relative;
    z-index: 10;
    padding-top: 40px;
    padding-bottom: 30px;
    text-align: center;
}

@media screen and (max-width: 750px) {
    .c-mob-main__head {
        padding-top: 11.33333vw;
    }
}

.c-mob-main__head-inner {
    display: inline-block;
}

.c-mob-main__label {
    position: relative;
    top: 30px;
    left: 25px;
    display: block;
    width: 156px;
}

@media screen and (max-width: 1024px) {
    .c-mob-main__label {
        top: 2.92969vw;
        left: 2.44141vw;
        display: block;
        width: 15.23438vw;
    }
}

@media screen and (max-width: 750px) {
    .c-mob-main__label {
        top: 0;
        left: 50%;
        width: 20vw;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.c-mob-main__ttl {
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: 0.12em;
    font-weight: bold;
    font-size: 2.5rem;
}

@media screen and (max-width: 1024px) {
    .c-mob-main__ttl {
        margin-bottom: 1.95312vw;
        font-size: 3.90625vw;
    }
}

@media screen and (max-width: 750px) {
    .c-mob-main__ttl {
        margin-bottom: 7.33333vw;
        font-size: 5.86667vw;
    }
}

.c-mob-main__txt {
    text-align: center;
    letter-spacing: 0.15em;
    font-weight: bold;
    font-size: 1.375rem;
    line-height: calc(34 / 22);
}

@media screen and (max-width: 1024px) {
    .c-mob-main__txt {
        font-size: 2.14844vw;
    }
}

@media screen and (max-width: 750px) {
    .c-mob-main__txt {
        display: none;
    }
}

.c-mob-main__cont {
    position: relative;
    padding-top: 65px;
}

@media screen and (max-width: 750px) {
    .c-mob-main__cont {
        margin-top: 2vw;
        padding-top: 16vw;
        padding-bottom: 13.33333vw;
    }
}

.c-mob-main__cont::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #FFECE8;
    content: "";
}

@media screen and (max-width: 750px) {
    .c-mob-main__cont::after {
        left: 4vw;
        width: calc(100% - 8vw);
    }
}

.c-mob-main__cont--2 {
    padding-bottom: 60px;
}

@media screen and (max-width: 750px) {
    .c-mob-main__cont--2 {
        padding-top: 13.33333vw;
        padding-bottom: 24vw;
    }
}

.c-mob-main__cont--2::after {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

@media screen and (max-width: 750px) {
    .c-mob-main__cont--2::after {
        border-bottom-right-radius: 2.66667vw;
        border-bottom-left-radius: 2.66667vw;
    }
}

.c-mob-main__cont-head {
    position: relative;
    margin: 0 auto 50px;
    max-width: 1040px;
}

@media screen and (max-width: 750px) {
    .c-mob-main__cont-head {
        margin-bottom: 13.33333vw;
    }
}

.c-mob-main__cont-head::after {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 1px;
    background-color: #B3B3B3;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
    .c-mob-main__cont-head::after {
        content: none;
    }
}

.c-mob-main__cont-ttl {
    position: relative;
    z-index: 100;
    display: inline-block;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #FFECE8;
    color: #000;
    letter-spacing: 0.13em;
    font-weight: bold;
    font-size: 1.875rem;
    line-height: calc(50 / 30);
}

@media screen and (max-width: 1024px) {
    .c-mob-main__cont-ttl {
        font-size: 2.92969vw;
    }
}

@media screen and (max-width: 750px) {
    .c-mob-main__cont-ttl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        margin: 0 5.33333vw;
        padding: 0 5.33333vw;
        white-space: nowrap;
        font-size: 5.86667vw;
        line-height: 1.3;

        -webkit-box-align: center;
        align-items: center;
    }
}

.c-mob-main__cont-ttl-num {
    margin-right: 15px;
    color: #c32032;
    font-size: 2.6875rem;
    font-family: "Montserrat", sans-serif;
}

@media screen and (max-width: 1024px) {
    .c-mob-main__cont-ttl-num {
        font-size: 4.19922vw;
    }
}

@media screen and (max-width: 750px) {
    .c-mob-main__cont-ttl-num {
        margin-right: 3.33333vw;
        font-size: 7.2vw;
    }
}

.c-mob-main__slider {
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 750px) {
    .js-mob-target .c-mob-main__slider {
        opacity: 0;
    }
    .js-mob-target.is-mob-open .c-mob-main__slider {
        -webkit-animation: show .5s linear 0s forwards;
        animation: show .5s linear 0s forwards;
        -webkit-animation-delay: .5s;
        animation-delay: .5s;
    }
    @-webkit-keyframes show {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
    @keyframes show {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
}

.c-mob-main__slider::after {
    position: absolute;
    bottom: 8.66667vw;
    left: 0;
    z-index: 10;
    width: 100%;
    height: calc(100% - 2vw);
    background-color: #fff;
    content: "";
    opacity: 0.2;
}

@media screen and (min-width: 751px) {
    .c-mob-main__slider::after {
        content: none;
    }
}

.c-mob-main__slider .slick-dots {
    position: absolute;
    bottom: -2.66667vw;
    left: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.c-mob-main__slider .slick-dots li {
    margin: 0 2vw;
    width: 2.93333vw;
    height: 2.93333vw;
}

.c-mob-main__slider .slick-dots button {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    background-color: #c32032;
    text-indent: -9999px;
    opacity: 0.2;
}

.c-mob-main__slider .slick-dots .slick-active button {
    opacity: 1;
}

.c-mob-btn-wrap {
    position: relative;
    z-index: 10;
}

.c-mob-btn {
    position: relative;
    z-index: 10;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin: 0 auto;
    width: 450px;
    height: 80px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 15px 15px 8px rgba(155, 38, 52, 0.1);
    box-shadow: 15px 15px 8px rgba(155, 38, 52, 0.1);
    text-align: center;
    letter-spacing: 0.15em;
    font-weight: bold;
    font-size: 1.25rem;
    cursor: pointer;

    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

@media screen and (max-width: 1024px) {
    .c-mob-btn {
        width: 43.94531vw;
        height: 7.8125vw;
        font-size: 1.95312vw;
    }
}

@media screen and (max-width: 750px) {
    .c-mob-btn {
        margin-top: 14.66667vw;
        width: 84vw;
        height: 14.66667vw;
        border-radius: 1.33333vw;
        letter-spacing: 0.08em;
        font-size: 4.26667vw;
    }
}

@media screen and (min-width: 751px) {
    .c-mob-btn {
        -webkit-transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
        transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
        transition: transform 0.3s, box-shadow 0.3s;
        transition: transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
    }
    .c-mob-btn:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
        -webkit-transform: translate(5px, 5px);
        transform: translate(5px, 5px);
    }
}

.c-mob-btn::before {
    position: absolute;
    top: 50%;
    left: 75px;
    width: 16px;
    height: 16px;
    background: url("../img/mobile/icon_close.png") 0 0 no-repeat;
    background-size: 100% auto;
    content: "";
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}

@media screen and (max-width: 1024px) {
    .c-mob-btn::before {
        left: 7.32422vw;
        width: 1.5625vw;
        height: 1.5625vw;
    }
}

@media screen and (max-width: 750px) {
    .c-mob-btn::before {
        left: 13.33333vw;
        width: 3.33333vw;
        height: 3.33333vw;
    }
}

.c-mob-btn.is-open::before {
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
}

.c-mob-btn__txt {
    padding-left: 20px;
    white-space: nowrap;
}

@media screen and (max-width: 750px) {
    .c-mob-btn__txt {
        padding-left: 3.33333vw;
    }
}

.ie .c-mob-btn__txt {
    display: inline-block;
    padding-top: 5px;
}

.c-mob-btn__txt--1 {
    opacity: 0;
}

.is-open .c-mob-btn__txt--1 {
    opacity: 1;
}

.c-mob-btn__txt--2 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.is-open .c-mob-btn__txt--2 {
    opacity: 0;
}

.c-mob-flow {
    position: relative;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;

    -webkit-box-pack: center;
    justify-content: center;
}

.c-mob-flow__item {
    position: relative;
    margin-right: 60px;
    padding-top: 50px;
    padding-bottom: 40px;
}

@media screen and (max-width: 1024px) {
    .c-mob-flow__item {
        margin-right: 5.85938vw;
        padding-top: 4.88281vw;
        padding-bottom: 3.90625vw;
    }
}

@media screen and (max-width: 750px) {
    .c-mob-flow__item {
        margin-right: 0;
        padding-top: 16vw;
        padding-bottom: 6.66667vw;
    }
}

.c-mob-flow__item--center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;

    -webkit-box-align: center;
    align-items: center;
}

.c-mob-flow__item:nth-of-type(3) {
    margin-right: 0;
}

.c-mob-flow__item::after {
    position: absolute;
    top: 50%;
    right: -40px;
    width: 18px;
    height: 29px;
    background: url("../img/mobile/icon_arrow.svg") 0 0 no-repeat;
    background-size: 100% auto;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 1024px) {
    .c-mob-flow__item::after {
        right: -3.90625vw;
        width: 1.75781vw;
        height: 2.83203vw;
    }
}

.c-mob-flow--1 .c-mob-flow__item::after {
    top: 46%;
}

.c-mob-flow__item:last-of-type::after {
    content: none;
}

.c-mob-flow__item--1-1 {
    margin-right: 30px;
}

@media screen and (max-width: 1024px) {
    .c-mob-flow__item--1-1 {
        margin-right: 2.92969vw;
    }
}

.c-mob-flow__item--1-1::after {
    right: -10px;
}

@media screen and (max-width: 1024px) {
    .c-mob-flow__item--1-1::after {
        right: -0.97656vw;
    }
}

.c-mob-flow__item--3-2 {
    margin-right: 45px;
}

@media screen and (max-width: 1024px) {
    .c-mob-flow__item--3-2 {
        margin-right: 4.39453vw;
    }
}

.c-mob-flow__item--3-2::after {
    right: -35px;
}

@media screen and (max-width: 1024px) {
    .c-mob-flow__item--3-2::after {
        right: -3.41797vw;
    }
}

@media screen and (max-width: 750px) {
    .c-mob-flow__item--3-3 {
        padding-bottom: 0;
    }
}

.c-mob-flow__txt {
    position: absolute;
    top: 0;
    left: 50%;
    margin-bottom: 10px;
    color: #c32032;
    text-align: center;
    white-space: nowrap;
    letter-spacing: 0.05em;
    font-weight: bold;
    font-size: 1.0625rem;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}

@media screen and (max-width: 1024px) {
    .c-mob-flow__txt {
        font-size: 1.66016vw;
    }
}

@media screen and (max-width: 750px) {
    .c-mob-flow__txt {
        margin-bottom: 4.66667vw;
        height: 11.2vw;
        letter-spacing: 0.08em;
        font-size: 3.73333vw;
    }
}

.c-mob-flow__img {
    position: relative;
}

@media screen and (max-width: 750px) {
    .c-mob-flow__img {
        margin: 0 auto;
    }
}

.c-mob-flow__img::after {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    -webkit-box-shadow: 15px 15px 8px rgba(195, 32, 50, 0.2);
    box-shadow: 15px 15px 8px rgba(195, 32, 50, 0.2);
    content: "";
}

@media screen and (max-width: 1350px) {
    .c-mob-flow__img::after {
        border-top-left-radius: 2.59259vw;
        border-top-right-radius: 2.59259vw;
    }
}

@media screen and (max-width: 750px) {
    .c-mob-flow__img::after {
        border-top-left-radius: 7.33333vw;
        border-top-right-radius: 7.33333vw;
        -webkit-box-shadow: 20px 20px 8px rgba(195, 32, 50, 0.2);
        box-shadow: 20px 20px 8px rgba(195, 32, 50, 0.2);
    }
}

.c-mob-flow__img img {
    width: 100%;
}

.c-mob-flow__img--1-1 {
    width: 306px;
}

@media screen and (max-width: 1350px) {
    .c-mob-flow__img--1-1 {
        width: 22.66667vw;
    }
}

@media screen and (min-width: 751px) {
    .c-mob-flow__img--1-1::after {
        content: none;
    }
}

@media screen and (max-width: 750px) {
    .c-mob-flow__img--1-1 {
        width: 58.8vw;
    }
}

.c-mob-flow__img--1-2 {
    width: 261px;
}

@media screen and (max-width: 1350px) {
    .c-mob-flow__img--1-2 {
        width: 19.33333vw;
    }
}

@media screen and (max-width: 750px) {
    .c-mob-flow__img--1-2 {
        width: 58.13333vw;
    }
}

.c-mob-flow__img--1-3 {
    width: 293px;
}

@media screen and (max-width: 1350px) {
    .c-mob-flow__img--1-3 {
        width: 21.7037vw;
    }
}

@media screen and (max-width: 750px) {
    .c-mob-flow__img--1-3 {
        width: 58.66667vw;
    }
}

.c-mob-flow__img--1-3::after {
    width: 261px;
    height: 397px;
}

@media screen and (max-width: 1350px) {
    .c-mob-flow__img--1-3::after {
        width: 19.33333vw;
        height: 29.40741vw;
    }
}

@media screen and (max-width: 750px) {
    .c-mob-flow__img--1-3::after {
        width: 58.66667vw;
        height: 87.6vw;
    }
}

.c-mob-flow__img--2-1 {
    width: 291px;
}

@media screen and (max-width: 1350px) {
    .c-mob-flow__img--2-1 {
        width: 21.55556vw;
    }
}

@media screen and (max-width: 750px) {
    .c-mob-flow__img--2-1 {
        width: 58.13333vw;
    }
}

.c-mob-flow__img--2-2 {
    width: 290px;
}

@media screen and (max-width: 1350px) {
    .c-mob-flow__img--2-2 {
        width: 21.48148vw;
    }
}

@media screen and (max-width: 750px) {
    .c-mob-flow__img--2-2 {
        width: 58.13333vw;
    }
}

.c-mob-flow__img--2-3 {
    width: 290px;
}

@media screen and (max-width: 1350px) {
    .c-mob-flow__img--2-3 {
        width: 21.48148vw;
    }
}

@media screen and (max-width: 750px) {
    .c-mob-flow__img--2-3 {
        width: 58.13333vw;
    }
}

.c-mob-flow__img--3-1 {
    width: 291px;
}

@media screen and (max-width: 1350px) {
    .c-mob-flow__img--3-1 {
        width: 21.55556vw;
    }
}

@media screen and (max-width: 750px) {
    .c-mob-flow__img--3-1 {
        width: 58.13333vw;
    }
}

.c-mob-flow__img--3-2 {
    width: 290px;
}

@media screen and (max-width: 1350px) {
    .c-mob-flow__img--3-2 {
        width: 21.48148vw;
    }
}

@media screen and (max-width: 750px) {
    .c-mob-flow__img--3-2 {
        width: 58.13333vw;
    }
}

.c-mob-flow__img--3-3 {
    padding-bottom: 25px;
    width: 317px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media screen and (max-width: 1350px) {
    .c-mob-flow__img--3-3 {
        width: 23.48148vw;
    }
}

@media screen and (max-width: 750px) {
    .c-mob-flow__img--3-3 {
        margin-top: -6.66667vw;
        margin-left: 4.66667vw;
        width: 66.13333vw;
    }
}

.c-mob-flow__img--3-3::after {
    content: none;
}

.c-mob-bottom {
    padding-top: 60px;
    padding-bottom: 55px;
    background: url("../img/mobile/img_bg-bottom.jpg") 0 0 no-repeat;
    background-size: cover;
}

@media screen and (max-width: 750px) {
    .c-mob-bottom {
        padding-top: 13.33333vw;
        padding-bottom: 13.33333vw;
    }
}

.c-mob-faq {
    margin: 0 auto;
    padding: 0 40px;
    padding-top: 150px;
    padding-bottom: 170px;
    max-width: 1080px;
}

@media screen and (max-width: 1350px) {
    .c-mob-faq {
        padding: 11.11111vw 2.96296vw 12.59259vw;
    }
}

@media screen and (max-width: 750px) {
    .c-mob-faq {
        padding: 0 4vw;
    }
}

@media screen and (max-width: 750px) {
    .c-mob-faq {
        padding-top: 14vw;
        padding-bottom: 17.33333vw;
    }
}

.c-mob-faq__head {
    margin-bottom: 60px;
}

@media screen and (max-width: 750px) {
    .c-mob-faq__head {
        margin-bottom: 8.66667vw;
    }
}

.c-mob-faq__ttl {
    text-align: center;
    letter-spacing: 0.15em;
    font-weight: bold;
    font-size: 2.5rem;
}

@media screen and (max-width: 750px) {
    .c-mob-faq__ttl {
        font-size: 5.86667vw;
    }
}

.c-mob-faq .c-faq-list {
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
}

@media screen and (max-width: 750px) {
    .c-mob-faq .c-faq-list {
        border-top-width: 2px;
    }
}

.c-mob .c-lp-1-box {
    padding-top: 9.25926vw;
    padding-bottom: 11.11111vw;
    background: #c32032;
}

@media screen and (max-width: 750px) {
    .c-mob .c-lp-1-box {
        padding-top: 20.66667vw;
        padding-bottom: 16.66667vw;
    }
}

.c-mob .c-lp-1-box::before, .c-mob .c-lp-1-box::after {
    content: none;
}

.c-mob .c-lp-1-box__col {
    position: relative;
    padding-bottom: 6.66667vw;
}

@media screen and (max-width: 750px) {
    .c-mob .c-lp-1-box__col {
        padding-bottom: 5.33333vw;
    }
}

.c-mob .c-lp-1-box__col-list-item {
    -ms-flex-align: center;

    -webkit-box-align: center;
    align-items: center;
}

.c-mob .c-lp-1-box__ttl-txt {
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 3.25926vw;
    line-height: 1.36;
}

@media screen and (max-width: 750px) {
    .c-mob .c-lp-1-box__ttl-txt {
        font-size: 6.13333vw;
        line-height: 1.47;
    }
}

.c-mob .c-lp-1-box__sub-ttl {
    color: #fff;
}

.c-mob .c-lp-1-box__contents {
    margin-top: 3.7037vw;
}

@media screen and (max-width: 750px) {
    .c-mob .c-lp-1-box__contents {
        margin-top: 7.33333vw;
    }
}

.c-mob .c-lp-1-box__date {
    margin: 0 auto 1.48148vw;
    width: 26.51852vw;
}

@media screen and (max-width: 750px) {
    .c-mob .c-lp-1-box__date {
        margin-bottom: 4vw;
        width: 68.4vw;
    }
}

.c-mob .c-lp-1-box__lead {
    text-align: center;
}

@media screen and (max-width: 750px) {
    .c-mob .c-lp-1-box__lead {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        text-align: left;

        -webkit-box-pack: center;
        justify-content: center;
    }
}

.c-mob .c-lp-1-box__lead-txt {
    position: relative;
    display: inline-block;
    color: #AD0619;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-size: 2.37037vw;
}

@media screen and (max-width: 750px) {
    .c-mob .c-lp-1-box__lead-txt {
        font-size: 6.26667vw;
    }
}

.c-mob .c-lp-1-box__btn {
    position: absolute;
    bottom: 2.22222vw;
    left: 50%;
    margin-top: 1.48148vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (max-width: 750px) {
    .c-mob .c-lp-1-box__btn {
        position: static;
        margin-top: 4.66667vw;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

/* ---------------------------------------------
*   c-news
--------------------------------------------- */
.c-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin: 0 auto;
    max-width: 1120px;

    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 750px) {
    .c-news {
        display: block;
    }
}

.c-news__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-align: end;
    margin-bottom: 30px;
    padding-bottom: 5px;
    height: 50px;
    border-bottom: 1px solid;

    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    align-items: flex-end;
}

@media screen and (max-width: 1350px) {
    .c-news__head {
        margin-bottom: 1.85185vw;
        height: 3.7037vw;
    }
}

@media screen and (max-width: 750px) {
    .c-news__head {
        margin-bottom: 6.66667vw;
        padding-bottom: 1.33333vw;
        height: auto;
    }
}

.c-news__head .arrow-link {
    padding-bottom: 5px;
    font-size: 1.125rem;
}

@media screen and (max-width: 1350px) {
    .c-news__head .arrow-link {
        font-size: 1.33333vw;
    }
}

.c-news__head .arrow-link__icon {
    margin-left: 5px;
    width: 16px;
    height: 14px;
}

@media screen and (max-width: 1350px) {
    .c-news__head .arrow-link__icon {
        margin-left: 0.37037vw;
        width: 1.18519vw;
        height: 1.03704vw;
    }
}

.ie .c-news__head .arrow-link__icon {
    width: 17px;
}

@media screen and (max-width: 1350px) {
    .ie .c-news__head .arrow-link__icon {
        width: 1.25926vw;
    }
}

.c-news__head .arrow-link__icon:before, .c-news__head .arrow-link__icon:after {
    background-image: url(../img/common/icon_arrow-black_small.svg);
}

@media screen and (max-width: 750px) {
    .c-news__head--1 {
        margin-bottom: 5.33333vw;
    }
}

.c-news__ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    letter-spacing: 0.05em;
    font-size: 1.875rem;
    font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 1350px) {
    .c-news__ttl {
        font-size: 2.22222vw;
    }
}

@media screen and (max-width: 750px) {
    .c-news__ttl {
        font-size: 5.86667vw;
    }
}

.c-news__icon {
    display: block;
    margin-right: 15px;
    vertical-align: baseline;
}

@media screen and (max-width: 1350px) {
    .c-news__icon {
        margin-right: 1.11111vw;
    }
}

@media screen and (max-width: 750px) {
    .c-news__icon {
        margin-right: 2vw;
    }
}

.c-news__icon--drink {
    width: 20px;
}

@media screen and (max-width: 1350px) {
    .c-news__icon--drink {
        width: 1.48148vw;
    }
}

@media screen and (max-width: 750px) {
    .c-news__icon--drink {
        width: 3.73333vw;
    }
}

.c-news__icon--store {
    width: 28px;
}

@media screen and (max-width: 1350px) {
    .c-news__icon--store {
        width: 2.07407vw;
    }
}

@media screen and (max-width: 750px) {
    .c-news__icon--store {
        width: 5.73333vw;
    }
}

.c-news__icon--notice {
    width: 26px;
}

@media screen and (max-width: 1350px) {
    .c-news__icon--notice {
        width: 1.92593vw;
    }
}

@media screen and (max-width: 750px) {
    .c-news__icon--notice {
        padding-top: 0.1em;
        width: 5.2vw;
    }
}

.c-news__icon--document {
    width: 20px;
}

@media screen and (max-width: 1350px) {
    .c-news__icon--document {
        width: 1.48148vw;
    }
}

.c-news__icon img {
    vertical-align: baseline;
}

.c-news__right {
    width: 37.5%;
}

@media screen and (max-width: 750px) {
    .c-news__right {
        width: 100%;
    }
}

.c-news__contents {
    width: 100%;
}

.c-news__contents--l {
    width: 57.14286%;
}

@media screen and (max-width: 750px) {
    .c-news__contents--l {
        width: 100%;
    }
}

@media screen and (max-width: 750px) {
    .c-news__contents--l {
        margin-bottom: 21.33333vw;
    }
}

.c-news__contents--1 {
    margin-bottom: 75px;
}

@media screen and (max-width: 1350px) {
    .c-news__contents--1 {
        margin-bottom: 5.55556vw;
    }
}

@media screen and (max-width: 750px) {
    .c-news__contents--1 {
        margin-bottom: 17.33333vw;
    }
}

.c-news__contents--2 {
    margin-bottom: 75px;
}

@media screen and (max-width: 1350px) {
    .c-news__contents--2 {
        margin-bottom: 5.55556vw;
    }
}

@media screen and (max-width: 750px) {
    .c-news__contents--2 {
        margin-bottom: 10.66667vw;
    }
}

.c-news-contents-list__item {
    margin-bottom: 20px;
}

@media screen and (max-width: 1350px) {
    .c-news-contents-list__item {
        margin-bottom: 1.48148vw;
    }
}

@media screen and (max-width: 750px) {
    .c-news-contents-list__item {
        margin-bottom: 2.66667vw;
    }
}

.c-news-contents-list__item:last-of-type {
    margin-bottom: 0;
}

.c-news-contents-list__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;

    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

.c-news-contents-list__link:hover {
    opacity: 0.8;
}

@media screen and (max-width: 750px) {
    .c-news-contents-list__link {
        padding: 6.66667vw 4.66667vw;
        background-color: #fff;
        -webkit-box-shadow: 0.4vw 0.4vw 1.2vw rgba(4, 0, 0, 0.05);
        box-shadow: 0.4vw 0.4vw 1.2vw rgba(4, 0, 0, 0.05);
    }
}

.c-news-contents-list__img {
    width: 250px;
    height: 130px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1350px) {
    .c-news-contents-list__img {
        width: 18.51852vw;
        height: 9.62963vw;
    }
}

@media screen and (max-width: 750px) {
    .c-news-contents-list__img {
        width: 30.66667vw;
        height: 16vw;
    }
}

.c-news-contents-list__img img {
    width: 100%;
}

.c-news-contents-list__txt-area {
    width: 57.8125%;
}

@media screen and (max-width: 750px) {
    .c-news-contents-list__txt-area {
        padding-left: 4.12698%;
        padding-left: 0;
        width: 40vw;
    }
}

.c-news-contents-list__date {
    display: block;
    margin-bottom: 5px;
    color: #9e958a;
    font-weight: bold;
    font-size: 0.875rem;
}

@media screen and (max-width: 1350px) {
    .c-news-contents-list__date {
        margin-bottom: 0.37037vw;
        font-size: 1.03704vw;
    }
}

@media screen and (max-width: 750px) {
    .c-news-contents-list__date {
        font-size: 2.66667vw;
    }
}

.c-news-contents-list__txt {
    font-weight: bold;
    font-size: 1rem;
}

@media screen and (max-width: 1350px) {
    .c-news-contents-list__txt {
        font-size: 1.18519vw;
    }
}

@media screen and (max-width: 750px) {
    .c-news-contents-list__txt {
        font-size: 3.46667vw;
    }
}

.c-news-list__item {
    margin-bottom: 20px;
}

@media screen and (max-width: 1350px) {
    .c-news-list__item {
        margin-bottom: 1.48148vw;
    }
}

@media screen and (max-width: 750px) {
    .c-news-list__item {
        margin-bottom: 6vw;
    }
}

.c-news-list--block .c-news-list__item {
    margin-bottom: 25px;
}

@media screen and (max-width: 1350px) {
    .c-news-list--block .c-news-list__item {
        margin-bottom: 1.85185vw;
    }
}

@media screen and (max-width: 750px) {
    .c-news-list--block .c-news-list__item {
        margin-bottom: 6vw;
    }
}

.c-news-list__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;

    -webkit-box-align: center;
    align-items: center;
}

.c-news-list__link:hover {
    opacity: 0.8;
}

@media screen and (max-width: 750px) {
    .c-news-list__link {
        display: block;
    }
}

.c-news-list--block .c-news-list__link {
    display: block;
}

.c-news-list__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.c-news-list__date {
    display: block;
    color: #9e958a;
    font-weight: bold;
    font-size: 0.875rem;
}

@media screen and (max-width: 1350px) {
    .c-news-list__date {
        font-size: 1.03704vw;
    }
}

@media screen and (max-width: 750px) {
    .c-news-list__date {
        font-size: 3.2vw;
    }
}

.c-news-list--block .c-news-list__date {
    margin-bottom: 5px;
}

@media screen and (max-width: 1350px) {
    .c-news-list--block .c-news-list__date {
        margin-bottom: 0.37037vw;
    }
}

.c-news-list__label {
    margin-right: 15px;
    margin-left: 5px;
    color: #c32032;
    font-weight: bold;
    font-size: 0.875rem;
}

@media screen and (max-width: 1350px) {
    .c-news-list__label {
        margin-right: 1.11111vw;
        margin-left: 0.37037vw;
        font-size: 1.03704vw;
    }
}

@media screen and (max-width: 750px) {
    .c-news-list__label {
        margin-right: 0;
        margin-left: 2vw;
        font-size: 3.2vw;
    }
}

.c-news-list__txt {
    text-decoration: underline;
    font-size: 1rem;
}

@media screen and (max-width: 1350px) {
    .c-news-list__txt {
        font-size: 1.18519vw;
    }
}

@media screen and (max-width: 750px) {
    .c-news-list__txt {
        font-weight: bold;
        font-size: 3.46667vw;
    }
}

.c-news-list__link:hover .c-news-list__txt {
    text-decoration: none;
}

/* ---------------------------------------------
*   c-parallax
--------------------------------------------- */
.c-parallax {
    position: relative;
    background-color: #fff;
}

.c-parallax__img-wrap {
    position: relative;
    overflow: hidden;
    padding-top: 450px;
}

@media screen and (max-width: 1350px) {
    .c-parallax__img-wrap {
        padding-top: 33.33333vw;
    }
}

.c-parallax__img {
    position: absolute;
    top: -85%;
    width: 100%;
    height: 975px;
    background: url(../img/top/img_bg-parallax.jpg) center right no-repeat;
    background-size: 100% auto;
}

@media screen and (max-width: 1350px) {
    .c-parallax__img {
        height: 72.22222vw;
    }
}

@media screen and (max-width: 750px) {
    .c-parallax__img {
        top: -180%;
        height: 125.06667vw;
        background-image: url(../img/top/sp/img_bg-parallax.jpg);
    }
}

.c-parallax__contents {
    padding-top: 130px;
    padding-bottom: 210px;
    background-color: #fff;
}

@media screen and (max-width: 1350px) {
    .c-parallax__contents {
        padding: 9.62963vw 3.7037vw 15.55556vw;
    }
}

@media screen and (max-width: 750px) {
    .c-parallax__contents {
        padding: 30.66667vw 8vw;
    }
}

.wysiwyg strong {
    font-weight: bold;
}

.wysiwyg audio,
.wysiwyg canvas,
.wysiwyg progress,
.wysiwyg video {
    display: inline-block;
    vertical-align: baseline;
}

.wysiwyg audio:not([controls]) {
    display: none;
    height: 0;
}

.wysiwyg [hidden],
.wysiwyg template {
    display: none;
}

.wysiwyg a {
    background-color: transparent;
}

.wysiwyg a:active,
.wysiwyg a:hover {
    outline: 0;
}

.wysiwyg abbr[title] {
    border-bottom: 1px dotted;
}

.wysiwyg b,
.wysiwyg strong {
    font-weight: bold;
}

.wysiwyg em {
    font-style: italic;
}

.wysiwyg dfn {
    font-style: italic;
}

.wysiwyg h1:not([class]) {
    margin: 0;
    font-size: 2em;
}

.wysiwyg h2:not([class]) {
    font-size: 1.6em;
}

.wysiwyg h3:not([class]) {
    font-size: 14pt;
}

.wysiwyg h4:not([class]) {
    font-size: 11pt;
}

.wysiwyg h5:not([class]) {
    font-size: 1.2em;
}

.wysiwyg h6:not([class]) {
    font-size: 1.125em;
}

.wysiwyg mark {
    background: #ff0;
    color: #000;
}

.wysiwyg small {
    font-size: 80%;
}

.wysiwyg sub,
.wysiwyg sup {
    position: relative;
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
}

.wysiwyg sup {
    top: -0.5em;
}

.wysiwyg sub {
    bottom: -0.25em;
}

.wysiwyg img {
    border: 0;
}

.wysiwyg svg:not(:root) {
    overflow: hidden;
}

.wysiwyg figure {
    margin: 1em 40px;
}

.wysiwyg hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    border-color: #CC003D;
}

.wysiwyg pre {
    overflow: auto;
}

.wysiwyg code,
.wysiwyg kbd,
.wysiwyg pre,
.wysiwyg samp {
    font-size: 1em;
    font-family: monospace, monospace;
}

.wysiwyg button,
.wysiwyg input,
.wysiwyg optgroup,
.wysiwyg select,
.wysiwyg textarea {
    margin: 0;
    color: inherit;
    font: inherit;
}

.wysiwyg button {
    overflow: visible;
}

.wysiwyg button,
.wysiwyg select {
    text-transform: none;
}

.wysiwyg button,
.wysiwyg html input[type="button"],
.wysiwyg input[type="reset"],
.wysiwyg input[type="submit"] {
    cursor: pointer;

    -webkit-appearance: button;
}

.wysiwyg button[disabled],
.wysiwyg html input[disabled] {
    cursor: default;
}

.wysiwyg button::-moz-focus-inner,
.wysiwyg input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.wysiwyg input {
    border: 1px solid #E9E8E7;
    border-radius: 0;
    line-height: 2em;
}

.wysiwyg textarea {
    border: 1px solid #E9E8E7;
    border-radius: 0;

    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.wysiwyg input[type="checkbox"],
.wysiwyg input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

.wysiwyg input[type="number"]::-webkit-inner-spin-button,
.wysiwyg input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

.wysiwyg input[type="search"] {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;

    -webkit-appearance: textfield;
}

.wysiwyg input[type="search"]::-webkit-search-cancel-button,
.wysiwyg input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

.wysiwyg fieldset {
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
    border: 1px solid #c0c0c0;
}

.wysiwyg legend {
    padding: 0;
    border: 0;
}

.wysiwyg textarea {
    overflow: auto;
}

.wysiwyg optgroup {
    font-weight: bold;
}

.wysiwyg table {
    border-spacing: 0;
    border-collapse: collapse;
}

.wysiwyg td,
.wysiwyg th {
    padding: 0;
}

.wysiwyg a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.wysiwyg a:hover {
    -webkit-transition: 0.8;
    transition: 0.8;
}

.wysiwyg address:not([class]),
.wysiwyg caption:not([class]),
.wysiwyg cite:not([class]),
.wysiwyg code:not([class]),
.wysiwyg dfn:not([class]),
.wysiwyg var:not([class]),
.wysiwyg h1:not([class]),
.wysiwyg h2:not([class]),
.wysiwyg h3:not([class]),
.wysiwyg h4:not([class]),
.wysiwyg h5:not([class]),
.wysiwyg h6:not([class]) {
    font-weight: normal;
    font-style: normal;
}

.wysiwyg q {
    quotes: none;
}

.wysiwyg q:before, .wysiwyg q:after {
    content: '';
    content: none;
}

.wysiwyg img {
    vertical-align: bottom;
    -ms-interpolation-mode: bicubic;
}

.wysiwyg div {
    word-wrap: break-word;
}

.wysiwyg pre {
    overflow: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.wysiwyg form {
    margin: 0;
}

.wysiwyg button,
.wysiwyg input,
.wysiwyg select,
.wysiwyg textarea,
.wysiwyg optgroup,
.wysiwyg option {
    vertical-align: baseline;
}

.wysiwyg textarea {
    min-height: 100px;
    vertical-align: top;
}

.wysiwyg button::-moz-focus-inner,
.wysiwyg input::-moz-focus-inner {
    margin: 0;
}

.wysiwyg table {
    width: 100%;
    border-spacing: 0;
    word-wrap: break-word;
    word-break: break-all;
}

.wysiwyg caption {
    text-align: left;
}

.wysiwyg img {
    max-width: 100%;
    height: auto;
}

.wysiwyg img {
    max-width: none\9;
    /*IE8への対応*/
}

.wysiwyg html:not(:target) img {
    max-width: 100%;
    /*IE9以上への対応*/
}

.wysiwyg ul,
.wysiwyg ol {
    margin-left: 0;
    padding-left: 0;
}

.wysiwyg li {
    margin-bottom: 0.5em;
    list-style-type: none;
}

.wysiwyg blockquote {
    position: relative;
    margin: 2em 0;
    padding: 115px 45px 80px;
    background: #eeeeee;
}

.wysiwyg blockquote p:last-child {
    margin-bottom: 0;
}

.wysiwyg blockquote:before {
    position: absolute;
    top: 40px;
    left: 30px;
    width: 58px;
    height: 45px;
    content: url(../images/icon/icon-laquo.png);
}

.wysiwyg blockquote:after {
    position: absolute;
    right: 30px;
    bottom: 20px;
    width: 58px;
    height: 45px;
    content: url(../images/icon/icon-raquo.png);
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
    .wysiwyg blockquote:before {
        display: inline-block;
        width: 58px;
        height: 45px;
        background: url(../images/icon/icon-laquo@2x.png);
        background-size: 58px 45px;
        content: " ";
        vertical-align: middle;
    }
    .wysiwyg blockquote:after {
        display: inline-block;
        width: 58px;
        height: 45px;
        background: url(../images/icon/icon-raquo@2x.png);
        background-size: 58px 45px;
        content: " ";
        vertical-align: middle;
    }
}

.wysiwyg blockquote a {
    color: #15a5e6;
}

.wysiwyg blockquote a:hover,
.wysiwyg blockquote a:active,
.wysiwyg blockquote a:focus {
    color: #f60;
}

.wysiwyg q {
    background: #ccc;
}

.wysiwyg table {
    margin: 1em 0;
    padding: 0;
    width: 100%;
    border-top: 1px solid #cfcfcf;
    border-left: 1px solid #cfcfcf;
}

.wysiwyg th,
.wysiwyg td {
    padding: 1.25em 1em;
    border-right: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
}

.wysiwyg th {
    background-color: #e9e9e9;
    text-align: left;
    font-weight: bold;
}

.wysiwyg thead th {
    background-color: #909090;
    color: #fff;
    text-align: center;
}

.wysiwyg dd {
    margin-left: 0;
    padding-left: 1em;
}

.wysiwyg figure {
    margin: 1em 0;
}

/* ---------------------------------------------
*   c-post
--------------------------------------------- */
.c-post {
    padding: 60px 50px 90px;
}

@media screen and (max-width: 1350px) {
    .c-post {
        padding: 60px 3.7037vw;
    }
}

@media screen and (max-width: 750px) {
    .c-post {
        padding: 8.66667vw 4vw 9.33333vw;
    }
}

.c-post__container {
    margin: 0 auto;
    padding-top: 90px;
    padding-bottom: 115px;
    max-width: 1250px;
    background-color: #fff;
    -webkit-box-shadow: 3px 3px 9px rgba(4, 0, 0, 0.05);
    box-shadow: 3px 3px 9px rgba(4, 0, 0, 0.05);
}

@media screen and (max-width: 750px) {
    .c-post__container {
        padding-top: 8vw;
        -webkit-box-shadow: 0.4vw 0.4vw 1.2vw rgba(4, 0, 0, 0.05);
        box-shadow: 0.4vw 0.4vw 1.2vw rgba(4, 0, 0, 0.05);
    }
}

.c-post__head {
    margin: 0 auto 55px;
    padding: 0 50px;
    max-width: 950px;
}

@media screen and (max-width: 1350px) {
    .c-post__head {
        padding: 0 3.7037vw;
    }
}

@media screen and (max-width: 750px) {
    .c-post__head {
        margin-bottom: 7.33333vw;
        padding: 0 8vw;
    }
}

.c-post__ttl {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 2.125rem;

    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}

@media screen and (max-width: 750px) {
    .c-post__ttl {
        margin-bottom: 2.66667vw;
        font-size: 4.53333vw;
    }
}

.c-post__date {
    color: #c32032;
    font-weight: bold;
    font-size: 1.0625rem;
}

@media screen and (max-width: 750px) {
    .c-post__date {
        font-size: 3.2vw;
    }
}

.c-post__body p {
    font-size: 1rem;
    line-height: 1.75;
}

@media screen and (max-width: 750px) {
    .c-post__body p {
        font-size: 3.73333vw;
    }
}

.c-post-large-img {
    margin: 25px auto;
    margin-left: -8.82353%;
    width: 117.64706%;
}

@media screen and (max-width: 1350px) {
    .c-post-large-img {
        margin-left: -3.7037vw;
        width: calc(100% + 7.4074vw);
    }
}

@media screen and (max-width: 750px) {
    .c-post-large-img {
        margin: 7.33333vw auto;
        margin-left: -8vw;
        width: calc(100% + 16vw);
    }
}

.c-post-img {
    margin: 25px 0;
    width: 100%;
}

@media screen and (max-width: 750px) {
    .c-post-img {
        margin: 5.33333vw auto;
    }
}

.c-post-border-ttl {
    margin-top: 100px;
    margin-bottom: 40px;
    font-weight: bold;
    font-size: 1.75rem;
}

@media screen and (max-width: 750px) {
    .c-post-border-ttl {
        margin-top: 13.33333vw;
        margin-bottom: 5.33333vw;
        font-size: 4.53333vw;
        line-height: 1.8;
    }
}

.c-post-border-ttl span {
    padding-bottom: 5px;
    border-bottom: 2px solid #c32032;
}

@media screen and (max-width: 750px) {
    .c-post-border-ttl span {
        padding-bottom: 0.66667vw;
        border-width: 0.53333vw;
    }
}

.c-post-square-ttl {
    position: relative;
    margin-top: 60px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1.8;
}

@media screen and (max-width: 750px) {
    .c-post-square-ttl {
        margin-top: 6.66667vw;
        margin-bottom: 4vw;
        font-size: 3.73333vw;
        line-height: 1.7;
    }
}

.c-post-square-ttl:before {
    display: inline-block;
    margin-right: 0.5em;
    color: #c32032;
    content: "■";
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
}

.c-post-container {
    margin: 0 auto;
    padding: 0 50px;
    max-width: 950px;
}

@media screen and (max-width: 1350px) {
    .c-post-container {
        padding: 0 3.7037vw;
    }
}

@media screen and (max-width: 750px) {
    .c-post-container {
        padding: 0 8vw;
    }
}

.c-post-container strong {
    font-weight: bold;
}

.c-post-container em {
    font-style: italic;
}

.c-post-harf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
}

@media screen and (max-width: 750px) {
    .c-post-harf {
        display: block;
        margin-bottom: 8vw;
    }
}

.c-post-harf__img {
    width: 41.17647%;
}

@media screen and (max-width: 750px) {
    .c-post-harf__img {
        width: 100%;
    }
}

.c-post-harf__txt-area {
    margin-left: 3.52941%;
    width: 55.29412%;
}

@media screen and (max-width: 750px) {
    .c-post-harf__txt-area {
        margin-left: 0;
        width: 100%;
    }
}

.c-post-harf__ttl {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 1.125rem;
}

@media screen and (max-width: 750px) {
    .c-post-harf__ttl {
        margin-top: 4vw;
        margin-bottom: 4vw;
        font-size: 3.73333vw;
    }
}

.c-post-harf__txt {
    font-size: 1rem;
}

@media screen and (max-width: 750px) {
    .c-post-harf__txt {
        font-size: 3.73333vw;
    }
}

.c-post-bg {
    margin: 60px 0;
    padding: 35px;
    background-color: #f8f6ef;
}

@media screen and (max-width: 750px) {
    .c-post-bg {
        margin: 10.66667vw 0;
        margin-left: -3.2vw;
        padding: 4.66667vw 6vw;
        width: 82.4vw;
    }
}

.c-post-bg p {
    font-weight: bold;
}

/* ---------------------------------------------
*   c-section
--------------------------------------------- */
.c-section--top-menu {
    padding-top: 150px;
    padding-bottom: 650px;
    background: url(../img/top/img_bg-menu.jpg) 0 bottom no-repeat;
    background-size: 100% auto;
}

@media screen and (max-width: 1350px) {
    .c-section--top-menu {
        padding-top: 11.11111vw;
        padding-bottom: 48.14815vw;
    }
}

@media screen and (max-width: 750px) {
    .c-section--top-menu {
        overflow-x: hidden;
        padding-top: 22.66667vw;
        padding-bottom: 109.33333vw;
        background-image: url(../img/top/sp/img_bg-menu.jpg);
    }
}

.c-section--top-menu .c-section__head {
    margin-bottom: 35px;
}

@media screen and (max-width: 750px) {
    .c-section--top-menu .c-section__head {
        margin-bottom: 4.66667vw;
    }
}

.c-section--top-brand {
    position: relative;
    height: 55.55556vw;
    background: url(../img/top/img_bg-brand.jpg) 0 0 no-repeat;
    background-size: cover;
}

@media screen and (max-width: 750px) {
    .c-section--top-brand {
        height: 146.66667vw;
        background-image: url(../img/top/sp/img_bg-brand.jpg);
    }
}

.c-section--top-store .c-section__head {
    margin-bottom: 30px;
}

@media screen and (max-width: 750px) {
    .c-section--top-store .c-section__head {
        margin-bottom: 3.33333vw;
    }
}

@media screen and (max-width: 750px) {
    .c-section--top-store {
        position: relative;
    }
}

.c-section--top-enjoy {
    padding-top: 100px;
}

@media screen and (max-width: 1350px) {
    .c-section--top-enjoy {
        padding-top: 7.40741vw;
    }
}

@media screen and (max-width: 750px) {
    .c-section--top-enjoy {
        padding-top: 20vw;
    }
}

.c-section--top-news {
    overflow-x: hidden;
    padding-top: 165px;
    padding-bottom: 185px;
}

@media screen and (max-width: 750px) {
    .c-section--top-news {
        padding-top: 16vw;
        padding-bottom: 21.33333vw;
    }
}

.c-section--top-news .c-section__head {
    margin-bottom: 55px;
}

@media screen and (max-width: 750px) {
    .c-section--top-news .c-section__head {
        margin-bottom: 10vw;
    }
}

.c-section--question {
    padding-top: 110px;
    padding-bottom: 120px;
    background-color: #fff;
}

@media screen and (max-width: 1350px) {
    .c-section--question {
        padding-top: 8.14815vw;
        padding-bottom: 8.88889vw;
    }
}

@media screen and (max-width: 750px) {
    .c-section--question {
        padding-top: 13.33333vw;
        padding-bottom: 10.66667vw;
    }
}

.c-section__container {
    margin: 0 auto;
    padding: 0 50px;
    max-width: 1450px;
}

@media screen and (max-width: 1350px) {
    .c-section__container {
        padding: 0 3.7037vw;
    }
}

@media screen and (max-width: 750px) {
    .c-section__container {
        padding: 0 8vw;
    }
}

.c-section__container--pr {
    position: relative;
    height: 100%;
}

@media screen and (max-width: 750px) {
    .c-section__container--sp-narrow {
        padding: 0 4vw;
    }
}

.c-section__body--s {
    margin: 0 auto;
    max-width: 950px;
}

.c-section__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 750px) {
    .c-section__contents {
        display: block;
    }
}

.c-section__img {
    width: 57.25926%;
}

@media screen and (max-width: 750px) {
    .c-section__img {
        width: 100%;
    }
}

.c-section__img img {
    width: 100%;
}

.c-section__txt-area {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    padding-left: 6.66667%;
    width: 42.74074%;
    background-color: #fff;

    -webkit-box-align: center;
    align-items: center;
}

@media screen and (max-width: 750px) {
    .c-section__txt-area {
        position: absolute;
        bottom: 0;
        padding-bottom: 18.66667vw;
        padding-left: 13.33333vw;
        width: 100%;
        background-color: inherit;
    }
}

.c-section__inner {
    padding-top: 11.85185vw;
    padding-left: 12%;
}

@media screen and (max-width: 750px) {
    .c-section__inner {
        padding-top: 60vw;
        padding-left: 0;
    }
}

.c-section__circle-btn {
    width: 146px;
    height: 146px;
}

@media screen and (max-width: 1350px) {
    .c-section__circle-btn {
        width: 10.81481vw;
        height: 10.81481vw;
    }
}

@media screen and (max-width: 750px) {
    .c-section__circle-btn {
        position: absolute;
        width: 20vw;
        height: 20vw;
    }
}

.c-section__circle-btn--1 {
    margin-top: 40px;
    margin-left: 240px;
}

@media screen and (max-width: 1350px) {
    .c-section__circle-btn--1 {
        margin-top: 2.96296vw;
        margin-left: 17.77778vw;
    }
}

@media screen and (max-width: 750px) {
    .c-section__circle-btn--1 {
        right: 13.33333vw;
        bottom: 13.33333vw;
    }
}

.c-section__circle-btn--1 .cls-1 {
    stroke: #382b20;
}

@media screen and (max-width: 750px) {
    .c-section__circle-btn--1 .cls-1 {
        stroke: #fff;
    }
}

.c-section__circle-btn--2 {
    margin-top: 80px;
    margin-left: 15.2%;
}

@media screen and (max-width: 1350px) {
    .c-section__circle-btn--2 {
        margin-top: 5.92593vw;
    }
}

@media screen and (max-width: 750px) {
    .c-section__circle-btn--2 {
        right: 13.33333vw;
        bottom: 13.33333vw;
        left: auto;
    }
}

.c-section__circle-btn--2 svg .cls-2 {
    stroke: #fff;
}

/*  section-howto
--------------------------------------------- */
.section-howto {
    padding-top: 115px;
    padding-bottom: 210px;
}

@media screen and (max-width: 1350px) {
    .section-howto {
        padding-top: 8.51852vw;
        padding-bottom: 15.55556vw;
    }
}

@media screen and (max-width: 750px) {
    .section-howto {
        padding-top: 13.33333vw;
    }
}

/*  section-news
--------------------------------------------- */
.section-news {
    margin: 0 auto;
    margin-bottom: 190px;
    padding: 0 50px;
    max-width: 1300px;
}

@media screen and (max-width: 1350px) {
    .section-news {
        margin-bottom: 14.07407vw;
        padding: 0 3.7037vw;
    }
}

@media screen and (max-width: 750px) {
    .section-news {
        margin-bottom: 25.33333vw;
        padding: 0 8vw;
    }
}

.section-news__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin-top: 130px;
    margin-bottom: 20px;
    padding-left: 30px;

    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 750px) {
    .section-news__head {
        display: block;
        margin-top: 8.66667vw;
        margin-bottom: 4vw;
        padding-left: 0;
    }
}

/* ---------------------------------------------
*   c-slider
--------------------------------------------- */
.c-slider {
    position: relative;
    top: -75px;
}

@media screen and (max-width: 750px) {
    .c-slider {
        top: -21.33333vw;
        margin: 0 auto;
        width: 88.66667vw;
    }
}

.c-slider__link {
    display: block;
}

@media screen and (min-width: 751px) {
    .c-slider__link {
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
    }
    .c-slider__link:hover {
        opacity: 0.8;
    }
}

.c-slider__item-inner {
    padding: 2.59259vw;
}

@media screen and (max-width: 750px) {
    .c-slider__item-inner {
        padding: 0;
    }
}

.c-slider__img {
    position: relative;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}

@media screen and (max-width: 750px) {
    .c-slider__img {
        width: 100%;
    }
}

@media screen and (min-width: 751px) {
    .slick-active .c-slider__img {
        -webkit-transform: scale(1.12);
        transform: scale(1.12);
    }
}

@media screen and (min-width: 751px) {
    .is-active-next .c-slider__img {
        -webkit-transform: scale(1.12);
        transform: scale(1.12);
    }
}

.c-slider__img:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    content: "";
}

@media screen and (max-width: 750px) {
    .c-slider__img:after {
        content: none;
    }
}

.slick-active .c-slider__img:after {
    content: none;
}

.is-active-next .c-slider__img:after {
    content: none;
}

.c-slider__img img {
    width: 100%;
}

.c-slider__cursor-area {
    position: absolute;
    top: 0;
    display: inline-block;
    width: 25.5%;
    height: 100%;
    cursor: none;
}

@media screen and (max-width: 750px) {
    .c-slider__cursor-area {
        display: none;
    }
}

.c-slider__cursor-area--left {
    left: 0;
}

.c-slider__cursor-area--right {
    right: 0;
}

.c-slider .slick-dots {
    position: absolute;
    bottom: -60px;
    left: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    width: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);

    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 1350px) {
    .c-slider .slick-dots {
        bottom: -4.44444vw;
    }
}

@media screen and (max-width: 750px) {
    .c-slider .slick-dots {
        top: 48vw;
    }
}

.c-slider .slick-dots li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
}

@media screen and (max-width: 1350px) {
    .c-slider .slick-dots li {
        margin-right: 1.48148vw;
        width: 2.51852vw;
        height: 2.51852vw;
    }
}

@media screen and (max-width: 750px) {
    .c-slider .slick-dots li {
        margin-right: 4.66667vw;
        width: 7.6vw;
        height: 7.6vw;
    }
}

.c-slider .slick-dots li:last-of-type {
    margin-right: 0;
}

.c-slider .slick-dots li.slick-active {
    border: 1px solid;
}

.c-slider .slick-dots li:nth-of-type(1) button {
    background-image: url(../img/top/icon_num_01.svg);
    background-size: 5px 12px;
}

@media screen and (max-width: 1350px) {
    .c-slider .slick-dots li:nth-of-type(1) button {
        background-size: 0.37037vw 0.88889vw;
    }
}

@media screen and (max-width: 750px) {
    .c-slider .slick-dots li:nth-of-type(1) button {
        background-size: 0.8vw 2.53333vw;
    }
}

.c-slider .slick-dots li:nth-of-type(2) button {
    background-image: url(../img/top/icon_num_02.svg);
    background-size: 7px 13px;
}

@media screen and (max-width: 1350px) {
    .c-slider .slick-dots li:nth-of-type(2) button {
        background-size: 0.51852vw 0.96296vw;
    }
}

@media screen and (max-width: 750px) {
    .c-slider .slick-dots li:nth-of-type(2) button {
        background-size: 1.46667vw 2.8vw;
    }
}

.c-slider .slick-dots li:nth-of-type(3) button {
    background-image: url(../img/top/icon_num_03.svg);
    background-size: 7px 12px;
}

@media screen and (max-width: 1350px) {
    .c-slider .slick-dots li:nth-of-type(3) button {
        background-size: 0.51852vw 0.88889vw;
    }
}

@media screen and (max-width: 750px) {
    .c-slider .slick-dots li:nth-of-type(3) button {
        background-size: 1.46667vw 2.66667vw;
    }
}

.c-slider .slick-dots li:nth-of-type(4) button {
    background-image: url(../img/top/icon_num_04.svg);
    background-size: 8px 12px;
}

@media screen and (max-width: 1350px) {
    .c-slider .slick-dots li:nth-of-type(4) button {
        background-size: 0.59259vw 0.88889vw;
    }
}

@media screen and (max-width: 750px) {
    .c-slider .slick-dots li:nth-of-type(4) button {
        background-size: 1.73333vw 2.53333vw;
    }
}

.c-slider .slick-dots li:nth-of-type(5) button {
    background-image: url(../img/top/icon_num_05.svg);
    background-size: 7px 12px;
}

@media screen and (max-width: 1350px) {
    .c-slider .slick-dots li:nth-of-type(5) button {
        background-size: 0.51852vw 0.88889vw;
    }
}

@media screen and (max-width: 750px) {
    .c-slider .slick-dots li:nth-of-type(5) button {
        background-size: 1.46667vw 2.53333vw;
    }
}

.c-slider .slick-dots li:nth-of-type(6) button {
    background-image: url(../img/top/icon_num_06.svg);
    background-size: 7px 12px;
}

@media screen and (max-width: 1350px) {
    .c-slider .slick-dots li:nth-of-type(6) button {
        background-size: 0.51852vw 0.88889vw;
    }
}

@media screen and (max-width: 750px) {
    .c-slider .slick-dots li:nth-of-type(6) button {
        background-size: 1.6vw 2.66667vw;
    }
}

.c-slider .slick-dots li:nth-of-type(7) button {
    background-image: url(../img/top/icon_num_07.svg);
    background-size: 6px 12px;
}

@media screen and (max-width: 1350px) {
    .c-slider .slick-dots li:nth-of-type(7) button {
        background-size: 0.44444vw 0.88889vw;
    }
}

@media screen and (max-width: 750px) {
    .c-slider .slick-dots li:nth-of-type(7) button {
        background-size: 1.33333vw 2.66667vw;
    }
}

.c-slider .slick-dots button {
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -9999px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@media screen and (min-width: 751px) {
    .c-slider .slick-dots button {
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
    }
    .c-slider .slick-dots button:hover {
        opacity: 0.8;
    }
}

.c-slider .slick-list {
    overflow-x: hidden;
}

.c-slider .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    width: 8vw;
    height: 8vw;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-indent: -9999px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.c-slider .slick-arrow.slick-prev {
    left: -4vw;
    background-image: url(../img/top/sp/icon_slider-prev.svg);
}

.c-slider .slick-arrow.slick-next {
    right: -4vw;
    background-image: url(../img/top/sp/icon_slider-next.svg);
}

/* ---------------------------------------------
*	c-stalker
--------------------------------------------- */
.c-stalker {
    position: fixed;
    top: -53px;
    left: -53px;
    z-index: 9999;
    width: 106px;
    height: 106px;
    background: 0 0 no-repeat;
    background-size: 100%;
    opacity: 0;
    cursor: none;
    -webkit-transition: opacity .2s, -webkit-transform .2s;
    transition: opacity .2s, -webkit-transform .2s;
    transition: transform .2s, opacity .2s;
    transition: transform .2s, opacity .2s, -webkit-transform .2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    pointer-events: none;
}

@media screen and (max-width: 1350px) {
    .c-stalker {
        top: -3.92593vw;
        left: -3.92593vw;
        width: 7.85185vw;
        height: 7.85185vw;
    }
}

.c-stalker.is-left {
    opacity: 1;
}

.c-stalker.is-right {
    opacity: 1;
}

.ie .c-stalker {
    -webkit-transition: 0;
    transition: 0;
}

.c-stalker__icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 0 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition: opacity 0.8s;
    transition: opacity 0.8s;
}

.c-stalker__icon--left {
    background-image: url(../img/common/icon_arrow-circle_white-back.svg);
}

.c-card .c-stalker__icon--left {
    background-image: url(../img/howto/icon_arrow_black.svg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.is-left .c-stalker__icon--left {
    opacity: 1;
}

.is-right .c-stalker__icon--left {
    opacity: 0;
}

.c-stalker__icon--right {
    background-image: url(../img/common/icon_arrow-circle_white.svg);
}

.c-card .c-stalker__icon--right {
    background-image: url(../img/howto/icon_arrow_black.svg);
}

.is-left .c-stalker__icon--right {
    opacity: 0;
}

.is-right .c-stalker__icon--right {
    opacity: 1;
}

/* ---------------------------------------------
*   c-sns
--------------------------------------------- */
.c-sns {
    overflow-x: hidden;
    padding-bottom: 90px;
}

@media screen and (max-width: 1350px) {
    .c-sns {
        padding-bottom: 6.66667vw;
    }
}

@media screen and (max-width: 750px) {
    .c-sns {
        padding-bottom: 18.66667vw;
    }
}

body.abouttea .c-sns {
    background-color: #f1e8dd;
}

@media screen and (max-width: 750px) {
    body.abouttea .c-sns {
        background-color: inherit;
    }
}

@media screen and (max-width: 750px) {
    .c-sns--s {
        padding-bottom: 12vw;
    }
}

.c-sns--wh {
    padding-top: 90px;
}

@media screen and (max-width: 1350px) {
    .c-sns--wh {
        padding-top: 6.66667vw;
    }
}

@media screen and (max-width: 750px) {
    .c-sns--wh {
        padding-top: 18.66667vw;
    }
}

.c-sns__ttl {
    text-align: center;
}

.c-sns__ttl-inner {
    position: relative;
    display: inline-block;
    color: #6bb298;
    font-size: 4.375rem;
    font-family: "Baskervville", serif;
}

@media screen and (max-width: 1350px) {
    .c-sns__ttl-inner {
        font-size: 5.18519vw;
    }
}

@media screen and (max-width: 750px) {
    .c-sns__ttl-inner {
        width: 100%;
        font-size: 10.66667vw;
    }
}

.c-sns--wh .c-sns__ttl-inner {
    color: #fff;
}

.c-sns__ttl-inner:before, .c-sns__ttl-inner:after {
    position: absolute;
    top: 50%;
    width: 268px;
    height: 1px;
    background-color: #c0bebc;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
    .c-sns__ttl-inner:before, .c-sns__ttl-inner:after {
        width: 12.13333vw;
    }
}

.c-sns--wh .c-sns__ttl-inner:before, .c-sns--wh .c-sns__ttl-inner:after {
    background-color: #fff;
}

.c-sns__ttl-inner:before {
    left: -290px;
}

@media screen and (max-width: 750px) {
    .c-sns__ttl-inner:before {
        left: 0;
    }
}

.c-sns__ttl-inner:after {
    right: -290px;
}

@media screen and (max-width: 750px) {
    .c-sns__ttl-inner:after {
        right: 0;
    }
}

.c-sns__contents {
    margin-top: 70px;
}

@media screen and (max-width: 1350px) {
    .c-sns__contents {
        margin-top: 5.18519vw;
    }
}

@media screen and (max-width: 750px) {
    .c-sns__contents {
        margin-top: 13.33333vw;
    }
}

.c-sns__img {
    text-align: center;
}

@media screen and (max-width: 750px) {
    .c-sns__img {
        margin-top: 13.33333vw;
    }
}

.c-sns-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    margin-top: 75px;

    -webkit-box-pack: center;
    justify-content: center;
}

@media screen and (max-width: 1350px) {
    .c-sns-list {
        margin-top: 5.55556vw;
    }
}

@media screen and (max-width: 750px) {
    .c-sns-list {
        margin-top: 12vw;
    }
}

.c-sns-list--s {
    margin-top: 30px;
}

@media screen and (max-width: 1350px) {
    .c-sns-list--s {
        margin-top: 2.22222vw;
    }
}

@media screen and (max-width: 750px) {
    .c-sns-list--s {
        margin-top: 9.33333vw;
    }
}

.c-sns-list__item {
    margin-right: 50px;
}

@media screen and (max-width: 750px) {
    .c-sns-list__item {
        margin-right: 8.66667vw;
    }
}

.c-sns-list__item:last-of-type {
    margin-right: 0;
}

.c-sns-list__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;

    -webkit-box-align: center;
    align-items: center;
}

@media screen and (min-width: 751px) {
    .c-sns-list__link {
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
    }
    .c-sns-list__link:hover {
        opacity: 0.8;
    }
}

@media screen and (max-width: 750px) {
    .c-sns-list__link {
        display: block;
    }
}

.c-sns-list__icon {
    display: block;
    margin-right: 15px;
    line-height: 1;
}

@media screen and (max-width: 750px) {
    .c-sns-list__icon {
        position: relative;
        margin: 0 auto;
        height: 9.33333vw;
    }
}

.c-sns-list__icon img {
    width: 100%;
}

@media screen and (max-width: 750px) {
    .c-sns-list__icon img {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.c-sns-list__icon--insta {
    width: 16px;
}

@media screen and (max-width: 750px) {
    .c-sns-list__icon--insta {
        width: 6.93333vw;
    }
}

.c-sns-list__icon--tw {
    width: 18px;
}

@media screen and (max-width: 750px) {
    .c-sns-list__icon--tw {
        width: 8vw;
    }
}

.c-sns-list__icon--fb {
    width: 10px;
}

@media screen and (max-width: 750px) {
    .c-sns-list__icon--fb {
        width: 4.26667vw;
    }
}

.c-sns-list__txt {
    letter-spacing: 0.1em;
    font-weight: bold;
    font-size: 1rem;
    font-family: "Lato", sans-serif;
}

@media screen and (max-width: 750px) {
    .c-sns-list__txt {
        font-size: 2.93333vw;
    }
}

.c-sns--wh .c-sns-list__txt {
    color: #fff;
}

/* ---------------------------------------------
*   c-stu
--------------------------------------------- */
@-webkit-keyframes triangle-slidein {
    from {
        width: 100%;
    }
    to {
        width: 0;
    }
}
@keyframes triangle-slidein {
    from {
        width: 100%;
    }
    to {
        width: 0;
    }
}

.c-stu__container {
    position: relative;
    margin: 0 auto;
    max-width: 1350px;
}

.c-stu__container--discount {
    padding-top: 150px;
    padding-bottom: 40px;
}

@media screen and (max-width: 1350px) {
    .c-stu__container--discount {
        padding-top: 11.11111vw;
        padding-bottom: 2.96296vw;
    }
}

@media screen and (max-width: 750px) {
    .c-stu__container--discount {
        padding-top: 14.66667vw;
        padding-bottom: 10vw;
    }
}

.c-stu__container--drink {
    padding-top: 115px;
    padding-bottom: 60px;
}

@media screen and (max-width: 1350px) {
    .c-stu__container--drink {
        padding-top: 8.51852vw;
        padding-bottom: 4.44444vw;
    }
}

@media screen and (max-width: 750px) {
    .c-stu__container--drink {
        padding-top: 10vw;
        padding-bottom: 16vw;
    }
}

.c-stu__container--order {
    padding-top: 50px;
    padding-bottom: 85px;
}

@media screen and (max-width: 1350px) {
    .c-stu__container--order {
        padding-top: 3.7037vw;
        padding-bottom: 6.2963vw;
    }
}

@media screen and (max-width: 750px) {
    .c-stu__container--order {
        padding-top: 16vw;
        padding-bottom: 10.66667vw;
    }
}

.c-stu__inner {
    position: relative;
    z-index: 100;
    padding-left: 200px;
}

@media screen and (max-width: 1350px) {
    .c-stu__inner {
        padding-right: 3.7037vw;
        padding-left: calc(50vw - 480px);
    }
}

@media screen and (max-width: 1060px) {
    .c-stu__inner {
        padding-left: 3.7037vw;
    }
}

@media screen and (max-width: 750px) {
    .c-stu__inner {
        padding-left: 8vw;
    }
}

.c-stu__lead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 750px) {
    .c-stu__lead {
        display: block;
    }
}

.c-stu__ttl {
    font-weight: bold;
    font-size: 1.875rem;
}

@media screen and (max-width: 1350px) {
    .c-stu__ttl {
        font-size: 2.22222vw;
    }
}

@media screen and (max-width: 750px) {
    .c-stu__ttl {
        margin-bottom: 5.33333vw;
        letter-spacing: 0.05em;
        font-size: 5.33333vw;
    }
}

.c-stu__lead .c-stu__ttl {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.c-stu__line {
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 35px;
    width: 225px;
    height: 1px;
    background-color: #382b20;
}

@media screen and (max-width: 1350px) {
    .c-stu__line {
        margin-right: 1.48148vw;
        margin-left: 2.59259vw;
    }
}

.c-stu__txt {
    font-weight: bold;
    font-size: 1.0625rem;
    line-height: 2.235;
}

@media screen and (max-width: 1350px) {
    .c-stu__txt {
        font-size: 1.25926vw;
    }
}

@media screen and (max-width: 750px) {
    .c-stu__txt {
        padding-left: 10.66667vw;
        font-size: 3.46667vw;
        line-height: 1.846;
    }
}

.c-stu__lead .c-stu__txt {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.c-stu__logo {
    position: absolute;
    left: 10px;
}

.c-stu__logo--1 {
    bottom: 0;
    width: 594px;
}

@media screen and (max-width: 1350px) {
    .c-stu__logo--1 {
        width: 44vw;
    }
}

@media screen and (max-width: 750px) {
    .c-stu__logo--1 {
        top: 0;
        bottom: auto;
        width: 79.33333vw;
    }
}

.c-stu__logo--2 {
    top: 0;
    width: 815px;
}

@media screen and (max-width: 1350px) {
    .c-stu__logo--2 {
        width: 60.37037vw;
    }
}

@media screen and (max-width: 750px) {
    .c-stu__logo--2 {
        width: 61.73333vw;
    }
}

.c-stu-bg {
    position: relative;
}

.c-stu-bg__inner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 975px;
}

@media screen and (max-width: 1000px) {
    .c-stu-bg__inner {
        height: 800px;
    }
}

@media screen and (max-width: 750px) {
    .c-stu-bg__inner {
        height: 352vw;
    }
}

.c-stu-bg__green {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #d3e8e0;
}

.c-stu-bg__green:before {
    position: absolute;
    top: -6.96296vw;
    left: 0;
    width: 0;
    height: 0;
    border-width: 0 0 7.03704vw 100vw;
    border-style: solid;
    border-color: transparent transparent #d3e8e0 transparent;
    content: "";
}

@media screen and (max-width: 750px) {
    .c-stu-bg__green:before {
        top: -9.2vw;
        border-width: 0 0 9.33333vw 100vw;
    }
}

@media screen and (max-width: 750px) {
    .c-stu-bg__green:after {
        position: absolute;
        bottom: -9.2vw;
        left: 0;
        width: 0;
        height: 0;
        border-width: 9.33333vw 100vw 0 0;
        border-style: solid;
        border-color: #d3e8e0 transparent transparent transparent;
        content: "";
    }
}

.c-stu-bg__mask {
    position: absolute;
    top: -7.03704vw;
    left: 0;
    width: 100%;
    height: calc(100% + 7vw);
    background-color: #fff;
}

@media screen and (max-width: 750px) {
    .c-stu-bg__mask {
        top: -10vw;
        height: calc(100% + 20vw);
    }
}

.c-stu-bg.fadein .c-stu-bg__mask {
    -webkit-animation: triangle-slidein 0.5s linear 0.5s forwards;
    animation: triangle-slidein 0.5s linear 0.5s forwards;
}

@media screen and (max-width: 750px) {
    .c-stu-bg.fadein .c-stu-bg__mask {
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
    }
}

.c-stu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin-top: 50px;
    max-width: 1050px;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s;
    transition: opacity 0.6s ease-out, -webkit-transform 0.6s;
    transition: opacity 0.6s ease-out, transform 0.6s;
    transition: opacity 0.6s ease-out, transform 0.6s, -webkit-transform 0.6s;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);

    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 1350px) {
    .c-stu-list {
        margin-top: 3.7037vw;
    }
}

@media screen and (max-width: 1100px) {
    .c-stu-list {
        position: relative;
        left: calc(50vw / 1100 * 100);
    }
}

@media screen and (max-width: 750px) {
    .c-stu-list {
        left: 0;
        display: block;
        margin-top: 6.66667vw;
        padding: 0 4vw;
        -webkit-transition-delay: 1.5s;
        transition-delay: 1.5s;
    }
}

.c-stu-bg.fadein .c-stu-list {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

@media screen and (max-width: 750px) {
    .c-stu-list__item {
        margin-bottom: 14.66667vw;
        width: 100%;
    }
    .c-stu-list__item:last-of-type {
        margin-bottom: 0;
    }
}

.c-stu-list__img-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 750px) {
    .c-stu-list__img-wrap {
        width: 50%;
    }
}

.c-stu-list__img {
    position: relative;
    margin: 0 auto;
    width: 240px;
}

@media screen and (max-width: 1350px) {
    .c-stu-list__img {
        width: 17.77778vw;
    }
}

@media screen and (max-width: 750px) {
    .c-stu-list__img {
        margin-bottom: 2.66667vw;
        width: 37.33333vw;
    }
}

.c-stu-list__img--2 {
    left: -10px;
}

@media screen and (max-width: 1350px) {
    .c-stu-list__img--2 {
        left: -0.74074vw;
    }
}

@media screen and (max-width: 750px) {
    .c-stu-list__img--2 {
        left: 0;
    }
}

.c-stu-list__img--3 {
    left: 0;
}

.c-stu-list__img--4 {
    left: -10px;
}

@media screen and (max-width: 1350px) {
    .c-stu-list__img--4 {
        left: -0.74074vw;
    }
}

@media screen and (max-width: 750px) {
    .c-stu-list__img--4 {
        left: 0;
    }
}

.c-stu-list__img img {
    width: 100%;
}

.c-stu-list__txt-area {
    margin-top: 20px;
}

@media screen and (max-width: 1350px) {
    .c-stu-list__txt-area {
        margin-top: 1.48148vw;
    }
}

@media screen and (max-width: 750px) {
    .c-stu-list__txt-area {
        margin-top: 2.66667vw;
    }
}

.c-stu-list__txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    margin-top: 30px;
    height: 3em;
    text-align: center;
    font-weight: bold;
    font-size: 1.4375rem;
    line-height: 1.2;

    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    -webkit-box-align: center;
    align-items: center;
}

@media screen and (max-width: 1350px) {
    .c-stu-list__txt {
        margin-top: 2.22222vw;
        font-size: 1.7037vw;
    }
}

@media screen and (max-width: 750px) {
    .c-stu-list__txt {
        font-size: 3.73333vw;
    }
}

.c-stu-list__txt-inner-1 {
    display: inline-block;
    width: 12em;
    white-space: nowrap;
}

@media screen and (max-width: 750px) {
    .c-stu-list__txt-inner-1 {
        width: auto;
    }
}

.c-stu-list__txt-inner-2 {
    display: inline-block;
    width: 12em;
    white-space: nowrap;
}

@media screen and (max-width: 750px) {
    .c-stu-list__txt-inner-2 {
        width: auto;
    }
}

.c-stu-list__txt-s {
    position: relative;
    display: block;
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1;
}

@media screen and (max-width: 1350px) {
    .c-stu-list__txt-s {
        font-size: 1.33333vw;
    }
}

@media screen and (max-width: 750px) {
    .c-stu-list__txt-s {
        display: block;
        margin-top: 0.66667vw;
        font-size: 3.46667vw;
    }
}

.c-stu-list__txt-plus {
    position: relative;
    top: -0.1em;
    display: inline-block;
}

.c-stu-list__price {
    margin: 0 auto;
    margin-top: 20px;
    width: 79.62963%;
}

@media screen and (max-width: 1350px) {
    .c-stu-list__price {
        margin-top: 1.48148vw;
    }
}

@media screen and (max-width: 750px) {
    .c-stu-list__price {
        margin-top: 4.66667vw;
        margin-left: 0;
        width: 92.06349%;
    }
}

.c-stu-list__price-txt {
    position: relative;
    margin-bottom: 10px;
    text-align: center;
}

@media screen and (max-width: 1350px) {
    .c-stu-list__price-txt {
        margin-bottom: 0.74074vw;
    }
}

.c-stu-list__price-txt::after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #c32032;
    content: "";
}

.c-stu-list__price-txt-inner {
    position: relative;
    z-index: 10;
    display: inline-block;
    padding: 0 0.5em;
    background-color: #d3e8e0;
    color: #c32032;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-size: 1rem;
}

@media screen and (max-width: 1350px) {
    .c-stu-list__price-txt-inner {
        font-size: 1.18519vw;
    }
}

@media screen and (max-width: 750px) {
    .c-stu-list__price-txt-inner {
        font-size: 3.2vw;
    }
}

.c-stu-list__price-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-align: center;

    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.c-stu-list__price-ice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;

    -webkit-box-align: center;
    align-items: center;
}

.c-stu-list__price-hot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;

    -webkit-box-align: center;
    align-items: center;
}

.c-stu-list__price-label {
    display: inline-block;
    margin-top: 15px;
    padding: 0.1em 0.5em 0;
    border-radius: 5px;
    color: #fff;
    font-size: 0.9375rem;
    font-family: "DIN Alternate";
}

@media screen and (max-width: 1350px) {
    .c-stu-list__price-label {
        margin-top: 1.11111vw;
        border-radius: 0.37037vw;
        font-size: 1.11111vw;
    }
}

@media screen and (max-width: 750px) {
    .c-stu-list__price-label {
        margin-top: 2.66667vw;
        font-size: 2.66667vw;
        line-height: 1.2;
    }
}

.c-stu-list__price-label--ice {
    background-color: #257fa4;
}

.c-stu-list__price-label--hot {
    background-color: #ba2429;
}

.c-stu-list__price-num {
    margin-left: 20px;
    color: #666666;
    text-align: center;
    font-size: 1.75rem;
    font-family: "DIN Alternate";
    line-height: 1.2;
}

@media screen and (max-width: 1350px) {
    .c-stu-list__price-num {
        margin-left: 1.48148vw;
        font-size: 2.07407vw;
    }
}

@media screen and (max-width: 750px) {
    .c-stu-list__price-num {
        margin-left: 2.66667vw;
        font-size: 4.93333vw;
    }
}

.c-stu-list__price-num--cold {
    color: #257fa4;
    font-size: 2.25rem;
}

@media screen and (max-width: 1350px) {
    .c-stu-list__price-num--cold {
        font-size: 2.66667vw;
    }
}

@media screen and (max-width: 750px) {
    .c-stu-list__price-num--cold {
        font-size: 6.4vw;
    }
}

.c-stu-list__price-num-size {
    display: block;
    color: #666666;
    font-size: 0.875rem;
}

@media screen and (max-width: 1350px) {
    .c-stu-list__price-num-size {
        font-size: 1.03704vw;
    }
}

@media screen and (max-width: 750px) {
    .c-stu-list__price-num-size {
        font-size: 2.4vw;
    }
}

.c-stu-note-list {
    padding-right: 135px;
}

@media screen and (max-width: 1350px) {
    .c-stu-note-list {
        padding-right: 0;
    }
}

@media screen and (max-width: 750px) {
    .c-stu-note-list {
        margin-top: 13.33333vw;
    }
}

.c-stu-note-list__item {
    text-align: right;
    font-size: 0.8125rem;
}

@media screen and (max-width: 750px) {
    .c-stu-note-list__item {
        white-space: nowrap;
        font-size: 3.2vw;

        -webkit-font-feature-settings: "palt";
        font-feature-settings: "palt";
    }
}

.c-stu-note-list__icon {
    display: inline-block;
    width: 138px;
    line-height: 1;
}

@media screen and (max-width: 750px) {
    .c-stu-note-list__icon {
        width: 30vw;
    }
}

.ie .c-stu-note-list__icon {
    position: relative;
    top: 0.2em;
}

.c-stu-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    margin: 60px auto 0;
    max-width: 900px;

    -webkit-box-pack: center;
    justify-content: center;
}

@media screen and (max-width: 750px) {
    .c-stu-order {
        display: block;
    }
}

.c-stu-order__item--1 {
    position: relative;
    padding-right: 105px;
}

@media screen and (max-width: 1350px) {
    .c-stu-order__item--1 {
        padding-right: 7.77778vw;
    }
}

@media screen and (max-width: 750px) {
    .c-stu-order__item--1 {
        margin-bottom: 13.33333vw;
        padding-right: 0;
    }
}

.c-stu-order__item--1:after {
    position: absolute;
    top: 30px;
    right: 0;
    width: 1px;
    height: 260px;
    background-color: #fff;
    content: "";
}

@media screen and (max-width: 750px) {
    .c-stu-order__item--1:after {
        content: none;
    }
}

.c-stu-order__item--2 {
    padding-left: 105px;
}

@media screen and (max-width: 1350px) {
    .c-stu-order__item--2 {
        padding-left: 7.77778vw;
    }
}

@media screen and (max-width: 750px) {
    .c-stu-order__item--2 {
        padding-left: 0;
    }
}

.c-stu-order__img--1 {
    margin-top: 20px;
    margin-bottom: 25px;
    width: 228px;
}

@media screen and (max-width: 750px) {
    .c-stu-order__img--1 {
        margin: 0 auto 4.66667vw;
        width: 43.46667vw;
    }
}

.c-stu-order__img--2 {
    margin-bottom: 5px;
    width: 283px;
}

@media screen and (max-width: 750px) {
    .c-stu-order__img--2 {
        margin: 0 auto 1.33333vw;
        width: 52.66667vw;
    }
}

.c-stu-order__txt {
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 1rem;

    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}

@media screen and (max-width: 750px) {
    .c-stu-order__txt {
        margin-bottom: 1.33333vw;
        font-size: 3.46667vw;
    }
}

.c-stu-order__note {
    margin-bottom: 3px;
    text-align: center;
    font-size: 0.75rem;
}

@media screen and (max-width: 750px) {
    .c-stu-order__note {
        margin-bottom: 0.66667vw;
        font-size: 3.2vw;
    }
}

/* ---------------------------------------------
*   c-table-1
--------------------------------------------- */
.c-table-1 {
    margin: 0 auto;
    width: 1000px;
}

@media screen and (max-width: 1100px) {
    .c-table-1 {
        width: 100%;
    }
}

.c-table-1__row {
    border-bottom: 1px solid rgba(158, 149, 138, 0.3);
}

.c-table-1__row:last-of-type {
    border-bottom: none;
}

.c-table-1__left {
    padding: 35px 0;
    padding-left: 25px;
    width: 26%;
}

@media screen and (max-width: 750px) {
    .c-table-1__left {
        width: 39.68254%;
    }
}

.c-table-1__right {
    padding: 35px 0;
    width: 74%;
}

@media screen and (max-width: 750px) {
    .c-table-1__right {
        padding: 6.66667vw 0;
        width: 60.31746%;
    }
}

.c-table-1__txt-b {
    font-weight: bold;
    font-size: 1.0625rem;
}

@media screen and (max-width: 750px) {
    .c-table-1__txt-b {
        font-size: 3.2vw;
    }
}

.c-table-1__txt {
    font-size: 1.0625rem;
    line-height: 1.8;
}

@media screen and (max-width: 750px) {
    .c-table-1__txt {
        font-size: 3.2vw;
    }
}

/* ---------------------------------------------
*   c-table-2
--------------------------------------------- */
.c-table-2 {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.c-table-2 th, .c-table-2 td {
    padding: 1em;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.c-table-2 thead th {
    color: red;
}

.c-table-2 tbody th {
    font-weight: bold;
}

/* ---------------------------------------------
*   c-tea
--------------------------------------------- */
@-webkit-keyframes line-beside {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}
@keyframes line-beside {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

@-webkit-keyframes line-diagonal {
    from {
        height: 0;
    }
    to {
        height: 100%;
    }
}

@keyframes line-diagonal {
    from {
        height: 0;
    }
    to {
        height: 100%;
    }
}

.c-tea {
    position: relative;
    padding-top: 120px;
    padding-bottom: 100px;
}

@media screen and (max-width: 1350px) {
    .c-tea {
        padding-top: 8.88889vw;
        padding-bottom: 7.40741vw;
    }
}

@media screen and (max-width: 750px) {
    .c-tea {
        padding-top: 24.66667vw;
        padding-bottom: 26.66667vw;
    }
}

.c-tea:after {
    position: absolute;
    bottom: -40px;
    left: 50%;
    width: 0;
    height: 0;
    border-width: 40px 67.5px 0 67.5px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    content: "";
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (max-width: 750px) {
    .c-tea:after {
        bottom: -5.33333vw;
        border-width: 7.46667vw 14.26667vw 0 14.26667vw;
    }
}

.c-tea__bg-pic {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 741px;
}

@media screen and (max-width: 1350px) {
    .c-tea__bg-pic {
        width: 54.88889vw;
    }
}

@media screen and (max-width: 750px) {
    .c-tea__bg-pic {
        top: -2.66667vw;
        width: 100%;
    }
}

.c-tea__container {
    margin: 0 auto;
    max-width: 1350px;
}

.c-tea__txt-en {
    color: #c32032;
    letter-spacing: 0.2em;
    font-weight: 900;
    font-size: 0.9375rem;
    font-family: "Lato", sans-serif;
}

@media screen and (max-width: 1350px) {
    .c-tea__txt-en {
        font-size: 1.11111vw;
    }
}

@media screen and (max-width: 750px) {
    .c-tea__txt-en {
        font-size: 2.93333vw;
    }
}

.c-tea__ttl {
    margin-bottom: 30px;
    letter-spacing: 0.1em;
    font-size: 2.5rem;
    font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 1350px) {
    .c-tea__ttl {
        margin-bottom: 2.22222vw;
        font-size: 2.96296vw;
    }
}

@media screen and (max-width: 750px) {
    .c-tea__ttl {
        margin-bottom: 5.33333vw;
        font-size: 6.13333vw;
    }
}

.c-tea__txt {
    font-size: 0.875rem;
    line-height: 1.785;
}

@media screen and (max-width: 1000px) {
    .c-tea__txt {
        font-size: 0.75rem;
    }
}

@media screen and (max-width: 750px) {
    .c-tea__txt {
        font-size: 3.2vw;
    }
}

.c-tea__lead {
    margin: 0 auto 100px;
    padding: 0 50px;
    max-width: 1090px;
}

@media screen and (max-width: 1350px) {
    .c-tea__lead {
        margin-bottom: 7.40741vw;
        padding: 0 3.7037vw;
    }
}

@media screen and (max-width: 750px) {
    .c-tea__lead {
        margin-bottom: 9.33333vw;
        padding: 0 6.66667vw;
    }
}

.c-tea__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 200px;
}

@media screen and (max-width: 1350px) {
    .c-tea__contents {
        margin-bottom: 14.81481vw;
    }
}

@media screen and (max-width: 750px) {
    .c-tea__contents {
        display: block;
        margin-bottom: 37.33333vw;
    }
}

.c-tea__contents-pic {
    width: 34.81481%;
}

@media screen and (max-width: 750px) {
    .c-tea__contents-pic {
        margin-bottom: 6.66667vw;
        width: 91.86667vw;
    }
}

.c-tea__contents-txt-area {
    margin-left: 5.18519%;
    width: 48.2963%;
}

@media screen and (max-width: 750px) {
    .c-tea__contents-txt-area {
        margin-left: 0;
        padding: 0 6.66667vw;
        width: 100%;
    }
}

.c-tea__contents-img {
    width: 100%;
}

@media screen and (max-width: 750px) {
    .c-tea__contents-img {
        margin-top: 2vw;
        width: 93.73333vw;
    }
}

.c-tea__contents-ttl {
    margin-top: 35px;
    font-size: 1.875rem;
    font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 1350px) {
    .c-tea__contents-ttl {
        margin-top: 2.59259vw;
        font-size: 2.22222vw;
    }
}

@media screen and (max-width: 750px) {
    .c-tea__contents-ttl {
        margin-top: 13.33333vw;
        font-size: 5.33333vw;
    }
}

.c-tea-list {
    position: relative;
    margin: 0 auto;
    padding: 0 50px;
    max-width: 1100px;
}

@media screen and (max-width: 1350px) {
    .c-tea-list {
        padding: 0 3.7037vw;
    }
}

@media screen and (max-width: 750px) {
    .c-tea-list {
        padding: 0;
    }
}

.c-tea-list__pot {
    position: absolute;
}

.c-tea-list__pot--1 {
    top: -265px;
    right: -330px;
    width: 544px;
}

@media screen and (max-width: 1350px) {
    .c-tea-list__pot--1 {
        top: -19.62963vw;
        right: -22.22222vw;
        width: 40.2963vw;
    }
}

@media screen and (max-width: 750px) {
    .c-tea-list__pot--1 {
        top: -38vw;
        right: -24.66667vw;
        width: 72.53333vw;
    }
}

.c-tea-list__pot--2 {
    bottom: 165px;
    left: -355px;
    width: 549px;
}

@media screen and (max-width: 1350px) {
    .c-tea-list__pot--2 {
        bottom: 12.22222vw;
        left: -26.2963vw;
        width: 40.66667vw;
    }
}

@media screen and (max-width: 750px) {
    .c-tea-list__pot--2 {
        bottom: 150vw;
        left: -33.33333vw;
        width: 86.53333vw;
    }
}

@media screen and (max-width: 750px) {
    .c-tea-list__head {
        padding-left: 7.33333vw;
    }
}

.c-tea-list__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    -ms-flex-align: center;

    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

@media screen and (max-width: 750px) {
    .c-tea-list__item {
        display: block;
    }
}

.c-tea-list__item--1 {
    margin-bottom: 20px;
}

@media screen and (max-width: 1350px) {
    .c-tea-list__item--1 {
        margin-bottom: 1.48148vw;
    }
}

@media screen and (max-width: 750px) {
    .c-tea-list__item--1 {
        margin-bottom: 0;
        padding-top: 52vw;
    }
}

.c-tea-list__item--2 {
    margin-bottom: 70px;
}

@media screen and (max-width: 1350px) {
    .c-tea-list__item--2 {
        margin-bottom: 5.18519vw;
    }
}

@media screen and (max-width: 900px) and (min-width: 751px) {
    .windows .c-tea-list__item--2 {
        margin-top: 5.92593vw;
    }
}

@media screen and (max-width: 750px) {
    .c-tea-list__item--2 {
        margin-bottom: 0;
        padding-top: 46.66667vw;
    }
}

@media screen and (max-width: 750px) {
    .c-tea-list__item--3 {
        padding-top: 42.66667vw;
    }
}

.c-tea-list__item--4 {
    margin-top: -120px;
}

@media screen and (max-width: 1350px) {
    .c-tea-list__item--4 {
        margin-top: -8.88889vw;
    }
}

@media screen and (max-width: 900px) and (min-width: 751px) {
    .c-tea-list__item--4 {
        margin-top: -5.92593vw;
    }
}

@media screen and (max-width: 750px) {
    .c-tea-list__item--4 {
        margin-top: 0;
        padding-top: 86.66667vw;
    }
}

.c-tea-list__item--5 {
    margin-top: -60px;
}

@media screen and (max-width: 1350px) {
    .c-tea-list__item--5 {
        margin-top: -4.44444vw;
    }
}

@media screen and (max-width: 750px) {
    .c-tea-list__item--5 {
        margin-top: 0;
        padding-top: 48vw;
    }
}

.c-tea-list__item--reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
}

.c-tea-list__item--start {
    -ms-flex-align: start;

    -webkit-box-align: start;
    align-items: flex-start;
}

.c-tea-list__ttl {
    margin-bottom: 15px;
    font-size: 1.625rem;
    font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 1000px) {
    .c-tea-list__ttl {
        margin-bottom: 1.11111vw;
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 750px) {
    .c-tea-list__ttl {
        margin-bottom: 4vw;
        font-size: 5.33333vw;
    }
    .c-tea-list__ttl--right {
        text-align: right;
    }
}

.c-tea-list__line-wrap {
    position: absolute;
}

.c-tea-list__line-wrap--1 {
    top: 100px;
    left: -75px;
}

@media screen and (max-width: 1350px) {
    .c-tea-list__line-wrap--1 {
        top: 7.40741vw;
        left: -5.55556vw;
    }
}

@media screen and (max-width: 900px) {
    .c-tea-list__line-wrap--1 {
        top: 6.66667vw;
    }
}

@media screen and (max-width: 750px) {
    .c-tea-list__line-wrap--1 {
        top: 28vw;
        left: -8.66667vw;
    }
}

.c-tea-list__line-wrap--2 {
    top: 60px;
    right: -60px;
}

@media screen and (max-width: 1350px) {
    .c-tea-list__line-wrap--2 {
        top: 4.44444vw;
        right: -4.44444vw;
    }
}

@media screen and (max-width: 900px) {
    .c-tea-list__line-wrap--2 {
        top: 3.7037vw;
    }
}

@media screen and (max-width: 750px) {
    .c-tea-list__line-wrap--2 {
        top: 23.33333vw;
        left: 46.66667vw;
    }
}

.c-tea-list__line-wrap--3 {
    top: 25px;
    left: -260px;
}

@media screen and (max-width: 1350px) {
    .c-tea-list__line-wrap--3 {
        top: 1.85185vw;
        left: -19.25926vw;
    }
}

@media screen and (max-width: 750px) {
    .c-tea-list__line-wrap--3 {
        top: 26vw;
        left: -12vw;
    }
}

.c-tea-list__line-wrap--4 {
    top: 155px;
    right: 5px;
}

@media screen and (max-width: 1350px) {
    .c-tea-list__line-wrap--4 {
        top: 11.48148vw;
        right: 0.37037vw;
    }
}

@media screen and (max-width: 750px) {
    .c-tea-list__line-wrap--4 {
        top: 46vw;
        right: 42vw;
    }
}

.c-tea-list__line-wrap--5 {
    top: 145px;
    left: -100px;
}

@media screen and (max-width: 1350px) {
    .c-tea-list__line-wrap--5 {
        top: 10.74074vw;
        left: -7.40741vw;
    }
}

@media screen and (max-width: 750px) {
    .c-tea-list__line-wrap--5 {
        top: 24vw;
        left: -30vw;
    }
}

.c-tea-list__line {
    position: relative;
    height: 1px;
}

.c-tea-list__line:before {
    position: absolute;
    top: 0;
    width: 0;
    height: 1px;
    background-color: #382b20;
    content: "";
}

.c-tea-list__item.fadein .c-tea-list__line:before {
    -webkit-animation: line-beside 0.25s linear 0.5s forwards;
    animation: line-beside 0.25s linear 0.5s forwards;
}

.c-tea-list__line--1 {
    width: 130px;
}

@media screen and (max-width: 1350px) {
    .c-tea-list__line--1 {
        width: 9.62963vw;
    }
}

@media screen and (max-width: 750px) {
    .c-tea-list__line--1 {
        width: 15.33333vw;
    }
}

.c-tea-list__line--1:before {
    right: 0;
}

.c-tea-list__line--2 {
    width: 160px;
}

@media screen and (max-width: 1350px) {
    .c-tea-list__line--2 {
        width: 11.85185vw;
    }
}

@media screen and (max-width: 750px) {
    .c-tea-list__line--2 {
        width: 29.33333vw;
    }
}

.c-tea-list__line--2:before {
    left: 0;
}

.c-tea-list__line--3 {
    width: 285px;
}

@media screen and (max-width: 1350px) {
    .c-tea-list__line--3 {
        width: 21.11111vw;
    }
}

@media screen and (max-width: 750px) {
    .c-tea-list__line--3 {
        width: 20vw;
    }
}

.c-tea-list__line--3:before {
    right: 0;
}

.c-tea-list__item.fadein .c-tea-list__line--3:before {
    -webkit-animation: line-beside 0.25s linear 0.625s forwards;
    animation: line-beside 0.25s linear 0.625s forwards;
}

@media screen and (max-width: 750px) {
    .c-tea-list__item.fadein .c-tea-list__line--3:before {
        -webkit-animation: line-beside 0.25s linear 0.5s forwards;
        animation: line-beside 0.25s linear 0.5s forwards;
    }
}

.c-tea-list__line--4 {
    width: 60px;
}

@media screen and (max-width: 1350px) {
    .c-tea-list__line--4 {
        width: 4.44444vw;
    }
}

@media screen and (max-width: 750px) {
    .c-tea-list__line--4 {
        width: 23.33333vw;
        -webkit-transform: rotate(-38deg);
        transform: rotate(-38deg);
    }
}

.c-tea-list__line--4:before {
    left: 0;
}

@media screen and (max-width: 750px) {
    .c-tea-list__line--4:before {
        right: 0;
        left: auto;
    }
}

.c-tea-list__line--5 {
    width: 150px;
}

@media screen and (max-width: 1350px) {
    .c-tea-list__line--5 {
        width: 11.11111vw;
    }
}

@media screen and (max-width: 750px) {
    .c-tea-list__line--5 {
        width: 37.33333vw;
    }
}

.c-tea-list__line--5:before {
    right: 0;
}

.c-tea-list__line-diagonal {
    position: absolute;
    top: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.c-tea-list__line-diagonal:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 0;
    background-color: #382b20;
    content: "";
}

.c-tea-list__item.fadein .c-tea-list__line-diagonal:after {
    -webkit-animation: line-diagonal .125s linear .75s forwards;
    animation: line-diagonal .125s linear .75s forwards;
}

.c-tea-list__line-diagonal--1 {
    left: 0;
    height: 53px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (max-width: 1350px) {
    .c-tea-list__line-diagonal--1 {
        height: 3.92593vw;
    }
}

@media screen and (max-width: 750px) {
    .c-tea-list__line-diagonal--1 {
        height: 17.06667vw;
        -webkit-transform: rotate(37deg);
        transform: rotate(37deg);
    }
}

.c-tea-list__line-diagonal--2 {
    right: 0;
    height: 60px;
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
}

@media screen and (max-width: 1350px) {
    .c-tea-list__line-diagonal--2 {
        height: 4.44444vw;
    }
}

@media screen and (max-width: 750px) {
    .c-tea-list__line-diagonal--2 {
        height: 18.66667vw;
        -webkit-transform: rotate(-26deg);
        transform: rotate(-26deg);
    }
}

.c-tea-list__line-diagonal--3 {
    right: 0;
    height: 72px;
    -webkit-transform: rotate(-33deg);
    transform: rotate(-33deg);
}

@media screen and (max-width: 1350px) {
    .c-tea-list__line-diagonal--3 {
        height: 5.33333vw;
    }
}

@media screen and (max-width: 750px) {
    .c-tea-list__line-diagonal--3 {
        right: auto;
        left: 0;
        height: 17.86667vw;
        -webkit-transform: rotate(34deg);
        transform: rotate(34deg);
    }
}

.c-tea-list__item.fadein .c-tea-list__line-diagonal--3:after {
    top: auto;
    bottom: 0;
    left: 0;
    -webkit-animation: line-diagonal .125s linear .5s forwards;
    animation: line-diagonal .125s linear .5s forwards;
}

@media screen and (max-width: 750px) {
    .c-tea-list__item.fadein .c-tea-list__line-diagonal--3:after {
        top: 0;
        bottom: auto;
        -webkit-animation: line-diagonal .125s linear 0.75s forwards;
        animation: line-diagonal .125s linear 0.75s forwards;
    }
}

@media screen and (max-width: 750px) {
    .c-tea-list__line-diagonal--5 {
        height: 21.73333vw;
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }
}

.c-tea-list__img-wrap {
    position: relative;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media screen and (max-width: 750px) {
    .c-tea-list__img-wrap {
        position: absolute;
    }
}

.c-tea-list__item.fadein .c-tea-list__img-wrap {
    opacity: 1;
}

.c-tea-list__img-wrap--1 {
    margin-top: -20px;
    margin-left: 30px;
    width: 340px;
}

@media screen and (max-width: 1350px) {
    .c-tea-list__img-wrap--1 {
        margin-top: -1.48148vw;
        margin-left: 2.22222vw;
        width: 25.18519vw;
    }
}

@media screen and (max-width: 900px) and (min-width: 751px) {
    .windows .c-tea-list__img-wrap--1 {
        margin-top: -3.7037vw;
    }
}

@media screen and (max-width: 750px) {
    .c-tea-list__img-wrap--1 {
        top: 8vw;
        right: 12vw;
        margin: 0;
        width: 55.6vw;
    }
}

.c-tea-list__img-wrap--2 {
    margin-top: -30px;
    margin-right: 80px;
    width: 320px;
}

@media screen and (max-width: 1350px) {
    .c-tea-list__img-wrap--2 {
        margin-top: -2.22222vw;
        margin-right: 5.92593vw;
        width: 23.7037vw;
    }
}

@media screen and (max-width: 900px) and (min-width: 751px) {
    .windows .c-tea-list__img-wrap--2 {
        margin-top: -5.92593vw;
    }
}

@media screen and (max-width: 750px) {
    .c-tea-list__img-wrap--2 {
        top: 6.66667vw;
        left: -11.33333vw;
        margin: 0;
        width: 56.66667vw;
    }
}

.c-tea-list__img-wrap--3 {
    margin-left: 60px;
    width: 340px;
}

@media screen and (max-width: 1350px) {
    .c-tea-list__img-wrap--3 {
        margin-left: 4.44444vw;
        width: 25.18519vw;
    }
}

@media screen and (max-width: 750px) {
    .c-tea-list__img-wrap--3 {
        top: 2.66667vw;
        right: -5.33333vw;
        margin: 0;
        width: 55.6vw;
    }
}

.c-tea-list__img-wrap--4 {
    margin-right: 30px;
    width: 340px;
}

@media screen and (max-width: 1350px) {
    .c-tea-list__img-wrap--4 {
        margin-right: 2.22222vw;
        width: 25.18519vw;
    }
}

@media screen and (max-width: 750px) {
    .c-tea-list__img-wrap--4 {
        top: 31.33333vw;
        right: 12.66667vw;
        margin: 0;
        width: 56.66667vw;
    }
}

.c-tea-list__img-wrap--5 {
    margin-top: 60px;
    margin-left: 110px;
    width: 350px;
}

@media screen and (max-width: 1350px) {
    .c-tea-list__img-wrap--5 {
        margin-top: 4.44444vw;
        margin-left: 8.14815vw;
        width: 25.92593vw;
    }
}

@media screen and (max-width: 750px) {
    .c-tea-list__img-wrap--5 {
        top: 2.66667vw;
        right: -12vw;
        margin: 0;
        width: 56.93333vw;
    }
}

.c-tea-list__txt-area {
    width: 530px;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

.c-tea-list__item--4 .c-tea-list__txt-area {
    margin-top: 70px;
}

@media screen and (max-width: 1350px) {
    .c-tea-list__item--4 .c-tea-list__txt-area {
        margin-top: 5.18519vw;
    }
}

@media screen and (max-width: 750px) {
    .c-tea-list__item--4 .c-tea-list__txt-area {
        margin-top: 0;
    }
}

.c-tea-list__item.fadein .c-tea-list__txt-area {
    opacity: 1;
}

@media screen and (max-width: 750px) {
    .c-tea-list__txt-area {
        width: 80vw;
    }
    .c-tea-list__txt-area--left {
        padding-left: 6.66667vw;
    }
    .c-tea-list__txt-area--right {
        margin-right: 0;
        margin-left: auto;
        padding-right: 6.66667vw;
    }
}

.c-tea-list__txt-area--s {
    width: 450px;
}

@media screen and (max-width: 750px) {
    .c-tea-list__txt-area--s {
        width: 80vw;
    }
}

.c-tea-list__txt {
    font-size: 0.875rem;
    line-height: 1.785;
}

@media screen and (max-width: 1350px) {
    .c-tea-list__txt {
        font-size: 0.75rem;
    }
}

@media screen and (max-width: 750px) {
    .c-tea-list__txt {
        font-size: 3.2vw;
    }
}

.c-tea-list__txt-en {
    position: absolute;
    top: 50%;
    display: block;
    -ms-writing-mode: tb-rl;
    white-space: nowrap;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-size: 0.625rem;
    font-family: "Lato", sans-serif;

    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

@media screen and (max-width: 750px) {
    .c-tea-list__txt-en {
        font-size: 2vw;
    }
}

.c-tea-list__txt-en--left {
    left: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media screen and (max-width: 900px) {
    .c-tea-list__txt-en--left {
        left: -1em;
    }
}

@media screen and (max-width: 750px) {
    .c-tea-list__txt-en--left {
        left: 7.33333vw;
    }
}

.c-tea-list__txt-en--right {
    right: 0;
}

@media screen and (max-width: 900px) {
    .c-tea-list__txt-en--right {
        right: -1em;
    }
}

@media screen and (max-width: 750px) {
    .c-tea-list__txt-en--right {
        right: 7.33333vw;
    }
}

.c-tea-list__item--1 .c-tea-list__txt-en {
    top: 45%;
}

@media screen and (max-width: 750px) {
    .c-tea-list__item--1 .c-tea-list__txt-en {
        top: 70%;
    }
}

.c-tea-list__item--2 .c-tea-list__txt-en {
    top: 37%;
}

@media screen and (max-width: 750px) {
    .c-tea-list__item--2 .c-tea-list__txt-en {
        top: 70%;
    }
}

.c-tea-list__item--3 .c-tea-list__txt-en {
    top: 22%;
}

@media screen and (max-width: 750px) {
    .c-tea-list__item--3 .c-tea-list__txt-en {
        top: 63%;
    }
}

.c-tea-list__item--4 .c-tea-list__txt-en {
    top: 18%;
}

@media screen and (max-width: 750px) {
    .c-tea-list__item--4 .c-tea-list__txt-en {
        top: 70%;
    }
}

.c-tea-list__item--5 .c-tea-list__txt-en {
    top: 38%;
}

@media screen and (max-width: 750px) {
    .c-tea-list__item--5 .c-tea-list__txt-en {
        top: 70%;
    }
}

.c-tea-intro {
    padding-top: 150px;
    padding-bottom: 120px;
    background-color: #f1e8dd;
}

@media screen and (max-width: 1350px) {
    .c-tea-intro {
        padding-top: 11.11111vw;
        padding-bottom: 8.88889vw;
    }
}

@media screen and (max-width: 750px) {
    .c-tea-intro {
        margin-bottom: 13.33333vw;
        padding-top: 22.66667vw;
        padding-bottom: 14.66667vw;
    }
}

.c-tea-intro__container {
    position: relative;
    margin: 0 auto;
    max-width: 1350px;
}

@media screen and (max-width: 750px) {
    .c-tea-intro__container {
        padding: 0 6.66667vw;
    }
}

.c-tea-intro__leaf {
    position: absolute;
    z-index: 1;
}

.c-tea-intro__leaf--1 {
    top: -75px;
    right: 130px;
    width: 154px;
}

@media screen and (max-width: 1350px) {
    .c-tea-intro__leaf--1 {
        top: -5.55556vw;
        right: 9.62963vw;
        width: 11.40741vw;
    }
}

@media screen and (max-width: 750px) {
    .c-tea-intro__leaf--1 {
        top: -17.33333vw;
        left: 4vw;
        width: 18.8vw;
    }
}

.c-tea-intro__leaf--2 {
    top: 70px;
    left: 30px;
    width: 131px;
}

@media screen and (max-width: 1350px) {
    .c-tea-intro__leaf--2 {
        top: 5.18519vw;
        left: 2.22222vw;
        width: 9.7037vw;
    }
}

@media screen and (max-width: 750px) {
    .c-tea-intro__leaf--2 {
        top: 9.33333vw;
        right: 4vw;
        left: auto;
        width: 17.73333vw;
    }
}

.c-tea-intro__leaf--3 {
    right: 55px;
    bottom: 420px;
    width: 92px;
}

@media screen and (max-width: 1350px) {
    .c-tea-intro__leaf--3 {
        right: 5.18519vw;
        bottom: 31.11111vw;
        width: 6.81481vw;
    }
}

@media screen and (max-width: 750px) {
    .c-tea-intro__leaf--3 {
        right: -1.33333vw;
        bottom: 73.33333vw;
        width: 12.4vw;
    }
}

.c-tea-intro__leaf--4 {
    bottom: 280px;
    left: 55px;
    width: 135px;
}

@media screen and (max-width: 1350px) {
    .c-tea-intro__leaf--4 {
        bottom: 20.74074vw;
        left: 4.07407vw;
        width: 10vw;
    }
}

@media screen and (max-width: 750px) {
    .c-tea-intro__leaf--4 {
        bottom: 68.66667vw;
        left: -4vw;
        width: 24.8vw;
    }
}

.c-tea-intro__head {
    position: relative;
    z-index: 100;
    margin-bottom: 80px;
}

@media screen and (max-width: 1350px) {
    .c-tea-intro__head {
        margin-bottom: 5.92593vw;
    }
}

@media screen and (max-width: 750px) {
    .c-tea-intro__head {
        margin-bottom: 13.33333vw;
    }
}

.c-tea-intro__list {
    position: relative;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    margin: 0 auto 130px;
    max-width: 1015px;

    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 1350px) {
    .c-tea-intro__list {
        margin-bottom: 11.85185vw;
        max-width: 80%;
    }
}

@media screen and (max-width: 750px) {
    .c-tea-intro__list {
        display: block;
        margin-bottom: 32vw;
        max-width: 100%;
    }
}

.c-tea-intro__item {
    margin-right: 45px;
    margin-bottom: 55px;
    width: 280px;
}

@media screen and (max-width: 1350px) {
    .c-tea-intro__item {
        margin-right: 3.33333vw;
        width: 20.74074vw;
    }
}

@media screen and (max-width: 750px) {
    .c-tea-intro__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }
}

.c-tea-intro__item:nth-of-type(3), .c-tea-intro__item:nth-of-type(5) {
    margin-right: 0;
}

@media screen and (max-width: 750px) {
    .c-tea-intro__item--reverse {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
    }
}

.c-tea-intro__img {
    margin: 0 auto 25px 80px;
    width: 167px;
}

@media screen and (max-width: 1350px) {
    .c-tea-intro__img {
        margin: 0 auto 1.85185vw 5.92593vw;
        width: 12.37037vw;
    }
}

.c-tea-intro__img img {
    width: 100%;
}

.c-tea-intro__txt-en {
    display: block;
    color: #c32032;
    text-align: center;
    letter-spacing: 0.1em;
    font-weight: 900;
    font-size: 0.9375rem;
    font-family: "Lato", sans-serif;
}

@media screen and (max-width: 1350px) {
    .c-tea-intro__txt-en {
        font-size: 1.11111vw;
    }
}

@media screen and (max-width: 750px) {
    .c-tea-intro__txt-en {
        font-size: 2.93333vw;
    }
}

.c-tea-intro__ttl {
    text-align: center;
    font-size: 2.5rem;
    font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 1350px) {
    .c-tea-intro__ttl {
        font-size: 2.96296vw;
    }
}

@media screen and (max-width: 750px) {
    .c-tea-intro__ttl {
        font-size: 6.13333vw;
    }
}

.c-tea-intro__name {
    text-align: center;
    font-size: 1.375rem;
    font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 1350px) {
    .c-tea-intro__name {
        font-size: 1.62963vw;
    }
}

@media screen and (max-width: 750px) {
    .c-tea-intro__name {
        margin-bottom: 0.66667vw;
        text-align: left;
        font-size: 4.53333vw;
        line-height: 1.3;
    }
}

.c-tea-intro__name-en {
    display: block;
    margin-bottom: 10px;
    color: #c32032;
    text-align: center;
    letter-spacing: 0.05em;
    font-size: 0.75rem;
    font-family: "Lato", sans-serif;
}

@media screen and (max-width: 1350px) {
    .c-tea-intro__name-en {
        font-size: 1.11111vw;
    }
}

@media screen and (max-width: 750px) {
    .c-tea-intro__name-en {
        text-align: left;
        font-size: 2.93333vw;
    }
}

@media screen and (max-width: 750px) {
    .c-tea-intro__txt-area {
        width: 50.66667vw;
    }
}

.c-tea-intro__txt {
    font-size: 0.875rem;
}

@media screen and (max-width: 1350px) {
    .c-tea-intro__txt {
        font-size: 0.75rem;
    }
}

@media screen and (max-width: 750px) {
    .c-tea-intro__txt {
        font-size: 3.2vw;
        line-height: 1.6;
    }
}

@media screen and (max-width: 750px) {
    .c-tea-intro__img {
        margin-left: 2.66667vw;
        width: 34vw;
    }
    .c-tea-intro__img img {
        width: 100%;
    }
    .c-tea-intro__item--reverse .c-tea-intro__img {
        margin-left: 0;
    }
}

/* ---------------------------------------------
*   c-ttl
--------------------------------------------- */
.c-ttl {
    text-align: center;
    letter-spacing: 0.1em;
    font-size: 2.8125rem;
    font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 1350px) {
    .c-ttl {
        font-size: 3.33333vw;
    }
}

@media screen and (max-width: 750px) {
    .c-ttl {
        font-size: 7.73333vw;
    }
}

.c-ttl--left {
    text-align: left;
}

.c-ttl--gfs {
    margin-bottom: 10px;
    color: #fff;
    text-align: left;
    font-size: 3.125rem;
    font-family: "GFSDidot";
}

@media screen and (max-width: 1350px) {
    .c-ttl--gfs {
        margin-bottom: 0.74074vw;
        font-size: 3.7037vw;
    }
}

@media screen and (max-width: 750px) {
    .c-ttl--gfs {
        margin-bottom: 4.66667vw;
        white-space: nowrap;
        font-size: 8vw;

        -webkit-font-feature-settings: "palt";
        font-feature-settings: "palt";
    }
}

@media screen and (max-width: 750px) {
    .c-ttl--sp-white {
        color: #fff;
    }
}

@media screen and (max-width: 750px) {
    .c-ttl--s {
        margin-top: 1.33333vw;
        font-size: 6vw;
    }
}

@media screen and (max-width: 750px) {
    .c-ttl--ss {
        font-size: 5.73333vw;
    }
}

.c-ttl--pc-s {
    font-size: 2.5rem;
}

@media screen and (max-width: 750px) {
    .c-ttl--pc-s {
        font-size: 5.33333vw;
    }
}

.c-ttl--ms {
    font-size: 2.5rem;
}

@media screen and (max-width: 1000px) {
    .c-ttl--ms {
        font-size: 1.875rem;
    }
}

@media screen and (max-width: 750px) {
    .c-ttl--ms {
        font-size: 6.66667vw;
    }
}

/*  c-ttl-en
--------------------------------------------- */
.c-ttl-en {
    display: block;
    color: #c32032;
    text-align: center;
    letter-spacing: 0.1em;
    font-weight: 900;
    font-size: 0.9375rem;
    font-family: "Lato", sans-serif;
}

@media screen and (max-width: 1350px) {
    .c-ttl-en {
        font-size: 1.11111vw;
    }
}

@media screen and (max-width: 750px) {
    .c-ttl-en {
        font-size: 2.93333vw;
    }
}

.c-ttl-en--left {
    text-align: left;
}

.c-ttl-en--poppins {
    text-align: left;
    font-family: "Poppins", sans-serif;
}

@media screen and (max-width: 750px) {
    .c-ttl-en--sp-white {
        color: #fff;
    }
}

.c-ttl-en--white {
    color: #fff;
}

/* ---------------------------------------------
*   c-txt
--------------------------------------------- */
.c-txt {
    font-size: 1rem;
    line-height: 1.8;
}

@media screen and (max-width: 1350px) {
    .c-txt {
        font-size: 1.18519vw;
    }
}

@media screen and (max-width: 750px) {
    .c-txt {
        font-size: 3.2vw;
    }
}

.c-txt__strong {
    text-decoration: underline;
    font-weight: bold;
}

.c-txt__italic {
    font-style: italic;
}

@media screen and (max-width: 750px) {
    .c-txt--white {
        color: #fff;
    }
}

/*  c-txt-m
--------------------------------------------- */
.c-txt-m {
    color: rgba(56, 43, 32, 0.5);
    text-align: center;
    letter-spacing: 0.1em;
    font-size: 1.0625rem;
    line-height: 1.8;
}

@media screen and (max-width: 750px) {
    .c-txt-m {
        font-size: 3.46667vw;
    }
}

/*  c-txt-l
--------------------------------------------- */
.c-txt-l {
    color: #fff;
    letter-spacing: 0.1em;
    font-size: 1.25rem;
    font-family: "Noto Serif JP", serif;
    line-height: 1.8;
}

@media screen and (max-width: 1350px) {
    .c-txt-l {
        font-size: 1.48148vw;
    }
}

@media screen and (max-width: 750px) {
    .c-txt-l {
        font-size: 3.46667vw;
    }
}

/*  c-txt-arrow
--------------------------------------------- */
.c-txt-arrow {
    position: relative;
    display: inline-block;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fff));
    background: linear-gradient(transparent 60%, #fff 60%);
    font-weight: bold;
    font-size: 1rem;
}

@media screen and (max-width: 1350px) {
    .c-txt-arrow {
        font-size: 1.18519vw;
    }
}

@media screen and (max-width: 750px) {
    .c-txt-arrow {
        font-size: 3.2vw;
    }
}

.c-txt-arrow:before, .c-txt-arrow:after {
    position: absolute;
    top: 50%;
    width: 16px;
    height: 13px;
    background: url(../img/common/icon_arrow-black_small.svg) 0 0 no-repeat;
    background-size: 100% auto;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
    .c-txt-arrow:before, .c-txt-arrow:after {
        width: 2.93333vw;
        height: 2.53333vw;
    }
}

.c-txt-arrow:before {
    right: -25px;
}

@media screen and (max-width: 750px) {
    .c-txt-arrow:before {
        right: -4.66667vw;
    }
}

.c-txt-arrow:after {
    right: -50px;
}

@media screen and (max-width: 750px) {
    .c-txt-arrow:after {
        right: -9.33333vw;
    }
}

/*  c-txt-vertical
--------------------------------------------- */
.c-txt-vertical-wrap {
    position: relative;
    margin-top: 160px;
}

@media screen and (max-width: 1350px) {
    .c-txt-vertical-wrap {
        margin-top: 11.85185vw;
    }
}

@media screen and (max-width: 750px) {
    .c-txt-vertical-wrap {
        margin-top: 25.33333vw;
    }
}

.c-txt-vertical {
    position: absolute;
    left: 50%;
    margin: 0 auto;
    -ms-writing-mode: tb-rl;
    white-space: nowrap;
    letter-spacing: 0.2em;
    font-size: 1.625rem;
    font-family: "Noto Serif JP", serif;
    line-height: 2;
    -webkit-transform: translateX(-50%) translateY(15px) !important;
    transform: translateX(-50%) translateY(15px) !important;

    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

@media screen and (max-width: 1350px) {
    .c-txt-vertical {
        font-size: 1.92593vw;
    }
}

@media screen and (max-width: 750px) {
    .c-txt-vertical {
        font-size: 4.8vw;
    }
}

.c-txt-vertical.fadein {
    -webkit-transform: translateX(-50%) translateY(0) !important;
    transform: translateX(-50%) translateY(0) !important;
}

.c-txt-vertical--white {
    margin: 0;
    color: #fff;
}

/* ==========================================================
*
*   javascript style hooks
*
========================================================== */
/* ---------------------------------------------
*   js-acc-target
--------------------------------------------- */
.js-acc-target {
    display: none;
}

.js-acc-target-2 {
    display: none;
}

@media screen and (max-width: 1024px) {
    .js-sp-acc-target {
        display: none;
    }
}

/* ---------------------------------------------
*   js-tel-disabled
--------------------------------------------- */
.js-tel-disabled {
    cursor: default;
    pointer-events: none;
}

/* ---------------------------------------------
*   js-hover-menu-target
--------------------------------------------- */
@media screen and (min-width: 751px) {
    .js-hover-menu-target {
        display: none;
    }
}

/* ---------------------------------------------
*   js-scroll-fade
--------------------------------------------- */
.js-scroll-fade {
    opacity: 0;
    -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s;
    transition: opacity 0.6s ease-out, -webkit-transform 0.6s;
    transition: opacity 0.6s ease-out, transform 0.6s;
    transition: opacity 0.6s ease-out, transform 0.6s, -webkit-transform 0.6s;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
}

.js-scroll-fade.fadein {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.js-scroll-fade-wrap__contents {
    opacity: 0;
    -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s;
    transition: opacity 0.6s ease-out, -webkit-transform 0.6s;
    transition: opacity 0.6s ease-out, transform 0.6s;
    transition: opacity 0.6s ease-out, transform 0.6s, -webkit-transform 0.6s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
}

.fadein .js-scroll-fade-wrap__contents {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.js-scroll-fade-wrap__contents--2 {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

.js-scroll-fade-wrap__contents--3 {
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
}

.js-scroll-fade-wrap__contents--4 {
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
}

.js-scroll-fade-wrap__contents--5 {
    -webkit-transition-delay: 2.5s;
    transition-delay: 2.5s;
}

.js-scroll-fade-wrap__contents--6 {
    -webkit-transition-delay: 3s;
    transition-delay: 3s;
}

.js-fadestep {
    opacity: 0;
    -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s;
    transition: opacity 0.6s ease-out, -webkit-transform 0.6s;
    transition: opacity 0.6s ease-out, transform 0.6s;
    transition: opacity 0.6s ease-out, transform 0.6s, -webkit-transform 0.6s;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
}

.js-fadestep.js-fadestep-in {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.js-fadestep2 {
    opacity: 0;
    -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s;
    transition: opacity 0.6s ease-out, -webkit-transform 0.6s;
    transition: opacity 0.6s ease-out, transform 0.6s;
    transition: opacity 0.6s ease-out, transform 0.6s, -webkit-transform 0.6s;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
}

.js-fadestep2.js-fadestep-in {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.js-fadestep3 {
    opacity: 0;
    -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s;
    transition: opacity 0.6s ease-out, -webkit-transform 0.6s;
    transition: opacity 0.6s ease-out, transform 0.6s;
    transition: opacity 0.6s ease-out, transform 0.6s, -webkit-transform 0.6s;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
}

.js-fadestep3.js-fadestep-in {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.js-fadestep4 {
    opacity: 0;
    -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s;
    transition: opacity 0.6s ease-out, -webkit-transform 0.6s;
    transition: opacity 0.6s ease-out, transform 0.6s;
    transition: opacity 0.6s ease-out, transform 0.6s, -webkit-transform 0.6s;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
}

.js-fadestep4.js-fadestep-in {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.js-scroll-fade-btm {
    opacity: 0;
    -webkit-transition: opacity 1.1s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 1.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 1.1s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 1.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 1.3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1.1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 1.3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1.1s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 1.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateY(150px);
    transform: translateY(150px);

    will-change: transform,opacity;
}

.js-scroll-fade-btm.fadein {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.js-scroll-fade-btm-wrap__contents {
    opacity: 0;
    -webkit-transition: opacity 1.1s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 1.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 1.1s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 1.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 1.3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1.1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 1.3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1.1s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 1.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateY(150px);
    transform: translateY(150px);

    will-change: transform,opacity;
}

.fadein .js-scroll-fade-btm-wrap__contents {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.js-scroll-fade-btm-wrap__contents--2 {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.js-scroll-fade-btm-wrap__contents--3 {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

.js-scroll-fade-btm-wrap__contents--4 {
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
}

/* ---------------------------------------------
*   js-scroll-fade
--------------------------------------------- */
.js-change-bg {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

/* ---------------------------------------------
*   arrow-link
--------------------------------------------- */
.arrow-link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    letter-spacing: 0.05em;
    font-size: 1.875rem;
    font-family: "Noto Serif JP", serif;

    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

@media screen and (max-width: 1350px) {
    .arrow-link {
        font-size: 2.22222vw;
    }
}

@media screen and (max-width: 750px) {
    .arrow-link {
        padding: 4.66667vw 0;
        background-color: #fff;
        -webkit-box-shadow: 0.26667vw 0.26667vw 0.66667vw rgba(4, 0, 0, 0.15);
        box-shadow: 0.26667vw 0.26667vw 0.66667vw rgba(4, 0, 0, 0.15);
        font-size: 4vw;
    }
}

@media screen and (max-width: 750px) {
    .arrow-link--top {
        -webkit-box-shadow: 0.4vw 0.4vw 1.2vw rgba(4, 0, 0, 0.05);
        box-shadow: 0.4vw 0.4vw 1.2vw rgba(4, 0, 0, 0.05);
    }
}

@media screen and (max-width: 750px) {
    .arrow-link--gray {
        background-color: #f7f7f7;
    }
}

@media screen and (max-width: 750px) {
    .arrow-link--shadow {
        -webkit-box-shadow: 0 0 2vw rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 2vw rgba(0, 0, 0, 0.15);
    }
}

.arrow-link__icon {
    position: relative;
    display: block;
    overflow: hidden;
    margin-left: 17px;
    width: 33px;
    height: 28px;
}

@media screen and (max-width: 1350px) {
    .arrow-link__icon {
        margin-left: 1.25926vw;
        width: 2.44444vw;
        height: 2.07407vw;
    }
}

@media screen and (max-width: 750px) {
    .arrow-link__icon {
        position: absolute;
        top: 50%;
        right: 8vw;
        margin-left: 19.33333vw;
        width: 4.66667vw;
        height: 4vw;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.arrow-link--back .arrow-link__icon {
    margin-right: 17px;
    margin-left: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media screen and (max-width: 1350px) {
    .arrow-link--back .arrow-link__icon {
        margin-right: 1.25926vw;
    }
}

@media screen and (max-width: 750px) {
    .arrow-link--back .arrow-link__icon {
        right: auto;
        left: 8vw;
        -webkit-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg);
    }
}

.arrow-link__icon:before, .arrow-link__icon:after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img/common/icon_arrow-black.svg);
    background-position: center center;
    background-size: cover;
    content: '';
}

@media screen and (min-width: 751px) {
    .arrow-link__icon:before, .arrow-link__icon:after {
        transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    }
    .arrow-link:hover .arrow-link__icon:before, .arrow-link:hover .arrow-link__icon:after {
        transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -webkit-transform: translate3d(200%, 0, 0);
        transform: translate3d(200%, 0, 0);
    }
}

.arrow-link__icon:after {
    right: 200%;
}

.arrow-link__icon--white:before, .arrow-link__icon--white:after {
    background-image: url(../img/common/icon_arrow-white.svg);
}

@media screen and (max-width: 750px) {
    .arrow-link__icon--sp-white:before, .arrow-link__icon--sp-white:after {
        background-image: url(../img/common/icon_arrow-white.svg);
    }
}

/* ---------------------------------------------
*   arrow-circle
--------------------------------------------- */
.arrow-circle {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.arrow-circle circle {
    -webkit-transition: 1s;
    transition: 1s;

    stroke-dasharray: 0 980;
}

@media screen and (min-width: 751px) {
    .c-section__circle-btn:hover .arrow-circle circle {
        -webkit-transition: 1s;
        transition: 1s;

        stroke-dasharray: 0 980;
    }
}

@media screen and (min-width: 751px) {
    .c-link-block:hover .arrow-circle circle {
        -webkit-transition: 1s;
        transition: 1s;

        stroke-dasharray: 0 980;
    }
}

@media screen and (min-width: 751px) {
    .contents-leaf__btn:hover .arrow-circle circle {
        -webkit-transition: 1s;
        transition: 1s;

        stroke-dasharray: 0 980;
    }
}

.arrow-circle .arrow-link__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 auto;
    width: 45px;
    height: 39px;
    opacity: 0;
    transition: transform 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transform: translate(-50%, -50%);
    -webkit-transform: translate3d(-250%, -50%, 0);
    transform: translate(-50%, -50%);
    transform: translate3d(-250%, -50%, 0);
}

@media screen and (max-width: 1350px) {
    .arrow-circle .arrow-link__icon {
        width: 3.33333vw;
        height: 2.88889vw;
    }
}

@media screen and (max-width: 750px) {
    .arrow-circle .arrow-link__icon {
        width: 6.13333vw;
        height: 5.33333vw;
    }
}

.c-link-block__arrow .arrow-circle .arrow-link__icon {
    width: 28px;
    height: 24px;
}

@media screen and (max-width: 1350px) {
    .c-link-block__arrow .arrow-circle .arrow-link__icon {
        width: 2.07407vw;
        height: 1.77778vw;
    }
}

@media screen and (max-width: 750px) {
    .c-link-block__arrow .arrow-circle .arrow-link__icon {
        width: 3.86667vw;
        height: 3.2vw;
    }
}

.arrow-circle .arrow-link__icon:before, .arrow-circle .arrow-link__icon:after {
    transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.contents-leaf .arrow-circle .arrow-link__icon {
    width: 25px;
    height: 22px;
}

@media screen and (max-width: 1350px) {
    .contents-leaf .arrow-circle .arrow-link__icon {
        width: 1.85185vw;
        height: 1.62963vw;
    }
}

@media screen and (max-width: 750px) {
    .contents-leaf .arrow-circle .arrow-link__icon {
        width: 4.53333vw;
        height: 3.86667vw;
    }
}

@media screen and (min-width: 751px) {
    .arrow-circle:hover .arrow-link__icon:before, .arrow-circle:hover .arrow-link__icon:after {
        transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -webkit-transform: translate3d(200%, 0, 0);
        transform: translate3d(200%, 0, 0);
    }
    .c-link-block:hover .arrow-circle .arrow-link__icon:before, .c-link-block:hover .arrow-circle .arrow-link__icon:after {
        transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -webkit-transform: translate3d(200%, 0, 0);
        transform: translate3d(200%, 0, 0);
    }
}

.arrow-circle.is-fade circle {
    -webkit-transition: 3s;
    transition: 3s;

    stroke-dasharray: 980 980;
}

.arrow-circle.is-fade .arrow-link__icon {
    opacity: 1;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

/* ---------------------------------------------
*   wp-pagenavi
--------------------------------------------- */
.wp-pagenavi {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    margin: 90px auto 0;
    width: 670px;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
}

@media screen and (max-width: 750px) {
    .wp-pagenavi {
        margin-top: 18.66667vw;
        width: 100%;
    }
}

.wp-pagenavi a {
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
}

.wp-pagenavi a:hover {
    opacity: 0.8;
}

.wp-pagenavi > span,
.wp-pagenavi > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin: 0 14px 10px;
    padding-bottom: 0.1em;
    width: 52px;
    height: 52px;
    border: none !important;
    border-radius: 100px;
    font-size: 24px;
    font-family: "Noto Serif JP", serif;

    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media screen and (max-width: 750px) {
    .wp-pagenavi > span,
    .wp-pagenavi > a {
        margin: 0 1.86667vw 1.33333vw;
        width: 9.06667vw;
        height: 9.06667vw;
        font-size: 4.8vw;
    }
}

.wp-pagenavi .previouspostslink {
    position: absolute;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    margin-bottom: 10px;
    border: none !important;

    -webkit-box-align: center;
    align-items: center;
}

@media screen and (max-width: 750px) {
    .wp-pagenavi .previouspostslink {
        left: -6.66667vw;
        margin-bottom: 1.33333vw;
    }
}

.wp-pagenavi .nextpostslink {
    position: absolute;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    margin-bottom: 10px;
    border: none !important;

    -webkit-box-align: center;
    align-items: center;
}

@media screen and (max-width: 750px) {
    .wp-pagenavi .nextpostslink {
        right: -6.66667vw;
        margin-bottom: 1.33333vw;
    }
}

.wp-pagenavi .prev {
    display: block;
    margin: 0;
    padding: 0;
    width: 14px;
    height: 28px;
    border: none;
    background: url(../img/news/icon_prev.svg) 0 0 no-repeat;
    background-size: 100% auto;
}

@media screen and (max-width: 750px) {
    .wp-pagenavi .prev {
        width: 2vw;
        height: 4vw;
    }
}

.wp-pagenavi .next {
    display: block;
    margin: 0;
    padding: 0;
    width: 14px;
    height: 28px;
    border: none;
    background: url(../img/news/icon_next.svg) 0 0 no-repeat;
    background-size: 100% auto;
}

@media screen and (max-width: 750px) {
    .wp-pagenavi .next {
        width: 1.86667vw;
        height: 3.73333vw;
    }
}

.wp-pagenavi .current {
    border: 1px solid !important;
    font-weight: normal !important;
}

/* ==========================================================
*
*   utility
*
========================================================== */
/* ---------------------------------------------
*   background-color
--------------------------------------------- */
.bg-white {
    background-color: #fff !important;
}

.bg-grade {
    background: url(../img/top/img_bg-grade.jpg) 0 0 no-repeat;
    background-size: cover;
}

@media screen and (max-width: 750px) {
    .bg-grade {
        background-image: url(../img/top/sp/img_bg-grade.jpg);
    }
}

/* ---------------------------------------------
*   font-wight
--------------------------------------------- */
.fw-normal {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

/* ---------------------------------------------
*   text-align
--------------------------------------------- */
.txt-al-center {
    text-align: center !important;
}

.txt-al-right {
    text-align: right !important;
}

.txt-al-left {
    text-align: left !important;
}

/* ---------------------------------------------
*   text-narrow
--------------------------------------------- */
@media screen and (min-width: 751px) {
    .txt-pc-narrow {
        letter-spacing: -0.05em;
    }
}

@media screen and (min-width: 751px) {
    .txt-pc-nowrap {
        white-space: nowrap;
    }
}

@media screen and (max-width: 750px) {
    .txt-sp-narrow {
        letter-spacing: -0.05em;
    }
}

@media screen and (max-width: 750px) {
    .txt-sp-nowrap {
        white-space: nowrap;
    }
}

/* ---------------------------------------------
*   posr
--------------------------------------------- */
.posr {
    position: relative;
}

@media screen and (min-width: 751px) {
    .pc-hide {
        display: none !important;
    }
}

@media screen and (min-width: 1025px) {
    .pc-tb-hide {
        display: none !important;
    }
}

@media screen and (max-width: 1024px) {
    .sp-tb-hide {
        display: none !important;
    }
}

@media screen and (max-width: 750px) {
    .sp-hide {
        display: none !important;
    }
}

/* ---------------------------------------------
*   margin-top
--------------------------------------------- */
.mgt-pc--0 {
    margin-top: 0 !important;
}

.mgt-pc--5 {
    margin-top: 5px !important;
}

.mgt-pc--10 {
    margin-top: 10px !important;
}

.mgt-pc--15 {
    margin-top: 15px !important;
}

.mgt-pc--20 {
    margin-top: 20px !important;
}

.mgt-pc--25 {
    margin-top: 25px !important;
}

.mgt-pc--30 {
    margin-top: 30px !important;
}

.mgt-pc--35 {
    margin-top: 35px !important;
}

.mgt-pc--40 {
    margin-top: 40px !important;
}

.mgt-pc--45 {
    margin-top: 45px !important;
}

.mgt-pc--50 {
    margin-top: 50px !important;
}

.mgt-pc--55 {
    margin-top: 55px !important;
}

.mgt-pc--60 {
    margin-top: 60px !important;
}

.mgt-pc--65 {
    margin-top: 65px !important;
}

.mgt-pc--70 {
    margin-top: 70px !important;
}

.mgt-pc--75 {
    margin-top: 75px !important;
}

.mgt-pc--80 {
    margin-top: 80px !important;
}

.mgt-pc--85 {
    margin-top: 85px !important;
}

.mgt-pc--90 {
    margin-top: 90px !important;
}

.mgt-pc--95 {
    margin-top: 95px !important;
}

.mgt-pc--100 {
    margin-top: 100px !important;
}

.mgt-pc--105 {
    margin-top: 105px !important;
}

.mgt-pc--110 {
    margin-top: 110px !important;
}

.mgt-pc--115 {
    margin-top: 115px !important;
}

.mgt-pc--120 {
    margin-top: 120px !important;
}

.mgt-pc--125 {
    margin-top: 125px !important;
}

.mgt-pc--130 {
    margin-top: 130px !important;
}

.mgt-pc--135 {
    margin-top: 135px !important;
}

.mgt-pc--140 {
    margin-top: 140px !important;
}

.mgt-pc--145 {
    margin-top: 145px !important;
}

.mgt-pc--150 {
    margin-top: 150px !important;
}

.mgt-pc--155 {
    margin-top: 155px !important;
}

.mgt-pc--160 {
    margin-top: 160px !important;
}

.mgt-pc--165 {
    margin-top: 165px !important;
}

.mgt-pc--170 {
    margin-top: 170px !important;
}

.mgt-pc--175 {
    margin-top: 175px !important;
}

.mgt-pc--180 {
    margin-top: 180px !important;
}

.mgt-pc--185 {
    margin-top: 185px !important;
}

.mgt-pc--190 {
    margin-top: 190px !important;
}

.mgt-pc--195 {
    margin-top: 195px !important;
}

.mgt-pc--200 {
    margin-top: 200px !important;
}

.mgt-pc--205 {
    margin-top: 205px !important;
}

.mgt-pc--210 {
    margin-top: 210px !important;
}

.mgt-pc--215 {
    margin-top: 215px !important;
}

.mgt-pc--220 {
    margin-top: 220px !important;
}

.mgt-pc--225 {
    margin-top: 225px !important;
}

.mgt-pc--230 {
    margin-top: 230px !important;
}

.mgt-pc--235 {
    margin-top: 235px !important;
}

.mgt-pc--240 {
    margin-top: 240px !important;
}

.mgt-pc--245 {
    margin-top: 245px !important;
}

.mgt-pc--250 {
    margin-top: 250px !important;
}

@media screen and (max-width: 1350px) {
    .mgt-pc--0 {
        margin-top: 0 !important;
    }
    .mgt-pc--5 {
        margin-top: 0.37037vw !important;
    }
    .mgt-pc--10 {
        margin-top: 0.74074vw !important;
    }
    .mgt-pc--15 {
        margin-top: 1.11111vw !important;
    }
    .mgt-pc--20 {
        margin-top: 1.48148vw !important;
    }
    .mgt-pc--25 {
        margin-top: 1.85185vw !important;
    }
    .mgt-pc--30 {
        margin-top: 2.22222vw !important;
    }
    .mgt-pc--35 {
        margin-top: 2.59259vw !important;
    }
    .mgt-pc--40 {
        margin-top: 2.96296vw !important;
    }
    .mgt-pc--45 {
        margin-top: 3.33333vw !important;
    }
    .mgt-pc--50 {
        margin-top: 3.7037vw !important;
    }
    .mgt-pc--55 {
        margin-top: 4.07407vw !important;
    }
    .mgt-pc--60 {
        margin-top: 4.44444vw !important;
    }
    .mgt-pc--65 {
        margin-top: 4.81481vw !important;
    }
    .mgt-pc--70 {
        margin-top: 5.18519vw !important;
    }
    .mgt-pc--75 {
        margin-top: 5.55556vw !important;
    }
    .mgt-pc--80 {
        margin-top: 5.92593vw !important;
    }
    .mgt-pc--85 {
        margin-top: 6.2963vw !important;
    }
    .mgt-pc--90 {
        margin-top: 6.66667vw !important;
    }
    .mgt-pc--95 {
        margin-top: 7.03704vw !important;
    }
    .mgt-pc--100 {
        margin-top: 7.40741vw !important;
    }
    .mgt-pc--105 {
        margin-top: 7.77778vw !important;
    }
    .mgt-pc--110 {
        margin-top: 8.14815vw !important;
    }
    .mgt-pc--115 {
        margin-top: 8.51852vw !important;
    }
    .mgt-pc--120 {
        margin-top: 8.88889vw !important;
    }
    .mgt-pc--125 {
        margin-top: 9.25926vw !important;
    }
    .mgt-pc--130 {
        margin-top: 9.62963vw !important;
    }
    .mgt-pc--135 {
        margin-top: 10vw !important;
    }
    .mgt-pc--140 {
        margin-top: 10.37037vw !important;
    }
    .mgt-pc--145 {
        margin-top: 10.74074vw !important;
    }
    .mgt-pc--150 {
        margin-top: 11.11111vw !important;
    }
    .mgt-pc--155 {
        margin-top: 11.48148vw !important;
    }
    .mgt-pc--160 {
        margin-top: 11.85185vw !important;
    }
    .mgt-pc--165 {
        margin-top: 12.22222vw !important;
    }
    .mgt-pc--170 {
        margin-top: 12.59259vw !important;
    }
    .mgt-pc--175 {
        margin-top: 12.96296vw !important;
    }
    .mgt-pc--180 {
        margin-top: 13.33333vw !important;
    }
    .mgt-pc--185 {
        margin-top: 13.7037vw !important;
    }
    .mgt-pc--190 {
        margin-top: 14.07407vw !important;
    }
    .mgt-pc--195 {
        margin-top: 14.44444vw !important;
    }
    .mgt-pc--200 {
        margin-top: 14.81481vw !important;
    }
    .mgt-pc--205 {
        margin-top: 15.18519vw !important;
    }
    .mgt-pc--210 {
        margin-top: 15.55556vw !important;
    }
    .mgt-pc--215 {
        margin-top: 15.92593vw !important;
    }
    .mgt-pc--220 {
        margin-top: 16.2963vw !important;
    }
    .mgt-pc--225 {
        margin-top: 16.66667vw !important;
    }
    .mgt-pc--230 {
        margin-top: 17.03704vw !important;
    }
    .mgt-pc--235 {
        margin-top: 17.40741vw !important;
    }
    .mgt-pc--240 {
        margin-top: 17.77778vw !important;
    }
    .mgt-pc--245 {
        margin-top: 18.14815vw !important;
    }
    .mgt-pc--250 {
        margin-top: 18.51852vw !important;
    }
}

@media screen and (max-width: 750px) {
    .mgt-sp--0 {
        margin-top: 0 !important;
    }
    .mgt-sp--5 {
        margin-top: 0.66667vw !important;
    }
    .mgt-sp--10 {
        margin-top: 1.33333vw !important;
    }
    .mgt-sp--15 {
        margin-top: 2vw !important;
    }
    .mgt-sp--20 {
        margin-top: 2.66667vw !important;
    }
    .mgt-sp--25 {
        margin-top: 3.33333vw !important;
    }
    .mgt-sp--30 {
        margin-top: 4vw !important;
    }
    .mgt-sp--35 {
        margin-top: 4.66667vw !important;
    }
    .mgt-sp--40 {
        margin-top: 5.33333vw !important;
    }
    .mgt-sp--45 {
        margin-top: 6vw !important;
    }
    .mgt-sp--50 {
        margin-top: 6.66667vw !important;
    }
    .mgt-sp--55 {
        margin-top: 7.33333vw !important;
    }
    .mgt-sp--60 {
        margin-top: 8vw !important;
    }
    .mgt-sp--65 {
        margin-top: 8.66667vw !important;
    }
    .mgt-sp--70 {
        margin-top: 9.33333vw !important;
    }
    .mgt-sp--75 {
        margin-top: 10vw !important;
    }
    .mgt-sp--80 {
        margin-top: 10.66667vw !important;
    }
    .mgt-sp--85 {
        margin-top: 11.33333vw !important;
    }
    .mgt-sp--90 {
        margin-top: 12vw !important;
    }
    .mgt-sp--95 {
        margin-top: 12.66667vw !important;
    }
    .mgt-sp--100 {
        margin-top: 13.33333vw !important;
    }
    .mgt-sp--105 {
        margin-top: 14vw !important;
    }
    .mgt-sp--110 {
        margin-top: 14.66667vw !important;
    }
    .mgt-sp--115 {
        margin-top: 15.33333vw !important;
    }
    .mgt-sp--120 {
        margin-top: 16vw !important;
    }
    .mgt-sp--125 {
        margin-top: 16.66667vw !important;
    }
    .mgt-sp--130 {
        margin-top: 17.33333vw !important;
    }
    .mgt-sp--135 {
        margin-top: 18vw !important;
    }
    .mgt-sp--140 {
        margin-top: 18.66667vw !important;
    }
    .mgt-sp--145 {
        margin-top: 19.33333vw !important;
    }
    .mgt-sp--150 {
        margin-top: 20vw !important;
    }
    .mgt-sp--155 {
        margin-top: 20.66667vw !important;
    }
    .mgt-sp--160 {
        margin-top: 21.33333vw !important;
    }
    .mgt-sp--165 {
        margin-top: 22vw !important;
    }
    .mgt-sp--170 {
        margin-top: 22.66667vw !important;
    }
    .mgt-sp--175 {
        margin-top: 23.33333vw !important;
    }
    .mgt-sp--180 {
        margin-top: 24vw !important;
    }
    .mgt-sp--185 {
        margin-top: 24.66667vw !important;
    }
    .mgt-sp--190 {
        margin-top: 25.33333vw !important;
    }
    .mgt-sp--195 {
        margin-top: 26vw !important;
    }
    .mgt-sp--200 {
        margin-top: 26.66667vw !important;
    }
    .mgt-sp--205 {
        margin-top: 27.33333vw !important;
    }
    .mgt-sp--210 {
        margin-top: 28vw !important;
    }
    .mgt-sp--215 {
        margin-top: 28.66667vw !important;
    }
    .mgt-sp--220 {
        margin-top: 29.33333vw !important;
    }
    .mgt-sp--225 {
        margin-top: 30vw !important;
    }
    .mgt-sp--230 {
        margin-top: 30.66667vw !important;
    }
    .mgt-sp--235 {
        margin-top: 31.33333vw !important;
    }
    .mgt-sp--240 {
        margin-top: 32vw !important;
    }
    .mgt-sp--245 {
        margin-top: 32.66667vw !important;
    }
    .mgt-sp--250 {
        margin-top: 33.33333vw !important;
    }
}

/* ---------------------------------------------
*   margin-bottom
--------------------------------------------- */
.mgb-pc--0 {
    margin-bottom: 0 !important;
}

.mgb-pc--5 {
    margin-bottom: 5px !important;
}

.mgb-pc--10 {
    margin-bottom: 10px !important;
}

.mgb-pc--15 {
    margin-bottom: 15px !important;
}

.mgb-pc--20 {
    margin-bottom: 20px !important;
}

.mgb-pc--25 {
    margin-bottom: 25px !important;
}

.mgb-pc--30 {
    margin-bottom: 30px !important;
}

.mgb-pc--35 {
    margin-bottom: 35px !important;
}

.mgb-pc--40 {
    margin-bottom: 40px !important;
}

.mgb-pc--45 {
    margin-bottom: 45px !important;
}

.mgb-pc--50 {
    margin-bottom: 50px !important;
}

.mgb-pc--55 {
    margin-bottom: 55px !important;
}

.mgb-pc--60 {
    margin-bottom: 60px !important;
}

.mgb-pc--65 {
    margin-bottom: 65px !important;
}

.mgb-pc--70 {
    margin-bottom: 70px !important;
}

.mgb-pc--75 {
    margin-bottom: 75px !important;
}

.mgb-pc--80 {
    margin-bottom: 80px !important;
}

.mgb-pc--85 {
    margin-bottom: 85px !important;
}

.mgb-pc--90 {
    margin-bottom: 90px !important;
}

.mgb-pc--95 {
    margin-bottom: 95px !important;
}

.mgb-pc--100 {
    margin-bottom: 100px !important;
}

.mgb-pc--105 {
    margin-bottom: 105px !important;
}

.mgb-pc--110 {
    margin-bottom: 110px !important;
}

.mgb-pc--115 {
    margin-bottom: 115px !important;
}

.mgb-pc--120 {
    margin-bottom: 120px !important;
}

.mgb-pc--125 {
    margin-bottom: 125px !important;
}

.mgb-pc--130 {
    margin-bottom: 130px !important;
}

.mgb-pc--135 {
    margin-bottom: 135px !important;
}

.mgb-pc--140 {
    margin-bottom: 140px !important;
}

.mgb-pc--145 {
    margin-bottom: 145px !important;
}

.mgb-pc--150 {
    margin-bottom: 150px !important;
}

.mgb-pc--155 {
    margin-bottom: 155px !important;
}

.mgb-pc--160 {
    margin-bottom: 160px !important;
}

.mgb-pc--165 {
    margin-bottom: 165px !important;
}

.mgb-pc--170 {
    margin-bottom: 170px !important;
}

.mgb-pc--175 {
    margin-bottom: 175px !important;
}

.mgb-pc--180 {
    margin-bottom: 180px !important;
}

.mgb-pc--185 {
    margin-bottom: 185px !important;
}

.mgb-pc--190 {
    margin-bottom: 190px !important;
}

.mgb-pc--195 {
    margin-bottom: 195px !important;
}

.mgb-pc--200 {
    margin-bottom: 200px !important;
}

.mgb-pc--205 {
    margin-bottom: 205px !important;
}

.mgb-pc--210 {
    margin-bottom: 210px !important;
}

.mgb-pc--215 {
    margin-bottom: 215px !important;
}

.mgb-pc--220 {
    margin-bottom: 220px !important;
}

.mgb-pc--225 {
    margin-bottom: 225px !important;
}

.mgb-pc--230 {
    margin-bottom: 230px !important;
}

.mgb-pc--235 {
    margin-bottom: 235px !important;
}

.mgb-pc--240 {
    margin-bottom: 240px !important;
}

.mgb-pc--245 {
    margin-bottom: 245px !important;
}

.mgb-pc--250 {
    margin-bottom: 250px !important;
}

@media screen and (max-width: 1350px) {
    .mgb-pc--0 {
        margin-bottom: 0 !important;
    }
    .mgb-pc--5 {
        margin-bottom: 0.37037vw !important;
    }
    .mgb-pc--10 {
        margin-bottom: 0.74074vw !important;
    }
    .mgb-pc--15 {
        margin-bottom: 1.11111vw !important;
    }
    .mgb-pc--20 {
        margin-bottom: 1.48148vw !important;
    }
    .mgb-pc--25 {
        margin-bottom: 1.85185vw !important;
    }
    .mgb-pc--30 {
        margin-bottom: 2.22222vw !important;
    }
    .mgb-pc--35 {
        margin-bottom: 2.59259vw !important;
    }
    .mgb-pc--40 {
        margin-bottom: 2.96296vw !important;
    }
    .mgb-pc--45 {
        margin-bottom: 3.33333vw !important;
    }
    .mgb-pc--50 {
        margin-bottom: 3.7037vw !important;
    }
    .mgb-pc--55 {
        margin-bottom: 4.07407vw !important;
    }
    .mgb-pc--60 {
        margin-bottom: 4.44444vw !important;
    }
    .mgb-pc--65 {
        margin-bottom: 4.81481vw !important;
    }
    .mgb-pc--70 {
        margin-bottom: 5.18519vw !important;
    }
    .mgb-pc--75 {
        margin-bottom: 5.55556vw !important;
    }
    .mgb-pc--80 {
        margin-bottom: 5.92593vw !important;
    }
    .mgb-pc--85 {
        margin-bottom: 6.2963vw !important;
    }
    .mgb-pc--90 {
        margin-bottom: 6.66667vw !important;
    }
    .mgb-pc--95 {
        margin-bottom: 7.03704vw !important;
    }
    .mgb-pc--100 {
        margin-bottom: 7.40741vw !important;
    }
    .mgb-pc--105 {
        margin-bottom: 7.77778vw !important;
    }
    .mgb-pc--110 {
        margin-bottom: 8.14815vw !important;
    }
    .mgb-pc--115 {
        margin-bottom: 8.51852vw !important;
    }
    .mgb-pc--120 {
        margin-bottom: 8.88889vw !important;
    }
    .mgb-pc--125 {
        margin-bottom: 9.25926vw !important;
    }
    .mgb-pc--130 {
        margin-bottom: 9.62963vw !important;
    }
    .mgb-pc--135 {
        margin-bottom: 10vw !important;
    }
    .mgb-pc--140 {
        margin-bottom: 10.37037vw !important;
    }
    .mgb-pc--145 {
        margin-bottom: 10.74074vw !important;
    }
    .mgb-pc--150 {
        margin-bottom: 11.11111vw !important;
    }
    .mgb-pc--155 {
        margin-bottom: 11.48148vw !important;
    }
    .mgb-pc--160 {
        margin-bottom: 11.85185vw !important;
    }
    .mgb-pc--165 {
        margin-bottom: 12.22222vw !important;
    }
    .mgb-pc--170 {
        margin-bottom: 12.59259vw !important;
    }
    .mgb-pc--175 {
        margin-bottom: 12.96296vw !important;
    }
    .mgb-pc--180 {
        margin-bottom: 13.33333vw !important;
    }
    .mgb-pc--185 {
        margin-bottom: 13.7037vw !important;
    }
    .mgb-pc--190 {
        margin-bottom: 14.07407vw !important;
    }
    .mgb-pc--195 {
        margin-bottom: 14.44444vw !important;
    }
    .mgb-pc--200 {
        margin-bottom: 14.81481vw !important;
    }
    .mgb-pc--205 {
        margin-bottom: 15.18519vw !important;
    }
    .mgb-pc--210 {
        margin-bottom: 15.55556vw !important;
    }
    .mgb-pc--215 {
        margin-bottom: 15.92593vw !important;
    }
    .mgb-pc--220 {
        margin-bottom: 16.2963vw !important;
    }
    .mgb-pc--225 {
        margin-bottom: 16.66667vw !important;
    }
    .mgb-pc--230 {
        margin-bottom: 17.03704vw !important;
    }
    .mgb-pc--235 {
        margin-bottom: 17.40741vw !important;
    }
    .mgb-pc--240 {
        margin-bottom: 17.77778vw !important;
    }
    .mgb-pc--245 {
        margin-bottom: 18.14815vw !important;
    }
    .mgb-pc--250 {
        margin-bottom: 18.51852vw !important;
    }
}

@media screen and (max-width: 750px) {
    .mgb-sp--0 {
        margin-bottom: 0 !important;
    }
    .mgb-sp--5 {
        margin-bottom: 0.66667vw !important;
    }
    .mgb-sp--10 {
        margin-bottom: 1.33333vw !important;
    }
    .mgb-sp--15 {
        margin-bottom: 2vw !important;
    }
    .mgb-sp--20 {
        margin-bottom: 2.66667vw !important;
    }
    .mgb-sp--25 {
        margin-bottom: 3.33333vw !important;
    }
    .mgb-sp--30 {
        margin-bottom: 4vw !important;
    }
    .mgb-sp--35 {
        margin-bottom: 4.66667vw !important;
    }
    .mgb-sp--40 {
        margin-bottom: 5.33333vw !important;
    }
    .mgb-sp--45 {
        margin-bottom: 6vw !important;
    }
    .mgb-sp--50 {
        margin-bottom: 6.66667vw !important;
    }
    .mgb-sp--55 {
        margin-bottom: 7.33333vw !important;
    }
    .mgb-sp--60 {
        margin-bottom: 8vw !important;
    }
    .mgb-sp--65 {
        margin-bottom: 8.66667vw !important;
    }
    .mgb-sp--70 {
        margin-bottom: 9.33333vw !important;
    }
    .mgb-sp--75 {
        margin-bottom: 10vw !important;
    }
    .mgb-sp--80 {
        margin-bottom: 10.66667vw !important;
    }
    .mgb-sp--85 {
        margin-bottom: 11.33333vw !important;
    }
    .mgb-sp--90 {
        margin-bottom: 12vw !important;
    }
    .mgb-sp--95 {
        margin-bottom: 12.66667vw !important;
    }
    .mgb-sp--100 {
        margin-bottom: 13.33333vw !important;
    }
    .mgb-sp--105 {
        margin-bottom: 14vw !important;
    }
    .mgb-sp--110 {
        margin-bottom: 14.66667vw !important;
    }
    .mgb-sp--115 {
        margin-bottom: 15.33333vw !important;
    }
    .mgb-sp--120 {
        margin-bottom: 16vw !important;
    }
    .mgb-sp--125 {
        margin-bottom: 16.66667vw !important;
    }
    .mgb-sp--130 {
        margin-bottom: 17.33333vw !important;
    }
    .mgb-sp--135 {
        margin-bottom: 18vw !important;
    }
    .mgb-sp--140 {
        margin-bottom: 18.66667vw !important;
    }
    .mgb-sp--145 {
        margin-bottom: 19.33333vw !important;
    }
    .mgb-sp--150 {
        margin-bottom: 20vw !important;
    }
    .mgb-sp--155 {
        margin-bottom: 20.66667vw !important;
    }
    .mgb-sp--160 {
        margin-bottom: 21.33333vw !important;
    }
    .mgb-sp--165 {
        margin-bottom: 22vw !important;
    }
    .mgb-sp--170 {
        margin-bottom: 22.66667vw !important;
    }
    .mgb-sp--175 {
        margin-bottom: 23.33333vw !important;
    }
    .mgb-sp--180 {
        margin-bottom: 24vw !important;
    }
    .mgb-sp--185 {
        margin-bottom: 24.66667vw !important;
    }
    .mgb-sp--190 {
        margin-bottom: 25.33333vw !important;
    }
    .mgb-sp--195 {
        margin-bottom: 26vw !important;
    }
    .mgb-sp--200 {
        margin-bottom: 26.66667vw !important;
    }
    .mgb-sp--205 {
        margin-bottom: 27.33333vw !important;
    }
    .mgb-sp--210 {
        margin-bottom: 28vw !important;
    }
    .mgb-sp--215 {
        margin-bottom: 28.66667vw !important;
    }
    .mgb-sp--220 {
        margin-bottom: 29.33333vw !important;
    }
    .mgb-sp--225 {
        margin-bottom: 30vw !important;
    }
    .mgb-sp--230 {
        margin-bottom: 30.66667vw !important;
    }
    .mgb-sp--235 {
        margin-bottom: 31.33333vw !important;
    }
    .mgb-sp--240 {
        margin-bottom: 32vw !important;
    }
    .mgb-sp--245 {
        margin-bottom: 32.66667vw !important;
    }
    .mgb-sp--250 {
        margin-bottom: 33.33333vw !important;
    }
}
