@charset 'utf-8';


.articleblock,
body.safearea .articleblock {
	padding: 0;
}

.caption, .slick-slide::before, .slick-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slick-slide::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.main-slider-cover {
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	overflow: hidden;
	position: relative;
}

.main-slider {
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.main-slider.slick-initialized {
	opacity: 1;
	visibility: visible;
}

.slick-slide {
	position: relative;
}

.slick-slide:before {
	background-color: #000;
	opacity: 0;
	z-index: 1;
}

.slick-slide video {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	transform: translate(-50%, -50%);
}

.slick-slide iframe {
	position: relative;
	pointer-events: none;
}

.slick-slide figure {
	position: relative;
	height: 100%;
}

.slick-slide .slide-image {
	opacity: 0;
	height: 100%;
	background-size: cover;
	background-position: center;
	transition: all 0.8s ease;
}

.slick-slide .slide-image.show {
	opacity: 1;
}

.slick-slide .image-entity {
	width: 100%;
	opacity: 0;
	visibility: hidden;
}

.slick-slide .loading {
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%;
}

.slick-slide .slide-media {
	-webkit-animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
		  animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}

.slick-slide.slick-active {
	z-index: 1;
}

.slick-slide.slick-active .slide-media {
	-webkit-animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
		  animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}

.slick-slide.slick-active .caption {
	opacity: 1;
	transform: translateY(0);
	transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
}

.caption {
	position: absolute;
	top: 44%;
	left: 5%;
	text-align: center;
	padding: 20px;
	border: 3px solid;
	color: #fff;
	margin: 0;
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 0.02em;
	opacity: 0;
	z-index: 1;
	transition: all 0.3s ease;
	transform: translateY(100px);
}

.slick-dots {
	text-align: center;
	padding-top: 15px;
}

.slick-dots li {
	display: inline-block;
	vertical-align: top;
	margin: 0 8px;
}

.slick-dots li button {
	width: 16px;
	height: 16px;
	border: none;
	cursor: pointer;
	border-radius: 50%;
	border: 2px solid #fff;
	box-shadow: 0 0 0 0 transparent;
	vertical-align: middle;
	color: #fff;
	background-color: #fff;
	transition: all 0.3s ease;
	opacity: 0.4;
}

.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover {
	opacity: 1;
}

.slick-dots li.slick-active button {
	border-color: #2d3042;
	box-shadow: 0 0 0 2px #fff;
	opacity: 1;
}

.container {
	background-color: #f2f2f2;
	color: #444;
	line-height: 1.6;
	padding: 40px 0;
}
.container .content {
	width: 90%;
	max-width: 980px;
	margin: 0 auto;
}
.container p {
	margin-bottom: 40px;
}

.slick-arrow {
	width: 40px;
	height: 40px;
	background-color: rgba(255,255,255,.5);
	cursor: pointer;
	border: none;
	outline: none;
	font-size: 0;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	z-index: 1;
}

.slick-arrow:before {
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	border: 1px solid #000;
	border-width: 1px 1px 0 0;
	position: absolute;
	top: 11px;
	transform: rotate(45deg);
}

.slick-next {
	right: 0;
}

.slick-prev {
	left: 0;
}

.slick-next:before {
	left: 8px;
}

.slick-prev:before {
	border-width: 0 0 1px 1px;
	right: 8px;
}

@media only screen and (min-width: 641px) {

	.slick-arrow {
		width: 60px;
		height: 60px;
	}

	.slick-arrow:before {
		width: 24px;
		height: 24px;
		top: 18px;
	}

	.slick-next::before {
		left: 12px;
	}

	.slick-prev::before {
		right: 12px;
	}
}

@-webkit-keyframes slideIn {

	from {
		filter: blur(15px);
	}
	to {
		filter: blur(0);
	}
}

@keyframes slideIn {

	from {
		filter: blur(15px);
	}
	to {
		filter: blur(0);
	}
}

@-webkit-keyframes slideOut {

	from {
		filter: blur(0);
	}
	to {
		filter: blur(15px);
	}
}

@keyframes slideOut {

	from {
		filter: blur(0);
	}
	to {
		filter: blur(15px);
	}
}


.thumbs_list {
	display: flex;
	width: 100%;
	list-style: none;
}

.thumbs_list li {
	width: 12.5%;
	padding-top: 8%;
	position: relative;
}

.thumbs_list li img {
	width: 100%;
	height: auto;
}

.thumbs_list li.slick-active {
	border: 3px solid;
}

.thumbs_list li.movie:before {
	content: '';
	width: 15%;
	padding-top: 15%;
	border-radius: 50%;
	background: #f00;
	opacity: .7;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.thumbs_list li.movie:after {
	content: '';
	width: 6%;
	height: calc(tan(60deg) * 6%);
	background: #fff;
	opacity: .7;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-40%, -50%);
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}



.presentation {
	background: #fff;
}

.presentation > .inner {
	max-width: 1200px;
}

.presentation .brick {
	padding: 30px;
}

body.safearea .presentation .brick {
	padding-left: calc(env(safe-area-inset-left) + 30px);
	padding-right: calc(env(safe-area-inset-right) + 30px);
}

.presentation .brick header {
	font-size: 1rem;
	margin-bottom: 2em;
}

.presentation .brick h1 {
	font-size: 1.7em;
}

.presentation .brick .sentence {
	font-size: 1rem;
	text-align: center;
}

.presentation .brick .sentence p {
	font-size: .9em;
}

.presentation .brick .sentence li {
	font-size: .9em;
}

.presentation figure {
	overflow: hidden;
}

.presentation p strong {
	font-size: 1.2em;
}

.presentation .outlinetbl {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1em;
}

.presentation .outlinetbl th {
	text-align: left;
	vertical-align: top;
}

.presentation .outlinetbl td p {
	margin-bottom: 0 !important;
	font-size: 1em;
}

@media only screen and (min-width: 641px) {

	.presentation .brick {
		padding: 50px;
	}

	body.safearea .presentation .brick {
		padding-left: calc(env(safe-area-inset-left) + 50px);
		padding-right: calc(env(safe-area-inset-right) + 50px);
	}

	.presentation .brick h1 {
		font-size: 2em;
	}

	.presentation .brick .sentence p {
		font-size: 1em;
	}

	.presentation .brick .sentence li {
		font-size: 1em;
	}

	.presentation .outlinetbl {
		font-size: 1.2em;
	}

	.presentation .outlinetbl th {
		min-width: 10em;
	}
}

.presentation .column {
	display: block;
	padding: 0;
}

.presentation .column.thumb {
	width: 100%;
	margin-bottom: 30px;
}

.presentation .column.article {
	width: 100%;
}

@media only screen and (min-width: 769px) {

	.presentation .column.thumb {
		width: 30%;
		margin-bottom: 0;
	}

	.presentation .column.article {
		width: 70%;
		padding-left: 50px;
	}

	.presentation .columns.right .column.article {
		padding-left: 0;
		padding-right: 2em;
	}
}




.btnarea.wide {
	font-size: 2em;
}

.btnarea.wide a {
	width: 100%;
	padding: 20px 5px;
	color: #fff;
	border-color: #133e82;
	background: #133e82;
	font-weight: 700;
}

.btnarea.wide.jax a {
	border-color: #000;
	border-width: 5px;
	background: #f8bd00;
	color: #000;
}

.btnarea.wide a[target="_blank"]:after {
	content: '\f109';
	margin-left: .5em;
	font-size: .85em;
	font-family: 'uiicon';
	font-weight: normal !important;
}

@media only screen and (min-width: 1001px) {

	.btnarea.wide {
		font-size: 2.6em;
	}

	.btnarea.wide a .arrow {
		width: 26px;
		height: 26px;
	}
}





