@charset "UTF-8";

@media screen and (max-width: 800px) {
	.header .header_inner {
		display: none;
	}
	.main {
		padding-top: 0;
	}
}

/* campaign-section-wrap */
.campaign-section-wrap {
	width: 100%;
	background-color: #fff;
}

@media screen and (max-width: 800px) {
	.campaign-section-wrap {
		min-width: auto;
	}
}

.campaign-section-wrap .campaign-section-inner {
	width: 1024px;
	margin: 0 auto;
	box-sizing: border-box;
}

@media screen and (max-width: 800px) {
	.campaign-section-wrap .campaign-section-inner {
		width: 100%;
		padding: 0 10px;
	}
}

.campaign-section-wrap.sub-page-section-mv .campaign-section-inner {
	width: 980px;
}

@media screen and (max-width: 800px) {
	.campaign-section-wrap.sub-page-section-mv .campaign-section-inner {
		width: 100%;
	}
}

/* section-history */
.section-history {
	margin-bottom: 70px;
}

@media screen and (max-width: 800px) {
	.section-history {
		margin-bottom: 40px;
	}
}

.section-history .title-wrap {
	position: relative;
	margin-bottom: 60px;
	padding-top: 50px;
	color: #000;
	text-align: center;
}

@media screen and (max-width: 800px) {
	.section-history .title-wrap {
		margin-bottom: 0;
		padding-top: 30px;
	}
}

.section-history .title-wrap::before {
	position: absolute;
	top: 30px;
	left: 80px;
	width: 146px;
	height: 88px;
	background: url(/campaign/rurubu50th/history/img/bg_title.png) no-repeat;
	background-size: contain;
	content: '';
}

@media screen and (max-width: 800px) {
	.section-history .title-wrap::before {
		top: 30px;
		left: 0;
		width: 85px;
		height: 58px;
	}
}

.section-history .title-wrap .sub-title {
	position: relative;
	margin-bottom: 10px;
	font-size: 52px;
	font-weight: 900;
}

@media screen and (max-width: 800px) {
	.section-history .title-wrap .sub-title {
		font-size: 30px;
	}
}

.section-history .title-wrap h2 {
	position: relative;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 900;
}

@media screen and (max-width: 800px) {
	.section-history .title-wrap h2 {
		font-size: 13px;
	}
}

.section-history .history-list-title-wrap {
	display: flex;
	justify-content: center;
	position: relative;
	margin-bottom: 20px;
}
.section-history .history-list-title-wrap::after {
	display: block;
	position: absolute;
	bottom: -25px;
	left: 30%;
	width: 20px;
	height: 100px;
	background-color: #fff;
	transform: translateX(-50%) rotate(25deg);
	content: '';
}

@media screen and (max-width: 800px) {
	.section-history .history-list-title-wrap::after {
		bottom: -10px;
		left: 50%;
		width: 10px;
		height: 50px;
		transform: translateX(-50%) rotate(20deg);
	}
}

.section-history .history-list-title-wrap div {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 520px;
	height: 50px;
	color: #fff;
	font-size: 22px;
	font-weight: 900;
	text-align: center;
}

@media screen and (max-width: 800px) {
	.section-history .history-list-title-wrap div {
		height: 30px;
		font-size: 14px;
	}
}

.section-history .history-list-title-wrap .title-world {
	width: 30%;
	background-color: #0059c3;
}

@media screen and (max-width: 800px) {
	.section-history .history-list-title-wrap .title-world {
		width: 50%;
	}
}

.section-history .history-list-title-wrap .title-rurubu {
	width: 70%;
	background-color: #e60012;
}

@media screen and (max-width: 800px) {
	.section-history .history-list-title-wrap .title-rurubu {
		width: 50%;
	}
}

.section-history .history-list-wrap {
	position: relative;
	background-image: url(/campaign/rurubu50th/history/img/bg_history_top.png);
	background-repeat: no-repeat;
	background-position: top 120px right 0;
}

@media screen and (max-width: 800px) {
	.section-history .history-list-wrap {
		background-image: none;
	}
}

.section-history .history-list-wrap::before {
	position: absolute;
	top: 0;
	left: 30%;
	width: 40px;
	height: calc(100% + 30px);
	background: linear-gradient(#0059c3 0%, #6ab70e 50.74%, #f8e812 72.91%, #e60012 100%);
	transform: translateX(-50%);
	filter: drop-shadow(0 3px 6px rgba(0 0 0 / 30%));
	content: '';
}

@media screen and (max-width: 800px) {
	.section-history .history-list-wrap::before {
		left: 5px;
		width: 10px;
	}
}

.section-history .history-list-wrap::after {
	position: absolute;
	left: 30%;
	width: 50px;
	height: 35px;
	background: url(/campaign/rurubu50th/history/img/bg_bottom_arrow.png) no-repeat;
	background-size: contain;
	transform: translateX(-50%);
	content: '';
}

@media screen and (max-width: 800px) {
	.section-history .history-list-wrap::after {
		left: 5px;
		width: 10px;
	}
}

.section-history .history-list-wrap .slide-item.world-item {
	width: 260px;
	margin-bottom: 20px;
	padding: 10px;
}

@media screen and (max-width: 800px) {
	.section-history .history-list-wrap .slide-item.world-item {
		width: 30%;
		width: 100%;
		margin-bottom: 30px;
		padding: 10px 10px 10px 20px;
		box-sizing: border-box;
	}
}

.section-history .history-list-wrap .slide-item.rurubu-item {
	width: 642px;
	margin: 0 0 30px auto;
	padding: 10px;
	border-radius: 10px 0 10px 10px;
	box-shadow: 0 3px 6px rgba(0 0 0 / 16%);
	background-color: #fff;
}

@media screen and (max-width: 800px) {
	.section-history .history-list-wrap .slide-item.rurubu-item {
		width: auto;
		margin: 0 0 30px 20px;
	}
}

.section-history .history-list-wrap .slide-item.has-more-btn {
	position: relative;
	border: 1px solid #e60012;
	background-color: #fdf7f7;
	transition: all .2s;
	cursor: pointer;
}
.section-history .history-list-wrap .slide-item.has-more-btn:hover {
	background-color: #ffd6d6;
}

@media screen and (max-width: 800px) {
	.section-history .history-list-wrap .slide-item.has-more-btn:hover {
		background-color: #fdf7f7;
	}
}

.section-history .history-list-wrap .slide-item.move-top {
	margin-top: -80px;
}

@media screen and (max-width: 800px) {
	.section-history .history-list-wrap .slide-item.move-top {
		margin-top: 0;
	}
}

.section-history .history-list-wrap .slide-item.move-top-ex {
	margin-top: -100px;
}

@media screen and (max-width: 800px) {
	.section-history .history-list-wrap .slide-item.move-top-ex {
		margin-top: 0;
	}
}

.section-history .history-list-wrap .slide-item .btn-more {
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 4px 10px;
	border-radius: 10px;
	background-color: #e60012;
	color: #fff;
	font-size: 14px;
}
.section-history .history-list-wrap .slide-item .history-year {
	font-size: 17px;
	font-weight: 700;
	line-height: 1.4;
}

@media screen and (max-width: 800px) {
	.section-history .history-list-wrap .slide-item .history-year {
		font-size: 14px;
	}
}

.section-history .history-list-wrap .slide-item.rurubu-item .history-year {
	color: #e60012;
	font-size: 20px;
}
.section-history .history-list-wrap .slide-item.world-item .history-year {
	color: #0059c3;
	font-weight: 400;
}
.section-history .history-list-wrap .slide-item.world-item .history-event {
	font-weight: 400;
}
.section-history .history-list-wrap .slide-item .history-event {
	font-size: 17px;
	font-weight: 700;
	line-height: 1.4;
	word-break: break-all;
}

@media screen and (max-width: 800px) {
	.section-history .history-list-wrap .slide-item .history-event {
		font-size: 14px;
	}
}

.section-history .history-list-wrap .slide-item.rurubu-item .history-event {
	margin-bottom: 10px;
	font-size: 22px;
}
.section-history .history-list-wrap .slide-item .history-event li {
	padding-left: 1em;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.4;
	text-indent: -1em;
}

@media screen and (max-width: 800px) {
	.section-history .history-list-wrap .slide-item .history-event li {
		font-size: 14px;
	}
}

.section-history .history-list-wrap .slide-item.world-item .history-event li {
	font-weight: 400;
}

@media screen and (max-width: 800px) {
	.section-history .history-list-wrap .slide-item.world-item .history-event li {
		font-size: 14px;
	}
}

.section-history .history-list-wrap .slide-item .history-img {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
}
.section-history .history-list-wrap .slide-item .history-img.is-small img {
	width: 60%;
}

@media screen and (max-width: 800px) {
	.section-history .history-list-wrap .slide-item .history-img.is-small img {
		width: 100%;
	}
}

.section-history .history-list-wrap .slide-item .history-interview-btn-wrap button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 250px;
	height: 50px;
	margin: 20px auto 10px;
	border: 4px solid #000;
	border-radius: 40px;
	background: #e60012;
	transition: all .2s ease;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	cursor: pointer;
}

@media screen and (max-width: 800px) {
	.section-history .history-list-wrap .slide-item .history-interview-btn-wrap button {
		width: 250px;
	}
}

.section-history .history-list-wrap .slide-item .history-interview-btn-wrap button:hover {
	background-color: #fff;
	color: #000;
	text-decoration: none;
}

@media screen and (max-width: 800px) {
	.section-history .history-list-wrap .slide-item .history-interview-btn-wrap button:hover {
		background-color: #e60012;
		color: #fff;
	}
}

.section-history .history-list-wrap .slide-item .popup-text {
	display: none;
}
.section-history .history-list-wrap .slide-item .interview-popup-text {
	display: none;
}
.section-history .history-list-wrap .bg-year-1920 {
	width: 146px;
	height: 92px;
	margin: -60px 0 50px 360px;
}

@media screen and (max-width: 800px) {
	.section-history .history-list-wrap .bg-year-1920 {
		width: 124px;
		height: 78px;
		margin: -20px 0 10px 30px;
	}
}

.section-history .history-list-wrap .bg-year-1970 {
	width: 146px;
	height: 92px;
	margin: -10px 0 0 360px;
}

@media screen and (max-width: 800px) {
	.section-history .history-list-wrap .bg-year-1970 {
		width: 124px;
		height: 78px;
		margin: -20px 0 10px 30px;
	}
}

.section-history .history-list-wrap .bg-year-1973 {
	width: 146px;
	height: 92px;
	margin: -190px 0 0 360px;
}

@media screen and (max-width: 800px) {
	.section-history .history-list-wrap .bg-year-1973 {
		width: 124px;
		height: 78px;
		margin: -20px 0 10px 30px;
	}
}

.section-history .history-list-wrap .bg-year-2000 {
	width: 146px;
	height: 92px;
	margin: -10px 0 0 110px;
}

@media screen and (max-width: 800px) {
	.section-history .history-list-wrap .bg-year-2000 {
		width: 124px;
		height: 78px;
		margin: -20px 0 10px 30px;
	}
}

.section-history .history-list-wrap .bg-year-2010 {
	width: 146px;
	height: 92px;
	margin: -10px 0 0 110px;
}

@media screen and (max-width: 800px) {
	.section-history .history-list-wrap .bg-year-2010 {
		width: 124px;
		height: 78px;
		margin: -20px 0 10px 30px;
	}
}

.section-history .history-list-wrap .bg-year-2020 {
	width: 146px;
	height: 92px;
	margin: -10px 0 0 110px;
}

@media screen and (max-width: 800px) {
	.section-history .history-list-wrap .bg-year-2020 {
		width: 124px;
		height: 78px;
		margin: -20px 0 10px 30px;
	}
}

.section-history .history-list-wrap .bg-year-2022 {
	width: 608px;
	margin: 50px 0 -70px 360px;
}

@media screen and (max-width: 800px) {
	.section-history .history-list-wrap .bg-year-2022 {
		width: 100%;
		max-width: 304px;
		margin: 20px auto;
	}
}

.section-history .history-list-wrap .bg-year-2023 {
	width: 146px;
	height: 92px;
	margin: 30px 0 0 110px;
}

@media screen and (max-width: 800px) {
	.section-history .history-list-wrap .bg-year-2023 {
		width: 124px;
		height: 78px;
		margin: 0 0 10px 30px;
	}
}

.section-history .history-list-wrap .slide-last-year {
	z-index: 2;
	width: 600px;
	margin: 30px auto;
	padding: 20px;
	border: 4px solid #e60012;
	border-radius: 10px;
	background-color: #fff;
	text-align: center;
}

@media screen and (max-width: 800px) {
	.section-history .history-list-wrap .slide-last-year {
		width: 80%;
		margin-top: 0;
		padding: 20px 10px;
	}
}

.section-history .history-list-wrap .slide-last-year .last-year-img {
	width: 472px;
	height: 250px;
	margin: 0 auto 10px;
}

@media screen and (max-width: 800px) {
	.section-history .history-list-wrap .slide-last-year .last-year-img {
		width: 100%;
		max-width: 236px;
		height: auto;
		margin-bottom: 30px;
	}
}

.section-history .history-list-wrap img {
	width: 100%;
}
.section-history .history-list-wrap .slide-last-year .last-year-text {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	text-align: left;
}

/* bg-campaign-history-popup */
.bg-campaign-history-popup {
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background-color: rgba(0 0 0 / 90%);
	transition: .5s;
	opacity: 0;
}
.bg-campaign-history-popup.is-active {
	visibility: visible;
	opacity: 1;
}
.campaign-history-popup {
	position: absolute;
	top: 50%;
	left: 50%;
	background: linear-gradient(#fff567 0%, #b6ecf5 100%);
	transform: translateX(-50%) translateY(-50%);
}

@media screen and (max-width: 800px) {
	.campaign-history-popup {
		width: 90%;
		max-height: calc(100vh - 110px);
	}
}

.campaign-history-popup .campaign-history-popup-content {
	position: relative;
	width: 645px;
	margin: 20px;
	background: #fff;
	text-align: center;
}

@media screen and (max-width: 800px) {
	.campaign-history-popup .campaign-history-popup-content {
		width: auto;
		margin: 10px;
	}
}

.campaign-history-popup .campaign-history-popup-close-btn {
	display: block;
	position: absolute;
	top: -40px;
	right: -40px;
	width: 37px;
	height: 37px;
	border: 3px solid #fff;
	border-radius: 20px;
	box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
	background-color: #333;
	transition: opacity .3s;
	cursor: pointer;
}

@media screen and (max-width: 800px) {
	.campaign-history-popup .campaign-history-popup-close-btn {
		top: -22px;
		right: -22px;
		width: 22px;
		height: 22px;
	}
}

.campaign-history-popup .campaign-history-popup-close-btn::before,
.campaign-history-popup .campaign-history-popup-close-btn::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 3px;
	height: 25px;
	background: #fff;
	content: '';
}

@media screen and (max-width: 800px) {
	.campaign-history-popup .campaign-history-popup-close-btn::before,
	.campaign-history-popup .campaign-history-popup-close-btn::after {
		width: 2px;
		height: 15px;
	}
}

.campaign-history-popup .campaign-history-popup-close-btn::before {
	transform: translate(-50%, -50%) rotate(45deg);
}
.campaign-history-popup .campaign-history-popup-close-btn::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}
.campaign-history-popup .campaign-history-popup-close-btn:hover {
	opacity: .85;
}

@media screen and (max-width: 800px) {
	.campaign-history-popup .campaign-history-popup-close-btn:hover {
		opacity: 1;
	}
}

.campaign-history-popup .campaign-history-popup-text {
	overflow-y: scroll;
	max-height: calc(100vh - 150px);
	padding: 20px;
	line-height: 1.4;
	text-align: left;
	word-break: break-all;
}

@media screen and (max-width: 800px) {
	.campaign-history-popup .campaign-history-popup-text {
		padding: 10px;
		font-size: 14px;
	}
}

.campaign-history-popup .campaign-history-popup-text.is-interview {
	padding: 20px 20px 60px;
	box-sizing: border-box;
	background: url(/campaign/rurubu50th/history/img/bg_title.png) no-repeat;
	background-position: right 20px bottom 10px;
	background-size: 146px 88px;
	background-attachment: fixed;
}
.campaign-history-popup .campaign-history-popup-text .history-year {
	color: #e60012;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
}
.campaign-history-popup .campaign-history-popup-text .history-event-wrap {
	margin-bottom: 10px;
	border-bottom: 2px solid #333;
}
.campaign-history-popup .campaign-history-popup-text .history-event {
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.4;
}
.campaign-history-popup .campaign-history-popup-text li {
	padding-left: 1em;
	text-indent: -1em;
}
.campaign-history-popup .campaign-history-popup-text .history-img {
	margin-top: 10px;
	text-align: center;
}
.campaign-history-popup .campaign-history-popup-text .history-img img {
	width: 100%;
	max-width: 600px;
}
.campaign-history-popup .campaign-history-popup-text .interview-title {
	position: relative;
	min-height: 80px;
	margin-bottom: 20px;
	border-bottom: 2px solid #333;

	/*
	border-bottom: 2px solid #e60012;
	border-image: linear-gradient(.25turn, #e60012 0%, #f8e812 50.74%, #0059c3 100%);
	border-image-slice: 1;
	*/
}
.campaign-history-popup .campaign-history-popup-text .interview-title::before {
	position: absolute;
	width: 72px;
	height: 72px;
	content: '';
}

@media screen and (max-width: 800px) {
	.campaign-history-popup .campaign-history-popup-text .interview-title::before {
		width: 50px;
		height: 50px;
	}
}

.campaign-history-popup .campaign-history-popup-text .interview-title.is-female::before {
	background: url(/campaign/rurubu50th/history/img/icon_female.png) no-repeat;
	background-size: contain;
}
.campaign-history-popup .campaign-history-popup-text .interview-title.is-female2::before {
	background: url(/campaign/rurubu50th/history/img/icon_female2.png) no-repeat;
	background-size: contain;
}
.campaign-history-popup .campaign-history-popup-text .interview-title.is-female3::before {
	background: url(/campaign/rurubu50th/history/img/icon_female3b.png) no-repeat;
	background-size: contain;
}
.campaign-history-popup .campaign-history-popup-text .interview-title.is-male::before {
	background: url(/campaign/rurubu50th/history/img/icon_male.png) no-repeat;
	background-size: contain;
}
.campaign-history-popup .campaign-history-popup-text .interview-title.is-male2::before {
	background: url(/campaign/rurubu50th/history/img/icon_male2.png) no-repeat;
	background-size: contain;
}
.campaign-history-popup .campaign-history-popup-text .interview-name {
	margin-left: 80px;
	font-size: 20px;
	font-weight: 700;
}

@media screen and (max-width: 800px) {
	.campaign-history-popup .campaign-history-popup-text .interview-name {
		margin-left: 60px;
	}
}

.campaign-history-popup .campaign-history-popup-text .interview-name span {
	font-size: 16px;
	font-weight: 400;
}
.campaign-history-popup .campaign-history-popup-text .interview-career {
	margin-bottom: 10px;
	margin-left: 80px;
}

@media screen and (max-width: 800px) {
	.campaign-history-popup .campaign-history-popup-text .interview-career {
		margin-left: 60px;
	}
}

.campaign-history-popup .campaign-history-popup-text .interview-q {
	z-index: 2;
	margin-bottom: 20px;
	font-weight: 700;
}
.campaign-history-popup .campaign-history-popup-text .interview-a {
	z-index: 2;
	margin-bottom: 40px;
}
