#intro{display: flex;align-items: center;justify-content: center; position : fixed; left : 0;top : 0; width : 100%;height : 100%; z-index: 100000; background: #EFEBE7; transition : 1s}
#intro.end{opacity: 0; pointer-events: none;}
.intro-bg{width : 100%;height : 100%; overflow: hidden;position : absolute; left : 0;top : 0; z-index: -1; opacity: 0; mix-blend-mode: darken;}
.intro-bg-img{width : 100%;height : 100%; object-position: center; object-fit: cover;position :absolute; left : 0;top : 0; width : 100%;height : 100%;}

.intro-logo{position : absolute; left : 80px;top : 60px;}
.intro-obj{position :absolute; right : 114px; bottom : 114px;}

.intro-tit{font-family: times-new-roman; font-size: 78px; font-weight: 400; letter-spacing: -0.03em; color : #897158; line-height: 1em; padding : 15px 0 24px;}
.intro-tit .char{opacity: 0;}

.intro-desc{font-family: PT; font-size: 18px; font-weight: 400; letter-spacing: -0.03em; opacity: 0;}
.intro-desc-01{transform: translateX(-100px);}
.intro-desc-02{text-align: right; transform: translateX(100px);}