@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. モジュール

******************************************************************************* */
/* ==

　01. モジュール

=============================================================================== */
.r3Breadcrumbs {
	position: relative;
	z-index: 10;
}
/* レイアウト
------------------------------------------------------------------------------- */
.r3Main {
	width: auto;
	min-width: 950px;
	padding-top: 0;
	padding-bottom: 0;
}
/* 背景
------------------------------------------------------------------------------- */
.r3Main .hWrapper {
	margin: 0 0 60px;
	padding: 110px 0 90px;
	background: url(../images/history_bg01.jpg) center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.r3Main .hWrapper_in {
	max-width: 1240px;
	margin: 0 auto;
}
/* 見出し
------------------------------------------------------------------------------- */
.r3Main .hHeading01 {
	position: relative;
	margin: 0 0 90px;
	text-align: center;
	z-index: 1;
}
.r3Main .hHeading01_tit {
	line-height: 1.2;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	color: #fff;
	font-size: 350%;
	font-weight: normal;
}
.r3Main .hHeading01_en {
	line-height: 1.2;
	margin: 15px 0 0;
	padding: 0;
	color: #fff;
	font-size: 167%;
	font-weight: normal;
	letter-spacing: 0.1em;
}
/* 沿革コンテンツ
------------------------------------------------------------------------------- */
.r3Main .hHistory {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 50px 0 150px;
	background-color: rgba(0, 0, 0, 0.8);
	background: rgba(0, 0, 0, 0.8);
	overflow: hidden;
}
.r3Main .hHistory sup {
	font-size: 10px;
	vertical-align: 4px;
}
.r3Main .hHistory_line {
	position: absolute;
	top: 50px;
	bottom: 50px;
	width: 100%;
	overflow: hidden;
}
.r3Main .hHistory_line::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
	background-color: #ddd;
	-webkit-transform-origin: top;
	transform-origin: top;
}
.r3Main .hHistory_active {
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
	background-color: #fa0046;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	transition: -webkit-transform .12s ease-out;
	transition: transform .12s ease-out;
	transition: transform .12s ease-out, -webkit-transform .12s ease-out; -webkit-transform-origin: top;
	transform-origin: top;
}
.r3Main .hHistory_in {
	position: relative;
	max-width: 950px;
	margin: 0 auto;
	color: #fff;
	z-index: 1;
}
.r3Main .hBlock01 .hBlock01_in,
.r3Main .hBlock02 .hBlock02_in {
	opacity: 0;
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.r3Main .hBlock01 {
	position: relative;
	width: 437px;
	margin: 0 auto 50px 0;
}
.r3Main .hBlock01 .hBlock01_in {
	position: relative;
	-webkit-transform: translate(-10px, 100px) rotate(4deg) scale(0.98);
	transform: translate(-10px, 100px) rotate(4deg) scale(0.98);
}
.r3Main .hBlock02 {
	position: relative;
	width: 437px;
	margin: 0 0 50px auto;
}
.r3Main .hBlock02 .hBlock02_in {
	-webkit-transform: translate(10px, 100px) rotate(-4deg) scale(0.98);
	transform: translate(10px, 100px) rotate(-4deg) scale(0.98);
}
.r3Main .hBlock01-show .hBlock01_in,
.r3Main .hBlock02-show .hBlock02_in {
    opacity: 1.0;
    -webkit-transform: none;
    transform: none;
}
.r3Main .hBlock01::before {
	content: "";
	position: absolute;
	top: 47px;
	right: -44px;
	width: 11px;
	height: 11px;
	border-radius: 10px;
    -webkit-transform: scale(0);
    transform: scale(0);
    background-color: #fa0046;
    transition: all 0.5s;
    z-index: 1;
    opacity: 0;
}
.r3Main .hBlock01-show::before {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.r3Main .hBlock01::after {
	content: "";
	display: block;
	position: absolute;
	top: 45px;
	right: -49px;
	width: 21px;
	height: 21px;
	border-radius: 10px;
	background: #fa0046;
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 0;
    opacity: 0;
}
.r3Main .hBlock01-show::after {
  	animation: filtershow .8s linear;
}
@keyframes filtershow {
	0% {
		opacity: 0;
	}
	50% {
    -webkit-transform:scale(1);
            transform: scale(1);
     opacity: 0.2;
	}
	100% {
    -webkit-transform:scale(2);
            transform: scale(2);
     opacity: 0;
	}
}
.r3Main .hBlock02::before {
	content: "";
	position: absolute;
	top: 47px;
	left: -43px;
	width: 11px;
	height: 11px;
	border-radius: 10px;
    -webkit-transform: scale(0);
    transform: scale(0);
    background-color: #fa0046;
    transition: all 0.5s;
    z-index: 1;
    opacity: 0;
}
.r3Main  .hBlock02-show::before {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.r3Main .hBlock02::after {
	content: "";
	display: block;
	position: absolute;
	top: 42px;
	left: -48px;
	width: 21px;
	height: 21px;
	border-radius: 10px;
	background: #fa0046;
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 0;
    opacity: 0;
}
.r3Main .hBlock02-show::after {
  	animation: filtershow .8s linear;
}
.r3Main .hBlock01:first-child,
.r3Main .hBlock02:first-child {
	margin-top: 0;
}
.r3Main .hBlock01_tit,
.r3Main .hBlock02_tit {
	position: relative;
	line-height: 1.3;
	border: none;
	background: none;
	margin: 0 0 18px;
	padding: 0 12px;
	color: #fff;
	font-size: 417%;
	font-weight: normal;
}
.r3Main .hBlock02_tit {
	text-align: right;
}
.r3Main .hBlock01_tit:before,
.r3Main .hBlock02_tit:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 31px;
	background-color: rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.2);
	transform: skew(-11deg,0);
}
.r3Main .hBlock01_tit span,
.r3Main .hBlock02_tit span {
	display: inline-block;
	position: relative;
	z-index: 1;
	transform: skew(-11deg,0);
}
.r3Main .hBlock01_img,
.r3Main .hBlock02_img {
	display: block;
	margin: 20px 0 0;
}
.r3Main .hBlock02_img {
	text-align: right;
}
.r3Main .hPos01 {
	margin-top: -80px;
}
.r3Main .hPos02 {
	margin-top: -5px;
}
.r3Main .hPos03 {
	margin-top: -200px;
}
.r3Main .hPos04 {
	margin-top: -110px;
}
.r3Main .hList01 {
	line-height: 1.625;
	font-size: 134%;
}
.r3Main .hList01 li {
	position: relative;
	margin: 27px 0 0;
	padding: 0 0 0 15px;
}
.r3Main .hList01 li:first-child {
	margin-top: 0;
}
.r3Main .hList01 li:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0.75em;
	left: 0;
	width: 4px;
	height: 4px;
	border-radius: 100px;
	background-color: #fa0046;
}
.r3Main .hList01_img {
	float: right;
	display: inline-block;
}
.r3Main .hList01_img img {
	display: block;
	margin: 0 15px 10px 20px;
}
.r3Main .hNote01 {
	line-height: 1.5384615;
	margin: 30px 0 0;
	font-size: 109%;
}
/* ボタン掲載
------------------------------------------------------------------------------- */
.r3Main .gBtns {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
	max-width: 980px;
	line-height: 1.6;
	margin: 80px auto 0;
	padding: 0 20px;
	z-index: 1;
}
.r3Main .gBtns_item {
	width: -webkit-calc(50% - 30px);
	width: calc(50% - 30px);
	max-width: 460px;
	margin: 0 15px;
	font-size: 159%;
}
.r3Main .gBtns_item-mt {
	width: 460px;
	margin: 28px 0;
}
.r3Main .gBtns_item a {
	display: block;
	padding: 13px 20px;
	border: 1px solid #aaa;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: background 0.3s;
}
.d_hover .r3Main .gBtns_item a:hover {
	background-color: rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.2);
}
.r3Main .gBtns_item a[target='_blank']::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 20px 0 0;
	background: url(/global/common/images/parts/blank_ico01.png) left top no-repeat;
	background-size: 16px 16px;
	vertical-align: -0.05em;
}