@charset 'utf-8';


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


#productsblock {
	width: 100%;
	padding: 30px 0;
	background: #fff;
	overflow: hidden;
	position: relative;
}

#productsblock .blockheader {
	margin-bottom: 0;
}

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

	#productsblock {
		padding: 50px 0;
	}
}




#mainvisual {
	width: 100%;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 70%;
	overflow: hidden;
	position: relative;
}

#mainvisual > .inner {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}


#slider {
	width: 100%;
	height: 100%;
	background: #fff;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}

#slider .viewport {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

#slider .slideitem {
	width: 100%;
	height: 100%;
	overflow: hidden;
}


#slider .slideitem .keyvisual {
	width: 100%;
	padding-top: 60%;
	background-image: url(../image/supporting/header.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}


#slider .slideitem .promotion {
	width: 80%;
	padding-bottom: 30px;
	color: #000;
	text-align: left;
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 10;
	transform: translateX(-50%);
}

#slider .slideitem .pr_media {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	z-index: 10;
}

#slider .slideitem .tagline {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

#slider .slideitem .tagline .cover {
	padding: 20px;
	background-color: #fff;
	position: relative;
}

#slider .slideitem .tagline h1 {
	color: #133e82;
	font-size: 6.5vw;
	font-weight: 700;
	line-height: 1.4;
}

#slider .slideitem .tagline h1:not(:last-child) {
	margin-bottom: .5em;
}

#slider .slideitem .tagline h1 span {
	display: block;
}

#slider .slideitem .tagline p {
	font-size: 3.5vw;
	font-weight: 400;
	line-height: 1.5;
}

#slider .slideitem .tagline p span {
	display: block;
}

#slider .slideitem .tagline p em {
	color: #d8231e;
	font-style: normal;
}

#slider .slideitem .tagline .shoulder {
	font-size: 3.5vw;
	font-weight: 400;
	line-height: 1.5;
}
@media only screen and (min-width: 481px) {

	#mainvisual {
/* 		padding-top: 110%; */
	}

	#slider .slideitem .tagline {
		margin: 0 auto;
	}

	#slider .slideitem .tagline .cover {
		width: 100%;
	}

	#slider .slideitem .tagline h1 {
		font-size: 30px;
	}

	#slider .slideitem .tagline p {
		font-size: 16px;
	}

	#slider .slideitem .tagline .shoulder {
		font-size: 16px;
	}
}

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

	#mainvisual {
		padding-top: 90%;
	}

	#slider .slideitem .keyvisual {
		padding-top: 50%;
	}
}
 */

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

	#mainvisual {
		padding-top: 70%;
	}

	#slider .slideitem .keyvisual {
		padding-top: 40%;
	}

	#slider .slideitem .tagline .cover {
		padding: 7%;
	}

	#slider .slideitem .tagline h1 span,
	#slider .slideitem .tagline p span {
		display: inline-block;
	}
}
 */

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

	#mainvisual {
		margin-bottom: 20px;
		padding-top: 40%;
	}

	#mainvisual > .inner {
		padding: 0;
	}

	#slider .slideitem .keyvisual {
		padding-top: 40%;
	}

	#slider .slideitem .promotion {
	}

	#slider .slideitem .tagline {
		width: 100%;
		margin: 0;
	}

	#slider .slideitem .tagline .cover {
		background-color: rgba(255,255,255,.9);
	}
}

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

	#slider .slideitem .promotion {
		width: 40%;
		top: 50%;
		left: 5%;
		right: auto;
		bottom: auto;
		transform: translateY(-50%);
	}
}

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

	#mainvisual {
		padding-top: 320px;
	}

	#slider .slideitem .keyvisual {
		padding-top: 320px;
	}
}


.presentation {
	background: #fff;
}

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

.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 p {
	font-size: 1.4em;
	line-height: 2.4;
}

@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;
	}
}


.document {
	padding: 30px;
}

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

.document:nth-child(even) {
	background: #f7f8fa;
}

.document > .inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 40px 0;
	font-size: 1rem;
	line-height: 2em;
}

body.safearea .document > .inner {
	padding-left: env(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
}

.articleblock {
	width: 100%;
}

.articleblock .blockheader + .movearticle {
	margin-top: -20px;
	margin-bottom: 20px;
	padding-top: 0;
}

.articletitle {
	margin: 0 0 30px 0;
}

.articlebody {
	margin: 0 !important;
}

.articletitle h1 {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid;
	color: #133e82;
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.5em;
}

.articletitle > div {
	font-size: 12px;
	line-height: 1.6em;
}

.articletitle span,
.articletitle time {
	display: inline-block;
	padding: 0 2em 0 0;
	line-height: 1em;
	white-space: nowrap;
	position: relative;
}

.articletitle span a:before {
	content: '\f119';
	display: inline-block;
	width: 1em;
	padding-right: .3em;
	font-family: 'uiicon';
	font-weight: normal !important;
	text-align: center;
	text-indent: 0;
	position: relative;
}

.articlebody p:not(:last-child) {
	margin-bottom: 1.5em;
}

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

	#document {
		padding: 0 30px;
	}
}

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

	.sharebutton {
		text-align: right;
	}

/* 
	body.safearea .articleblock {
		padding-left: calc(env(safe-area-inset-left) + 40px);
		padding-right: calc(env(safe-area-inset-right) + 40px);
	}

	body.safearea #columns .articleblock {
		padding-right: 40px;
	}
 */

	.articletitle h1 {
		font-size: 1.4em;
	}

	#supporting .articletitle h1 {
		font-size: 1.8em;
	}
}


.document .columns {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-bottom: 3em;
}

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

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

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

.document .column.thumb .media figure img {
	width: 100%;
	height: auto;
	position: relative;
}

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

	.document .column.thumb {
		width: 40%;
		margin-bottom: 0;
	}

	.document .column.article {
		width: 60%;
		padding-left: 50px;
	}

	.document .columns.right .column.article {
		padding-left: 0;
		padding-right: 50px;
		order: 1;
	}
}

.document .article a[target="_blank"] {
	position: relative;
}


.document .article a[target="_blank"]:after {
	content: '\f109';
	display: inline-block;
	padding-left: .3em;
	font-family: 'uiicon';
	font-weight: normal !important;
	text-align: center;
	line-height: 1;
	transition: .2s;
}

.document .article a:hover[target="_blank"]:after,
.document .article a.hover[target="_blank"]:after {
	transform: translate(3px,-3px);
}


.document .gallery {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.document .gallery:not(:last-child) {
	padding-bottom: 3em;
}

.document .gallery .item {
	display: flex;
	flex-direction: column;
	width: 50%;
	padding: 2%;
}

.document .gallery figure {
	width: 100%;
	position: relative;
}

.document .gallery figure .cover {
	width: 100%;
	padding-top: 100%;
	text-align: center;
	position: relative;
}

.document .gallery figure .cover > span {
	display: block;
	padding: 3%;
	background: #e6e6e6;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.document .gallery figure .cover > span > span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6IzMzMzMzMzt9PC9zdHlsZT48cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjQzMy4yLDExOC45IDQzMy4yLDIyMCA0NTAuNSwxMjIgIi8+PHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSIyMTAsMjguMSAyMDEsNzguOCAyMjYuOCw3OC44IDIzMC41LDU3LjUgMzUxLjMsNzguOCA0MzMuMiw3OC44IDQzMy4yLDkzLjIgNDc5LjgsMTAxLjQgNDMzLjIsMzY1LjggNDMzLjIsNDAxLjcgNDUyLDQwNSA1MDkuMiw4MC45ICIvPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMDQuMSwxMDQuMXYzMjkuMWgzMDMuOFYxMDQuMUgxMDQuMXogTTM4Mi42LDQwNy45SDEyOS40VjEyOS40aDI1My4yVjQwNy45eiIvPjxyZWN0IHg9IjE1NC43IiB5PSIxNTQuNyIgY2xhc3M9InN0MCIgd2lkdGg9IjIwMi41IiBoZWlnaHQ9IjIwMi41Ii8+PC9zdmc+);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 22%;
	text-align: center;
	position: relative;
}

.document .gallery figure .cover > span:before {
	content: '';
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: .7;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.document .gallery figure a {
	display: flex !important;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.document .gallery figure img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	position: relative;
}

.document .gallery figure figcaption {
	margin-top: .5em;
}

.document .gallery figure figcaption p {
	font-size: .85em;
	line-height: 1.5;
}

.document .gallery figure a.zoomimg {
	display: inline;
}

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

	.document .gallery .item {
		width: 33.333%;
	}
}

