@keyframes fadeInOut-mv-bg-01 {
    0% {
        opacity: 1;
    }
    33% {
        opacity: 0;
    }
    66% {
        opacity: 0;
    }
}

@keyframes fadeInOut-mv-bg-02 {
    0% {
        opacity: 0;
    }
    33% {
        opacity: 1;
    }
    66% {
        opacity: 0;
    }
}

@keyframes fadeInOut-mv-bg-03 {
    0% {
        opacity: 0;
    }
    33% {
        opacity: 0;
    }
    66% {
        opacity: 1;
    }
}

@keyframes fadeInOut-mv-bg-fitness {
    10% {
        background-image: url("/assets/css/img/mv-fitness-01.jpg");
    }
    43% {
        background-image: url("/assets/css/img/mv-fitness-02.jpg");
    }
    76% {
        background-image: url("/assets/css/img/mv-fitness-03.jpg");
    }
}

/* ==================
 Structure
================== */
/* ==================
 Section
================== */
.site-breadcrumb {
    display: none;
}

@media only screen and (min-width: 798px) {
    .site-breadcrumb {
        display: block;
        max-width: 1280px;
        margin: 68px auto 0;
        padding: 0 10px;
    }
}

.site-contents-a {
    overflow: hidden;
}

.site-contents-a__inner {
    padding: 0 15px;
}

@media only screen and (min-width: 798px) {
    .site-contents-a__inner {
        max-width: 1280px;
        margin: 0 auto;
        padding-right: 10px;
        padding-left: 10px;
    }
}

.site-contents-b {
    overflow: hidden;
    margin: 40px 0 0;
    background-color: #f2f2f2;
}

.site-contents-b__inner {
    padding: 52px 15px 60px;
}

.site-contents-b__inner > :first-child {
    margin-top: 0;
}

.site-contents-b + .site-contents-b, .site-cat-b + .site-contents-b, .site-mv-a + .site-contents-b {
    margin-top: 0;
}

.site-contents-b--type-a {
    background-color: #fff;
}

.site-contents-b--type-b {
    background-color: #e9e6e1;
}

.site-contents-b--type-c {
    background-color: #f2f2f2;
}

.site-contents-b--type-c > .site-contents-b__inner {
    padding-top: 38px;
    padding-bottom: 56px;
}

.site-contents-b--type-d {
    color: #fff;
    background-color: #1877f2;
}

.site-contents-b--type-d > .site-contents-b__inner {
    padding-top: 40px;
    padding-bottom: 40px;
}

.site-contents-b--last > .site-contents-b__inner {
    padding-bottom: 0;
}

@media only screen and (max-width: 797px) {
    .site-contents-b--type-b {
        margin-top: 20px;
    }
}

@media only screen and (min-width: 798px) {
    .site-contents-b__inner {
        max-width: 1280px;
        margin: 0 auto;
        padding: 74px 10px 82px;
    }
    .site-contents-b--type-c > .site-contents-b__inner {
        padding-bottom: 76px;
    }
}

.site-mv-a {
    position: relative;
    display: flex;
    overflow: hidden;
}

.site-mv-a__hdg {
    position: absolute;
    z-index: -2;
    opacity: 0;
}

.site-mv-a__img {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    max-width: none;
    height: 100%;
    transform: translate(-50%, -50%);
}

.site-mv-a__inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    min-height: 370px;
    padding: 20px 15px;
}

.site-mv-a__lead {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 1.8rem;
    line-height: 1.4;
}

.site-mv-a__txt-block {
    display: block;
    padding: 2px 7px;
    font-weight: bold;
    background-color: rgba(255, 255, 255, .8);
}

.site-mv-a__txt-block + .site-mv-a__txt-block {
    margin-top: 5px;
}

@media only screen and (min-width: 798px) {
    .site-mv-a__inner {
        justify-content: center;
        max-width: 1280px;
        min-height: 600px;
        margin: 0 auto;
        padding-right: 10px;
        padding-left: 10px;
    }
    .site-mv-a__lead {
        font-size: 4rem;
    }
    .site-mv-a__txt-block {
        font-weight: 500;
    }
    .site-mv-a__txt-block + .site-mv-a__txt-block {
        margin-top: 9px;
    }
}

@media only screen and (min-width: 1440px) {
    .site-mv-a__img {
        width: 1920px;
        height: auto;
    }
}

@media only screen and (min-width: 1920px) {
    .site-mv-a__img {
        width: 100%;
    }
}

.site-top-a {
    margin: 4px 0 0;
}

.site-top-a__inner {
    padding: 0 15px;
}

@media only screen and (min-width: 798px) {
    .site-top-a {
        margin-top: 20px;
    }
    .site-top-a__inner {
        max-width: 1280px;
        margin: 0 auto;
        padding: 0 10px;
    }
}

.site-top-b {
    position: relative;
    z-index: 0;
    overflow: hidden;
    margin: 18px 0 0;
    padding: 28px 0 0;
}

.site-top-b + .site-top-b {
    margin-top: 22px;
}

.site-top-b::before, .site-top-b::after {
    position: absolute;
    z-index: -1;
    display: block;
    width: 100vw;
    margin: 0 auto;
    content: "";
}

.site-top-b::before {
    top: 0;
    right: 0;
    left: calc(50% - 34px);
    height: calc(100% - 20px);
    background-image: url("/assets/css/img/bg-img-01.svg");
    background-size: 4px 4px;
}

.site-top-b::after {
    top: 18px;
    right: calc(50% - 104px);
    height: calc(100% - 18px);
}

.site-top-b--reverse::before {
    right: calc(50% - 34px);
    left: auto;
}

.site-top-b--reverse::after {
    right: auto;
    left: calc(50% - 104px);
}

.site-top-b__inner {
    padding: 0 15px;
}

.site-top-b--fitness::after {
    background-color: #b60114;
}

.site-top-b--kids::after {
    background-color: #0b3680;
}

.site-top-b--school::after {
    background-color: #0e7934;
}

.site-top-b--beauty::after {
    background-color: #8f806a;
}

@media only screen and (min-width: 798px) {
    .site-top-b {
        margin-top: 40px;
        padding-top: 30px;
        padding-bottom: 12px;
    }
    .site-top-b + .site-top-b {
        margin-top: 50px;
    }
    .site-top-b::before {
        top: 11px;
        left: calc(50% - 500px);
        height: calc(100% - 26px);
    }
    .site-top-b::after {
        display: none;
    }
    .site-top-b--reverse::before {
        right: calc(50% - 500px);
        left: auto;
    }
    .site-top-b__inner {
        max-width: 1280px;
        margin: 0 auto;
        padding: 0 10px;
    }
}

.site-top-c {
    margin: 60px 0 0;
    background-color: #e9e6e1;
}

.site-top-c__inner {
    padding: 56px 15px 60px;
}

@media only screen and (min-width: 798px) {
    .site-top-c {
        margin-top: 70px;
    }
    .site-top-c__inner {
        max-width: 1280px;
        margin: 0 auto;
        padding: 80px 10px;
    }
}

.site-top-d {
    padding: 0 15px 60px;
}

@media only screen and (min-width: 798px) {
    .site-top-d {
        padding: 0;
    }
    .site-top-d__inner {
        max-width: 1280px;
        margin: 0 auto;
        padding: 80px 10px;
    }
}

.site-top-e {
    padding: 54px 0 0;
    background-color: #f5f5f5;
}

.site-top-e__inner {
    padding: 0 15px;
}

@media only screen and (min-width: 798px) {
    .site-top-e {
        padding-top: 0;
    }
    .site-top-e__inner {
        padding-right: 0;
        padding-left: 0;
    }
}

.site-top-f {
    margin: 54px 0 0;
}

.site-top-f__inner {
    padding: 0 15px;
}

@media only screen and (min-width: 798px) {
    .site-top-f {
        margin-top: 74px;
    }
    .site-top-f__inner {
        max-width: 1280px;
        margin: 0 auto;
        padding-right: 10px;
        padding-left: 10px;
    }
}

.site-top-g {
    margin: 57px 0 0;
}

.site-top-g__inner {
    padding: 0 15px;
}

@media only screen and (min-width: 798px) {
    .site-top-g {
        margin-top: 74px;
    }
    .site-top-g__inner {
        max-width: 1280px;
        margin: 0 auto;
        padding-right: 10px;
        padding-left: 10px;
    }
}

.site-carousel-top-a {
    padding: 24px 15px;
}

[data-script-enabled="true"] .site-carousel-top-a {
    padding-right: 0;
    padding-left: 0;
}

@media only screen and (min-width: 798px) {
    .site-carousel-top-a {
        max-width: 1280px;
        margin: 0 auto;
        padding: 40px 10px;
    }
    [data-script-enabled="true"] .site-carousel-top-a {
        max-width: none;
        margin: 0;
    }
}

.site-mv-top-a {
    position: relative;
    overflow: hidden;
}

.site-mv-top-a__inner {
    padding: 0 15px 22px;
}

[data-script-enabled="true"] .site-mv-top-a__inner {
    padding-top: 250px;
}

.site-mv-top-a__hdg {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 1rem;
    opacity: 0;
}

@media only screen and (min-width: 798px) {
    .site-mv-top-a__inner {
        padding: 0 10px 128px 95px;
    }
    [data-script-enabled="true"] .site-mv-top-a__inner {
        padding-top: 28px;
        padding-bottom: 28px;
    }
}

@media only screen and (min-width: 1440px) {
    [data-script-enabled="true"] .site-mv-top-a__inner {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

.site-cat-mv-a {
    position: relative;
    display: flex;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
}

.site-cat-mv-a::before, .site-cat-mv-a::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    background-position: top right;
    background-size: cover;
    content: "";
}

.site-cat-mv-a::before {
    opacity: 1;
    animation: fadeInOut-mv-bg-01 10s infinite;
}

.site-cat-mv-a::after {
    opacity: 0;
    animation: fadeInOut-mv-bg-02 10s infinite;
}

.site-cat-mv-a__inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    min-height: 453px;
    padding: 20px 15px;
}

.site-cat-mv-a__inner::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    background-position: top right;
    background-size: cover;
    content: "";
    opacity: 0;
    animation: fadeInOut-mv-bg-03 10s infinite;
}

.site-cat-mv-a--wellness::before {
    background-image: url("/assets/css/img/mv-wellness-01.jpg");
}

.site-cat-mv-a--wellness::after {
    background-image: url("/assets/css/img/mv-wellness-02.jpg");
}

.site-cat-mv-a--wellness > .site-cat-mv-a__inner::before {
    background-image: url("/assets/css/img/mv-wellness-03.jpg");
}

.site-cat-mv-a--fitness::before {
    background-image: url("/assets/css/img/mv-fitness-01.jpg");
}

.site-cat-mv-a--fitness::after {
    background-image: url("/assets/css/img/mv-fitness-02.jpg");
}

.site-cat-mv-a--fitness > .site-cat-mv-a__inner::before {
    background-image: url("/assets/css/img/mv-fitness-03.jpg");
}

.site-cat-mv-a--school::before {
    background-image: url("/assets/css/img/mv-school-01.jpg");
}

.site-cat-mv-a--school::after {
    background-image: url("/assets/css/img/mv-school-02.jpg");
}

.site-cat-mv-a--school > .site-cat-mv-a__inner::before {
    background-image: url("/assets/css/img/mv-school-03.jpg");
}

.site-cat-mv-a__youtube-wrap {
    display: none;
}

@media only screen and (min-width: 798px) {
    .site-cat-mv-a__inner {
        justify-content: center;
        max-width: 1280px;
        min-height: 600px;
        margin: 0 auto;
        padding-right: 10px;
        padding-left: 10px;
    }
    .site-cat-mv-a__youtube-wrap {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 0;
        display: block;
        overflow: hidden;
        width: 1920px;
        height: 100%;
        padding: 0 0 56.25%;
        transform: translate(-50%, -50%);
    }
    .site-cat-mv-a__youtube-wrap::before {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        content: "";
    }
    .site-cat-mv-a__youtube {
        position: absolute;
        top: -70px;
        left: 0;
        z-index: -1;
        width: 100%;
        padding-bottom: calc(56.25% + 140px);
    }
    .site-cat-mv-a__youtube-item {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }
}

.site-carousel-kids-a {
    position: relative;
}

.site-carousel-kids-a__hdg {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1rem;
    line-height: 1;
    opacity: 0;
}

.site-carousel-kids-a__item-inner {
    padding: 0 11px;
}

.site-carousel-kids-a .slick-dots {
    display: flex;
    justify-content: center;
    margin: 12px 0 -9px -9px;
}

.site-carousel-kids-a .slick-dots button {
    display: block;
    width: 13px;
    height: 13px;
    color: transparent;
    background-color: #b3b3b4;
    border-radius: 50%;
}

.site-carousel-kids-a .slick-dots li {
    padding: 0 0 9px 9px;
}

.kids-karate .site-carousel-kids-a .slick-dots li.slick-active button {
    background-color: #687fdc;
}

.kids-cheer-dance .site-carousel-kids-a .slick-dots li.slick-active button {
    background-color: #ff5347;
}

.kids-culture .site-carousel-kids-a .slick-dots li.slick-active button {
    background-color: #aba16e;
}

@media only screen and (min-width: 798px) {
    .site-carousel-kids-a__item {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: rgba(255, 255, 255, .5);
    }
    .site-carousel-kids-a__item-inner {
        max-width: 1000px;
        margin: 0 auto;
        padding: 24px 10px;
    }
}

.site-cat-hdg-a--wellness {
    background-color: #8f806a;
}

.site-cat-hdg-a--fitness {
    background-color: #b60014;
}

.site-cat-hdg-a--school {
    background-color: #0e7934;
}

@media only screen and (min-width: 798px) {
    .site-cat-hdg-a {
        overflow: hidden;
    }
    .site-cat-hdg-a__inner {
        position: relative;
        z-index: 0;
        display: flex;
        align-items: center;
        max-width: 1280px;
        margin: 0 auto;
        padding: 20px 10px 49px;
    }
    .site-cat-hdg-a__inner::before {
        position: absolute;
        top: 0;
        right: calc(100% - 270px);
        z-index: -1;
        display: block;
        width: 100vw;
        height: 100%;
        content: "";
    }
    .site-cat-hdg-a--wellness .site-cat-hdg-a__inner::before {
        background-color: #7d6e59;
    }
    .site-cat-hdg-a--fitness .site-cat-hdg-a__inner::before {
        background-color: #901;
    }
    .site-cat-hdg-a--school .site-cat-hdg-a__inner::before {
        background-color: #09642a;
    }
}

.site-cat-a {
    padding: 20px 0 60px;
    background-color: #f2f2f2;
}

.site-cat-a--type-a {
    background-color: #fff;
}

.site-cat-a__inner {
    padding: 0 15px;
}

.site-cat-a__inner > :first-child {
    margin-top: 0;
}

@media only screen and (min-width: 798px) {
    .site-cat-a {
        padding-top: 40px;
        padding-bottom: 80px;
    }
    .site-cat-a__inner {
        max-width: 1280px;
        margin: 0 auto;
        padding-right: 10px;
        padding-left: 10px;
    }
}

.site-cat-b {
    padding: 80px 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.site-cat-b--type-a {
    background-image: url("/assets/css/img/bg-wellness-01.jpg");
}

.site-cat-b--type-b {
    padding-top: 54px;
    padding-bottom: 54px;
    background-image: url("/assets/css/img/bg-esthe-01.jpg");
}

.site-cat-b--type-c {
    padding-top: 54px;
    padding-bottom: 54px;
    background-image: url("/assets/css/img/bg-actionsoccer-01.jpg");
}

.site-cat-b__inner {
    padding: 0 15px;
}

.site-cat-b__inner > :first-child {
    margin-top: 0;
}

@media only screen and (min-width: 798px) {
    .site-cat-b--type-b {
        padding-bottom: 25px;
        background-image: url("/assets/css/img/bg-esthe-02.jpg");
    }
    .site-cat-b__inner {
        max-width: 1280px;
        margin: 0 auto;
        padding-right: 10px;
        padding-left: 10px;
    }
}

.site-contents-kids-a {
    padding: 68px 0 48px;
}

.site-contents-kids-a__inner {
    padding: 0 11px;
}

.site-contents-kids-a__inner > :first-child {
    margin-top: 0;
}

.site-contents-kids-a--type-a {
    padding: 40px 0 77px;
    background-color: #eae7de;
}

.site-contents-kids-a--type-b {
    padding: 42px 0 48px;
}

.kids-karate .site-contents-kids-a--type-b {
    background-color: #687fdc;
}

.kids-cheer-dance .site-contents-kids-a--type-b {
    background-color: #ff5347;
}

.kids-culture .site-contents-kids-a--type-b {
    background-color: #aba16e;
}

.site-contents-kids-a--type-c {
    padding: 50px 0 70px;
}

.site-contents-kids-a--type-d {
    padding: 42px 0 58px;
    background-color: #eae7de;
}

.site-contents-kids-a--type-e {
    padding: 42px 0 50px;
}

.site-contents-kids-a--type-f {
    padding: 20px 0 64px;
    background-color: #efede3;
}

.site-contents-kids-a--type-f .site-contents-kids-a__inner {
    max-width: 832px;
}

.site-contents-kids-a--type-g {
    padding: 40px 0;
}

.site-contents-kids-a--type-h {
    padding: 40px 0;
    background-color: #eae7de;
}

@media only screen and (min-width: 798px) {
    .site-contents-kids-a__inner {
        max-width: 1000px;
        margin: 0 auto;
        padding-right: 10px;
        padding-left: 10px;
    }
}

.site-mv-magazine-a {
    position: relative;
    overflow: hidden;
    padding: 406px 0 20px;
}

.site-mv-magazine-a__inner {
    padding: 0 10px;
}

.site-mv-magazine-a__hdg {
    position: relative;
}

.site-mv-magazine-a__hdg::before {
    position: absolute;
    bottom: -18px;
    left: calc(0% - 10px);
    display: block;
    width: 100vw;
    height: 158px;
    background-image: url("/assets/css/img/bg-img-03.svg");
    background-size: 4px 4px;
    content: "";
}

.site-mv-magazine-a__hdg-img {
    position: relative;
    z-index: 1;
    display: block;
    padding: 33px 35px 32px 36px;
    text-align: center;
    background: #b60014;
}

.site-mv-magazine-a__img {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    max-width: none;
    transform: translateX(-50%);
}

@media only screen and (min-width: 798px) {
    .site-mv-magazine-a {
        display: flex;
        overflow: visible;
        max-width: 1440px;
        margin: 0 auto;
        padding-top: 0;
        padding-bottom: 0;
    }
    .site-mv-magazine-a__inner {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        min-height: calc(440 * 100vw / 1440);
        margin: 0 auto;
    }
    .site-mv-magazine-a__hdg::before {
        bottom: -20px;
        left: 20px;
        width: 260px;
        height: 156px;
    }
    .site-mv-magazine-a__hdg-img {
        display: inline-block;
        padding: 46px 33px;
    }
    .site-mv-magazine-a__hdg-img > img {
        width: 194px;
    }
    .site-mv-magazine-a__img {
        top: 0;
        left: 0;
        width: auto;
        max-width: 100%;
        transform: none;
    }
}

@media only screen and (min-width: 1025px) {
    .site-mv-magazine-a__hdg::before {
        width: 420px;
        height: 220px;
    }
    .site-mv-magazine-a__hdg-img {
        padding-top: 51px;
        padding-bottom: 51px;
    }
    .site-mv-magazine-a__hdg-img > img {
        width: auto;
    }
}

@media only screen and (min-width: 1440px) {
    .site-mv-magazine-a__inner {
        min-height: 440px;
    }
}

/* ==================
 Modules
================== */
@media only screen and (min-width: 798px) {
    body {
        font-size: 1.6rem;
    }
}

.hdg-a {
    margin: 18px 0 0;
    font-size: 2.2rem;
    line-height: 1.3;
}

@media only screen and (min-width: 798px) {
    .hdg-a {
        margin-top: 44px;
        font-size: 2.8rem;
    }
}

.hdg-b {
    margin: 60px 0 0;
    font-size: 2rem;
    line-height: 1.3;
}

@media only screen and (min-width: 798px) {
    .hdg-b {
        margin-top: 80px;
        font-size: 2.4rem;
        line-height: 1.5;
    }
}

.hdg-c {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin: 40px 0 0;
    padding: 16px 0 0;
    border-top: 2px solid #ddd;
}

.hdg-c::before {
    position: absolute;
    top: -2px;
    left: 0;
    display: block;
    width: 100px;
    height: 2px;
    background-color: #b60014;
    content: "";
}

.hdg-c__hdg {
    font-size: 1.8rem;
    line-height: 1.5;
}

.hdg-c__icon {
    position: relative;
    display: block;
    width: 100%;
    height: 16px;
    margin: 5px 0 8px;
    background-size: 55px 16px;
    background-repeat: no-repeat;
}

.hdg-c__icon--0 {
    background-image: url("/assets/css/img/icon-hdg-05.png");
}

.hdg-c__icon--1 {
    background-image: url("/assets/css/img/icon-hdg-06.png");
}

.hdg-c__icon--2 {
    background-image: url("/assets/css/img/icon-hdg-07.png");
}

.hdg-c__icon--3 {
    background-image: url("/assets/css/img/icon-hdg-08.png");
}

.hdg-c__icon-txt {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1rem;
    line-height: 1;
    opacity: 0;
}

.hdg-c__item {
    flex-shrink: 0;
    margin-left: auto;
    padding-left: 10px;
}

@media only screen and (min-width: 798px) {
    .hdg-c {
        align-items: center;
        margin-top: 60px;
        padding-top: 26px;
    }
    .hdg-c__hdg {
        font-size: 2rem;
    }
}

.hdg-d {
    margin: 30px 0 0;
    font-size: 1.4rem;
    line-height: 1.5;
}

@media only screen and (min-width: 798px) {
    .hdg-d {
        margin-top: 32px;
        font-size: 1.6rem;
    }
}

.hdg-e {
    font-weight: 500;
    font-size: 2.4rem;
    text-align: center;
    line-height: 1.3;
}

@media only screen and (min-width: 798px) {
    .hdg-e {
        font-weight: bold;
        font-size: 3rem;
    }
}

.hdg-f {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 1.3;
}

.hdg-f__txt {
    margin: 15px 0 0;
    text-align: center;
}

@media only screen and (min-width: 798px) {
    .hdg-f {
        flex-direction: row;
        font-size: 3rem;
    }
    .hdg-f__txt {
        margin-top: 0;
        margin-left: 27px;
        text-align: left;
    }
}

.hdg-top-a {
    font-size: 2rem;
}

.hdg-top-b-wrap {
    display: flex;
    justify-content: center;
    margin: 53px 0 0;
    line-height: 1.3;
}

@media only screen and (min-width: 798px) {
    .hdg-top-b-wrap {
        margin-top: 47px;
    }
}

.hdg-top-b {
    position: relative;
    padding: 0 51px;
    font-weight: 500;
    font-size: 2.4rem;
    text-align: center;
}

.hdg-top-b::before, .hdg-top-b::after {
    position: absolute;
    display: block;
    margin: auto 0;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.hdg-top-b::before {
    top: 0;
    bottom: 0;
    left: 0;
    width: 32px;
    height: 33px;
    background-image: url("/assets/css/img/icon-hdg-01.svg");
}

.hdg-top-b::after {
    top: 0;
    right: 0;
    bottom: 0;
    width: 36px;
    height: 17px;
    background-image: url("/assets/css/img/icon-hdg-02.svg");
}

.hdg-top-b__text-block {
    display: block;
}

@media only screen and (min-width: 798px) {
    .hdg-top-b {
        padding: 0 73px 0 82px;
        font-weight: bold;
        font-size: 3rem;
    }
    .hdg-top-b::before {
        width: 44px;
        height: 42px;
    }
    .hdg-top-b::after {
        width: 44px;
        height: 20px;
    }
    .hdg-top-b__text-block {
        display: inline;
    }
}

.hdg-top-c {
    position: relative;
    z-index: 0;
}

.hdg-top-c::before {
    position: absolute;
    right: 0;
    z-index: -1;
    display: block;
    width: 100vw;
    height: 100%;
    background-color: #fff;
    content: "";
}

.hdg-top-c--fitness::before {
    box-shadow: 0 0 10px rgba(182, 1, 20, .6);
}

.hdg-top-c--kids::before {
    box-shadow: 0 0 10px rgba(11, 54, 128, .6);
}

.hdg-top-c--school::before {
    box-shadow: 0 0 10px rgba(14, 121, 52, .6);
}

.hdg-top-c--beauty::before {
    box-shadow: 0 0 10px rgba(143, 128, 106, .6);
}

.hdg-top-c--reverse {
    width: 100%;
}

.hdg-top-c--reverse::before {
    right: auto;
    left: 0;
}

.hdg-top-c__link {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 80px;
    padding: 10px 24px 8px 2px;
    line-height: 1;
    text-decoration: none;
    transition: opacity .2s;
}

.hdg-top-c__link::before {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    display: block;
    width: 10px;
    height: 10px;
    margin: auto 0;
    content: "";
    transition: right .2s;
    transform: rotate(45deg);
}

.hdg-top-c__link:hover, .hdg-top-c__link:active, .hdg-top-c__link:focus {
    opacity: .7;
}

.hdg-top-c__link:hover::before, .hdg-top-c__link:active::before, .hdg-top-c__link:focus::before {
    right: 8px;
}

.hdg-top-c__link--reverse {
    padding-right: 24px;
    padding-left: 18px;
}

.hdg-top-c__link--fitness {
    color: #b60114;
}

.hdg-top-c__link--fitness::before {
    border-top: 2px solid #b60114;
    border-right: 2px solid #b60114;
}

.hdg-top-c__link--fitness:hover, .hdg-top-c__link--fitness:active, .hdg-top-c__link--fitness:focus {
    color: #b60114;
}

.hdg-top-c__link--kids {
    color: #0b3680;
}

.hdg-top-c__link--kids::before {
    border-top: 2px solid #0b3680;
    border-right: 2px solid #0b3680;
}

.hdg-top-c__link--kids:hover, .hdg-top-c__link--kids:active, .hdg-top-c__link--kids:focus {
    color: #0b3680;
}

.hdg-top-c__link--school {
    color: #0e7934;
}

.hdg-top-c__link--school::before {
    border-top: 2px solid #0e7934;
    border-right: 2px solid #0e7934;
}

.hdg-top-c__link--school:hover, .hdg-top-c__link--school:active, .hdg-top-c__link--school:focus {
    color: #0e7934;
}

.hdg-top-c__link--beauty {
    color: #8f806a;
}

.hdg-top-c__link--beauty::before {
    border-top: 2px solid #8f806a;
    border-right: 2px solid #8f806a;
}

.hdg-top-c__link--beauty:hover, .hdg-top-c__link--beauty:active, .hdg-top-c__link--beauty:focus {
    color: #8f806a;
}

.hdg-top-c__span {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 80px;
    padding: 10px 24px 8px 2px;
    line-height: 1;
    transition: opacity .2s;
}

.hdg-top-c__span--reverse {
    padding-right: 24px;
    padding-left: 18px;
}

.hdg-top-c__span--beauty {
    color: #8f806a;
}

.hdg-top-c__span--beauty::before {
    border-top: 2px solid #8f806a;
    border-right: 2px solid #8f806a;
}

.hdg-top-c__hdg {
    display: block;
    font-weight: normal;
    font-size: 2.2rem;
}

.hdg-top-c__text {
    display: block;
    margin: 8px 0 0;
    font-weight: 300;
    font-size: 1.2rem;
    line-height: 1.4;
}

.hdg-top-c__text-block {
    display: inline-block;
}

@media only screen and (min-width: 798px) {
    .hdg-top-c {
        padding-right: 46px;
    }
    .hdg-top-c::before {
        right: 46px;
        box-shadow: none;
    }
    .hdg-top-c--reverse {
        padding-right: 0;
        padding-left: 46px;
    }
    .hdg-top-c--reverse::before {
        right: auto;
        left: 46px;
    }
    .hdg-top-c__link {
        display: block;
        flex-direction: row;
        justify-content: stretch;
        min-height: 0;
        padding: 33px 54px 25px 39px;
        background-color: #fff;
    }
    .hdg-top-c__link::before {
        right: 37px;
        width: 18px;
        height: 18px;
    }
    .hdg-top-c__link:hover::before, .hdg-top-c__link:active::before, .hdg-top-c__link:focus::before {
        right: 35px;
    }
    .hdg-top-c__link--fitness::before {
        border-top: 4px solid #b60114;
        border-right: 4px solid #b60114;
    }
    .hdg-top-c__link--fitness:hover, .hdg-top-c__link--fitness:active, .hdg-top-c__link--fitness:focus {
        color: #b60114;
    }
    .hdg-top-c__link--kids::before {
        border-top: 4px solid #0b3680;
        border-right: 4px solid #0b3680;
    }
    .hdg-top-c__link--kids:hover, .hdg-top-c__link--kids:active, .hdg-top-c__link--kids:focus {
        color: #0b3680;
    }
    .hdg-top-c__link--school::before {
        border-top: 4px solid #0e7934;
        border-right: 4px solid #0e7934;
    }
    .hdg-top-c__link--school:hover, .hdg-top-c__link--school:active, .hdg-top-c__link--school:focus {
        color: #0e7934;
    }
    .hdg-top-c__link--beauty::before {
        border-top: 4px solid #8f806a;
        border-right: 4px solid #8f806a;
    }
    .hdg-top-c__link--beauty:hover, .hdg-top-c__link--beauty:active, .hdg-top-c__link--beauty:focus {
        color: #8f806a;
    }
    .hdg-top-c__link--reverse {
        padding: 33px 66px 25px calc((90 * 100vw / 798) - 46px);
    }
    .hdg-top-c__link--reverse::before {
        right: 2px;
    }
    .hdg-top-c__link--reverse:hover::before, .hdg-top-c__link--reverse:active::before, .hdg-top-c__link--reverse:focus::before {
        right: 0;
    }
    .hdg-top-c__span {
        display: block;
        flex-direction: row;
        justify-content: stretch;
        min-height: 0;
        padding: 33px 54px 25px 39px;
        background-color: #fff;
    }
    .hdg-top-c__span--reverse {
        padding: 33px 66px 25px calc((90 * 100vw / 798) - 46px);
    }
    .hdg-top-c__hdg {
        font-size: 3.6rem;
    }
    .hdg-top-c__text {
        margin-top: 25px;
        padding-left: 4px;
        font-size: 1.4rem;
    }
}

@media only screen and (min-width: 1280px) {
    .hdg-top-c__link--reverse, .hdg-top-c__span--reverse {
        padding-left: 130px;
    }
}

.hdg-top-d {
    font-weight: 500;
    font-size: 2.4rem;
    text-align: center;
    line-height: 1.2;
}

.hdg-top-d__em {
    display: inline-block;
    padding: 0 0 10px;
    font-weight: 500;
    background-image: url("/assets/css/img/bg-img-02.svg");
    background-position: center bottom;
    background-size: 14px 7px;
    background-repeat: repeat-x;
}

.hdg-top-d + .lead-top-b {
    margin-top: 21px;
}

@media only screen and (min-width: 798px) {
    .hdg-top-d {
        font-weight: bold;
        font-size: 3rem;
    }
    .hdg-top-d__em {
        font-weight: bold;
    }
    .hdg-top-d + .lead-top-b {
        margin-top: 32px;
    }
}

.hdg-top-e {
    font-weight: normal;
    color: #fff;
    text-align: center;
}

.hdg-top-e__sub-text {
    font-size: 1.2rem;
}

.hdg-top-e__dot {
    padding-top: 8px;
    background-image: radial-gradient(#fff 2px, transparent 2px);
    background-position: top left;
    background-size: 1em 1em;
    background-repeat: repeat-x;
}

.hdg-top-e__text {
    display: block;
    font-size: 2.4rem;
}

@media only screen and (min-width: 798px) {
    .hdg-top-e {
        text-align: left;
    }
    .hdg-top-e__sub-text {
        font-weight: 400;
        font-size: 1.6rem;
    }
    .hdg-top-e__text {
        display: block;
        margin-top: 8px;
        font-weight: 500;
        font-size: 2.8rem;
    }
}

.hdg-top-f {
    font-weight: normal;
    font-size: 2.4rem;
}

@media only screen and (min-width: 798px) {
    .hdg-top-f {
        font-weight: bold;
        font-size: 2.8rem;
    }
}

.hdg-top-g {
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 1.4;
}

@media only screen and (min-width: 798px) {
    .hdg-top-g {
        font-weight: bold;
        font-size: 2rem;
    }
}

.cat-hdg-a {
    font-weight: 500;
    font-size: 4.6rem;
    color: #fff;
    line-height: 1.3;
}

.cat-hdg-a__txt {
    display: block;
    font-size: 1.6rem;
}

.cat-hdg-a__lead {
    margin: 0;
    color: #fff;
}

@media only screen and (max-width: 797px) {
    .cat-hdg-a {
        padding: 10px 15px 23px;
    }
    .cat-hdg-a__lead {
        padding: 26px 15px 27px;
    }
    .cat-hdg-a--wellness {
        background-color: #7d6e59;
    }
    .cat-hdg-a--fitness {
        background-color: #901;
    }
    .cat-hdg-a--school {
        background-color: #09642a;
    }
}

@media only screen and (min-width: 798px) {
    .cat-hdg-a {
        flex-shrink: 0;
        font-size: 8rem;
    }
    .cat-hdg-a__txt {
        margin-top: 4px;
    }
    .cat-hdg-a__lead {
        width: 100%;
        padding-top: 20px;
        padding-left: 58px;
        line-height: 1.7;
    }
}

.cat-hdg-b {
    margin: 60px 0 0;
    font-weight: 500;
    font-size: 2.4rem;
    text-align: center;
    line-height: 1;
}

.cat-hdg-b__txt {
    display: block;
    line-height: 1.3;
}

img + .cat-hdg-b__txt {
    margin: 13px 0 0;
}

.cat-hdg-b--type-a {
    color: #fff;
}

@media only screen and (min-width: 798px) {
    .cat-hdg-b {
        margin-top: 80px;
        font-size: 3rem;
    }
}

.cat-hdg-c {
    margin: 60px 0 0;
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 1.2;
}

@media only screen and (min-width: 798px) {
    .cat-hdg-c {
        margin-top: 80px;
        font-weight: bold;
        font-size: 2rem;
    }
}

.hdg-kids-a {
    margin: 40px 0 0;
    padding: 9px 10px 10px;
    font-size: 1.8rem;
    color: #fff;
    text-align: center;
    border-radius: 8px;
}

.kids-karate .hdg-kids-a {
    background-color: #687fdc;
}

.kids-cheer-dance .hdg-kids-a {
    background-color: #ff5347;
}

.kids-culture .hdg-kids-a {
    background-color: #aba16e;
}

.hdg-kids-a--type-a {
    letter-spacing: .26em;
    border-radius: 14px 14px 0 0;
}

.hdg-kids-a--type-b {
    background-color: #fff;
}

.kids-karate .hdg-kids-a--type-b {
    color: #687fdc;
    background-color: #fff;
}

.kids-cheer-dance .hdg-kids-a--type-b {
    color: #ff5347;
    background-color: #fff;
}

.kids-culture .hdg-kids-a--type-b {
    color: #aba16e;
    background-color: #fff;
}

@media only screen and (min-width: 798px) {
    .hdg-kids-a {
        padding: 10px;
        font-size: 2.4rem;
    }
}

.hdg-kids-b {
    margin: 50px 0 0;
    padding: 0 0 12px;
    font-size: 1.8rem;
    text-align: center;
    border-bottom: 1px solid #ccc;
}

.hdg-kids-b--type-a {
    letter-spacing: .25em;
}

.kids-karate .hdg-kids-b {
    color: #687fdc;
    border-color: #687fdc;
}

.kids-cheer-dance .hdg-kids-b {
    color: #ff5347;
    border-color: #ff5347;
}

.kids-culture .hdg-kids-b {
    color: #aba16e;
    border-color: #aba16e;
}

@media only screen and (min-width: 798px) {
    .hdg-kids-b {
        font-size: 2.8rem;
    }
    .hdg-kids-b--type-a {
        font-size: 3rem;
        letter-spacing: .16em;
    }
}

.hdg-magazine-a {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 2.4rem;
    color: #b60014;
    line-height: 1.125;
}

.hdg-magazine-a__txt {
    flex-basis: 0;
    flex-shrink: 0;
    margin: 0 0 0 20px;

    flex-grow: 1;
}

@media only screen and (min-width: 798px) {
    .hdg-magazine-a {
        font-size: 3rem;
    }
}

* + p {
    margin: 20px 0 0;
}

@media only screen and (min-width: 798px) {
    * + p {
        margin: 30px 0 0;
    }
}

.txt-block {
    display: inline-block;
}

@media only screen and (min-width: 798px) {
    .txt-lyt-a {
        max-width: 1000px;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }
}

.lead-top-a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-weight: bold;
    font-style: italic;
    font-size: 2.1rem;
    line-height: 1.4;
    letter-spacing: .01em;
}

.lead-top-a__text {
    display: block;
    padding: 0 7px;
    background-color: rgba(255, 255, 255, .8);
}

.lead-top-a__text + .lead-top-a__text {
    margin-top: 6px;
}

@media only screen and (min-width: 798px) {
    .lead-top-a {
        font-size: 4rem;
        letter-spacing: .1em;
    }
    .lead-top-a__text {
        padding-bottom: 4px;
    }
    .lead-top-a__text + .lead-top-a__text {
        margin-top: 10px;
    }
}

@media only screen and (min-width: 1440px) {
    .lead-top-a__text + .lead-top-a__text {
        margin-top: 18px;
    }
}

.lead-btn-top-a {
    display: flex;
    width: 100%;
    margin: 24px 0 0;
    background-color: #fff;
}

.lead-btn-top-a__link {
    position: relative;
    display: flex;
    width: 100%;
    padding: 0 28px 0 0;
    font-weight: normal;
    text-decoration: none;
    background-color: #fff;
    border: 3px solid #b60114;
    box-shadow: 0 0 4px rgba(0, 0, 0, .3);
    transition: opacity .2s;
}

.lead-btn-top-a__link::before {
    position: absolute;
    top: 0;
    right: 19px;
    bottom: 0;
    display: block;
    width: 10px;
    height: 10px;
    margin: auto 0;
    border-top: 2px solid #b60114;
    border-right: 2px solid #b60114;
    content: "";
    transition: right .2s;
    transform: rotate(45deg);
}

.lead-btn-top-a__link:hover, .lead-btn-top-a__link:active, .lead-btn-top-a__link:focus {
    opacity: .7;
}

.lead-btn-top-a__link:hover::before, .lead-btn-top-a__link:active::before, .lead-btn-top-a__link:focus::before {
    right: 17px;
}

.lead-btn-top-a__sub-text {
    display: block;
    flex-shrink: 0;
    max-width: 92px;
    padding: 14px 0 12px 6px;
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
    line-height: 1.2;
    background-color: #b60114;
}

.lead-btn-top-a__text {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 0 0 0 28px;
    font-weight: 500;
    font-size: 1.8rem;
    color: #b60114;
    text-align: center;
}

.lead-btn-top-a__text::before, .lead-btn-top-a__text::after {
    position: absolute;
    left: 0;
    z-index: 1;
    display: block;
    width: 17px;
    height: calc(50% + 1px);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    content: "";
}

.lead-btn-top-a__text::before {
    top: -1px;
    background-image: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #b60114 52.5%);
    background-position: top left;
}

.lead-btn-top-a__text::after {
    bottom: -1px;
    background-image: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #b60114 52.5%);
    background-position: bottom right;
}

@media only screen and (min-width: 798px) {
    .lead-btn-top-a {
        max-width: 620px;
        margin-top: 30px;
    }
    .lead-btn-top-a__link::before {
        width: 16px;
        height: 16px;
    }
    .lead-btn-top-a__sub-text {
        max-width: 170px;
        padding-top: 20px;
        padding-bottom: 22px;
        padding-left: 22px;
        font-size: 2rem;
        line-height: 1.4;
    }
    .lead-btn-top-a__text {
        padding-left: 50px;
        font-size: 2.8rem;
        text-align: left;
    }
    .lead-btn-top-a__text::before, .lead-btn-top-a__text::after {
        width: 35px;
    }
}

@media only screen and (min-width: 1440px) {
    .lead-btn-top-a {
        margin-top: 70px;
    }
}

.lead-top-b {
    font-weight: normal;
    text-align: center;
}

@media only screen and (min-width: 798px) {
    .lead-top-b {
        font-size: 1.6rem;
    }
}

.txt-price-a {
    margin: 4px 0 0;
    font-weight: bold;
    font-size: 1.6rem;
    color: #b60114;
    text-align: center;
    line-height: 1.2;
}

.txt-price-a__price {
    font-size: 2.6rem;
}

.txt-price-a + p {
    margin-top: 14px;
}

@media only screen and (min-width: 798px) {
    .txt-price-a {
        font-size: 2.4rem;
    }
    .txt-price-a__price {
        font-size: 4rem;
    }
}

.cat-txt-lead-a {
    position: relative;
    z-index: 1;
    padding: 0 8px 2px 8px;
    font-weight: bold;
    font-size: 1.8rem;
    background-color: rgba(255, 255, 255, .8);
}

.cat-txt-lead-a + .cat-txt-lead-a {
    margin-top: 8px;
}

@media only screen and (min-width: 798px) {
    .cat-txt-lead-a {
        font-weight: 500;
        font-size: 4rem;
    }
}

.cat-txt-lyt-a {
    margin-top: 12px;
    color: #fff;
    text-align: center;
    line-height: 1.7;
}

.cat-txt-lyt-a--type-a {
    color: #333;
}

@media only screen and (min-width: 798px) {
    .cat-txt-lyt-a {
        margin-top: 18px;
    }
}

.txt-kids-a {
    line-height: 1.9;
}

.site-contents-kids-a--type-b .txt-kids-a {
    color: #fff;
}

@media only screen and (min-width: 798px) {
    .txt-kids-a {
        font-size: 1.4rem;
    }
}

.txt-lyt-kids-a {
    margin: 12px 0 0;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.9;
}

.txt-lyt-kids-b {
    margin-top: 11px;
    font-weight: bold;
    font-size: 1.8rem;
    color: #fff;
    text-align: center;
    line-height: 1.8;
    letter-spacing: .2em;
}

@media only screen and (min-width: 798px) {
    .txt-lyt-kids-b {
        font-size: 2.8rem;
    }
}

.icon-external-a {
    margin: 0 0 0 9px;
    vertical-align: baseline;
}

.label-link-a > .icon-external-a {
    margin-left: 5px;
}

.icon-pdf-a {
    margin: 0 0 0 7px;
    vertical-align: -3px;
}

.list-bullet-a {
    margin: 20px 0 0;
}

.list-bullet-a__list {
    position: relative;
    padding: 0 0 0 23px;
}

.list-bullet-a__list + .list-bullet-a__list {
    margin-top: 5px;
}

.list-bullet-a__list::before {
    position: absolute;
    top: 8px;
    left: 7px;
    display: block;
    width: 6px;
    height: 6px;
    background-color: #666;
    border: 1px solid #666;
    border-radius: 50%;
    content: "";
}

.list-bullet-a__list .list-bullet-a__list::before {
    background-color: #fff;
}

[class^="list-bullet-"] > .list-bullet-a, [class^="list-order-"] > .list-bullet-a, [class^="list-desc-"] > .list-bullet-a, [class^="list-note-"] > .list-bullet-a, [class^="list-item-"] > .list-bullet-a, [class^="link-list-"] > .list-bullet-a {
    margin-top: 5px;
}

.list-bullet-a--border {
    position: relative;
    margin-top: 26px;
    padding-top: 27px;
}

.list-bullet-a--border::before {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #b3a99a;
    content: "";
}

@media only screen and (min-width: 798px) {
    .list-bullet-a {
        margin-top: 32px;
    }
    .list-bullet-a__list::before {
        top: 10px;
    }
    .list-bullet-a--col2 .list-bullet-a__list {
        width: calc(50% - 7px);
    }
    .list-bullet-a--col3 .list-bullet-a__list {
        width: calc(33.333% - 7px);
    }
    .list-bullet-a--col2, .list-bullet-a--col3 {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: -7px;
        margin-left: -7px;
    }
    .list-bullet-a--col2 .list-bullet-a__list, .list-bullet-a--col3 .list-bullet-a__list {
        margin: 0 0 7px 7px;
    }
    .list-bullet-a--col2 .list-bullet-a__list + .list-bullet-a__list, .list-bullet-a--col3 .list-bullet-a__list + .list-bullet-a__list {
        margin-top: 0;
    }
    .list-bullet-a--border {
        margin-top: 62px;
        padding-top: 35px;
    }
    .list-bullet-a--border::before {
        width: calc(100% - 7px);
    }
}

.list-note-a {
    margin: 16px 0 0;
    font-size: 1.2rem;
}

.tbl-a .list-note-a, .tbl-b .list-note-a {
    margin-top: 0;
}

.tbl-a + .list-note-a, .tbl-b + .list-note-a, .tbl-scroll__inner + .list-note-a {
    margin-top: 11px;
}

.lyt-box-b .list-note-a {
    margin-top: 12px;
}

.list-note-a__list {
    display: flex;
}

.list-note-a__list + .list-note-a__list {
    margin-top: 5px;
}

.list-note-a__mark {
    display: block;
    padding: 0 9px 0 0;
    font-size: 1.4rem;
}

.list-note-a__item {
    width: 100%;
}

.lyt-img-a .list-note-a__list {
    justify-content: center;
}

.lyt-img-a .list-note-a__item {
    width: auto;
}

.list-note-a--center > .list-note-a__list {
    justify-content: center;
}

.list-note-a--center > .list-note-a__list > .list-note-a__item {
    width: auto;
}

[class^="list-bullet-"] > .list-note-a, [class^="list-order-"] > .list-note-a, [class^="list-desc-"] > .list-note-a, [class^="list-note-"] > .list-note-a, [class^="list-item-"] > .list-note-a, [class^="link-list-"] > .list-note-a {
    margin-top: 5px;
}

@media only screen and (min-width: 798px) {
    .list-note-a {
        margin-top: 22px;
        font-size: 1.4rem;
    }
    .tbl-a + .list-note-a, .tbl-b + .list-note-a, .tbl-scroll__inner + .list-note-a {
        margin-top: 11px;
    }
}

.list-desc-a {
    margin: 20px 0 0;
}

.list-desc-a__word {
    font-weight: bold;
}

.list-desc-a__desc {
    margin-top: 2px;
}

.list-desc-a__desc-inner > :first-child {
    margin-top: 0;
}

.list-desc-a__item + .list-desc-a__item {
    margin-top: 18px;
}

@media only screen and (min-width: 798px) {
    .list-desc-a {
        margin-top: 32px;
    }
    .list-desc-a__word, .list-desc-a__desc {
        display: table-cell;
    }
    .list-desc-a__word {
        padding-right: 20px;
        white-space: nowrap;
    }
    .list-desc-a__desc {
        margin-top: 0;
        padding-left: 20px;
    }
    .list-desc-a__desc-inner {
        position: relative;
    }
    .list-desc-a__desc-inner::before {
        position: absolute;
        top: 0;
        left: -20px;
        display: block;
        width: 1px;
        height: 100%;
        background-color: #8f806a;
        content: "";
    }
    .list-desc-a__item {
        display: table-row;
    }
    .list-desc-a__item + .list-desc-a__item {
        margin-top: 0;
    }
    .list-desc-a__item + .list-desc-a__item .list-desc-a__word, .list-desc-a__item + .list-desc-a__item .list-desc-a__desc {
        padding-top: 15px;
    }
}

.list-desc-b {
    margin: 20px 0 0;
}

.list-desc-b__word, .list-desc-b__desc {
    display: table-cell;
}

.list-desc-b__word {
    padding-right: 20px;
    font-weight: bold;
    white-space: nowrap;
}

.list-desc-b__desc {
    padding-left: 20px;
}

.list-desc-b__desc-inner {
    position: relative;
}

.list-desc-b__desc-inner > :first-child {
    margin-top: 0;
}

.list-desc-b__desc-inner::before {
    position: absolute;
    top: 0;
    left: -20px;
    display: block;
    width: 1px;
    height: 100%;
    background-color: #8f806a;
    content: "";
}

.list-desc-b__item {
    display: table-row;
}

.list-desc-b__item + .list-desc-b__item .list-desc-b__word, .list-desc-b__item + .list-desc-b__item .list-desc-b__desc {
    padding-top: 15px;
}

@media only screen and (min-width: 798px) {
    .list-desc-b {
        margin-top: 32px;
    }
    .list-desc-b--inline {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: -15px;
        margin-left: -60px;
    }
    .list-desc-b--inline .list-desc-b__word, .list-desc-b--inline .list-desc-b__desc {
        display: block;
    }
    .list-desc-b--inline .list-desc-b__item {
        display: flex;
        padding-bottom: 15px;
        padding-left: 60px;
    }
    .list-desc-b--inline .list-desc-b__item + .list-desc-b__item .list-desc-b__word, .list-desc-b--inline .list-desc-b__item + .list-desc-b__item .list-desc-b__desc {
        padding-top: 0;
    }
}

.news-list-a {
    margin: 20px 0 0;
}

.news-list-a__title {
    font-size: 1.2rem;
    color: #8f806a;
}

.news-list-a__item {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.news-list-a__item + .news-list-a__item {
    margin-top: 14px;
}

.news-list-a__link {
    color: #333;
    text-decoration: none;
}

.news-list-a__content {
    margin: 12px 0 0;
}

@media only screen and (min-width: 798px) {
    .news-list-a {
        display: table;
        width: 100%;
        margin-top: 32px;
    }
    .news-list-a__title {
        display: table-cell;
        padding-top: 4px;
        padding-bottom: 14px;
        vertical-align: top;
        white-space: nowrap;
        border-bottom: 1px solid #ddd;
    }
    .news-list-a__content {
        display: table-cell;
        width: 100%;
        margin-top: 0;
        padding-top: 4px;
        padding-bottom: 14px;
        padding-left: 40px;
        font-size: 1.4rem;
        vertical-align: top;
        border-bottom: 1px solid #ddd;
    }
    .news-list-a__item {
        display: table-row;
        padding-bottom: 0;
        border-bottom: 0;
    }
    .news-list-a__item + .news-list-a__item .news-list-a__content, .news-list-a__item + .news-list-a__item .news-list-a__title {
        padding-top: 14px;
    }
}

.list-item-top-a {
    display: flex;
    justify-content: center;
    margin: 24px 0 -1px -1px;
    font-weight: normal;
}

.list-item-top-a__list {
    position: relative;
    width: 33.333%;
    max-width: 114px;
    height: 100%;
    padding: 0 0 1px 1px;
}

.list-item-top-a__list::before {
    display: block;
    padding-top: 100%;
    content: "";
}

.list-item-top-a__list-inner {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding-bottom: 20px;
    background-color: #fff;
    border-radius: 50%;
}

.list-item-top-a__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-top: 4px;
    font-size: 1.2rem;
    color: #b60114;
    line-height: 1.2;
}

.list-item-top-a__em {
    font-size: 1.6rem;
}

.list-item-top-a__img {
    text-align: center;
}

@media only screen and (min-width: 798px) {
    .list-item-top-a {
        justify-content: space-between;
        width: 100%;
        max-width: 736px;
        margin: 34px auto 0;
    }
    .list-item-top-a__list {
        max-width: 204px;
    }
    .list-item-top-a__list-inner {
        padding-top: 44px;
        padding-bottom: 45px;
    }
    .list-item-top-a__text {
        display: block;
        flex-direction: row;
        justify-content: stretch;
        align-items: stretch;
        font-size: 0;
        text-align: center;
        line-height: 1.1;
    }
    .list-item-top-a__text .text-block {
        font-size: 1.8rem;
    }
    .list-item-top-a__em {
        font-size: 2.4rem;
    }
}

.list-note-top-a {
    max-width: 618px;
    margin: 20px auto 0;
}

.list-note-top-a__list {
    display: flex;
    font-size: 1.2rem;
}

.list-note-top-a__mark {
    white-space: nowrap;
}

.list-note-top-a__item {
    width: 100%;
    padding: 0 0 0 4px;
}

.list-news-kids-a {
    border-top: 1px dotted #ccc;
}

.list-news-kids-a__list {
    display: flex;
    align-items: center;
    padding: 7px;
    font-size: 1.2rem;
    border-bottom: 1px dotted #ccc;
}

.list-news-kids-a__date {
    display: block;
    flex-shrink: 0;
    padding: 0 20px 0 0;
}

.list-news-kids-a__link {
    color: #333;
    text-decoration: none;
}

@media only screen and (min-width: 798px) {
    .list-news-kids-a__list {
        font-size: 1.6rem;
    }
}

.list-item-kids-a {
    margin: 28px 0 0;
}

.list-item-kids-a__list + .list-item-kids-a__list {
    margin-top: 12px;
}

.list-item-kids-a__title {
    position: relative;
    padding: 7px 14px 8px 34px;
    background-color: #f1efe5;
    border: 1px solid #808080;
    border-radius: 8px;
}

.list-item-kids-a__title::before {
    position: absolute;
    top: 9px;
    left: 15px;
    display: block;
    width: 15px;
    height: 15px;
    background-color: #fff;
    background-image: url("/assets/css/img/icon-bullet-02.svg");
    border-radius: 50%;
    content: "";
    transition: transform .2s;
}

.is-active > .list-item-kids-a__title::before {
    transform: rotate(90deg);
}

@media only screen and (min-width: 798px) {
    .list-item-kids-a {
        padding: 0 40px;
    }
    .list-item-kids-a__title {
        padding: 8px 14px 10px 36px;
        font-size: 1.4rem;
    }
    .list-item-kids-a__title::before {
        top: 12px;
    }
}

.list-desc-kids-a {
    margin: 16px 0 0;
}

.list-desc-kids-a__item + .list-desc-kids-a__item {
    margin-top: 24px;
}

.list-desc-kids-a__word {
    display: inline-block;
    min-width: 140px;
    padding: 4px 10px 6px;
    font-weight: bold;
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    background-color: #aba16e;
    border-radius: 4px;
}

.list-desc-kids-a__desc {
    line-height: 1.9;
}

@media only screen and (max-width: 797px) {
    .list-desc-kids-a__desc {
        padding: 8px 0 0;
    }
}

@media only screen and (min-width: 798px) {
    .list-desc-kids-a {
        margin-top: 14px;
    }
    .list-desc-kids-a__item {
        display: flex;
        align-items: flex-start;
    }
    .list-desc-kids-a__item + .list-desc-kids-a__item {
        margin-top: 20px;
    }
    .list-desc-kids-a__word {
        flex-shrink: 0;
    }
    .list-desc-kids-a__desc {
        width: 100%;
        padding-top: 4px;
        padding-left: 24px;
        font-size: 1.4rem;
    }
}

a {
    color: #666;
}

.breadcrumb__link, .breadcrumb__txt {
    vertical-align: middle;
    text-decoration: none;
}

.breadcrumb__link {
    color: #333;
}

.breadcrumb__txt {
    font-weight: bold;
    color: #8f806a;
}

.breadcrumb__list {
    display: inline;
    margin-right: 9px;
    font-size: 1.2rem;
}

.breadcrumb__list + .breadcrumb__list::before {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    content: "";
    transform: translateY(1px) rotate(-45deg);
}

.breadcrumb__list + .breadcrumb__list .breadcrumb__link, .breadcrumb__list + .breadcrumb__list .breadcrumb__txt {
    margin-left: 9px;
}

.label-link-a {
    position: relative;
    display: inline-block;
    padding: 5px 18px 5px 3px;
    font-size: 1.2rem;
    color: #fff;
    line-height: 1;
    text-decoration: none;
    background-color: #b60014;
    transition: opacity .2s;
}

.label-link-a[target="_blank"] {
    padding-right: 3px;
}

.label-link-a[target="_blank"]::before {
    display: none;
}

.label-link-a::before {
    position: absolute;
    top: 2px;
    right: 7px;
    bottom: 0;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto 0;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    transition: opacity .2s, transform .2s;
    transform: rotate(45deg) translate(0, 0);
}

.label-link-a:hover, .label-link-a:active, .label-link-a:focus {
    color: #fff;
    opacity: .7;
}

.label-link-a:hover::before, .label-link-a:active::before, .label-link-a:focus::before {
    transform: rotate(45deg) translate(1px, -1px);
}

@media only screen and (min-width: 798px) {
    .label-link-a {
        padding-bottom: 6px;
    }
}

.link-txt-a {
    color: #333;
    text-decoration: none;
}

.link-txt-a::after {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #8f806a;
    border-right: 2px solid #8f806a;
    content: "";
    transition: transform .2s;
    transform: rotate(45deg) translate(3px, -4px);
}

.link-txt-a:hover::after, .link-txt-a:active::after, .link-txt-a:focus::after {
    transform: rotate(45deg) translate(4px, -5px);
}

.link-txt-a--icon::after {
    display: none;
}

.cat-txt-lyt-a .link-txt-a {
    font-size: 1.6rem;
    color: #fff;
}

.cat-txt-lyt-a .link-txt-a::after {
    border-color: #fff;
}

.link-list-a {
    margin: 20px 0 0;
}

.link-list-a__list + .link-list-a__list {
    margin-top: 5px;
}

[class^="list-bullet-"] > .link-list-a, [class^="list-order-"] > .link-list-a, [class^="list-desc-"] > .link-list-a, [class^="list-note-"] > .link-list-a, [class^="list-item-"] > .link-list-a, [class^="link-list-"] > .link-list-a {
    margin-top: 5px;
}

.link-list-a--inline {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -12px;
    margin-left: -40px;
}

.link-list-a--inline > .link-list-a__list {
    margin-top: 0;
    padding: 0 0 12px 40px;
}

@media only screen and (min-width: 798px) {
    .link-list-a {
        margin-top: 32px;
    }
    .link-list-a--col2 {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: -5px;
        margin-left: -60px;
    }
    .link-list-a--col2 > .link-list-a__list {
        width: calc(50% - 120px);
        margin-bottom: 5px;
        margin-left: 60px;
    }
    .link-list-a--col2 > .link-list-a__list + .link-list-a__list {
        margin-top: 0;
    }
}

.link-list-b {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 -12px -40px;
}

.link-list-b__list {
    padding: 0 0 12px 40px;
}

.link-list-b__link {
    position: relative;
    padding: 0 21px 0 0;
    color: #333;
    text-decoration: none;
}

.link-list-b__link::before {
    position: absolute;
    right: 2px;
    bottom: 3px;
    display: block;
    width: 9px;
    height: 2px;
    background-color: #8f806a;
    content: "";
}

.link-list-b__link::after {
    position: absolute;
    right: 2px;
    bottom: 8px;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #8f806a;
    border-right: 2px solid #8f806a;
    content: "";
    transition: transform .2s;
    transform: rotate(135deg) translate(0, 0);
}

.link-list-b__link:hover::after, .link-list-b__link:active::after, .link-list-b__link:focus::after {
    transform: rotate(135deg) translate(1px, -1px);
}

[class^="list-bullet-"] > .link-list-b, [class^="list-order-"] > .link-list-b, [class^="list-desc-"] > .link-list-b, [class^="list-note-"] > .link-list-b, [class^="list-item-"] > .link-list-b, [class^="link-list-"] > .link-list-b {
    margin-top: 5px;
}

@media only screen and (min-width: 798px) {
    .link-list-b {
        margin-top: 32px;
    }
}

.txt-top-link-a {
    margin-top: 13px;
}

.txt-top-link-a--right {
    text-align: right;
}

.txt-top-link-a__link {
    display: inline-block;
    color: #333;
    text-decoration: none;
}

.txt-top-link-a__link::after {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 0 0 8px;
    border-top: 2px solid #8f806a;
    border-right: 2px solid #8f806a;
    content: "";
    transition: transform .2s;
    transform: rotate(45deg) translate(-1px, 1px);
}

.txt-top-link-a__link:hover::after, .txt-top-link-a__link:active::after, .txt-top-link-a__link:focus::after {
    transform: rotate(45deg) translate(0, 0);
}

@media only screen and (min-width: 798px) {
    .txt-top-link-a {
        font-size: 1.4rem;
    }
}

.link-item-top-a {
    background-color: #fff;
}

.link-item-top-a--list {
    display: flex;
    flex-wrap: wrap;
    margin: 28px 0 -16px -3px;
}

.link-item-top-a__list {
    width: 50%;
    padding: 0 0 16px 3px;
}

.link-item-top-a__link {
    display: block;
    font-weight: normal;
    color: #333;
    text-decoration: none;
    transition: opacity .2s;
}

.link-item-top-a__link:hover, .link-item-top-a__link:active, .link-item-top-a__link:focus {
    opacity: .7;
}

.link-item-top-a__content {
    display: block;
    padding: 13px 17px;
}

.link-item-top-a__title {
    display: block;
    margin: 0 0 13px;
    font-size: 1.8rem;
    line-height: 1.7;
}

.link-item-top-a__text {
    display: block;
}

.link-item-top-a__img {
    display: block;
}

.link-item-top-a__img-item {
    width: 100%;
    vertical-align: bottom;
}

@media only screen and (min-width: 798px) {
    .link-item-top-a__link {
        position: relative;
        overflow: hidden;
        padding-bottom: calc(100% * (474 / 882));
    }
    .link-item-top-a__link--list {
        padding-bottom: calc(100% * (350 / 626));
    }
    .link-item-top-a__link:hover .link-item-top-a__content::before, .link-item-top-a__link:active .link-item-top-a__content::before, .link-item-top-a__link:focus .link-item-top-a__content::before {
        right: 36px;
    }
    .link-item-top-a__link:hover .link-item-top-a__content--list::before, .link-item-top-a__link:active .link-item-top-a__content--list::before, .link-item-top-a__link:focus .link-item-top-a__content--list::before {
        right: 21px;
    }
    .link-item-top-a__img {
        position: absolute;
        top: 0;
        left: 0;
    }
    .link-item-top-a--list {
        margin-top: 8px;
        margin-bottom: -8px;
        margin-left: -8px;
    }
    .link-item-top-a__list {
        padding-bottom: 8px;
        padding-left: 8px;
    }
    .link-item-top-a__content {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 26px 60px 33px 40px;
        color: #fff;
        background-color: rgba(0, 0, 0, .3);
    }
    .link-item-top-a__content::before {
        position: absolute;
        top: 0;
        right: 38px;
        bottom: 0;
        display: block;
        width: 30px;
        height: 30px;
        margin: auto 0;
        border-top: 4px solid #fff;
        border-right: 4px solid #fff;
        content: "";
        transition: right .2s;
        transform: rotate(45deg);
    }
    .link-item-top-a__content--list {
        padding: 24px 110px 27px 40px;
    }
    .link-item-top-a__content--list::before {
        right: 23px;
        width: 12px;
        height: 12px;
        border-width: 2px;
    }
    .link-item-top-a__title {
        margin-bottom: 10px;
        font-size: calc(26 * 100vw / 1280);
    }
    .link-item-top-a__text {
        font-size: calc(16 * 100vw / 1280);
        line-height: 1.7;
    }
    .link-item-top-a__text--list {
        font-size: calc(20 * 100vw / 1280);
        line-height: 1.5;
    }
}

@media only screen and (min-width: 1280px) {
    .link-item-top-a__title {
        font-size: 2.6rem;
    }
    .link-item-top-a__text {
        font-size: 1.6rem;
    }
    .link-item-top-a__text--list {
        font-size: 2rem;
    }
}

.link-list-kids-a {
    margin: 34px 0 0;
}

.link-list-kids-a__list {
    font-size: 1.5rem;
    text-align: center;
    letter-spacing: .06em;
}

.link-list-kids-a__inner {
    background-color: #fff;
    border-radius: 4px;
}

.link-list-kids-a__link {
    display: block;
    padding: 18px 10px 20px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .3);
    transition: opacity .2s;
}

.link-list-kids-a__link:hover, .link-list-kids-a__link:active, .link-list-kids-a__link:focus {
    color: #fff;
    opacity: .7;
}

.kids-karate .link-list-kids-a__link {
    background-color: #687fdc;
}

.kids-cheer-dance .link-list-kids-a__link {
    background-color: #ff5347;
}

.kids-culture .link-list-kids-a__link {
    background-color: #aba16e;
}

.link-list-kids-a__txt {
    position: relative;
    padding: 0 0 0 24px;
}

.link-list-kids-a__txt::before {
    position: absolute;
    top: 3px;
    left: 2px;
    display: block;
    width: 17px;
    height: 17px;
    background-image: url("/assets/css/img/icon-bullet-01.svg");
    background-size: contain;
    content: "";
}

@media only screen and (max-width: 797px) {
    .link-list-kids-a__inner {
        display: inline-block;
    }
    .link-list-kids-a__list + .link-list-kids-a__list {
        margin-top: 14px;
    }
    .link-list-kids-a__link {
        min-width: 264px;
    }
}

@media only screen and (min-width: 798px) {
    .link-list-kids-a {
        display: flex;
        justify-content: center;
        margin-top: 0;
        margin-bottom: -14px;
        margin-left: -14px;
    }
    .link-list-kids-a__list {
        width: 100%;
        max-width: 278px;
        padding-bottom: 14px;
        padding-left: 14px;
    }
}

.lyt-btn-a {
    margin: 30px 0 0;
    text-align: center;
}

@media only screen and (min-width: 798px) {
    .lyt-btn-a {
        margin-top: 40px;
    }
}

.list-btn-a {
    margin: 30px 0 0;
}

@media only screen and (max-width: 797px) {
    .list-btn-a__list + .list-btn-a__list {
        margin-top: 8px;
    }
}

@media only screen and (min-width: 798px) {
    .list-btn-a {
        display: flex;
        flex-wrap: wrap;
        margin-top: 40px;
        margin-bottom: -24px;
        margin-left: -24px;
    }
    .list-btn-a__list {
        width: 33.333%;
        padding-bottom: 24px;
        padding-left: 24px;
    }
    .list-btn-a__list:first-child:nth-last-child(2) {
        width: 50%;
        text-align: right;
    }
    .list-btn-a__list:first-child:nth-last-child(2) ~ .list-btn-a__list {
        width: 50%;
    }
}

.btn-a {
    position: relative;
    display: inline-block;
    padding: 11px 40px 13px;
    font-weight: 500;
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #b60114;
    box-shadow: 0 0 4px rgba(0, 0, 0, .3);
    transition: opacity .2s;
}

.btn-a[target="_blank"] {
    padding-right: 50px;
    padding-left: 50px;
}

.btn-a[target="_blank"]::before {
    content: normal;
}

.btn-a[target="_blank"] .icon-external-a {
    position: absolute;
    top: 0;
    right: 19px;
    bottom: 0;
    width: 17px;
    margin: auto 0;
}

.btn-a::before {
    position: absolute;
    top: 0;
    right: 19px;
    bottom: 0;
    display: block;
    width: 11px;
    height: 11px;
    margin: auto 0;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    transition: opacity .2s, transform .2s;
    transform: rotate(45deg) translate(0, 0);
}

.btn-a:hover, .btn-a:active, .btn-a:focus {
    color: #fff;
    opacity: .7;
}

.btn-a:hover::before, .btn-a:active::before, .btn-a:focus::before {
    transform: rotate(45deg) translate(1px, -1px);
}

.btn-a--type-a {
    color: #1877f2;
    background-color: #fff;
}

.btn-a--type-a:hover, .btn-a--type-a:active, .btn-a--type-a:focus {
    color: #1877f2;
}

@media only screen and (max-width: 797px) {
    .btn-a {
        width: 100%;
    }
}

@media only screen and (min-width: 798px) {
    .btn-a {
        min-width: 460px;
        padding-top: 19px;
        padding-bottom: 19px;
        font-size: 2.2rem;
    }
    .btn-a--size-a {
        min-width: 620px;
    }
    .btn-a--type-a {
        font-size: 2.4rem;
    }
    .btn-a[target="_blank"] .icon-external-a {
        width: 22px;
    }
    .list-btn-a .btn-a, .lyt-item-a .btn-a {
        width: 100%;
        min-width: 0;
        max-width: 460px;
    }
}

.btn-b {
    position: relative;
    display: inline-block;
    padding: 11px 30px 13px;
    font-weight: normal;
    color: #333;
    text-align: center;
    line-height: 1.5;
    text-decoration: none;
    background-color: #fff;
    border: 2px solid #8f806a;
    box-shadow: 0 0 4px rgba(0, 0, 0, .3);
    transition: opacity .2s;
}

.btn-b::before {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    display: block;
    width: 11px;
    height: 11px;
    margin: auto 0;
    border-top: 2px solid #8f806a;
    border-right: 2px solid #8f806a;
    content: "";
    transition: opacity .2s, transform .2s;
    transform: rotate(135deg) translate(0, 0);
}

.btn-b:hover, .btn-b:active, .btn-b:focus {
    color: #333;
    opacity: .7;
}

.btn-b:hover::before, .btn-b:active::before, .btn-b:focus::before {
    transform: rotate(135deg) translate(1px, -1px);
}

.js-toggle.is-active .btn-b:hover::before, .js-toggle.is-active .btn-b:active::before, .js-toggle.is-active .btn-b:focus::before {
    transform: rotate(-45deg) translate(-2px, 2px);
}

.js-toggle.is-active .btn-b::before {
    transform: rotate(-45deg) translate(-3px, 3px);
}

@media only screen and (max-width: 797px) {
    .btn-b {
        width: 100%;
    }
}

@media only screen and (min-width: 798px) {
    .btn-b {
        width: 100%;
        max-width: 620px;
        padding-top: 19px;
        padding-bottom: 19px;
        font-size: 1.8rem;
    }
}

.btn-c {
    position: relative;
    display: inline-block;
    padding: 11px 30px 13px;
    font-weight: normal;
    font-size: 1.2rem;
    color: #b60114;
    text-align: center;
    text-decoration: none;
    background-color: #fff;
    border: 3px solid #b60114;
    box-shadow: 0 0 4px rgba(0, 0, 0, .3);
    transition: opacity .2s;
}

.btn-c[target="_blank"] {
    padding-right: 34px;
    padding-left: 34px;
}

.btn-c[target="_blank"]::before {
    content: normal;
}

.btn-c[target="_blank"] .icon-external-a {
    position: absolute;
    top: 0;
    right: 19px;
    bottom: 0;
    width: 17px;
    margin: auto 0;
}

.btn-c::before, .btn-c::after {
    position: absolute;
    display: block;
    content: "";
}

.btn-c::before {
    top: 0;
    right: 19px;
    bottom: 0;
    width: 11px;
    height: 11px;
    margin: auto 0;
    border-top: 2px solid #b60114;
    border-right: 2px solid #b60114;
    transition: opacity .2s, transform .2s;
    transform: rotate(45deg) translate(0, 0);
}

.btn-c::after {
    top: -3px;
    left: -3px;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    background-color: #fff;
    opacity: 0;
    transition: opacity .2s;
}

.btn-c--type-a {
    color: #fff;
    background-color: #b60114;
}

.btn-c--type-a::before {
    border-color: #fff;
}

.btn-c--type-a:hover, .btn-c--type-a:active, .btn-c--type-a:focus {
    color: #fff;
}

.btn-c__txt {
    display: block;
    font-weight: 500;
    font-size: 2rem;
}

.btn-c:hover::before, .btn-c:active::before, .btn-c:focus::before {
    transform: rotate(45deg) translate(1px, -1px);
}

.btn-c:hover::after, .btn-c:active::after, .btn-c:focus::after {
    opacity: .3;
}

@media only screen and (max-width: 797px) {
    .btn-c {
        width: 100%;
    }
}

@media only screen and (min-width: 798px) {
    .btn-c {
        min-width: 618px;
        padding-top: 17px;
        padding-bottom: 24px;
        font-size: 1.3rem;
    }
    .btn-c[target="_blank"] .icon-external-a {
        width: 22px;
    }
    .btn-c__txt {
        margin-top: 8px;
        font-size: 2.4rem;
        line-height: 1.2;
    }
}

.btn-list-top-a {
    width: calc(50% + 87px);
    margin: 16px 0 0;
}

.btn-list-top-a__list {
    font-size: 1.6rem;
}

.btn-list-top-a__list + .btn-list-top-a__list {
    margin-top: 2px;
}

.btn-list-top-a__link {
    position: relative;
    display: block;
    padding: 10px 24px 12px 23px;
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    transition: background-color .2s;
}

.btn-list-top-a__link::before {
    position: absolute;
    top: 0;
    right: 12px;
    bottom: 0;
    display: block;
    width: 10px;
    height: 10px;
    margin: auto 0;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    transition: border-color .2s, right .2s;
    transform: rotate(45deg);
}

.btn-list-top-a__link:hover, .btn-list-top-a__link:active, .btn-list-top-a__link:focus {
    background-color: #fff;
}

.btn-list-top-a__link:hover::before, .btn-list-top-a__link:active::before, .btn-list-top-a__link:focus::before {
    right: 10px;
}

.btn-list-top-a__link--fitness:hover, .btn-list-top-a__link--fitness:active, .btn-list-top-a__link--fitness:focus {
    color: #b60114;
}

.btn-list-top-a__link--fitness:hover::before, .btn-list-top-a__link--fitness:active::before, .btn-list-top-a__link--fitness:focus::before {
    border-color: #b60114;
}

.btn-list-top-a__link--kids:hover, .btn-list-top-a__link--kids:active, .btn-list-top-a__link--kids:focus {
    color: #0b3680;
}

.btn-list-top-a__link--kids:hover::before, .btn-list-top-a__link--kids:active::before, .btn-list-top-a__link--kids:focus::before {
    border-color: #0b3680;
}

.btn-list-top-a__link--school:hover, .btn-list-top-a__link--school:active, .btn-list-top-a__link--school:focus {
    color: #0e7934;
}

.btn-list-top-a__link--school:hover::before, .btn-list-top-a__link--school:active::before, .btn-list-top-a__link--school:focus::before {
    border-color: #0e7934;
}

.btn-list-top-a__link--beauty:hover, .btn-list-top-a__link--beauty:active, .btn-list-top-a__link--beauty:focus {
    color: #8f806a;
}

.btn-list-top-a__link--beauty:hover::before, .btn-list-top-a__link--beauty:active::before, .btn-list-top-a__link--beauty:focus::before {
    border-color: #8f806a;
}

@media only screen and (min-width: 798px) {
    .btn-list-top-a {
        width: auto;
        margin-top: 28px;
        padding: 0 calc(90 * 100vw / 798) 0 40px;
    }
    .btn-list-top-a--reverse {
        padding: 0 40px 0 calc(90 * 100vw / 798);
    }
    .btn-list-top-a__link {
        display: inline-block;
        width: 100%;
        max-width: 290px;
        padding: 10px 34px 12px 22px;
    }
    .btn-list-top-a__link::before {
        right: 17px;
        width: 8px;
        height: 8px;
        transition: right .2s;
    }
    .btn-list-top-a__link:hover::before, .btn-list-top-a__link:active::before, .btn-list-top-a__link:focus::before {
        right: 15px;
    }
    .btn-list-top-a__list + .btn-list-top-a__list {
        margin-top: 3px;
    }
}

@media only screen and (min-width: 1280px) {
    .btn-list-top-a {
        padding-right: 300px;
    }
    .btn-list-top-a--reverse {
        padding-right: 40px;
        padding-left: 176px;
    }
}

.lyt-btn-top-a {
    margin: 26px 0 0;
    text-align: center;
}

.btn-top-a, .btn-top-b, .btn-top-c {
    position: relative;
    display: inline-block;
    width: 100%;
    font-weight: normal;
    text-decoration: none;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
}

.btn-top-a {
    max-width: 618px;
    padding: 13px 50px 13px 62px;
    font-size: 1.2rem;
    color: #fff;
    background-color: #b60114;
    transition: opacity .2s;
}

.btn-top-a:hover, .btn-top-a:active, .btn-top-a:focus {
    color: #fff;
    opacity: .7;
}

.btn-top-a:hover::before, .btn-top-a:active::before, .btn-top-a:focus::before {
    right: 17px;
}

.btn-top-a::before {
    position: absolute;
    top: 0;
    right: 19px;
    bottom: 0;
    display: block;
    width: 10px;
    height: 10px;
    margin: auto 0;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    content: "";
    transition: right .2s;
    transform: rotate(45deg);
}

.btn-top-a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 17px;
    display: block;
    width: 38px;
    height: 46px;
    margin: auto 0;
    background-image: url("/assets/css/img/icon-btn-01.svg");
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.btn-top-a__text {
    display: block;
    font-weight: 500;
    font-size: 2rem;
}

@media only screen and (min-width: 798px) {
    .btn-top-a {
        padding: 20px 102px 21px;
        font-size: 1.3rem;
    }
    .btn-top-a::before {
        right: 27px;
        width: 14px;
        height: 14px;
        border-width: 2px;
    }
    .btn-top-a:hover::before, .btn-top-a:active::before, .btn-top-a:focus::before {
        right: 25px;
    }
    .btn-top-a::after {
        left: 54px;
    }
    .btn-top-a__text {
        margin-top: 5px;
        font-size: 2.4rem;
    }
}

.lyt-btn-top-b {
    margin: 26px 0 0;
    text-align: center;
}

@media only screen and (min-width: 798px) {
    .lyt-btn-top-b {
        margin-top: 40px;
    }
}

.btn-top-b {
    max-width: 600px;
    padding: 9px 36px 11px;
    font-size: 1.6rem;
    color: #b60114;
    background-color: #fff;
    border: 2px solid #b60114;
    transition: opacity .2s;
}

.btn-top-b:hover, .btn-top-b:active, .btn-top-b:focus {
    opacity: .7;
}

.btn-top-b:hover::before, .btn-top-b:active::before, .btn-top-b:focus::before {
    right: 17px;
}

.btn-top-b::before {
    position: absolute;
    top: 0;
    right: 19px;
    bottom: 0;
    display: block;
    width: 11px;
    height: 11px;
    margin: auto 0;
    border-top: 2px solid #b60114;
    border-right: 2px solid #b60114;
    content: "";
    transition: right .2s;
    transform: rotate(45deg);
}

@media only screen and (min-width: 798px) {
    .btn-top-b {
        padding-top: 19px;
        padding-bottom: 20px;
        font-size: 1.8rem;
        border-width: 3px;
    }
}

.lyt-btn-top-c {
    margin: 28px 0 0;
    text-align: center;
}

@media only screen and (min-width: 798px) {
    .lyt-btn-top-c {
        text-align: left;
    }
}

.btn-top-c {
    max-width: 618px;
    padding: 8px 74px 10px;
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
    background-color: #b60114;
    transition: opacity .2s;
}

.btn-top-c:hover, .btn-top-c:active, .btn-top-c:focus {
    max-width: 460px;
    color: #fff;
    opacity: .7;
}

.btn-top-c:hover::before, .btn-top-c:active::before, .btn-top-c:focus::before {
    right: 17px;
}

.btn-top-c::before {
    position: absolute;
    top: 0;
    right: 19px;
    bottom: 0;
    display: block;
    width: 10px;
    height: 10px;
    margin: auto 0;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    content: "";
    transition: right .2s;
    transform: rotate(45deg);
}

.btn-top-c::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 41px;
    display: block;
    width: 24px;
    height: 32px;
    margin: auto 0;
    background-image: url("/assets/css/img/icon-search-01.svg");
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.btn-top-c__text {
    display: block;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.2;
}

@media only screen and (min-width: 798px) {
    .btn-top-c {
        max-width: 460px;
        padding: 12px calc(92 * 100vw / 1280) 10px;
        font-size: calc(13 * 100vw / 1280);
    }
    .btn-top-c::before {
        right: 22px;
        width: 14px;
        height: 14px;
        border-width: 2px;
    }
    .btn-top-c::after {
        left: calc(45 * 100vw / 1280);
        width: calc(34 * 100vw / 1280);
        height: calc(40 * 100vw / 1280);
    }
    .btn-top-c:hover::before, .btn-top-c:active::before, .btn-top-c:focus::before {
        right: 20px;
    }
    .btn-top-c__text {
        margin-top: 2px;
        font-size: calc(24 * 100vw / 1280);
    }
}

@media only screen and (min-width: 1280px) {
    .btn-top-c {
        padding-right: 122px;
        padding-left: 122px;
        font-size: 1.3rem;
    }
    .btn-top-c::after {
        left: 85px;
        width: 34px;
        height: 40px;
    }
    .btn-top-c__text {
        font-size: 2.4rem;
    }
}

.lyt-btn-top-d {
    text-align: center;
}

.cat-lyt-btn-a {
    margin: 30px 0 0;
    text-align: center;
}

.site-cat-b--type-b .cat-lyt-btn-a {
    margin-top: 15px;
}

@media only screen and (min-width: 798px) {
    .cat-lyt-btn-a {
        margin-top: 46px;
    }
    .site-cat-b--type-b .cat-lyt-btn-a {
        margin-top: 26px;
    }
}

.btn-list-kids-a__list {
    text-align: center;
}

.btn-list-kids-a__list + .btn-list-kids-a__list {
    margin-top: 14px;
}

.btn-anc-kids-a {
    display: flex;
    flex-wrap: wrap;
    margin: 47px 0 -10px -10px;
}

.btn-anc-kids-a__list {
    width: 50%;
    padding: 0 0 10px 10px;
}

.btn-anc-kids-a__link {
    display: block;
    padding: 11px 10px 12px;
    color: #333;
    text-decoration: none;
    border: 2px solid #aba16e;
    border-radius: 4px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .3);
    transition: opacity .2s;
}

.btn-anc-kids-a__link:hover, .btn-anc-kids-a__link:active, .btn-anc-kids-a__link:focus {
    color: #333;
    opacity: .7;
}

.btn-anc-kids-a__link:hover .lyt-anc-kids-a__txt::before, .btn-anc-kids-a__link:active .lyt-anc-kids-a__txt::before, .btn-anc-kids-a__link:focus .lyt-anc-kids-a__txt::before {
    transform: translateY(1px);
}

.btn-anc-kids-a__txt {
    position: relative;
    padding: 0 0 0 19px;
}

.btn-anc-kids-a__txt::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    margin: auto 0;
    border-top: 8px solid #aba16e;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: "";
    transition: transform .2s;
}

@media only screen and (max-width: 797px) {
    .btn-anc-kids-a__txt {
        display: block;
    }
}

@media only screen and (min-width: 798px) {
    .btn-anc-kids-a {
        margin-top: 70px;
    }
    .btn-anc-kids-a__list {
        width: 20%;
    }
    .btn-anc-kids-a__link {
        padding-top: 12px;
        padding-bottom: 11px;
        font-size: 1.4rem;
        text-align: center;
    }
    .btn-anc-kids-a__txt {
        display: inline-block;
    }
}

.list-btn-kids-a {
    margin: 27px 0 0;
}

.list-btn-kids-a__list {
    text-align: center;
}

@media only screen and (max-width: 797px) {
    .list-btn-kids-a__list + .list-btn-kids-a__list {
        margin-top: 15px;
    }
}

@media only screen and (min-width: 798px) {
    .list-btn-kids-a {
        display: flex;
        flex-wrap: wrap;
        margin-top: 45px;
        margin-bottom: -16px;
        margin-left: -16px;
    }
    .list-btn-kids-a__list {
        padding-bottom: 16px;
        padding-left: 16px;
    }
    .list-btn-kids-a__list:only-child {
        margin-right: auto;
        margin-left: auto;
    }
    .list-btn-kids-a__list:first-child:nth-last-child(2) {
        margin-left: auto;
    }
    .list-btn-kids-a__list:first-child:nth-last-child(2) ~ .list-btn-kids-a__list {
        margin-right: auto;
    }
}

.btn-kids-a {
    display: inline-block;
    min-width: 250px;
    padding: 11px 10px 13px;
    font-weight: bold;
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .3);
    transition: opacity .2s;
}

.btn-kids-a:hover, .btn-kids-a:active, .btn-kids-a:focus {
    color: #fff;
    opacity: .7;
}

.kids-karate .btn-kids-a {
    background-color: #687fdc;
}

.kids-cheer-dance .btn-kids-a {
    background-color: #ff5347;
}

.kids-culture .btn-kids-a {
    background-color: #aba16e;
}

.btn-kids-a__txt {
    position: relative;
    display: inline-block;
    padding: 0 0 0 32px;
}

.btn-kids-a__txt::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 15px;
    height: 15px;
    margin: auto 0;
    background-image: url("/assets/css/img/icon-bullet-01.svg");
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

@media only screen and (min-width: 798px) {
    .btn-kids-a {
        min-width: 380px;
    }
}

.btn-list-magazine-a {
    margin: 20px 0 0;
}

.btn-list-magazine-a__list {
    margin: 8px 0 0;
}

.btn-list-magazine-a__list:first-child {
    margin-top: 0;
}

@media only screen and (min-width: 798px) {
    .btn-list-magazine-a {
        margin-top: 30px;
    }
}

.lyt-tab-wrap {
    margin: 36px 0 0;
}

@media only screen and (min-width: 798px) {
    .lyt-tab-wrap {
        margin-top: 56px;
    }
}

.lyt-tab-a {
    position: relative;
    display: flex;
    align-items: flex-end;
    margin: 36px 0 0 -5px;
}

.lyt-tab-wrap > .lyt-tab-a {
    margin-top: 0;
}

.lyt-tab-a::before, .lyt-tab-a::after {
    position: absolute;
    bottom: 0;
    z-index: -1;
    display: block;
    width: 100vw;
    height: 1px;
    background-color: #989898;
    content: "";
}

.lyt-tab-a::before {
    left: 0;
}

.lyt-tab-a::after {
    right: 0;
}

.lyt-tab-a__list {
    padding: 0 0 0 5px;
}

.lyt-tab-a__link {
    display: block;
    padding: 9px 6px;
    color: #333;
    text-align: center;
    text-decoration: none;
    border-top: 1px solid #989898;
    border-right: 1px solid #989898;
    border-left: 1px solid #989898;
    border-radius: 4px 4px 0 0;
}

.lyt-tab-a__link.is-active {
    padding-top: 12px;
    padding-bottom: 11px;
    font-weight: bold;
    color: #fff;
    background-color: #b60114;
    border-color: #b60114;
}

.lyt-tab-a__link:hover.is-active, .lyt-tab-a__link:active.is-active, .lyt-tab-a__link:focus.is-active {
    color: #fff;
}

.lyt-tab-a--col2 .lyt-tab-a__list {
    width: 50%;
}

.lyt-tab-a--col3 .lyt-tab-a__list {
    width: 33.333%;
}

.lyt-tab-a--col4 .lyt-tab-a__list {
    width: 50%;
}

@media only screen and (max-width: 797px) {
    .lyt-tab-a {
        margin-right: -10px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 798px) {
    .lyt-tab-a {
        margin-top: 56px;
        margin-left: -14px;
    }
    .lyt-tab-a__list {
        padding-left: 14px;
        font-size: 1.8rem;
    }
    .lyt-tab-a__link {
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .lyt-tab-a__link.is-active {
        padding-top: 19px;
        padding-bottom: 21px;
    }
}

.lyt-list-a {
    margin: 30px 0 0;
}

.lyt-list-a__title {
    position: relative;
    padding: 16px 15px 15px;
    font-weight: 500;
    color: #333;
    background-color: #e9e6e1;
}

.lyt-list-a__title[role="button"]:hover, .lyt-list-a__title[role="button"]:active, .lyt-list-a__title[role="button"]:focus {
    color: #b60114;
}

[data-script-enabled="true"] .lyt-list-a__title {
    padding-right: 45px;
}

[data-script-enabled="true"] .lyt-list-a__title::before, [data-script-enabled="true"] .lyt-list-a__title::after {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: block;
    margin: auto 0;
    background-color: #8f806a;
    content: "";
    pointer-events: none;
}

[data-script-enabled="true"] .lyt-list-a__title::before {
    right: 25px;
    width: 2px;
    height: 16px;
    transition: transform .2s;
}

[data-script-enabled="true"] .lyt-list-a__title::after {
    right: 18px;
    width: 16px;
    height: 2px;
}

.lyt-list-a__list + .lyt-list-a__list {
    margin-top: 2px;
}

.lyt-list-a__list.is-active .lyt-list-a__title::before {
    transform: rotate(90deg);
}

[data-script-enabled="true"] .lyt-list-a__title-inner::before {
    position: absolute;
    top: 0;
    right: 8px;
    bottom: 0;
    display: block;
    width: 36px;
    height: 36px;
    margin: auto 0;
    background-color: #fff;
    content: "";
}

.lyt-list-a__content {
    padding: 16px 14px;
    border-right: 1px solid #e9e6e1;
    border-bottom: 1px solid #e9e6e1;
    border-left: 1px solid #e9e6e1;
}

.lyt-list-a__content > :first-child {
    margin-top: 0;
}

@media only screen and (min-width: 798px) {
    .lyt-list-a {
        margin-top: 32px;
    }
}

.lyt-map-a {
    margin: 36px 0 0;
}

.lyt-map-a__map {
    display: block;
    width: 100%;
    height: 340px;
    border: 0;
}

@media only screen and (min-width: 798px) {
    .lyt-map-a {
        margin-top: 56px;
    }
    .lyt-map-a__map {
        height: 500px;
    }
}

.lyt-img-a {
    margin: 36px 0 0;
}

.lyt-img-a__img-wrap {
    margin-top: 0;
    text-align: center;
}

.lyt-img-a__img-wrap ~ * {
    margin-top: 10px;
}

.lyt-img-a__title, .lyt-img-a__caption {
    margin-top: 15px;
}

.lyt-img-a__title b {
    font-weight: 500;
    font-size: 1.8rem;
}

.lyt-img-a__caption {
    font-weight: 500;
    font-size: 1.8rem;
    text-align: center;
}

@media only screen and (min-width: 798px) {
    .lyt-img-a {
        margin-top: 56px;
    }
    .lyt-img-a__link {
        transition: opacity .2s;
    }
    .lyt-img-a__link:hover, .lyt-img-a__link:active, .lyt-img-a__link:focus {
        opacity: .7;
    }
}

.lyt-img-list-a {
    margin: 40px 0 0;
}

.lyt-img-list-a__list > :first-child {
    margin-top: 0;
}

.lyt-img-list-a__img {
    width: 100%;
}

@media only screen and (max-width: 797px) {
    .lyt-img-list-a__list + .lyt-img-list-a__list {
        margin-top: 15px;
    }
}

@media only screen and (min-width: 798px) {
    .lyt-img-list-a {
        display: flex;
        flex-wrap: wrap;
        margin-top: 60px;
        margin-bottom: -60px;
        margin-left: -60px;
    }
    .lyt-img-list-a__list {
        padding: 0 0 60px 60px;
    }
    .lyt-img-list-a--col2 .lyt-img-list-a__list {
        width: 50%;
    }
    .lyt-img-list-a--col3 .lyt-img-list-a__list {
        width: 33.333%;
    }
}

.lyt-col-a {
    margin: 40px 0 0;
}

.lyt-col-a__col > :first-child {
    margin-top: 0;
}

@media only screen and (max-width: 797px) {
    .lyt-col-a__col + .lyt-col-a__col {
        margin-top: 36px;
    }
    .lyt-col-a--col4 {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: -10px;
        margin-left: -10px;
    }
    .lyt-col-a--col4 .lyt-col-a__col {
        width: 50%;
        padding: 0 0 10px 10px;
    }
    .lyt-col-a--col4 .lyt-col-a__col + .lyt-col-a__col {
        margin-top: 0;
    }
}

@media only screen and (min-width: 798px) {
    .lyt-col-a {
        display: flex;
        flex-wrap: wrap;
        margin-top: 60px;
        margin-bottom: -60px;
        margin-left: -60px;
    }
    .lyt-col-a__col {
        padding: 0 0 60px 60px;
    }
    .lyt-col-a--col2 .lyt-col-a__col {
        width: 50%;
    }
    .lyt-col-a--col3 .lyt-col-a__col {
        width: 33.333%;
    }
    .lyt-col-a--col4 {
        margin-bottom: -32px;
        margin-left: -32px;
    }
    .lyt-col-a--col4 .lyt-col-a__col {
        width: 25%;
        padding-bottom: 32px;
        padding-left: 32px;
    }
}

.lyt-flow-a {
    margin: 30px 0 0;
}

.lyt-flow-a__list {
    position: relative;
}

.lyt-flow-a__list > :first-child {
    margin-top: 0;
}

.lyt-flow-a__list + .lyt-flow-a__list::before {
    position: absolute;
    display: block;
    content: "";
}

@media only screen and (max-width: 797px) {
    .lyt-flow-a__list + .lyt-flow-a__list {
        padding-top: 34px;
    }
    .lyt-flow-a__list + .lyt-flow-a__list::before {
        top: 14px;
        right: 0;
        left: 0;
        width: 0;
        height: 0;
        margin: 0 auto;
        border-top: 14px solid #999;
        border-right: 11.5px solid transparent;
        border-left: 11.5px solid transparent;
    }
}

@media only screen and (min-width: 798px) {
    .lyt-flow-a {
        display: flex;
        flex-wrap: wrap;
        margin-top: 40px;
        margin-bottom: -60px;
    }
    .lyt-flow-a__list {
        padding: 0 0 60px;
    }
    .lyt-flow-a__list + .lyt-flow-a__list {
        margin-left: 60px;
    }
    .lyt-flow-a__list + .lyt-flow-a__list::before {
        top: 65px;
        left: -52px;
        width: 46px;
        height: 23px;
        background-image: url("/assets/css/img/icon-flow-01.png");
        background-size: contain;
        background-repeat: no-repeat;
    }
    .lyt-flow-a--col4 .lyt-flow-a__list {
        width: calc((100% - 180px) / 4);
    }
    .lyt-flow-a--col3 .lyt-flow-a__list {
        width: calc((100% - 121px) / 3);
    }
    .lyt-flow-a--col2 .lyt-flow-a__list {
        width: calc((100% - 60px) / 2);
    }
}

.lyt-flow-b {
    margin: 36px 0 0;
}

.lyt-flow-b__list {
    display: flex;
    flex-direction: column-reverse;
}

.lyt-flow-b__list + .lyt-flow-b__list {
    margin-top: 36px;
}

.lyt-flow-b__item {
    display: flex;
    flex-direction: column;
}

.lyt-flow-b__title {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 40px;
    padding: 0 0 0 50px;
    font-size: 1.7rem;
    color: #b60114;
    line-height: 1.3;
}

.lyt-flow-b__title b {
    font-weight: 500;
}

.lyt-flow-b__num {
    position: absolute;
    top: 3px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-weight: normal;
    font-size: 2rem;
    line-height: 1;
    border: 1px solid #b60114;
    border-radius: 50%;
}

.lyt-flow-b__content {
    margin: 16px 0 0;
}

.lyt-flow-b__content > :first-child {
    margin-top: 0;
}

.lyt-flow-b__img-wrap {
    text-align: center;
}

.lyt-flow-b--bg {
    position: relative;
    z-index: 0;
}

.lyt-flow-b--bg .lyt-flow-b__list + .lyt-flow-b__list {
    margin-top: 24px;
}

.lyt-flow-b--bg .lyt-flow-b__item {
    position: relative;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

.lyt-flow-b--bg .lyt-flow-b__item::before {
    position: absolute;
    top: -32px;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: calc(100% + 32px);
    background-color: #fff;
    content: "";
}

@media only screen and (max-width: 797px) {
    .lyt-flow-b__item {
        padding: 17px 0 0;
    }
    .lyt-flow-b--bg .lyt-flow-b__img-wrap {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media only screen and (min-width: 798px) {
    .lyt-flow-b {
        margin-top: 56px;
    }
    .lyt-flow-b__list {
        flex-direction: row-reverse;
    }
    .lyt-flow-b__list + .lyt-flow-b__list {
        margin-top: 40px;
    }
    .lyt-flow-b__img-wrap {
        flex-shrink: 0;
    }
    .lyt-flow-b__item {
        width: 100%;
        padding-left: 32px;
    }
    .lyt-flow-b__num {
        top: 0;
        width: 50px;
        height: 50px;
        font-size: 2.4rem;
    }
    .lyt-flow-b__title {
        min-height: 50px;
        padding-left: 66px;
        font-size: 2rem;
    }
    .lyt-flow-b--bg .lyt-flow-b__item {
        margin-top: 14px;
        padding-top: 24px;
        padding-left: 32px;
    }
    .lyt-flow-b--bg .lyt-flow-b__item::before {
        position: absolute;
        top: 0;
        left: -100px;
        display: block;
        width: calc(100% + 100px);
        height: 100%;
        content: "";
    }
    .lyt-flow-b--bg .lyt-flow-b__img-wrap {
        margin-bottom: 14px;
    }
}

.lyt-flow-c {
    margin: 36px 0 0;
}

.lyt-flow-c__list {
    position: relative;
}

.lyt-flow-c__list + .lyt-flow-c__list::before {
    position: absolute;
    display: block;
    content: "";
}

.lyt-flow-c__content {
    position: relative;
    width: 204px;
    height: 204px;
    padding: 67px 30px 20px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 50%;
}

.lyt-flow-c__num {
    position: absolute;
    top: -10px;
    right: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    font-weight: normal;
    font-size: 2.4rem;
    color: #fff;
    line-height: 1;
    background-color: #b60114;
    border-radius: 50%;
}

.lyt-flow-c__txt {
    margin: 19px 0 0;
}

@media only screen and (max-width: 797px) {
    .lyt-flow-c__content {
        margin: 0 auto;
    }
    .lyt-flow-c__list + .lyt-flow-c__list {
        margin-top: 28px;
    }
    .lyt-flow-c__list + .lyt-flow-c__list::before {
        top: -27px;
        right: 0;
        left: 0;
        width: 0;
        height: 0;
        margin: 0 auto;
        border-top: 14px solid #999;
        border-right: 11.5px solid transparent;
        border-left: 11.5px solid transparent;
    }
}

@media only screen and (min-width: 798px) {
    .lyt-flow-c {
        display: flex;
        justify-content: center;
        margin-top: 56px;
        margin-left: -106px;
    }
    .lyt-flow-c__txt {
        font-size: 1.4rem;
    }
    .lyt-flow-c__list {
        padding-left: 106px;
    }
    .lyt-flow-c__list + .lyt-flow-c__list::before {
        top: 0;
        bottom: 0;
        left: 30px;
        width: 46px;
        height: 23px;
        margin: auto 0;
        background-image: url("/assets/css/img/icon-flow-01.png");
        background-size: contain;
        background-repeat: no-repeat;
    }
}

.lyt-flow-d {
    margin: 30px 0 0;
}

.lyt-flow-d__title {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 40px;
    padding: 0 0 0 50px;
    font-size: 1.7rem;
    color: #b60114;
    line-height: 1.3;
}

.lyt-flow-d__title b {
    font-weight: 500;
}

.lyt-flow-d__num {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-weight: normal;
    font-size: 2rem;
    line-height: 1;
    border: 1px solid #b60114;
    border-radius: 50%;
}

.lyt-flow-d__list {
    display: flex;
    flex-direction: column;
    padding: 20px;
    background-color: #fff;
}

.lyt-flow-d__list + .lyt-flow-d__list {
    position: relative;
    margin-top: 24px;
}

.lyt-flow-d__list + .lyt-flow-d__list::before {
    position: absolute;
    top: -19px;
    right: 0;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-top: 14px solid #999;
    border-right: 11.5px solid transparent;
    border-left: 11.5px solid transparent;
    content: "";
}

.lyt-flow-d__content {
    margin: 16px 0 0;
}

.lyt-flow-d__content > :first-child {
    margin-top: 0;
}

.lyt-flow-d--border > .lyt-flow-d__list {
    border: 1px solid #ddd;
}

@media only screen and (min-width: 798px) {
    .lyt-flow-d {
        margin-top: 40px;
    }
    .lyt-flow-d__title {
        min-height: 50px;
        padding-left: 66px;
        font-size: 2rem;
    }
    .lyt-flow-d__num {
        top: 0;
        width: 50px;
        height: 50px;
        font-size: 2.4rem;
    }
    .lyt-flow-d__list {
        padding-top: 24px;
        padding-right: 34px;
        padding-left: 34px;
    }
    .lyt-flow-d__list + .lyt-flow-d__list {
        margin-top: 34px;
    }
    .lyt-flow-d__list + .lyt-flow-d__list::before {
        top: -25px;
    }
    .lyt-flow-d__content {
        margin-top: 19px;
    }
}

.lyt-item-a {
    display: flex;
    flex-direction: column-reverse;
    margin: 40px 0 0;
}

.lyt-item-a__img-wrap {
    min-height: calc(0%);
    text-align: center;
}

.lyt-item-a__item > :first-child {
    margin-top: 0;
}

.lyt-item-a__hdg {
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.3;
}

.box-a .lyt-item-a__hdg {
    font-size: 1.4rem;
}

.lyt-item-a__content {
    margin: 10px 0 0;
}

.lyt-item-a--separate {
    margin-top: 30px;
    padding: 30px 0 0;
    border-top: 1px solid #ddd;
}

*:not(.lyt-item-a--separate) + .lyt-item-a--separate {
    padding-top: 0;
    border-top: none;
}

.lyt-item-a--bg > .lyt-item-a__item, .lyt-item-a--bg-reverse > .lyt-item-a__item {
    margin: 20px 0 0;
}

.lyt-item-a--bg .lyt-item-a__img-inner, .lyt-item-a--bg-reverse .lyt-item-a__img-inner {
    position: relative;
}

.lyt-item-a--bg .lyt-item-a__img-inner::before, .lyt-item-a--bg-reverse .lyt-item-a__img-inner::before {
    position: absolute;
    bottom: -20px;
    left: calc(0% - 15px);
    display: block;
    width: 100vw;
    height: 158px;
    background-image: url("/assets/css/img/bg-img-03.svg");
    background-size: 4px 4px;
    content: "";
}

.lyt-item-a--bg .lyt-item-a__img-inner > img, .lyt-item-a--bg-reverse .lyt-item-a__img-inner > img {
    position: relative;
}

@media only screen and (max-width: 797px) {
    .lyt-item-a__item {
        margin: 18px 0 0;
    }
    .lyt-item-a--col-reverse {
        flex-direction: column;
    }
    .lyt-item-a--col-reverse > .lyt-item-a__item {
        margin-top: 0;
    }
    .lyt-item-a--col-reverse > .lyt-item-a__img-wrap {
        margin-top: 18px;
    }
}

@media only screen and (min-width: 798px) {
    .lyt-item-a {
        display: flex;
        flex-direction: row-reverse;
        margin-top: 60px;
    }
    .lyt-item-a__img-wrap {
        flex-shrink: 0;
        max-width: 50%;
        padding-right: 32px;
    }
    .lyt-item-a__content {
        margin-top: 30px;
    }
    .box-a .lyt-item-a__content {
        margin-top: 16px;
    }
    .lyt-item-a__item {
        width: 100%;
    }
    .lyt-item-a__hdg {
        font-size: 2.4rem;
    }
    .box-a .lyt-item-a__hdg {
        font-size: 1.6rem;
    }
    .lyt-item-a--reverse {
        flex-direction: row;
    }
    .lyt-item-a--reverse .lyt-item-a__img-wrap {
        padding-right: 0;
        padding-left: 32px;
    }
    .lyt-item-a--separate {
        padding-top: 60px;
    }
    .lyt-item-a--bg > .lyt-item-a__item, .lyt-item-a--bg-reverse > .lyt-item-a__item {
        margin-top: 0;
    }
    .lyt-item-a--bg .lyt-item-a__img-inner::before, .lyt-item-a--bg-reverse .lyt-item-a__img-inner::before {
        height: 100%;
    }
    .lyt-item-a--bg .lyt-item-a__img-inner::before {
        right: calc(0% + 122px);
        bottom: -27px;
        left: auto;
    }
    .lyt-item-a--bg-reverse .lyt-item-a__img-inner::before {
        right: auto;
        bottom: -27px;
        left: calc(0% + 122px);
    }
}

.lyt-item-b {
    display: flex;
    flex-direction: column-reverse;
    margin: 40px 0 0;
}

.lyt-item-b__img-wrap {
    flex-shrink: 0;
    text-align: center;
}

.lyt-item-b__item > :first-child {
    margin-top: 0;
}

@media only screen and (max-width: 797px) {
    .lyt-item-b__item {
        margin-top: 20px;
    }
}

@media only screen and (min-width: 798px) {
    .lyt-item-b {
        flex-direction: row-reverse;
        margin-top: 60px;
    }
    .lyt-item-b__img-wrap {
        padding-right: 32px;
    }
    .lyt-item-b__item {
        width: 100%;
    }
}

.lyt-item-c {
    margin: 40px 0 0;
}

.lyt-item-c__img {
    width: 100%;
}

.lyt-item-c__content {
    margin: 10px 0 0;
}

.lyt-item-c__content > :first-child {
    margin-top: 0;
}

.lyt-item-c__title {
    margin-top: 17px;
    font-size: 1.8rem;
    line-height: 1.3;
}

.lyt-item-c__title-txt {
    font-weight: 500;
}

@media only screen and (max-width: 797px) {
    .lyt-item-c__list + .lyt-item-c__list {
        margin-top: 36px;
    }
}

@media only screen and (min-width: 798px) {
    .lyt-item-c {
        display: flex;
        flex-wrap: wrap;
        margin-top: 60px;
        margin-bottom: -30px;
        margin-left: -60px;
    }
    .lyt-item-c__list {
        width: 33.333%;
        padding-bottom: 30px;
        padding-left: 60px;
    }
    .lyt-item-c__title {
        font-size: 1.8rem;
    }
}

.lyt-item-d {
    display: flex;
    flex-direction: column-reverse;
    margin: 40px 0 0;
}

.lyt-item-d__movie > :first-child {
    margin-top: 0;
}

.lyt-item-d__item > :first-child {
    margin-top: 0;
}

@media only screen and (max-width: 797px) {
    .lyt-item-d__item {
        margin: 18px 0 0;
    }
}

@media only screen and (min-width: 798px) {
    .lyt-item-d {
        flex-direction: row-reverse;
        margin-top: 60px;
    }
    .lyt-item-d__movie {
        width: 50%;
        padding-right: 32px;
    }
    .lyt-item-d__item {
        width: 50%;
    }
    .lyt-item-d--reverse {
        flex-direction: row;
    }
    .lyt-item-d--reverse .lyt-item-d__movie {
        padding-right: 0;
        padding-left: 32px;
    }
}

.lyt-bnr-a {
    margin: 40px 0 0;
}

.lyt-bnr-a__list {
    text-align: center;
}

.lyt-bnr-a__txt {
    display: block;
    margin: 7px 0 0;
    font-size: 1.2rem;
    text-align: left;
}

.lyt-bnr-a__img {
    width: 100%;
    transition: opacity .2s;
}

.lyt-bnr-a__link {
    display: inline-block;
    color: #333;
    text-decoration: none;
}

.lyt-bnr-a__link:hover .lyt-bnr-a__img, .lyt-bnr-a__link:active .lyt-bnr-a__img, .lyt-bnr-a__link:focus .lyt-bnr-a__img {
    opacity: .7;
}

.lyt-bnr-a__link:hover .lyt-bnr-a__txt, .lyt-bnr-a__link:active .lyt-bnr-a__txt, .lyt-bnr-a__link:focus .lyt-bnr-a__txt {
    color: #b60114;
    opacity: 1;
}

@media only screen and (max-width: 415px) {
    .lyt-bnr-a__list + .lyt-bnr-a__list {
        margin-top: 20px;
    }
}

@media only screen and (min-width: 415px) {
    .lyt-bnr-a {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: -20px;
        margin-left: -10px;
    }
    .lyt-bnr-a__list {
        width: 50%;
        padding-bottom: 20px;
        padding-left: 10px;
    }
}

@media only screen and (min-width: 798px) {
    .lyt-bnr-a {
        margin-bottom: -40px;
        margin-left: -72px;
    }
    .lyt-bnr-a__list {
        width: 33.333%;
        padding-bottom: 40px;
        padding-left: 72px;
    }
    .box-a .lyt-bnr-a__list {
        padding-left: 16px;
    }
    .lyt-bnr-a__list:only-child {
        max-width: 444px;
        margin-right: auto;
        margin-left: auto;
    }
    .lyt-bnr-a__list:first-child:nth-last-child(2) {
        max-width: 444px;
        margin-left: auto;
    }
    .lyt-bnr-a__list:first-child:nth-last-child(2) ~ .lyt-bnr-a__list {
        max-width: 444px;
        margin-right: auto;
    }
    .box-a .lyt-bnr-a {
        margin-left: -16px;
    }
}

.lyt-icon-a {
    margin: 40px 0 0;
}

.lyt-icon-a__img-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 160px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 50%;
}

.lyt-icon-a__title {
    margin: 15px 0 0;
    font-size: 1.8rem;
    color: #b60114;
    text-align: center;
}

.lyt-icon-a__title b {
    display: block;
    font-weight: 500;
}

.lyt-icon-a__content {
    margin: 12px 0 0;
}

.lyt-icon-a__content > :first-child {
    margin-top: 0;
}

@media only screen and (max-width: 797px) {
    .lyt-icon-a__list {
        max-width: 340px;
        margin: 0 auto;
    }
    .lyt-icon-a__list + .lyt-icon-a__list {
        margin-top: 26px;
    }
}

@media only screen and (min-width: 798px) {
    .lyt-icon-a {
        display: flex;
        flex-wrap: wrap;
        margin-top: 60px;
        margin-bottom: -40px;
        margin-left: -72px;
    }
    .lyt-icon-a__list {
        padding-bottom: 40px;
        padding-left: 72px;
    }
    .lyt-icon-a--col2 {
        justify-content: center;
    }
    .lyt-icon-a--col2 .lyt-icon-a__list {
        width: 33.333%;
    }
    .lyt-icon-a--col3 .lyt-icon-a__list {
        width: 33.333%;
    }
    .lyt-icon-a--col4 .lyt-icon-a__list {
        width: 25%;
    }
}

.lyt-icon-b {
    margin: 30px 0 0;
}

.lyt-icon-b__content {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 25px 24px 17px;
    background-color: #fff;
}

.lyt-icon-b__img-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    min-height: 80px;
}

.lyt-icon-b__img {
    flex-shrink: 0;
}

.lyt-icon-b__title {
    margin: 15px 0 0;
    font-size: 1.8rem;
    text-align: center;
}

.lyt-icon-b__title b {
    font-weight: 500;
}

.lyt-icon-b__title + * {
    margin-top: 13px;
}

@media only screen and (max-width: 797px) {
    .lyt-icon-b__list + .lyt-icon-b__list {
        margin-top: 8px;
    }
}

@media only screen and (min-width: 798px) {
    .lyt-icon-b {
        display: flex;
        flex-wrap: wrap;
        margin-top: 40px;
        margin-bottom: -24px;
        margin-left: -24px;
    }
    .lyt-icon-b__list {
        padding-bottom: 24px;
        padding-left: 24px;
    }
    .lyt-icon-b--col3 .lyt-icon-b__list {
        width: 33.333%;
    }
    .lyt-icon-b--col4 .lyt-icon-b__list {
        width: 25%;
    }
}

.lyt-panel-a {
    margin: 36px 0 0;
    padding: 0 0 6px;
}

.lyt-panel-a__img {
    width: 100%;
}

.lyt-panel-a__title {
    font-size: 2rem;
    line-height: 1.3;
}

.lyt-panel-a__title b {
    font-weight: 500;
}

.lyt-panel-a__title + * {
    margin-top: 12px;
}

.lyt-panel-a__content {
    padding: 15px 20px 17px;
}

.lyt-panel-a__link {
    display: block;
    color: #333;
    text-decoration: none;
    background-color: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, .2);
    transition: opacity .2s;
}

.lyt-panel-a__link:hover, .lyt-panel-a__link:active, .lyt-panel-a__link:focus {
    color: #333;
    opacity: .7;
}

@media only screen and (max-width: 797px) {
    .lyt-panel-a__list + .lyt-panel-a__list {
        margin-top: 8px;
    }
}

@media only screen and (min-width: 798px) {
    .lyt-panel-a {
        display: flex;
        flex-wrap: wrap;
        margin-top: 56px;
        margin-bottom: -60px;
        margin-left: -60px;
    }
    .lyt-panel-a__list {
        width: 50%;
        padding-bottom: 60px;
        padding-left: 60px;
    }
    .lyt-panel-a__link {
        height: 100%;
    }
    .lyt-panel-a__content {
        padding: 19px 23px 24px;
    }
    .lyt-panel-a--col3 .lyt-panel-a__list {
        width: 33.333%;
    }
}

.lyt-panel-b {
    margin: 36px 0 0;
    padding: 0 0 6px;
}

.lyt-panel-b__link {
    display: block;
    color: #fff;
    text-decoration: none;
    background-color: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, .2);
    transition: opacity .2s;
}

.lyt-panel-b__link:hover, .lyt-panel-b__link:active, .lyt-panel-b__link:focus {
    color: #fff;
    opacity: .7;
}

.lyt-panel-b__link:hover .lyt-panel-b__txt::before, .lyt-panel-b__link:active .lyt-panel-b__txt::before, .lyt-panel-b__link:focus .lyt-panel-b__txt::before {
    transform: rotate(45deg) translate(1px, -1px);
}

.lyt-panel-b__txt {
    position: relative;
    display: block;
    padding: 10px 28px 11px;
    font-weight: normal;
    font-size: 2rem;
    text-align: center;
    background-color: #b60114;
}

.lyt-panel-b__txt::before {
    position: absolute;
    top: 0;
    right: 17px;
    bottom: 0;
    display: block;
    width: 15px;
    height: 15px;
    margin: auto 0;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    transition: transform .2s;
    transform: rotate(45deg) translate(0, 0);
}

.lyt-panel-b__img {
    width: 100%;
}

@media only screen and (max-width: 797px) {
    .lyt-panel-b__list + .lyt-panel-b__list {
        margin-top: 8px;
    }
}

@media only screen and (min-width: 798px) {
    .lyt-panel-b {
        display: flex;
        flex-wrap: wrap;
        margin-top: 56px;
        margin-bottom: -60px;
        margin-left: -60px;
    }
    .lyt-panel-b__list {
        width: 50%;
        padding-bottom: 60px;
        padding-left: 60px;
    }
    .lyt-panel-b--col3 .lyt-panel-b__list {
        width: 33.333%;
    }
}

.lyt-panel-c {
    margin: 36px 0 0;
}

.lyt-panel-c__link {
    display: block;
    color: #333;
    text-decoration: none;
    transition: opacity .2s;
}

.lyt-panel-c__link:hover, .lyt-panel-c__link:active, .lyt-panel-c__link:focus {
    opacity: .7;
}

.lyt-panel-c__txt {
    display: block;
    padding: 13px 17px;
    font-weight: normal;
}

.lyt-panel-c__img {
    width: 100%;
}

@media only screen and (max-width: 797px) {
    .lyt-panel-c__link:hover, .lyt-panel-c__link:active, .lyt-panel-c__link:focus {
        color: #b60114;
    }
}

@media only screen and (min-width: 798px) {
    .lyt-panel-c {
        max-width: 900px;
        margin-top: 56px;
        margin-right: auto;
        margin-left: auto;
    }
    .lyt-panel-c__link {
        position: relative;
        padding: 0 0 56.25%;
        color: #fff;
    }
    .lyt-panel-c__link:hover, .lyt-panel-c__link:active, .lyt-panel-c__link:focus {
        color: #fff;
    }
    .lyt-panel-c__link:hover .lyt-panel-c__txt::before, .lyt-panel-c__link:active .lyt-panel-c__txt::before, .lyt-panel-c__link:focus .lyt-panel-c__txt::before {
        transform: rotate(45deg) translate(1px, -1px);
    }
    .lyt-panel-c__txt {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 30px 56px 36px 23px;
        font-size: 2.6rem;
        background-color: rgba(0, 0, 0, .3);
    }
    .lyt-panel-c__txt::before {
        position: absolute;
        top: 0;
        right: 36px;
        bottom: 0;
        display: block;
        width: 28px;
        height: 28px;
        margin: auto 0;
        border-width: 4px;
        border-top: 4px solid #fff;
        border-right: 4px solid #fff;
        content: "";
        transition: transform .2s;
        transform: rotate(45deg) translate(0, 0);
    }
    .lyt-panel-c__img {
        position: absolute;
        top: 0;
        left: 0;
    }
}

.lyt-box-a {
    margin: 20px 0 0;
}

.lyt-box-a__content {
    padding: 13px 16px 16px;
    background-color: #fff;
    border: 2px solid #ddd;
}

.lyt-box-a__content > :first-child {
    margin-top: 0;
}

.lyt-box-a__title {
    font-size: 1.6rem;
    text-align: center;
}

.lyt-box-a__title > b {
    font-weight: 500;
}

.lyt-box-a__sub-txt {
    display: block;
    font-size: 1.2rem;
}

.box-b .lyt-box-a {
    margin-top: 10px;
}

@media only screen and (max-width: 797px) {
    .lyt-box-a__list + .lyt-box-a__list {
        margin-top: 6px;
    }
}

@media only screen and (min-width: 798px) {
    .lyt-box-a {
        display: flex;
        flex-wrap: wrap;
        margin-top: 40px;
        margin-bottom: -16px;
        margin-left: -16px;
    }
    .lyt-box-a__title {
        font-size: 2rem;
    }
    .lyt-box-a__sub-txt {
        font-size: 1.4rem;
    }
    .lyt-box-a__content {
        height: 100%;
        padding: 5px 16px 7px;
    }
    .lyt-box-a__content > .lyt-box-a__title:first-child {
        margin-top: 11px;
    }
    .lyt-box-a__list {
        width: 33.333%;
        padding-bottom: 16px;
        padding-left: 16px;
    }
    .lyt-box-a__list:only-child {
        width: 50%;
        margin-right: auto;
        margin-left: auto;
    }
    .box-b .lyt-box-a {
        margin-top: 16px;
    }
    .lyt-box-a--col2 .lyt-box-a__list {
        width: 50%;
    }
    .lyt-box-a--col3 .lyt-box-a__list {
        width: 33.333%;
    }
    .lyt-box-a--col4 .lyt-box-a__list {
        width: 25%;
    }
}

.lyt-box-b {
    margin: 20px 0 0;
}

.lyt-box-b__content {
    padding: 20px 20px 25px;
    background-color: #fff;
    border-radius: 20px;
}

.lyt-box-b__content > :first-child {
    margin-top: 0;
}

.lyt-box-b__icon {
    position: relative;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 160px;
    margin: 0 auto;
    font-weight: 500;
    font-size: 1.8rem;
    color: #fff;
    text-align: center;
    background-image: repeating-linear-gradient(135deg, #c7bfb4, #c7bfb4 2px, #fff 2.5px, #fff 3px);
    border-radius: 50%;
}

.lyt-box-b__icon::before {
    position: absolute;
    top: 5px;
    right: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    background-color: #8f806a;
    border-radius: 50%;
    content: "";
}

.lyt-box-b__title {
    margin: 15px 0 0;
    font-size: 1.8rem;
    text-align: center;
}

.lyt-box-b__title > b {
    font-weight: 500;
}

.lyt-box-b__title + p {
    margin-top: 14px;
}

.lyt-box-b__title--type-a {
    font-size: 2rem;
    color: #8f806a;
}

.lyt-box-b__title--type-a + .lyt-img-a {
    margin-top: 19px;
}

.lyt-box-b .lyt-img-a__caption {
    font-size: 1.6rem;
}

@media only screen and (max-width: 797px) {
    .lyt-box-b__list + .lyt-box-b__list {
        margin-top: 8px;
    }
}

@media only screen and (min-width: 798px) {
    .lyt-box-b {
        display: flex;
        flex-wrap: wrap;
        margin-top: 40px;
        margin-bottom: -16px;
        margin-left: -16px;
    }
    .lyt-box-b__content {
        height: 100%;
    }
    .lyt-box-b__list {
        width: 33.333%;
        padding-bottom: 16px;
        padding-left: 16px;
    }
    .lyt-box-b--col2 .lyt-box-b__list {
        width: 50%;
    }
}

.lyt-movie-a {
    margin: 36px 0 0;
}

.lyt-movie-a__inner {
    max-width: 900px;
    margin: 0 auto;
}

.lyt-movie-a__movie-wrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.lyt-movie-a__movie {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

@media only screen and (min-width: 798px) {
    .lyt-movie-a {
        margin-top: 56px;
    }
}

.lyt-news-a__hdg > :first-child {
    margin-top: 0;
}

.lyt-news-a__content {
    margin: 19px 0 0;
}

.lyt-news-a__content > :first-child {
    margin-top: 0;
}

@media only screen and (min-width: 798px) {
    .lyt-news-a {
        display: flex;
        margin-top: 20px;
    }
    .lyt-news-a__hdg {
        flex-shrink: 0;
    }
    .lyt-news-a__content {
        width: 100%;
        margin-top: 0;
        padding-left: 40px;
    }
}

.lyt-top-a {
    display: flex;
    flex-direction: column-reverse;
}

.lyt-top-a__img {
    flex-shrink: 0;
}

.lyt-top-a__img-main {
    padding: 0 0 0 57px;
    text-align: right;
}

.lyt-top-a__img-main--reverse {
    padding-right: 57px;
    padding-left: 0;
}

.lyt-top-a__img-item {
    box-shadow: 0 0 10px rgba(0, 0, 0, .6);
}

.lyt-top-a__sub-item {
    position: relative;
}

.lyt-top-a__sub-item--reverse {
    display: flex;
    justify-content: flex-end;
}

.lyt-top-a__text {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 100%;
    font-weight: bold;
    font-size: 4.6rem;
    line-height: 1;
    letter-spacing: -.06em;
    opacity: .8;
}

.lyt-top-a__text--fitness {
    color: #ffd5da;
}

.lyt-top-a__text--kids {
    color: #cdddfa;
}

.lyt-top-a__text--school {
    color: #b9e9ca;
}

.lyt-top-a__text--beauty {
    color: #d1c5b4;
}

.lyt-top-a__text--reverse {
    right: auto;
    left: 0;
}

.lyt-top-a__img-sub {
    width: 49%;
    margin: -82px 0 0;
}

.lyt-top-a__item {
    margin: 10px 0 0;
    padding: 0 0 17px;
}

.lyt-top-a__item--reverse {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

@media only screen and (min-width: 798px) {
    .lyt-top-a {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }
    .lyt-top-a--reverse {
        flex-direction: row-reverse;
    }
    .lyt-top-a__img {
        flex-shrink: 1;
        width: 50%;
    }
    .lyt-top-a__img-main {
        margin-left: calc(-50 * 100vw / 798);
        padding-left: 0;
    }
    .lyt-top-a__img-main--reverse {
        margin-right: calc(-50 * 100vw / 798);
        margin-left: 0;
        padding-right: 0;
    }
    .lyt-top-a__img-sub {
        width: 47%;
        margin-top: 0;
    }
    .lyt-top-a__sub-item {
        margin-top: calc(-90 * 100vw / 798);
        margin-left: calc(-54 * 100vw / 798);
    }
    .lyt-top-a__sub-item--reverse {
        margin-right: calc(-54 * 100vw / 798);
        margin-left: 0;
    }
    .lyt-top-a__text {
        top: 0;
        display: flex;
        align-items: center;
        margin: auto 0;
        font-size: calc(64 * 100vw / 798);
    }
    .lyt-top-a__item {
        position: relative;
        width: 50%;
        min-height: 480px;
        padding-top: 30px;
        padding-bottom: 35px;
    }
    .lyt-top-a__item::before {
        position: absolute;
        top: -70px;
        right: 35px;
        z-index: -1;
        display: block;
        width: 100vw;
        height: calc(100% + 70px);
        margin: 0 auto;
        content: "";
    }
    .lyt-top-a__item--reverse {
        align-items: stretch;
    }
    .lyt-top-a__item--reverse::before {
        right: auto;
        left: 35px;
    }
    .lyt-top-a__item--fitness::before {
        background-color: #b60114;
    }
    .lyt-top-a__item--kids::before {
        background-color: #0b3680;
    }
    .lyt-top-a__item--school::before {
        background-color: #0e7934;
    }
    .lyt-top-a__item--beauty::before {
        background-color: #8f806a;
    }
}

@media only screen and (min-width: 1280px) {
    .lyt-top-a__sub-item {
        margin-top: -140px;
        margin-left: -255px;
    }
    .lyt-top-a__sub-item--reverse {
        margin-right: -255px;
        margin-left: 0;
    }
    .lyt-top-a__img-main {
        margin-left: -90px;
    }
    .lyt-top-a__img-main--reverse {
        margin-right: -90px;
        margin-left: 0;
    }
    .lyt-top-a__text {
        font-size: 12rem;
    }
}

.lyt-top-b__hdg {
    width: calc(100% + 30px);
    margin: 0 0 0 -15px;
    padding: 54px 15px 126px;
    background-color: #b60114;
}

.lyt-top-b__item {
    margin: -108px 0 0;
}

@media only screen and (min-width: 798px) {
    .lyt-top-b {
        display: flex;
    }
    .lyt-top-b__hdg {
        position: relative;
        flex-shrink: 0;
        width: auto;
        margin-left: 0;
        padding: 48px 52px 0 38px;
    }
    .lyt-top-b__hdg::before, .lyt-top-b__hdg::after {
        position: absolute;
        display: block;
        background-size: contain;
        background-repeat: no-repeat;
        content: "";
    }
    .lyt-top-b__hdg::before {
        top: -35px;
        left: 20px;
        width: 35px;
        height: 35px;
        background-image: url("/assets/css/img/icon-hdg-03.svg");
    }
    .lyt-top-b__hdg::after {
        top: -41px;
        left: 70px;
        width: 30px;
        height: 42px;
        background-image: url("/assets/css/img/icon-hdg-04.svg");
    }
    .lyt-top-b__item {
        width: 100%;
        margin-top: 0;
        padding-left: 8px;
    }
}

.lyt-top-c__img {
    width: calc(100% + 30px);
    margin-left: -15px;
}

.lyt-top-c__item {
    padding: 0 0 30px;
}

.lyt-top-c__text {
    margin-top: 20px;
    font-weight: normal;
}

@media only screen and (min-width: 798px) {
    .lyt-top-c {
        display: flex;
        justify-content: center;
    }
    .lyt-top-c__img {
        width: calc(50% + 70px);
        margin-left: 0;
    }
    .lyt-top-c__img-item {
        width: 100%;
    }
    .lyt-top-c__item {
        display: flex;
        justify-content: flex-end;
        width: calc(50% - 70px);
        padding-bottom: 0;
    }
    .lyt-top-c__item-inner {
        width: 100%;
        max-width: 570px;
        padding: calc(71 * 100vw / 1280) calc(60 * 100vw / 1280) 10px 10px;
    }
    .lyt-top-c__text {
        margin-top: 20px;
        font-size: 1.2rem;
    }
}

@media only screen and (min-width: 980px) {
    .lyt-top-c__text {
        font-size: calc(16 * 100vw / 1280);
    }
}

@media only screen and (min-width: 1280px) {
    .lyt-top-c__item-inner {
        padding-top: 71px;
        padding-right: 60px;
    }
    .lyt-top-c__text {
        font-size: 1.6rem;
    }
}

.lyt-top-d {
    margin: 22px 0 0;
}

.lyt-top-d__col {
    font-size: 1.2rem;
}

.lyt-top-d__col + .lyt-top-d__col {
    margin-top: 20px;
}

.lyt-top-d__img-item {
    width: 100%;
    transition: opacity .2s;
}

.lyt-top-d__link {
    display: block;
    color: #333;
    text-decoration: none;
}

.lyt-top-d__link:hover .lyt-top-d__img-item, .lyt-top-d__link:active .lyt-top-d__img-item, .lyt-top-d__link:focus .lyt-top-d__img-item {
    opacity: .7;
}

.lyt-top-d__text {
    margin: 3px 0 0;
    font-weight: normal;
}

@media only screen and (min-width: 415px) {
    .lyt-top-d {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: -20px;
        margin-left: -10px;
    }
    .lyt-top-d__col {
        width: 50%;
        padding: 0 0 20px 10px;
    }
    .lyt-top-d__col + .lyt-top-d__col {
        margin-top: 0;
    }
}

@media only screen and (min-width: 798px) {
    .lyt-top-d {
        margin: 28px 0 -72px -72px;
    }
    .lyt-top-d__col {
        width: 33.333%;
        padding-bottom: 72px;
        padding-left: 72px;
    }
    .lyt-top-d__text {
        margin-top: 3px;
    }
}

.lyt-top-e {
    position: relative;
    overflow: hidden;
    margin: 0 0 40px;
    font-weight: normal;
}

.lyt-top-e__bg {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    width: 100%;
    margin: 0 auto;
    transition: opacity .2s;
    transform: translateX(-50%) translateY(-50%);
}

.lyt-top-e__link {
    display: block;
    padding: 40px 15px 42px;
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
    text-decoration: none;
}

.lyt-top-e__link:hover, .lyt-top-e__link:active, .lyt-top-e__link:focus {
    color: #fff;
}

.lyt-top-e__link:hover .lyt-top-e__bg, .lyt-top-e__link:active .lyt-top-e__bg, .lyt-top-e__link:focus .lyt-top-e__bg {
    opacity: .7;
}

.lyt-top-e__link:hover .lyt-top-e__img::before, .lyt-top-e__link:active .lyt-top-e__img::before, .lyt-top-e__link:focus .lyt-top-e__img::before {
    right: 0;
}

.lyt-top-e__title {
    display: block;
}

.lyt-top-e__img {
    position: relative;
    display: inline-block;
    margin-top: 12px;
    padding: 0 22px;
}

.lyt-top-e__img::before {
    position: absolute;
    top: 0;
    right: 2px;
    bottom: 0;
    display: block;
    width: 16px;
    height: 16px;
    margin: auto 0;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    transition: right .2s;
    transform: rotate(45deg);
}

.lyt-top-e__img-item {
    max-width: 226px;
}

.lyt-top-e__text {
    display: block;
    margin-top: 8px;
}

@media only screen and (max-width: 374px) {
    .lyt-top-e__bg {
        width: auto;
        max-width: none;
        height: 100%;
    }
}

@media only screen and (min-width: 798px) {
    .lyt-top-e {
        margin-bottom: 17px;
    }
    .lyt-top-e__bg {
        width: auto;
        max-width: none;
        height: 100%;
    }
    .lyt-top-e__img {
        margin-top: 14px;
        padding: 0 28px;
    }
    .lyt-top-e__img::before {
        width: 12px;
        height: 12px;
    }
    .lyt-top-e__img-item {
        max-width: none;
    }
    .lyt-top-e__text {
        margin-top: 12px;
    }
    .lyt-top-e__link {
        padding: 34px 15px 38px;
    }
}

@media only screen and (min-width: 1440px) {
    .lyt-top-e__bg {
        width: 100%;
        height: auto;
    }
}

.lyt-img-top-a {
    text-align: center;
}

@media only screen and (max-width: 797px) {
    .lyt-img-top-a__img-item {
        width: 100%;
    }
}

.lyt-bnr-lids-a {
    margin: 68px 0 0;
}

.lyt-bnr-lids-a__img {
    width: 100%;
}

.lyt-bnr-lids-a__list {
    text-align: center;
}

.lyt-bnr-lids-a__link {
    display: inline-block;
    transition: opacity .2s;
}

.lyt-bnr-lids-a__link:hover, .lyt-bnr-lids-a__link:active, .lyt-bnr-lids-a__link:focus {
    opacity: .7;
}

@media only screen and (max-width: 797px) {
    .lyt-bnr-lids-a__list + .lyt-bnr-lids-a__list {
        margin-top: 10px;
    }
}

@media only screen and (min-width: 798px) {
    .lyt-bnr-lids-a {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: -10px;
        margin-left: -10px;
    }
    .lyt-bnr-lids-a__list {
        width: 50%;
        padding-bottom: 10px;
        padding-left: 10px;
    }
}

.lyt-img-list-kids-a {
    margin: 35px 0 0;
}

.lyt-img-list-kids-a + p {
    margin-top: 12px;
}

.lyt-img-list-kids-a__list {
    text-align: center;
}

.lyt-img-list-kids-a__img {
    width: 100%;
    border-radius: 4px;
}

.lyt-img-list-kids-a__caption {
    display: block;
    margin: 16px 0 24px;
    font-weight: bold;
    font-size: 1.5rem;
    text-align: center;
}

.kids-karate .lyt-img-list-kids-a__caption {
    color: #687fdc;
}

.kids-cheer-dance .lyt-img-list-kids-a__caption {
    color: #ff5347;
}

.kids-culture .lyt-img-list-kids-a__caption {
    color: #aba16e;
}

@media only screen and (max-width: 797px) {
    .lyt-img-list-kids-a + p {
        padding: 0 8px;
    }
    .lyt-img-list-kids-a__list + .lyt-img-list-kids-a__list {
        margin-top: 15px;
    }
    .lyt-img-list-kids-a__img-wrap {
        padding: 0 8px;
    }
}

@media only screen and (min-width: 798px) {
    .lyt-img-list-kids-a {
        display: flex;
        flex-wrap: wrap;
    }
    .lyt-img-list-kids-a--col2 {
        margin-bottom: -7px;
        margin-left: -7px;
    }
    .lyt-img-list-kids-a--col2 .lyt-img-list-kids-a__list {
        width: 50%;
        padding-bottom: 7px;
        padding-left: 7px;
    }
    .lyt-img-list-kids-a--col3 {
        margin-bottom: -15px;
        margin-left: -15px;
    }
    .lyt-img-list-kids-a--col3 .lyt-img-list-kids-a__list {
        width: 33.333%;
        padding-bottom: 15px;
        padding-left: 15px;
    }
    .lyt-img-list-kids-a__caption {
        font-size: 2.1rem;
    }
}

.lyt-panel-kids-a {
    margin: 16px 0 0;
}

.lyt-panel-kids-a__inner {
    padding: 22px 22px 28px;
    border-radius: 12px;
}

.kids-karate .lyt-panel-kids-a__inner {
    background-color: #687fdc;
}

.kids-cheer-dance .lyt-panel-kids-a__inner {
    background-color: #ff5347;
}

.kids-culture .lyt-panel-kids-a__inner {
    background-color: #aba16e;
}

.lyt-panel-kids-a__img {
    width: 100%;
    border-radius: 4px;
}

.lyt-panel-kids-a__txt {
    display: block;
    margin: 13px 0 0;
    color: #fff;
    line-height: 1.8;
}

@media only screen and (max-width: 797px) {
    .lyt-panel-kids-a__list + .lyt-panel-kids-a__list {
        margin-top: 14px;
    }
}

@media only screen and (min-width: 798px) {
    .lyt-panel-kids-a {
        display: flex;
        flex-wrap: wrap;
        margin-top: 14px;
        margin-bottom: -12px;
        margin-left: -12px;
    }
    .lyt-panel-kids-a__list {
        width: 33.333%;
        padding-bottom: 12px;
        padding-left: 12px;
    }
    .lyt-panel-kids-a__txt {
        font-size: 1.4rem;
    }
}

.lyt-item-kids-a {
    margin: 26px 0 0;
}

.lyt-item-kids-a__img {
    border-radius: 12px;
}

@media only screen and (max-width: 797px) {
    .lyt-item-kids-a__img-wrap {
        margin-top: 32px;
    }
    .lyt-item-kids-a__img {
        width: 100%;
    }
}

@media only screen and (min-width: 798px) {
    .lyt-item-kids-a {
        display: flex;
        margin-top: 14px;
    }
    .lyt-item-kids-a__img-wrap {
        flex-shrink: 0;
        margin-left: 40px;
    }
    .lyt-item-kids-a__item {
        width: 100%;
    }
}

.lyt-item-kids-b__list {
    display: flex;
    align-items: flex-start;
    text-align: center;
}

.lyt-item-kids-b__img {
    flex-shrink: 0;
}

.lyt-item-kids-b__title {
    display: block;
    padding: 0 0 20px;
    font-weight: bold;
    font-size: 1.7rem;
    color: #0c3680;
}

.lyt-item-kids-b__content {
    width: 100%;
}

.lyt-item-kids-b__link {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto 0;
    padding: 2px 26px 3px;
    font-size: 1.6rem;
    color: #fff;
    text-decoration: none;
    background-color: #0c3680;
    transition: opacity .2s;
}

.lyt-item-kids-b__link::before {
    position: absolute;
    top: 6px;
    left: 6px;
    display: block;
    width: 16px;
    height: 16px;
    background-image: url("/assets/css/img/icon-bullet-01.svg");
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.lyt-item-kids-b__link:hover, .lyt-item-kids-b__link:active, .lyt-item-kids-b__link:focus {
    color: #fff;
    opacity: .7;
}

@media only screen and (max-width: 797px) {
    .lyt-item-kids-b__img {
        width: 28%;
        max-width: 111px;
    }
    .lyt-item-kids-b__content {
        padding: 0 0 0 4px;
    }
    .lyt-item-kids-b__link {
        max-width: 242px;
    }
    .lyt-item-kids-b__list + .lyt-item-kids-b__list {
        margin-top: 38px;
    }
}

@media only screen and (min-width: 798px) {
    .lyt-item-kids-b {
        display: flex;
        padding: 0 12px;
    }
    .lyt-item-kids-b__list {
        flex-direction: column;
        align-items: center;
        width: 25%;
        padding-right: 14px;
        padding-left: 14px;
        border-left: 1px dotted #dcdcdc;
    }
    .lyt-item-kids-b__title {
        padding-bottom: 11px;
    }
    .lyt-item-kids-b__content {
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    .lyt-item-kids-b__link {
        margin-top: auto;
        padding: 1px 22px;
        font-size: 1.2rem;
        border-radius: 2px;
        box-shadow: 2px 2px 1px rgba(0, 0, 0, .3);
    }
    .lyt-item-kids-b__link::before {
        top: 4px;
        width: 12px;
        height: 12px;
    }
}

.lyt-flow-kids-a {
    margin: 35px 0 0;
    padding: 0 15px;
}

.lyt-flow-kids-a__inner {
    padding: 5px 5px 16px;
    background-color: #fff;
    border: 1px solid #dddbd4;
}

.lyt-flow-kids-a__img {
    width: 100%;
}

.lyt-flow-kids-a__title {
    position: relative;
    padding: 0 0 0 34px;
}

.lyt-flow-kids-a__title-txt {
    font-weight: bold;
    font-size: 1.8rem;
}

.kids-karate .lyt-flow-kids-a__title-txt {
    color: #687fdc;
}

.kids-cheer-dance .lyt-flow-kids-a__title-txt {
    color: #ff5347;
}

.kids-culture .lyt-flow-kids-a__title-txt {
    color: #aba16e;
}

.lyt-flow-kids-a__num {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    font-size: 1.6rem;
    color: #fff;
    border-radius: 50%;
}

.kids-karate .lyt-flow-kids-a__num {
    background-color: #687fdc;
}

.kids-cheer-dance .lyt-flow-kids-a__num {
    background-color: #ff5347;
}

.kids-culture .lyt-flow-kids-a__num {
    background-color: #aba16e;
}

.lyt-flow-kids-a__content {
    padding: 20px 5px 0;
}

.lyt-flow-kids-a__txt {
    display: block;
    margin: 23px 0 0;
    font-size: 1.8rem;
    line-height: 1.2;
}

@media only screen and (max-width: 797px) {
    .lyt-flow-kids-a__list + .lyt-flow-kids-a__list {
        margin-top: 15px;
    }
}

@media only screen and (min-width: 798px) {
    .lyt-flow-kids-a {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: -28px;
        margin-left: -28px;
        padding-right: 28px;
        padding-left: 28px;
    }
    .lyt-flow-kids-a__list {
        width: 50%;
        padding-bottom: 28px;
        padding-left: 28px;
    }
    .lyt-flow-kids-a__inner {
        display: flex;
        align-items: flex-start;
        padding-bottom: 5px;
        border-radius: 8px;
    }
    .lyt-flow-kids-a__img {
        flex-shrink: 0;
        width: 50%;
    }
    .lyt-flow-kids-a__num {
        width: 36px;
        height: 36px;
        font-weight: bold;
        font-size: 2rem;
    }
    .lyt-flow-kids-a__title {
        padding-top: 2px;
        padding-left: 42px;
    }
    .lyt-flow-kids-a__content {
        padding-top: 10px;
        padding-left: 14px;
    }
    .lyt-flow-kids-a__txt {
        font-size: 1.2rem;
        line-height: 1.8;
    }
}

.lyt-tab-kids-a {
    display: flex;
    flex-wrap: wrap;
    padding: 12px 16px 17px;
}

.lyt-tab-kids-a__list {
    font-size: 1.1rem;
}

.lyt-tab-kids-a__list + .lyt-tab-kids-a__list {
    position: relative;
    padding-left: 28px;
}

.lyt-tab-kids-a__list + .lyt-tab-kids-a__list::before {
    position: absolute;
    top: 0;
    left: 14px;
    display: block;
    width: 1px;
    height: 100%;
    background-color: #ccc;
    content: "";
}

.kids-karate .lyt-tab-kids-a__link {
    color: #687fdc;
}

.kids-cheer-dance .lyt-tab-kids-a__link {
    color: #ff5347;
}

.kids-culture .lyt-tab-kids-a__link {
    color: #aba16e;
}

.lyt-tab-kids-a__link.is-active {
    color: #333;
    text-decoration: none;
}

@media only screen and (min-width: 798px) {
    .lyt-tab-kids-a__list {
        font-size: 1.4rem;
    }
}

.lyt-tab-kids-b {
    display: flex;
    flex-wrap: wrap;
    margin: 25px 0 -10px -10px;
    padding: 0 10px;
}

.lyt-tab-kids-b__list {
    padding: 0 0 10px 10px;
}

.lyt-tab-kids-b__link {
    display: block;
    min-width: 100px;
    padding: 7px 10px 9px;
    text-align: center;
    text-decoration: none;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .3);
    transition: opacity .2s;
}

.lyt-tab-kids-b__link:hover, .lyt-tab-kids-b__link:active, .lyt-tab-kids-b__link:focus {
    opacity: .7;
}

.lyt-tab-kids-b__link.is-active {
    box-shadow: none;
}

.kids-culture .lyt-tab-kids-b__link {
    color: #aba16e;
    border: 2px solid #aba16e;
}

.kids-karate .lyt-tab-kids-b__link {
    color: #687fdc;
    border: 2px solid #687fdc;
}

.kids-cheer-dance .lyt-tab-kids-b__link {
    color: #ff5347;
    border: 2px solid #ff5347;
}

.kids-culture .lyt-tab-kids-b__link.is-active {
    color: #fff;
    background-color: #aba16e;
}

.kids-karate .lyt-tab-kids-b__link.is-active {
    color: #fff;
    background-color: #aba16e;
}

.kids-cheer-dance .lyt-tab-kids-b__link.is-active {
    color: #fff;
    background-color: #aba16e;
}

@media only screen and (min-width: 798px) {
    .lyt-tab-kids-b {
        justify-content: center;
        margin-top: 29px;
    }
    .lyt-tab-kids-b__link {
        padding-top: 9px;
        padding-bottom: 7px;
        font-size: 1.4rem;
    }
}

.lyt-img-kids-a {
    margin: 14px 0 0;
    text-align: center;
}

.box-a {
    margin: 30px 0 0;
    padding: 16px 10px;
    background-color: #e9e6e1;
}

.box-a > :first-child {
    margin-top: 0;
}

.box-a + .box-a {
    margin-top: 2px;
}

@media only screen and (min-width: 798px) {
    .box-a {
        margin-top: 40px;
        padding: 27px 32px;
    }
    .box-a p + .lyt-box-b {
        margin-top: 30px;
    }
}

.box-b {
    margin: 16px 0 0;
}

.box-b__hdg {
    padding: 10px 11px;
    font-weight: normal;
    font-size: 1.8rem;
    color: #fff;
    background-color: #8f806a;
}

.box-b__hdg > b {
    font-weight: normal;
}

.box-b__content {
    padding: 20px 10px;
    background-color: #fff;
}

.box-b__content > :first-child {
    margin-top: 0;
}

.box-b__lead {
    margin: 20px 0 0;
    font-weight: 500;
    font-size: 1.6rem;
}

.box-b__note {
    display: flex;
    margin: 6px 0 0;
    font-size: 1.2rem;
}

.box-b__note + .box-b__note {
    margin-top: 4px;
}

.box-b__note-mark {
    flex-shrink: 0;
    margin: 0 6px 0 0;
}

.box-b--border .box-b__content {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

@media only screen and (min-width: 798px) {
    .box-b {
        margin-top: 25px;
    }
    .box-b__hdg {
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 2.2rem;
        text-align: center;
    }
    .box-b__content {
        padding-top: 15px;
        padding-right: 40px;
        padding-left: 40px;
    }
    .box-b__lead {
        margin-top: 36px;
        font-size: 2rem;
        text-align: center;
    }
    .box-b__note {
        justify-content: center;
        margin-top: 14px;
        font-size: 1.4rem;
    }
}

.box-hdg-a {
    position: relative;
    padding: 0 0 13px;
    font-weight: 500;
    font-size: 1.8rem;
    text-align: center;
}

.box-hdg-a > b {
    font-weight: 500;
}

.box-hdg-a + * {
    margin-top: 20px;
}

.box-hdg-a::before {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 60px;
    height: 3px;
    margin: 0 auto;
    background-color: #8f806a;
    content: "";
}

@media only screen and (min-width: 798px) {
    .box-hdg-a {
        font-size: 2rem;
    }
}

.box-news-kids-a {
    overflow-y: auto;
    max-height: 250px;
    margin: 20px 0 0;
    padding: 0 24px;
}

@media only screen and (min-width: 798px) {
    .box-news-kids-a {
        max-height: 220px;
    }
}

.w-1 {
    width: 1%;
}

.w-2 {
    width: 2%;
}

.w-3 {
    width: 3%;
}

.w-4 {
    width: 4%;
}

.w-5 {
    width: 5%;
}

.w-6 {
    width: 6%;
}

.w-7 {
    width: 7%;
}

.w-8 {
    width: 8%;
}

.w-9 {
    width: 9%;
}

.w-10 {
    width: 10%;
}

.w-11 {
    width: 11%;
}

.w-12 {
    width: 12%;
}

.w-13 {
    width: 13%;
}

.w-14 {
    width: 14%;
}

.w-15 {
    width: 15%;
}

.w-16 {
    width: 16%;
}

.w-17 {
    width: 17%;
}

.w-18 {
    width: 18%;
}

.w-19 {
    width: 19%;
}

.w-20 {
    width: 20%;
}

.w-21 {
    width: 21%;
}

.w-22 {
    width: 22%;
}

.w-23 {
    width: 23%;
}

.w-24 {
    width: 24%;
}

.w-25 {
    width: 25%;
}

.w-26 {
    width: 26%;
}

.w-27 {
    width: 27%;
}

.w-28 {
    width: 28%;
}

.w-29 {
    width: 29%;
}

.w-30 {
    width: 30%;
}

.w-31 {
    width: 31%;
}

.w-32 {
    width: 32%;
}

.w-33 {
    width: 33%;
}

.w-34 {
    width: 34%;
}

.w-35 {
    width: 35%;
}

.w-36 {
    width: 36%;
}

.w-37 {
    width: 37%;
}

.w-38 {
    width: 38%;
}

.w-39 {
    width: 39%;
}

.w-40 {
    width: 40%;
}

.w-41 {
    width: 41%;
}

.w-42 {
    width: 42%;
}

.w-43 {
    width: 43%;
}

.w-44 {
    width: 44%;
}

.w-45 {
    width: 45%;
}

.w-46 {
    width: 46%;
}

.w-47 {
    width: 47%;
}

.w-48 {
    width: 48%;
}

.w-49 {
    width: 49%;
}

.w-50 {
    width: 50%;
}

.w-51 {
    width: 51%;
}

.w-52 {
    width: 52%;
}

.w-53 {
    width: 53%;
}

.w-54 {
    width: 54%;
}

.w-55 {
    width: 55%;
}

.w-56 {
    width: 56%;
}

.w-57 {
    width: 57%;
}

.w-58 {
    width: 58%;
}

.w-59 {
    width: 59%;
}

.w-60 {
    width: 60%;
}

.w-61 {
    width: 61%;
}

.w-62 {
    width: 62%;
}

.w-63 {
    width: 63%;
}

.w-64 {
    width: 64%;
}

.w-65 {
    width: 65%;
}

.w-66 {
    width: 66%;
}

.w-67 {
    width: 67%;
}

.w-68 {
    width: 68%;
}

.w-69 {
    width: 69%;
}

.w-70 {
    width: 70%;
}

.w-71 {
    width: 71%;
}

.w-72 {
    width: 72%;
}

.w-73 {
    width: 73%;
}

.w-74 {
    width: 74%;
}

.w-75 {
    width: 75%;
}

.w-76 {
    width: 76%;
}

.w-77 {
    width: 77%;
}

.w-78 {
    width: 78%;
}

.w-79 {
    width: 79%;
}

.w-80 {
    width: 80%;
}

.w-81 {
    width: 81%;
}

.w-82 {
    width: 82%;
}

.w-83 {
    width: 83%;
}

.w-84 {
    width: 84%;
}

.w-85 {
    width: 85%;
}

.w-86 {
    width: 86%;
}

.w-87 {
    width: 87%;
}

.w-88 {
    width: 88%;
}

.w-89 {
    width: 89%;
}

.w-90 {
    width: 90%;
}

.w-91 {
    width: 91%;
}

.w-92 {
    width: 92%;
}

.w-93 {
    width: 93%;
}

.w-94 {
    width: 94%;
}

.w-95 {
    width: 95%;
}

.w-96 {
    width: 96%;
}

.w-97 {
    width: 97%;
}

.w-98 {
    width: 98%;
}

.w-99 {
    width: 99%;
}

.w-100 {
    width: 100%;
}

.tbl-a {
    margin: 20px 0 0;
    background-color: #fff;
}

.tbl-a th, .tbl-a td {
    vertical-align: top;
}

.tbl-a th > :first-child, .tbl-a td > :first-child {
    margin-top: 0;
}

.tbl-a__link {
    position: relative;
    display: block;
    padding: 0 10px 0 0;
    color: #333;
    text-decoration: none;
}

.tbl-a__link::before {
    position: absolute;
    top: 0;
    right: 7px;
    bottom: 0;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto 0;
    border-top: 2px solid #8f806a;
    border-right: 2px solid #8f806a;
    content: "";
    transition: transform .2s;
    transform: rotate(45deg) translate(3px, -4px);
}

.tbl-a__link:hover::before, .tbl-a__link:active::before, .tbl-a__link:focus::before {
    transform: rotate(45deg) translate(4px, -5px);
}

.tbl-a__thead th {
    padding: 0 0 1px 10px;
    font-weight: 300;
    color: #fff;
    text-align: left;
    background-color: #808080;
    border-right: 1px solid #fff;
}

.tbl-a__tbody td {
    padding: 11px 6px 12px 10px;
    border-bottom: 1px solid #ddd;
}

@media only screen and (min-width: 798px) {
    .tbl-a {
        margin-top: 30px;
        font-size: 1.4rem;
    }
    .tbl-a__tbody td {
        padding: 12px 11px 12px 10px;
    }
}

.tbl-b {
    margin: 20px 0 0;
    border: 1px solid #ddd;
}

.tbl-b th, .tbl-b td {
    vertical-align: top;
}

.tbl-b th > :first-child, .tbl-b td > :first-child {
    margin-top: 0;
}

.tbl-b__tbody th {
    font-weight: 300;
    color: #fff;
    text-align: left;
    background-color: #808080;
}

.tbl-b__tbody th, .tbl-b__tbody td {
    padding: 12px 13px;
}

@media only screen and (max-width: 797px) {
    .tbl-b__tbody tr, .tbl-b__tbody th, .tbl-b__tbody td {
        display: block;
    }
}

@media only screen and (min-width: 798px) {
    .tbl-b {
        margin-top: 30px;
        font-size: 1.4rem;
    }
    .tbl-b__tbody th {
        border-bottom: 1px solid #fff;
    }
    .tbl-b__tbody td {
        border-bottom: 1px solid #ddd;
    }
    .tbl-b__tbody th, .tbl-b__tbody td {
        padding: 10px 15px 13px;
        vertical-align: top;
    }
}

.tbl-c {
    margin: 20px 0 0;
    border: 1px solid #ddd;
}

.tbl-c th, .tbl-c td {
    vertical-align: top;
}

.tbl-c th > :first-child, .tbl-c td > :first-child {
    margin-top: 0;
}

.tbl-c__thead th {
    font-weight: 300;
    color: #fff;
    border-left: 1px solid #fff;
}

.tbl-c__thead th, .tbl-c__thead td {
    padding: 11px 15px;
    background-color: #808080;
}

.tbl-c__tbody th, .tbl-c__tbody td {
    padding: 11px 15px;
    vertical-align: top;
}

.tbl-c__tbody th {
    font-weight: 300;
    color: #fff;
    text-align: left;
    background-color: #989898;
    border-bottom: 1px solid #fff;
}

.tbl-c__tbody td {
    border-bottom: 1px solid #ddd;
}

.tbl-c__tbody td + td {
    border-left: 1px solid #ddd;
}

.tbl-c__tbody tr:first-child > th {
    border-top: 1px solid #fff;
}

@media only screen and (min-width: 798px) {
    .tbl-c {
        margin-top: 30px;
        font-size: 1.4rem;
    }
}

.tbl-scroll {
    position: relative;
    margin: 20px 0 0;
}

.tbl-scroll__inner {
    position: relative;
    overflow-x: auto;
}

.list-note-a + .tbl-scroll__inner {
    margin-top: 9px;
}

.tbl-scroll .tbl-a, .tbl-scroll .tbl-c {
    width: 800px;
    margin-top: 0;
}

@media only screen and (max-width: 797px) {
    .tbl-scroll__img {
        position: absolute;
        top: 4px;
        right: 0;
        left: 0;
        width: 60px;
        height: 60px;
        margin: 0 auto;
        transition: visibility .2s;
    }
}

@media only screen and (min-width: 798px) {
    .tbl-scroll {
        margin-top: 30px;
    }
    .tbl-scroll__img {
        display: none;
    }
    .list-note-a + .tbl-scroll__inner {
        margin-top: 12px;
    }
    .tbl-scroll .tbl-a, .tbl-scroll .tbl-c {
        width: 100%;
    }
}

.tbl-kids-a {
    background-color: #fff;
}

.tbl-kids-a--center {
    text-align: center;
}

.tbl-kids-a__tbody th, .tbl-kids-a__tbody td {
    padding: 7px;
    font-size: 1.2rem;
}

.tbl-kids-a__tbody th {
    font-weight: 300;
    text-align: left;
    background-color: #e5e5e5;
}

.tbl-kids-a__tbody th > a {
    color: #333;
}

.tbl-kids-a__tbody th > a:hover, .tbl-kids-a__tbody th > a:active, .tbl-kids-a__tbody th > a:focus {
    color: #b60114;
}

.tbl-kids-a__btn {
    position: relative;
    display: inline-block;
    padding: 0 16px 2px 11px;
    color: #fff;
    text-decoration: none;
    border-radius: 2px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .3);
    transition: opacity .2s;
}

.tbl-kids-a__btn::before {
    position: absolute;
    top: 0;
    right: 3px;
    bottom: 0;
    display: block;
    width: 0;
    height: 0;
    margin: auto 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 4px solid #fff;
    content: "";
}

.tbl-kids-a__btn:hover, .tbl-kids-a__btn:active, .tbl-kids-a__btn:focus {
    color: #fff;
    opacity: .7;
}

.kids-karate .tbl-kids-a__btn {
    background-color: #687fdc;
}

.kids-cheer-dance .tbl-kids-a__btn {
    background-color: #ff5347;
}

.kids-culture .tbl-kids-a__btn {
    background-color: #aba16e;
}

@media only screen and (max-width: 797px) {
    .tbl-kids-a__thead {
        display: none;
    }
    .tbl-kids-a__tbody th, .tbl-kids-a__tbody td {
        display: block;
        border-top: 1px dotted #ccc;
    }
    .tbl-kids-a__tbody th.sp-hide, .tbl-kids-a__tbody td.sp-hide {
        display: none;
    }
    .tbl-kids-a__tbody tr {
        display: block;
        border-bottom: 1px dotted #ccc;
    }
    .tbl-kids-a__tbody tr + tr {
        margin-top: 14px;
    }
}

@media only screen and (min-width: 798px) {
    .tbl-kids-a__tbody td, .tbl-kids-a__tbody th {
        font-size: 1.4rem;
    }
    .tbl-kids-a__tbody tr {
        border-right: 1px solid #e5e5e5;
        border-bottom: 1px solid #ccc;
        border-left: 1px solid #e5e5e5;
    }
    .tbl-kids-a__tbody tr:first-child {
        border-top: 1px solid #e5e5e5;
    }
    .tbl-kids-a__tbody td + td {
        position: relative;
    }
    .tbl-kids-a__tbody td + td::before {
        position: absolute;
        top: 6px;
        left: 0;
        display: block;
        width: 1px;
        height: calc(100% - 12px);
        background-color: #ccc;
        content: "";
    }
    .tbl-kids-a__thead th {
        padding: 7px;
        font-weight: 300;
        font-size: 1.4rem;
        color: #fff;
        background-color: #595757;
    }
    .tbl-kids-a__thead th + th {
        border-left: 1px solid #e5e5e5;
    }
}

.tbl-kids-b {
    margin: 30px 0 0;
    background-color: #fff;
}

.tbl-kids-b th {
    font-weight: 300;
}

.tbl-kids-b__thead th {
    padding: 8px;
    color: #fff;
    background-color: #595757;
    border-right: 1px solid #e5e5e5;
}

.tbl-kids-b__tbody th, .tbl-kids-b__tbody td {
    padding: 8px;
}

.tbl-kids-b__tbody tr {
    border-top: 1px solid #e5e5e5;
}

.tbl-kids-b__tbody tr + tr {
    border-top: 1px solid #ccc;
}

.tbl-kids-b__tbody th {
    text-align: left;
    background-color: #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

.tbl-kids-b__tbody th a {
    color: #333;
}

.tbl-kids-b__tbody th a:hover, .tbl-kids-b__tbody th a:active, .tbl-kids-b__tbody th a:focus {
    color: #b60114;
}

@media only screen and (min-width: 798px) {
    .tbl-kids-b {
        font-size: 1.4rem;
    }
}

.label-a {
    display: inline-block;
    margin: 0 4px 0 0;
    padding: 2px 9px;
    font-size: 1rem;
    color: #fff;
    background-color: #8f806a;
    border-radius: 9px;
}

.hdg-d .label-a {
    margin-left: 8px;
    vertical-align: 2px;
}

.hdg-c__hdg .label-a {
    margin-left: 8px;
    vertical-align: 3px;
}

.hdg-b .label-a {
    margin-left: 8px;
    vertical-align: 4px;
}

.assets-item .lyt-lnav-a {
    position: relative;
    padding: 10px 15px;
    color: #fff;
    background-color: #1a1a1a;
}

.assets-item .lyt-lnav-a--sports-club {
    background-color: #084992;
}

.assets-item .lyt-lnav-a--kids-baby {
    background-color: #f784a1;
}

.assets-item .lyt-lnav-a--kids-swimming {
    background-color: #559bd6;
}

.assets-item .lyt-lnav-a--kids-gym {
    background-color: #d3a255;
}

.assets-item .lyt-lnav-a--kids-dance {
    background-color: #c488b9;
}

.assets-item .lyt-lnav-a--kids-soccer {
    background-color: #638ee5;
}

.assets-item .lyt-lnav-a--kids-tennis {
    background-color: #f4b53a;
}

.assets-item .lyt-lnav-a--kids-karate {
    background-color: #687fdc;
}

.assets-item .lyt-lnav-a--kids-cheer-dance {
    background-color: #ff5347;
}

.assets-item .lyt-lnav-a--kids-golf {
    background-color: #60a12e;
}

.assets-item .lyt-lnav-a--kids-trampoline {
    background-color: #f77b13;
}

.assets-item .lyt-lnav-a--kids-table-tennis {
    background-color: #be9c00;
}

.assets-item .lyt-lnav-a--kids-other {
    background-color: #aba16e;
}

.assets-item .lyt-lnav-a__inner {
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.assets-item .lyt-lnav-a__title-txt {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3;
}

.assets-item .lyt-lnav-a__title-link {
    color: #fff;
    text-decoration: none;
}

.assets-item .lyt-lnav-a__title-link:hover, .assets-item .lyt-lnav-a__title-link:active, .assets-item .lyt-lnav-a__title-link:focus {
    color: #fff;
}

.assets-item .lyt-lnav-a__btn-wrap {
    position: relative;
    display: none;
    margin-top: 0;
    margin-left: auto;
}

.assets-item .lyt-lnav-a__btn-wrap::before {
    position: absolute;
    top: 9px;
    left: 0;
    display: block;
    width: 20px;
    height: 2px;
    background-color: #fff;
    content: "";
    transition: transform .2s, opacity .2s;
}

.assets-item .lyt-lnav-a__btn {
    display: block;
    width: 20px;
    height: 20px;
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
}

.assets-item .lyt-lnav-a__btn::before, .assets-item .lyt-lnav-a__btn::after {
    position: absolute;
    left: 0;
    display: block;
    width: 20px;
    height: 2px;
    background-color: #fff;
    content: "";
    transition: transform .2s;
}

.assets-item .lyt-lnav-a__btn::before {
    top: 3px;
}

.assets-item .lyt-lnav-a__btn::after {
    bottom: 3px;
}

.assets-item .lyt-lnav-a__btn-txt {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.assets-item .lyt-lnav-a__nav {
    top: 100%;
    left: 0;
    z-index: 1;
    width: 100%;
}

[data-script-enabled="true"] .assets-item .lyt-lnav-a__inner {
    display: flex;
}

[data-script-enabled="true"] .assets-item .lyt-lnav-a__btn-wrap {
    display: block;
}

[data-script-enabled="true"] .assets-item .lyt-lnav-a__nav {
    position: absolute;
    display: none;
}

.assets-item .lyt-lnav-a.is-active .lyt-lnav-a__nav {
    display: block;
}

.assets-item .lyt-lnav-a.is-active .lyt-lnav-a__btn-wrap::before {
    opacity: 0;
    transform: translateX(10px);
}

.assets-item .lyt-lnav-a.is-active .lyt-lnav-a__btn::before, .assets-item .lyt-lnav-a.is-active .lyt-lnav-a__btn::after {
    width: 19px;
}

.assets-item .lyt-lnav-a.is-active .lyt-lnav-a__btn::before {
    top: 9px;
    transform: rotate(45deg);
}

.assets-item .lyt-lnav-a.is-active .lyt-lnav-a__btn::after {
    bottom: 9px;
    transform: rotate(-45deg);
}

@media only screen and (max-width: 797px) {
    .assets-item .lyt-lnav-a__title-img {
        max-width: 72px;
    }
}

@media only screen and (min-width: 798px) {
    .assets-item .lyt-lnav-a {
        display: flex;
        padding: 0;
    }
    .assets-item .lyt-lnav-a__title {
        flex-shrink: 0;
        padding-right: 40px;
        text-align: right;
    }
    .assets-item .lyt-lnav-a__title-txt {
        font-size: 24px;
    }
    .assets-item .lyt-lnav-a__inner {
        display: flex;
        max-width: 1280px;
        margin: 0 auto;
        padding-right: 10px;
        padding-left: 10px;
    }
    .assets-item .lyt-lnav-a__inner--kids {
        max-width: 1000px;
    }
    .assets-item .lyt-lnav-a__inner--kids .lyt-lnav-a__title {
        padding-right: 20px;
        padding-left: 20px;
    }
    .assets-item .lyt-lnav-a__btn-wrap {
        display: none;
    }
    .assets-item .lyt-lnav-a__nav {
        position: static;
    }
    [data-script-enabled="true"] .assets-item .lyt-lnav-a__btn-wrap {
        display: none;
    }
    [data-script-enabled="true"] .assets-item .lyt-lnav-a__nav {
        position: static;
        display: block;
    }
}

.assets-item .link-lnav-a__link {
    position: relative;
    display: block;
    padding: 12px 24px 12px 15px;
    color: #fff;
    text-decoration: none;
    transition: background-color .2s;
}

.assets-item .link-lnav-a__link::before {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    display: block;
    width: 10px;
    height: 10px;
    margin: auto 0;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    transition: transform .2s, background-color .2s;
    transform: rotate(45deg);
}

.assets-item .link-lnav-a__link[href^="#"]::before {
    width: 0;
    height: 0;
    border-top: 4px solid #fff;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    transform: none;
}

.assets-item .link-lnav-a__link:hover, .assets-item .link-lnav-a__link:active, .assets-item .link-lnav-a__link:focus {
    color: #fff;
    background-color: #dd3648;
}

.assets-item .link-lnav-a__link:hover::before, .assets-item .link-lnav-a__link:active::before, .assets-item .link-lnav-a__link:focus::before {
    transform: rotate(45deg) translate(2px, -2px);
}

.assets-item .link-lnav-a__link:hover[href^="#"]::before, .assets-item .link-lnav-a__link:active[href^="#"]::before, .assets-item .link-lnav-a__link:focus[href^="#"]::before {
    transform: translateY(2px);
}

.assets-item .link-lnav-a__link.is-current {
    font-weight: 500;
    background-color: #dd3648;
}

.assets-item .link-lnav-a__list {
    font-size: 16px;
    background-color: #333;
    border-top: 1px solid #1a1a1a;
}

.assets-item .link-lnav-a--sports-club .link-lnav-a__list {
    background-color: #084992;
    border-top: 1px solid #052c59;
}

.assets-item .link-lnav-a--sports-club .link-lnav-a__link:hover, .assets-item .link-lnav-a--sports-club .link-lnav-a__link:active, .assets-item .link-lnav-a--sports-club .link-lnav-a__link:focus {
    background-color: #052c59;
}

.assets-item .link-lnav-a--sports-club .link-lnav-a__link.is-current {
    background-color: #052c59;
}

.assets-item .link-lnav-a--kids-baby .link-lnav-a__list {
    background-color: #f784a1;
    border-top: 1px solid #e54b72;
}

.assets-item .link-lnav-a--kids-baby .link-lnav-a__link:hover, .assets-item .link-lnav-a--kids-baby .link-lnav-a__link:active, .assets-item .link-lnav-a--kids-baby .link-lnav-a__link:focus {
    background-color: #e54b72;
}

.assets-item .link-lnav-a--kids-baby .link-lnav-a__link.is-current {
    background-color: #e54b72;
}

.assets-item .link-lnav-a--kids-swimming .link-lnav-a__list {
    background-color: #559bd6;
    border-top: 1px solid #1c75c0;
}

.assets-item .link-lnav-a--kids-swimming .link-lnav-a__link:hover, .assets-item .link-lnav-a--kids-swimming .link-lnav-a__link:active, .assets-item .link-lnav-a--kids-swimming .link-lnav-a__link:focus {
    background-color: #1c75c0;
}

.assets-item .link-lnav-a--kids-swimming .link-lnav-a__link.is-current {
    background-color: #1c75c0;
}

.assets-item .link-lnav-a--kids-gym .link-lnav-a__list {
    background-color: #d3a255;
    border-top: 1px solid #ac741c;
}

.assets-item .link-lnav-a--kids-gym .link-lnav-a__link:hover, .assets-item .link-lnav-a--kids-gym .link-lnav-a__link:active, .assets-item .link-lnav-a--kids-gym .link-lnav-a__link:focus {
    background-color: #ac741c;
}

.assets-item .link-lnav-a--kids-gym .link-lnav-a__link.is-current {
    background-color: #ac741c;
}

.assets-item .link-lnav-a--kids-dance .link-lnav-a__list {
    background-color: #c488b9;
    border-top: 1px solid #a95299;
}

.assets-item .link-lnav-a--kids-dance .link-lnav-a__link:hover, .assets-item .link-lnav-a--kids-dance .link-lnav-a__link:active, .assets-item .link-lnav-a--kids-dance .link-lnav-a__link:focus {
    background-color: #a95299;
}

.assets-item .link-lnav-a--kids-dance .link-lnav-a__link.is-current {
    background-color: #a95299;
}

.assets-item .link-lnav-a--kids-soccer .link-lnav-a__list {
    background-color: #638ee5;
    border-top: 1px solid #2d61ca;
}

.assets-item .link-lnav-a--kids-soccer .link-lnav-a__link:hover, .assets-item .link-lnav-a--kids-soccer .link-lnav-a__link:active, .assets-item .link-lnav-a--kids-soccer .link-lnav-a__link:focus {
    background-color: #2d61ca;
}

.assets-item .link-lnav-a--kids-soccer .link-lnav-a__link.is-current {
    background-color: #2d61ca;
}

.assets-item .link-lnav-a--kids-tennis .link-lnav-a__list {
    background-color: #f4b53a;
    border-top: 1px solid #cf8b06;
}

.assets-item .link-lnav-a--kids-tennis .link-lnav-a__link:hover, .assets-item .link-lnav-a--kids-tennis .link-lnav-a__link:active, .assets-item .link-lnav-a--kids-tennis .link-lnav-a__link:focus {
    background-color: #cf8b06;
}

.assets-item .link-lnav-a--kids-tennis .link-lnav-a__link.is-current {
    background-color: #cf8b06;
}

.assets-item .link-lnav-a--kids-karate .link-lnav-a__list {
    background-color: #687fdc;
    border-top: 1px solid #4962c8;
}

.assets-item .link-lnav-a--kids-karate .link-lnav-a__link:hover, .assets-item .link-lnav-a--kids-karate .link-lnav-a__link:active, .assets-item .link-lnav-a--kids-karate .link-lnav-a__link:focus {
    background-color: #4962c8;
}

.assets-item .link-lnav-a--kids-karate .link-lnav-a__link.is-current {
    background-color: #4962c8;
}

.assets-item .link-lnav-a--kids-cheer-dance .link-lnav-a__list {
    background-color: #ff5347;
    border-top: 1px solid #d7291d;
}

.assets-item .link-lnav-a--kids-cheer-dance .link-lnav-a__link:hover, .assets-item .link-lnav-a--kids-cheer-dance .link-lnav-a__link:active, .assets-item .link-lnav-a--kids-cheer-dance .link-lnav-a__link:focus {
    background-color: #d7291d;
}

.assets-item .link-lnav-a--kids-cheer-dance .link-lnav-a__link.is-current {
    background-color: #d7291d;
}

.assets-item .link-lnav-a--kids-golf .link-lnav-a__list {
    background-color: #60a12e;
    border-top: 1px solid #438610;
}

.assets-item .link-lnav-a--kids-golf .link-lnav-a__link:hover, .assets-item .link-lnav-a--kids-golf .link-lnav-a__link:active, .assets-item .link-lnav-a--kids-golf .link-lnav-a__link:focus {
    background-color: #438610;
}

.assets-item .link-lnav-a--kids-golf .link-lnav-a__link.is-current {
    background-color: #438610;
}

.assets-item .link-lnav-a--kids-trampoline .link-lnav-a__list {
    background-color: #f77b13;
    border-top: 1px solid #ce5f02;
}

.assets-item .link-lnav-a--kids-trampoline .link-lnav-a__link:hover, .assets-item .link-lnav-a--kids-trampoline .link-lnav-a__link:active, .assets-item .link-lnav-a--kids-trampoline .link-lnav-a__link:focus {
    background-color: #ce5f02;
}

.assets-item .link-lnav-a--kids-trampoline .link-lnav-a__link.is-current {
    background-color: #ce5f02;
}

.assets-item .link-lnav-a--kids-table-tennis .link-lnav-a__list {
    background-color: #be9c00;
    border-top: 1px solid #987d00;
}

.assets-item .link-lnav-a--kids-table-tennis .link-lnav-a__link:hover, .assets-item .link-lnav-a--kids-table-tennis .link-lnav-a__link:active, .assets-item .link-lnav-a--kids-table-tennis .link-lnav-a__link:focus {
    background-color: #987d00;
}

.assets-item .link-lnav-a--kids-table-tennis .link-lnav-a__link.is-current {
    background-color: #987d00;
}

.assets-item .link-lnav-a--kids-other .link-lnav-a__list {
    background-color: #aba16e;
    border-top: 1px solid #81763c;
}

.assets-item .link-lnav-a--kids-other .link-lnav-a__link:hover, .assets-item .link-lnav-a--kids-other .link-lnav-a__link:active, .assets-item .link-lnav-a--kids-other .link-lnav-a__link:focus {
    background-color: #81763c;
}

.assets-item .link-lnav-a--kids-other .link-lnav-a__link.is-current {
    background-color: #81763c;
}

@media only screen and (min-width: 798px) {
    .assets-item .link-lnav-a {
        display: flex;
        flex-wrap: wrap;
        border-left: 1px solid #1a1a1a;
    }
    .assets-item .link-lnav-a__list {
        font-size: 12px;
        border-top: 0;
        border-right: 1px solid #1a1a1a;
    }
    .assets-item .link-lnav-a__link {
        padding: 18px 2px;
    }
    .assets-item .link-lnav-a__link::before {
        display: none;
    }
    .assets-item .link-lnav-a__link[href^="#"]::before {
        top: auto;
        right: 0;
        bottom: 8px;
        left: 0;
        display: block;
        margin: 0 auto;
    }
    .assets-item .link-lnav-a--kids-baby {
        border-left: 1px solid #e54b72;
    }
    .assets-item .link-lnav-a--kids-baby .link-lnav-a__list {
        border-right: 1px solid #e54b72;
    }
    .assets-item .link-lnav-a--kids-swimming {
        border-left: 1px solid #1c75c0;
    }
    .assets-item .link-lnav-a--kids-swimming .link-lnav-a__list {
        border-right: 1px solid #1c75c0;
    }
    .assets-item .link-lnav-a--kids-gym {
        border-left: 1px solid #ac741c;
    }
    .assets-item .link-lnav-a--kids-gym .link-lnav-a__list {
        border-right: 1px solid #ac741c;
    }
    .assets-item .link-lnav-a--kids-dance {
        border-left: 1px solid #a95299;
    }
    .assets-item .link-lnav-a--kids-dance .link-lnav-a__list {
        border-right: 1px solid #a95299;
    }
    .assets-item .link-lnav-a--kids-soccer {
        border-left: 1px solid #2d61ca;
    }
    .assets-item .link-lnav-a--kids-soccer .link-lnav-a__list {
        border-right: 1px solid #2d61ca;
    }
    .assets-item .link-lnav-a--kids-tennis {
        border-left: 1px solid #cf8b06;
    }
    .assets-item .link-lnav-a--kids-tennis .link-lnav-a__list {
        border-right: 1px solid #cf8b06;
    }
    .assets-item .link-lnav-a--kids-karate {
        border-left: 1px solid #4962c8;
    }
    .assets-item .link-lnav-a--kids-karate .link-lnav-a__list {
        border-right: 1px solid #4962c8;
    }
    .assets-item .link-lnav-a--kids-cheer-dance {
        border-left: 1px solid #d7291d;
    }
    .assets-item .link-lnav-a--kids-cheer-dance .link-lnav-a__list {
        border-right: 1px solid #d7291d;
    }
    .assets-item .link-lnav-a--kids-golf {
        border-left: 1px solid #438610;
    }
    .assets-item .link-lnav-a--kids-golf .link-lnav-a__list {
        border-right: 1px solid #438610;
    }
    .assets-item .link-lnav-a--kids-trampoline {
        border-left: 1px solid #ce5f02;
    }
    .assets-item .link-lnav-a--kids-trampoline .link-lnav-a__list {
        border-right: 1px solid #ce5f02;
    }
    .assets-item .link-lnav-a--kids-table-tennis {
        border-left: 1px solid #987d00;
    }
    .assets-item .link-lnav-a--kids-table-tennis .link-lnav-a__list {
        border-right: 1px solid #987d00;
    }
    .assets-item .link-lnav-a--kids-other {
        border-left: 1px solid #81763c;
    }
    .assets-item .link-lnav-a--kids-other .link-lnav-a__list {
        border-right: 1px solid #81763c;
    }
}

@media only screen and (min-width: 980px) {
    .assets-item .link-lnav-a__list {
        font-size: 14px;
    }
    .assets-item .link-lnav-a__link {
        padding-right: 11px;
        padding-left: 11px;
    }
}

@media only screen and (min-width: 1160px) {
    .assets-item .link-lnav-a__list {
        font-size: 16px;
    }
    .assets-item .link-lnav-a__link {
        padding-right: 20px;
        padding-left: 20px;
    }
}

.assets-item .lyt-kids-panel-a {
    display: flex;
    flex-wrap: wrap;
    margin: 28px 0 13px -15px;
}

.assets-item .lyt-kids-panel-a__img {
    width: 100%;
}

.assets-item .lyt-kids-panel-a__list {
    width: 50%;
    padding: 0 0 15px 15px;
    background-color: #fff;
}

.assets-item .lyt-kids-panel-a__link {
    display: block;
    color: #fff;
    text-decoration: none;
    transition: opacity .2s;
}

.assets-item .lyt-kids-panel-a__link:hover, .assets-item .lyt-kids-panel-a__link:active, .assets-item .lyt-kids-panel-a__link:focus {
    color: #fff;
    opacity: .7;
}

.assets-item .lyt-kids-panel-a__link:hover .lyt-kids-panel-a__txt::before, .assets-item .lyt-kids-panel-a__link:active .lyt-kids-panel-a__txt::before, .assets-item .lyt-kids-panel-a__link:focus .lyt-kids-panel-a__txt::before {
    transform: rotate(45deg) translate(2px, -2px);
}

.assets-item .lyt-kids-panel-a__txt {
    position: relative;
    display: block;
    padding: 13px 20px 13px 8px;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    line-height: 1.2;
}

.assets-item .lyt-kids-panel-a__txt::before {
    position: absolute;
    top: 0;
    right: 12px;
    bottom: 0;
    display: block;
    width: 11px;
    height: 11px;
    margin: auto 0;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    transition: transform .2s;
    transform: rotate(45deg);
}

.assets-item .lyt-kids-panel-a__txt--baby {
    background-color: #f784a1;
}

.assets-item .lyt-kids-panel-a__txt--swimming {
    background-color: #559bd6;
}

.assets-item .lyt-kids-panel-a__txt--gym {
    background-color: #d3a255;
}

.assets-item .lyt-kids-panel-a__txt--dance {
    background-color: #c488b9;
}

.assets-item .lyt-kids-panel-a__txt--soccer {
    background-color: #638ee5;
}

.assets-item .lyt-kids-panel-a__txt--tennis {
    background-color: #f4b53a;
}

.assets-item .lyt-kids-panel-a__txt--karate {
    background-color: #687fdc;
}

.assets-item .lyt-kids-panel-a__txt--cheer-dance {
    background-color: #ff5347;
}

.assets-item .lyt-kids-panel-a__txt--golf {
    background-color: #60a12e;
}

.assets-item .lyt-kids-panel-a__txt--trampoline {
    background-color: #f77b13;
}

.assets-item .lyt-kids-panel-a__txt--table-tennis {
    background-color: #be9c00;
}

.assets-item .lyt-kids-panel-a__txt--other {
    background-color: #aba16e;
}

@media only screen and (min-width: 798px) {
    .assets-item .lyt-kids-panel-a {
        margin-bottom: 12px;
        margin-left: -16px;
    }
    .assets-item .lyt-kids-panel-a__list {
        width: 25%;
        padding-bottom: 16px;
        padding-left: 16px;
    }
    .assets-item .lyt-kids-panel-a__txt {
        padding-right: 32px;
        padding-left: 32px;
        font-size: 16px;
    }
    .assets-item .lyt-kids-panel-a__txt::before {
        right: 18px;
        width: 14px;
        height: 14px;
    }
}

#js-lnav-menu__overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    visibility: hidden;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    opacity: 0;
    transition: opacity .2s, visibility .2s;
}

#js-lnav-menu__overlay.is-active {
    visibility: visible;
    opacity: 1;
}

.js-lnav-menu.is-running {
    z-index: 101;
}

.js-lnav-menu.is-active {
    z-index: 101;
}

.page-top-content {
    margin-top: 40px;
}

@media only screen and (min-width: 798px) {
    .page-top-content {
        margin-top: 22px;
    }
}

.youtube-wrap {
    position: absolute;
    top: 0;
    left: 40%;
    z-index: -1;
    width: 800px;
    max-width: none;
    height: 100%;
    transform: translateX(-50%);
}

@media only screen and (min-width: 414px) {
    .youtube-wrap {
        left: 50%;
        width: 882px;
    }
}

@media only screen and (min-width: 798px) {
    .youtube-wrap {
        right: 0;
        left: auto;
        width: 950px;
        transform: none;
    }
}

@media only screen and (min-width: 1440px) {
    .youtube-wrap {
        width: 1398px;
    }
}

.youtube {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 56.25%;
}

.youtube::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
}

.youtube__inner {
    position: absolute;
    top: -70px;
    left: 0;
    z-index: -1;
    width: 100%;
    padding-bottom: calc(56.25% + 140px);
}

.youtube__player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.slick-track::before, .slick-track::after {
    display: table;
    content: "";
}

.slick-track::after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
    width: 100%;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

@media only screen and (max-width: 797px) {
    .slick-slide img.sp-hide {
        display: none;
    }
}

@media only screen and (min-width: 798px) {
    .slick-slide img.pc-hide {
        display: none;
    }
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

.js-slick-top-a {
    position: relative;
}

.js-slick-top-a__item {
    background-color: #fff;
}

.js-slick-top-a__link {
    display: block;
    transition: opacity .2s;
}

.js-slick-top-a__link:hover, .js-slick-top-a__link:active, .js-slick-top-a__link:focus {
    opacity: .7;
}

.js-slick-top-a .slick-track {
    margin-left: -5px;
}

.js-slick-top-a .slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 38px;
    height: 38px;
    margin: auto 0;
    font-size: 1rem;
    color: transparent;
    line-height: 1;
    background-color: #333;
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    transition: background-color .2s;
}

.js-slick-top-a .slick-arrow:hover, .js-slick-top-a .slick-arrow:active, .js-slick-top-a .slick-arrow:focus {
    background-color: #808080;
}

.js-slick-top-a .slick-arrow::before {
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    width: 12px;
    height: 12px;
    margin: auto 0;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
}

.js-slick-top-a .slick-prev {
    left: 4px;
}

.js-slick-top-a .slick-prev::before {
    left: 15px;
    transform: rotate(-135deg);
}

.js-slick-top-a .slick-next {
    right: 4px;
}

.js-slick-top-a .slick-next::before {
    right: 15px;
    transform: rotate(45deg);
}

.js-slick-top-a .slick-slide {
    padding: 0 0 0 10px;
    opacity: .5;
    transition: opacity .1s;
}

.js-slick-top-a .js-active {
    opacity: 1;
}

.js-slick-top-a .slick-list {
    padding: 0 12%;
}

@media only screen and (min-width: 798px) {
    .js-slick-top-a .slick-track {
        margin-left: -12px;
    }
    .js-slick-top-a .slick-slide {
        padding-left: 24px;
    }
    .js-slick-top-a .slick-prev {
        left: 90px;
    }
    .js-slick-top-a .slick-next {
        right: 90px;
    }
    .js-slick-top-a .slick-list {
        padding-right: 14%;
        padding-left: 14%;
    }
}

#js-date-modal {
    display: block;
}

[data-script-enabled="true"] #js-date-modal {
    display: none;
}

[data-script-enabled="true"] #js-date-modal.is-active {
    display: block;
}

[data-script-enabled="true"] .date-modal-wrap {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 101;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-top: 0;
}

.date-modal {
    position: relative;
    width: 100%;
    padding: 0 10px;
}

[data-script-enabled="true"] .date-modal__inner {
    position: relative;
    z-index: 102;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    max-width: 800px;
    min-height: 150px;
    max-height: calc(100vh - 120px);
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .3);
}

.date-modal__content {
    position: relative;
    padding: 40px 14px 32px;
}

.date-modal__close-btn {
    position: absolute;
    bottom: 4px;
    left: 50%;
    display: none;
    margin: 0 auto;
    padding: 5px 7px 7px 17px;
    font-size: 1.4rem;
    color: #666;
    line-height: 1.2;
    transition: color .2s;
    transform: translateX(-50%);
}

.date-modal__close-btn:hover, .date-modal__close-btn:active, .date-modal__close-btn:focus {
    color: #b60114;
}

.date-modal__close-btn:hover::before, .date-modal__close-btn:hover::after, .date-modal__close-btn:active::before, .date-modal__close-btn:active::after, .date-modal__close-btn:focus::before, .date-modal__close-btn:focus::after {
    background-color: #b60114;
}

.date-modal__close-btn::before, .date-modal__close-btn::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 15px;
    height: 2px;
    margin: auto 0;
    background-color: #666;
    content: "";
    transition: background-color .2s;
}

.date-modal__close-btn::before {
    transform: rotate(45deg);
}

.date-modal__close-btn::after {
    transform: rotate(-45deg);
}

[data-script-enabled="true"] .date-modal__close-btn {
    display: block;
}

.date-modal__close-btn--top {
    top: 3px;
    right: 0;
    bottom: auto;
    left: auto;
    margin: 0;
    padding: 20px 4px 4px;
    font-size: 1.1rem;
    transform: none;
}

.date-modal__close-btn--top::before, .date-modal__close-btn--top::after {
    top: 8px;
    right: 0;
    width: 16px;
    margin: 0 auto;
}

@media only screen and (min-width: 798px) {
    .date-modal__content {
        padding: 50px 46px 74px;
    }
    .date-modal__close-btn {
        bottom: 30px;
    }
    .date-modal__close-btn--top {
        bottom: auto;
        padding: 28px 10px 6px;
    }
    .date-modal__close-btn--top::before, .date-modal__close-btn--top::after {
        top: 14px;
        width: 20px;
    }
}

#js-date-modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    visibility: hidden;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    opacity: 0;
    transition: opacity .2s, visibility .2s;
}

#js-date-modal__overlay.is-active {
    visibility: visible;
    opacity: 1;
}

.js-toggle__hidden {
    display: none;
}

[data-script-enabled="true"] .js-toggle__hook {
    cursor: pointer;
}

[data-script-enabled="true"] .js-toggle__content {
    display: none;
}

[data-script-enabled="true"] .js-toggle__open {
    display: none;
}

[data-script-enabled="true"] .js-toggle__hidden {
    display: block;
}

[data-script-enabled="true"] .js-toggle.is-active .js-toggle__content {
    display: block;
}

[data-script-enabled="true"] .js-toggle.is-active .js-toggle__open {
    display: inline;
}

[data-script-enabled="true"] .js-toggle.is-active .js-toggle__close {
    display: none;
}

[data-script-enabled="true"] .js-tab__content {
    display: none;
    padding: 26px 0 0;
}

[data-script-enabled="true"] .js-tab__content > :first-child {
    margin-top: 0;
}

[data-script-enabled="true"] .js-tab__content.is-active {
    display: block;
}

@media only screen and (min-width: 798px) {
    [data-script-enabled="true"] .js-tab__content {
        padding-top: 46px;
    }
}

.js-table-scroll__img {
    display: none;
}

[data-script-enabled="true"] .js-table-scroll__img {
    display: block;
    transition: visibility .2s, opacity .2s;
}

[data-script-enabled="true"] .js-table-scroll__img.is-hidden {
    visibility: hidden;
    opacity: 0;
}

@media only screen and (min-width: 798px) {
    [data-script-enabled="true"] .js-table-scroll__img {
        display: none;
    }
}

.hdg-a + * {
    margin-top: 20px;
}

@media only screen and (min-width: 798px) {
    .hdg-a + * {
        margin-top: 46px;
    }
    .hdg-a + .hdg-b {
        margin-top: 37px;
    }
}

.hdg-b + * {
    margin-top: 17px;
}

@media only screen and (min-width: 798px) {
    .hdg-b + * {
        margin-top: 32px;
    }
}

.hdg-c + * {
    margin-top: 10px;
}

.hdg-c + [class^="box-"], .hdg-c + [class^="lyt-"] {
    margin-top: 16px;
}

@media only screen and (min-width: 798px) {
    .hdg-c + * {
        margin-top: 20px;
    }
    .hdg-c + [class^="box-"], .hdg-c + [class^="lyt-"] {
        margin-top: 25px;
    }
}

.hdg-d + * {
    margin-top: 12px;
}

.hdg-e + [class^="box-"], .hdg-e + [class^="lyt-"]:not(.lyt-item-a--separate), .hdg-e + [class^="tbl-"], .hdg-e + .hdg-c {
    margin-top: 24px;
}

@media only screen and (min-width: 798px) {
    .hdg-e + [class^="box-"], .hdg-e + [class^="lyt-"]:not(.lyt-item-a--separate), .hdg-e + [class^="tbl-"], .hdg-e + .hdg-c {
        margin-top: 44px;
    }
}

.site-mv-a + .site-contents-a > .site-contents-a__inner > p:first-child, .site-mv-magazine-a + .site-contents-a > .site-contents-a__inner > p:first-child {
    margin-top: 20px;
}

@media only screen and (min-width: 798px) {
    .site-mv-a + .site-contents-a > .site-contents-a__inner > p:first-child {
        margin-top: 40px;
    }
}

@media only screen and (min-width: 798px) {
    p + .lyt-img-a {
        margin-top: 46px;
    }
}

.site-contents-a--type-a + .site-contents-b {
    margin-top: 18px;
}

@media only screen and (min-width: 798px) {
    .site-contents-a--type-a + .site-contents-b {
        margin-top: 44px;
    }
}

.cat-hdg-b + * {
    margin-top: 24px;
}

.cat-hdg-b--type-a + * {
    margin-top: 17px;
}

.lyt-panel-a + .cat-hdg-b {
    margin-top: 34px;
}

@media only screen and (min-width: 798px) {
    .cat-hdg-b + * {
        margin-top: 42px;
    }
    .lyt-panel-a + .cat-hdg-b {
        margin-top: 54px;
    }
    .cat-hdg-b + .lyt-panel-a {
        margin-top: 44px;
    }
}

.cat-hdg-c + * {
    margin-top: 22px;
}

@media only screen and (min-width: 798px) {
    .cat-hdg-c + * {
        margin-top: 28px;
    }
}

.text-block {
    display: inline-block;
}

@media only screen and (min-width: 798px) {
    .pc-hide {
        display: none;
    }
}

@media only screen and (max-width: 797px) {
    .sp-hide {
        display: none;
    }
}

.al-left {
    text-align: left;
}

.al-right {
    text-align: right;
}

.al-center {
    text-align: center;
}

.ver-middle {
    vertical-align: middle;
}

.ver-middle th, .ver-middle td {
    vertical-align: middle;
}

.txt-indent {
    text-indent: 1em;
}

.clr-red {
    color: #b60114;
}

.clr-blue {
    color: #00f;
}

.icon-hide {
    width: 40px;
}

@media only screen and (min-width: 798px) {
    .icon-hide {
        width: 80px;
    }
}

.feature-hide {
    display: inline;
    width: 80%;
    margin-top: 20px;
}

@media only screen and (min-width: 640px) {
    .feature-hide {
        display: none;
    }
}

@media only screen and (max-width: 450px) {
    .feature-hide {
        width: 100%;
    }
}

.pc-feature-hide {
    display: none;
}

@media only screen and (min-width: 798px) {
    .pc-feature-hide {
        display: inline;
    }
}

@media only screen and (min-width: 640px) {
    .pc-feature-hide {
        display: flex;
    }
}

/* ==================
 covid19measures
================== */
.info-btn {
    display: flex;
    margin: 40px 0;
}

.info-btn-a__link {
    display: block;
    width: 100%;
    font-weight: normal;
    text-decoration: none;
    background-color: #fff;
    border: 3px solid #ffc600;
    box-shadow: 0 0 4px rgba(0, 0, 0, .3);
}

.info-btn-a__link:hover {
    opacity: .7;
}

.info_title {
    position: relative;
    display: flex;
    justify-content: center;
    float: left;
    align-items: center;
    width: 17%;
    height: 100%;
    padding: 1em;
    padding-right: 2em;
    padding-left: 4em;
    font-weight: 500;
    font-size: 1.6rem;
    color: #b60114;
    line-height: 1.6em;
    background-color: #ffc600;
}

.info_title::before {
    position: absolute;
    left: 2em;
    display: inline-block;
    width: 1.6em;
    height: 1.6em;
    background: url(/sportsclub/assets/site/img/info.png) no-repeat;
    background-size: contain;
    content: "";
}

.info_text {
    position: relative;
    display: inline-block;
    width: 80%;
    padding: 20px;
    font-size: 1.6rem;
    color: #333;
    vertical-align: middle;
}

.info_text::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 11px;
    height: 11px;
    margin: auto 0;
    border-top: 2px solid #b60114;
    border-right: 2px solid #b60114;
    content: "";
    transition: right .2s;
    transform: rotate(45deg);
}

@media (max-width: 1280px) {
    .info-btn {
        display: block;
    }
    .info_title {
        display: block;
        width: 100%;
        padding: 10px 10px 10px 50px;
        font-size: 1.5rem;
    }
    .info_title::before {
        left: 1em;
    }
    .info_text {
        width: 96%;
        padding: 10px 20px 10px 10px;
        font-size: 1.4rem;
    }
}

.site-top-c__bg {
    padding: 50px 5%;
    text-align: center;
    background: #fff;
}

.sankeiliving_box {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.pb0 {
    padding-bottom: 0;
}

.sankeiliving_img {
    display: inline-block;
    width: 25%;
}

.sankeiliving_txt {
    display: inline-block;
    width: 60%;
    padding-left: 5%;
}

.sankeiliving_txt .sankeilivingTitle {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 3rem;
    color: #b60114;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 10px;
}

.sankeiliving_txt .sankeilivingCaption {
    margin-bottom: 10px;
    padding-bottom: 14px;
    font-size: .8em;
    text-align: center;
    line-height: 1.2;
    border-bottom: 1px solid #ddd;
}

@media (max-width: 1280px) {
    .sankeiliving_box {
        display: inline-block;
    }
    .sankeiliving_img {
        width: 30%;
    }
    .sankeiliving_txt {
        width: 90%;
        margin-top: 20px;
        padding-left: 0;
    }
}

@media only screen and (max-width: 798px) {
    .sankeiliving_img {
        width: 240px;
    }
    .sankeiliving_txt .sankeilivingTitle {
        font-size: 2.5rem;
        letter-spacing: 0;
    }
}
