@keyframes progress {
    0% {
        width: 0
    }

    to {
        width: 100%
    }
}

.main-visual .item {
    position: relative;
}

.main-visual .img-bx {
    display: block;
    position: relative;
    overflow: hidden
}

.main-visual .img-bx:after {
    content: "";
    display: block;
    padding-bottom: 44.6875%
}

.main-visual .img-bx>img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 1000%;
    min-height: 1000%;
    max-width: none;
    max-height: none;
    transform: translate(-50%, -50%) scale(0.1)
}

.main-visual .txt-bx {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
    letter-spacing: -0.05em;
    line-height: 1.3
}

.main-visual .txt-bx .title {
    font-size: 5em
}

.main-visual .txt-bx .text {
    margin-top: 1em;
    font-size: 1.875em;
    font-weight: 300;
    transition-delay: 300ms !important
}

.main-visual .swiper-slide .txt-bx .text,
.main-visual .swiper-slide .txt-bx .title {
    transform: translateY(50px);
    opacity: 0;
    transition: 1000ms opacity, 1000ms transform
}

.main-visual .swiper-slide-active .txt-bx .text,
.main-visual .swiper-slide-active .txt-bx .title {
    transform: translateY(0);
    opacity: 1
}

@media (max-width:1200px) {
    .main-visual .img-bx:after {
        padding-bottom: 71.5%
    }
}

@media (max-width:768px) {
    .main-visual .img-bx:after {
        padding-bottom: 149.7222222222%
    }

    .main-visual .txt-bx {
        font-size: 2.3vw
    }
}

.main-visual .swiper-control {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 3.125rem;
    width: 100%;
    z-index: 100
}

@media (max-width:1024px) {
    .main-visual .swiper-control {
        bottom: 0
    }
}

.main-visual .swiper-control .container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%
}

.main-visual .swiper-control .swiper-pagination {
    position: relative
}

.main-visual .swiper-control .swiper-pagination-bullet {
    width: 0.5rem;
    height: 0.5rem;
    margin: 0 4px;
    background: #fff;
    opacity: 1
}

.main-visual .swiper-control .swiper-pagination .swiper-pagination-bullet-active {
    width: 1.5625rem;
    height: 0.5625rem;
    border-radius: 20px;
    background-color: #ffdd76
}

@media (max-width:1024px) {
    .main-visual .swiper-control .swiper-pagination {
        bottom: 1.25rem
    }
}

.main-visual .swiper-control .swiper-button {
    z-index: 10;
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.25rem;
    transition: 300ms color;
    margin: 0.3125rem 0.9375rem 0 0.9375rem
}

.main-visual .swiper-control .swiper-button:hover {
    color: #ffdd76
}

@media (max-width:1400px) {
    .main-visual .swiper-control .swiper-button {
        display: none
    }
}

.main section {
    overflow-x: hidden;
    overflow-y: hidden;
}

.section-01 .m-quick-wrap {
    padding: 0 1.25rem
}

@media (max-width:1600px) {
    .section-01 .m-quick-wrap {
        padding: 0 3.75rem
    }
}

@media (min-width:1200.02px) {
    .section-01 .m-quick-wrap {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 -0.625rem
    }
}

@media (max-width:768px) {
    .section-01 .m-quick-wrap {
        padding: 0
    }
}

.section-01 .m-quick-wrap .m-quick-bx {
    position: relative
}

@media (min-width:1200.02px) {
    .section-01 .m-quick-wrap .m-quick-bx {
        flex: 1 0 50%;
        max-width: 50%;
        padding: 0 0.625rem
    }
}

.section-01 .m-quick-wrap .m-quick-bx .bg {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0px 0px 20px 20px;
    padding: 0 4.375rem;
    min-height: 14.5rem
}

@media (max-width:1400px) {
    .section-01 .m-quick-wrap .m-quick-bx .bg {
        padding: 0 2.5rem
    }
}

@media (max-width:1200px) {
    .section-01 .m-quick-wrap .m-quick-bx .bg {
        border-radius: 0px 0px 32px 32px;
        padding: 0 3.75rem
    }
}

@media (max-width:768px) {
    .section-01 .m-quick-wrap .m-quick-bx .bg {
        padding: 0 1.5625rem
    }
}

.section-01 .m-quick-wrap .m-quick-bx .txt-bx {
    flex: 1 1 auto;
    width: 1%
}

.section-01 .m-quick-wrap .m-quick-bx .txt-bx .tit {
    font-size: 1.875rem;
    margin-bottom: 0.625rem
}

@media (max-width:1400px) {
    .section-01 .m-quick-wrap .m-quick-bx .txt-bx .tit {
        font-size: 1.6875rem
    }
}

@media (max-width:1300px) {
    .section-01 .m-quick-wrap .m-quick-bx .txt-bx .tit {
        font-size: 1.5625rem
    }
}

.section-01 .m-quick-wrap .m-quick-bx .txt-bx a {
    border-color: transparent;
    padding: 0.625rem 0;
    font-weight: 600;
    min-width: 10rem
}

.section-01 .m-quick-wrap .m-quick-bx .txt-bx a:after {
    font-family: xeicon !important;
    display: inline-block;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e93e"
}

.section-01 .m-quick-wrap .m-quick-bx .txt-bx a:after {
    margin-bottom: 1px;
    margin-left: 0.3125rem;
    transition: 0.3s
}

.section-01 .m-quick-wrap .m-quick-bx .txt-bx a:hover {
    background-color: #ad172b;
    color: #fff;
    border-color: #fff !important
}

.section-01 .m-quick-wrap .m-quick-bx .txt-bx a:hover:after {
    color: #fff
}

.section-01 .m-quick-wrap .m-quick-bx .txt-bx .tag {
    display: block;
    font-size: 1.125em;
    margin-top: 0.625rem
}

.section-01 .m-quick-wrap .m-quick-bx .txt-bx .tag em {
    font-style: normal;
    display: inline-block;
    padding: 0 0.3125rem
}

@media (max-width:1400px) {
    .section-01 .m-quick-wrap .m-quick-bx .txt-bx .tag {
        font-size: 1em
    }
}

@media (max-width:576px) {
    .section-01 .m-quick-wrap .m-quick-bx .txt-bx .tag {
        font-size: 0.9375em
    }
}

.section-01 .m-quick-wrap .m-quick-bx .img-bx {
    flex: 1 0 50%;
    max-width: 50%;
    text-align: right
}

@media (max-width:1400px) {
    .section-01 .m-quick-wrap .m-quick-bx .img-bx {
        flex: 1 0 40%;
        max-width: 40%
    }
}

@media (max-width:1200px) {
    .section-01 .m-quick-wrap .m-quick-bx-1 {
        margin-bottom: 2.5rem
    }
}

.section-01 .m-quick-wrap .m-quick-bx-1 .bg {
    background-color: #ad172b;
    color: #fff
}

.section-01 .m-quick-wrap .m-quick-bx-1 .bg .tag {
    color: #f7acb7
}

.section-01 .m-quick-wrap .m-quick-bx-2 .bg {
    background-color: #e7e4e4
}

.section-01 .m-quick-wrap .m-quick-bx-2 .bg .quick-form-bx {
    position: relative;
    max-width: 15.625rem
}

.section-01 .m-quick-wrap .m-quick-bx-2 .bg .quick-form-bx input {
    color: #333;
    font-weight: 600;
    padding-left: 1.25rem;
    padding-right: 3.125rem;
    min-width: auto;
    max-width: 100%
}

.section-01 .m-quick-wrap .m-quick-bx-2 .bg .quick-form-bx .search-btn {
    display: block;
    background: url(../images/icon/btn_i.png) no-repeat;
    background-size: 100%;
    width: 1.125rem;
    height: 1.125rem;
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%)
}

.section-01 .m-quick-wrap .m-quick-bx-2 .bg .tag {
    color: #ad172b
}

/* @media (min-width:1200.02px) {
    .section-01 .m-quick-wrap .m-quick-bx-2:after {
        content: "";
        display: block;
        width: 3.125rem;
        height: 3.125rem;
        background-color: #e7e4e4;
        position: absolute;
        right: -60px;
        top: 0
    }
} */

.section-02 .menu-slider {
    position: relative;
    overflow-y: hidden
}

.section-02 .menu-slider:before {
    content: "";
    display: block;
    background: url(../images/main/txt-bg.png) no-repeat;
    background-size: 100%;
    background-position: top center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    opacity: 0
}

.section-02 .menu-slider.active:before {
    animation-name: zoomIn;
    animation-duration: 1.1s;
    animation-delay: 800ms;
    animation-iteration-count: 1;
    animation-fill-mode: both
}

.section-02 .menu-slider .swiper-container {
    position: relative
}

@media (max-width:768px) {
    .section-02 .menu-slider .swiper-container {
        min-height: 25rem
    }
}

.section-02 .menu-slider .swiper-container .swiper-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 3.75em;
    color: #999;
    z-index: 100
}

@media (max-width:1200px) {
    .section-02 .menu-slider .swiper-container .swiper-button {
        display: none
    }
    .main-visual .img-bx>img {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: auto;
        height: auto;
        min-width: 1000%;
        min-height: 1000%;
        max-width: none;
        max-height: none;
        transform: translate(-50%, -50%) scale(0.1)
    }
}

.section-02 .menu-slider .swiper-container .swiper-button--prev {
    left: 0;
    margin-left: 18.75rem
}

.section-02 .menu-slider .swiper-container .swiper-button--next {
    right: 0;
    margin-right: 18.75rem
}

.section-02 .container {
    max-width: 1725px
}

.section-02 .swiper-wrapper {
    height: auto
}

.section-02 .swiper-slide {
    transform: scale(0.6);
    transition: 0.2s;
    text-align: center
}

@media (max-width:768px) {
    .section-02 .swiper-slide {
        transform: scale(0.8)
    }

    .main-visual .img-bx>img {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: auto;
        height: auto;
        min-width: 1000%;
        min-height: 1000%;
        max-width: none;
        max-height: none;
        transform: translate(-50%, -50%) scale(0.1)
    }
}

.section-02 .swiper-slide .link {
    display: block
}

.section-02 .swiper-slide .link .img-bx {
    display: block;
    position: relative;
    overflow: hidden
}

.section-02 .swiper-slide .link .img-bx:after {
    content: "";
    display: block;
    padding-bottom: 148.6590038314%
}

.section-02 .swiper-slide .link .img-bx>img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 1000%;
    min-height: 1000%;
    max-width: none;
    max-height: none;
    transform: translate(-50%, -50%) scale(0.1)
}

.section-02 .swiper-slide .link .title {
    display: inline-block;
    font-size: 1.875rem;
    color: #666;
    font-weight: 600;
    margin-top: 60px;
    transition: 0.2s
}

@media (max-width:768px) {
    .section-02 .swiper-slide .link .title {
        font-size: 1.125rem;
        margin-top: 30px
    }
}

.section-02 .swiper-slide-active {
    transform: scale(1)
}

@media (max-width:768px) {
    .section-02 .swiper-slide-active {
        transform: scale(1.2);
        padding: 20px 0
    }
}

.section-02 .swiper-slide-active .title {
    color: #ad172b !important;
    position: relative;
    font-size: 1.5625rem !important
}

.section-02 .swiper-slide-active .title:after {
    content: "";
    display: block;
    width: 0.4375rem;
    height: 0.4375rem;
    background-color: #ffdd76;
    position: absolute;
    top: 5%;
    right: -12%
}

@media (max-width:768px) {
    .section-02 .swiper-slide-active .title {
        font-size: 1.25rem !important
    }

    .section-02 .swiper-slide-active .title:after {
        right: -15%
    }
}

.section-03 .banner-bx .banner-txt .txt-eng {
    font-size: 2.75em;
    font-weight: 300;
    letter-spacing: -0.025em
}

@media (max-width:1600px) {
    .section-03 .banner-bx .banner-txt .txt-eng {
        font-size: 2.25em
    }
}

@media (max-width:768px) {
    .section-03 .banner-bx .banner-txt .txt-eng {
        font-size: 1.875rem
    }
}

.section-03 .banner-bx .banner-txt .txt-eng strong {
    font-weight: 700
}

.section-03 .banner-bx .banner-txt .txt {
    font-size: 3.375rem;
    font-weight: 600
}

@media (max-width:1600px) {
    .section-03 .banner-bx .banner-txt .txt {
        font-size: 2.875em
    }
}

@media (max-width:1400px) {
    .section-03 .banner-bx .banner-txt .txt {
        font-size: 2.6875em
    }
}

@media (max-width:768px) {
    .section-03 .banner-bx .banner-txt .txt {
        font-size: 2.375rem
    }
}

.section-03 .banner-bx .banner-txt .text {
    font-size: 2.25rem
}

@media (max-width:1600px) {
    .section-03 .banner-bx .banner-txt .text {
        font-size: 2rem
    }
}

@media (max-width:768px) {
    .section-03 .banner-bx .banner-txt .text {
        font-size: 1.75rem;
        padding-bottom: 0.3125rem
    }
}

.section-03 .banner-bx .banner-txt .text-t {
    margin-top: 0.625rem;
    margin-bottom: -25px
}

.section-03 .banner-bx .banner-txt .number {
    font-size: 9.6875rem;
    letter-spacing: -0.06em;
    display: inline-block;
    width: 22.5rem
}

@media (max-width:1600px) {
    .section-03 .banner-bx .banner-txt .number {
        font-size: 7.5rem
    }
}

@media (max-width:1400px) {
    .section-03 .banner-bx .banner-txt .number {
        width: 13.125rem;
        font-size: 6.25rem
    }
}

@media (max-width:768px) {
    .section-03 .banner-bx .banner-txt .number {
        width: 12.5rem;
        font-size: 5rem
    }
}

.section-03 .banner-bx .banner-img {
    margin-bottom: -8%
}

.section-03 .banner-bx .banner-img img {
    width: 31.25rem
}

@media (max-width:1200px) {
    .section-03 .banner-bx .banner-img {
        margin-bottom: -10%
    }
}

@media (max-width:1024px) {
    .section-03 .banner-bx .banner-img {
        padding: 3.125rem 0;
        margin-bottom: 0
    }
}

@media (max-width:768px) {
    .section-03 .banner-bx .banner-img {
        padding: 3.125rem 0
    }

    .section-03 .banner-bx .banner-img img {
        width: 60%
    }
}

@media (max-width:576px) {
    .section-03 .banner-bx .banner-img img {
        width: 70%
    }
}

.section-04 .container {
    max-width: 1870px;
    overflow-y: hidden
}

.section-05 {
    position: relative
}

@media (min-width:1024.02px) {
    .section-05.active:before {
        content: "";
        display: block;
        background: url(../images/main/txt-bg.png) no-repeat;
        background-size: 100%;
        background-position: bottom right;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: -1;
        animation-name: slideInLeft;
        animation-duration: 1.4s;
        animation-delay: 700ms;
        transition-timing-function: cubic-bezier(0.12, 0.9, 0.95, 0.3);
        animation-iteration-count: 1;
        animation-fill-mode: both
    }
}

.section-05 .tab-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.25rem;
    margin-bottom: 5rem
}

@media (max-width:1024px) {
    .section-05 .tab-menu {
        margin-bottom: 3.125rem
    }
}

.section-05 .tab-menu a {
    display: block;
    font-size: 1.5em;
    color: #666;
    padding: 0 1.25rem;
    font-weight: 700
}

.section-05 .tab-menu a:first-of-type {
    position: relative
}

.section-05 .tab-menu a:first-of-type:after {
    content: "";
    height: 1rem;
    width: 2px;
    background-color: #ddd;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0
}

.section-05 .tab-menu a.on {
    color: #ad172b
}

@media (max-width:1024px) {
    .section-05 .tab-menu a {
        font-size: 1.25em
    }
}

.section-05 .video-bx {
    position: relative;
    max-width: 75rem;
    margin: 0 auto;
    z-index: 2
}

@media (max-width:1600px) {
    .section-05 .video-bx {
        max-width: 62.5rem
    }
}

.section-05 .video-bx:before {
    content: "";
    display: block;
    background: url(../images/main/tit_deco_big.png) no-repeat;
    width: 24.75rem;
    height: 16.5rem;
    position: absolute;
    top: -4%;
    right: -13%;
    opacity: 0
}

@media (max-width:1400px) {
    .section-05 .video-bx:before {
        display: none
    }
}

.section-05.active .video-bx:before {
    animation-name: fadeInRight;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: both
}