.pc {
	display: block;
}

@media (max-width: 768px) {
	.pc {
		display: none;
	}
}

.sp {
	display: none;
}

@media (max-width: 768px) {
	.sp {
		display: block;
	}
}

.menu_overlay {
	z-index: 1;
}

.menu_btn, .menu {
	z-index: 2;
}

.header .nav .logo.open {
	z-index: 3;
}

.header {
	z-index: 10;
}

body {
	line-height: 1.7;
}

body.open {
	overflow: hidden;
}

#luxy {
	margin: 50% 0 0 0;
	width: 100%;
	height: 1500px;
	z-index: -9999;
}

#luxy .luxy-el {
	position: absolute;
}

#luxy .luxy-el:nth-child(1) {
	top: 4%;
	left: 34%;
}

#luxy .luxy-el:nth-child(2) {
	top: 289%;
	right: 9%;
}

#luxy .luxy-el:nth-child(3) {
	top: 134%;
	left: -2%;
}

#luxy .luxy-el:nth-child(4) {
	top: 90%;
	right: 0%;
}

#luxy .luxy-el:nth-child(5) {
	top: 105%;
	left: 0;
}

#luxy .luxy-el:nth-child(6) {
	top: 180%;
	right: -1%;
}

#luxy .luxy-el:nth-child(7) {
	top: 76%;
	left: 48%;
}

#luxy .luxy-el:nth-child(8) {
	top: 235%;
	left: 1%;
}

#luxy .luxy-el:nth-child(9) {
	top: 336%;
	left: 23%;
}

#luxy .luxy-el:nth-child(10) {
	top: 336%;
	left: 13%;
}

#luxy .luxy-el:nth-child(11) {
	top: 536%;
	left: 19%;
}

#luxy .luxy-el:nth-child(12) {
	top: 436%;
	right: -2%;
}

#luxy .luxy-el:nth-child(13) {
	top: 400%;
	left: 13%;
}

#luxy .luxy-el:nth-child(14) {
	top: 379%;
	right: -8%;
}

.wrap {
	width: min(1100px, 100%);
	margin: 0 auto;
	padding: 75px 50px;
}

@media (max-width: 768px) {
	.wrap {
		width: 100%;
		padding: 8% 12px;
	}
}

.title_circle {
	position: sticky;
	top: 40px;
	width: clamp(180px, 40vw, 100%);
	margin: 0 auto;
}

.title_circle img {
	width: 100%;
	height: auto;
}

.grid_container {
	display: grid;
	grid-template-columns: minmax(240px, 1fr) 2fr;
	gap: 40px;
}

@media (max-width: 768px) {
	.grid_container {
		grid-template-columns: 1fr;
	}
}

.btn {
	position: relative;
	height: 72px;
	box-sizing: content-box;
}

.btn::before {
	content: " ";
	display: block;
	height: 0;
	width: 100%;
}

.btn:active::before {
	height: 6px;
}

.btn a {
	border: solid 2px #00a3c8;
	border-bottom: solid 6px #00a3c8;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 22px;
	font-weight: bold;
	color: #00a3c8;
	background-color: #fff;
	line-height: normal;
	text-align: center;
}

.btn a:active {
	border-bottom: solid 2px #00a3c8;
	top: 6px;
}

@media (max-width: 768px) {
	.btn a {
		font-size: 16px;
	}
}
.btn.piri {
	height: auto;
	min-height: 72px;
	width: 70%;
	margin: 0 auto;
}
@media (max-width: 768px) {
	.btn.piri {
		width: 100%;
	}
}

.btn.piri a {
	padding: 8px 6px;
}
.btn.orange {
	position: relative;
	height: 72px;
	box-sizing: content-box;
}

.btn.orange::before {
	content: " ";
	display: block;
	height: 0;
	width: 100%;
}

.btn.orange:active::before {
	height: 6px;
}

.btn.orange a {
	border: solid 2px #ffa000;
	border-bottom: solid 6px #ffa000;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 22px;
	font-weight: bold;
	color: #ffa000;
	background-color: #fff;
	line-height: normal;
	text-align: center;
}

.btn.orange a:active {
	border-bottom: solid 2px #ffa000;
	top: 6px;
}

@media (max-width: 768px) {
	.btn.orange a {
		font-size: 16px;
	}
}

.btn.red {
	position: relative;
	width: 7em;
	height: 3em;
	box-sizing: content-box;
}

.btn.red::before {
	content: " ";
	display: block;
	height: 0;
	width: 100%;
}

.btn.red:active::before {
	height: 6px;
}

.btn.red a {
	border: solid 2px #ff252e;
	border-bottom: solid 6px #ff252e;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 22px;
	font-weight: bold;
	color: #ff252e;
	background-color: #fff;
	line-height: normal;
	text-align: center;
}

.btn.red a:active {
	border-bottom: solid 2px #ff252e;
	top: 6px;
}

@media (max-width: 768px) {
	.btn.red a {
		font-size: 16px;
	}
}

.btn.border {
	width: 80%;
	height: 130px;
	margin: 0 auto 120px;
	box-sizing: content-box;
}

.btn.border::before {
	content: " ";
	display: block;
	width: 100%;
	height: 0;
}

.btn.border:active::before {
	height: 6px;
}

@media (max-width: 768px) {
	.btn.border {
		width: 80%;
		height: 100px;
		border-radius: 8px;
	}
}

.btn.border a {
	color: #00446c;
	border-radius: 40px;
	border: solid 4px #00446c;
	border-bottom: solid 12px #00446c;
	font-size: 30px;
	font-weight: bold;
	background: linear-gradient(-45deg, #fff 25%, #e1ebf0 25%, #e1ebf0 50%, #fff 50%, #fff 75%, #e1ebf0 75%, #e1ebf0);
	background-size: 10px 10px;
	flex-wrap: wrap;
}

.btn.border a:active {
	top: 8px;
	border-bottom: solid 4px #00446c;
}

@media (max-width: 768px) {
	.btn.border a {
		font-size: 20px;
		padding: 0 4%;
	}
}

.top_logo {
	position: absolute;
	top: 42px;
	left: 42px;
	width: 70%;
	max-width: 406px;
	padding: 8px;
}

.top_logo.open {
	z-index: 9999;
	background-color: #fff;
	position: fixed;
}

@media (max-width: 768px) {
	.top_logo {
		top: 20px;
		left: 4%;
	}
}

.top_logo img {
	width: 100%;
	height: auto;
}

.menu_btn {
	position: fixed;
	z-index: 100;
	right: 50px;
	top: 50px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #00446c;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	transition: all 300ms ease;
}

@media (max-width: 768px) {
	.menu_btn {
		width: 50px;
		height: 50px;
		top: 20px;
		right: 4%;
	}
}

.menu_btn:hover {
	transform: scale(1.2);
	transition: all 300ms ease;
}

.menu_btn:active {
	transform: scale(0.9);
	transition: all 300ms ease;
}

.menu_btn span {
	width: 40px;
	height: 4px;
	position: relative;
	border-radius: 2px;
	margin: 4px auto;
	background-color: #fff;
	transition: all 300ms ease;
}

@media (max-width: 768px) {
	.menu_btn span {
		width: 30px;
		height: 3px;
	}
}

.menu_btn.open {
	background-color: #fff;
}

.menu_btn.open span {
	background-color: #00446c;
}

.menu_btn.open span:nth-child(1) {
	transform: rotate(45deg);
	top: 12px;
}

@media (max-width: 768px) {
	.menu_btn.open span:nth-child(1) {
		top: 11px;
	}
}

.menu_btn.open span:nth-child(2) {
	opacity: 0;
	transform: rotate(720deg);
}

.menu_btn.open span:nth-child(3) {
	transform: rotate(135deg);
	top: -12px;
}

@media (max-width: 768px) {
	.menu_btn.open span:nth-child(3) {
		top: -11px;
	}
}

.header {
	position: fixed;
	width: 100%;
	top: 0;
	padding: 0 50px;
}

@media (max-width: 768px) {
	.header {
		padding: 0 4%;
	}
}

.header .menu_btn {
	right: 50px;
	top: 47px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #00446c;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	transition: all 300ms ease;
}

@media (max-width: 768px) {
	.header .menu_btn {
		top: 40px;
		right: 4%;
	}
}

.header .menu_btn:hover {
	transform: scale(1.2);
	transition: all 300ms ease;
}

.header .menu_btn:active {
	transform: scale(0.9);
	transition: all 300ms ease;
}

.header .menu_btn span {
	width: 40px;
	height: 4px;
	position: relative;
	border-radius: 2px;
	margin: 4px auto;
	background-color: #fff;
	transition: all 300ms ease;
}

.header .menu_btn.open {
	background-color: #fff;
}

.header .menu_btn.open span {
	background-color: #00446c;
}

.header .menu_btn.open span:nth-child(1) {
	transform: rotate(45deg);
	top: 12px;
}

.header .menu_btn.open span:nth-child(2) {
	opacity: 0;
	transform: rotate(720deg);
}

.header .menu_btn.open span:nth-child(3) {
	transform: rotate(135deg);
	top: -12px;
}

.header .nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header .nav .logo {
	width: 70%;
	max-width: 406px;
	opacity: 0;
}

.header .nav .logo img {
	width: 100%;
	height: auto;
	padding: 16px;
}

.header .nav .logo.open {
	opacity: 1;
	background-color: #fff;
}

.header .nav .menu {
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	width: 0;
	opacity: 0;
	visibility: hidden;
}

.header .nav .menu.open {
	opacity: 1;
	visibility: visible;
	width: 100%;
	height: 100vh;
	top: 140px;
	left: 0;
}

@media (max-width: 768px) {
	.header .nav .menu.open {
		width: 92%;
	}
}

.header .nav .menu li {
	width: 400px;
	border-bottom: solid 2px #fff;
}

@media (max-width: 768px) {
	.header .nav .menu li {
		width: 100%;
	}
}

.header .nav .menu li:hover a {
	transform: translateX(0.5em);
	transition: all 200ms linear;
}

.header .nav .menu li a {
	display: block;
	font-size: 24px;
	padding: 16px 0;
	color: #fff;
	transition: all 200ms linear;
}

.header .nav .menu li:last-child {
	border: none;
}

.menu_overlay {
	content: " ";
	position: fixed;
	right: 50px;
	top: 47px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #00446c;
	transition: all 300ms linear;
	opacity: 0;
}

@media (max-width: 768px) {
	.menu_overlay {
		top: 40px;
		right: 4%;
	}
}

.menu_overlay.open {
	opacity: 0.9;
	transform: scale(100);
	border-radius: 0;
	transition: all 300ms linear;
}

main {
	padding: 180px 0 0 0;
}

@media (max-width: 768px) {
	main {
		padding: 32% 0 0 0;
	}
}

main .kv {
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;
}

@media (max-width: 768px) {
	main .kv {
		width: 92%;
		padding: 0;
	}
}

main .kv img {
	width: 100%;
	height: auto;
}

main .about .right_container .text {
	padding: 0 0 24px 0;
}

main .about .right_container .img_container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
}

main .about .right_container .img_container img {
	width: 100%;
	height: auto;
}

main .overview .right_container .event_conteiner {
	background: linear-gradient(-45deg, #fff 25%, #e1ebf0 25%, #e1ebf0 50%, #fff 50%, #fff 75%, #e1ebf0 75%, #e1ebf0);
	background-size: 10px 10px;
	padding: 24px;
	margin: 0 0 36px 0;
	border-radius: 24px;
}

@media (max-width: 768px) {
	main .overview .right_container .event_conteiner {
		padding: 8% 4%;
	}
}

main .overview .right_container .event_conteiner .sub_title {
	text-align: center;
	padding: 0 0 40px 0;
}

@media (max-width: 768px) {
	main .overview .right_container .event_conteiner .sub_title {
		width: 100%;
	}
	main .overview .right_container .event_conteiner .sub_title img {
		width: 100%;
		height: auto;
	}
}

main .overview .right_container .event_conteiner .lead {
	color: #00a3c8;
	font-size: 14px;
}

main .overview .right_container .event_conteiner .detail_list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1em;
	padding: 24px 0;
	word-break: break-all;
}

@media (max-width: 768px) {
	main .overview .right_container .event_conteiner .detail_list {
		grid-template-columns: 1fr;
	}
}

main .overview .right_container .event_conteiner .detail_list h4.session_title {
	display: inline-block;
	padding: 4px 8px;
	margin: 0 0 8px 0;
	border-radius: 8px;
	color: #fff;
	line-height: normal;
	background-color: #00a3c8;
}

main .overview .right_container .event_conteiner .detail_list div {
	display: grid;
	grid-template-columns: minmax(60px, 1fr) 4fr;
	font-size: 14px;
	font-weight: bold;
	gap: 4px;
	margin: 0 0 8px 0;
}

main .piripiri {
	background-color: #ffc8c8;
	padding: 100px 0;
}

main .piripiri .title {
	margin: 0 auto 32px;
	width: min(720px, 90%);
	text-align: center;
}

main .piripiri .title span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 28px;
	line-height: 0;
	border: solid 4px #ff252e;
	color: #ff252e;
	background-color: #fff;
	width: 100%;
	text-align: center;
	height: 56px;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 16px 0;
}

main .piripiri .title img {
	width: 100%;
	height: auto;
}

main .piripiri .swiper .swiper-slide .inner img {
	width: 100%;
	height: auto;
	border-radius: 25px;
}

main .piripiri .swiper .swiper-slide .inner .diteil {
	display: grid;
	align-items: center;
	justify-self: center;
	flex-wrap: wrap;
	margin: 30px 0 0 0;
	gap: 24px;
	grid-template-columns: 2fr 1fr;
}

@media (max-width: 768px) {
	main .piripiri .swiper .swiper-slide .inner .diteil {
		grid-template-columns: 1fr;
		gap: 8px;
	}
}

main .piripiri .swiper .swiper-slide .inner .diteil .post_title {
	color: #ff252e;
	font-size: 1.2em;
	min-height: 80px;
}

main .piripiri .swiper .swiper-slide .inner .diteil .link {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	min-height: 4em;
	padding: 8px 0;
	justify-items: center;
}

@media (max-width: 1100px) {
	main .piripiri .swiper .swiper-slide .inner .diteil .link {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	main .piripiri .swiper .swiper-slide .inner .diteil .link {
		grid-template-columns: 1fr 1fr;
	}
}


main .piripiri .single {
	width: 60%;
	margin: auto;
}

main .piripiri .single .swiper-slide .inner img {
	width: 100%;
	height: auto;
	border-radius: 25px;
}

main .piripiri .single .swiper-slide .inner .diteil {
	display: grid;
	align-items: center;
	justify-self: center;
	flex-wrap: wrap;
	margin: 30px 0 0 0;
	gap: 24px;
	grid-template-columns: 2fr 1fr;
}

@media (max-width: 768px) {
	main .piripiri .single .swiper-slide .inner .diteil {
		grid-template-columns: 1fr;
		gap: 8px;
	}
}

main .piripiri .single .swiper-slide .inner .diteil .post_title {
	color: #ff252e;
	font-size: 1.2em;
	min-height: 80px;
}

main .piripiri .single .swiper-slide .inner .diteil .link {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	min-height: 4em;
	padding: 8px 0;
	justify-items: center;
}

@media (max-width: 1100px) {
	main .piripiri .single .swiper-slide .inner .diteil .link {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	main .piripiri .single .swiper-slide .inner .diteil .link {
		grid-template-columns: 1fr 1fr;
	}
}

main .piripiri .swiper .swiper-button-next, main .piripiri .swiper .swiper-button-prev {
	width: 50px;
	height: 50px;
	background-color: #fff;
	box-sizing: content-box;
	border: solid 2px #ff252e;
	border-bottom: solid 8px #ff252e;
	border-radius: 50%;
}

main .piripiri .swiper .swiper-button-next:active, main .piripiri .swiper .swiper-button-prev:active {
	border-bottom: solid 2px #ff252e;
	top: calc(50% + 6px);
}

main .piripiri .swiper .swiper-button-next::after, main .piripiri .swiper .swiper-button-prev::after {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	font-size: 24px;
	color: #ff252e;
	font-weight: bold;
}

main .event_report .grid_container .right_container .post_list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	margin: 0 0 32px 0;
}

@media (max-width: 768px) {
	main .event_report .grid_container .right_container .post_list {
		grid-template-columns: 1fr;
	}
}

main .event_report .grid_container .right_container .post_list .thumbnail {
	margin: 0 0 8px 0;
	width: 100%;
	height: auto;
}

main .event_report .grid_container .right_container .post_list .title {
	margin: 0 0 8px 0;
	font-weight: bold;
	width: 100%;
}

main .event_report .grid_container .right_container .post_list .lead {
	padding: 16px;
	font-size: 14px;
	color: #fff;
	background-color: #00a3c8;
	border-radius: 20px;
	position: relative;
}

main .event_report .grid_container .right_container .post_list .lead::after {
	content: " ";
	top: -20px;
	right: 28px;
	position: absolute;
	display: block;
	border: solid 10px transparent;
	border-bottom: solid 10px #00a3c8;
}

main .video .grid_container .right_container .video_list {
	width: 100%;
	margin: 0 0 32px 0;
}

main .video .grid_container .right_container .video_list .video_content {
	background: linear-gradient(-45deg, #fff 25%, #fff2dd 25%, #fff2dd 50%, #fff 50%, #fff 75%, #fff2dd 75%, #fff2dd);
	background-size: 10px 10px;
	padding: 32px;
	border-radius: 25px;
}

main .video .grid_container .right_container .video_list .video_content .thumbnail {
	margin: 0 0 16px 0;
	width: 100%;
	height: auto;
}

main .video .grid_container .right_container .video_list .title {
	margin: 0 0 8px 0;
	font-weight: bold;
	width: 100%;
}

main .video .grid_container .right_container .video_list .lead {
	padding: 16px;
	font-size: 14px;
	color: #fff;
	background-color: #ffa000;
	border-radius: 20px;
	position: relative;
}

main .video .grid_container .right_container .video_list .lead::after {
	content: " ";
	top: -20px;
	right: 28px;
	position: absolute;
	display: block;
	border: solid 10px transparent;
	border-bottom: solid 10px #ffa000;
}

main .link_arae .banner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

@media (max-width: 768px) {
	main .link_arae .banner {
		grid-template-columns: 1fr;
	}
}

main .link_arae .banner img {
	width: 100%;
	height: auto;
	transition: all 300ms ease;
}

main .link_arae .banner img:hover {
	transform: scale(1.01);
	transition: all 300ms ease;
}

.footer {
	padding: 20px 0 40px;
	color: #00446c;
	border-top: solid 2px #00446c;
	background-color: #fff;
}

@media (max-width: 768px) {
	.footer {
		padding: 12% 8% 8%;
	}
}

.footer .wrap {
	padding: 0 50px;
}

@media (max-width: 768px) {
	.footer .wrap {
		padding: 0;
	}
}

.footer .wrap .inner {
	display: flex;
	justify-content: space-between;
}

@media (max-width: 768px) {
	.footer .wrap .inner {
		flex-direction: column-reverse;
	}
}

.footer .wrap .inner .info .logo {
	margin: 0 0 16px 0;
}

@media (max-width: 768px) {
	.footer .wrap .inner .info .logo {
		width: fit-content;
		margin: 0 auto 32px;
	}
}

.footer .wrap .inner .menu {
	padding: 24px;
}

@media (max-width: 768px) {
	.footer .wrap .inner .menu {
		padding: 0;
	}
}

.footer .wrap .inner .menu li {
	padding: 24px;
}

@media (max-width: 768px) {
	.footer .wrap .inner .menu li {
		padding: 8px;
	}
}

.footer .wrap .inner .menu li a:hover {
	border-bottom: solid 1px #00446c;
}

@media (max-width: 768px) {
	.footer .wrap small {
		display: block;
		text-align: center;
		margin: 16px 0 0 0;
	}
}

.event_report h2.page_title {
	width: fit-content;
	margin: 0 auto;
}

.event_report .anchor_link {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 24px;
}

@media (max-width: 768px) {
	.event_report .anchor_link {
		grid-template-columns: 1fr 1fr;
		gap: 12px;
	}
}

@media (max-width: 768px) {
	.event_report .anchor_link .btn {
		height: 50px;
	}
}

.event_report .post_container {
	background: linear-gradient(-45deg, #fff 25%, #e1ebf0 25%, #e1ebf0 50%, #fff 50%, #fff 75%, #e1ebf0 75%, #e1ebf0);
	background-size: 10px 10px;
	margin: 0 0 32px 0;
	padding: 32px;
	border-radius: 24px;
}

@media (max-width: 768px) {
	.event_report .post_container {
		padding: 32px 4%;
	}
}

.event_report .post_container .title {
	width: 300px;
	margin: 0 auto 32px;
}

@media (max-width: 768px) {
	.event_report .post_container .title {
		width: 100%;
	}
	.event_report .post_container .title img {
		width: 100%;
		height: auto;
	}
}

.event_report .post_container .post_list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
	gap: 24px;
}

.event_report .post_container .post_list li {
	width: 100%;
}

.event_report .post_container .post_list li .thumbnail {
	margin: 0 0 8px 0;
	width: 100%;
	max-width: 100%;
	height: auto;
}

.event_report .post_container .post_list li .title {
	margin: 0 0 8px 0;
	font-weight: bold;
	min-height: 60px;
	width: 100%;
}

.event_report .post_container .post_list li .lead {
	padding: 16px;
	font-size: 14px;
	color: #fff;
	background-color: #00a3c8;
	border-radius: 20px;
	position: relative;
}

.event_report .post_container .post_list li .lead::after {
	content: " ";
	top: -20px;
	right: 28px;
	position: absolute;
	display: block;
	border: solid 10px transparent;
	border-bottom: solid 10px #00a3c8;
}

.video_list h2.page_title {
	width: fit-content;
	margin: 0 auto;
}

.video_list .anchor_link {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 24px;
}

@media (max-width: 768px) {
	.video_list .anchor_link {
		grid-template-columns: 1fr 1fr;
		gap: 12px;
	}
}

@media (max-width: 768px) {
	.video_list .anchor_link .btn {
		height: 50px;
	}
}

.video_list .post_container {
	background: linear-gradient(-45deg, #fff 25%, #fff2dd 25%, #fff2dd 50%, #fff 50%, #fff 75%, #fff2dd 75%, #fff2dd);
	background-size: 10px 10px;
	margin: 0 0 32px 0;
	padding: 32px;
	border-radius: 24px;
}

@media (max-width: 768px) {
	.video_list .post_container {
		padding: 32px 4%;
	}
}

.video_list .post_container .title {
	width: 300px;
	margin: 0 auto 32px;
}

@media (max-width: 768px) {
	.video_list .post_container .title {
		width: 100%;
	}
	.video_list .post_container .title img {
		width: 100%;
		height: auto;
	}
}

.video_list .post_container .post_list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
	gap: 24px;
}

.video_list .post_container .post_list li {
	width: 100%;
}

.video_list .post_container .post_list li .thumbnail {
	margin: 0 0 8px 0;
	width: 100%;
	max-width: 100%;
	height: auto;
}

.video_list .post_container .post_list li .title {
	margin: 0 0 8px 0;
	font-weight: bold;
	min-height: 60px;
	width: 100%;
}

.video_list .post_container .post_list li .lead {
	padding: 16px;
	font-size: 14px;
	color: #fff;
	background-color: #ffa000;
	border-radius: 20px;
	position: relative;
}

.video_list .post_container .post_list li .lead::after {
	content: " ";
	top: -20px;
	right: 28px;
	position: absolute;
	display: block;
	border: solid 10px transparent;
	border-bottom: solid 10px #ffa000;
}

.piripiri_report .main_title {
	color: #ff252e;
	border: solid 2px #ff252e;
	border-radius: 50px;
	padding: 4px 16px;
	font-weight: bold;
	font-size: 25px;
}

@media (max-width: 768px) {
	.piripiri_report .main_title {
		font-size: 16px;
	}
}

.piripiri_report .post .post_title {
	font-size: 40px;
	font-weight: bold;
	color: #ff252e;
	padding: 0 0 16px 0;
}

@media (max-width: 768px) {
	.piripiri_report .post .post_title {
		font-size: 24px;
	}
}

.piripiri_report h1, .piripiri_report h2, .piripiri_report h3, .piripiri_report h4, .piripiri_report h5, .piripiri_report h6 {
	font-size: revert;
	font-weight: revert;
}

.piripiri_report .post .images {
	width: 100%;
	height: auto;
	padding: 0 150px 16px;
}

@media (max-width: 768px) {
	.piripiri_report .post .images {
		padding: 0 8% 16px;
	}
}

.piripiri_report .post .text {
	padding: 0 0 32px 0;
}

.piripiri_report .post .text img {
	max-width: 100%;
}

.piripiri_report .post .sub_title {
	position: relative;
	width: 70%;
	min-height: 150px;
	background-color: #ffcdcf;
	color: #ff252e;
	font-size: 30px;
	padding: 24px 24px 24px 0;
	border-radius: 0 20px 20px 0;
	margin: 50px 0 -75px 0;
}

.piripiri_report .post .sub_title::before {
	content: " ";
	position: absolute;
	top: 0;
	left: -3000px;
	display: block;
	width: 3000px;
	height: 100%;
	background-color: #ffcdcf;
	z-index: -1;
}

.piripiri_report .related_article .title {
	display: flex;
	align-items: center;
	gap: 16px;
	width: fit-content;
	padding: 0 0 40px 0;
	margin: 0 auto;
	color: #ff252e;
	font-size: 40px;
	font-weight: bold;
}

.piripiri_report .related_article .title::before, .piripiri_report .related_article .title::after {
	content: " ";
	display: block;
	width: 32px;
	height: 2px;
	background-color: #ff252e;
}

.piripiri_report .related_article .post_list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
	gap: 24px;
}

.piripiri_report .related_article .post_list li img {
	width: 100%;
	height: auto;
	margin: 0 0 8px 0;
}

.piripiri_report .related_article .post_list li .text {
	color: #ff252e;
	font-weight: bold;
	margin: 0 0 8px 0;
}

.piripiri_report .related_article .post_list li .post_btn {
	border-radius: 50px;
	display: flex;
	overflow: hidden;
}

.piripiri_report .related_article .post_list li .post_btn a {
	background: #ff252e;
	color: #fff;
	width: 50%;
	padding: 16px 0;
}

.piripiri_report .related_article .post_list li .post_btn a span {
	display: inline-block;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.piripiri_report .related_article .post_list li .post_btn a span:hover {
	opacity: 0.7;
}

.piripiri_report .related_article .post_list li .post_btn a:first-child span {
	border-right: solid 1px #fff;
}

.piripiri_report .related_video .title {
	display: flex;
	align-items: center;
	gap: 16px;
	width: fit-content;
	padding: 0 0 40px 0;
	margin: 0 auto;
	color: #ffa000;
	font-size: 40px;
	font-weight: bold;
}

.piripiri_report .related_video .title::before, .piripiri_report .related_video .title::after {
	content: " ";
	display: block;
	width: 32px;
	height: 2px;
	background-color: #ffa000;
}

.piripiri_report .related_video .video_container {
	padding: 0 150px;
}

@media (max-width: 768px) {
	.piripiri_report .related_video .video_container {
		padding: 0;
	}
}

.piripiri_report .related_video .video_container .video_list {
	background: linear-gradient(-45deg, #fff 25%, #fff2dd 25%, #fff2dd 50%, #fff 50%, #fff 75%, #fff2dd 75%, #fff2dd);
	background-size: 10px 10px;
	padding: 24px;
}

@media (max-width: 768px) {
	.piripiri_report .related_video .video_container .video_list {
		padding: 4%;
	}
}

.piripiri_report .related_video .video_container .video_list img {
	width: 100%;
	height: auto;
}

.piripiri_report .related_video .video_container .video_list .text {
	margin: 16px 0 0 0;
}
.piripiri_report .related_video .video_container .video_list li .video_title {
    margin: 0 0 8px 0;
    font-weight: bold;
    width: 100%;
}
.piripiri_report .related_video .video_container .video_list li .lead {
    padding: 16px;
    font-size: 14px;
    color: #fff;
    background-color: #ffa000;
    border-radius: 20px;
    position: relative;
}
.piripiri_report .related_video .video_container .video_list li .lead::after {
    content: " ";
    top: -20px;
    right: 28px;
    position: absolute;
    display: block;
    border: solid 10px transparent;
    border-bottom: solid 10px #ffa000;
}
.piripiri_report .related_video .video_container .video_list .video_content .thumbnail {
    margin: 0 0 16px 0;
    width: 100%;
    height: auto;
}

.piripiri_report .link_area {
	display: flex;
	align-items: center;
	margin: 0 auto;
	gap: 32px;
	width: fit-content;
}

@media (max-width: 768px) {
	.piripiri_report .link_area {
		flex-direction: column;
	}
}

.piripiri_report .link_area .btn {
	width: fit-content;
}

.piripiri_report .link_area .btn a {
	padding: 16px;
}

@media (max-width: 768px) {
	.piripiri_report .link_area .btn {
		width: 100%;
	}
}


/*# sourceMappingURL=style.css.map */