@charset "UTF-8";
/* CSS Document */
#global__pagetitle--twrap {
	display: none;
}
body {
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 1.7;
}
main {
	min-width: 100%;
}
/* 共通 */
img {
	max-width: 100%;
	vertical-align: bottom;
}
.text-center{
	text-align: center;
}
.mincho {
	font-family: 'EB Garamond', serif;
}
.gothic {
	font-family: 'Source Sans Pro', sans-serif;
}
.blue {
	color: #00a0e9;
}
.blue-history {
	color: #aa4146;
}
.mgb-2em {
	margin-bottom: -2em !important;
}
.mgbLine {
	margin-bottom: 1em !important;
}
.mgt2em {
	margin-top: 2em !important;
}
.fs-italic {
	font-style: italic;
}

/* common */
#anniversary__logo--sub {
	font-family: 'EB Garamond', serif;
	font-weight: 500;
	font-size: 1.6rem;
}
/* mainV */
#anniversary__keyvisual--under {
	position: relative;
	width: 100%;
	overflow: hidden;
}
#anniversary__keyvisual--under .main-visual-ttl {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-family: 'EB Garamond', serif;
	font-weight: 500;
	text-shadow: 0 0 10px rgba(0,0,0,0.5);
	text-align: center;
}
/* footer */
.footer_copyright {
	float: none;
	font-size: 100%;
	line-height: inherit;
}
.footer_copyright img {
	vertical-align: top;
}
.pagetop {
	text-align: right;
	margin: 2em 0;
	padding-right: 15px;
	box-sizing: border-box;
	font-weight: 400;
}
.pagetop a {
	text-decoration: none;
	position: relative;
	padding-left: 20px;
}
.pagetop a:before {
	content: '';
	width: 10px;
	height: 10px;
	border-top: 3px solid #9d9d8f;
	border-right: 3px solid #9d9d8f;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	left: 0;
	top: 8px;
}
.pagetop.categoryTop a:before {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	top: 4px;
}
.pagetop.nextPage a:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 4px;
}
.pagetoWrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.pagetoWrap > div {
	margin-left: 2em;
}
.pagetoWrap > div:first-child {
	margin-left: 0;
}

/* -------------------------------------------------------------------
スマホ（767px以下）
------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
.sp_only{display: block;}
.pc_only{display: none !important;}

/* common */
#global__pagetitle {
	display: none;
}

/* Navi */
#anniversary__header--logo {
	width: 100%;
	height: 60px;
	box-sizing: border-box;
	background-color: #000;
	color: #fff;
	padding: 0 18px;
	display: flex;
	align-items: center;
}
#anniversary__logo {
	width: 122px;
	padding-top: 8px;
	padding-bottom: 8px;
}
#anniversary__logo img {
	height: 44px;
	width: auto;
}
#anniversary__logo--sub {
	font-size: 1.2rem;
	padding-left: 2em;
	line-height: 1.4;
}
#anniversary__header--menu {
	background-color: rgba(0,0,0,0.6);
	position: absolute;
	right: 0;
	top: 60px;
	z-index: 20;
	padding: 3em 1.5em;
}
#anniversary__header--menu li {
	border-bottom: #fff 1px solid;
	margin-bottom: 1.5em;
	padding-bottom: 0.25em;
}
#anniversary__header--menu li:last-child {
	margin-bottom: 0;
}
#anniversary__header--menu a {
	color: #fff;
	text-decoration: none;
}
#anniversary__header--menu {
	opacity: 0;
	transition: 1s;
	visibility: hidden;
	z-index: -1;
}
#anniversary__header.active #anniversary__header--menu {
	opacity: 1;
	visibility: visible;
	z-index: 20;
}
main {
	padding-top: 57px;
}
/* バーガーメニュー */
#anniversary__header {
	position: relative;
}
.c-button {
	position: relative;
	display: inline-block;
	text-decoration: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background-color: transparent;
	cursor: pointer;
}
.p-hamburger {
	position: absolute;
	top: 5px;
	right: 10px;
	width: 50px;
	height: 50px;
	margin: auto;
	outline: none;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	z-index: 30;
}
.p-hamburger_line {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 30px;
	height: 2px;
	background-color: #fff;
	-webkit-transition: inherit;
	transition: inherit;
	z-index: 30;
}
.p-hamburger_line::before,
.p-hamburger_line::after {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #fff;
	content: '';
	-webkit-transition: inherit;
	transition: inherit;
}
.p-hamburger_line::before {
	top: -8px;
}
.p-hamburger_line::after {
	top: 8px;
}
.active .p-hamburger_line {
	background-color: transparent;
}
.active .p-hamburger_line::before,
.active .p-hamburger_line::after {
	top: 0;
}
.active .p-hamburger_line::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.active .p-hamburger_line::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.u-visuallyHidden {
	position: absolute;
	white-space: nowrap;
	width: 1px;
	height: 1px;
	overflow: hidden;
	border: 0;
	padding: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%); 
	margin: -1px;
}

/* パンくず */
#anniversary__function--wrap {
	display: none;
}
/* mainV */
#anniversary__keyvisual--under .main-visual-ttl {
	padding: 0 5%;
}
}
/* -------------------------------------------------------------------
PC（767px以上）
------------------------------------------------------------------- */
@media print, all and (min-width: 768px) {
.sp_only{display: none !important;}
.pc_only{display: block;}
/* common */
.global__search {
	display: none;
}
#js-buttonHamburger {
	display: none;
}
/* Navi */
#anniversary__header {
	background-color: #000;
	color: #fff;
}
#anniversary__header a {
	color: #fff;
	text-decoration: none;
}
#anniversary__header--wrap {
	max-width: 1200px;
	width: 90%;
	height: 80px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#anniversary__header--logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#anniversary__logo {
	width: 166px;
	margin-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#anniversary__logo img {
	height: 60px;
	width: auto;
}
#anniversary__logo--sub {
	font-size: 1.6rem;
}
#anniversary__header--menu {
	font-size: 1.4rem;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 500;
	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;
}
#anniversary__header--menu > li {
	padding-left: 4em;
}
#anniversary__header--menu > li a:hover {
	text-decoration: underline;
}
/* パンくず */
#anniversary__function--wrap {
	background: #eeeddf;
}
#anniversary__function {
	max-width: 1200px !important;
	width: 100%;
	height: 36px;
	display: table;
	background: #eeeddf;
	box-sizing: border-box;
	margin: 0 auto;
}
#anniversary__function--breadcrumb {
	display: table-cell;
	vertical-align: middle;
	letter-spacing: 0;
	padding: 0;
}
#anniversary__function--breadcrumb > li {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	font-size: 1.2rem;
	background: url("../images/common/ic_separator.svg") no-repeat 5px 6px;
	padding: 2px 0 0 20px;
}
#anniversary__function--breadcrumb > li:first-child {
	background: none;
	padding-left: 0;
}
#anniversary__function--breadcrumb > li a {
	text-decoration: none;
}
/* mainV */
#anniversary__keyvisual--under .main-visual-ttl {
	max-width: 1200px;
	font-size: 4.8rem;
}
#anniversary__keyvisual--under .main-visual-ttl .sub {
	font-size: 3.6rem;
}
main.content {
	padding-top: 73px;
}
}



/* -----------------------------------------------------------
/* #効果（スクロールの動き）
----------------------------------------------------------- */
/* 上からfadeIn */
.uekara {
  transform: translate(0, -20px);
  -webkit-transform: translate(0, -20px);
  opacity: 0;
  transition: 1.6s;
}
/* 下からfadeIn */
.shitakara {
  transform: translate(0, -20px);
  -webkit-transform: translate(0, 20px);
  opacity: 0;
  transition: 1.6s;
}
/* 左からfadeIn */
.hidarikara {
  transform: translate(-20px, 0);
  -webkit-transform: translate(-20px, 0);
  opacity: 0;
  transition: 0.8s;
}
/* 右からfadeIn */
.migikara {
  transform: translate(20px, 0);
  -webkit-transform: translate(20px, 0);
  opacity: 0;
  transition: 0.8s;
}
/* fadeIn */
.fadeIn {
  opacity: 0;
  transition: 1.6s;
}
/* delay */
.transitionDelay_03s {
  transition-delay: 0.3s;
}
.transitionDelay_05s {
  transition-delay: 0.5s;
}
.transitionDelay_1s {
  transition-delay: 1s;
}
.transitionDelay_2s {
  transition-delay: 2s;
}
.transitionDelay_3s {
  transition-delay: 3s;
}
.transitionDelay_4s {
  transition-delay: 4s;
}

.ef_tt_m {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  opacity: 1;
}

.scroll-in.slide-in-filter .filter1 {
	background-color: #E6000D;
	opacity: .8;
}

.scroll-in.slide-in-filter .filter2 {
	background-color: #FFFFFF;
}

.bg-gray .scroll-in.slide-in-filter .filter2 {
	background-color: white;
}


/* ================================
TOP
================================ */
#anniversaryIndex {
	display: none;
}
#anniversary__keyvisual {
	width: 100%;
	position: relative;
}
#anniversary__keyvisual--txt {
	width: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
#anniversary__keyvisual--txt #main__ttl--catch {
	font-weight: 500;
	font-family: 'EB Garamond', serif;
}
#anniversary__keyvisual--txt #main__ttl--catch .bTtl {
	font-size: 1.5em;
}

#anniversary__index--wrap li a {
	display: block;
}
.anniversary__index {
	text-align: center;
}
.anniversary__index dt {
	font-weight: 500;
	font-family: 'EB Garamond', serif;
	border-bottom: #c8c8c8 1px solid;
	padding-bottom: 0.5em;
}
.anniversary__index dt em {
	font-weight: 700;
	font-style: normal;
}
.anniversary__index dd {
	font-weight: 500;
}
.anniversary__index dd .link--btn {
	margin-top: 2em;
	display: block;
	line-height: 1;
	background-color: #000;
	color: #fff;
	text-decoration: none;
	padding: 1.5em;
	border-radius: 3em;
	position: relative;
}
.anniversary__index dd .link--btn::before{
	content: '';
	display: block;
	width: 3em;
	height: 1px;
	background:#fff;
	position: absolute;
	right: 1.5em;
	bottom: 1.5em;
}
.anniversary__index dd .link--btn::after{
	content: '';
	display: block;
	width: 1.5em;
	height: 1px;
	background:#fff;
	transform: rotate(35deg);
	position: absolute;
	right: 1.4em;
	bottom: 2em;
}
/* animation */
@keyframes fadeUpAnime {
from {
	opacity: 0;
	transform: translateY(50px);
}

to {
	opacity: 1;
	transform: translateY(0);
}
}

.target.is-active {
	animation-name: fadeUpAnime;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	opacity: 0;
}
#index00.is-active {
}
#index01.is-active {
}
#index02.is-active {
	animation-delay: 0.5s;
}
#index03.is-active {
	animation-delay: 1s;
}
#anniversary__keyvisual {
	overflow: hidden;
}

/* -------------------------------------------------------------------
スマホ（767px以下）
------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
#main__ttl {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
}
#main__ttl--catch {
	font-size: 1.6rem;
}
#anniversary__index--wrap li {
	padding-top: 40px;
	padding-left: 10%;
	padding-right: 10%;
	padding-bottom: 52.1%;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
}
#anniversary__index--wrap #index00 {
	background-image: url("../images/index/index00_sp.png");
}
#anniversary__index--wrap #index01 {
	background-image: url("../images/index/index01_sp.png");
}
#anniversary__index--wrap #index02 {
	background-image: url("../images/index/index02_sp.png");
}
#anniversary__index--wrap #index03 {
	background-image: url("../images/index/index03_sp.png");
}

#anniversary__index--wrap a {
	text-decoration: none;
}
.anniversary__index dt {
	font-size: 2.4rem;
	margin-bottom: 1em;
}
.anniversary__index dt em {
	font-size: 3.8rem;
}
.anniversary__index dd {
	padding-bottom: 30px;
}
.pagetoWrap > div {
	margin-left: 1em;
}
}

/* -------------------------------------------------------------------
PC（767px以上）
------------------------------------------------------------------- */
@media print, all and (min-width: 768px) {
#anniversary__keyvisual--txt #main__ttl {
	width: 80%;
	max-width: 576px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
}
#anniversary__keyvisual--txt #main__ttl--catch {
	font-size: 3rem;
}
#contents__business--anniversary {
	margin-bottom: 180px;
}
#anniversary__index--wrap {
	display: flex;
	flex-wrap: wrap;
	border-top: #f0f0f0 2px solid;
	border-bottom: #f0f0f0 2px solid;
}
#anniversary__index--wrap > li:not(#index00) {
	width: 33.33%;
	width: calc(100% / 3);
	padding-top: 31.13%;
	position: relative;
}
#anniversary__index--wrap #index00 {
	width: 100%;
	padding-top: 31.13%;
	border-bottom: #f0f0f0 2px solid;
	position: relative;
}
#anniversary__index--wrap > #index02::before,
#anniversary__index--wrap > #index02::after {
	content: '';
	display: block;
	width: 2px;
	height: 100%;
	background-color: #f0f0f0;
	position: absolute;
	top: 0;
	z-index: 2;
}
#anniversary__index--wrap > #index02::before {
	left: 0;
}
#anniversary__index--wrap > #index02::after {
	right: 0;
}

#anniversary__index--wrap > li a {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
#anniversary__index--wrap > li .anniversary__index {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: 0 auto;
	padding-top: 110px;
	z-index: 2;
}
.anniversary__index {
	width: 396px;
}
#index00 .anniversary__index {
	width: 80%;
}
#index00 .anniversary__index dd .link--btn {
	width: 396px;
	margin-left: auto;
	margin-right: auto;
}
.anniversary__index dt {
	font-size: 3rem;
}
.anniversary__index dt em {
	font-size: 4.8rem;
}
.anniversary__index dd {
	padding: 40px 15px 0;
}
.anniversary__index dd .catch {
	font-size: 1.8rem;
}
.anniversary__index dd .link--btn {
	font-size: 1.6rem;
}
#anniversary__index--wrap li a {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transition: 0.5s;
}
#anniversary__index--wrap li a::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	opacity: 1;
	transition: 0.5s;
}
#anniversary__index--wrap #index00 a {
	background-image: url("../images/index/index00.png");
}
#anniversary__index--wrap #index01 a {
	background-image: url("../images/index/index01.png");
}
#anniversary__index--wrap #index02 a {
	background-image: url("../images/index/index02.png");
}
#anniversary__index--wrap #index03 a {
	background-image: url("../images/index/index03.png");
}
#anniversary__index--wrap li a:hover::before {
	opacity: 0;
}
#anniversary__index--wrap li a dt,
#anniversary__index--wrap li a .anniversary__index dd .link--btn {
	transition: 0.5s;
}
#anniversary__index--wrap li a:hover dt {
	color: #fff;
	border-bottom: none;
}
#anniversary__index--wrap li a:hover .catch {
	display: none;
}
#anniversary__index--wrap li a:hover .anniversary__index dd .link--btn {
	background-color: #fff;
	color: #000;
}
#anniversary__index--wrap .anniversary__index dd .link--btn::before,
#anniversary__index--wrap .anniversary__index dd .link--btn::after {
	background-color: #000;
}
}

/* ================================
メッセージ
================================ */
.sentence--block {
	font-weight: 500;
}
.sentence--block p {
	line-height: 2.6;
	margin-bottom: 2em;
}
.signature--block {
	font-weight: 500;
}
.signature--block .sign {
	margin-top: 2em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* -------------------------------------------------------------------
スマホ（767px以下）
------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
.sentence--block {
	padding: 2em 5%;
}
.signature--block {
	padding: 0 5% 2em;
}
.signature--block .sign {
	font-size: 3.3rem;
}
.main-visual-ttl {
	width: 100%;
	font-size: 3rem;
	line-height: 1.4;
}
.main-visual-ttl .sub {
	font-size: 1.8rem;
}
}

/* -------------------------------------------------------------------
PC（767px以上）
------------------------------------------------------------------- */
@media print, all and (min-width: 768px) {
.sentence--block,
.signature--block {
	max-width: 1200px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.sentence--block {
	padding-top: 100px;
	padding-bottom: 80px;
	text-align: center;
	font-size: 2rem;
}
.signature--block {
	padding-bottom: 100px;
	font-size: 1.6rem;
	text-align: center;
}
.signature--block .sign {
	font-size: 3rem;
}
}

/* ================================
歴史
================================ */
#ageIndex {
	margin-bottom: 2em;
}
#ageIndex > li {
	background-color: #fff;
}
#ageIndex .age {
	border-bottom: #8c735a 1px solid;
	font-family: 'EB Garamond', serif;
	font-weight: 500;
	margin-bottom: 0.25em;
}
#ageIndex a {
	display: block;
	color: #8c735a;
	text-decoration: none;
}
#ageIndex a .age {
	position: relative;
}
#ageIndex a .age::before {
	content: '';
	display: block;
	width: 1.5em;
	height: 1.5em;
	background-color: #8c735a;
	position: absolute;
	right: 0;
	top: 0;
}
#ageIndex a .age::after {
	content: '';
	display: block;
	border-bottom: solid 2px #fff;
	border-right: solid 2px #fff;
	width: 0.5em;
	height: 0.5em;
	transform: rotate(45deg);
	position: absolute;
	right: 0.5em;
	top: 0.4em;
}
#ageIndex .catch {
	color: #8c735a;
	font-family: 'EB Garamond', serif;
	font-weight: 300;
	margin-bottom: 1em;
}
#ageIndex .photo {
	border: #f0f0f0 4px solid;
	padding: 16px;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 1em;
}
#ageIndex--wrap .photo::after {
	content: '';
	display: block;
	width: calc(100% - 16px);
	height: calc(100% - 16px);
	border: #f0f0f0 1px solid;
	position: absolute;
	left: 8px;
	top: 8px;
}
#ageIndex--wrap .txt {
	font-weight: 500;
}
.age__typical--ttl--wrap {
	font-family: 'EB Garamond', serif;
	line-height: 1.4;
	background-color: #af7d46;
	color: #fff;
	text-align: center;
	padding: 0.5em 0;
}
.age__typical--ttl .ttl {
	display: inline-block;
	padding-left: 2em;
	padding-right: 2em;
	position: relative;
}
.age__typical--ttl .ttl::before,
.age__typical--ttl .ttl::after {
	content: '';
	display: block;
	width: 1.25em;
	height: 1px;
	background-color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.age__typical--ttl .ttl::before {
	left: 0;
}
.age__typical--ttl .ttl::after {
	right: 0;
}
.age__typical--ttl .sub {
	display: block;
}
.age__typical--contents--wrap {
	background-color: #faf5f0;
}
.age__typical--head {
	margin-bottom: 1em;
}
.age__typical--head--ttl {
	color: #af7d46;
}
.age__typical--head--ttl dt {
	font-family: 'EB Garamond', serif;
	line-height: 1.2;
	border-bottom: #af7d46 1px solid;
	padding-bottom: 0.25em;
	margin-bottom: 1em;
}
.age__typical--head--ttl dt .year {
	font-weight: 500;
	display: block;
}
.age__typical--head--ttl dt .model {
	font-weight: 500;
	display: block;
}
.age__typical--head--ttl dd {
	font-weight: 500;
}
.age__typical--lead {
	font-weight: 700;
}
.age__typical--lead > p {
	margin-bottom: 1em;
}
.age__typical--lead > p:last-child {
	margin-bottom: 0;
}
.age__typical--lead .bg-gray,
.age__list .bg-gray {
	background-color: #dedede;
	padding: 1em;
}
.age__typical--lead p + .bg-gray {
	margin-top: 2em;
}
.age__list dt {
	font-family: 'EB Garamond', serif;
	line-height: 1.2;
	padding: 0.25em 0 0.25em 1.5em;
	margin-bottom: 1em;
	color: #af7d46;
	border-left: #af7d46 5px solid;
}
.age__list dt .year,
.age__list dt .model {
	display: block;
	font-weight: 500;
}
.age__list dd .catch {
	font-family: 'EB Garamond', serif;
	margin-bottom: 1em;
	color: #af7d46;
}
.age__list dd .photo {
	margin-bottom: 1em;
}
.age__list dd .txt {
	font-weight: 500;
}
.age__list dd .txt > p {
	margin-bottom: 1em;
}
.age__list dd .txt > p:last-child {
	margin-bottom: 0;
}
ul.note li,
.age__list dd .note,
.history__table + .note,
.features--box .note {
	font-weight: 300 !important;
	padding-left: 0.6em;
	text-indent: -0.6em;
}
ul.note.num1digit li {
	padding-left: 1.25em;
	text-indent: -1.25em;
}
ul.note.num1digit {
	padding-left: 0;
	text-indent: 0;
}
.age__typical--lead .note {
	font-weight: 300 !important;
}
.even .age__typical--ttl--wrap {
	background-color: #8c735a;
}
.even .age__typical--contents--wrap {
	background-color: #f5f0f0;
}
.even .age__typical--head--ttl {
	color: #8c735a;
}
.even .age__typical--head--ttl dt {
	border-bottom: #8c735a 1px solid;
}
.even .age__list dt {
	color: #8c735a;
	border-left: #8c735a 5px solid;
}
.even .age__list dd .catch {
	color: #8c735a;
}
.age__typical--contents--wrap target.is-active {
	animation-delay: 1s;
}
/* はじまり */
.age__typical--addlink {
	color: #af7d46;
	border: #af7d46 2px solid;
}
.age__typical--addlink--ttl {
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 0.5em;
	text-align: center;
}
.age__typical--addlink--ttl + p {
	font-weight: 700;
}
.age__typical--addlink .link--btn {
	margin-left: auto;
	margin-right: auto;
}
.age__typical--addlink .link--btn a {
	background-color: #000;
	color: #fff;
	text-align: center;
	text-decoration: none;
	border-radius: 2em;
	display: block;
	position: relative;
	padding: 0.5em 2em;
}
.age__typical--addlink .link--btn a::after {
	content: '';
	display: block;
	border-bottom: solid 2px #fff;
	border-right: solid 2px #fff;
	width: 0.5em;
	height: 0.5em;
	transform: rotate(-45deg);
	position: absolute;
	right: 1.5em;
	top: 0;
	bottom: 0;
	margin: auto;
}
/* Top Youtube */
.movie__wrap {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.movie__wrap iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}


/* -------------------------------------------------------------------
スマホ（767px以下）
------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
#ageIndex--wrap {
	width: 80%;
	margin: 2em auto;
}
#ageIndex > li {
	margin-bottom: 2em;
}
#ageIndex > li:last-child {
	margin-bottom: 0;
}
.age__typical--wrap .inner {
	padding-left: 5%;
	padding-right: 5%;
}
.age__typical--contents--wrap {
	padding-top: 5%;
	padding-bottom: 5%;
	margin-bottom: 2em;
}
.age__list--wrap {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
}
.age__list {
	margin-bottom: 2em;
}
.age__list:last-child {
	margin-bottom: 0;
}

#ageIndex .age {
	font-size: 3.26rem;
}
#ageIndex .catch {
	font-size: 1.6rem;
}
#ageIndex .txt {
	font-size: 1.4rem;
}
.age__typical--ttl--wrap {
	font-size: 3.2rem;
}
.age__typical--ttl .sub {
	font-size: 2rem;
}
.age__typical--head--ttl dt .year {
	font-size: 2.6rem;
}
.age__typical--head--ttl dt .model {
	font-size: 3.2rem;
}
.age__typical--head--ttl dd {
	font-size: 1.8rem;
}
.age__typical--lead {
	font-size: 1.4rem;
}
.age__list dt .year,
.age__list dd .catch {
	font-size: 1.6rem;
}
.age__list dt .model {
	font-size: 2.6rem;
}
.age__list dd .txt p {
	font-size: 1.4rem;
}
ul.note li,
.age__list dd .txt p.note,
.history__table + .note,
.astNumNote,
.features--box .note {
	font-size: 1.3rem;
}
/* はじまり */
.age__typical--addlink {
	margin-top: 2em;
	padding: 1.5em;
}
.age__typical--addlink--ttl {
	font-size: 1.88rem;
}
.age__typical--addlink .link--btn {
	margin-top: 1em;
	width: 90%;
}
}

/* -------------------------------------------------------------------
PC（767px以上）
------------------------------------------------------------------- */
@media print, all and (min-width: 768px) {
#ageIndex--wrap {
	padding-top: 160px;
	margin-bottom: 140px;
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
#ageIndex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
#ageIndex > li {
	width: 30.8%;
	margin-right: 3.8%;
	margin-top: 60px;
}
#ageIndex > li:nth-child(3n) {
	margin-right: 0;
}
#ageIndex > li:nth-child(-1 + 3) {
	margin-top: 0
}
#ageIndex .age {
	font-size: 3.6rem;
}
#ageIndex .catch {
	font-size: 1.89rem;
}
#ageIndex .txt {
	font-size: 1.6rem;
}
#ageIndex a:hover {
	opacity: 0.7;
	transition: 0.5s;
}
.age--section {
	margin-bottom: 140px;
}
.age__typical--contents--wrap .inner {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.age__typical--ttl--wrap {
	font-size: 3.6rem;
}
.age__typical--ttl .sub {
	font-size: 1.89rem;
}
.age__typical--contents--wrap {
	padding: 80px 0;
	margin-bottom: 80px;
}
.age__typical--contents--wrap .inner {
	padding-left: 1em;
	padding-right: 1em;
}
.age__typical--head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.age__typical--head .age__typical--head--ttl,
.age__typical--head .age__typical--head--photo {
	width: 46.66%;
}
.age__typical--head .age__typical--head--photo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.age__typical--head--ttl dt .year {
	font-size: 3rem;
}
.age__typical--head--ttl dt .model {
	font-size: 6rem;
}
.age__typical--head--ttl dd {
	font-size: 2.4rem;
}
.age__typical--lead {
	font-size: 1.6rem;
}
.age__list--wrap {
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.age__list {
	width: 47%;
	margin-right: 6%;
	margin-top: 50px;
}
.age__list:nth-child(even) {
	margin-right: 0;
}
.age__list:nth-child(-n + 2) {
	margin-top: 0;
}
.age__list dd .catch {
	min-height: 3.4em;
}
.age__list dt .year,
.age__list dd .catch {
	font-size: 1.89rem;
}
.age__list dt .model {
	font-size: 3rem;
}
.age__list dd .txt p {
	font-size: 1.6rem;
}
.even .age__typical--head {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
ul.note li,
.age__list dd .txt p.note,
.history__table + .note,
.astNumNote,
.features--box .note {
	font-size: 1.4rem;
}
.astNumNote {
	font-weight: 300 !important;
}
#ageIndex > li:nth-child(2).is-active,
#ageIndex > li:nth-child(5).is-active,
.age__list--wrap .age__list.is-active:nth-child(even) {
	animation-delay: 0.5s;
}
#ageIndex > li:nth-child(3).is-active,
#ageIndex > li:nth-child(6).is-active {
	animation-delay: 1s;
}
/* はじまり */
.age__typical--addlink {
	margin-top: 80px;
	padding: 40px;
}
.age__typical--addlink--ttl {
	font-size: 2.57rem;
}
.age__typical--addlink--ttl + p {
	text-align: center;
}
.age__typical--addlink .link--btn {
	margin-top: 40px;
	width: 300px;
}
.age__typical--addlink .link--btn a:hover {
	transition: 0.3s;
	opacity: 0.7;
}
}


/* ================================
概要
================================ */
#overview__anc {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
#overview__anc > li a,
.anc--list {
	text-decoration: none;
	height: 100%;
	display:flex;
	flex-direction: column;
}
.anc--list dd {
	flex-grow:1;
}
.anc--list dt {
	font-family: 'EB Garamond', serif;
	font-weight: 500;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	margin-bottom: 1em;
}
.anc--list dd {
	font-weight: 500;
	padding-bottom: 4em;
	position: relative;
}
.anc--list dd::before {
	content: '';
	display: block;
	width: 100%;
	height: 2.4em;
	position: absolute;
	left: 0;
	bottom: 0;
}
.anc--list dd::after {
	content: '';
	display: block;
	border-bottom: solid 2px #fff;
	border-right: solid 2px #fff;
	width: 12px;
	height: 12px;
	transform: rotate(45deg);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 1em;
	margin: auto;
}
#overview__anc li:nth-child(1) .anc--list dt,
#history .overview__ttl-h3 {
	color: #55738c;
	border-bottom-color: #55738c;
}
#overview__anc li:nth-child(1) .anc--list dd::before,
#history .overview__ttl-h2 {
	background-color: #55738c;
}

#overview__anc li:nth-child(2) .anc--list dt,
#features .overview__ttl-h3 {
	color: #557d64;
	border-bottom-color: #557d64;
}
#overview__anc li:nth-child(2) .anc--list dd::before,
#features .overview__ttl-h2 {
	background-color: #557d64;
}

#overview__anc li:nth-child(3) .anc--list dt,
#together .overview__ttl-h3 {
	color: #8c735a;
	border-bottom-color: #8c735a;
}
#overview__anc li:nth-child(3) .anc--list dd::before,
#together .overview__ttl-h2 {
	background-color: #8c735a;
}

#overview__anc li:nth-child(4) .anc--list dt,
#global .overview__ttl-h3 {
	color: #9b647d;
	border-bottom-color: #9b647d;
}
#overview__anc li:nth-child(4) .anc--list dd::before,
#global .overview__ttl-h2 {
	background-color: #9b647d;
}


/* 50年のあゆみ*/
.overview__ttl-h2 {
	font-family: 'EB Garamond', serif;
	font-weight: 700;
	padding: 0.25em;
	text-align: center;
	color: #fff;
	margin-bottom: 2em;
}
.overview__ttl-h3 {
	font-family: 'EB Garamond', serif;
	font-weight: 700;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	margin-bottom: 1em;
}
.history__table {
	width: 100%;
	margin-bottom: 2em;
}
.history__table:last-child {
	margin-bottom: 0;
}
.history__table th,
.history__table td {
	padding-bottom: 1em;
}
.history__table tr:last-child th,
.history__table tr:last-child td {
	padding-bottom: 0;
}
.history__table th span {
	display: inline-block;
	background-color: #55738c;
	color: #fff;
	text-align: center;
	position: relative;
}
.history__table th span::after {
	content: '';
	display: block;
	border: #55738c 1px dashed;
	position: absolute;
	top: 0.75em;
}
.list--disc li {
	padding-left: 1em;
	position: relative
}
.list--disc li::before {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #000;
	position: absolute;
	left: 0.25em;
	top: 0.75em;
}
/* 技術特長のご紹介 */
.features--box {
	margin-bottom: 2em;
}
.features--box:last-child {
	margin-bottom: 0;
}
.features--box .txt + .photo {
	text-align: center;
	margin-top: 1.5em;
}
.astNumNote li {
	padding-left: 1.75em;
	text-indent: -1.75em;
}
.photo + .astNumNote,
.photo + .note,
.features--box p + .note {
	margin-top: 1em;
}
/* お客様と共に50年 */
#together .overview__ttl-h2 {
	margin-bottom: 0;
}
.together--contents--wrap {
	background-color: #f5f0f0;
}
.together__graf--wrap {
	background-image: url("../images/overview/graph_together.png");
	background-repeat: no-repeat;
	background-position: right bottom;
}
#global {
	margin-top: 0;
}
.overview__ttl-h3--together {
	font-family: 'EB Garamond', serif;
	font-weight: 700;
	color: #8c735a;margin-bottom: 1em;
}
/* グローバル拠点 */
.overview__ttl-h3--global {
	background-color: #9b647d;
	color: #fff;
	font-family: 'EB Garamond', serif;
	font-weight: 700;
	padding: 0.25em 1em;
	margin-bottom: 1em;
}
.overview__ttl-h4--global {
	color: #9b647d;
	font-family: 'EB Garamond', serif;
	font-weight: 700;
	border-bottom: #9b647d 2px solid;
	margin-bottom: 1em;
}
.base--inner--block dt {
	border-left: #9b647d 4px solid;
	padding-left: 1.5em;
	font-weight: 500;
	margin-bottom: 1em;
}
.base--table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 2px;
}
.base--table th,
.base--table td {
	background-color: #f2ebee;
	font-weight: 300;
	font-family: 'Source Sans Pro', sans-serif;
}
/* R and D拠点 */
.base--wrap--RandD .overview__ttl-h3--global {
	background-color: #4ba096;
}
.base--wrap--RandD .overview__ttl-h4--global {
	color: #4ba096;
	border-bottom: #4ba096 2px solid;
}
.base--wrap--RandD .base--inner--block dt {
	border-left: #4ba096 4px solid;
}

/* 生産拠点 */
.base--wrap--seisan .overview__ttl-h3--global {
	background-color: #e09276;
}
.base--wrap--seisan .overview__ttl-h4--global {
	color: #e09276;
	border-bottom: #e09276 2px solid;
}
.base--wrap--seisan .base--inner--block dt {
	border-left: #e09276 4px solid;
}

/* -------------------------------------------------------------------
スマホ（767px以下）
------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
#overview__anc--wrap {
	margin: 2em auto;
	padding-left: 5%;
	padding-right: 5%;
}
#overview__anc {
	flex-wrap: wrap;
	align-content: stretch;
	line-height: 1.4;
}
#overview__anc > li {
	width: 49%;
	margin-top: 1em;
}
#overview__anc > li:nth-child(even) {
	margin-left: 2%;
}
#overview__anc > li:nth-child(-n + 2) {
	margin-top: 0;
}
.anc--list dt {
	font-size: 2.6rem;
	margin-bottom: 0.5em;
}
.anc--list dd {
	flex-grow:1;
	padding-bottom: 2em;
}
.anc--list dd::before {
	height: 1.5em;
}
.anc--list dd::after {
	bottom: 0.5em;
}
/* 50年のあゆみ */
.overview__section {
	margin-bottom: 2em;
	margin-top: 2em;
}
.overview__ttl-h2 {
	font-size: 2.8rem;
	margin-bottom: 1em;
}
.overview__section .inner {
	padding-left: 5%;
	padding-right: 5%;
}
.overview__ttl-h3 {
	font-size: 2.6rem;
}
.history__table th,
.history__table th span {
	width: 5em;
}
.history__table td {
	padding-left: 2em;
}
.history__table th span::after {
	width: 1.5em;
	right: -1.5em;
}
/* お客様と共に50年 */
#together {
	margin-bottom: 0;
}
.together--contents--wrap {
	padding-top: 2em;
	padding-bottom: 2em;
}
.together__graf--wrap {
	padding-bottom: 65%;
	background-size: 100% auto;
}
.overview__ttl-h3--together {
	font-size: 2.6rem;
}
/* グローバル拠点 */
#overview--map {
	margin-bottom: 1em;
}
.overview__ttl-h3--global,
.overview__ttl-h4--global {
	font-size: 2.6rem;
}
.base--inner--wrap {
	margin-bottom: 2em;
}
.base--inner--block {
	margin-bottom: 1em;
}
.base--table {
	margin-bottom: 2em;
}
.base--table th,
.base--table td {
	padding: 0.5em;
}
.base--table td {
	width: 30%;
}
}

/* -------------------------------------------------------------------
PC（767px以上）
------------------------------------------------------------------- */
@media print, all and (min-width: 768px) {
#overview__anc--wrap {
	width: 90%;
	max-width: 1200px;
	margin: 160px auto;
}
#overview__anc {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#overview__anc > li {
	width: 22.5%;
}
.anc--list dt {
	font-size: 2.4rem;
}
.anc--list dd {
	font-size: 1.6rem;
}
#overview__anc > li a:hover {
	opacity: 0.7;
	transition: 0.5s;
}
/* 50年のあゆみ */
.overview__section {
	margin-top: 160px;
}
.overview__section .inner {
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.overview__ttl-h2 {
	font-size: 3.6rem;
}
.overview__ttl-h3 {
	font-size: 3rem;
}
.history__table {
	font-size: 1.6rem;
}
.history__table th {
	width: 220px;
}
.history__table th span {
	width: 160px;
}
.history__table th span::after {
	width: 40px;
	right: -40px;
}
/* 技術特長のご紹介 */
.features--box .txt {
	font-size: 1.6rem;
}
.features--box .photo img {
	max-width: 100%;
	width: auto;
}
/* お客様と共に50年 */
#together .inner {
	padding-top: 80px;
	padding-bottom: 160px;
}
.together__graf--wrap {
	max-height: 546px;
}
.overview__ttl-h3--together {
	font-size: 3rem;
}
.together__graf--wrap {
	background-size: 70% auto;
}
.together__graf--wrap .together--txt {
	width: 50%;
	font-size: 1.6rem;
	padding-bottom: 20%;
}
/* グローバル拠点 */
#overview--map {
	margin-bottom: 80px;
}
.overview__ttl-h3--global,
.overview__ttl-h4--global {
	font-size: 3rem;
}
.base--inner--block dt {
	font-size: 1.8rem;
}
.base--inner--block dd {
	font-size: 1.6rem;
}
.base--inner--wrap {
	width: 90%;
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 60px;
}
.base--inner--wrap .base--inner--block {
	width: 50%;
}
.base--inner--wrap .photo {
	width: 48.15%;
}
.base--table {
	width: 90%;
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	font-size: 1.6rem;
}
.base--table th,
.base--table td {
	padding: 0.5em 1.5em;
}
.base--table td {
	width: 275px;
}
#overview__anc > li:nth-child(2) {
	animation-delay: 0.5s;
}
#overview__anc > li:nth-child(3) {
	animation-delay: 1s;
}
#overview__anc > li:nth-child(4) {
	animation-delay: 1.5s;
}
}


/* ================================
シャープ複合機のはじまり
================================ */
.heritage .inner {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
/* kv */
#heritage__keyvisual {
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.keyvisual__inner {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#heritage__keyvisual .main-visual-ttl {
	display: inline-block;
	background-color: #be9146;
	color: #fff;
	font-family: 'EB Garamond', serif;
	font-weight: 500;
	padding: 0.25em 0.5em;
	margin-bottom: 1.5em;
}
#heritage__keyvisual .main-visual-catch,
#heritage__keyvisual .main-visual-modelNum {
	font-family: 'EB Garamond', serif;
}
#heritage__keyvisual .main-visual-catch > span,
#heritage__keyvisual .main-visual-modelNum > span {
	display: block;
}
#heritage__keyvisual .main-visual-catch {
	color: #000;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 2em;
}
#heritage__keyvisual .main-visual-modelNum {
	color: #be9146;
	font-weight: 700;
	line-height: 1.1;
}
/* 複写機遺産に認定 */
.cretification__ttl {
	background-color: #8c735a;
	text-align: center;
	color: #fff;
	font-family: 'EB Garamond', serif;
	font-weight: 500;
	padding: 0.75em 0.25em;
	line-height: 1.4;
	margin-bottom: 1.5em;
	position: relative;
}
.cretification__ttl::after {
	content: '';
	display: block;
	border: rgba(255,255,255,0.6) 1px solid;
	position: absolute;
}
.cretification__ttl em {
	font-style: normal;
	color: #f0c800;
}
.cretification--list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 3em;
	border-top: #8c735a 1px solid;
}
.cretification--list > dt,
.cretification--list > dd {
	border-bottom: #8c735a 1px solid;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.cretification--list > dt {
	color: #8c735a;
	font-weight: 700;
	box-sizing: border-box;
	padding-left: 1.75em;
	position: relative;
}
.cretification--list > dt::before {
	content: '\0025ce';
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0.5em;
}
/* ニュースリリース */
.cretification__news {
	background-color: #f5f5f5;
	text-align: center;
}
.cretification__news a.btn {
	display: block;
	background-color: #505050;
	color: #fff;
	border-radius: 2em;
	text-decoration: none;
	line-height: 1;
	padding: 1em 2em;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	margin-bottom: 1em;
}
.cretification__news a.btn::after {
	content: '';
	display: block;
	border-bottom: solid 2px #fff;
	border-right: solid 2px #fff;
	width: 12px;
	height: 12px;
	transform: rotate(-45deg);
	position: absolute;
	right: 2em;
	top: 0;
	bottom: 0;
	margin: auto;
}
/* 複写機遺産とは */
#about--inner {
	margin-left: auto;
	margin-right: auto;
}
#about__contents {
	position: relative;
}
#about__contents::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url("/products/copier/anniversary/images/heritage/heritage_bg.png");
	background-repeat: repeat;
	background-position: center center;
	z-index: 0;
	transform: skew(3deg, -3deg);
}
#about__contents::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #f2f0e2;
	z-index: 1;
	transform: skew(-3deg, 3deg);
}
#about__contents--innter {
	position: relative;
	z-index: 2;
}
.heritage .about__ttl {
	color: #8c735a;
	font-family: 'EB Garamond', serif;
	font-weight: 500;
	line-height: 1;
	padding: 0.25em 0 0.25em 0.5em;
	border-left: #8c735a 5px solid;
	margin-bottom: 1em;
}
.about__note {
	padding-left: 1em;
	text-indent: -1em;
}
.about__note a {
	color: #1998da;
	text-decoration: underline;
}
/* シャープ複合機のはじまりアンカーリンク */
#heritage__anc {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
}
#heritage__anc > li {
	aspect-ratio: 1 / 1;
}
#heritage__anc > li > a {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	aspect-ratio: 1 / 1;
	color: #fff;
	font-family: 'EB Garamond', serif;
	font-weight: 500;
	text-decoration: none;
	border-radius: 50%;
	line-height: 1.4;
	position: relative;
}
#heritage__anc > li > a::after {
	content: '';
	display: block;
	border: rgba(255,255,255,0.6) 1px solid;
	border-radius: 50%;
	position: absolute;
}
#heritage__anc > li:nth-child(1) > a {
	background-color: #55738c;
}
#heritage__anc > li:nth-child(2) > a {
	background-color: #557d64;
}
#heritage__anc > li:nth-child(3) > a {
	background-color: #9b647d;
}
#heritage__anc > li > a > .a__inner {
	display: block;
	padding-bottom: 2.5em;
	position: relative;
}
#heritage__anc > li > a > .a__inner::before {
	content: '';
	width: 1.4em;
	height: 1.4em;
	background-color: rgba(255,255,255,0.3);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
#heritage__anc > li > a > .a__inner::after {
	content: '';
	display: block;
	border-bottom: solid 2px #fff;
	border-right: solid 2px #fff;
	width: 0.5em;
	height: 0.5em;
	transform: rotate(45deg);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0.5em;
	margin: auto;
}
#heritage__anc > li > a .sub,
#heritage__anc > li > a .ttl,
#heritage__anc > li > a .mid {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
/* section 開発 */
#development.heritage__sec {
	background-color: #eef0f4;
}
.heritage__sec__ttl--h2 {
	text-align: center;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.heritage__sec__ttl--h2 > span {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
	font-family: 'EB Garamond', serif;
	font-weight: 500;
	position: relative;
}
.heritage__sec__ttl--h2 > span::after {
	content: '';
	display: block;
	border: rgba(255,255,255,0.6) 1px solid;
	position: absolute;
}
.heritage__sec__ttl--h3 {
	text-align: center;
	border-bottom-width: 2px;
	border-top-width: 2px;
	border-bottom-style: solid;
	border-top-style: solid;
	font-weight: 700;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin-bottom: 1.5em;
}
.heritage__sec--innter .heritage__sec__ttl--h3:first-child {
	margin-top: 0;
}
#development .heritage__sec__ttl--h3 {
	color: #55738c;
	border-bottom-color: #55738c;
	border-top-color: #55738c;
}
.development__img--list {
	display: flex;
	flex-wrap: wrap;
}
.development__img--list .half {
	width: 47.2%;
}
.development__img--list .full {
	width: 100%;
}
.development__img--list .half.left {
	margin-right: 5.6%;
}
.development__img--list .gapTop {
	margin-top: 5%;
}
.heritage__sec .img--center .caption,
.development__img--list .caption,
.img--catalog--wrap .caption,
.cretification__contents--img .caption,
.cretification__photo__list .caption {
	text-align: center;
	margin-top: 0.5em;
}
.heritage__sec .note {
	padding-left: 1em;
	text-indent: -1em;
}
/* 特長 */
#features.heritage__sec {
	background-color: #d6e0da;
}
#features .heritage__sec__ttl--h3 {
	color: #557d64;
	border-bottom-color: #557d64;
	border-top-color: #557d64;
}
.features__list > dt {
	font-weight: 700;
	padding: 0.1em 0 0.1em 0.75em;
	border-left: #be9146 5px solid;
	margin-bottom: 1.5em;
}
.roundNumList {
	counter-reset: original-counter;
	list-style: none;
	padding: 0;
	margin: 0;
}
.roundNumList > li {
	padding-left: 1.25em;
	position: relative;
}
.roundNumList > li::before {
	content: '';
	display: block;
	background-color: #000;
	border-radius: 50%;
	height: 1em;
	width: 1em;
	position: absolute;
	left: 0;
	top: 0.5em;
}
.roundNumList > li::after {
	content: counter(original-counter);
	counter-increment: original-counter;
	line-height: 1;
	font-size: 70%;
	color: #fff;
	position: absolute;
	left: 0.4em;
	top: 0.9em;
}
p + .roundNumList {
	margin-top: 1em;
}
/* 初代機から現在へ */
#current.heritage__sec {
	background-color: #f4f0f2;
}
#current .heritage__sec__ttl--h3 {
	color: #9b647d;
	border-bottom-color: #9b647d;
	border-top-color: #9b647d;
}
.chronology__list > li {
	display: flex;
	justify-content: space-between;
	position: relative;
}
.chronology__list--txt {
	width: 57.8%;
}
.chronology__list--img {
	width: 42.2%;
}
.chronology__list > li::before {
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	background-color: #9b647d;
	position: absolute;
	top: 0;
}
.chronology__list > li:last-child::before {
	content: none;
}
.chronology__list--ttl {
	position: relative;
	margin-bottom: 0.5em;
}
.chronology__list--ttl::before {
	content: '';
	display: block;
	background-color: #9b647d;
	border-radius: 50%;
	position: absolute;
	top: 0;
}
.chronology__list--ttl > span {
	font-family: 'EB Garamond', serif;
	font-weight: 500;
	color: #9b647d;
}
.chronology__list--model {
	font-weight: 700;
}
.chronology__list--btn {
	margin-top: 1.5em;
	text-align: center;
}
.chronology__list--btn a.btn {
	display: block;
	box-sizing: border-box;
	background-color: #000;
	color: #fff;
	border-radius: 2em;
	text-decoration: none;
	line-height: 1;
	padding: 1em 2em;
	position: relative;
}
.chronology__list--btn a.btn::after {
	content: '';
	display: block;
	border-bottom: solid 2px #fff;
	border-right: solid 2px #fff;
	width: 0.6em;
	height: 0.6em;
	transform: rotate(-45deg);
	position: absolute;
	right: 2em;
	top: 0;
	bottom: 0;
	margin: auto;
}
.chronology__list--comment {
	margin-bottom: 1em;
}
/* 参考文献 */
.reference__ttl {
	text-align: center;
	font-weight: 700;
	margin-bottom: 1em;
}
.reference__list > li {
	margin-bottom: 0.5em;
	padding-left: 1.5em;
	position: relative;
}
.reference__list > li:last-child {
	margin-bottom: 0;
}
.reference__list > li::before {
	content: '\0025cf';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
.reference__list li .pdf {
	display: inline-block;
	padding-right: 2em;
	position: relative;
}
.reference__list li .pdf::after {
	content: '';
	display: block;
	width: 2em;
	height: 2em;
	background-image: url("/products/copier/anniversary/images/heritage/ic_pdf.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: absolute;
	right: 0;
	top: 0;
}
.reference__list li a {
	text-decoration: none;
}
.mgb2em {
	margin-bottom: 2em !important;
}

/* -------------------------------------------------------------------
スマホ（767px以下）
------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
#contents__business--anniversary.heritage {
	font-size: 1.4rem;
	line-height: 1.8;
}
/* kv */
#heritage__keyvisual {
	background-image: url("/products/copier/anniversary/images/heritage/main-visual_sp.png");
	aspect-ratio: 768 / 1020;
	display: flex;
	margin-bottom: 30px;
}
#heritage__keyvisual .keyvisual__inner {
	margin-top: auto;
	margin-bottom: 0;
	padding-bottom: 40px;
}
#heritage__keyvisual .main-visual-ttl {
	display: inline-block;
	width: auto;
	font-size: 1.2rem;
}
#heritage__keyvisual .main-visual-catch .ttl {
	font-size: 3rem;
}
#heritage__keyvisual .main-visual-catch .sub {
	font-size: 2.4rem;
}
#heritage__keyvisual .main-visual-modelNum .ttl {
	font-size: 5rem;
}
#heritage__keyvisual .main-visual-modelNum .sub {
	font-size: 2rem;
}
/* 複写機遺産に認定 */
.cretification__contents--wrap {
	margin-bottom: 10px;
}
.cretification__contents--txt {
	margin-bottom: 10px;
}
.cretification__contents--img {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.cretification__photo__list {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.cretification__photo__list > li {
	margin-bottom: 10px;
}
.cretification__photo__list > li:last-child {
	margin-bottom: 0;
}
.cretification__ttl {
	font-size: 2.2rem;
}
.cretification__ttl::after {
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	left: 5px;
	top: 5px;
}
.cretification--list > dt {
	width: 11em;
	padding-right: 1em;
}
.cretification--list > dd {
	width: calc(100% - 11em);
}
/* ニュースリリース */
.cretification__news {
	padding: 1em;
	margin-bottom: 30px;
}
.cretification__news a.btn {
	width: 70%;
}
/* 複写機遺産とは */
#about--inner {
	width: 100%;
	overflow: hidden;
	margin-bottom: 40px;
}
#about__contents {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
#about__contents--innter {
	padding: 10%;
}
.heritage .about__ttl {
	font-size: 2rem;
}
.about__note {
	font-size: 1.2rem;
}
/* シャープ複合機のはじまりアンカーリンク */
#heritage__anc--wrap {
	margin-bottom: 20px;
}
#heritage__anc {
	width: 96%;
}
#heritage__anc > li {
	width: 32%;
}
#heritage__anc > li > a > .a__inner {
	padding-bottom: 1.8em;
}
#heritage__anc > li > a {
	font-size: 1.5rem;
}
#heritage__anc > li > a .sub,
#heritage__anc > li > a .mid {
	font-size: 1.5rem;
	line-height: 1;
}
#heritage__anc > li > a .ttl {
	font-size: 1.7rem;
}
#heritage__anc > li > a::after {
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	left: 5px;
	top: 5px;
}
/* section 開発 */
.heritage__sec {
	padding-top: 30px;
	padding-bottom: 100px;
	border-radius: 60px 60px 0 0;
}
.heritage__sec__ttl--h2 {
	aspect-ratio: 10 / 1;
	font-size: 4rem;
	margin-bottom: 20px;
}
.heritage__sec__ttl--h2 {
	aspect-ratio: 68 / 21;
	font-size: 2.5rem;
	margin-bottom: 20px;
}
.heritage__sec__ttl--h2 > span {
	aspect-ratio: 68 / 18;
}
.heritage__sec__ttl--h2 > span::after {
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	left: 5px;
	top: 5px;
}
#development .heritage__sec__ttl--h2 {
	background-image: url("/products/copier/anniversary/images/heritage/ttl_bg_01_sp.png");
}

.heritage__sec__ttl--h3 {
	font-size: 2rem;
	margin-top: 30px;
	margin-bottom: 0.75em;
}
.heritage__sec--innter {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.heritage__sec .note {
	font-size: 1.2rem;
}
/* 特長 */
#features.heritage__sec {
	margin-top: -60px;
}
#features .heritage__sec__ttl--h2 {
	background-image: url("/products/copier/anniversary/images/heritage/ttl_bg_02_sp.png");
}
.features__list--wrap .features__list {
	margin-bottom: 2em;
}
.features__list--wrap .features__list:last-child {
	margin-bottom: 0;
}
.features__list > dt {
	font-size: 1.2rem;
	margin-bottom: 1em;
}
/* 初代機から現在へ */
#current.heritage__sec {
	margin-top: -60px;
	padding-bottom: 30px;
}
#current .heritage__sec__ttl--h2 {
	background-image: url("/products/copier/anniversary/images/heritage/ttl_bg_03_sp.png");
}
.chronology__list--txt {
	padding-left: 20px;
	padding-right: 10px;
}
.chronology__list > li {
	padding-bottom: 20px;
}
.chronology__list > li:last-child {
	padding-bottom: 0;
}
.chronology__list > li::before {
	left: 5px;
}
.chronology__list--ttl::before {
	width: 20px;
	height: 20px;
	left: -25px;
}
.chronology__list--ttl > span {
	font-size: 1.8rem;
	display: inline-block;
	margin-top: -0.3em;
}
.chronology__list--model {
	font-size: 1.5rem;
}
.chronology__list--btn {
	margin-top: 0.75em;
}
.chronology__list--btn a.btn {
	width: 90%;
	box-sizing: border-box;
	font-size: 1.4rem;
}
.chronology__list--comment {
	font-size: 1.4rem;
}
/* 参考文献 */
#reference {
	padding-top: 20px;
	padding-bottom: 10px;
}
.reference__ttl {
	font-size: 1.5rem;
}
#reference .bnr {
	margin-bottom: 20px;
}
.reference__list {
	padding-left: 5%;
	padding-right: 5%;
}
/* Top Youtube */
.movie__flame {
	width: 100%;
	padding: 30px 5% 10px;
	box-sizing: border-box;
	text-align: center;
}
}
/* -------------------------------------------------------------------
PC（767px以上）
------------------------------------------------------------------- */
@media print, all and (min-width: 768px) {
#contents__business--anniversary.heritage {
	font-size: 1.6rem;
	line-height: 1.8;
}
.heritage .inner {
	max-width: 1200px;
}
/* kv */
#heritage__keyvisual {
	background-image: url("/products/copier/anniversary/images/heritage/main-visual_pc.png");
	aspect-ratio: 192 / 60;
}
.keyvisual__inner {
	max-width: 1200px;
	padding-top: 6%;
}
#heritage__keyvisual .main-visual-ttl {
	font-size: 2.4rem;
}
#heritage__keyvisual .main-visual-catch .ttl {
	font-size: 4.8rem;
}
#heritage__keyvisual .main-visual-catch .sub {
	font-size: 3.6rem;
}
#heritage__keyvisual .main-visual-modelNum .ttl {
	font-size: 8rem;
}
#heritage__keyvisual .main-visual-modelNum .sub {
	font-size: 2.9rem;
}
/* 複写機遺産に認定 */
.heritage #cretification {
	padding-top: 120px;
}
.cretification__contents--wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}
.cretification__contents--txt {
	width: 65%;
}
.cretification__contents--img {
	width: 35%;
	padding-left: 5%;
	box-sizing: border-box;
}
.cretification__photo__list {
	width: 90%;
	display: flex;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
}
.cretification__photo__list > li {
	width: 47.2%;
	margin-right: 5.6%;
}
.cretification__photo__list > li:nth-child(2n) {
	margin-right: 0;
}
.cretification__ttl {
	font-size: 3.6rem;
}
.cretification__ttl::after {
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	left: 10px;
	top: 10px;
}
.cretification--list > dt {
	width: 280px;
}
.cretification--list > dd {
	width: calc(100% - 280px);
}
/* ニュースリリース */
.cretification__news {
	padding: 60px;
	margin-bottom: 80px;
}
.cretification__news a.btn {
	font-size: 2rem;
	width: 500px;
	padding: 1.5em 2em;
	margin-top: 1em;
	margin-bottom: 1em;
}
/* 複写機遺産とは */
#about--inner {
	max-width: 1234px;
	margin-bottom: 220px;
}
#about__contents--innter {
	padding: 110px 170px;
}
.heritage .about__ttl {
	font-size: 2.9rem;
}
.about__note {
	font-size: 1.4rem;
}
/* シャープ複合機のはじまりアンカーリンク */
#heritage__anc--wrap {
	margin-bottom: 70px;
}
#heritage__anc {
	max-width: 964px;
}
#heritage__anc > li {
	width: 29.2%;
}
#heritage__anc > li > a > .a__inner {
	padding-top: 15px;
}
#heritage__anc > li > a > .a__inner > span + span {
	margin-top: 10px;
}
#heritage__anc > li > a {
	font-size: 2.9rem;
}
#heritage__anc > li > a .sub {
	font-size: 2.9rem;
}
#heritage__anc > li > a .ttl {
	font-size: 3.6rem;
}
#heritage__anc > li > a .mid {
	font-size: 3.2rem;
}
#heritage__anc > li > a::after {
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	left: 10px;
	top: 10px;
}
/* section 開発 */
.heritage__sec {
	padding-top: 130px;
	padding-bottom: 310px;
	border-radius: 180px 180px 0 0;
}
.heritage__sec__ttl--h2 {
	aspect-ratio: 10 / 1;
	font-size: 4rem;
	margin-bottom: 60px;
}
.heritage__sec__ttl--h2 > span {
	aspect-ratio: 12 / 1;
}
.heritage__sec__ttl--h2 > span::after {
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	left: 10px;
	top: 10px;
}
#development .heritage__sec__ttl--h2 {
	background-image: url("/products/copier/anniversary/images/heritage/ttl_bg_01_pc.png");
}
.heritage__sec__ttl--h3 {
	font-size: 2.9rem;
	margin-top: 80px;
}
.heritage__sec--innter {
	width: 90%;
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
}
.heritage__sec .img--center {
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
}
.heritage__sec .note {
	font-size: 1.4rem;
}
/* 特長 */
#features.heritage__sec {
	margin-top: -180px;
}
#features .heritage__sec__ttl--h2 {
	background-image: url("/products/copier/anniversary/images/heritage/ttl_bg_02_pc.png");
}
.features__list--wrap {
	display: flex;
	flex-wrap: wrap;
}
.features__list {
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
}
/* .features__list {
	width: 47.2%;
	margin-right: 5.6%;
} */
.features__list:nth-child(even) {
	margin-right: 0;
}
.features__list > dt {
	font-size: 2rem;
}
/* 初代機から現在へ */
#current.heritage__sec {
	margin-top: -180px;
	padding-bottom: 130px;
}
#current .heritage__sec__ttl--h2 {
	background-image: url("/products/copier/anniversary/images/heritage/ttl_bg_03_pc.png");
}
.chronology__list {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.chronology__list--txt {
	padding-left: 45px;
	padding-right: 40px;
}
.chronology__list > li {
	padding-bottom: 50px;
}
.chronology__list > li:last-child {
	padding-bottom: 0;
}
.chronology__list > li::before {
	left: 15px;
}
.chronology__list--ttl::before {
	width: 30px;
	height: 30px;
	left: -45px;
}
.chronology__list--ttl > span {
	font-size: 2.9rem;
	display: inline-block;
	margin-top: -0.3em;
}
.chronology__list--model {
	font-size: 2.4rem;
}
.chronology__list--btn a.btn {
	width: 300px;
	font-size: 1.8rem;
}
.chronology__list--comment {
	font-size: 1.8rem;
}
/* 参考文献 */
#reference {
	padding-top: 60px;
	padding-bottom: 30px;
}
.reference__ttl {
	font-size: 2.4rem;
}
#reference .bnr {
	margin-bottom: 70px;
}
.reference__list {
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}
/* target */
#heritage__anc > li:nth-child(2) {
	animation-delay: 0.5s;
}
#heritage__anc > li:nth-child(3) {
	animation-delay: 1s;
}
/* Top Youtube */
.movie__flame {
	width: 100%;
	padding-top: 100px;
	padding-bottom: 60px;
	text-align: center;
}
.movie__flame__inner {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
}

/* ========== header固定対策 ========== */
/*@media (min-width: 1200px) {
#contents__business--anniversary .age--section {
	padding-top: 73px;
	margin-top: -73px;
}
}
@media (min-width: 1199px) {
#contents__business--anniversary .age--section {
	padding-top: 57px;
	margin-top: -57px;
}
}*/
/**/

@media (hover: hover) {
.heritage .btn,
#heritage__anc a,
.about__note a,
.reference__list li a {
	transition: 0.3s;
}
.heritage .btn:hover,
#heritage__anc a:hover {
	opacity: 0.7;
}
.about__note a:hover {
	text-decoration: none;
}
.reference__list li a:hover {
	text-decoration: underline;
}
}
