section.banner {
    height: calc(100vh - 80rem / 16);
    min-height: 720px;
    background-color: #fff;
    position: relative;
    cursor: none;
}

.banner *{
    cursor: none !important;
}

body>section{
    overflow: hidden;
}

.banner .cursor{
    position: absolute;
    pointer-events: none;
    width: 0;
    height: 0;
    z-index: 400;
    will-change: transform;
    display: none;
}

.banner .cursor i:nth-of-type(1){
    z-index: 401;
    position: absolute;

    left: -12px;
    top: -12px;
    width: 24px;
    height: 24px;

    background-color: #96724e;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(255, 255, 255, .8);
}

.banner .cursor i:nth-of-type(2){
    z-index: 402;
    position: absolute;

    left: -10px;
    top: -10px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
}

.banner .cursor i:nth-of-type(3){
    z-index: 403;
    position: absolute;

    left: -7px;
    top: -7px;
    width: 14px;
    height: 14px;
    background-color: #96724e;
    border-radius: 50%;
}

/*.banner .cursor::before{
    content: "";
    position: absolute;
    left: -12px;
    top: -12px;
    width: 24px;
    height: 24px;
    background: radial-gradient(circle, #96724e 0, #96724e 7px, #fff 7px, #fff 10px, #96724e 10px, #96724e 12px);
    box-shadow: 0 0 10px rgba(255, 255, 255, .8);
    border-radius: 50%;
}*/

.banner-back {
    z-index: 210;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: linear-gradient(to bottom, #ffffff, #f5f1ef);
}

.banner-back img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#banner-canvas {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-front {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 210;
}

.banner-back{
    opacity: 0;
    visibility: hidden;
    transition: .8s 1s;
}

.banner-front{
    opacity: 0;
    visibility: hidden;
    transition: .8s 1.3s;
}

.banner-pagination{
    opacity: 0;
    visibility: hidden;
    transition: .8s 2s;
}

.scroll-hint{
    opacity: 0;
    visibility: hidden;
}

.animated .banner-front,
.animated .banner-back,
.animated .banner-pagination{
    opacity: 1;
    visibility: visible;
}

@keyframes fadeIn {
    0%{
        opacity: 0;
        visibility: hidden;
    }
    100%{
        opacity: 1;
        visibility: visible;
    }
}

.animated .scroll-hint{
    animation: fadeIn .8s 2.5s forwards;
}

.front-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;

    display: flex;
    flex-direction: column;
    align-items: stretch;
    transition: .8s;
    visibility: hidden;
}

.banner-front .btn-next{
    position: absolute;
    top: 52%;
    left: 40%;

    transform: translate(-50%, -50%);
    width: calc(40rem / 16);
    height: calc(40rem / 16);
    opacity: 0;

    z-index: 220;
    animation: fadeInLeft .6s 1.2s forwards;
}

@keyframes fadeInLeft {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

.banner-front .btn-next::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ae2043;
    transition: .3s;
    z-index: 221;
    border-radius: 50%;
}

.banner-front .btn-next::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: calc(9rem / 16);
    height: calc(14rem / 16);
    background: url("../images/icon_angle_right_white_new.svg") center/contain no-repeat;
    z-index: 222;
    border-radius: 50%;
}

.banner-front .btn-next:hover::before{
    transform: scale(1.33);
}

.front-slide.active{
    visibility: visible;
}

.front-slide .top{
    height: 52%;
    flex: 0 0 auto;

    display: flex;
    padding-left: calc(4.688vw - 15px);
    align-items: flex-end;
    line-height: calc(110vw / 19.2);
}

.front-slide .title{
    font-size: calc(42rem / 16);
    font-weight: bold;
    transform: translateX(7vw);
    transition-delay: 0s;
}

.front-slide.active .title{
    transition-delay: .6s;
}

.front-slide .cur-index{
    font-size: calc(160vw / 19.2);
    color: #96724e;
    margin-left: calc(12rem / 16);
    transform: translateX(3vw);
    transition-delay: .1s;
}

.front-slide.active .cur-index{
    transition-delay: .5s;
}

.front-slide .bottom{
    height: 48%;
    flex: 0 0 auto;
    background: url("../images/banner_line.svg") 0 0/100% auto no-repeat;
    padding-left: calc(12.500vw - 90px);
    padding-top: calc(36rem / 16);
    position: relative;
}

.front-slide .desc{
    font-size: calc(20rem / 16);
    line-height: calc(34rem / 16);
    width: calc(540rem / 16);
    margin-bottom: calc(20rem / 16);
    transform: translateX(20%);
    transition-delay: .2s;
}

.front-slide.active .desc{
    transition-delay: .7s;
}

.front-slide .btn-more{
    transition-delay: .3s;
    transform: translateX(50%);
}

.front-slide.active .btn-more{
    transition-delay: .8s;
}

.front-slide .next-index{
    font-size: calc(160vw / 19.2);
    color: #96724e;
    opacity: .4;
    line-height: calc(110vw / 19.2);
    position: absolute;
    top: calc(100vw / 19.2);
    right: calc(306vw / 19.2);
    cursor: pointer;
    transition: .3s;
    transform: translateX(50%);
    transition-delay: .4s;
}

.front-slide.active .next-index{
    transition-delay: .9s;
}

.front-slide .title,
.front-slide .cur-index,
.front-slide .desc,
.front-slide .btn-more,
.front-slide .next-index{

    transition-property: opacity, transform, visibility;

    opacity: .0;
    transition-duration: .8s;
    transition-timing-function: cubic-bezier(.4, 0, .6, 1);
    visibility: hidden;
}

.front-slide.active .title,
.front-slide.active .cur-index,
.front-slide.active .desc,
.front-slide.active .btn-more,
.front-slide.active .next-index{
    opacity: 1;
    transform: none;
    visibility: visible;
}

.front-slide.active .next-index{
    opacity: .4;
}

.front-slide.active .next-index:hover{
    transition: .3s;
    opacity: 1;
}

.scroll-icon {
    position: relative;
    height: 34px;
    margin-bottom: 8px;
}

.scroll-icon .mouse {
    display: block;
    left: 0;
    top: 0;
    width: 18px;
    height: 26px;
    background: url("../images/icon_mouse_brown.svg") center/contain no-repeat;
}

@keyframes scrollArrMove {
    0% {
        transform: translateY(-6px);
        opacity: 0;
    }
    25% {
        transform: none;
        opacity: 1;
    }
    100% {
        transform: translateY(16px);
        opacity: 0;
    }
}

.scroll-icon .arr {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 30px;
    width: 7px;
    height: 4px;
    background: url("../images/icon_angle_down_brown.svg") center/contain no-repeat;
    animation: scrollArrMove 1.5s linear forwards infinite;
    opacity: 0;
}

.scroll-icon .arr:nth-child(2) {
    animation-delay: .5s;
}

.scroll-icon .arr:nth-child(3) {
    animation-delay: 1s;
}

.scroll-hint {
    position: absolute;
    z-index: 310;
    width: calc(80rem / 16);
    left: 0;
    right: 0;
    margin: auto;
    bottom: calc(30rem / 16);

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .4s;
    transform-origin: center top;
}

.scroll-hint:hover {
    transform: scale(1.1);
    opacity: .8;
}

.scroll-text {
    color: #96724e;
    font-size: calc(14rem / 16);
}

.banner-pagination {
    position: absolute;
    bottom: calc(132rem / 16);
    width: 100%;
    left: 0;

    display: flex;
    z-index: 350;
    justify-content: center;
}

.banner-pagination .pagination-bullet {
    width: calc(8rem / 16);
    height: calc(8rem / 16);
    margin-left: calc(11rem / 16);
    margin-right: calc(11rem / 16);
    border-radius: 50%;
    cursor: pointer;
    background-color: #c6c6c6;
}

.banner-pagination .pagination-bullet.active {
    background-color: #b39474;
}

section.intro {
    padding-top: calc(130rem / 16);
    padding-bottom: calc(120rem / 16);

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;

    overflow: hidden;
}

section.intro::before {
    content: "";
    background: url("../images/index_sec2_back1.png") right/contain no-repeat;
    width: calc(1195vw / 19.2);
    height: calc(65vw / 19.2);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 190;
    transform: translateX(50%);
}


section.intro::after {
    content: "";
    background: url("../images/index_sec2_back2.png") left/contain no-repeat;
    width: calc(650vw / 19.2);
    height: calc(61vw / 19.2);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 190;
    transform: translateX(-50%);
}

section.intro::before,
section.intro::after {
    opacity: 0;
    visibility: hidden;
    transition: 1s .4s;
}

section.intro.animated::before,
section.intro.animated::after {
    opacity: 1;
    visibility: visible;
    transform: none;
}

.section-title {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 210;
    line-height: calc(60rem / 16);
    height: calc(75rem / 16);
    color: #3e3a39;
    font-weight: bold;
    font-size: calc(38rem / 16);

    transform: translateY(3vh);
    opacity: 0;
    visibility: hidden;
    transition: .6s .3s;

}

.intro .section-title{
    transition: .6s 1.4s;
}

.animated .section-title{
    transform: none;
    opacity: 1;
    visibility: visible;
}

.section-title::after {
    content: "";
    width: calc(60rem / 16);
    height: calc(4rem / 16);
    background-color: #ae2043;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;

    transform: translateY(2vh);
    opacity: 0;
    visibility: hidden;
    transition: .6s .5s;
}

.intro .section-title{
    transition: .6s 1.55s;
}

.animated .section-title::after{
    transform: none;
    opacity: 1;
    visibility: visible;
}

.intro-desc {
    /*
    1180 at 1920
    840 at 960
    */
    width: calc(35.417vw + 500px);
    font-size: calc(18rem / 16);
    line-height: calc(30rem / 16);
    text-align: center;
    margin: calc(32rem / 16) auto calc(54rem / 16);

    transform: translateY(4vh);
    opacity: 0;
    transition: .6s 1.7s;
    visibility: hidden;
}

.animated .intro-desc{
    transform: none;
    opacity: 1;
    visibility: visible;
}

.intro .btn-more{
    transform: translateY(3vh);
    opacity: 0;
    transition: .6s 1.85s;
    transition-property: transform, opacity;
    visibility: hidden;
}

.intro.animated .btn-more{
    transform: none;
    opacity: 1;
    visibility: visible;
}

section.business {
    overflow: hidden;
    background-color: #f5f1ef;
    padding-top: calc(20rem / 16);
    padding-bottom: calc(120rem / 16);
}

/*
1760 at 1920
880 at 1960
*/
.business-ctn {
    width: 91.667vw;
    margin: calc(60rem / 16) auto auto;

    transform: translateY(5vh);
    opacity: 0;
    transition: .6s .7s;
    transition-property: opacity, visibility, transform;
    visibility: hidden;
}

.animated .business-ctn{
    transform: none;
    opacity: 1;
    visibility: visible;
}

.business-thumb-ctn {
    display: flex;
}

.business-thumb {
    width: calc(100% / 6);
    flex: 0 0 auto;
    padding-top: calc(20rem / 16);
    padding-bottom: calc(16rem / 16);

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: calc(14rem / 16);
    color: #696665;
    border-top: 1px solid #dad7d5;
    cursor: pointer;
}

.business-thumb.active {
    font-weight: bold;
    color: #96724e;
    border-top-color: #96724e;
}

.business-thumb:hover {
    border-top-color: #96724e;
}

.business-icon {
    width: calc(42rem / 16);
    height: calc(42rem / 16);
    object-fit: contain;
    margin-bottom: calc(10rem / 16);
}

.business-content-ctn {
    width: 100%;
    /*
    上半边根据vw变化
    下半边s根据rem变化
    */
    height: calc(270vw / 19.2 + 270rem / 16);

    display: flex;
    background-color: #fff;
    position: relative;
}

.business-left {
    width: 50%;
    flex: 0 0 auto;
    position: relative;
}

.business-slide {
    position: absolute;
    z-index: 240;
    transition: .6s;
    visibility: hidden;
    height: 100%;
    width: 100%;
    left: 0;
    overflow: hidden;
    background-color: #fff;
}

.business-slide.active {
    visibility: visible;
}

.business-slide .top {
    width: 100%;
    height: calc(270vw / 19.2);
    display: flex;
    align-items: flex-end;
    padding-left: calc(140vw / 19.2);
}

.business-title {
    font-weight: bold;
    font-size: calc(34rem / 16);
}

.business-index {
    font-size: calc(120rem / 16);
    color: #ae2043;
    margin-left: calc(24rem / 16);
}


.business-title,
.business-index,
.business-desc,
.business .btn-more{
    opacity: 0;
    transition: .6s cubic-bezier(0, .6, .4, 1);
    visibility: hidden;
    transform: translateX(3vw);
    transition-property: transform, opacity, visibility;
}
.active .business-title,
.active .business-index,
.active .business-desc,
.business .active .btn-more{
    opacity: 1;
    visibility: visible;
    transform: none;
}

.active .business-title{
    transition-delay: .5s;
}
.active .business-index{
    transition-delay: .4s;
}
.active .business-desc{
    transition-delay: .6s;
}
.business .active .btn-more{
    transition-delay: .7s;
}

.business-title,
.business-index {
    line-height: calc(80rem / 16);
}

.business-slide .bottom {
    max-height: calc(100% - 270vw / 19.2);
    overflow: hidden;
    padding-top: calc(24rem / 16);
    /*
    208 at 1920
    70 at 960
    */
    padding-left: calc(14.375vw - 68px);
    /*
    234 at 1920
    70 at 960
    */
    padding-right: calc(17.083vw - 94px);
}

.business-desc {
    line-height: calc(26rem / 16);
    margin-bottom: calc(28rem / 16);
}

.business-right {
    width: 50%;
    flex: 0 0 auto;
}

.business-right img {
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    position: relative;
    left: -1px;
    top: -1px;
    object-fit: cover;
}

.business-line {
    position: absolute;
    left: -4.167vw;
    width: 100vw;
    top: calc(270vw / 19.2);
    bottom: 0;
    margin: auto;
}

.business-line:before,
.business-line:after {
    content: "";
    position: absolute;
    top: 0;
    height: 2px;
    z-index: 350;
    pointer-events: none;
}

.business-line:before {
    left: 0;
    width: calc(195vw / 19.2);
    background-color: #ae2043;
}

.business-line:after {
    right: 0;
    width: calc(100% - 195vw / 19.2);
    background: repeating-linear-gradient(to right, #ae2043 0, #ae2043 2px, rgba(174, 32, 64, 0) 2px, rgba(174, 32, 64, 0) 8px);
}

.business-line .btn-current,
.business-line .btn-next {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    position: absolute;
    width: 6.25vw;
    height: 6.25vw;
    top: -3.125vw;
    z-index: 360;
}

.business-line .btn-current {
    background-color: #b39474;
    left: 1.042vw;
}

.business-line .btn-next {
    background-color: #fff;
    right: 1.042vw;
    cursor: pointer;
    transition: .3s;
}

.business-line .btn-next:hover {
    transform: translateY(-5px);
    box-shadow: 0 calc(16vw / 19.2) calc(24vw / 19.2) rgba(0, 0, 0, .1);
}

@supports (transform: translateY(calc(-8vw / 19.2))) {
    .business-line .btn-next:hover {
        transform: translateY(calc(-8vw / 19.2));
    }
}

.business-line .btn-current img,
.business-line .btn-next img {
    width: 60%;
    height: 60%;
    object-fit: contain;
}

.btn-next-circle {
    position: absolute;
    left: 40%;
    width: calc(40rem / 16);
    height: calc(40rem / 16);
    top: calc(-20rem / 16);
    cursor: pointer;
}

.btn-next-circle::before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #b39474;
    z-index: 360;
    position: absolute;
    transition: .3s;
}

.btn-next-circle::after {
    content: "";
    width: calc(8rem / 16);
    height: calc(12rem / 16);
    position: absolute;
    top: 0;
    left: calc(2rem / 16);
    bottom: 0;
    right: 0;
    margin: auto;
    background: url("../images/icon_angle_right_white_new.svg") center/contain no-repeat;
    z-index: 365;
}

.btn-next-circle:hover::before {
    background-color: #ae2043;
    transform: scale(1.2);
}

section.news {
    padding-top: calc(130rem / 16);
    padding-bottom: calc(120rem / 16);
}

.news-ctn {
    width: calc(56.250vw + 360px);
    margin: calc(60rem / 16) auto;
    position: relative;

    display: flex;
    justify-content: space-between;
    align-items: stretch;

}

.news-ctn > .btn-more {
    position: absolute;
    right: 0;
    top: calc(-94rem / 16);
    z-index: 270;

    opacity: 0;
    visibility: hidden;
    transition: .6s 1.8s;
    transition-property: transform, opacity, visibility;
}

.animated .news-ctn > .btn-more{
    opacity: 1;
    visibility: visible;
}

.headlines {
    width: 57%;
    background-color: #f6f2f1;

    transform: translateX(-20%);
    opacity: 0;
    visibility: hidden;
    transition: .8s .9s;
}

.animated .headlines{
    transform: none;
    opacity: 1;
    visibility: visible;
}

.news-tab-ctn {
    width: 40%;
    background-color: #f6f2f1;
    padding: calc(18rem / 16) calc(20rem / 16) 0;

    transform: translateX(20%);
    opacity: 0;
    visibility: hidden;
    transition: .8s .9s;
}

.animated .news-tab-ctn{
    transform: none;
    opacity: 1;
    visibility: visible;
}

.tab-header {
    display: flex;
}

.tab-header .tab {
    width: calc(100% / 4);
    flex: 0 0 auto;
    text-align: center;

    line-height: calc(30rem / 16);
    padding-top: calc(10rem / 16);
    padding-bottom: calc(10rem / 16);

    border-top: 2px solid transparent;
    cursor: pointer;
}

.tab-header .tab.active {
    border-top: 2px solid #b39474;
    font-weight: bold;
    color: #96724e;
}

.tab-header .tab:hover {
    color: #96724e;
}

.tab-content .tab-pane {
    display: none;
    min-height: calc(600rem / 16);
}

.tab-content .tab-pane.active {
    display: block;
}

.tab-content .tab-pane a {
    display: block;
    border-top: 1px solid #dcd8d6;
    padding-top: calc(20rem / 16);
    padding-bottom: calc(20rem / 16);
}

.tab-content .tab-pane .line1 {
    line-height: calc(26rem / 16);
    margin-bottom: calc(32rem / 16);

    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.tab-content .tab-pane .line2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: calc(14rem / 16);
}

.tab-content .tab-pane .date {
    color: #999999;
}

section.news .more {
    color: #999999;
    font-size: 12px;
}

section.news .more::after {
    content: "";
    margin-left: 6px;
    width: 11px;
    height: 9px;
    background: url("../images/icon_arr_right_grey_new.svg") center/contain no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}

.tab-content .tab-pane a:hover .line1,
.tab-content .tab-pane a:hover .date,
.tab-content .tab-pane a:hover .more,
.headlines a:hover .more {
    color: #ae2043;
}

.tab-content .tab-pane a:hover .more::after,
section.news .headlines a:hover .more::after {
    background-image: url("../images/icon_arr_right_red_new.svg")
}


.headlines {
    display: flex;
    flex-direction: column;
}

.headlines .swiper-slide{
    background-color: #f6f2f1;
}

.headlines .top {
    height: calc(100% - 140rem / 16);
    flex: 0 0 auto;
}

.headlines img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.headlines .bottom {
    height: calc(140rem / 16);
    flex: 0 0 auto;

    display: flex;
    align-items: stretch;
}

.headlines .bottom .left {
    width: calc(140rem / 16);


    padding-top: calc(10rem / 16);
    line-height: calc(34rem / 16);
     text-align: center;

    color: #96724e;
    font-size: calc(20rem / 16);
}

.headlines .bottom .right {
    width: calc(100% - 140rem / 16);
    padding-left: calc(10rem / 16);
    padding-right: calc(30rem / 16);
    padding-top: calc(10rem / 16);
}

.headlines .bottom .right .title {
    font-size: calc(20rem / 16);
    line-height: calc(34rem / 16);
    color: #313033;
    margin-bottom: calc(6rem / 16);
    width: calc(100% - 120rem / 16);

    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.headlines .bottom .right .desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;

    font-size: calc(14rem / 16);
    line-height: calc(24rem / 16);
    height: calc(48rem / 16);
    margin-bottom: calc(8rem / 16);
    color: #6f6f6f;
}

.headlines .bottom:hover,
.headlines .bottom:hover .left,
.headlines .bottom:hover .right .title,
.headlines .bottom:hover .right .desc {
    color: #ae2043;
}

.news-swiper>.news-pagination{
    z-index: 260;
    width: calc(120rem / 16);
    left: auto;
    text-align: right;
    position: absolute;
    right: calc(30rem / 16);
    bottom: calc(102rem / 16);
}

.swiper-pagination-bullet-active{
    background-color: #96724e;
}

.banner-back-inner {
    width: 1920px;
    height: 1000px;
    position: absolute;
    top: 0;
    left: calc((100% - 1920px) / 2);

    will-change: transform;

    display: flex;
    align-items: flex-start;
    justify-content: space-between;

    transform-origin: center top;
}

.banner-back .column {
    width: 115px;
    height: 490px;
    position: relative;
    perspective: calc(1440vw / 19.2);
    background-color: rgba(206, 201, 199, .8)
}

.banner-back .column::before{
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 115px;
    transform-origin: right center;
    transform: skewY(-55deg);
    background: linear-gradient(270deg, rgba(35, 15, 10, .15), rgba(35, 15, 10, 0));
}
.banner-back .column::after{
    content: "";
    width: 100%;
    height: 15%;
    position: absolute;
    top: 490px;
    left: 0;
    transform-origin: center top;
    transform: skewX(-35deg);
    background: linear-gradient(180deg, rgba(35, 15, 10, .2), rgba(35, 15, 10, 0));
}

@keyframes shadowExpandLeft{
    0%{
        width: 50%;
        opacity: 1;
    }
    100%{
        width: 67%;
        opacity: .6;
    }
}

@keyframes shadowExpandBottom{
    0%{
        height: 15%;
        opacity: 1;
    }
    100%{
        height: 20%;
        opacity: .6;
    }
}

.column.spin-left::before,
.column.spin-right::before{
    animation: shadowExpandLeft .3s linear alternate-reverse;
}

.column.spin-left::after,
.column.spin-right::after{
    animation: shadowExpandBottom .3s linear alternate-reverse;
}

.safari .banner-back .column{
    perspective: none;
}

.banner-back .column-cube {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}


.banner-back .face {
    background: center no-repeat #eee;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    backface-visibility: visible;
}

/*前*/
.banner-back .face.face-front {
}

/*左*/
.banner-back .face.face-left {
    background-color: #ccc;
    transform: translateX(-57.5px) translateZ(-57.5px) rotateY(-90deg);
}

/*右*/
.banner-back .face.face-right {
    background-color: #ccc;
    transform: translateX(57.5px) translateZ(-57.5px) rotateY(90deg);
}

.banner-back .column-cube {
    transform-origin: 57.5px 245px -57.5px;
    transform-style: preserve-3d;
    /*animation: autoRotate 4s linear infinite;*/
}

.spin-left .column-cube {
    animation: spinLeft .6s cubic-bezier(0, .7, .3, 1) forwards;
}

.spin-right .column-cube {
    animation: spinRight .6s cubic-bezier(0, .7, .3, 1) forwards;
}

@keyframes spinLeft {
    0% {
        transform: rotateY(90deg);
    }
    100% {
        transform: none;
    }
}

@keyframes spinRight {
    0% {
        transform: rotateY(-90deg);
    }
    100% {
        transform: none;
    }
}

@keyframes autoRotate {
    0% {
        transform: none;
    }
    100% {
        transform: rotateY(1turn);
    }
}

.banner-back .column:nth-of-type(1) {
    transform: translateY(386px);
}

.banner-back .column:nth-of-type(2) {
    transform: translateY(327px);
}

.banner-back .column:nth-of-type(3) {
    transform: translateY(296px);
}

.banner-back .column:nth-of-type(4) {
    transform: translateY(257px);
}

.banner-back .column:nth-of-type(5) {
    transform: translateY(338px);
}

.banner-back .column:nth-of-type(6) {
    transform: translateY(391px);
}

.banner-back .column:nth-of-type(7) {
    transform: translateY(257px);
}

.banner-back .column:nth-of-type(8) {
    transform: translateY(153px);
}

.banner-back .column:nth-of-type(9) {
    transform: translateY(200px);
}

.banner-back .column:nth-of-type(10) {
    transform: translateY(279px);
}

.banner-back .column:nth-of-type(11) {
    transform: translateY(237px);
}

.banner-back .column:nth-of-type(12) {
    transform: translateY(190px);
}

.banner-back .column:nth-of-type(13) {
    transform: translateY(94px);
}

.banner-back .column:nth-of-type(14) {
    transform: translateY(50px);
}

.banner-back .column:nth-of-type(15) {
    transform: translateY(83px);
}

.banner-back .column:nth-of-type(16) {
    transform: translateY(135px);
}

section.tmp{
    background-color: #f5f1ef;
    padding: calc(60rem / 16) 0 calc(40rem / 16);
}

section.tmp .wrapper{
    display: block;
    width: 100%;
    max-width: 91.667vw;
    padding: 0;
}

section.tmp a img{
    display: block;
    width: 100%;
    height: auto;
}

.poster-swiper .swiper-slide img{
    display: block;
    width: 100%;
    height: auto;
}
