/**************************
* modal
***************************/
.js-modal-target {
    display: none
}

.js-modal.js-generated-modal {
    bottom: 0;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1001
}

.js-modal.js-generated-modal .js-modal__wrapper {
    height: 100%;
    padding: 20px 0;
    top: 0
}

.js-modal.js-generated-modal .js-modal__content,
.js-modal.js-generated-modal .js-modal__wrapper {
    position: relative;
    width: 100%;
    z-index: 999
}

.js-modal.js-generated-modal .js-modal__content {
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
    margin: 0 auto;
    max-height: 100%;
    overflow: hidden
}

.js-modal.js-generated-modal .js-modal__bg {
    background: rgba(0, 0, 0, .7);
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%
}

.js-modal.js-generated-modal .js-modal__close {
    height: 30px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1100
}

.js-modal.js-generated-modal .js-modal__close-button {
    cursor: pointer;
    height: 30px;
    position: absolute;
    right: 30px;
    width: 30px
}

.js-modal.js-generated-modal .js-modal__close-button:after,
.js-modal.js-generated-modal .js-modal__close-button:before {
    background: #fff;
    content: "";
    display: block;
    position: absolute
}

.js-modal.js-generated-modal .js-modal__close-button:before {
    height: 4px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    width: 100%
}

.js-modal.js-generated-modal .js-modal__close-button:after {
    height: 100%;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    width: 4px
}

.js-modal.js-generated-modal .js-modal__next,
.js-modal.js-generated-modal .js-modal__prev {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: none;
    box-shadow: none;
    cursor: pointer;
    display: block;
    height: 20px;
    outline: none;
    overflow: hidden;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    width: 20px
}

.js-modal.js-generated-modal .js-modal__prev {
    border-left: 4px solid #fff;
    border-top: 4px solid #fff;
    left: 8px
}

.js-modal.js-generated-modal .js-modal__next {
    border-bottom: 4px solid #fff;
    border-right: 4px solid #fff;
    right: 8px
}

.js-modal.js-generated-modal .js-modal__view {
    margin: 20px 0;
    overflow: auto
}

.js-modal.js-generated-modal .js-modal__movie {
    background: #000;
    height: 0;
    margin: 20px 0;
    padding-top: 56.25%;
    position: relative;
    width: 100%
}

.js-modal.js-generated-modal .js-modal__movie__wrapper {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.js-modal.js-generated-modal .js-modal__movie__body {
    height: 100%;
    width: 100%
}

.js-modal.js-generated-modal .js-modal__bottom-ui {
    align-items: center;
    background: #fff;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    height: 13.333333333333334vw;
    justify-content: center;
    margin: 10.266666666666667vw auto 0;
    width: 27.46666666666667vw
}

.js-modal.js-generated-modal .js-modal__bottom-close,
.js-modal.js-generated-modal .js-modal__bottom-next,
.js-modal.js-generated-modal .js-modal__bottom-prev {
    cursor: pointer
}

.js-modal.js-generated-modal .js-modal__bottom-close {
    color: #000;
    font-size: 4.266666666666667vw;
    font-weight: 700;
    margin-left: 1.866666666666667vw;
    text-decoration: none
}


.c-cv-menu {
    background: #fff;
    border-radius: 10px;
    padding: 0 2.666666666666667vw
}

.c-cv-menu img {
    height: auto;
    max-width: 100%
}

.c-cv-menu__item {
    position: relative
}

.c-cv-menu__item:after {
    border-bottom: 3px solid #083090;
    border-right: 3px solid #083090;
    content: "";
    display: block;
    height: 2.133333333333333vw;
    position: absolute;
    right: 3%;
    top: 50%;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
    width: 2.133333333333333vw
}

.c-cv-menu__item + .c-cv-menu__item {
    border-top: 1px solid rgba(0, 0, 0, .2)
}

.c-cv-menu__link {
    color: #083090;
    display: block;
    font-size: 3.733333333333334vw;
    font-weight: 700;
    line-height: 1;
    padding: 5.333333333333334vw 0 5.333333333333334vw 2.666666666666667vw;
    text-decoration: none
}

#display-modal-menu .c-modal__inner {
    padding: 0 5.333333333333334vw
}

#recommendContents .c-fixed-button {
    box-sizing: border-box;
    background: #083090;
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 10
}

#recommendContents .c-fixed-button__inner {
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .3);
    height: 48px;
    position: relative;
    transition: height .2s cubic-bezier(.39, .575, .565, 1), opacity .2s cubic-bezier(.39, .575, .565, 1);
}

#recommendContents .c-fixed-button__button-area {
    background: #fff;
    display: flex;
    height: 100%
}

#recommendContents .c-fixed-button__item-button {
    background: #083090;
    border: none;
    cursor: pointer;
    flex: 1 1 auto;
    outline: none;
    padding: 0;
    width: 100%
}

#recommendContents .c-fixed-button__item-button + .c-fixed-button__item-button {
    margin-left: 2px
}

#recommendContents .c-fixed-button__text {
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.34;
    position: relative;
    text-align: left;
    -webkit-transform: translateX(-5vw);
    transform: translateX(-5vw)
}

#recommendContents .c-fixed-button__text:after {
    background: url(../img/icon_blank_white.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 15px;
    position: absolute;
    right: -10.133333333333333vw;
    top: 53%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px
}

#recommendContents .c-fixed-button__text--link:after {
    background: none;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: "";
    height: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    width: 10px
}

#recommendContents .c-fixed-button__item-menu {
    align-items: center;
    background: #083090;
    cursor: pointer;
    display: flex;
    flex: 0 0 50px;
    flex-direction: column;
    justify-content: center;
    margin-left: 2px
}

#recommendContents .c-fixed-button__item-menu span {
    background: #fff;
    display: inline-block;
    height: 4px;
    width: 20px
}

#recommendContents .c-fixed-button__item-menu span + span {
    margin-top: 4px
}

#recommendContents .c-fixed-button__close {
    align-items: center;
    background: #083090;
    border: none;
    cursor: pointer;
    display: flex;
    flex: 0 0 50px;
    justify-content: center;
    margin-right: 2px;
    outline: none;
    padding: 0;
    position: relative
}

#recommendContents .c-fixed-button__close:after,
#recommendContents .c-fixed-button__close:before {
    background-color: #fff;
    content: "";
    display: block;
    height: 20px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    width: 4px
}

#recommendContents .c-fixed-button__close:before {
    height: 4px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    width: 20px
}

#recommendContents .c-fixed-button__close:after {
    right: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.c-fixed-button__open {
    bottom: 0;
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transition: opacity .2s cubic-bezier(.39, .575, .565, 1), height .2s cubic-bezier(.39, .575, .565, 1);
    width: 100%
}

#recommendContents .c-fixed-button__open-btn {
    align-items: center;
    background-color: #083090;
    border: none;
    cursor: pointer;
    display: flex;
    height: 100%;
    justify-content: center;
    outline: none;
    padding: 0;
    transition: background-color .2s cubic-bezier(.39, .575, .565, 1);
    width: 100%
}

#recommendContents .c-fixed-button__open-btn:before {
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: "";
    display: block;
    height: 15px;
    margin-top: 13px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    width: 15px
}

#recommendContents .is-close .c-fixed-button__inner {
    height: 27px;
    opacity: 0;
    pointer-events: none
}

#recommendContents .is-close .c-fixed-button__open {
    height: 27px;
    opacity: 1;
    pointer-events: auto
}

.c-icon-arrow {
    align-items: center;
    background: #083090;
    border-radius: 100%;
    display: flex;
    height: 8.799999999999999vw;
    justify-content: center;
    position: relative;
    width: 8.799999999999999vw
}

.c-icon-arrow:before {
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: "";
    display: block;
    height: 2.666666666666667vw;
    left: 25%;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 2.666666666666667vw
}

.c-icon-arrow--anchor {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.c-icon-blank {
    align-items: center;
    background: #083090;
    border-radius: 100%;
    display: flex;
    height: 8.799999999999999vw;
    justify-content: center;
    position: relative;
    width: 8.799999999999999vw
}

.c-icon-blank:before {
    background: url(../img/icon_blank_white.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 4vw;
    width: 5.333333333333334vw
}

.c-icon-close {
    align-items: center;
    background: #c7c7c7;
    border-radius: 100%;
    display: flex;
    height: 8.799999999999999vw;
    justify-content: center;
    position: relative;
    width: 8.799999999999999vw
}

.c-icon-close:after,
.c-icon-close:before {
    background-color: #fff;
    content: "";
    display: block;
    height: 4.266666666666667vw;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    width: 1.066666666666667vw
}

.c-icon-close:before {
    height: 1.066666666666667vw;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    width: 4.266666666666667vw
}

.c-icon-close:after {
    right: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.c-icon-minus {
    align-items: center;
    background: #c7c7c7;
    border-radius: 100%;
    display: flex;
    height: 8.799999999999999vw;
    justify-content: center;
    position: relative;
    width: 8.799999999999999vw
}

.c-icon-minus:before {
    background-color: #fff;
    content: "";
    height: .8vw;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 3.733333333333334vw
}

.c-icon-plus {
    align-items: center;
    background: #083090;
    border-radius: 100%;
    display: flex;
    height: 8.799999999999999vw;
    justify-content: center;
    position: relative;
    width: 8.799999999999999vw
}

.c-icon-plus:after,
.c-icon-plus:before {
    background-color: #fff;
    content: "";
    display: block;
    height: 3.733333333333334vw;
    width: .8vw
}

.c-icon-plus:before {
    height: .8vw;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 3.733333333333334vw
}

.is-open .c-icon-plus {
    background: #c7c7c7
}

.is-open .c-icon-plus:after {
    display: none
}

.c-icon-plus--color-black {
    background: #000
}

.c-icon-text {
    color: #083090;
    font-size: 3.466666666666666vw;
    font-weight: 700;
    letter-spacing: -.16em;
    line-height: 1.15;
    margin-top: .8vw;
    text-align: center;
    text-decoration: none
}

.c-image {
    height: auto;
    width: 100%
}

.c-modal img {
    height: auto;
    max-width: 100%
}

.c-modal__inner {
    padding: 0 9.6vw
}

.c-modal__col {
    background: #fff;
    border-radius: 10px;
    padding: 5.866666666666666vw 4.8vw
}

.c-modal__col + .c-modal__col {
    margin: 4.266666666666667vw 0 0
}

.c-modal__icon {
    flex-direction: column;
    height: 14.000000000000002vw;
    margin: 0 auto
}

.c-modal__button,
.c-modal__icon {
    display: flex;
    justify-content: center
}

.c-modal__button {
    align-items: center;
    background: #083090;
    border-radius: 11px;
    box-shadow: 0 5px 0 0 #000;
    color: #fff !important;
    font-size: 3.2vw;
    font-weight: 700;
    height: 12.266666666666666vw;
    letter-spacing: -.02em;
    margin-top: 3.2vw;
    padding: 0 4.8vw;
    position: relative;
    text-decoration: none
}

.c-modal__button:after {
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: "";
    display: block;
    height: 1.6vw;
    position: absolute;
    right: 4%;
    top: 47%;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
    width: 1.6vw
}

.c-modal__button--blank:after {
    background: url(../img/icon_blank_white.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    content: "";
    display: block;
    height: 4.8vw;
    position: absolute;
    right: 5%;
    top: 54%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 4.8vw
}

.modal-online {
    width: 12vw
}

.modal-wifi {
    width: 11.866666666666667vw
}

.modal-spot {
    width: 17.2vw
}

.modal-shop {
    width: 13.866666666666665vw
}

@media print,
screen and (min-width:769px) {
    .js-modal.js-generated-modal .js-modal__wrapper {
        align-items: center;
        display: flex;
        overflow-x: hidden;
        padding: 0
    }

    .js-modal.js-generated-modal .js-modal__content {
        height: auto;
        max-width: 852px
    }

    .js-modal--youtube .js-modal.js-generated-modal .js-modal__content {
        max-width: 1020px
    }

    .js-modal.js-generated-modal .js-modal__bottom-ui {
        height: 57px;
        margin: 53px auto 0;
        width: 123px
    }

    .js-modal.js-generated-modal .js-modal__bottom-close {
        font-size: 15px;
        margin-left: 12px
    }

    .c-cv-menu {
        margin: 0 auto;
        max-width: 630px;
        padding: 0 20px;
        width: 100%
    }

    .c-cv-menu__item:after {
        height: 10px;
        width: 10px
    }

    .c-cv-menu__link {
        font-size: 24px;
        padding: 30px 0 30px 20px;
        transition: opacity .2s cubic-bezier(.39, .575, .565, 1)
    }

    .c-cv-menu__link:hover {
        opacity: .7
    }

    #display-modal-menu .c-modal__inner {
        display: block;
        padding: 0
    }

    #recommendContents .c-fixed-button__inner {
        height: 60px;
        margin: 0 auto;
        max-width: 852px;
    }

    #recommendContents .c-fixed-button__button-area {
        padding: 0 2px
    }

    #recommendContents .c-fixed-button__item-button:hover {
        opacity: .7
    }

    #recommendContents .c-fixed-button__item-button + .c-fixed-button__item-button {
        margin-left: 2px
    }

    #recommendContents .c-fixed-button__text {
        font-size: 20px;
        line-height: 2;
        text-align: center;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    #recommendContents .c-fixed-button__text:after {
        display: inline-block;
        height: 15px;
        right: -22%;
        width: 20px
    }

    #recommendContents .c-fixed-button__text--link:after {
        height: 10px;
        right: -22%;
        width: 10px
    }

    .c-fixed-button__item-menu {
        background: #083090;
        flex: 0 0 50px;
        margin-left: 2px
    }

    .c-fixed-button__item-menu:hover {
        opacity: .7
    }

    .c-fixed-button__item-menu span {
        background: #fff;
        height: 4px;
        width: 25px
    }

    .c-fixed-button__item-menu span + span {
        margin-top: 6px
    }

    .c-fixed-button__close {
        flex: 0 0 50px;
        margin-right: 2px;
        position: relative;
        transition: opacity .2s cubic-bezier(.39, .575, .565, 1)
    }

    .c-fixed-button__close:hover {
        opacity: .7
    }

    .c-fixed-button__close:after,
    .c-fixed-button__close:before {
        height: 26px;
        width: 4px
    }

    .c-fixed-button__close:before {
        height: 4px;
        width: 26px
    }

    #recommendContents .c-fixed-button__open-btn:hover {
        background-color: #526eb1
    }

    #recommendContents .c-fixed-button__open-btn:before {
        height: 10px;
        margin-top: 10px;
        width: 10px
    }

    #recommendContents .is-close .c-fixed-button__inner,
    #recommendContents .is-close .c-fixed-button__open {
        height: 40px
    }

    .c-icon-arrow {
        height: 35px;
        width: 35px
    }

    .c-icon-arrow:before {
        height: 10px;
        width: 10px
    }

    .c-icon-blank {
        height: 35px;
        width: 35px
    }

    .c-icon-blank:before {
        height: 15px;
        width: 20px
    }

    .c-icon-close {
        height: 35px;
        width: 35px
    }

    .c-icon-close:after,
    .c-icon-close:before {
        height: 16px;
        width: 4px
    }

    .c-icon-close:before {
        height: 4px;
        width: 16px
    }

    .c-icon-minus {
        height: 35px;
        width: 35px
    }

    .c-icon-minus:before {
        height: 3px;
        width: 14px
    }

    .c-icon-plus {
        height: 35px;
        width: 35px
    }

    .c-icon-plus:after,
    .c-icon-plus:before {
        height: 14px;
        width: 3px
    }

    .c-icon-plus:before {
        height: 3px;
        width: 14px
    }

    .c-icon-text {
        font-size: 13px;
        margin-top: 3px
    }

    .c-image {
        width: auto
    }

    .c-accordion__link .c-image {
        height: auto;
        width: 100%
    }

    .c-modal__inner {
        display: flex;
        justify-content: space-between;
        padding: 0
    }

    .c-modal__col {
        padding: 24px 20px;
        width: 50%
    }

    .c-modal__col + .c-modal__col {
        margin: 0 0 0 29px
    }

    .c-modal__icon {
        height: 78px
    }

    .c-modal__button {
        border-radius: 25px;
        font-size: 15px;
        height: 53px;
        margin-top: 21px;
        padding: 0 18px;
        transition: opacity .2s cubic-bezier(.39, .575, .565, 1)
    }

    .c-modal__button:after {
        height: 6px;
        width: 6px
    }

    .c-modal__button:hover {
        opacity: .7
    }

    .c-modal__button--blank:after {
        height: 18px;
        width: 18px
    }

    .modal-online,
    .modal-wifi {
        width: 66px
    }

    .modal-spot {
        width: 96px
    }

    .modal-shop {
        width: 79px
    }
}


@media print,
screen and (min-width:1179px) {
    .js-modal.js-generated-modal .js-modal__wrapper {
        width: calc(100% + 180px)
    }

    #recommendContents .c-fixed-button {
        padding: 0 0 0 180px
    }

    #recommendContents .c-fixed-button__open-btn {
        width: calc(100% + 180px)
    }
}


.c-modal__button--pink {
    background: #e4007f;
}
  
.c-modal__button--white {
    background: #ffffff;
    color: #000000 !important;
    border: solid 1px #000000;
}
  
.c-modal__button--white:after {
    border-bottom: 3px solid #000000;
    border-right: 3px solid #000000;
}

/**************************
* c-button-group
***************************/

/* SP */
.c-button-group {
    margin: 5.866666666666666vw auto 0;
    width: 86.66666666666667vw
}

.c-button-group__lead {
    font-size: 5.333333333333334vw;
    font-weight: 700;
    line-height: 2.06;
    text-align: center
}

.c-button-group__body {
    margin-top: 3.2vw
}

.c-button-group__col + .c-button-group__col {
    margin: 3.733333333333334vw 0 0
}

.c-button-group__text {
    font-size: 4.266666666666667vw;
    font-weight: 700;
    line-height: 2.19;
    text-align: center
}

.c-button-group--accordion {
    margin: 7.466666666666668vw 0 0;
    width: auto
}

.c-button-group--accordion .c-button-group__col + .c-button-group__col {
    margin: 5.866666666666666vw 0 0
}

.c-button-group--accordion .c-button-group__lead {
    font-size: 4.266666666666667vw
}

.c-button-group--accordion .c-button-group__text {
    font-size: 4vw;
    letter-spacing: .1em
}

.c-button-group--accordion .c-button {
    border-radius: 17px;
    height: 11.866666666666667vw;
    margin: 0 auto;
    width: 64vw
}

.c-button {
    align-items: center;
    background: #e4007f;
    border-radius: 22px;
    box-shadow: 0 5px 0 0 #000;
    color: #fff !important;
    display: flex;
    font-size: 4vw;
    font-weight: 700;
    height: 16vw;
    justify-content: center;
    padding: 0 4.8vw;
    position: relative
}

.c-button:after {
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: "";
    display: block;
    height: 2.666666666666667vw;
    position: absolute;
    right: 5%;
    top: 50%;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
    width: 2.666666666666667vw
}

.c-button--small {
    border-radius: 17px;
    height: 11.866666666666667vw
}

.c-button--blank:after {
    background: url(../img/icon_blank_white.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    height: 4vw;
    right: 10%;
    -webkit-transform: rotate(0) translateY(-50%);
    transform: rotate(0) translateY(-50%);
    width: 5.333333333333334vw
}

.c-button--online:before {
    background: url(../img/icon_online.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 6.933333333333333vw;
    left: 6%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-44%);
    transform: translateY(-44%);
    width: 8vw
}

.c-button--online:after {
    background: url(../img/icon_blank_white.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    height: 4vw;
    -webkit-transform: rotate(0) translateY(-50%);
    transform: rotate(0) translateY(-50%);
    width: 5.333333333333334vw
}

.c-button--shop:before {
    background: url(../img/icon_shop.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 6.933333333333333vw;
    left: 8%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-44%);
    transform: translateY(-44%);
    width: 8vw
}

.c-button--shop-b:before {
  background: url(../img/icon_shop_black.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 6.933333333333333vw;
  left: 8%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-44%);
  transform: translateY(-44%);
  width: 8vw
}

.c-button--white {
  background: #fff;
  border: 1px solid #000;
  color: #000!important;
}
.c-button--white:after {
  width: 10px;
  height: 10px;
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
  content: "";
  display: block;
  position: absolute;
  right: 9%;
  top: 50%;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
}

.c-button--center {
  text-align: center
}


.c-button-white {
    align-items: center;
    background: #fff;
    border: 1px solid #000;
    border-radius: 10px;
    box-shadow: 0 5px 0 0 #000;
    color: #000;
    display: flex;
    font-size: 3.466666666666666vw;
    height: 23.466666666666665vw;
    padding: 0 12.533333333333333vw 0 4vw;
    position: relative
}

.c-button-white:after {
    border-bottom: 3px solid #000;
    border-right: 3px solid #000;
    content: "";
    display: block;
    height: 2.666666666666667vw;
    position: absolute;
    right: 3%;
    top: 50%;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
    width: 2.666666666666667vw
}

.c-button-white--blank:after {
    background: url(../img/icon_blank_black.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    height: 3.466666666666666vw;
    -webkit-transform: rotate(0) translateY(-50%);
    transform: rotate(0) translateY(-50%);
    width: 4.8vw
}

.c-button-white--small {
    height: 17.599999999999998vw
}

@media screen and (max-width:768.98px) {
    .c-button--white:after {
      border-bottom: 3px solid #000;
      border-right: 3px solid #000;
      content: "";
      display: block;
      height: 2.666666666666667vw;
      position: absolute;
      right: 9%;
      top: 50%;
      -webkit-transform: rotate(-45deg) translateY(-50%);
      transform: rotate(-45deg) translateY(-50%);
      width: 2.666666666666667vw;
    }
}

/* PC */
@media print,
screen and (min-width:769px) {
    .c-button-group {
        margin: 46px auto 0;
        width: 704px
    }

    .c-button-group__lead {
        font-size: 20px;
        line-height: 1.3
    }

    .c-button-group__body {
        display: flex;
        justify-content: space-between;
        margin-top: 8px
    }

    .c-button-group__col {
        width: 50%
    }

    .c-button-group__col + .c-button-group__col {
        margin: 0 0 0 24px
    }

    .c-button-group__text {
        font-size: 16px
    }

    .c-button-group--accordion {
        margin: 35px auto 0;
        width: 608px
    }

    .c-button-group--accordion .c-button-group__col {
        width: 296px
    }

    .c-button-group--accordion .c-button-group__col + .c-button-group__col {
        margin: 0 0 0 14px
    }

    .c-button-group--accordion .c-button-group__lead {
        font-size: 20px
    }

    .c-button-group--accordion .c-button-group__text {
        font-size: 16px
    }

    .c-button-group--accordion .c-button {
        border-radius: 20px;
        height: 60px;
        width: auto
    }

    .c-button-group--accordion .c-button--shop:before {
        height: 32px;
        left: 10%;
        width: 32px
    }

    .c-button-group--accordion .c-button--shop-b:before {
      height: 32px;
      left: 10%;
      width: 32px
    }

    .c-button-group--accordion .c-button--online:before {
        height: 32px;
        left: 9%;
        width: 32px
    }

    .c-button {
        border-radius: 30px;
        font-size: 18px;
        height: 80px;
        padding: 0 18px;
        transition: opacity .2s cubic-bezier(.39, .575, .565, 1)
    }

    .c-button:after {
        height: 10px;
        width: 10px
    }

    .c-button:hover {
        opacity: .7
    }

    .c-button--small {
        border-radius: 20px;
        height: 60px
    }

    .c-button--blank:after {
        height: 15px;
        width: 20px
    }

    .c-button--online:before {
        height: 33px;
        width: 41px
    }

    .c-button--online:after {
        height: 15px;
        width: 20px
    }

    .c-button--shop:before {
        height: 29px;
        width: 38px
    }

    .c-button--shop-b:before {
      height: 29px;
      width: 38px
    }

    .c-button-white {
        font-size: 18px;
        height: 79px;
        padding: 0 58px 0 35px;
        transition: opacity .2s cubic-bezier(.39, .575, .565, 1)
    }

    .c-button-white:after {
        height: 10px;
        width: 10px
    }

    .c-button-white:hover {
        opacity: .7
    }

    .c-button-white--blank:after {
        height: 17px;
        width: 23px
    }

    .c-button-white--small {
        height: 79px
    }

    .c-button-group span{
        margin-left: 20px;
      }
}


@media screen and (max-width:768.98px) {
    .pc-only {
        display: none
    }
}

@media screen and (min-width:769px) {
    .sp-only {
        display: none
    }
}