/* fa template - custom */
.u-icons--red::after,
.u-icons--red::before{color:#f00!important;}
@media only screen and (min-width: 768px) {
	.c-btn.c-btn--lg.u-icons.u-icons--bulletRight{padding-top: 21px;padding-bottom: 21px;}
	.c-cta.c-btn--lg{padding-top: 22px;padding-bottom: 22px;}
}


/* common */
.l-grid__item-flexCenter {
	display: flex;
	align-items: center;
}
sup {
	font-size: 70%;
}
@media only screen and (min-width: 768px) {
	.c-card--movie.flexible {
		border-radius: 0;
		height: 100%;
		display: flex;
		align-items: center;
		background-color: #000;
	}
	.sp_only {
		display: none;
	}
	a:hover > u{text-decoration: none;}
}
@media only screen and (max-width: 767px) {
	.pc_only {
		display: none;
	}
	.c-anchorNav {
		margin-bottom: 0;
	}
}

/* section */
@media only screen and (max-width: 767px) {
	#am_notes {
		padding-top: 30px;
		padding-bottom: 0;
	}
}

/* MV */
.mainVisual_am {
	margin: 60px auto;
}
@media only screen and (max-width: 767px) {
	.mainVisual_am {
		margin: 30px auto;
	}
}
.mainVisual_am .mainVisual_am--image {
	height: 345px;
	background: url(/fa/products/mecha/am/pr/zoukei/assets/img/mv_bg_pc.jpg) top
		center no-repeat #000;
	background-size: auto 100%;
}
@media only screen and (max-width: 767px) {
	.mainVisual_am .mainVisual_am--image {
		height: 200px;
		background: url(/fa/products/mecha/am/pr/zoukei/assets/img/mv_bg_sp.jpg) top
			center no-repeat #000;
		background-size: 100%;
	}
}
.mainVisual_am .mainVisual_am--title {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-flow: column;
	height: 100%;
	font-feature-settings: "palt";
	color: #fff;
}
.mainVisual_am .mainVisual_am--title h2 {
	font-size: 36px;
	font-weight: 700;
	line-height: calc(48 / 36);
	margin-bottom: 16px;
}
.mainVisual_am .mainVisual_am--title p {
	font-size: 28px;
	font-weight: 500;
	line-height: calc(36 / 28);
}
.mainVisual_am .mainVisual_am--title .mainVisual_am--products {
	position: absolute;
	right: 10.813%; /*133px*/
	bottom: -76px;
	max-width: 359px;
	max-width: 252px;
	width: 29.1869%;
	height: auto;
}
@media only screen and (min-width: 768px) {
	.mainVisual_am .mainVisual_am--title {
		padding-top: 35px;
	}
	.mainVisual_am .mainVisual_am--title h2 {
		width: calc(100% - 42%);
	}
	.mainVisual_am .mainVisual_am--title p {
		width: calc(100% - 42%);
	}
}
@media only screen and (max-width: 767px) {
	.mainVisual_am .mainVisual_am--title {
		padding-top: 35px;
	}
	.mainVisual_am .mainVisual_am--title h2 {
		font-size: 20px;
		width: calc(100% - 30%);
		padding-left: 7px;
	}
	.mainVisual_am .mainVisual_am--title p {
		font-size: 14px;
		width: calc(100% - 30%);
		padding-left: 7px;
	}
	.mainVisual_am .mainVisual_am--title .mainVisual_am--products {
		width: 27.866%;
		min-width: 105px;
		max-width: 150px;
		right: 2.267%;
		bottom: -26px;
	}
}
.mainVisual_am .mainVisual_am--anchor-wrap {
	padding: 90px 0 60px;
	background-color: #f2f2f2;
}
.mainVisual_am .mainVisual_am--anchor-wrap .mainVisual_am--lead {
	font-size: 18px;
	letter-spacing: 0.05em;
	font-weight: 700;
	line-height: calc(32 / 18);
	margin: 0 auto 30px;
}
@media only screen and (max-width: 767px) {
	.mainVisual_am .mainVisual_am--anchor-wrap {
		padding: 30px 0;
	}
	.mainVisual_am .mainVisual_am--anchor-wrap .mainVisual_am--lead {
		margin-bottom: 15px;
	}
}

/* linkAnchor_am */
.linkAnchor_am > a {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-flow: column;
	height: 175px;
	padding: 0 1em 0 95px;
	border: 3px solid #fff;
	border-radius: 8px;
	background-color: #c35581;
	filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.2));
	font-feature-settings: "palt";
	color: #fff;
	line-height: 1;
}
.linkAnchor_am > a::before {
	content: "";
	display: block;
	position: absolute;
	margin: auto;
	left: 57px;
	top: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 20px solid #fff;
	border-right: 0;
}
.linkAnchor_am > a .linkAnchor_am--main {
	font-size: 32px;
	letter-spacing: 0.02em;
	font-weight: 700;
}
.linkAnchor_am > a .linkAnchor_am--sub {
	font-size: 22px;
	font-weight: 700;
	margin: 0 0 18px;
}
@media only screen and (min-width: 768px) {
	.linkAnchor_am > a {
		transition: opacity 0.2s ease-out;
	}
	.linkAnchor_am > a:hover {
		opacity: 0.7;
	}
}
@media only screen and (max-width: 767px) {
	.linkAnchor_am > a {
		height: 95px;
		padding-left: 43px;
		border-radius: 4px;
		border: 2px solid #fff;
	}
	.linkAnchor_am > a::before {
		left: 20px;
		width: 0;
		height: 0;
		border-style: solid;
		border-color: transparent transparent transparent #fff;
		border-width: 8px 0px 8px 13px;
	}
	.linkAnchor_am > a .linkAnchor_am--main {
		font-size: 16px;
		letter-spacing: -0.025em;
	}
	.linkAnchor_am > a .linkAnchor_am--sub {
		font-size: 12px;
		margin-bottom: 8px;
	}
}

/* top-mv bottom only */
@media only screen and (max-width: 767px) {
	.mainVisual_am .linkAnchor_am {
		margin: 0 15px 0;
	}
}

/* linkAnchor_am--bg */
.linkAnchor_am--bg {
	padding: 60px 50px;
	border-radius: 3px;
	background-color: #f7e9ef;
}
.linkAnchor_am--bg .linkAnchor_am {
	height: 170px;
}
.linkAnchor_am--bg .linkAnchor_am::before {
	left: 52px;
}
@media only screen and (max-width: 767px) {
	.linkAnchor_am--bg {
		padding: 15px;
		margin: 60px auto 0;
	}
	.linkAnchor_am--bg .linkAnchor_am {
		height: 95px;
	}
	.linkAnchor_am--bg .linkAnchor_am::before {
		left: 21px;
	}
}

/* youtube_am */
.youtube_am > iframe {
	display: block;
	width: 100%;
	height: 100%;
	aspect-ratio: 1.335078534;
}

/* list-merit-demerit_am */
.list-merit-demerit_am {
	display: flex;
	justify-content: space-between;
	margin: 60px auto;
	padding: 10px;
	font-feature-settings: "palt";
	background-color: #fff;
	border-radius: 3px;
	filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.1));
}
.list-merit-demerit_am .list-merit-demerit_am--wrap {
	width: 49.5145%;
	padding: 35px 39px;
	border-radius: 3px;
	border-width: 1px;
	border-style: solid;
}
.list-merit-demerit_am .list-merit-demerit_am--wrap.merit {
	border-color: #bb7285;
}
.list-merit-demerit_am .list-merit-demerit_am--wrap.merit .list-merit-demerit_am--hl {
	color: #bb7285;
}
.list-merit-demerit_am .list-merit-demerit_am--wrap.merit .list-merit-demerit_am--hl::before {
	background-color: #bb7285;
}
.list-merit-demerit_am .list-merit-demerit_am--wrap.demerit {
	border-color: #6085ad;
}
.list-merit-demerit_am .list-merit-demerit_am--wrap.demerit .list-merit-demerit_am--hl {
	color: #6085ad;
}
.list-merit-demerit_am .list-merit-demerit_am--wrap.demerit .list-merit-demerit_am--hl::before {
	background-color: #6085ad;
}
.list-merit-demerit_am .list-merit-demerit_am--hl {
	position: relative;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	margin: 0 auto 25px;
}
.list-merit-demerit_am .list-merit-demerit_am--hl > span {
	position: relative;
	display: inline-block;
	padding: 0 12px;
	background-color: #fff;
	z-index: 1;
}
.list-merit-demerit_am .list-merit-demerit_am--hl::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	margin: auto;
}
.list-merit-demerit_am .c-list .c-list__item {
	letter-spacing: -0.025em;
}
.c-list.c-list--num .c-list__item{position: relative;padding-left: 1em;}
.c-list.c-list--num .c-list__item span:first-of-type{position: absolute;left: 0;top: 5px;}
.c-list.c-list--num .c-list__item a{color: #f00; text-decoration: underline;}
.c-list.c-list--num .c-list__item a:hover{text-decoration: none;}
.c-list.c-list--num-ast .c-list__item{position: relative;padding-left: 2em;}
.c-list.c-list--num-ast .c-list__item span:first-of-type{position: absolute;left: 0;top: 5px;}
@media only screen and (max-width: 767px) {
	.list-merit-demerit_am {
		margin: 35px auto;
		display: block;
	}
	.list-merit-demerit_am .list-merit-demerit_am--wrap {
		width: 100%;
		padding: 25px 20px;
	}
	.list-merit-demerit_am .list-merit-demerit_am--wrap:first-of-type {
		margin-bottom: 10px;
	}
	.list-merit-demerit_am .list-merit-demerit_am--hl {
		margin-bottom: 15px;
	}
	.list-merit-demerit_am .list-merit-demerit_am--hl > span {
		padding: 0 8px;
	}
}

/* list_am */
.list_am {
	margin: 22px auto;
}
.list_am > li {
	position: relative;
	margin-top: 12px;
	padding: 0 0 0 10px;
	font-size: 16px;
	line-height: calc(26 / 16);
	font-feature-settings: "palt";
}
.list_am > li:first-of-type {
	margin-top: 0;
}
.list_am > li::before {
	content: "";
	display: block;
	position: absolute;
	top: 12px;
	left: 2px;
	width: 3px;
	height: 3px;
	background-color: #000;
}

/* table-horizon_am */
.table-horizon_am {
	margin: 10px 0 0;
}
.table-horizon_am td {
	font-size: 16px;
	line-height: calc(29 / 16);
	padding-right: 2em;
}
@media only screen and (max-width: 767px) {
	.table-horizon_am {
		margin-top: 15px;
		display: block;
	}
	.table-horizon_am tr{
		display: block;
	}
	.table-horizon_am td {
		display: block;
		padding-right: 0;
	}
}

/* caption-large_am */
.caption-large_am {
	font-size: 21px;
	font-weight: 700;
	line-height: calc(36 / 21);
	margin-bottom: 21px;
	font-feature-settings: "palt";
}
@media only screen and (max-width: 767px) {
	.caption-large_am {
		margin-bottom: 10px;
	}
}

/* heading-ribbon_am */
.heading-ribbon_am {
	margin: 60px auto 30px;
	padding: 10px 0 12px;
	font-size: 18px;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	color: #fff;
	font-feature-settings: "palt";
	border-radius: 3px;
}
.heading-ribbon_am.heading-blue {
	background-color: #005b90;
}
.heading-ribbon_am.heading-red {
	margin-top: 60px;
	background-color: #9f395b;
}
@media only screen and (max-width: 767px) {
	.heading-ribbon_am {
		margin: 30px auto;
		padding: 5px 0 6px;
		border-radius: 2px;
	}
}

/* text-emphasis_am */
.text-emphasis_am {
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	background-color: #f7e9ef;
	border-radius: 3px;
	padding: 30px 16px;
	margin: 30px auto 60px;
	font-feature-settings: "palt";
}
.text-emphasis_am .text-main {
	display: inline-block;
	position: relative;
	font-size: 24px;
	line-height: calc(40 / 24);
	font-weight: 700;
	text-decoration: underline;
	text-decoration-thickness: 3px;
	text-decoration-color: #9f395b;
	text-underline-offset: 5px;
}
.text-emphasis_am .text-main > span {
	color: #9f395b;
}
.text-emphasis_am .text-sub {
	margin-top: 13px;
	font-size: 16px;
	font-weight: 500;
}
@media only screen and (max-width: 767px) {
	.text-emphasis_am {
		margin: 30px auto;
		padding: 30px;
	}
	.text-emphasis_am .text-main {
		text-align: center;
		line-height: calc(90 / 48);
	}
	.text-emphasis_am .text-sub {
		line-height: calc(58 / 32);
	}
}

/* table-am */
.table-am {
	margin: 30px auto 0;
}
.table-am .c-table__content {
	table-layout: fixed;
}
.table-am .c-table__head th {
	text-align: center;
	font-size: 16px;
	align-content: center;
}
.table-am .c-table__contentBody td {
	font-size: 16px;
	padding: 0 15px;
	height: 90px;
	align-content: center;
}
.table-am .c-table__contentBody .td-check {
	display: flex;
	align-items: center;
	justify-content: center;
}
.table-am .c-table__contentBody ul {
	margin: 0 auto;
}
.table-am .c-table__contentBody ul li {
	position: relative;
	padding-left: 25px;
}
.table-am .c-table__contentBody ul li::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 9px;
	width: 14px;
	height: 6px;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	transform: rotate(-45deg);
}
@media only screen and (max-width: 767px) {
	.table-am {
		margin-top: 30px;
	}
	.table-am .c-table__content {
		display: flex;
		border-top: 1px solid #b2b2b2;
		border-left: 1px solid #b2b2b2;
		border-right: none;
		border-bottom: none;
	}
	.table-am .c-table__content .c-table__head {
		display: block;
		width: 50%;
	}
	.table-am .c-table__content .c-table__head tr th:nth-of-type(1),
	.table-am .c-table__content .c-table__head tr th:nth-of-type(2),
	.table-am .c-table__content .c-table__head tr th:nth-of-type(4) {
		height: 70px;
	}
	.table-am .c-table__content .c-table__head tr th:nth-of-type(3),
	.table-am .c-table__content .c-table__head tr th:nth-of-type(5) {
		height: 40px;
	}
	.table-am .c-table__content .c-table__contentBody {
		display: block;
		width: 50%;
	}
	.table-am .c-table__content .c-table__contentBody .td-check {
		width: 100%;
		align-items: center;
		justify-content: flex-start;
	}
	.table-am .c-table__content .c-table__contentBody tr td:nth-of-type(1),
	.table-am .c-table__content .c-table__contentBody tr td:nth-of-type(2),
	.table-am .c-table__content .c-table__contentBody tr td:nth-of-type(4) {
		height: 70px;
	}
	.table-am .c-table__content .c-table__contentBody tr td:nth-of-type(3),
	.table-am .c-table__content .c-table__contentBody tr td:nth-of-type(5) {
		height: 40px;
	}
	.table-am .c-table__content .c-table__contentBody ul {
		width: 100%;
		margin: 0 0 0 15px;
	}
	.table-am .c-table__content tr {
		display: block;
	}
	.table-am .c-table__content th {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		border-top: none;
		border-left: none;
		border-right: 1px solid #b2b2b2;
		border-bottom: 1px solid #b2b2b2;
	}
	.table-am .c-table__content td {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		width: 100%;
		height: auto;
		padding: 0;
		border-top: none;
		border-left: none;
		border-right: 1px solid #b2b2b2;
		border-bottom: 1px solid #b2b2b2;
	}
}

/* link-2col_am */
.link-2col_am {
	position: relative;
	background-color: #f7e9ef;
	padding: 60px 0;
}
.link-2col_am::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background-color: #e4eff4;
}
.link-2col_am .link-2col_am--list {
	display: flex;
	justify-content: space-between;
	border: 3px solid #fff;
	background-color: #fff;
	border-radius: 3px;
	filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.2));
}
.link-2col_am .link-2col_am--list > li {
	width: 50%;
}
.link-2col_am .link-2col_am--list > li > a {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-flow: column;
	height: 354px;
	color: #fff;
	text-align: center;
	font-feature-settings: "palt";
	padding: 0 20px;
}
@media only screen and (min-width: 768px) {
	.link-2col_am .link-2col_am--list > li > a {
		transition: opacity 0.2s ease-out;
	}
	.link-2col_am .link-2col_am--list > li > a:hover {
		opacity: 0.7;
	}
}
.link-2col_am .link-2col_am--list > li .icon {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	width: 100%;
	height: 52px;
}
.link-2col_am .link-2col_am--list > li .text-sub {
	width: 100%;
	font-size: 20px;
	margin: 28px auto 12px;
}
.link-2col_am .link-2col_am--list > li .text-main {
	width: 100%;
	font-size: 28px;
	font-weight: 700;
}
.link-2col_am .link-2col_am--list > li .text-main::after {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-left: 8px;
	margin-bottom: 2px;
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	transform: rotate(45deg);
}
.link-2col_am .link-2col_am--list > li.mail a {
	background-color: #c35581;
	border-radius: 5px 0 0 5px;
}
.link-2col_am .link-2col_am--list > li.download a {
	background-color: #3280ad;
	border-radius: 0 5px 5px 0;
}
@media only screen and (max-width: 767px) {
	.link-2col_am {
		padding: 30px 0;
	}
	.link-2col_am::before {
		width: 100%;
		height: 50%;
		left: 0;
		top: auto;
		bottom: 0;
	}
	.link-2col_am .link-2col_am--list {
		display: block;
		height: auto;
		margin: 0 20px;
	}
	.link-2col_am .link-2col_am--list > li {
		width: 100%;
	}
	.link-2col_am .link-2col_am--list > li > a {
		height: 150px;
	}
	.link-2col_am .link-2col_am--list > li .text-sub {
		width: 100%;
		font-size: 11px;
		margin: 12px auto 5px;
	}
	.link-2col_am .link-2col_am--list > li .text-main {
		width: 100%;
		font-size: 16px;
		line-height: calc(54 / 32);
	}
	.link-2col_am .link-2col_am--list > li .text-main::after {
		content: "";
		display: inline-block;
		width: 9px;
		height: 9px;
		margin-left: 4px;
		margin-bottom: 1px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		transform: rotate(45deg);
	}
	.link-2col_am .link-2col_am--list > li.mail .icon {
		height: 20px;
	}
	.link-2col_am .link-2col_am--list > li.mail .icon img {
		height: 100%;
		width: auto;
	}
	.link-2col_am .link-2col_am--list > li.mail a {
		border-radius: 0;
	}
	.link-2col_am .link-2col_am--list > li.download .icon {
		height: 24px;
	}
	.link-2col_am .link-2col_am--list > li.download .icon img {
		height: 100%;
		width: auto;
	}
	.link-2col_am .link-2col_am--list > li.download a {
		border-radius: 0;
	}
}

/* c-list c--midium */
.c-list.c-list--midium {
	margin-top: 8px;
}
.c-list.c-list--midium .c-note {
	font-size: 16px;
	line-height: calc(29 / 16);
}

/* border_am */
hr.border_am {
	margin-top: 60px;
}
@media only screen and (max-width: 767px) {
	hr.border_am {
		margin-top: 30px;
	}
}

/* table--ded-pbf */
.table--ded-pbf th,
.table--ded-pbf td{font-size: 16px;}
/* .table--ded-pbf th{padding-top: 15px;padding-bottom: 15px;} */
.table--ded-pbf td{vertical-align: middle;}
.table--ded-pbf th.bg-pink{background-color: #9f395b;width: 40%;font-size: 20px;color: #fff;font-weight: 700;text-align: center;/*padding-top: 15px;padding-bottom: 15px;*/}
.table--ded-pbf th.bg-blue{background-color: #005b90;width: 40%;font-size: 20px;color: #fff;font-weight: 700;text-align: center;/*padding-top: 15px;padding-bottom: 15px*/;}
.table--ded-pbf th.tb-bold,
.table--ded-pbf td.tb-bold{border-bottom-color: #222;}
.table--ded-pbf .cell-vertical{width: 1em;display: flex;align-items: center;justify-content: center;height: 100%;line-height: 1;margin: auto;}
.table--ded-pbf .c-table__headCell{vertical-align: middle;}
.table--ded-pbf .table--ded-pbf--merit-demerit{display: flex;justify-content: center;align-items: center;}
.table--ded-pbf .table--ded-pbf--merit-demerit > p{width: calc(50% - 1em); text-align: center;}
.table--ded-pbf .table--ded-pbf--merit-demerit > p.merit-pink{color: #9f395b;font-weight: 700;}
.table--ded-pbf .table--ded-pbf--merit-demerit > p.merit-blue{color: #005b90;font-weight: 700;}
.table--ded-pbf .table--ded-pbf--merit-demerit > span{width: 2em; text-align: center;font-weight: 700;color: #000; font-size: 14px;}

/* floating-banner */
.follow_btn img{width:100%;max-width: 200px;box-shadow: 2px 2px 4px rgba(0,0,0,0.4);}
.follow_btn {position: fixed;right: 64px;z-index: 2;-webkit-transition: opacity .3s,visibility .3s;-o-transition: opacity .3s,visibility .3s;transition: opacity .3s,visibility .3s;visibility: visible;opacity: 1;bottom: 16px;}
.follow_btn.is_hide {visibility: hidden;opacity: 0;}
.follow_btn_wrap{position: relative;display: block;}
.follow_btn_wrap:before {content: "";position: absolute;width: 100%;height: 200px;background-color:#fff;display: block;top: 0;-webkit-transition: opacity .25s ease-out;-o-transition: opacity .25s ease-out;transition: opacity .25s ease-out;opacity: 0.01;}
.follow_btn_wrap:hover::before{opacity: .3;}
.close_btn span {display: none;}
.close_btn::after {content: "×";color: #FFF;background-color: rgba(32,32,32,0.8);display: block;width: 32px;height: 32px;border-radius: 16px;position: absolute;top: 8px;right: 8px;text-align: center;font-size: 20px;font-weight: bold;line-height: 32px;cursor: pointer;transition: all 0.2s;}
.close_btn:hover::after {color: #000;background-color: rgba(222,222,222,0.8);}
@media (max-width:767.98px){
.follow_btn_wrap:before {height: 100%;}
.follow_btn img{max-width: 160px;}
.follow_btn{right: 8px;bottom: 65px;}
}