@-webkit-keyframes LoadGradient{0%{background-position:0 50%}50%{background-position:100% 51%}to{background-position:0 50%}}@keyframes LoadGradient{0%{background-position:0 50%}50%{background-position:100% 51%}to{background-position:0 50%}}.loading{-webkit-animation:LoadGradient 2s ease infinite;animation:LoadGradient 2s ease infinite;background:linear-gradient(90deg,var(--neutral-color-01),var(--neutral-color-02),#e1e1e1);background-size:400% 200%;display:block}.ExclusiveHighlights{margin:40px 0}.ExclusiveHighlights__wrapper{background-color:var(--neutral-color-02);border:1px solid var(--neutral-color-03);height:80px;max-width:100%;-webkit-overflow-scrolling:touch;-ms-overflow-style:none;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scrollbar-width:none}.ExclusiveHighlights__wrapper::-webkit-scrollbar{display:none}.ExclusiveHighlights__list{align-items:center;display:flex;height:100%;justify-content:space-around;list-style:none;margin:0;padding:0;width:1040px}@media (min-width:1024px){.ExclusiveHighlights__list{width:1300px}}.ExclusiveHighlights__item{align-items:center;border-left:1px solid var(--neutral-color-03);display:flex;padding:0 25px}@media (min-width:1024px){.ExclusiveHighlights__item{padding:0 32px}}.ExclusiveHighlights__item:first-child{border-left:0}.ExclusiveHighlights__item .l-flex:first-child{flex-shrink:0}.ExclusiveHighlights__action{color:inherit;display:flex;text-decoration:none}.ExclusiveHighlights__action .ExclusiveHighlights__icon{height:32px;width:32px}.ExclusiveHighlights__icon{display:block;height:32px;margin:0 16px 0 0;width:32px}.ExclusiveHighlights__title{font-size:16px;font-weight:700;line-height:1;margin:0;padding:0;white-space:nowrap}.ExclusiveHighlights__title+.ExclusiveHighlights__text{margin-top:8px}.ExclusiveHighlights__text{color:var(--neutral-color-04);font-size:12px;font-weight:300;line-height:1;margin:0;padding:0;white-space:nowrap}.ExclusiveHighlights .l-container{margin:0 auto;max-width:1366px;padding:0 16px}@media (min-width:1024px){.ExclusiveHighlights .l-container{padding:0 32px}}