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

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

Contents:
    layout
    component
    utility
========================================================== */
/* ==========================================================
*
*   layout
*
========================================================== */
/* ---------------------------------------------
*   contents
--------------------------------------------- */
.contents {
    width: 100%;
    height: 100%;
}

/* ---------------------------------------------
*   logo
--------------------------------------------- */
.logo {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    z-index: 1;
}

.logo__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    height: 100%;

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

.logo__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;

    -webkit-box-align: center;
    align-items: center;
    width: 438px;
}

.c-block--multi .logo__img {
    margin-right: 90px;
    margin-left: auto;
}

/* ---------------------------------------------
*   telop
--------------------------------------------- */
.telop {
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 150px;
    z-index: 1;
}

.telop__container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    width: 100%;
    height: 100%;

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

.telop__box {
    width: 100%;
    height: 100%;
}

.telop__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    width: 100%;
    height: 100%;

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

.telop__item {
    font-weight: bold;
    font-size: 2.5rem;
}

.telop__item:first-of-type {
    margin-left: 0;
}

/* ---------------------------------------------
*   wrapper
--------------------------------------------- */
/* ==========================================================
*
*   component
*
========================================================== */
/* ---------------------------------------------
*   c-block
--------------------------------------------- */
.c-block-multi {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.c-block-multi__inner {
    width: 1080px;
}

.c-block {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.c-block--single {
    width: 1080px;
    height: 1920px;
}

.c-block--multi {
    width: 2160px;
    height: 1920px;
}

.c-block--ultrastretch {
    width: 1080px;
    height: 3840px;
}

.c-block--ultra-all {
    width: 1080px;
    height: 3840px;
}

.c-block__movie {
    position: absolute;
    top: 0;
    left: 0;
}

.c-block__container {
    position: relative;
    height: 100%;
}

.c-block__container--pt105 {
    padding-top: 105px;
}

.c-block__container--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;

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

.c-block__container--ultrastretch,
.c-block__container--ultra-all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    align-items: center;
}

.c-block__container--ultra-all {
    height: 100%;
}

.c-block__slide {
    width: 100%;
    height: 3840px;
}

.c-block__media {
    width: 100%;
    height: 100%;
}

.c-block__media img,
.c-block__media video {
    width: 100%;
    height: 100%;

    -o-object-fit: cover;
    object-fit: cover;
}

/* ---------------------------------------------
*   c-box
--------------------------------------------- */
.c-box {
    position: relative;
    margin: 0 auto;
    width: 900px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}

.c-box__container {
    padding: 45px 45px 0;
    max-width: 100%;
}

.c-box__container--pb-only {
    padding: 0 0 170px;
}

.c-box__container--pd-none {
    padding: 0;
}

.c-box__media--h960 {
    height: 960px;
}

.c-box__media--h1440 {
    height: 1440px;
}

.c-box__media--h1600 {
    height: 1600px;
}

.c-box__media img,
.c-box__media video {
    width: 100%;
    height: 100%;

    -o-object-fit: cover;
    object-fit: cover;
}

/*  c-box-2
--------------------------------------------- */
.c-box-2 {
    position: relative;
    width: 100%;
    height: 100%;
}

.c-box-2__container {
    width: 100%;
    height: 100%;
}

.c-box-2__media--single {
    width: 1080px;
    height: 1920px;
}

.c-box-2__media--multi {
    width: 2160px;
    height: 1920px;
}

.c-box-2__media--ultra-all {
    width: 1080px;
    height: 3840px;
}

.c-box-2__media img,
.c-box-2__media video {
    width: 100%;
    height: 100%;

    -o-object-fit: cover;
    object-fit: cover;
}

.c-box-2__iframe--single {
    width: 1080px;
    height: 1920px;
}

.c-box-2__iframe--multi {
    width: 2160px;
    height: 1920px;
}

.c-box-2__iframe--ultra-all {
    width: 1080px;
    height: 3840px;
}

.c-box-2__iframe iframe {
    width: 100%;
    height: 100%;
}

/*  c-box-3
--------------------------------------------- */
.c-box-3 {
    position: relative;
    margin: 0 auto;
    width: 1950px;
    height: 1500px;
}

.c-box-3:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2024px;
    height: 1574px;
    background: url(/img/common/img_frame_wide.png) 0 0 no-repeat;
    background-size: 100% 100%;
    content: "";
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.c-box-3__container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    padding: 30px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);

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

.c-box-3__img {
    width: 900px;
    height: 1440px;
}

.c-box-3__img img,
.c-box-3__img video {
    width: 100%;
    height: 100%;

    -o-object-fit: cover;
    object-fit: cover;
}

.c-box-3__media, .c-box-3__iframe {
    width: 100%;
    height: 100%;
}

.c-box-3__media img,
.c-box-3__media video, .c-box-3__iframe img,
.c-box-3__iframe video {
    width: 100%;
    height: 100%;

    -o-object-fit: cover;
    object-fit: cover;
}

.c-box-3__media iframe, .c-box-3__iframe iframe {
    width: 100%;
    height: 100%;
}

/*  c-box-4
--------------------------------------------- */
.c-box-4 {
    position: relative;
    margin: 0 105px;
    width: 870px;
    height: 1500px;
}

.c-box-4:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 944px;
    height: 1574px;
    background: url(/img/common/img_frame_narrow.png) 0 0 no-repeat;
    background-size: 100% 100%;
    content: "";
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.c-box-4__container {
    position: relative;
    padding: 30px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
}

.c-box-4--iframe .c-box-4__container {
    padding: 0;
}

.c-box-4__media {
    width: 100%;
    height: 100%;
}

.c-box-4__media img,
.c-box-4__media video {
    width: 100%;
    height: 100%;

    -o-object-fit: cover;
    object-fit: cover;
}

.c-box-4__iframe {
    width: 100%;
    height: 100%;
}

.c-box-4__iframe iframe {
    width: 100%;
    height: 100%;
}

/*  c-box-5
--------------------------------------------- */
.c-box-5 {
    position: relative;
    margin: 1160px auto 0;
    width: 900px;
    height: 1500px;
}

.c-box-5__container {
    padding-bottom: 64px;
}

.c-box-5__media {
    width: 900px;
    height: 1274px;
}

.c-box-5__media img,
.c-box-5__media video {
    width: 100%;
    height: 100%;

    -o-object-fit: cover;
    object-fit: cover;
}

.c-box-5__media--frame {
    position: relative;
}

.c-box-5__media--frame:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 980px;
    height: 1351px;
    background: url(/img/common/img_frame_small.png) 0 0 no-repeat;
    background-size: 100% 100%;
    content: "";
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.c-box-5__iframe {
    width: 900px;
    height: 1274px;
}

.c-box-5__iframe iframe {
    width: 100%;
    height: 100%;
}

/*  c-box-6
--------------------------------------------- */
.c-box-6 {
    position: relative;
    width: 100%;
    height: 50%;
}

.c-box-6__container {
    width: 100%;
    height: 100%;
}

.c-box-6__media {
    width: 1080px;
    height: 1920px;
}

.c-box-6__media img,
.c-box-6__media video {
    width: 100%;
    height: 100%;

    -o-object-fit: cover;
    object-fit: cover;
}

.c-box-6__iframe {
    width: 1080px;
    height: 1920px;
}

.c-box-6__iframe iframe {
    width: 100%;
    height: 100%;
}

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

/* ---------------------------------------------
*   c-card
--------------------------------------------- */
.c-card {
    margin-bottom: 30px;
}

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

.c-card__head {
    margin-bottom: 15px;
}

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

.c-card__body {
    padding: 0 10px;
}

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

/* ---------------------------------------------
*   c-cassette
--------------------------------------------- */
.c-cassette {
    padding: 70px 0 30px;
    width: 100%;
}

.c-cassette--h765 {
    height: 765px;
}

.c-cassette--h285 {
    height: 285px;
}

.c-cassette__container {
    overflow: hidden;
    height: 100%;
}

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

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

.c-cassette__floor {
    font-weight: bold;
    font-size: 2.0625rem;
}

.c-cassette__cat {
    margin-left: 20px;
    font-weight: bold;
    font-size: 2.0625rem;
}

.c-cassette__name {
    text-align: center;
    letter-spacing: -0.03em;
    font-weight: bold;
    font-size: 2.8125rem;
}

.c-cassette__body {
    margin-top: 60px;
}

.c-cassette__lead {
    font-weight: bold;
    font-size: 1.875rem;
}

.c-cassette__txt {
    margin-top: 50px;
    font-weight: bold;
    font-size: 1.4375rem;
    line-height: 1.7;
}

/*  c-cassette-2
--------------------------------------------- */
.c-cassette-2 {
    width: 900px;
    height: 1440px;
}

.c-cassette-2__head {
    padding: 0 45px;
    text-align: center;
}

.c-cassette-2__ttl {
    font-weight: bold;
    font-size: 3.4375rem;
}

.c-cassette-2__sub-ttl {
    margin-top: 10px;
    font-weight: bold;
    font-size: 1.8125rem;
}

.c-cassette-2__body {
    margin-top: 50px;
}

.c-cassette-2__info {
    position: relative;
    padding: 0 45px;
    text-align: center;
}

.c-cassette-2__info:before, .c-cassette-2__info:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 14px;
    background: url(/img/common/img_line.png) 0 0 no-repeat;
    background-size: 100% 100%;
    content: "";
}

.c-cassette-2__info:before {
    top: 0;
}

.c-cassette-2__info:after {
    bottom: 0;
}

.c-cassette-2__date, .c-cassette-2__place {
    padding: 40px 0;
    color: #966E00;
    font-weight: bold;
    font-size: 2.5625rem;
}

.c-cassette-2__date {
    position: relative;
}

.c-cassette-2__date:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 802px;
    height: 2px;
    background: url(/img/common/img_line_dot.png) 0 0 no-repeat;
    background-size: 100% 100%;
    content: "";
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.c-cassette-2__desc {
    margin-top: 40px;
    padding: 0 45px;
}

.c-cassette-2__lead {
    font-weight: bold;
    font-size: 1.875rem;
    line-height: 1.75;
}

.c-cassette-2__txt {
    margin-top: 50px;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.75;
}

/*  c-cassette-3
--------------------------------------------- */
.c-cassette-3 {
    width: 100%;
    height: 765px;
}

.c-cassette-3__container {
    overflow: hidden;
    height: 100%;
}

.c-cassette-3__head {
    padding-top: 50px;
    padding-bottom: 9px;
    background-color: rgba(202, 179, 123, 0.8);
    text-align: center;
}

.c-cassette-3__ttl {
    color: #fff;
    font-weight: bold;
    font-size: 2.5625rem;
}

.c-cassette-3__sub-ttl {
    color: #fff;
    font-size: 1.6875rem;
}

.c-cassette-3__movie {
    width: 100%;
    height: 260px;
}

.c-cassette-3__movie video {
    width: 100%;
    height: 100%;
}

.c-cassette-3__contents {
    width: 100%;
    height: 1350px;
}

.c-cassette-3__contents iframe {
    width: 100%;
    height: 100%;
}

.c-cassette-3__detail {
    width: 100%;
    height: 1610px;
}

.c-cassette-3__detail iframe {
    width: 100%;
    height: 100%;
}

/*  c-cassette-4
--------------------------------------------- */
.c-cassette-4 {
    padding-bottom: 15px;
    width: 100%;
    height: 765px;
}

.c-cassette-4__container {
    overflow: hidden;
    height: 100%;
}

.c-cassette-4__head {
    padding-top: 65px;
    text-align: center;
}

.c-cassette-4__ttl {
    font-weight: bold;
    font-size: 2.8125rem;
}

.c-cassette-4__sub-ttl {
    font-weight: bold;
    font-size: 1.75rem;
}

.c-cassette-4__body {
    margin-top: 25px;
}

.c-cassette-4__info {
    border-top: 2px solid #B69542;
    border-bottom: 2px solid #B69542;
    text-align: center;
}

.c-cassette-4__date {
    padding: 12px 0;
    border-bottom: 2px solid #B69542;
    color: #B69542;
    font-weight: bold;
    font-size: 1.875rem;
}

.c-cassette-4__place {
    padding: 12px 0;
    color: #B69542;
    font-weight: bold;
    font-size: 1.875rem;
}

.c-cassette-4__desc {
    margin-top: 30px;
}

.c-cassette-4__lead {
    font-weight: bold;
    font-size: 1.75rem;
    line-height: 1.75;
}

.c-cassette-4__txt {
    font-size: 1.25rem;
    line-height: 1.75;
}

.c-cassette-4__post {
    margin-top: 70px;
    font-weight: bold;
    font-size: 1.75rem;
}

/* ---------------------------------------------
*   c-chapter
--------------------------------------------- */
.c-chapter {
    margin-bottom: 30px;
}

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

.c-chapter__container {
    margin: 0 auto;
    width: 1200px;
}

@media screen and (max-width: 750px) {
    .c-chapter__container {
        width: 80%;
    }
}

.c-chapter__head {
    margin-bottom: 15px;
}

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

.c-chapter__body {
    padding: 0 10px;
}

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

/* ---------------------------------------------
*   c-figure
--------------------------------------------- */
.c-figure {
    font-size: 0.875rem;
}

@media screen and (max-width: 750px) {
    .c-figure {
        font-size: 0.9375rem;
    }
}

.c-figure__strong {
    text-decoration: underline;
    font-weight: bold;
}

.c-figure__italic {
    font-style: italic;
}

/* ---------------------------------------------
*   c-from
--------------------------------------------- */
/* ---------------------------------------------
*   c-img
--------------------------------------------- */
/* ---------------------------------------------
*   c-link
--------------------------------------------- */
@media screen and (min-width: 751px) {
    .c-link {
        text-decoration: underline;
    }
    .c-link:hover {
        text-decoration: none;
    }
}

/* ---------------------------------------------
*   c-list
--------------------------------------------- */
/* ---------------------------------------------
*   c-section
--------------------------------------------- */
.c-section {
    margin-bottom: 30px;
}

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

.c-section__container {
    margin: 0 auto;
    width: 1200px;
}

@media screen and (max-width: 750px) {
    .c-section__container {
        width: 80%;
    }
}

.c-section__head {
    margin-bottom: 15px;
}

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

.c-section__body {
    padding: 0 10px;
}

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

/* ---------------------------------------------
*   c-table-1
--------------------------------------------- */
.c-table-1 {
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}

.c-table-1 th, .c-table-1 td {
    padding: 1em;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
}

.c-table-1 thead th {
    color: red;
}

.c-table-1 tbody th {
    font-weight: bold;
}

/* ---------------------------------------------
*   c-table-2
--------------------------------------------- */
.c-table-2 {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.c-table-2 th, .c-table-2 td {
    padding: 1em;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.c-table-2 thead th {
    color: red;
}

.c-table-2 tbody th {
    font-weight: bold;
}

/* ---------------------------------------------
*   c-ttl
--------------------------------------------- */
.c-ttl {
    font-weight: bold;
    font-size: 2rem;
}

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

/* ---------------------------------------------
*   c-txt
--------------------------------------------- */
.c-txt {
    font-size: 0.875rem;
}

@media screen and (max-width: 750px) {
    .c-txt {
        font-size: 0.9375rem;
    }
}

.c-txt__strong {
    text-decoration: underline;
    font-weight: bold;
}

.c-txt__italic {
    font-style: italic;
}

/* ==========================================================
*
*   javascript style hooks
*
========================================================== */
.swiper-container-fade .swiper-slide {
    opacity: 0 !important;
}

.swiper-container-fade .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
}

/* ==========================================================
*
*   utility
*
========================================================== */
/* ---------------------------------------------
*   font-size
--------------------------------------------- */
.fz--0 {
    font-size: 0 !important;
}

.fz--1 {
    font-size: 1px !important;
}

.fz--2 {
    font-size: 2px !important;
}

.fz--3 {
    font-size: 3px !important;
}

.fz--4 {
    font-size: 4px !important;
}

.fz--5 {
    font-size: 5px !important;
}

.fz--6 {
    font-size: 6px !important;
}

.fz--7 {
    font-size: 7px !important;
}

.fz--8 {
    font-size: 8px !important;
}

.fz--9 {
    font-size: 9px !important;
}

.fz--10 {
    font-size: 10px !important;
}

.fz--11 {
    font-size: 11px !important;
}

.fz--12 {
    font-size: 12px !important;
}

.fz--13 {
    font-size: 13px !important;
}

.fz--14 {
    font-size: 14px !important;
}

.fz--15 {
    font-size: 15px !important;
}

.fz--16 {
    font-size: 16px !important;
}

.fz--17 {
    font-size: 17px !important;
}

.fz--18 {
    font-size: 18px !important;
}

.fz--19 {
    font-size: 19px !important;
}

.fz--20 {
    font-size: 20px !important;
}

.fz--21 {
    font-size: 21px !important;
}

.fz--22 {
    font-size: 22px !important;
}

.fz--23 {
    font-size: 23px !important;
}

.fz--24 {
    font-size: 24px !important;
}

.fz--25 {
    font-size: 25px !important;
}

.fz--26 {
    font-size: 26px !important;
}

.fz--27 {
    font-size: 27px !important;
}

.fz--28 {
    font-size: 28px !important;
}

.fz--29 {
    font-size: 29px !important;
}

.fz--30 {
    font-size: 30px !important;
}

.fz--31 {
    font-size: 31px !important;
}

.fz--32 {
    font-size: 32px !important;
}

.fz--33 {
    font-size: 33px !important;
}

.fz--34 {
    font-size: 34px !important;
}

.fz--35 {
    font-size: 35px !important;
}

.fz--36 {
    font-size: 36px !important;
}

.fz--37 {
    font-size: 37px !important;
}

.fz--38 {
    font-size: 38px !important;
}

.fz--39 {
    font-size: 39px !important;
}

.fz--40 {
    font-size: 40px !important;
}

.fz--41 {
    font-size: 41px !important;
}

.fz--42 {
    font-size: 42px !important;
}

.fz--43 {
    font-size: 43px !important;
}

.fz--44 {
    font-size: 44px !important;
}

.fz--45 {
    font-size: 45px !important;
}

.fz--46 {
    font-size: 46px !important;
}

.fz--47 {
    font-size: 47px !important;
}

.fz--48 {
    font-size: 48px !important;
}

.fz--49 {
    font-size: 49px !important;
}

.fz--50 {
    font-size: 50px !important;
}

.fz--51 {
    font-size: 51px !important;
}

.fz--52 {
    font-size: 52px !important;
}

.fz--53 {
    font-size: 53px !important;
}

.fz--54 {
    font-size: 54px !important;
}

.fz--55 {
    font-size: 55px !important;
}

.fz--56 {
    font-size: 56px !important;
}

.fz--57 {
    font-size: 57px !important;
}

.fz--58 {
    font-size: 58px !important;
}

.fz--59 {
    font-size: 59px !important;
}

.fz--60 {
    font-size: 60px !important;
}

.fz--61 {
    font-size: 61px !important;
}

.fz--62 {
    font-size: 62px !important;
}

.fz--63 {
    font-size: 63px !important;
}

.fz--64 {
    font-size: 64px !important;
}

.fz--65 {
    font-size: 65px !important;
}

.fz--66 {
    font-size: 66px !important;
}

.fz--67 {
    font-size: 67px !important;
}

.fz--68 {
    font-size: 68px !important;
}

.fz--69 {
    font-size: 69px !important;
}

.fz--70 {
    font-size: 70px !important;
}

.fz--71 {
    font-size: 71px !important;
}

.fz--72 {
    font-size: 72px !important;
}

.fz--73 {
    font-size: 73px !important;
}

.fz--74 {
    font-size: 74px !important;
}

.fz--75 {
    font-size: 75px !important;
}

.fz--76 {
    font-size: 76px !important;
}

.fz--77 {
    font-size: 77px !important;
}

.fz--78 {
    font-size: 78px !important;
}

.fz--79 {
    font-size: 79px !important;
}

.fz--80 {
    font-size: 80px !important;
}

.fz--81 {
    font-size: 81px !important;
}

.fz--82 {
    font-size: 82px !important;
}

.fz--83 {
    font-size: 83px !important;
}

.fz--84 {
    font-size: 84px !important;
}

.fz--85 {
    font-size: 85px !important;
}

.fz--86 {
    font-size: 86px !important;
}

.fz--87 {
    font-size: 87px !important;
}

.fz--88 {
    font-size: 88px !important;
}

.fz--89 {
    font-size: 89px !important;
}

.fz--90 {
    font-size: 90px !important;
}

.fz--91 {
    font-size: 91px !important;
}

.fz--92 {
    font-size: 92px !important;
}

.fz--93 {
    font-size: 93px !important;
}

.fz--94 {
    font-size: 94px !important;
}

.fz--95 {
    font-size: 95px !important;
}

.fz--96 {
    font-size: 96px !important;
}

.fz--97 {
    font-size: 97px !important;
}

.fz--98 {
    font-size: 98px !important;
}

.fz--99 {
    font-size: 99px !important;
}

.fz--100 {
    font-size: 100px !important;
}

@media screen and (min-width: 751px) {
    .pc-hide {
        display: none !important;
    }
}

@media screen and (max-width: 750px) {
    .sp-hide {
        display: none !important;
    }
}

/* ---------------------------------------------
*   margin-top
--------------------------------------------- */
.mgt-pc--0 {
    margin-top: 0 !important;
}

.mgt-pc--5 {
    margin-top: 5px !important;
}

.mgt-pc--10 {
    margin-top: 10px !important;
}

.mgt-pc--15 {
    margin-top: 15px !important;
}

.mgt-pc--20 {
    margin-top: 20px !important;
}

.mgt-pc--25 {
    margin-top: 25px !important;
}

.mgt-pc--30 {
    margin-top: 30px !important;
}

.mgt-pc--35 {
    margin-top: 35px !important;
}

.mgt-pc--40 {
    margin-top: 40px !important;
}

.mgt-pc--45 {
    margin-top: 45px !important;
}

.mgt-pc--50 {
    margin-top: 50px !important;
}

.mgt-pc--55 {
    margin-top: 55px !important;
}

.mgt-pc--60 {
    margin-top: 60px !important;
}

.mgt-pc--65 {
    margin-top: 65px !important;
}

.mgt-pc--70 {
    margin-top: 70px !important;
}

.mgt-pc--75 {
    margin-top: 75px !important;
}

.mgt-pc--80 {
    margin-top: 80px !important;
}

.mgt-pc--85 {
    margin-top: 85px !important;
}

.mgt-pc--90 {
    margin-top: 90px !important;
}

.mgt-pc--95 {
    margin-top: 95px !important;
}

.mgt-pc--100 {
    margin-top: 100px !important;
}

.mgt-pc--105 {
    margin-top: 105px !important;
}

.mgt-pc--110 {
    margin-top: 110px !important;
}

.mgt-pc--115 {
    margin-top: 115px !important;
}

.mgt-pc--120 {
    margin-top: 120px !important;
}

.mgt-pc--125 {
    margin-top: 125px !important;
}

.mgt-pc--130 {
    margin-top: 130px !important;
}

.mgt-pc--135 {
    margin-top: 135px !important;
}

.mgt-pc--140 {
    margin-top: 140px !important;
}

.mgt-pc--145 {
    margin-top: 145px !important;
}

.mgt-pc--150 {
    margin-top: 150px !important;
}

.mgt-pc--155 {
    margin-top: 155px !important;
}

.mgt-pc--160 {
    margin-top: 160px !important;
}

.mgt-pc--165 {
    margin-top: 165px !important;
}

.mgt-pc--170 {
    margin-top: 170px !important;
}

.mgt-pc--175 {
    margin-top: 175px !important;
}

.mgt-pc--180 {
    margin-top: 180px !important;
}

.mgt-pc--185 {
    margin-top: 185px !important;
}

.mgt-pc--190 {
    margin-top: 190px !important;
}

.mgt-pc--195 {
    margin-top: 195px !important;
}

.mgt-pc--200 {
    margin-top: 200px !important;
}

.mgt-pc--205 {
    margin-top: 205px !important;
}

.mgt-pc--210 {
    margin-top: 210px !important;
}

.mgt-pc--215 {
    margin-top: 215px !important;
}

.mgt-pc--220 {
    margin-top: 220px !important;
}

.mgt-pc--225 {
    margin-top: 225px !important;
}

.mgt-pc--230 {
    margin-top: 230px !important;
}

.mgt-pc--235 {
    margin-top: 235px !important;
}

.mgt-pc--240 {
    margin-top: 240px !important;
}

.mgt-pc--245 {
    margin-top: 245px !important;
}

.mgt-pc--250 {
    margin-top: 250px !important;
}

@media screen and (max-width: 750px) {
    .mgt-sp--0 {
        margin-top: 0 !important;
    }
    .mgt-sp--5 {
        margin-top: 0.66667vw !important;
    }
    .mgt-sp--10 {
        margin-top: 1.33333vw !important;
    }
    .mgt-sp--15 {
        margin-top: 2vw !important;
    }
    .mgt-sp--20 {
        margin-top: 2.66667vw !important;
    }
    .mgt-sp--25 {
        margin-top: 3.33333vw !important;
    }
    .mgt-sp--30 {
        margin-top: 4vw !important;
    }
    .mgt-sp--35 {
        margin-top: 4.66667vw !important;
    }
    .mgt-sp--40 {
        margin-top: 5.33333vw !important;
    }
    .mgt-sp--45 {
        margin-top: 6vw !important;
    }
    .mgt-sp--50 {
        margin-top: 6.66667vw !important;
    }
    .mgt-sp--55 {
        margin-top: 7.33333vw !important;
    }
    .mgt-sp--60 {
        margin-top: 8vw !important;
    }
    .mgt-sp--65 {
        margin-top: 8.66667vw !important;
    }
    .mgt-sp--70 {
        margin-top: 9.33333vw !important;
    }
    .mgt-sp--75 {
        margin-top: 10vw !important;
    }
    .mgt-sp--80 {
        margin-top: 10.66667vw !important;
    }
    .mgt-sp--85 {
        margin-top: 11.33333vw !important;
    }
    .mgt-sp--90 {
        margin-top: 12vw !important;
    }
    .mgt-sp--95 {
        margin-top: 12.66667vw !important;
    }
    .mgt-sp--100 {
        margin-top: 13.33333vw !important;
    }
    .mgt-sp--105 {
        margin-top: 14vw !important;
    }
    .mgt-sp--110 {
        margin-top: 14.66667vw !important;
    }
    .mgt-sp--115 {
        margin-top: 15.33333vw !important;
    }
    .mgt-sp--120 {
        margin-top: 16vw !important;
    }
    .mgt-sp--125 {
        margin-top: 16.66667vw !important;
    }
    .mgt-sp--130 {
        margin-top: 17.33333vw !important;
    }
    .mgt-sp--135 {
        margin-top: 18vw !important;
    }
    .mgt-sp--140 {
        margin-top: 18.66667vw !important;
    }
    .mgt-sp--145 {
        margin-top: 19.33333vw !important;
    }
    .mgt-sp--150 {
        margin-top: 20vw !important;
    }
    .mgt-sp--155 {
        margin-top: 20.66667vw !important;
    }
    .mgt-sp--160 {
        margin-top: 21.33333vw !important;
    }
    .mgt-sp--165 {
        margin-top: 22vw !important;
    }
    .mgt-sp--170 {
        margin-top: 22.66667vw !important;
    }
    .mgt-sp--175 {
        margin-top: 23.33333vw !important;
    }
    .mgt-sp--180 {
        margin-top: 24vw !important;
    }
    .mgt-sp--185 {
        margin-top: 24.66667vw !important;
    }
    .mgt-sp--190 {
        margin-top: 25.33333vw !important;
    }
    .mgt-sp--195 {
        margin-top: 26vw !important;
    }
    .mgt-sp--200 {
        margin-top: 26.66667vw !important;
    }
    .mgt-sp--205 {
        margin-top: 27.33333vw !important;
    }
    .mgt-sp--210 {
        margin-top: 28vw !important;
    }
    .mgt-sp--215 {
        margin-top: 28.66667vw !important;
    }
    .mgt-sp--220 {
        margin-top: 29.33333vw !important;
    }
    .mgt-sp--225 {
        margin-top: 30vw !important;
    }
    .mgt-sp--230 {
        margin-top: 30.66667vw !important;
    }
    .mgt-sp--235 {
        margin-top: 31.33333vw !important;
    }
    .mgt-sp--240 {
        margin-top: 32vw !important;
    }
    .mgt-sp--245 {
        margin-top: 32.66667vw !important;
    }
    .mgt-sp--250 {
        margin-top: 33.33333vw !important;
    }
}

/* ---------------------------------------------
*   margin-bottom
--------------------------------------------- */
.mgb-pc--0 {
    margin-bottom: 0 !important;
}

.mgb-pc--5 {
    margin-bottom: 5px !important;
}

.mgb-pc--10 {
    margin-bottom: 10px !important;
}

.mgb-pc--15 {
    margin-bottom: 15px !important;
}

.mgb-pc--20 {
    margin-bottom: 20px !important;
}

.mgb-pc--25 {
    margin-bottom: 25px !important;
}

.mgb-pc--30 {
    margin-bottom: 30px !important;
}

.mgb-pc--35 {
    margin-bottom: 35px !important;
}

.mgb-pc--40 {
    margin-bottom: 40px !important;
}

.mgb-pc--45 {
    margin-bottom: 45px !important;
}

.mgb-pc--50 {
    margin-bottom: 50px !important;
}

.mgb-pc--55 {
    margin-bottom: 55px !important;
}

.mgb-pc--60 {
    margin-bottom: 60px !important;
}

.mgb-pc--65 {
    margin-bottom: 65px !important;
}

.mgb-pc--70 {
    margin-bottom: 70px !important;
}

.mgb-pc--75 {
    margin-bottom: 75px !important;
}

.mgb-pc--80 {
    margin-bottom: 80px !important;
}

.mgb-pc--85 {
    margin-bottom: 85px !important;
}

.mgb-pc--90 {
    margin-bottom: 90px !important;
}

.mgb-pc--95 {
    margin-bottom: 95px !important;
}

.mgb-pc--100 {
    margin-bottom: 100px !important;
}

.mgb-pc--105 {
    margin-bottom: 105px !important;
}

.mgb-pc--110 {
    margin-bottom: 110px !important;
}

.mgb-pc--115 {
    margin-bottom: 115px !important;
}

.mgb-pc--120 {
    margin-bottom: 120px !important;
}

.mgb-pc--125 {
    margin-bottom: 125px !important;
}

.mgb-pc--130 {
    margin-bottom: 130px !important;
}

.mgb-pc--135 {
    margin-bottom: 135px !important;
}

.mgb-pc--140 {
    margin-bottom: 140px !important;
}

.mgb-pc--145 {
    margin-bottom: 145px !important;
}

.mgb-pc--150 {
    margin-bottom: 150px !important;
}

.mgb-pc--155 {
    margin-bottom: 155px !important;
}

.mgb-pc--160 {
    margin-bottom: 160px !important;
}

.mgb-pc--165 {
    margin-bottom: 165px !important;
}

.mgb-pc--170 {
    margin-bottom: 170px !important;
}

.mgb-pc--175 {
    margin-bottom: 175px !important;
}

.mgb-pc--180 {
    margin-bottom: 180px !important;
}

.mgb-pc--185 {
    margin-bottom: 185px !important;
}

.mgb-pc--190 {
    margin-bottom: 190px !important;
}

.mgb-pc--195 {
    margin-bottom: 195px !important;
}

.mgb-pc--200 {
    margin-bottom: 200px !important;
}

.mgb-pc--205 {
    margin-bottom: 205px !important;
}

.mgb-pc--210 {
    margin-bottom: 210px !important;
}

.mgb-pc--215 {
    margin-bottom: 215px !important;
}

.mgb-pc--220 {
    margin-bottom: 220px !important;
}

.mgb-pc--225 {
    margin-bottom: 225px !important;
}

.mgb-pc--230 {
    margin-bottom: 230px !important;
}

.mgb-pc--235 {
    margin-bottom: 235px !important;
}

.mgb-pc--240 {
    margin-bottom: 240px !important;
}

.mgb-pc--245 {
    margin-bottom: 245px !important;
}

.mgb-pc--250 {
    margin-bottom: 250px !important;
}

@media screen and (max-width: 750px) {
    .mgb-sp--0 {
        margin-bottom: 0 !important;
    }
    .mgb-sp--5 {
        margin-bottom: 0.66667vw !important;
    }
    .mgb-sp--10 {
        margin-bottom: 1.33333vw !important;
    }
    .mgb-sp--15 {
        margin-bottom: 2vw !important;
    }
    .mgb-sp--20 {
        margin-bottom: 2.66667vw !important;
    }
    .mgb-sp--25 {
        margin-bottom: 3.33333vw !important;
    }
    .mgb-sp--30 {
        margin-bottom: 4vw !important;
    }
    .mgb-sp--35 {
        margin-bottom: 4.66667vw !important;
    }
    .mgb-sp--40 {
        margin-bottom: 5.33333vw !important;
    }
    .mgb-sp--45 {
        margin-bottom: 6vw !important;
    }
    .mgb-sp--50 {
        margin-bottom: 6.66667vw !important;
    }
    .mgb-sp--55 {
        margin-bottom: 7.33333vw !important;
    }
    .mgb-sp--60 {
        margin-bottom: 8vw !important;
    }
    .mgb-sp--65 {
        margin-bottom: 8.66667vw !important;
    }
    .mgb-sp--70 {
        margin-bottom: 9.33333vw !important;
    }
    .mgb-sp--75 {
        margin-bottom: 10vw !important;
    }
    .mgb-sp--80 {
        margin-bottom: 10.66667vw !important;
    }
    .mgb-sp--85 {
        margin-bottom: 11.33333vw !important;
    }
    .mgb-sp--90 {
        margin-bottom: 12vw !important;
    }
    .mgb-sp--95 {
        margin-bottom: 12.66667vw !important;
    }
    .mgb-sp--100 {
        margin-bottom: 13.33333vw !important;
    }
    .mgb-sp--105 {
        margin-bottom: 14vw !important;
    }
    .mgb-sp--110 {
        margin-bottom: 14.66667vw !important;
    }
    .mgb-sp--115 {
        margin-bottom: 15.33333vw !important;
    }
    .mgb-sp--120 {
        margin-bottom: 16vw !important;
    }
    .mgb-sp--125 {
        margin-bottom: 16.66667vw !important;
    }
    .mgb-sp--130 {
        margin-bottom: 17.33333vw !important;
    }
    .mgb-sp--135 {
        margin-bottom: 18vw !important;
    }
    .mgb-sp--140 {
        margin-bottom: 18.66667vw !important;
    }
    .mgb-sp--145 {
        margin-bottom: 19.33333vw !important;
    }
    .mgb-sp--150 {
        margin-bottom: 20vw !important;
    }
    .mgb-sp--155 {
        margin-bottom: 20.66667vw !important;
    }
    .mgb-sp--160 {
        margin-bottom: 21.33333vw !important;
    }
    .mgb-sp--165 {
        margin-bottom: 22vw !important;
    }
    .mgb-sp--170 {
        margin-bottom: 22.66667vw !important;
    }
    .mgb-sp--175 {
        margin-bottom: 23.33333vw !important;
    }
    .mgb-sp--180 {
        margin-bottom: 24vw !important;
    }
    .mgb-sp--185 {
        margin-bottom: 24.66667vw !important;
    }
    .mgb-sp--190 {
        margin-bottom: 25.33333vw !important;
    }
    .mgb-sp--195 {
        margin-bottom: 26vw !important;
    }
    .mgb-sp--200 {
        margin-bottom: 26.66667vw !important;
    }
    .mgb-sp--205 {
        margin-bottom: 27.33333vw !important;
    }
    .mgb-sp--210 {
        margin-bottom: 28vw !important;
    }
    .mgb-sp--215 {
        margin-bottom: 28.66667vw !important;
    }
    .mgb-sp--220 {
        margin-bottom: 29.33333vw !important;
    }
    .mgb-sp--225 {
        margin-bottom: 30vw !important;
    }
    .mgb-sp--230 {
        margin-bottom: 30.66667vw !important;
    }
    .mgb-sp--235 {
        margin-bottom: 31.33333vw !important;
    }
    .mgb-sp--240 {
        margin-bottom: 32vw !important;
    }
    .mgb-sp--245 {
        margin-bottom: 32.66667vw !important;
    }
    .mgb-sp--250 {
        margin-bottom: 33.33333vw !important;
    }
}
