@charset "UTF-8";
/*------------------------------------------------
	脱炭素ポータル > 気候変動の科学
------------------------------------------------*/
.CC #contents {
	width: auto;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.CC #contents {
	margin: 0 auto;
	padding-bottom: 160px;
	background: #fff;
	color: #2C2C2C;
}

@media only screen and (max-width: 767px) {
	.CC #contents {
		padding-bottom: 80px;
	}
}

@media (min-width: 980px) {
	.CC .container-text {
		width: 56.25rem;
		max-width: 95%;
		font-size: 1.125rem;
	}
}

.CC .section {
	margin: 0;
	padding: 120px 0 0;
}

@media only screen and (max-width: 767px) {
	.CC .section {
		padding-top: 48px;
		padding-top: 3rem;
	}
}

.CC .section::after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}

.CC main :is(article, section) {
	margin: 0;
}

.CC main :is(h1, h2, h3, h4, h5, h6) {
	color: inherit;
}

.CC .section :is(h2, .h2) {
	margin-bottom: 2rem;
	font-size: 1.875rem;
}

@media only screen and (max-width: 767px) {
	.CC .section :is(h2, .h2) {
		font-size: 1.375rem;
	}
}

.CC .section :is(h2, .h2) em {
	display: block;
	margin-bottom: 1rem;
	font-size: 1.125rem;
	font-weight: bold;
	color: #008070;
}

.CC .section :is(h3, .h3) {
	margin-bottom: 1em;
	font-size: 1.5rem;
}

@media only screen and (max-width: 767px) {
	.CC .section :is(h3, .h3) {
		font-size: 1.125rem;
	}
}

.CC .section .summary {
	margin: 0 0 1.334em;
	font-size: 1.125rem;
	line-height: 2;
}

@media only screen and (max-width: 767px) {
	.CC .section .summary {
		font-size: 1rem;
	}
}

.CC #background, .CC .bg {
	pointer-events: none;
	display: block;
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.CC #background img, .CC .bg img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.CC #background {
	position: fixed;
	height: 100vh;
}

.CC #background img {
	-o-object-position: center bottom;
	   object-position: center bottom;
}

.CC .has-bg {
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.CC .bg {
	position: absolute;
}

@supports ((-webkit-clip-path: inset(0)) or (clip-path: inset(0))) {
	.CC .has-bg {
		-webkit-clip-path: inset(0);
		        clip-path: inset(0);
	}
	.CC .bg-fixed {
		position: fixed;
		height: 100vh;
	}
}

.CC #what {
	padding: 80px 0 300px;
	padding-bottom: calc(40px + 14vw);
	background: none;
	text-shadow: 0 0 8px #fff, 0 0 10px #fff, 0 0 12px #fff;
}

@media only screen and (max-width: 767px) {
	.CC #what {
		min-height: calc(100vh - 60px);
		padding: 3rem 0 240px;
		padding-bottom: 200px;
	}
}

.CC #what ul.nolist {
	margin: 2rem 0;
	font-weight: bold;
}

.CC #what .bg img {
	-o-object-position: center 80%;
	   object-position: center 80%;
}

@media only screen and (max-width: 767px) {
	@supports ((-webkit-clip-path: inset(0)) or (clip-path: inset(0))) {
		.CC #what .bg {
			position: fixed;
			height: 100vh;
		}
	}
}

.CC #toc {
	height: 0;
}

.CC #toc .wrapper {
	margin-top: 0;
	border-top: 0;
	-webkit-transition: background-color 0.4s ease-out;
	transition: background-color 0.4s ease-out;
	background-color: #fff;
}

@starting-style {
	.CC #toc .wrapper {
		background-color: #000;
	}
	.CC #toc .wrapper a {
		color: #fff;
	}
}

.CC #toc .wrapper:has(.viewing:where(.to-what, .to-know)) {
	background-color: #000;
	color: #fff;
}

.CC #toc .wrapper:has(.viewing:where(.to-what, .to-know)) a {
	color: #fff;
}

.CC #toc .wrapper .viewing:where(.to-what, .to-know) a {
	color: #999;
}

.CC #toc li:first-child[hidden] + li::before {
	content: none;
}

.CC .main > .section:first-child {
	background: #000;
	color: #fff;
}

.CC .main > .section:first-child :is(a, em, h2) {
	color: #fff;
}

.CC #know {
	padding: 240px 0 180px;
	background: #000;
	background-size: cover;
	color: #fff;
}

@media only screen and (max-width: 767px) {
	.CC #know {
		padding: 140px 0 90px;
	}
}

.CC #know blockquote {
	margin: 5em 0;
	padding: 0;
	border: 0;
	background: none;
	text-align: left;
}

@media only screen and (max-width: 767px) {
	.CC #know blockquote {
		margin: 3em 0;
	}
}

.CC #know .bg img {
	-o-object-position: right 45%;
	   object-position: right 45%;
}

.CC #know em.mark {
	padding: 0 0.25em;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0.4)));
	background: -webkit-linear-gradient(transparent 70%, rgba(255, 255, 255, 0.4) 70%, rgba(255, 255, 255, 0.4) 100%);
	background: linear-gradient(transparent 70%, rgba(255, 255, 255, 0.4) 70%, rgba(255, 255, 255, 0.4) 100%);
}

@media only screen and (max-width: 767px) {
	.CC #know em.mark {
		padding: 0 0.14em;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0.4)));
		background: -webkit-linear-gradient(transparent 75%, rgba(255, 255, 255, 0.4) 75%, rgba(255, 255, 255, 0.4) 100%);
		background: linear-gradient(transparent 75%, rgba(255, 255, 255, 0.4) 75%, rgba(255, 255, 255, 0.4) 100%);
	}
}

.CC #happen .happen-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	background: #008070;
	color: #fff;
}

@media only screen and (max-width: 767px) {
	.CC #happen .happen-grid {
		display: block;
	}
}

.CC #happen a {
	color: #fff;
}

.CC #happen .btn {
	min-width: 16em;
	max-width: 100%;
	background: #fff;
	color: #2C2C2C;
}

.CC #happen .btn:is(:hover, :focus) {
	border-color: #008070;
	color: #008070;
}

.CC #happen .btn small {
	display: inline-block;
}

@media (max-width: 979px) {
	.CC #happen .btn small {
		display: block;
	}
}

@media only screen and (max-width: 767px) {
	.CC #happen .btn small {
		display: inline-block;
	}
}

@media only screen and (max-width: 479px) {
	.CC #happen .btn small {
		display: block;
	}
}

.CC #happen article {
	-ms-flex-preferred-size: 50%;
	    flex-basis: 50%;
	position: relative;
	z-index: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	min-height: 440px;
	padding: 24px;
}

@media only screen and (max-width: 767px) {
	.CC #happen article {
		min-height: 360px;
	}
}

.CC #happen h3 {
	font-size: 1.5rem;
}

.CC #happen .summary {
	max-width: 27.778em;
	font-weight: bold;
}

.CC #happen .bg {
	pointer-events: none;
	display: block;
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.CC #happen .bg img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.CC #more .grid > li {
	margin-bottom: 40px !important;
}

.CC #more a.imgbox {
	overflow: hidden;
	position: relative;
	z-index: 0;
	height: 100%;
	margin: 0;
	padding: 31px 24px 0;
	border-color: transparent;
	-webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.16);
	        box-shadow: 0 0 24px rgba(0, 0, 0, 0.16);
}

.CC #more a.imgbox:is(:hover, :focus) {
	color: #fff;
}

.CC #more a.imgbox > article {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	height: 100%;
}

.CC #more a.imgbox h3 {
	margin: 0;
}

.CC #more a.imgbox .tag {
	display: block;
	margin-bottom: 24px;
	font-size: 0.938rem;
	line-height: 1.5;
	letter-spacing: 0.025em;
	font-weight: bold;
	color: #008070;
	-webkit-transition: color 0.12s ease-out;
	transition: color 0.12s ease-out;
}

.CC #more a.imgbox:is(:hover, :focus) .tag {
	color: #fff;
}

.CC #more a.imgbox .h {
	display: block;
	min-height: 3em;
	line-height: 1.5;
	font-size: 1.188rem;
	font-weight: bold;
	color: inherit;
	text-decoration: none;
}

.CC #more a.imgbox .h::after {
	margin-left: 8px;
	font-size: 0.938em;
}

.CC #more a.imgbox:is(:hover, :focus) .h::after {
	background-image: url("../img/ico-outlink-white@2x.png");
}

.CC #more a.imgbox .img {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	overflow: visible;
	position: relative;
	z-index: -1;
	min-height: 258px;
	margin: 10px -24px 0;
	padding: 0 24px 36px;
	border: 0;
	background: #2C2C2C;
	color: #fff;
}

@media only screen and (max-width: 479px) {
	.CC #more a.imgbox .img {
		min-height: 200px;
	}
}

.CC #more a.imgbox .img img {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	-o-object-fit: cover;
	   object-fit: cover;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	-webkit-transition-property: -webkit-transform, -webkit-filter;
	transition-property: -webkit-transform, -webkit-filter;
	transition-property: transform, filter;
	transition-property: transform, filter, -webkit-transform, -webkit-filter;
}

.CC #more a.imgbox .img img[src$="-jma-ccj.jpg"] {
	-o-object-position: right bottom;
	   object-position: right bottom;
}

.CC #more a.imgbox .img p {
	position: relative;
	z-index: -1;
	font-size: 100%;
	opacity: 0;
	-webkit-transition: opacity 0.4s ease-out;
	transition: opacity 0.4s ease-out;
	-webkit-transition-property: opacity, z-index;
	transition-property: opacity, z-index;
}

.CC #more a.imgbox .img .link {
	position: absolute;
	right: 24px;
	bottom: 12px;
	text-decoration: underline;
}

.CC #more a.imgbox .img .link::after {
	content: "";
	display: inline-block;
	position: relative;
	top: -1px;
	vertical-align: middle;
	background: url("../img/ico-angle-right-white@2x.png") no-repeat center;
	background-size: contain;
	width: 10px;
	height: 16px;
	margin-left: 0.5em;
}

.CC #more a.imgbox:is(:hover, :focus) .img img {
	-webkit-transform: scale(4, 5);
	    -ms-transform: scale(4, 5);
	        transform: scale(4, 5);
	-webkit-filter: blur(5px) brightness(50%);
	        filter: blur(5px) brightness(50%);
	-webkit-transition-duration: 0.6s;
	        transition-duration: 0.6s;
}

.CC #more a.imgbox:is(:hover, :focus) p {
	z-index: 10;
	opacity: 1;
}

.CC #faq {
	background: #008070;
	color: #fff;
}

.CC #faq :is(a, em, h2) {
	color: #fff;
}

.CC #faq .faq-continaer {
	margin-top: 80px;
}

@media only screen and (max-width: 767px) {
	.CC #faq .faq-continaer {
		margin-top: 2.5rem;
	}
}

.CC #faq .faq-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0;
	padding: 0;
}

@media (max-width: 979px) {
	.CC #faq .faq-grid {
		display: block;
	}
}

.CC #faq .col {
	-ms-flex-preferred-size: 50%;
	    flex-basis: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	padding: 0;
	background: #00665A;
	color: #fff;
}

.CC #faq .col:where(:nth-child(4n-1), :nth-child(4n)) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
	background-color: #008070;
}

@media (max-width: 979px) {
	.CC #faq .col {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	.CC #faq .col:where(:nth-child(even)) {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: row-reverse;
		        flex-direction: row-reverse;
	}
}

@media only screen and (max-width: 479px) {
	.CC #faq .col {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		background-color: #00665A;
	}
	.CC #faq .col:where(:nth-child(even)) {
		background-color: #008070;
	}
}

.CC #faq .col > * {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	margin: 0;
}

@media only screen and (max-width: 479px) {
	.CC #faq .col > * {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
	}
}

.CC #faq .col::before {
	content: none;
}

.CC #faq .image {
	min-height: 356px;
}

@media (max-width: 979px) {
	.CC #faq .image {
		max-width: 50%;
		min-height: 0;
	}
}

@media only screen and (max-width: 479px) {
	.CC #faq .image {
		max-width: none;
	}
}

.CC #faq .image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center 50%;
	   object-position: center 50%;
}

@media (max-width: 979px) {
	.CC #faq .image img {
		min-height: 100%;
		height: 300px;
	}
}

@media only screen and (max-width: 479px) {
	.CC #faq .image img {
		height: 120px;
	}
}

@media only screen and (max-width: 479px) {
	.CC #faq .image img[src*="-1@"] {
		-o-object-position: center  0%;
		   object-position: center  0%;
	}
	.CC #faq .image img[src*="-2@"] {
		-o-object-position: center 20%;
		   object-position: center 20%;
	}
	.CC #faq .image img[src*="-3@"] {
		-o-object-position: center 10%;
		   object-position: center 10%;
	}
	.CC #faq .image img[src*="-4@"] {
		-o-object-position: center 36%;
		   object-position: center 36%;
	}
	.CC #faq .image img[src*="-5@"] {
		-o-object-position: center 60%;
		   object-position: center 60%;
	}
	.CC #faq .image img[src*="-6@"] {
		-o-object-position: center 45%;
		   object-position: center 45%;
	}
	.CC #faq .image img[src*="-7@"] {
		-o-object-position: center 35%;
		   object-position: center 35%;
	}
	.CC #faq .image img[src*="-8@"] {
		-o-object-position: center 55%;
		   object-position: center 55%;
	}
	.CC #faq .image img[src*="-9@"] {
		-o-object-position: center 50%;
		   object-position: center 50%;
	}
	.CC #faq .image img[src*="-10"] {
		-o-object-position: center 25%;
		   object-position: center 25%;
	}
}

.CC #faq .question {
	margin-bottom: 0 !important;
}

.CC #faq .question .btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	height: 100%;
	padding: 60px 28px 24px;
	border-radius: 0;
	border-color: transparent;
	font-size: 1.25rem;
	background: rgba(0, 0, 0, 0);
	color: inherit;
	text-align: left;
}

.CC #faq .question .btn:is(:hover, :focus) {
	background-color: rgba(0, 0, 0, 0.35);
}

@media (max-width: 1199px) {
	.CC #faq .question .btn {
		padding: 60px 20px 20px;
		font-size: 1.125rem;
	}
}

@media only screen and (max-width: 479px) {
	.CC #faq .question .btn {
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		height: auto;
		min-height: 200px;
		padding: 48px 18px 36px;
		font-size: 1rem;
	}
}

.CC #faq .question .btn::before {
	content: "";
	content: "";
	display: inline-block;
	position: relative;
	top: -1px;
	vertical-align: middle;
	background: url("../img/ico/ico-plus-white.svg") no-repeat center;
	background-size: contain;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 24px;
	right: 24px;
	-webkit-transition: -webkit-transform 0.5s ease-out;
	transition: -webkit-transform 0.5s ease-out;
	transition: transform 0.5s ease-out;
	transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}

@media only screen and (max-width: 767px) {
	.CC #faq .question .btn::before {
		width: 20px;
		height: 20px;
	}
}

@media only screen and (max-width: 479px) {
	.CC #faq .question .btn::before {
		top: 16px;
		right: 16px;
	}
}

.CC #faq .question .btn:is(:hover, :focus)::before {
	-webkit-transform: rotate(180deg) scale(1.5);
	    -ms-transform: rotate(180deg) scale(1.5);
	        transform: rotate(180deg) scale(1.5);
}

.CC .modal-faq {
	position: static;
	display: none;
	height: 100vh;
	padding: 0 0 1px;
}

.CC .modal-faq.fancybox__content {
	display: block;
	-ms-flex-item-align: stretch;
	    -ms-grid-row-align: stretch;
	    align-self: stretch;
}

@media (max-width: 979px) {
	.CC .modal-faq {
		height: auto;
		min-height: 100vh;
	}
}

.CC .modal-faq .modal-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	background: #fff;
}

@media (max-width: 979px) {
	.CC .modal-faq .modal-content {
		display: block;
		height: auto;
	}
}

.CC .modal-faq .question,
.CC .modal-faq .answer {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 50%;
	        flex: 1 0 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-pack: safe center;
	    -ms-flex-pack: safe center;
	        justify-content: safe center;
	padding: 60px;
}

.CC .modal-faq .question {
	-ms-flex-preferred-size: calc(50% - 20px);
	    flex-basis: calc(50% - 20px);
	padding: 112px 86px 112px 104px;
	font-size: 2rem;
	line-height: 1.8;
	font-weight: bold;
	background: #008070;
	color: #fff;
}

@media (max-width: 979px) {
	.CC .modal-faq .question {
		min-height: 270px;
		padding: 52px 42px 48px;
		font-size: 1.375rem;
	}
}

@media only screen and (max-width: 479px) {
	.CC .modal-faq .question {
		min-height: 262px;
		min-height: calc(10.125rem + 100px);
		font-size: 1.125rem;
	}
}

.CC .modal-faq .answer {
	overflow-y: auto;
	row-gap: 1.75em;
	padding: 60px 94px 60px 60px;
	font-size: 1.125rem;
	font-weight: bold;
}

@media (max-width: 979px) {
	.CC .modal-faq .answer {
		overflow-y: visible;
		padding: 30px 30px;
		font-size: 0.938rem;
	}
}

.CC .modal-faq .answer .links {
	margin: 0;
	padding-left: 0;
	font-weight: 500;
}

.CC .modal-faq .answer .links > :is(li, dd) {
	position: relative;
	display: list-item;
	list-style: none;
	margin-left: 1.667em;
	margin-top: 0.25em;
}

.CC .modal-faq .answer .links > :is(li, dd)::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	vertical-align: middle;
	background: url("../img/ico-caret-right@2x.png") no-repeat center;
	background-size: contain;
	width: 12px;
	height: 16px;
	margin-top: -8px;
	top: 0.875em;
	right: 100%;
	margin-right: 0.667em;
}

.CC .modal-faq .answer .links > li:first-child {
	margin-top: 0;
}

.CC .modal-faq .answer .links a:last-child::after {
	position: absolute;
	top: auto;
	margin-top: 0.375em;
	margin-right: 0;
}

.CC .modal-faq .answer :is(a, .linkto) {
	font-weight: 500;
}

.CC .modal-faq .answer .message {
	margin: 0;
	padding: 1em 19px;
	font-weight: 500;
	font-size: 1rem;
}

.CC .modal-faq .answer .message dt {
	font-weight: bold;
}

.CC .fancybox__slide {
	padding: 0;
}

.CC .fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
	padding-top: 0;
}

.CC .fancybox__nav .f-button.is-prev, .CC .fancybox__nav .f-button.is-next {
	width: 54px;
	height: 82px;
	border-radius: 0;
	background: #2C2C2C;
	color: #fff;
	opacity: 0.9;
}

@media (max-width: 979px) {
	.CC .fancybox__nav .f-button.is-prev, .CC .fancybox__nav .f-button.is-next {
		width: 30px;
		height: 60px;
		background: none;
		top: calc((10.125rem + 100px) / 2);
	}
}

.CC .fancybox__nav .f-button.is-prev:is(:hover, :focus), .CC .fancybox__nav .f-button.is-next:is(:hover, :focus) {
	opacity: 0.7;
}

.CC .fancybox__nav .f-button.is-prev {
	left: 0;
}

.CC .fancybox__nav .f-button.is-next {
	right: 0;
}

.CC .fancybox__caption {
	display: none;
}

.CC .fancybox__footer .fancybox__caption {
	width: auto;
	color: #2C2C2C;
}

.CC .is-compact .fancybox__footer {
	background: none;
	text-align: right;
}

.CC .fancybox__content > .f-button.is-close-btn {
	top: 0;
	width: 54px;
	height: 54px;
	border-radius: 0;
	background: rgba(44, 44, 44, 0);
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
	-webkit-transition-property: opacity, color, background-color, border-color;
	transition-property: opacity, color, background-color, border-color;
	opacity: 0.9;
}

.CC .fancybox__content > .f-button.is-close-btn:is(:hover, :focus) {
	background-color: rgba(44, 44, 44, 0.74);
}

.CC .fancybox__content > .f-button.is-close-btn:is(:hover, :focus) svg {
	stroke: #fff;
}

@media (max-width: 979px) {
	.CC .fancybox__content > .f-button.is-close-btn {
		width: 52px;
		height: 52px;
	}
}

.CC .modal-control {
	position: fixed;
	z-index: 40;
	bottom: 32px;
	top: auto;
	right: calc(50% + 55px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 16px;
	text-align: center;
}

@media (max-width: 979px) {
	.CC .modal-control {
		position: static;
		inset: 0;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		padding: 20px 20px;
		background: #fff;
	}
}

.CC .modal-control :is(a, .btn) {
	display: inline-block;
	font-size: 0.875rem;
	opacity: 0.7;
}

.CC .modal-control :is(a, .btn):is(:hover, :focus) {
	opacity: 1;
}

@media (max-width: 979px) {
	.CC .modal-control :is(a, .btn) {
		opacity: 0.9;
	}
	.CC .modal-control :is(a, .btn):is(:hover, :focus) {
		opacity: 0.7;
	}
}

.CC .modal-control :is(a, .btn) img {
	opacity: 1;
}

@media (max-width: 979px) {
	.CC .modal-control .sns {
		position: absolute;
		top: 10px;
	}
	.CC .modal-control .sns:nth-child(1) {
		right: 110px;
	}
	.CC .modal-control .sns:nth-child(2) {
		right: 66px;
	}
}

.CC .modal-control .sns a {
	position: relative;
	top: 0px;
	padding: 2px;
}

.CC .modal-control .sns a::after {
	content: none;
	display: block;
}

@media (max-width: 979px) {
	.CC .modal-control .sns img {
		width: 28px;
		height: 28px;
	}
}

.CC .fancybox__content .btn-icon-close {
	min-width: 80px;
	min-height: 80px;
	border-radius: 80px;
	border-color: transparent;
	margin-left: 20px;
	padding: 5px 10px;
	text-align: center;
	background: #fff;
	color: #2C2C2C;
}

@media (max-width: 979px) {
	.CC .fancybox__content .btn-icon-close {
		min-width: 0;
		min-height: 0;
		margin-left: 0;
		padding: 8px 20px 7px;
		border-color: #C1C1C1;
	}
}

.CC .fancybox__content .btn-icon-close::before {
	content: "";
	display: inline-block;
	position: relative;
	top: -1px;
	vertical-align: middle;
	background: url("../img/ico/ico-back-black.svg") no-repeat center;
	background-size: contain;
	width: 36px;
	height: 36px;
	display: block;
	margin: 0 auto;
}

@media (max-width: 979px) {
	.CC .fancybox__content .btn-icon-close::before {
		display: inline-block;
		width: 28px;
		height: 28px;
		margin-right: 8px;
	}
}

@media (max-width: 979px) {
	.CC #related-topics > h2 {
		margin-bottom: 0;
		border-bottom: 0;
	}
}

@media (max-width: 979px) and (min-width: 768px) {
	.CC #related-topics .grid {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		gap: 0 24px;
	}
}
