/* Common */
/* Media */
/* Content */
/* Common animations */
@-webkit-keyframes translate-bottom-to-top {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		        transform: translate3d(0, 100%, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		        transform: translate3d(0, 0, 0);
	}
}
@keyframes translate-bottom-to-top {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		        transform: translate3d(0, 100%, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		        transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes imageSwap-1 {
	0% {
		-webkit-transform: translateX(10%);
		        transform: translateX(10%);
	}
	15% {
		-webkit-transform: translateX(-10%);
		        transform: translateX(-10%);
	}
	30% {
		-webkit-transform: translateX(90%);
		        transform: translateX(90%);
		z-index: 2;
	}
	45% {
		-webkit-transform: translateX(110%);
		        transform: translateX(110%);
	}
	60% {
		-webkit-transform: translate(10%, 0);
		        transform: translate(10%, 0);
		z-index: 1;
	}
	100% {
		-webkit-transform: translate(10%, 0);
		        transform: translate(10%, 0);
		z-index: 1;
	}
}

@keyframes imageSwap-1 {
	0% {
		-webkit-transform: translateX(10%);
		        transform: translateX(10%);
	}
	15% {
		-webkit-transform: translateX(-10%);
		        transform: translateX(-10%);
	}
	30% {
		-webkit-transform: translateX(90%);
		        transform: translateX(90%);
		z-index: 2;
	}
	45% {
		-webkit-transform: translateX(110%);
		        transform: translateX(110%);
	}
	60% {
		-webkit-transform: translate(10%, 0);
		        transform: translate(10%, 0);
		z-index: 1;
	}
	100% {
		-webkit-transform: translate(10%, 0);
		        transform: translate(10%, 0);
		z-index: 1;
	}
}

@-webkit-keyframes imageSwap-2 {
	0% {
		-webkit-transform: translateX(-10%);
		        transform: translateX(-10%);
	}
	15% {
		-webkit-transform: translateX(10%);
		        transform: translateX(10%);
	}
	30% {
		-webkit-transform: translateX(-90%);
		        transform: translateX(-90%);
		z-index: 1;
	}
	45% {
		-webkit-transform: translateX(-110%);
		        transform: translateX(-110%);
	}
	60% {
		-webkit-transform: translateX(-10%);
		        transform: translateX(-10%);
		z-index: 2;
	}
	100% {
		-webkit-transform: translateX(-10%);
		        transform: translateX(-10%);
		z-index: 2;
	}
}

@keyframes imageSwap-2 {
	0% {
		-webkit-transform: translateX(-10%);
		        transform: translateX(-10%);
	}
	15% {
		-webkit-transform: translateX(10%);
		        transform: translateX(10%);
	}
	30% {
		-webkit-transform: translateX(-90%);
		        transform: translateX(-90%);
		z-index: 1;
	}
	45% {
		-webkit-transform: translateX(-110%);
		        transform: translateX(-110%);
	}
	60% {
		-webkit-transform: translateX(-10%);
		        transform: translateX(-10%);
		z-index: 2;
	}
	100% {
		-webkit-transform: translateX(-10%);
		        transform: translateX(-10%);
		z-index: 2;
	}
}

@-webkit-keyframes SlideUpFade {
	0% {
		opacity: 0;
		-webkit-transform: translateY(100%);
		        transform: translateY(100%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}

@keyframes SlideUpFade {
	0% {
		opacity: 0;
		-webkit-transform: translateY(100%);
		        transform: translateY(100%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}

/* Blocks */
.article-main {
	background: #fff;
	border-radius: 5.55556vw;
	padding-top: 4.44444vw;
	padding-bottom: 4.44444vw;
	margin: 2.22222vw 0 0;
}

.article-main__inner {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 2.22222vw;
}

.article-main__title {
	font-weight: 600;
	font-size: 6.66667vw;
	line-height: 100%;
	letter-spacing: -0.02em;
	margin: 0 0 10.55556vw;
}

.article-main__box {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 2.77778vw;
}

.article-main__info {
	font-weight: 600;
	font-size: 3.33333vw;
	line-height: 120%;
	display: flex;
	flex-wrap: wrap;
	gap: 1.11111vw;
}

.article-main__info-item {
	display: flex;
	align-items: center;
	gap: 1.11111vw;
}

.article-main__info-item-date {
	flex: 0 0 100%;
}

.article-main__info-item-date span {
	display: none;
}

.article-main__info i {
	width: 5.55556vw;
	height: 5.55556vw;
	flex: 0 0 auto;
	font-size: 5.55556vw;
}

.article-main__social {
	position: relative;
}

.article-main__social.active .article-main__social-box {
	display: flex;
}

.article-main__social.active .article-main__social-icon-black {
	background: #3A3A3A;
}

.article-main__social-box {
	position: absolute;
	top: 7.77778vw;
	right: 0;
	display: flex;
	flex-direction: column;
	gap: 1.86111vw;
	background: #ECEDF0;
	padding: 2.5vw;
	border-radius: 3.33333vw 3.33333vw 0.83333vw 3.33333vw;
	min-width: 49.16667vw;
	box-shadow: 0px 1.11111vw 1.11111vw rgba(0, 0, 0, 0.14);
	display: none;
}

.article-main__social-icon {
	width: 5.55556vw;
	height: 5.55556vw;
	border-radius: 1.11111vw;
	transition: all .2s;
}

.article-main__social-icon-gray {
	background: #3A3A3A;
}

.article-main__social-icon-black {
	background: #1C1C1C;
}

.article-main__social-icon i {
	width: 5.55556vw;
	height: 5.55556vw;
	flex: 0 0 auto;
	font-size: 5.55556vw;
	-webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(354deg) brightness(102%) contrast(102%);
	        filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(354deg) brightness(102%) contrast(102%);
}

.article-main__social-item {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 1.11111vw;
}

.article-main__social-item_copy {
	display: flex;
}

.article-main__social span {
	font-weight: 600;
	font-size: 3.33333vw;
	line-height: 120%;
}

.article-main__social span.fade-in-out {
	opacity: 0;
	-webkit-animation: fadeOut .2s linear forwards;
	        animation: fadeOut .2s linear forwards;
}

@-webkit-keyframes fadeOut {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes fadeOut {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.article-main__image {
	height: 61.66667vw;
	border-radius: 3.33333vw;
	overflow: hidden;
}

.article-main__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.article-back {
	position: sticky;
	bottom: 5.55556vw;
	z-index: 10;
}

.article-back__box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1.66667vw;
	padding: 2.22222vw;
	border-radius: 1.25vw;
	background: #E0E1E5;
}

@media (max-width: 767px) {
	.article-back__box {
		width: -webkit-fit-content;
		width: fit-content;
		margin: 0 auto;
	}
}

.article-back__box i {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 6.66667vw;
	height: 6.66667vw;
	font-size: 2.22222vw;
	border-radius: 1.25vw;
	background: white;
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.article-back__box span {
	font-weight: 600;
	font-size: 3.33333vw;
	line-height: 106%;
	letter-spacing: -0.02em;
}

.article__wrapper {
	padding-top: 11.11111vw;
	padding-bottom: 11.11111vw;
	display: flex;
	flex-direction: column;
	gap: 11.11111vw;
}

.article__wrapper-popup-open {
	z-index: 12;
}

.article__content {
	display: flex;
	flex-direction: column;
	gap: 5.55556vw;
}

.article__content iframe {
	width: 100%;
	height: 59.72222vw;
}

.article__content a {
	font-weight: 500;
	font-size: 3.61111vw;
	line-height: 1;
	text-decoration: underline;
}

.article__content a:hover {
	text-decoration: none;
}

.article__content p {
	font-weight: 500;
	font-size: 3.61111vw;
	line-height: 125%;
}

.article__content p img {
	border-radius: 3.33333vw;
	width: 100%;
	height: 59.44444vw;
	-o-object-fit: cover;
	   object-fit: cover;
}

.article__content ul {
	font-weight: 500;
	font-size: 3.61111vw;
	line-height: 125%;
	list-style: square;
	margin: 0;
	padding: 0 0 0 5.55556vw;
}

.article__content ul li + li {
	margin: 1.38889vw 0 0;
}

.article__content-title {
	font-weight: 700;
	font-size: 5.55556vw;
	line-height: 100%;
	letter-spacing: -0.04em;
	margin: 0 0 5.55556vw;
}

.article__content-text {
	display: flex;
	flex-direction: column;
	gap: 3.33333vw;
	font-weight: 500;
	font-size: 3.61111vw;
	line-height: 125%;
}

.article__content-text span {
	display: block;
	font-weight: 600;
	font-size: 4.16667vw;
	line-height: 112%;
	padding: 0 0 0 3.61111vw;
	margin: 0 0 0 3.61111vw;
	border-left: 0.55556vw solid #ED131C;
}

.article__content-list {
	padding: 3.33333vw;
	border-radius: 5.55556vw;
	background: #fff;
}

.article__content-photobox-slider .swiper-nav-arrows {
	display: flex;
	width: calc(100% - 5.55556vw);
}

.article__content-photobox-slider .swiper-nav-arrows .swiper-button {
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	width: 5.55556vw;
	height: 5.55556vw;
	border: 1px solid rgba(255, 255, 255, 0.3);
	background: transparent;
	border-radius: 1.66667vw;
	transition: all .3s;
	flex: 0 0 5.55556vw;
}

.article__content-photobox-slider .swiper-nav-arrows .swiper-button:hover {
	background: #FFFFFF;
}

.article__content-photobox-slider .swiper-nav-arrows .swiper-button:hover i {
	-webkit-filter: grayscale(100%) brightness(0%) contrast(0.9);
	        filter: grayscale(100%) brightness(0%) contrast(0.9);
}

.article__content-photobox-slider .swiper-nav-arrows i {
	width: 5.55556vw;
	height: 5.55556vw;
	flex: 0 0 auto;
	font-size: 5.55556vw;
}

.article__content-photobox-photo {
	display: flex;
	flex-direction: column;
	gap: 0.83333vw;
}

.article__content-photobox-photo img {
	border-radius: 3.33333vw;
	width: 100%;
	height: 59.44444vw;
	-o-object-fit: cover;
	   object-fit: cover;
}

.article__content-photobox-photo span {
	color: #A0A3A6;
	font-weight: 600;
	font-size: 3.33333vw;
	line-height: 106%;
	letter-spacing: -0.02em;
}

.article__content-photobox-slider {
	overflow: hidden;
}

.article__content-photobox-slider .swiper-scrollbar {
	display: none;
}

.article__quote {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	gap: 2.22222vw;
	padding: 3.33333vw 2.22222vw 5vw;
	background: #E0E1E5;
	border-radius: 5.55556vw;
}

.article__quote-images {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}

.article__quote-image {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 8.33333vw;
	height: 8.33333vw;
	-webkit-animation: 6s cubic-bezier(0.7, 0, 0.3, 1) infinite;
	        animation: 6s cubic-bezier(0.7, 0, 0.3, 1) infinite;
}

.article__quote-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.article__quote-image_1 {
	-webkit-animation-name: imageSwap-1;
	        animation-name: imageSwap-1;
}

.article__quote-image_2 {
	-webkit-animation-name: imageSwap-2;
	        animation-name: imageSwap-2;
}

.article__quote-text {
	font-weight: 600;
	font-size: 5.55556vw;
	line-height: 100%;
	text-align: center;
	letter-spacing: -0.01em;
}

.other-articles {
	overflow: hidden;
}

.other-articles__items {
	margin: 0 -0.55556vw;
}

.other-articles__item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background: #E0E1E5;
	border-radius: 3.33333vw;
	padding: 2.22222vw;
	min-height: 30vw;
	margin: 0 0.55556vw;
}

.other-articles__item-box {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 2.77778vw;
}

.other-articles__item-name {
	font-weight: 600;
	font-size: 3.61111vw;
	line-height: 106%;
	letter-spacing: -0.02em;
}

.other-articles__item-date {
	font-weight: 600;
	font-size: 3.33333vw;
	line-height: 106%;
	letter-spacing: -0.06em;
	color: #A0A3A6;
}

.other-articles__item-arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 5.55556vw;
	height: 5.55556vw;
	border-radius: 1.11111vw;
	border: 1px solid #A0A3A6;
	flex: 0 0 5.55556vw;
}

.other-articles__item-arrow i {
	width: 1.11111vw;
	height: 1.11111vw;
	flex: 0 0 auto;
	font-size: 1.11111vw;
}

.other-articles__item:hover .other-articles__item-arrow {
	border-color: #000;
	background: #000;
}

.other-articles__item:hover .other-articles__item-arrow i {
	-webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(354deg) brightness(102%) contrast(102%);
	        filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(354deg) brightness(102%) contrast(102%);
}

.article-bottom {
	background: #fff;
	border-radius: 5.55556vw;
	padding-top: 4.44444vw;
	padding-bottom: 4.44444vw;
	margin: 2.22222vw 0 0;
}

.article-bottom__inner {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 2.22222vw;
}

.article-bottom__title {
	font-weight: 600;
	font-size: 6.66667vw;
	line-height: 100%;
	letter-spacing: -0.02em;
	margin: 0 0 10.55556vw;
}

.article-bottom__box {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 2.77778vw;
}

.article-bottom__info {
	font-weight: 600;
	font-size: 3.33333vw;
	line-height: 120%;
	display: flex;
	flex-wrap: wrap;
	gap: 1.11111vw;
}

.article-bottom__info-item {
	display: flex;
	align-items: center;
	gap: 1.11111vw;
}

.article-bottom__info-item-date {
	flex: 0 0 100%;
}

.article-bottom__info-item-date span {
	display: none;
}

.article-bottom__info i {
	width: 5.55556vw;
	height: 5.55556vw;
	flex: 0 0 auto;
	font-size: 5.55556vw;
}

.article-bottom__image {
	height: 61.66667vw;
	border-radius: 3.33333vw;
	overflow: hidden;
}

.article-bottom__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.article-bottom__next {
	width: 15vw;
	height: 15vw;
	position: relative;
	align-self: center;
	border-radius: 50%;
	overflow: hidden;
	cursor: pointer;
	margin: 3.33333vw auto 0;
}

.article-bottom__next-link {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: #DCDDDE;
}

.article-bottom__next-link img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}

.article-bottom__next-progress-timeBar {
	transition: stroke-dashoffset 0.25s linear;
}
