@charset "UTF-8";


/* 新型コロナウィルス対策緊急プロジェクト特設ページ */
.c-list-cat li.corona {
	background-color: #5e768e;
}

.c-title-page.corona h1 {
	color: #fff;
	background-color: #ec6d65;
	line-height: 1.5;
	padding: 22px 0;
}
@media screen and (min-width: 768px) {
	.c-title-page.corona h1 {
		padding: 40px 40px 32px;
	}
}
.c-title-page.corona h1 span::after {
	background-color: #fff;
}
.c-title-page.corona::before {
	background-image: url(../images/deco_page_title_corona.png);
}

.nav-to-support {
	padding: 20px 30px 0;
	text-align: center;
	max-width: 76%;
	margin: 0 auto;
}
@media screen and (min-width: 768px) {
	.nav-to-support {
    padding: 54px 30px 0;
		margin: 0 auto;
		max-width: 1100px;
	}
}
@media screen and (min-width: 768px) {
	.nav-to-support ul {
		display: flex;
		flex-wrap: nowrap;
		margin: 0 -14px;
	}
}
@media screen and (min-width: 768px) {
	.nav-to-support ul li {
		flex-basis: 50%;
		max-width: 50%;
		padding: 0 14px;
		box-sizing: border-box;
	}
}
.nav-to-support ul li a {
	display: block;
	border-radius: 10px;
	padding: 8px 0;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1;
}
@media screen and (min-width: 768px) {
	.nav-to-support ul li a {
		font-size: 2.0rem;
	}
}
	@media screen and (min-width: 1024px) {
		.nav-to-support ul li a {
		padding: 20px 0;
		font-size: 2.6rem;
	}
}

.c-list-jirei.corona {
	max-width: 1100px;
	background-color: #fbe2e0;
	margin: 100px auto 0;
}
@media screen and (min-width: 1024px) {
	.c-list-jirei.corona {
		padding: 40px;
		margin: 150px auto 0;
	}
}
.c-list-jirei.corona .c-title-line {
	top: -44px;
}
@media screen and (min-width: 1024px) {
	.c-list-jirei.corona .c-title-line {
		top: -60px;
	}
}
.c-list-jirei.corona .c-title-line span {
	color: #ec6d65;
}
.c-list-jirei.corona .c-title-line span::before,
.c-list-jirei.corona .c-title-line span::after {
	background-color: #ec6d65;
}
@media screen and (min-width: 768px) {
	.c-list-jirei.corona article {
		margin-bottom: 10px;
	}
}
	@media screen and (min-width: 1024px) {
		.c-list-jirei.corona article {
		flex-basis: 25%;
		max-width: 25%;
		margin-bottom: 10px;
	}
}
.c-list-jirei.corona .c-button-round-01 {
	color: #ec6d65;
	border-color: #ec6d65;
}
@media screen and (min-width: 768px) {
	.c-list-jirei.corona .c-button-round-01 {
		margin-top: 0;
	}
}

#campaign,
#movies-list,
#faq,
#see {
	margin: 0 auto;
}
#campaign .l-contents-section_inner,
#movies-list .l-contents-section_inner,
#see .l-contents-section_inner {
	max-width: 1160px;
}
#campaign .c-title-line,
#movies-list .c-title-line,
#faq .c-title-line,
#see .c-title-line {
	color: #ec6d65;
	font-size: 1.8rem;
	letter-spacing: 0.2em;
}
@media screen and (min-width: 1024px) {
	#campaign .c-title-line,
	#movies-list .c-title-line,
	#faq .c-title-line,
	#see .c-title-line {
		font-size: 2.9rem;
	}
}
#campaign .c-title-line span::before,
#campaign .c-title-line span::after,
#movies-list .c-title-line span::before,
#movies-list .c-title-line span::after,
#faq .c-title-line span::before,
#faq .c-title-line span::after,
#see .c-title-line span::before,
#see .c-title-line span::after {
	background-color: #ec6d65;
}

#campaign {
	text-align: center;
}
#campaign .l-contents-section_inner {
	border-top: 0;
	border-bottom: 1px dotted #333;
	padding: 0 0 40px;
	max-width: 1160px;
}
@media screen and (min-width: 1024px) {
	#campaign .l-contents-section_inner {
		padding: 0 0 100px;
		border-bottom: 2px dotted #333;
	}
}
#campaign p {
	margin: 20px 0;
	font-size: 1.2rem;
	text-align: left;
	letter-spacing: 0.06em;
}
@media screen and (min-width: 1024px) {
	#campaign p {
		margin: 40px 0;
		font-size: 1.5rem;
		display: flex;
    justify-content: center;
	}
}
#campaign .movie {
	max-width: 880px;
	margin: 0 auto;
}
#campaign .btn {
	background-color: #ec6d65;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	width: 100%;
	display: block;
	border-radius: 30px;
	line-height: 1;
	padding: 10px 0;
	margin-top: 20px;
}
@media screen and (min-width: 768px) {
	#campaign .btn {
    font-size: 2.0rem;
    width: 62%;
    margin: 64px auto 0;
    padding: 14px 0;
	}
}
#campaign .btn::before {
	content: "";
	margin: -1px 8px 0 0;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	display: inline-block;
	vertical-align: middle;
}
@media screen and (min-width: 768px) {
	#campaign .btn::before {
		width: 10px;
    height: 10px;
    margin: -3px 10px 0 0;
	}
}


#movies-list ul {
	margin-top: -6px;
}
@media screen and (min-width: 768px) {
	#movies-list ul {
		display: flex;
		flex-wrap: wrap;
		margin: -24px -36px 0;
	}
}
#movies-list ul li {
	margin-top: 30px;
}
@media screen and (min-width: 768px) {
	#movies-list ul li {
		flex-basis: 50%;
		max-width: 50%;
		padding: 0 36px;
		margin-top: 70px;
		box-sizing: border-box;
	}
}
#movies-list ul li p {
	margin-top: 8px;
	font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
	#movies-list ul li p {
		font-size: 1.8rem;
	}
}
#movies-list ul li span {
	display: block;
	margin-top: 6px;
	padding-top: 6px;
	border-top: 1px solid #e5e5e5;
	font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
	#movies-list ul li span {
		font-size: 1.6rem;
	}
}


#faq {
	padding: 40px 13px 0;
}
@media screen and (min-width: 768px) {
	#faq {
		padding: 100px 0;
	}
}
@media screen and (min-width: 768px) {
	#faq {
	}
}
#faq .l-contents-section_inner {
	max-width: 1100px;
}
#faq .faq-list {
	margin-top: 20px;
}
@media screen and (min-width: 768px) {
	#faq .faq-list {
		margin-top: 40px;
	}
}
#faq .faq-list li {
	padding: 13px;
}
@media screen and (min-width: 768px) {
	#faq .faq-list li {
		padding: 60px 40px;
	}
}
@media screen and (min-width: 1024px) {
	#faq .faq-list li {
		padding: 60px 140px;
	}
}
#faq .faq-list li:nth-child(odd) {
	background-color: #e0d4c7;
}
#faq .faq-list li:nth-child(even) {
	background-color: #efeae3;
}
#faq .faq-list h3 {
	color: #ec6d65;
	background-color: #fff;
	border-radius: 4px;
	padding: 0 0 4px;
	overflow: hidden;
	text-align: center;
}
@media screen and (min-width: 768px) {
	#faq .faq-list h3 {
		text-align: left;
		border-radius: 20.5px;
		overflow: hidden;
		display: flex;
		padding: 0;
	}
}
#faq .faq-list h3 span {
	text-align: center;
	font-weight: bold;
}
@media screen and (min-width: 768px) {
	#faq .faq-list h3 span {
		padding: 2px 20px;
		font-size: 1.9rem;
		text-align: left;
	}
}
#faq .faq-list h3 em {
	display: block;
	margin-bottom: 4px;
	padding: 4px 0;
	color: #fff;
	background-color: #ec6d65;
	font-style: normal;
}
@media screen and (min-width: 768px) {
	#faq .faq-list h3 em {
		margin: 0;
    padding: 2px 20px;
		font-size: 1.9rem;
		flex-basis: 4em;
    display: flex;
    align-items: center;
    justify-content: center;
}
	}
}
#faq .faq-list .q {
	padding: 20px 0 0 40px;
	position: relative;
}
@media screen and (min-width: 768px) {
	#faq .faq-list .q {
		padding: 40px 0 0 75px;
	}
}
#faq .faq-list .q::before {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 18px;
	left: 0;
	background-image: url(../images/icon_q.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100%;
}
@media screen and (min-width: 768px) {
	#faq .faq-list .q::before {
    width: 60px;
    height: 60px;
    top: 30px;
	}
}
#faq .faq-list .q p {
	font-size: 1.2rem;
	font-weight: bold;
}
@media screen and (min-width: 768px) {
	#faq .faq-list .q p {
		font-size: 1.5rem;
	}
}
#faq .faq-list .a {
	padding: 0 0 0 40px;
	position: relative;
}
@media screen and (min-width: 768px) {
	#faq .faq-list .a {
		padding: 0 0 0 75px;
	}
}
#faq .faq-list .a::before {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 18px;
	left: 0;
	background-image: url(../images/icon_a.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100%;
}
@media screen and (min-width: 768px) {
	#faq .faq-list .a::before {
    width: 60px;
    height: 60px;
    top: 14px;
	}
}
#faq .faq-list .a p {
	font-size: 1.2rem;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 2px dotted #333;
	word-break: break-all;
	max-height: calc(1.8em * 5);
	overflow: hidden;
	transition: max-height 0.25s;
}
#faq .faq-list .a p.open {
	max-height: 2000px;
}
@media screen and (min-width: 768px) {
	#faq .faq-list .a p {
		font-size: 1.5rem;
	}
}
@media screen and (min-width: 768px) {
	#faq .faq-list .a p {
		max-height: none;
	}
}
#faq .faq-list .a p a {
	text-decoration: underline;
}
#faq .faq-list .a .line {
	display: block;
	border-top: 1px dotted #333;
	margin: 20px 0;
	height: 0;
	padding: 0;
}
#faq .faq-list .a .more {
	display: block;
	color: #ec6d65;
	background-color: #fff;
	border-radius: 20.5px;
	text-align: center;
	padding: 8px 0;
	margin-top: 10px;
	line-height: 1;
	font-style: normal;
}
@media screen and (min-width: 768px) {
	#faq .faq-list .a .more {
		display: none;
	}
}

#supporter {
	padding: 40px 30px;
}
@media screen and (min-width: 768px) {
	#supporter {
		padding: 0 30px 100px;
	}
}
#supporter .inner {
	border-top: 1px dotted #333;
	/* border-bottom: 1px dotted #333; */
	max-width: 1100px;
	margin: 0 auto;
	padding: 40px 0 0;
}
@media screen and (min-width: 768px) {
	#supporter .inner {
		padding: 100px 0 0;
		border-top: 2px dotted #333;
		/* border-bottom: 2px dotted #333;*/
	}
}

#see {
	max-width: none;
	padding: 20px 0 40px;
}
@media screen and (min-width: 768px) {
	#see {
		padding: 20px 0 100px;
	}
}
#see .btn {
	background-color: #ec6d65;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	width: 100%;
	display: block;
	border-radius: 30px;
	line-height: 1;
	padding: 10px 0;
	text-align: center;
	width: 84%;
	margin: 0 auto;
}
@media screen and (min-width: 768px) {
	#see .btn {
		font-size: 2.0rem;
    width: 720px;
    margin: 0 auto;
    padding: 14px 0;
	}
}
#see .btn::before {
	content: "";
	margin: -1px 8px 0 0;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	display: inline-block;
	vertical-align: middle;
}
@media screen and (min-width: 768px) {
	#see .btn::before {
		width: 10px;
    height: 10px;
    margin: -3px 10px 0 0;
	}
}


.SDGs {
	margin-top: -30px;
	padding: 30px 40px;
}
.SDGs .inner {
	border-bottom: 1px dotted #333;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 0 40px;
}
@media screen and (min-width: 768px) {
	.SDGs .inner {
		border-bottom: 2px dotted #333;
		padding: 0 0 100px;
	}
}

.movie {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100%;
}

#carousel {
	width: 100%;
	margin: 30px auto;
}
@media screen and (min-width: 768px) {
	#carousel {
		margin: 50px auto;
	}
}
#carousel .slick-prev {
	left: 10px;
	z-index: 1;
	width: 36px;
	height: 36px;
}
#carousel .slick-next {
	right: 10px;
	width: 36px;
	height: 36px;
}
@media screen and (min-width: 768px) {
	#carousel .slick-prev {
		left: 30px;
	}
	#carousel .slick-next {
		right: 30px;
	}
}
#carousel .slick-prev::before,
#carousel .slick-next::before {
	font-size: 30px;
}
@media screen and (min-width: 768px) {
	#carousel .slick-prev::before,
	#carousel .slick-next::before {
		font-size: 36px;
	}
}
.slick-slide img {
	width: 100%;
	height: auto;
}

.headline-banner {
	padding: 1px 0 0;
}
.headline-banner a {
	background-color: #ec6d65;
	color: #fff;
	display: block;
	text-align: center;
	padding: 10px 0;
	font-weight: bold;
	position: relative;
	line-height: 1.4;
}
@media screen and (min-width: 768px) {
	.headline-banner a {
		font-size: 2.4rem;
		font-weight: bold;
		line-height: 1;
    padding: 20px 0;
	}
}
@media screen and (min-width: 1024px) {
	.headline-banner a {
		font-size: 3.0rem;
	}
}
.headline-banner a::before {
	content: "";
	display: block;
	background-image: url(../images/icon_corona.png);
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	vertical-align: middle;
	position: absolute;
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
	.headline-banner {
		padding: 0px 0 0;
	}
	.headline-banner a::before {
		position: static;
    display: inline-block;
    width: 49px;
    height: 49px;
    margin-right: 20px;
    transform: none;
	}
}
.headline-banner a::after {
	content: "";
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: rotate(45deg) translateY(-50%);
	-webkit-transform: rotate(45deg) translateY(-50%);
}
@media screen and (min-width: 768px) {
	.headline-banner a::after {
		position: static;
    display: inline-block;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    vertical-align: middle;
    margin-left: 20px;
    width: 12px;
    height: 12px;
	}
}
