img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover
}

.common_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    object-fit: cover
}

@keyframes yAnimate {
    0% {
        transform: translateY(100px);
        opacity: 0
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }
}

.item_hover {
    overflow: hidden
}

.item_hover:hover img {
    transform: scale(1.05)
}

.item_hover img {
    width: 100%;
    height: 100%;
    transition: .6s ease
}

@keyframes goAnimate {
    100% {
        transform: translateX(-50%)
    }
}

.home {
    position: relative;
    z-index: 1;
    background: #FFF9EF;
    overflow: hidden
}

.about1 {
    padding: 2.86458vw 0 5.20833vw;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: #FFF9EF
}

.about1 .tu {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.about1 .top {
    display: flex;
    align-items: center
}

.about1 .top .img {
    width: 48.33333vw
}

.about1 .top .img img {
    mix-blend-mode: multiply;
    width: 100%
}

.about1 .top .title {
    color: #BE8E44;
    font-style: normal;
    font-weight: 700;
    line-height: normal
}

.about1 .bottom {
    width: 100%;
    position: relative;
    margin-top: -5.20833vw
}

.about1 .bottom .position {
    position: absolute;
    top: 5.20833vw;
    left: 0;
    display: flex;
    width: max-content;
    animation: goAnimate 20s infinite linear
}

.about1 .bottom .position .flex {
    display: flex;
    align-items: center
}

.about1 .bottom .position .flex img {
    margin: 0 1.5625vw 0 0
}

.about1 .bottom .dise {
    width: 100%;
    height: fit-content
}

.about2 {
    padding: 0 7.8125vw 12.86458vw 7.8125vw;
    background: #FFF9EF;
    position: relative;
    z-index: 3
}

.about2 .l1 {
    position: absolute;
    left: 0;
    top: 780px;
    width: 550px;
    z-index: -1
}

.about2 .r1 {
    position: absolute;
    right: 0;
    top: 1680px;
    z-index: -1;
    width: 639px
}

.about2 .brand {
    display: flex;
    align-items: center;
    gap: .52083vw
}

.about2 .brand a,
.about2 .brand span {
    color: rgba(232, 196, 134, 0.51);
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.about2 .title {
    margin: 3.48958vw 0 0 0
}

.about2 .title .p1 {
    text-align: center;
    color: #BE8E44;
    font-style: normal;
    font-weight: 700;
    margin: 0 0 2.39583vw
}

.about2 .title .p2 {
    color: #BE8E44;
    font-style: normal;
    font-weight: 400;
    line-height: 2.08333vw
}

.about2 .display {
    display: flex;
    justify-content: center;
    gap: 11.92708vw;
    margin: 3.4375vw 0 0 0
}

.about2 .display .item .dis {
    display: flex;
    justify-content: center;
    align-items: flex-end
}

.about2 .display .item .dis span {
    color: #F00;
    font-style: normal;
    font-weight: 700;
    line-height: normal
}

.about2 .display .item .dis .dw {
    color: #F00;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: relative;
    top: -.26042vw;
    margin: 0 0 0 .36458vw
}

.about2 .display .item .dis .pick {
    color: #F00;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    line-height: normal
}

.about2 .display .item p {
    color: #F00;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.about2 .content {
    display: flex;
    justify-content: space-between;
    margin: 5.20833vw 0 0 0
}

.about2 .content .center {
    position: relative
}

.about2 .content .center .textSwiper {
    position: absolute;
    left: calc(100% + 3.645833vw);
    top: 10.9375vw;
    width: 19.53125vw
}

.about2 .content .center .textSwiper .swiper-slide.swiper-slide-active .text {
    opacity: 1
}

.about2 .content .center .textSwiper .swiper-slide .text {
    color: #BE8E44;
    font-style: normal;
    font-weight: 500;
    line-height: 2.08333vw;
    opacity: 0;
    transition: 1s;
    -webkit-line-clamp: 9;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.about2 .content .center .bigCut {
    position: relative
}

.about2 .content .center .bigCut .list {
    opacity: 0;
    transition: opacity .3s, transform .6s .3s;
    pointer-events: none
}

.about2 .content .center .bigCut .list.on {
    opacity: 1;
    transition-delay: .3s;
    pointer-events: auto
}

.about2 .content .center .bigCut .list:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0
}

.about2 .content .center .bigCut .list svg {
    width: 27.91667vw;
    height: auto;
}

.about2 .content .center .bigCut .list .bor {
    width: 28.4375vw;
    height: 37.34375vw;
    border-radius: 14.0625vw;
    border: .15625vw solid #BE8E44;
    background: #FFFDF7;
    overflow: hidden;
    margin-top: -5.72917vw
}

.about2 .content .center .bigCut .list .bor img {
    width: 100%;
    height: 100%
}

.about2 .content .prev {
    margin: 5.20833vw 0 0 0
}

.about2 .content .next {
    margin: 31.25vw 0 0 0
}

.about2 .content .prev,
.about2 .content .next {
    display: flex;
    flex-direction: column;
    gap: .625vw;
    height: fit-content;
    /*cursor: pointer;*/
    position: relative;
    z-index: 54
}

.about2 .content .prev:hover .img img,
.about2 .content .next:hover .img img {
    transform: scale(1.2)
}

.about2 .content .prev .img,
.about2 .content .next .img {
    width: 6.45833vw;
    height: 8.33333vw;
    border-radius: 14.0625vw;
    border: .15625vw solid #BE8E44;
    overflow: hidden;
    margin: auto
}

.about2 .content .prev .img img,
.about2 .content .next .img img {
    width: 100%;
    height: 100%;
    transition: .6s ease
}

.about2 .content .prev p,
.about2 .content .next p {
    color: #BE8E44;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.about2 .content2 {
    margin: 10.10417vw 0 0 0
}

.about2 .content2 .matter {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.about2 .content2 .matter:not(:last-child) {
    margin: 0 0 3.125vw
}

.about2 .content2 .matter:nth-child(2n) {
    flex-direction: row-reverse
}

.about2 .content2 .matter:nth-child(2n) .text .p1 {
    text-align: right
}

.about2 .content2 .matter .img {
    width: 29.6875vw;
    height: 29.58333vw;
    border-radius: 29.6875vw;
    border: .15625vw solid #BE8E44;
    overflow: hidden
}

.about2 .content2 .matter .img:hover img {
    transform: scale(1.2)
}

.about2 .content2 .matter .img img {
    width: 100%;
    height: 100%;
    transition: .6s ease
}

.about2 .content2 .matter .text {
    width: 46.875vw
}

.about2 .content2 .matter .text .p1 {
    color: #BE8E44;
    font-style: normal;
    font-weight: 700;
    margin: 0 0 1.97917vw
}

.about2 .content2 .matter .text .p2 {
    color: #BE8E44;
    text-align: justify;
    font-style: normal;
    font-weight: 400;
    line-height: 166%
}

.about3 {
    padding: 0 0 3.125vw;
    position: relative;
    z-index: 9
}

.about3 .sun {
    position: absolute;
    right: 18.4375vw;
    top: 25vw;
    width: 10.41667vw;
    z-index: -1
}

.about3 .l1 {
    position: absolute;
    left: 0;
    top: -20vw;
    width: 36.25vw;
    z-index: -1
}

.about3 .f1 {
    position: absolute;
    top: 67.44792vw;
    width: 16.04167vw;
    left: 8.48958vw;
    z-index: -1
}

.about3 .f2 {
    position: absolute;
    right: 0;
    top: 88.54167vw;
    z-index: 1;
    width: 31.45833vw
}

.about3 .f3 {
    position: absolute;
    right: 0;
    top: 67.70833vw;
    z-index: -1;
    width: 24.27083vw
}

.about3 .f4 {
    position: absolute;
    top: 2550px;
    left: 0;
    z-index: -1;
    width: 756px
}

.about3 .f5 {
    position: absolute;
    top: 2863px;
    left: 0;
    z-index: 1;
    width: 402px
}

.about3 .f6 {
    right: 4.79167vw;
    top: 170.625vw;
    position: absolute;
    z-index: -1;
    width: 17.5vw
}

.about3 .title {
    text-align: center
}

.about3 .title .p1 {
    color: #BE8E44;
    font-style: normal;
    font-weight: 700;
    margin: 0 0 3.02083vw
}

.about3 .title .p2 {
    width: 73.80208vw;
    color: #BE8E44;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    margin: auto
}

.about3 .content {
    position: relative;
    width: fit-content;
    margin: 3.59375vw auto 0;
    z-index: 4
}

.about3 .content .move {
    width: 62px;
    height: 70px;
    offset-path: path("M101 0C101 109.035 3 109.035 3 218.07C3 327.105 101 327.064 101 436.099C101 545.134 3 545.134 3 654.169C3 763.204 101 763.163 101 872.198C101 981.233 3 981.233 3 1090.23C3 1199.22 101 1199.26 101 1308.3C101 1417.33 3 1417.33 3 1526.37C3 1635.4 101 1635.4 101 1744.44C101 1853.47 3 1853.47 3 1962.51C3 2071.54 101 2071.54 101 2180.58C101 2289.61 3 2289.57 3 2398.61C3 2507.64 101 2507.64 101 2616.68C101 2725.71 3 2725.71 3 2834.66C3 2943.62 101 2943.7 101 3052.73C101 3161.77 3 3162.06 3 3270.89C3 3379.72 101 3379.96 101 3489");
    offset-distance: 0;
    transform: rotate(-90deg);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9
}

.about3 .content .move img {
    width: 100%;
    height: 100%
}

.about3 .content .position {
    position: absolute;
    top: 190px;
    left: 0;
    width: 100%
}

.about3 .content .position .item {
    position: relative;
    width: fit-content;
    left: -15px
}

.about3 .content .position .item.on .circle img,
.about3 .content .position .item.last .circle img {
    opacity: 1
}

.about3 .content .position .item:nth-child(2n) {
    left: 85px
}

.about3 .content .position .item:nth-child(2n) .year {
    left: calc(100% + 2.08vw);
    right: unset
}

.about3 .content .position .item:nth-child(2n) .pick {
    left: unset;
    right: calc(100% + 2.08vw)
}

.about3 .content .position .item:not(:last-child) {
    margin: 0 0 190px
}

.about3 .content .position .item .circle {
    width: 29px;
    height: 29px;
    background: #BE8E44;
    border-radius: 50%;
    position: relative
}

.about3 .content .position .item .circle img {
    max-width: unset;
    max-height: unset;
    position: absolute;
    left: 10px;
    bottom: 12px;
    width: 60px;
    opacity: 0;
    transition: .6s ease
}

.about3 .content .position .item .year {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: calc(100% + 2.08vw);
    color: #BE8E44;
    font-style: normal;
    font-weight: 700;
    font-size: 36px
}

.about3 .content .position .item .pick {
    position: absolute;
    left: calc(100% + 2.08vw);
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
    color: #BE8E44;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 40px
}

.about3 .content .line {
    width: 104px;
    height: fit-content;
    margin: auto;
    display: block;
    transform-origin: top left
}

.about4 {
    position: relative;
    z-index: 9;
    padding: 0 0 5.20833vw
}

.about4 .content2 {
    margin: 3.125vw 0 0 0
}

.about4 .content2 .matter {
    padding: 0 11.45833vw;
    display: flex;
    align-items: center;
    gap: 6.14583vw
}

.about4 .content2 .matter:not(:last-child) {
    margin: 0 0 5.9375vw
}

.about4 .content2 .matter:nth-child(2n) {
    flex-direction: row-reverse
}

.about4 .content2 .matter:nth-child(2n) .text .p1 {
    text-align: right
}

.about4 .content2 .matter:nth-child(2n) .text .end {
    display: flex;
    justify-content: flex-end
}

.about4 .content2 .matter .img {
    width: 34.01042vw;
    height: 43.75vw;
    border-radius: 23.33333vw;
    border: .15625vw solid #BE8E44;
    overflow: hidden
}

.about4 .content2 .matter .text {
    width: 40.46875vw
}

.about4 .content2 .matter .text .p1 {
    color: #BE8E44;
    font-style: normal;
    font-weight: 500;
    margin: 0 0 2.08333vw
}

.about4 .content2 .matter .text .p2 {
    color: #BE8E44;
    text-align: justify;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    margin: 0 0 9.63542vw
}

.about4 .content2 .matter .text .more {
    position: relative;
    display: block;
    width: fit-content
}

.about4 .content2 .matter .text .more .color {
    width: 11.45833vw
}

.about4 .content2 .matter .text .more p {
    position: absolute;
    color: #FFF;
    font-style: normal;
    font-weight: 400;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    z-index: 5
}

.footer .top {
    background: linear-gradient(0deg, #F3F0EF 59.44%, rgba(243, 240, 239, 0) 100%)
}

@media screen and (max-width: 768px) {
    .about1 {
        padding: 0
    }

    .about1 .top .img {
        width: 50%
    }

    .about1 .top .title {
        font-size: 24px
    }

    .about1 .bottom {
        margin-top: -42px
    }

    .about1 .bottom .dise {
        height: 135px;
        object-fit: contain;
        max-width: unset;
        width: 195%
    }

    .about1 .bottom .position {
        top: 38px
    }

    .about1 .bottom .position .flex a img {
        max-width: 60px;
        max-height: 40px;
        margin: 0 40px 0 0
    }

    .about2 {
        padding: 0 5%
    }

    .about2 .title {
        margin: 30px 0 0 0
    }

    .about2 .title .p1 {
        margin: 0 0 25px
    }

    .about2 .title .p2 {
        line-height: 1.5
    }

    .about2 .display {
        gap: 25px;
        flex-wrap: wrap;
        margin: 30px 0
    }

    .about2 .content {
        margin: 55px 0 0 0;
        flex-direction: column;
        align-items: unset;
        gap: 10px
    }

    .about2 .content .prev,
    .about2 .content .next {
        width: fit-content;
        margin: 0;
        gap: 10px
    }

    .about2 .content .prev .joke,
    .about2 .content .next .joke {
        width: 100%;
        height: 100%
    }

    .about2 .content .prev .img,
    .about2 .content .next .img {
        width: 60px;
        height: 80px
    }

    .about2 .content .next {
        width: 100%;
        justify-content: flex-end;
        align-items: flex-end
    }

    .about2 .content .next .img {
        margin: 0;
        position: relative;
        left: -15px
    }

    .about2 .content .center {
        width: fit-content;
        margin: auto
    }

    .about2 .content .center .textSwiper {
        position: static;
        width: 90vw;
        margin: 20px 0
    }

    .about2 .content .center .textSwiper .swiper-slide .text {
        line-height: 1.5
    }

    .about2 .content .center .bigCut .list svg {
        width: 90%;
        margin: auto;
        display: block
    }

    .about2 .content .center .bigCut .list .bor {
        width: 70vw;
        height: auto;
        border-radius: 980px;
        border: 2px solid #BE8E44;
        background: #FFFDF7;
        overflow: hidden;
        margin: -50px auto 0
    }

    .about2 .content2 {
        margin: 30px 0 0 0
    }

    .about2 .content2 .matter {
        flex-direction: column !important
    }

    .about2 .content2 .matter:not(:last-child) {
        margin: 0 0 80px
    }

    .about2 .content2 .matter .img {
        width: 100%;
        height: auto;
        border-radius: 50%
    }

    .about2 .content2 .matter .text {
        width: 100%;
        margin: 30px 0 0 0
    }

    .about2 .content2 .matter .text div {
        transform: none !important
    }

    .about2 .content2 .matter .text .p1 {
        font-size: 24px;
        text-align: left !important
    }

    .about2 .content2 .matter .text .p2 {
        font-size: 15px;
        line-height: 1.8
    }

    .about3 {
        padding: 70px 5% 50px 5%
    }

    .about3 .f1 {
        top: 600px;
        left: 0
    }

    .about3 .f2 {
        top: 1200px
    }

    .about3 .f4 {
        width: 30%;
        top: 2700px
    }

    .about3 .f5 {
        width: 29%
    }

    .about3 .f6 {
        top: auto;
        bottom: 100px
    }

    .about3 .title .p1 {
        margin: 0 0 15px
    }

    .about3 .title .p2 {
        width: 100%;
        font-size: 15px;
        line-height: 1.8
    }

    .about3 .content {
        width: 100%;
        margin: 55px 0 0 0
    }

    .about3 .content .line {
        width: 25.2427vw
    }

    .about3 .content .move {
        offset-distance: 0% !important;
        width: 35px;
        height: auto;
        margin: auto;
        display: block;
        left: 36%
    }

    .about3 .content .position .item {
        left: 32vw
    }

    .about3 .content .position .item:nth-child(2n) {
        left: 54vw
    }

    .about3 .content .position .item:nth-child(2n) .pick {
        text-align: right
    }

    .about3 .content .position .item:not(:last-child) {
        margin: 0 0 50.5vw
    }

    .about3 .content .position .item .circle {
        width: 3vw;
        height: 3vw
    }

    .about3 .content .position .item .circle img {
        width: 7vw;
        left: 1vw;
        bottom: 1vw
    }

    .about3 .content .position .item .year {
        font-size: 7vw;
        margin: 0
    }

    .about3 .content .position .item .pick {
        font-size: 2.5vw;
        line-height: 1.7;
        left: calc(100% + 4vw);
        white-space: wrap;
        width: 230px
    }

    .about4 {
        padding: 30px 5% 50px 5%
    }

    .about4 .content2 {
        margin: 20px 0 0 0
    }

    .about4 .content2 .matter {
        padding: 0;
        gap: 20px;
        flex-direction: column !important
    }

    .about4 .content2 .matter:not(:last-child) {
        margin: 0 0 40px
    }

    .about4 .content2 .matter .img {
        width: 80%;
        height: auto;
        border-radius: 999px;
        border-width: 2px;
        margin: auto
    }

    .about4 .content2 .matter .text {
        width: 100%
    }

    .about4 .content2 .matter .text .p1 {
        text-align: left !important;
        margin: 0 0 10px
    }

    .about4 .content2 .matter .text .p2 {
        font-size: 16px;
        line-height: 1.8;
        margin: 0 0 20px
    }

    .about4 .content2 .matter .text .more {
        width: 200px;
        height: auto;
        margin: 10px auto 0
    }

    .about4 .content2 .matter .text .more .color {
        width: 100%
    }

    .home .home {
        margin: 0 !important
    }
}