@charset "utf-8";

/*================================

:::::::::: コンテンツ ::::::::::

================================*/

.contentsmargin{
	padding-top: 0;
	}
@media screen and (max-width: 640px) {
.contentsmargin{
	padding-top: 0;
	}
	}


/*================================

ファサード

================================*/

.facade {
	position: relative;
	width: 100%;
                max-height: 700px;
	}
.facade:before {
	content:"";
	display: block;
	padding-top: 45%;
	}
@media screen and (max-width: 640px) {
.facade:before {
	padding-top: 90%;
	}
	}

.scrolled {
	margin-top: 60px;
	}

.facade #content {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	}

.facade #content .para{
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../../history/images/facade_pc.jpg);
	}
@media screen and (max-width: 640px) {
.facade #content .para{
	background-image: url(../../history/images/facade_sp.jpg);
	}
	}

.facade #content .titles{
	position: absolute;
	display: table;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	color: #fff;
	}

.facade #content .titles .inner{
	display: table-cell;
	width: auto;
	height: auto;
	text-align: center;
	vertical-align: middle;
	}

.facade #content .titles .inner h2{
	font-weight: 400;
	font-size: 3vw;
	line-height: 1em;
	}
@media screen and (max-width: 1180px) {
.facade #content .titles .inner h2{
	font-size: 3em;
	}
	}
@media screen and (max-width: 640px) {
.facade #content .titles .inner h2{
	font-size: 6.4vw;
	line-height: 1.8em;
	width: 90%;
	margin: auto;
	}
	}

.facade #content .titles p{
	position: absolute;
	font-size: .8em;
	line-height: 1em;
	bottom: 3%;
	right: 2%;
	}

/*================================

:::::::::::::::::::::::   詳細   :::::::::::::::::::::::

================================*/

.detail {
	position: relative;
	width: 700px;
	height: auto;
	margin: 4em auto;
	}
@media screen and (max-width: 640px) {
.detail {
	width: 100%;
	margin: 3em auto;
	}
	}

/*================================

リード

================================*/

.detail .lead {
	font-size: 1.2em;
	line-height: 2.2em;
	text-align: center;
	border-bottom: 1px solid #dedede;
	padding-bottom: 3em;
	}
@media screen and (max-width: 640px) {
.detail .lead {
	font-size: 1em;
	line-height: 2em;
	padding: 0 7% 3em;/*0 1em;*//*no-line*/
	}
	}

/*================================

本文

================================*/

.entry {
	margin: 2em 0 0;/*4em 0 0;*//*no-line*/
	padding: 2em 0 0;/*4em 0 0;*//*no-line*/
	background-position: center top;
	background-repeat: repeat-x;/*no-repeat;*//*no-line*/
	/*background-image: url(../images/product-line.svg?0106);*//*no-line*/
	}
@media screen and (max-width: 640px) {
.entry {
	margin: 2em 0 0;/*3em 0 0;*//*no-line*/
	padding: 2em 7% 0;/*3em 7% 0;*//*no-line*/
	background-size: 100%;
	}
	}

.entry h3{
	font-size: 1.7em;
	line-height: 1em;
	}
@media screen and (max-width: 640px) {
.entry h3{
	font-size: 1.1em;
	line-height: 1.5em;
	font-weight: bold;
	}
	}

.entry p{
	margin: 3em 0 0;
	line-height: 2em;
	/*text-align: justify;
	text-justify: inter-ideograph;*/
	text-align: left;
	}
@media screen and (max-width: 640px) {
.entry p{
	margin: 2em 0 0;
	line-height: 1.9em;
	}
	}

.entry img{
	display: block;
	width: 100%;
	height: auto;
	padding: 3em 0 1em;
                pointer-events: none;
	}
@media screen and (max-width: 640px) {
.entry img{
	padding: 2em 0 .5em;
	}
	}

.entry p.caption{
	margin: 0;
	font-size: .8em;
	line-height: 1.9em;
	}
@media screen and (max-width: 640px) {
.entry p.caption{
	margin: 0;
	font-size: .9em;
	line-height: 1.7em;
	}
	}