@charset "UTF-8";



/*  ----------------------------------------------------------

kv

----------------------------------------------------------  */
.top-kv {
    position: relative;
    background: #000;
}

#main {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 64rem;
}

@media screen and (max-width: 767px) {
    #main {
        height: 36rem;
    }
}



/*  ----------------------------------------------------------

feature

----------------------------------------------------------  */
.top-feature {
    padding: 10rem 0 10rem 25rem;
    background-color: #000;
    position: relative;
}

.top-feature h2 {
    margin-bottom: 4rem;
}

.top-feature .wrap {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    position: relative;
    z-index: 10;
}

.top-feature .wrap figure {
    width: 65%;
    margin-left: -5%;
}

.top-feature .wrap > div {
    width: 38%;
}

.top-feature .heading-1 {
    text-align: left;
}

.top-feature .heading-1 span {
    align-items: flex-start;
}

.heading-1 span::after {
    margin: 0.8rem 0 0.8rem -1rem;
}

.top-feature h3 {
    font-weight: normal;
    font-size: 1.9rem;
}

.top-feature p {
    margin: 3rem 0 2rem 0;
}

.top-feature .img {
    width: 24rem;
    position: absolute;
    left: 0;
    bottom: -10rem;
}

@media screen and (max-width: 767px) {
    .top-feature {
        padding: 10rem 3rem;
    }

    .top-feature h2 {
        margin-bottom: 4rem;
    }

    .top-feature .wrap {
        display: block;
    }

    .top-feature .wrap figure {
        width: 100%;
        margin-left: 0;
        margin-bottom: 3rem;
    }

    .top-feature .wrap > div {
        width: 100%;
    }

    .top-feature .img {
        width: 18rem;
        position: absolute;
        left: -1rem;
        bottom: -18rem;
    }
}



/*  ----------------------------------------------------------

parallax

----------------------------------------------------------  */
.bg-parallax {
    height: 36rem;
}

.bg-parallax::before {
    content: "";
    background: url(../img/bg-pa.jpg) no-repeat center / cover;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -10;
}

@media screen and (max-width: 767px) {
    .bg-parallax::before {
        background: url(../img/bg-pa-sp.jpg) no-repeat center right / cover;
    }
}



/*  ----------------------------------------------------------

menu

----------------------------------------------------------  */
.top-menu {
    padding: 12rem 10rem 18rem 10rem;
    background-color: #000;
    position: relative;
}

.top-menu ul li {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 10;
}

.top-menu ul li figure {
    width: 45%;
}

.top-menu ul li > div {
    width: 55%;
}

.top-menu ul li:nth-child(odd) > div {
    padding: 0 7rem 0 12rem;
}

.top-menu ul li:nth-child(even) > div {
    padding: 0 5rem 0 10rem;
}

.top-menu ul li:nth-child(even) {
    flex-direction: row-reverse;
}

.top-menu ul li:not(:last-child) {
    margin-bottom: 6rem;
}

.top-menu h3 {
    font-weight: normal;
    font-size: 2.2rem;
}

.top-menu p {
    margin: 3rem 0 4rem 0;
}

.top-menu .img-1 {
    width: 22rem;
    position: absolute;
    right: 0;
    top: 6rem;
}

.top-menu .img-2 {
    width: 24rem;
    position: absolute;
    left: -3rem;
    bottom: -14rem;
}

@media screen and (max-width: 767px) {
    .top-menu {
        padding: 10rem 3rem;
    }

    .top-menu ul li {
        display: block;
    }

    .top-menu ul li figure {
        width: 100%;
        margin-bottom: 3rem;
    }

    .top-menu ul li > div {
        width: 100%;
    }

    .top-menu ul li:nth-child(odd) > div {
        padding: 0;
    }

    .top-menu ul li:nth-child(even) > div {
        padding: 0;
    }

    .top-menu ul li:not(:last-child) {
        margin-bottom: 6rem;
    }

    .top-menu p {
        margin: 2rem 0 3rem 0;
    }

    .top-menu .img-1 {
        width: 16rem;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 10;
    }

    .top-menu .img-2 {
        width: 16rem;
        position: absolute;
        left: -3rem;
        bottom: -14rem;
    }
}



/*  ----------------------------------------------------------

news

----------------------------------------------------------  */
.top-news {
    padding: 12rem 15rem;
    background: url(../img/texture-1.jpg) no-repeat center top;
    background-size: 100% auto;
    background-color: #000;
}

.top-news .more {
    margin: 6rem auto 0 auto;
}

.top-news .CMS-NEWS-MORE-READ {
    display: none;
}

.top-news .CMS-NEWS-INDEX {
    padding-bottom: 0;
}

.CMS-NEWS-INDEX {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-bottom: 10rem;
}

.CMS-NEWS-INDEX > * {
    width: 31%;
    margin-right: 3.5%;
}

.CMS-NEWS-INDEX > *:nth-of-type(3n) {
    margin-right: 0;
}

.CMS-NEWS-INDEX > *:nth-of-type(n + 4) {
    margin-top: 3.5rem;
}

.CMS-NEWS-ITEM a {
    transition: all .3s;
    display: block;
}

.CMS-NEWS-ITEM a:hover {
    opacity: 0.6;
}

.CMS-NEWS-TIME {
    font-size: 1rem;
    margin: 1.8rem 0 0.6rem 0;
    line-height: 1;
}

.CMS-NEWS-LINK {
    font-size: 1.4rem;
    line-height: 1.8;
}

.CMS-NEWS-INDEX > * img {
    height: 20rem;
    width: 100%;
    object-fit: cover;
}

/* read more */
.CMS-NEWS-MORE-READ {
    background: #333;
    border: none;
    padding: 2rem 0 2.2rem;
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    width: 31%;
    display: block;
    transition: all .3s;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    font-family: 'Noto Serif JP', serif;
}

.CMS-NEWS-MORE-READ:hover {
    cursor: pointer;
    opacity: 0.6;
}

/* detail */
.CMS-NEWS-TITLE {
    border-bottom: solid 1px rgba(255, 255, 255, 0.4);
    font-size: 2.2rem;
    margin-bottom: 3rem;
    padding: 1rem 0 1.5rem 0;
    position: relative;
    font-weight: bold;
}

.CMS-NEWS-TITLE:after {
    border-bottom: solid 4px #999;
    bottom: -4px;
    content: " ";
    display: block;
    position: absolute;
    width: 25%;
}

.CMS-NEWS-CONTENT img {
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto 3rem auto;
}

@media screen and (max-width: 767px) {
    .top-news {
        padding: 10rem 3rem;
        background: url(../img/texture-1.jpg) no-repeat center top;
        background-size: 300% auto;
        background-color: #000;
    }

    .top-news .more {
        margin: 5rem auto 0 auto;
    }

    .CMS-NEWS-INDEX {
        display: block;
    }

    .CMS-NEWS-INDEX > * {
        width: 100%;
        margin-right: 0;
    }

    .CMS-NEWS-INDEX > *:nth-of-type(n + 4) {
        margin-top: 0;
    }

    .CMS-NEWS-INDEX > *:nth-of-type(n + 2) {
        margin-top: 3.5rem;
    }

    .CMS-NEWS-TIME {
        margin: 1.5rem 0 0.3rem 0;
    }

    .CMS-NEWS-INDEX > * img {
        height: auto;
    }

    .CMS-NEWS-CONTENT img {
        width: 100%;
    }
}



/*  ----------------------------------------------------------

gallery

----------------------------------------------------------  */
.top-gallery {
    background: url(../img/top-bg-1.jpg) no-repeat center / cover;
    padding: 12rem 0;
}

.top-gallery .more {
    margin: 0 auto;
}

#loopslider {
    margin: 0 auto 4rem auto;
    width: 100%;
    height: 190px;
    text-align: left;
    position: relative;
    overflow: hidden;
}

#loopslider ul {
    height: 190px;
    float: left;
    display: inline;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
}

#loopslider ul li {
    width: 220px;
    height: 190px;
    float: left;
    display: inline;
    overflow: hidden;
}

#loopslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}

#loopslider ul {
    display: inline-block;
    overflow: hidden;
}

#loopslider img {
    padding: 0 1rem;
}

@media screen and (max-width: 767px) {
    #loopslider {
        height: 120px;
    }

    #loopslider ul {
        height: 120px;
    }

    #loopslider ul li {
        width: 175px;
        height: 120px;
    }

    .top-gallery {
        padding: 10rem 0;
    }

    .top-gallery .more {
        margin: 0 auto;
        width: calc(100% - 6rem);
    }
}



/*  ----------------------------------------------------------

access

----------------------------------------------------------  */
.top-access {
    padding: 12rem 0 8rem 0;
    background-color: #000;
    margin-top: -1px;
}

.top-access .wrap {
    width: 88rem;
    margin: 0 auto 8rem auto;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: flex-start;
}

.top-access .wrap > * {
    width: 48%;
}

aside {
    width: 80rem;
    margin: 0 auto;
}

aside ul {
    display: flex;
    justify-content: space-between;
}

aside ul li {
    width: 45%;
}

aside ul li a {
    border: solid 1px #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 10rem;
}

aside ul li a:hover {
    opacity: 1;
    background: #fff;
    color: #000;
}

aside dl {
    display: flex;
    justify-content: center;
    align-items: center;
}

aside dl dt {
    display: flex;
    align-items: center;
}

aside dl dt::after {
    content: "";
    width: 1px;
    height: 6rem;
    background: #fff;
    transform: rotate(15deg);
    margin: 0 5rem 0 2rem;
    transition: all .3s;
}

aside a:hover dl dt::after {
    background: #000;
}

aside dl dd {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url(../img/arrow.png) no-repeat center top 2rem;
    background-size: 100% auto;
    padding: 0 2rem;
}

aside a:hover dl dd {
    background: url(../img/arrow-bk.png) no-repeat center top 2rem;
    background-size: 100% auto;
}

@media screen and (max-width: 767px) {
    .top-access {
        padding: 10rem 3rem 6rem 3rem;
    }

    .top-access .wrap {
        width: 100%;
        margin: 0 auto 4rem auto;
        display: block;
    }

    .top-access .wrap > * {
        width: 100%;
    }

    aside {
        width: 100%;
    }

    aside ul {
        display: block;
    }

    aside ul li {
        width: 100%;
    }

    aside ul li:not(:last-child) {
        margin-bottom: 1.5rem;
    }
}



/*  ----------------------------------------------------------

Retty

----------------------------------------------------------  */
.CMS-FORM-GROUP {
    margin-bottom: 2rem;
}

.CMS-FORM-INPUT-LABEL,
.CMS-FORM-EMAIL-LABEL,
.CMS-FORM-TEXTAREA-LABEL {
    display: block;
    font-weight: 600;
}

.CMS-FORM-INPUT,
.CMS-FORM-TEXTAREA,
.CMS-FORM-EMAIL {
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    border: solid 1px #d4d4d4;
}

.CMS-FORM-RADIO-LABEL {
    font-weight: 600;
}

.content__title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0 0 1rem;
    border-bottom: 2px solid var(--red);
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 2.5rem;
}

.restaurant-detail__menu:nth-child(n+2) {
    margin-top: 1.5rem;
}

.menu-price-list:last-of-type {
    border-bottom: 1px solid #ccc;
}

.menu-price-list__row {
    display: flex;
    border-top: 1px solid #ccc;
    font-size: 1.4rem;
    line-height: 2.2rem;
}

.menu-price-list__name {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
    padding: 16px 24px;
    font-weight: 700;
}

.menu-price-list__price {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    align-items: flex-end;
    padding: 16px 0 16px 24px;
}

@media screen and (max-width: 767px) {
    .menu-price-list__row {
        display: block;
    }

    .menu-price-list__name {
        padding: 16px 24px 0;
    }

    .menu-price-list__price {
        padding: 0px 0 16px 24px;
    }
}


.course-list-heading {
    display: flex;
    align-items: center;
    padding: 0 0 12px;
}

.course-list-heading__title {
    flex-shrink: 0;
    font-size: 2.4rem;
    font-weight: 700
}

.course-list-heading__supplement {
    align-self: flex-end;
    margin-left: auto;
    padding-left: 10px;
    color: #6c6c75;
    font-size: 14px;
    font-weight: 400
}

.course-list__item {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #d5d5d8
}

.course-list__item:first-child {
    border-top: 1px solid #d5d5d8
}

.course-list-item {
    display: flex;
    width: 100%;
    min-height: 80px;
    align-items: center;
    padding: 16px 0
}

.course-list-item__thumbnail {
    flex-shrink: 0
}

.course-list-item__thumbnail img {
    font-family: "object-fit: cover;";
    object-fit: cover;
    width: 80px;
    height: 80px;
    background-color: #f4f4f5
}

.course-list-item__detail {
    flex: 1 1 auto
}

.course-list-item__detail:nth-child(n + 2) {
    margin-left: 12px
}

.course-list-item__title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.course-list-item__title:nth-child(n + 2) {
    margin-top: 6px
}

.course-list-item__description {
    font-size: 12px;
    margin-bottom: 10px;
}

.course-list-item__footer {
    display: flex
}

.course-list-item__price {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d70025;
    font-size: 20px;
    font-weight: 700
}

.course-list-item__label {
    display: inline-block;
    padding: 5px 11px;
    border: 1px solid #ffa014;
    background-color: #fff;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    color: #ffa014;
    vertical-align: top;
    margin-right: 5px;
}

.course-list-item__label--discount {
    background: #d70025;
    border-color: #d70025;
    color: #fff
}

.course-list-item__before-discount {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    text-decoration: line-through
}

.course-list-item__discount-arrow {
    margin: 0 4px;
    color: #fff;
    font-weight: 400;
    text-decoration: none
}

.course-list-item__tax {
    display: inline;
    align-self: auto;
    color: #d70025;
    font-size: 20px;
}

.course-list-item__term {
    margin-left: 12px;
    display: flex;
    align-items: center;
    font-size: 16px
}

.course-list-item__actions-list {
    display: flex;
    flex: 0 0 150px;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.course-list-item__actions-list li:first-child {
    display: none;
}

.course-list-item__action {
    width: 96px;
    display: flex;
    justify-content: center;
}

.course-list-item__action a {
    color: #fff;
    text-align: center;
    background: #000;
    font-size: 12px !important;
}

.course-list-item__action:nth-child(n + 2) {
    margin-top: 12px
}

.course-list-item__button {
    width: 96px;
    padding: 6px 0
}

.course-summary {
    display: flex
}

.course-summary:nth-child(n + 2) {
    margin-top: 10px
}

.course-summary__label {
    width: 100%;
    flex: 0 0 100%
}

.course-summary__photo {
    font-family: "object-fit: cover;";
    object-fit: cover;
    width: 184px;
    height: 184px;
    flex: 0 0 184px;
    align-self: flex-start
}

.course-summary__body:nth-child(n + 2) {
    margin-left: 16px;
    font-size: 1.07692rem
}

.course-summary-label {
    display: block
}

.course-info-list {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ccc;
    font-size: 1.07692rem
}

.course-info-list__description,
.course-info-list__title {
    border-top: 1px solid #ccc
}

.course-info-list__title {
    box-sizing: border-box;
    padding: 16px 24px;
    max-width: 216px;
    flex: 0 0 216px;
    background-color: #fafbfc
}

.course-info-list__description {
    box-sizing: border-box;
    padding: 16px 24px;
    max-width: calc(100% - 216px);
    flex-basis: calc(100% - 216px);
    flex-grow: 1;
    flex-shrink: 0
}

.course-info-list__description--pre {
    white-space: pre-line;
    word-break: break-all
}

.course-info-list__description--strong {
    font-weight: 700;
    color: #d70025;
    font-size: 1.23077rem
}

.course-info-list__before-discount {
    display: inline-flex;
    align-items: center;
    color: #fff;
    font-size: 1.07692rem;
    font-weight: 400;
    text-decoration: line-through
}

.course-info-list__discount-arrow {
    margin: 0 4px;
    color: #fff;
    font-weight: 400;
    text-decoration: none
}

.course-info-list__tax {
    display: inline;
    align-self: auto;
    color: #d70025;
    font-size: .92308rem
}

.restaurant-coupon-heading {
    display: flex;
    align-items: center;
    padding: 0 0 12px;
    border-bottom: 1px solid #d5d5d8
}

.restaurant-coupon-heading__title {
    flex-shrink: 0;
    max-width: calc(100% - 300px);
    color: #fff;
    font-size: 1.38462rem;
    font-weight: 700
}

.restaurant-coupon-heading__supplement {
    align-self: flex-end;
    margin-left: auto;
    padding-left: 10px;
    color: #6c6c75;
    font-size: .92308rem;
    font-weight: 400
}

.restaurant-coupon-list {
    border: 1px solid #d5d5d8
}

.restaurant-coupon-list:nth-child(n + 2) {
    margin-top: 20px
}

.restaurant-coupon-list__item:nth-child(n + 2) {
    border-top: 1px dashed #d5d5d8
}

.restaurant-coupon {
    display: flex
}

.restaurant-coupon:before {
    display: block;
    min-height: 80px;
    flex: 0 0 48px;
    background: url("https://assets.retty.me/v-202103090658-master-5faacc28934ec9ceed6332f40621248775413203/images/pancake/ic_coupon.svg") #ffa014;
    background-position: 50%;
    background-repeat: no-repeat;
    content: ""
}

.restaurant-coupon--marked {
    position: relative
}

.restaurant-coupon--marked:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    border-color: #ffc814 transparent transparent #ffc814;
    border-style: solid;
    border-width: 8px;
    content: ""
}

.restaurant-coupon__body {
    flex: 1 1 auto;
    padding: 18px 20px
}

.restaurant-coupon__title {
    color: #fff;
    font-size: 1.23077rem;
    font-weight: 700
}

.restaurant-coupon__description {
    color: #6c6c75;
    font-size: .84615rem
}

.restaurant-coupon__description:nth-child(n + 2) {
    margin-top: 4px
}

.restaurant-coupon__supplement {
    display: flex;
    box-sizing: border-box;
    flex: 0 0 200px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 12px 16px
}

.restaurant-coupon__supplement:nth-child(n + 2) {
    border-left: 1px dashed #d5d5d8
}

.restaurant-coupon__expiration {
    color: #6c6c75;
    font-size: .92308rem
}

.restaurant-coupon__link {
    cursor: pointer;
    color: #2d88d9;
    font-size: .92308rem
}

.restaurant-coupon__link:hover {
    opacity: .8
}

.restaurant-coupon__link--external {
    display: flex;
    align-items: center
}

.restaurant-coupon__link--external:after {
    content: "\EA0C";
    font-size: 1.23077rem
}

@keyframes show-sticky-actions {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.restaurant-sidebar {
    width: 300px;
    flex-direction: column
}

.restaurant-sidebar__prepare-stuck {
    z-index: 90;
    display: none
}

.restaurant-sidebar__prepare-stuck[data-stuck=true] {
    display: flex;
    animation: show-sticky-actions .1s ease-out
}

.restaurant-sidebar__campaign-banner {
    z-index: 90;
    padding-top: 12px
}

.menu-description__text {
    margin-bottom: 4rem;
}

.menu-price-list {
    font-size: 1.07692rem
}

.menu-price-list:last-of-type {
    border-bottom: 1px solid #ccc
}

.menu-price-list__row {
    display: flex;
    border-top: 1px solid #ccc
}

.menu-price-list__name {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
    padding: 16px 24px;
    font-weight: 700
}

.menu-price-list__supplement {
    font-weight: 400
}

.menu-price-list__price {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    align-items: flex-end;
    padding: 16px 0 16px 24px
}

.photo-menu {
    display: flex;
    flex-wrap: wrap;
    margin-left: -36px;
    margin-bottom: 4rem;
}

.photo-menu__item {
    width: calc((100% - 108px) / 3);
    margin-left: 35px
}

.photo-menu__item:nth-child(n + 4) {
    margin-top: 36px
}

.photo-menu__figure {
    width: 100%;
    height: auto
}

.photo-menu__image {
    position: relative;
    height: auto
}

.photo-menu__image:before {
    display: block;
    padding-top: 100%;
    content: ""
}

.photo-menu__image img {
    font-family: "object-fit: cover;";
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f4f4f5
}

.photo-menu__caption {
    display: flex;
    flex-direction: column
}

.photo-menu__caption:nth-child(n + 2) {
    margin-top: 16px
}

.photo-menu__reporter:nth-child(n + 2) {
    margin-top: 8px
}

.photo-menu__title {
    font-size: 1.6rem;
    font-weight: 700
}

.photo-menu__price {
    align-self: flex-end;
    font-size: 1.2rem
}

.photo-menu__price:nth-child(n + 2) {
    margin-top: 8px
}

@media screen and (max-width: 767px) {
    .photo-menu {
        display: block;
        margin-left: 0;
    }

    .photo-menu__item {
        width: 100%;
        margin-left: 0;
        margin-bottom: 40px;
    }

    .photo-menu__figure {
        width: auto;
        height: auto
    }

}


@media screen and (max-width: 767px) {
    .course-list-heading {
        display: flex;
        align-items: center;
        padding: 0 0 12px;
    }

    .course-list-heading__title {
        flex-shrink: 0;
        max-width: 100%;
        font-size: 2.2rem;
        font-weight: 700
    }

    .course-list-heading__supplement {
        align-self: flex-end;
        margin-left: auto;
        padding-left: 10px;
        color: #6c6c75;
        font-size: 14px;
        font-weight: 400
    }

    .course-list__item {
        display: block;
        flex-direction: column;
        border-bottom: 1px solid #d5d5d8
    }

    .course-list__item:first-child {
        border-top: 1px solid #d5d5d8
    }

    .course-list-item {
        display: block;
        width: 100%;
        min-height: 80px;
        align-items: center;
        padding: 16px 0
    }

    .course-list-item__thumbnail {
        flex-shrink: 0
    }

    .course-list-item__thumbnail img {
        font-family: "object-fit: cover;";
        object-fit: cover;
        width: 60%;
        height: 60%;
        background-color: #f4f4f5;
        display: block;
        margin: 0 auto 20px auto;
    }

    .course-list-item__detail {
        flex: 1 1 auto
    }

    .course-list-item__detail:nth-child(n + 2) {
        margin-left: 12px
    }

    .course-list-item__title {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .course-list-item__title:nth-child(n + 2) {
        margin-top: 6px
    }

    .course-list-item__description {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .course-list-item__footer {
        display: flex
    }

    .course-list-item__price {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #d70025;
        font-size: 20px;
        font-weight: 700
    }

    .course-list-item__label {
        display: inline-block;
        padding: 5px 11px;
        border: 1px solid #ffa014;
        background-color: #fff;
        border-radius: 2px;
        color: #fff;
        font-size: 12px;
        font-weight: 400;
        color: #ffa014;
        vertical-align: top;
        margin-right: 5px;
    }

    .course-list-item__label--discount {
        background: #d70025;
        border-color: #d70025;
        color: #fff
    }

    .course-list-item__before-discount {
        display: inline-flex;
        align-items: center;
        font-size: 16px;
        font-weight: 400;
        text-decoration: line-through
    }

    .course-list-item__discount-arrow {
        margin: 0 4px;
        color: #fff;
        font-weight: 400;
        text-decoration: none
    }

    .course-list-item__tax {
        display: inline;
        align-self: auto;
        color: #d70025;
        font-size: 20px;
    }

    .course-list-item__term {
        margin-left: 12px;
        display: flex;
        align-items: center;
        font-size: 16px
    }

    .course-list-item__actions-list {
        display: flex;
        flex: 0 0 150px;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .course-list-item__action {
        width: 96px;
        display: flex;
        justify-content: center;
    }

    .course-list-item__action:nth-child(n + 2) {
        margin-top: 12px
    }

    .course-list-item__button {
        width: 96px;
        padding: 6px 0
    }

    .course-summary {
        display: flex
    }

    .course-summary:nth-child(n + 2) {
        margin-top: 10px
    }

    .course-summary__label {
        width: 100%;
        flex: 0 0 100%
    }

    .course-summary__photo {
        font-family: "object-fit: cover;";
        object-fit: cover;
        width: 184px;
        height: 184px;
        flex: 0 0 184px;
        align-self: flex-start
    }

    .course-summary__body:nth-child(n + 2) {
        margin-left: 16px;
        font-size: 1.07692rem
    }

    .course-summary-label {
        display: block
    }

    .course-info-list {
        display: flex;
        flex-wrap: wrap;
        border-bottom: 1px solid #ccc;
        font-size: 1.07692rem
    }

    .course-info-list__description,
    .course-info-list__title {
        border-top: 1px solid #ccc
    }

    .course-info-list__title {
        box-sizing: border-box;
        padding: 16px 24px;
        max-width: 216px;
        flex: 0 0 216px;
        background-color: #fafbfc
    }

    .course-info-list__description {
        box-sizing: border-box;
        padding: 16px 24px;
        max-width: calc(100% - 216px);
        flex-basis: calc(100% - 216px);
        flex-grow: 1;
        flex-shrink: 0
    }

    .course-info-list__description--pre {
        white-space: pre-line;
        word-break: break-all
    }

    .course-info-list__description--strong {
        font-weight: 700;
        color: #d70025;
        font-size: 1.23077rem
    }

    .course-info-list__before-discount {
        display: inline-flex;
        align-items: center;
        color: #fff;
        font-size: 1.07692rem;
        font-weight: 400;
        text-decoration: line-through
    }

    .course-info-list__discount-arrow {
        margin: 0 4px;
        color: #fff;
        font-weight: 400;
        text-decoration: none
    }

    .course-info-list__tax {
        display: inline;
        align-self: auto;
        color: #d70025;
        font-size: .92308rem
    }
}



/*  ----------------------------------------------------------

menu

----------------------------------------------------------  */
.menu {
    font-size: 1.4rem;
}

.menu-img {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.menu-img li {
    width: 32%;
}

@media screen and (max-width: 767px) {
    .menu-img {
        display: block;
    }

    .menu-img li {
        width: 100%;
    }
}

.youtube {
    text-align: center;
    margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
    .youtube {
        width: 100%;
        text-align: center;
        margin-bottom: 80px;
    }
}

.top_sns {
    background: #000;
}

.top_sns_share {
    text-align: center;
    display: block;
    max-width: 980px;
    margin: 0 auto;
    padding: 80px 20px 0;
}

.sns_wrap {
    padding: 30px 0;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (min-width: 768px) {
    .top_sns_share img {
        width: 32% !important;
        height: auto;
        padding-bottom: 0.8%;
    }
}

@media screen and (max-width: 767px) {
    .top_sns_share {
        display: block;
        padding: 80px 0 0;
        margin-bottom: -1px;
    }

    img.instagram-post-image {
        width: 30%;
        padding-bottom: 1%;
    }
}

.ac01 {
    max-width: 980px;
    width: 95%;
    margin: 8rem auto 8rem auto;

}

.CMS-INSTAGRAM-LIST a:nth-child(n+7) {
    display: none
}

.ming {
    width: 95%;
    margin: auto;
    margin-top: 100px;
    max-width: 800px;
}



.anchor_wrap {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin-bottom: 30px;
}

.anchor {
    flex: 0 0 25%;
    padding: 0 10px;
}

.anchor_link {
    text-decoration: none;
    display: block;
    color: #ffffff;
    font-size: 1.4rem;
    letter-spacing: 0.2rem;
    font-weight: 400;
    position: relative;
    transition: all 0.5s;
    width: 100%;
    padding: 20px 0;
    border: solid 1px #ffffff;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.anchor_link::after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-right: solid 2px #ffffff;
    border-bottom: solid 2px #ffffff;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
    transition: all 0.5s;
}

.anchor_link:hover {
    opacity: 0.7;
}

.anchor_link:hover::after {
    bottom: 4px;
}

@media screen and (max-width: 767px) {
    .anchor_wrap {
        margin-bottom: 30px;
        flex-wrap: wrap;
    }

    .anchor {
        flex: 0 0 50%;
        padding: 0 10px;
    }


}
