@charset "UTF-8";
/* CSS Document */
html { scroll-behavior: smooth;}
html, body {
	scroll-padding-top: 130px;
	/* 固定ヘッダの高さ分 */
}
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 12px;
	/*ベースを10pxにしています*/
	background-color: #FFF;
	color: #212121;
	line-height: 1.5;
	hyphens: auto;
	margin:0;
	padding:0;
}
/*   Header   */
#cookieLaw {
	width: 100%;
	height: 50px;
	background: rgba(0, 0, 0, 1.0);
	position: fixed;
	z-index: 9999;
	font-size: 13px;
	font-weight: 400;
	line-height: 14px;
	color: #fff;
	letter-spacing: 0;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}
#cookieLaw a {
	font-size: 13px;
	font-weight: 400;
	line-height: 14px;
	color: #fff;
	letter-spacing: 0;
	text-align: center;
	text-decoration: underline;
}
#cookieLaw .cookieLawContent {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}
#cookieLaw .cookieLawContent p {
	display: inline-block;
	margin: 0 25px 0 0;
}
#cookieLaw .cookieLawContent .cookieLawCloseBtn {
	display: inline-block;
}
#cookieLaw .cookieLawContent .cookieLawCloseBtn #togglemenuicon_area {
	position: relative;
	width: 35px;
	height: 35px;
	box-sizing: border-box;
	margin: 5px auto;
}
/* 三本線のスタイルを決める */
#cookieLaw .cookieLawContent .cookieLawCloseBtn #togglemenuicon_area span {
	display: block;
	width: 30px;
	height: 3px;
	background: #fff;
	position: absolute;
	left: 2px;
	transition: all 0.5s ease;
	border-radius: 2px;
}
/* 線の縦位置の調整 */
#cookieLaw .cookieLawContent .cookieLawCloseBtn #togglemenuicon_area span.lineup {
	top: 16px;
	transform: rotate(45deg);
}
#cookieLaw .cookieLawContent .cookieLawCloseBtn #togglemenuicon_area span.linemiddle {
	opacity: 0;
}
#cookieLaw .cookieLawContent .cookieLawCloseBtn #togglemenuicon_area span.linebottom {
	top: 16px;
	transform: rotate(-45deg);
}
#cookieLaw a:hover {
	text-decoration: none;
}
#cookieLaw~header {
	top: 50px;
}
#cookieLaw~nav {
	top: 135px;
}
#skip_menu {
	width: 100%;
	height: 135px;
	position: relative;
}
header {
	width: 100%;
	height: 85px;
	background: rgba(255, 255, 255, 1.0);
	border-bottom: solid 1px rgba(230, 230, 230, 1.0);
	position: fixed;
	z-index: 9999;
}
header #header_inner {
	width: 100%;
	height: 85px;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	justify-content: space-between;
}
header #header_inner #logo_area {
	width: calc(100% - 420px);
	margin: 30px 0 0 15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
header #header_inner #logo_area #fujifilm_logo {
	width: 130px;
	height: 38px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	background-image: url(../images/fujifilm.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center left;
}
header #header_inner #logo_area #kaseihin_logo {
	margin: 0 0 0 15px;
}
header #header_inner #logo_area #kaseihin_logo a {
	width: 420px;
	height: 38px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	background-image: url(../images/kaseihin.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center left;
}
header #header_inner #sub_area {
	width: 50%;
	max-width: 520px;
	min-width: 350px;
    padding: 15px 15px 10px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: flex-end;
}
header #header_inner #sub_area #lang_block {
	width: 51px;
	height: 51px;
	margin: 0 0 0 15px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	background-image: url(../images/lang.svg);
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center;
	background-color: #0089d0;
	border-radius: 50%;
	cursor: pointer;
}
header #header_inner #sub_area #lang_block a {
	width: 51px;
	height: 51px;
	display: block;
}
header #header_inner #sub_area #contact_block1 {
	width: 100px;
	height: 40px;
	margin-top: 8px;
	text-align: center;
	line-height: 40px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	background-color: #0089d0;
	cursor: pointer;
}
header #header_inner #sub_area #contact_block1 a {
	width: 100px;
	height: 40px;
	color: #fff;
	text-decoration: none;
	display: block;
}
header #header_inner #sub_area #contact_block1 a:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	text-decoration: none;
}
header #header_inner #sub_area #header_catalog_block {
	width: 100px;
	height: 40px;
	margin: 8px 0 0 10px;
	text-align: center;
	line-height: 40px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	background-color: #0089d0;
	cursor: pointer;
}
header #header_inner #sub_area #header_catalog_block a {
	width: 100px;
	height: 40px;
	color: #fff;
	text-decoration: none;
	display: block;
}
header #header_inner #sub_area #header_catalog_block a:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	text-decoration: none;
}
header #header_inner #sub_area #lang_block1 {
	width: 100px;
	height: 40px;
	margin: 8px 0 0 10px;
	text-indent: 45px;
	text-align: center;
	line-height: 40px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	background-image: url(../images/lang.svg);
	background-repeat: no-repeat;
	background-size: 29px;
	background-position: 10px;
	background-color: #0089d0;
	cursor: pointer;
}
header #header_inner #sub_area #lang_block1 a {
	width: 51px;
	height: 40px;
	color: #fff;
	text-decoration: none;
	display: block;
}
header #header_inner #sub_area #lang_block1 a:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	text-decoration: none;
}
header #header_inner #sub_area #lang_block2 {
	width: 80px;
	height: 40px;
	margin: 8px 0 0 10px;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	justify-content: center;
	align-content: center;
}
header #header_inner #sub_area #lang_block2 a {
	font-size: 13px;
	font-weight: 500;
	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;
	align-content: center;
}
header #header_inner #sub_area #lang_block2 a:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	text-decoration: none;
}
header #header_inner #sub_area #lang_block2 a.lang_de {
	width: 40px;
	height: 40px;
	color: #fff;
	text-decoration: none;
	background-color: #0089d0;
}
header #header_inner #sub_area #lang_block2 a.lang_en {
	width: 40px;
	height: 40px;
	color: #fff;
	text-decoration: none;
	background-color: #ccc;
}
header #header_inner #sub_area #catalog_block1 {
	width: 100px;
	height: 40px;
	margin: 8px 0 0 15px;
	text-indent: 26px;
	text-align: center;
	line-height: 40px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	background-color: #0089d0;
	cursor: pointer;
}
header #header_inner #sub_area #catalog_block1 a {
	width: 51px;
	height: 40px;
	color: #fff;
	text-decoration: none;
	display: block;
}
header #header_inner #sub_area #catalog_block1 a:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	text-decoration: none;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
	header #header_inner #sub_area #lang_block1 {
		margin: 8px 0 0 15px;
		text-indent: 40px;
		background-size: 60px;
		background-position: -7px;
		background-color: #9f9f9f;
		cursor: pointer;
	}
}
header #header_inner #sub_area #wako_block {
	width: 57px;
	height: auto;
	margin: 0 0 0 10px;
}
header #header_inner #sub_area #wako_block a {
	display: block;
	line-height: 0;
}
header #header_inner #sub_area #wako_block img {
	width: 100%;
	height: auto;
}
.header_menu {
	display: none;
}
.header_menu-active {
	background-color: rgba(123, 123, 123, 1.0);
	display: none;
	left: 0;
	padding-bottom: 300px;
	margin-top: 85px;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}
/*   nav   */
nav {
	width: 100%;
	height: 50px;
	background: rgba(240, 240, 240, 1.0);
	border-bottom: solid 1px rgba(230, 230, 230, 1.0);
	position: fixed;
	top: 85px;
	z-index: 9999;
}
nav #nav_inner {
	width: 100%;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	justify-content: space-between;
}
nav #nav_inner ul {
	width: 100%;
	padding: 0 0 0 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	justify-content: flex-start;
}
nav #nav_inner ul li {
	width: 10%;
	height: 50px;
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 15px;
	color: #212121;
	letter-spacing: 0;
	text-align: left;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	justify-content: center;
}
nav #nav_inner ul li#drop-btn01 {
	width: 13%;
	max-width: 125px;
}
nav #nav_inner ul li#drop-btn02 {
	width: 25%;
	max-width: 220px;
}
nav #nav_inner ul li#drop-btn03 {
	width: 20%;
	max-width: 160px;
}
nav #nav_inner ul li#drop-btn04 {
	width: 13%;
	max-width: 125px;
}
nav #nav_inner ul li#drop-btn05 {
	width: 13%;
	max-width: 125px;
}
nav #nav_inner ul li#drop-btn06 {
	width: 13%;
	max-width: 125px;
}
nav #nav_inner ul li a, nav #nav_inner ul li p {
	width: 100%;
	height: 50px;
	padding: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
	color: #212121;
	letter-spacing: 0;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
nav #nav_inner ul li#drop-btn05 p {
	cursor: default;
}
nav #nav_inner ul li p>a {
	padding: 0;
}
nav #nav_inner ul li a:hover, nav #nav_inner ul li p:hover {
	background-color: #999;
	text-decoration: none;
}
nav #nav_inner ul li .drop {
	display: none;
	position: absolute;
	z-index: 15;
	top: 100%;
	left: 0;
	margin: auto;
	padding: 10px 15px 0 15px;
	width: 100%;
	transform: none;
	background-color: rgba(0, 0, 0, 0.9);
	animation-name: dropdown;
	animation-duration: 0.5s;
	animation-timing-function: ease;
}
@keyframes dropdown {
	from {
	  opacity: 0;
	}
	to {
	  opacity: 1;
	}
  }
nav #nav_inner ul li .drop .big_active .big_menuinner_block {
	animation-name: big_slidup;
	animation-duration: 0.5s;
	animation-timing-function: ease-out;
	transform-origin: center bottom;
}
nav #nav_inner ul li .drop .big_menu3wey_box {
	width: 1150px;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
nav #nav_inner ul li .drop .big_menu3wey_box .big_menu3wey_part {
	width: 320px;
}
nav #nav_inner ul li .drop .big_menuphoto_box {
	position: absolute;
	bottom: -84px;
	left: 0;
	right: 0;
}
nav #nav_inner ul li .drop .big_menubody_box {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 20px 0;
}
nav #nav_inner ul li .drop .big_menubody_box .big_menubody_inner_box {
	width: 100%;
	max-width: 1000px;
	height: 100%;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	border-left: solid 1px #666;
	border-right: solid 1px #666;
}
nav #nav_inner ul li .drop .big_menubody_box .big_menubody_inner_box .big_menulink_part {
	width: 33%;
	margin: 0 auto;
	padding: 0 20px;
	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;
	align-content: flex-start;
	border-right: solid 1px #666;
}
nav #nav_inner ul li .drop .big_menubody_box .big_menubody_manufacture_inner .big_menulink_part {
	width: 50%;
	margin: 0 auto;
}
nav #nav_inner ul li .drop .big_menubody_box .big_menubody_factory_inner .big_menulink_part {
	width: 50%;
	margin: 0 auto;
}
#big_development .big_menubody_box .big_menubody_inner_box .big_menulink_part {
	width: 50%;
	margin: 0 auto;
	padding: 0 30px;
}
#big_development .big_menubody_box .big_menubody_inner_box .big_menulink_part:nth-of-type(2) {
	border-left: solid 1px #666;
}
nav #nav_inner ul li .drop .big_menubody_box .big_menubody_inner_box .big_menulink_part h3 {
	border-bottom: solid 1px #666;
	width: 100%;
	padding: 0 0 10px 0;
	margin: 0 0 15px 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 20px;
	color: #fff;
	letter-spacing: 0;
	text-align: center;
}
nav #nav_inner ul li .drop .big_menubody_box .big_menubody_inner_box .big_menulink_part h3 a {
	font-size: 18px;
	font-weight: 500;
	line-height: 20px;
	color: #fff;
	letter-spacing: 0;
	text-align: center;
}
nav #nav_inner ul li .drop .big_menubody_box .big_menubody_inner_box .big_menulink_part h3 a:hover {
	background-color: rgba(255, 255, 255, 0.9);
	color: #e9010e;
	text-decoration: none;
}
nav #nav_inner ul li .drop .big_menubody_box .big_menubody_inner_box .big_menulink_part ul {
	list-style-type: none;
	margin: 0;
	display: block;
}
nav #nav_inner ul li .drop .big_menubody_box .big_menubody_inner_box .big_menulink_part li {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	letter-spacing: .02em;
	text-align: left;
	margin: 0 0 5px 0;
	width: 100%;
	height: auto;
}
nav #nav_inner ul li .drop .big_menubody_box .big_menubody_inner_box .big_menulink_part:last-child {
	border-right: none;
}
nav #nav_inner ul li .drop .big_menubody_box .big_menubody_inner_box .big_menulink_part li a {
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	color: #fff;
	letter-spacing: .02em;
	text-align: left;
	text-decoration: none;
	display: block;
	height: auto;
	padding: 5px 0 5px 10px;
}
nav #nav_inner ul li .drop .big_menubody_box .big_menubody_inner_box .big_menulink_part li a:hover {
	background-color: rgba(255, 255, 255, 0.9);
	color: #e9010e;
	text-decoration: none;
}
nav #nav_inner #syncsearch_form {
	width: 25%;
	height: 40px;
	margin: 0;
	padding-right: 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-self: center;
}
nav #nav_inner #syncsearch_form form {
    width: 100%;
    height: 40px;
    position: relative;
}
nav #nav_inner #syncsearch_form input[type="text"] {
	width: 100%;
	height: 40px;
	text-indent: .33em;
	line-height: 1;
	padding: 2px 40px 2px 10px;
	font-size: 14px;
	font-weight: 400;
	color: #212121;
	letter-spacing: .02em;
	text-align: left;
	display: block;
	border: solid 1px #cfcfcf;
}
nav #nav_inner #syncsearch_form input[type="submit"] {
	width: 40px;
	height: 31px;
	background-color: transparent;
	background-image: url("../images/bt_search.svg");
	background-size: 15px;
	background-repeat: no-repeat;
	background-position: center;
	border: none;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	font-size: 0;
	line-height: 0;
	margin: auto;
	padding: 0;
	cursor: pointer;
}
/*   breadcrumb__area   */
#breadcrumb__area {
	width: 100%;
	height: auto;
	margin:0 auto;
	padding: 0;
	position: relative;
	background-color: rgba(255, 255, 255, 0.7);
	border-bottom: none;
	top: 0;
	z-index: 9998;
}
#breadcrumb__area .breadcrumb__list {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 10px 0 5px 15px;
	position: relative;
	list-style: none;
}
#breadcrumb__area .breadcrumb__list li {
	display: inline;
	list-style: none;
}
#breadcrumb__area .breadcrumb__list li:after {
	/* >を表示*/
	content: '>';
	padding: 0 0.2em;
	color: #212121;
}
#breadcrumb__area .breadcrumb__list li:last-child:after {
	content: '';
}
#breadcrumb__area .breadcrumb__list li a {
	text-decoration: none;
	font-size: 11px;
	font-weight: 400;
	line-height: 100%;
	color: #212121;
}
#breadcrumb__area .breadcrumb__list li a:hover {
	text-decoration: underline;
}
/*   footer   */
#footer_arrow_area {
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 40px;
	right: calc(50vw - 600px);
}
#footer_arrow_area a img {
	width: 50px;
	height: auto;
	aspect-ratio: 1/1
}
footer {
	width: 100%;
}
footer .footer_inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
footer #footer_copylight .footer_inner{
	max-width: unset;
	padding: 0 10px;
}
footer #footer_nav {
	width: 100%;
	background-color: #f0f0f0;
	padding: 40px 0 0;
}
footer #footer_nav .footer_nav_area {
	width: 31%;
	margin: 0;
}
footer #footer_nav .footer_nav_area .footer_nav_block {
	margin: 0 0 20px 0;
}
footer #footer_nav .footer_nav_area .footer_nav_block h5 {
	font-size: 13px;
	font-weight: 500;
	line-height: 16px;
	color: #212121;
	letter-spacing: .02em;
	text-align: left;
	padding: 0 0 15px 0;
	border-bottom: solid 1px #999;
}
footer #footer_nav .footer_nav_area .footer_nav_block h5 a {
	font-size: 13px;
	font-weight: 500;
	line-height: 16px;
	color: #212121;
	letter-spacing: .02em;
	text-align: left;
}
footer #footer_nav .footer_nav_area .footer_nav_block h5 a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	text-decoration: none;
}
footer #footer_nav .footer_nav_area .footer_nav_block .footer_nav_box {
	margin: 15px 0 0 20px;
}
footer #footer_nav .footer_nav_area .footer_nav_block .footer_nav_box li {
	font-size: 13px;
	font-weight: 400;
	line-height: 16px;
	color: #212121;
	letter-spacing: 0;
	text-align: left;
	padding: 0 0 10px 0;
}
footer #footer_nav .footer_nav_area .footer_nav_block .footer_nav_box li a {
	color: #212121;
}
footer #footer_nav .footer_nav_area .footer_nav_block .footer_nav_box li a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	text-decoration: none;
}
footer #footer_copylight #copylightmenu_area {
	width: 600px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	list-style: none;
	margin: 10px 0;
}
footer #footer_copylight #copylightmenu_area li {
	margin: 0 20px 0 0;
}
footer #footer_copylight #copylightmenu_area li a {
	font-size: 13px;
	font-weight: 400;
	line-height: 16px;
	color: #212121;
	letter-spacing: .02em;
	text-align: left;
	display: block;
	padding: 5px 0;
}
footer #footer_copylight #copylightmenu_area li a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	text-decoration: none;
}
footer #footer_copylight #copylightmenu_area li a .fab {
	font-size: 20px;
}
footer #footer_copylight #copylightmenu_area li a img {
	width: 20px;
}
footer #footer_copylight address {
	width: 450px;
	display: block;
	padding: 15px 0;
	font-size: 13px;
	font-weight: 400;
	line-height: 16px;
	color: #212121;
	letter-spacing: .02em;
	text-align: right;
	font-style: normal;
}
/*   background   */
#back-img {
	width: 100%;
	height: 285px;
	margin: 0;
	padding: 0;
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	z-index: -20;
	top: 0;
	left: 0;
	right: 0;
	overflow: hidden;
}
#title-back-img {
	width: 100%;
	height: 285px;
	margin: 0;
	padding: 0;
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	z-index: -10;
	top: 0;
	left: 0;
	right: 0;
	overflow: hidden;
}
/*   Contents   */
#contents {
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 80px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background-color: #fff;
}
#contents img {
	width: auto;
}
article img {
	width: auto;
}
#contents .left {
	float: left;
	width: 656px;
	margin: 0px;
	padding: 0px;
}
#contents .right {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 224px;
}
/* 宣伝用css */
#contents .pr_block {
	width: 100%;
	margin-bottom: 20px
}
#contents .pr_block .pr_title {
	background-color: #f0f0f0;
	border-left: solid 3px #212121;
	padding: 10px 15px;
	margin: 0 0 10px 0;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 500;
	color: #212121;
	text-align: left
}
#contents .pr_block .pr_txt {
	font-size: 16px;
	font-weight: 400;
	padding: 10px 0;
	margin: 0;
	line-height: 1.5;
}
#contents .pr_block .pr_banner {
	width: 100%;
	transition: all 0.4s
}
#contents .pr_block .pr_banner:hover {
	opacity: .7
}
#contents .pr_block .pr_banner img {
	width: 100%
}
@media screen and (max-width:1090px) {
	header #header_inner #logo_area{
		display: block;
	}
	header #header_inner #logo_area #fujifilm_logo {
		height: 25px;
	}
	header #header_inner #logo_area #kaseihin_logo{
		margin: 5px 0 0 0;
	}
	header #header_inner #logo_area #kaseihin_logo a{
		height: 20px;
	}
}
@media screen and (max-width:1065px) {
	footer #footer_copylight .footer_inner{
		justify-content: flex-end;
	}
	footer #footer_copylight #copylightmenu_area {
		margin: 10px 0 0 0;
		justify-content: end;
	}
	footer #footer_copylight #copylightmenu_area li {
		margin: 0 0 0 20px;
	}
	footer #footer_copylight #copylightmenu_area li a{
		padding: 0;
	}
	footer #footer_copylight address{
		padding: 5px 0;
	}
}
@media screen and (max-width:960px) {
	header #header_inner #sub_area #header_catalog_block{
		display: none;
	}
}
@media screen and (max-width:800px) {
	header #header_inner #logo_area #kaseihin_logo a{
		width: 290px;
	}
}
/*   smart phone   */
@media screen and (max-width:640px) {
	/*   Contents   */
	html {
		font-size: 62.5% !important;
	}
	br.sp {
		display: block;
	}
	br.pc {
		display: none;
	}
	/* 線の縦位置の調整 */
	#skip_menu {
		height: 85px;
	}
	header #header_inner {
		width: 100%;
	}
	header #header_inner #logo_area {
		width: 100%;
		margin: 5px 0 0 5px;
		display: block;
	}
	header #header_inner #logo_area #fujifilm_logo {
		width: auto;
		height: 40px;
		background-position: top left;
	}
	header #header_inner #logo_area #kaseihin_logo {
		margin: 0;
	}
	header #header_inner #logo_area #kaseihin_logo a {
		width: 70%;
		height: 30px;
		background-position: top left;
	}
	header #header_inner #sub_area {
		display: none;
	}
	header #header_inner #sub_area #lang_block {
		margin: 0 0 0 15px;
		background-color: #9f9f9f;
	}
	/*   nav   */
	.header_menu {
		display: block;
		width: 50px;
		height: 50px;
		background: rgba(255, 255, 255, 1.0);
		position: fixed;
		top: 4px;
		right: 10px;
		z-index: 9999;
		border-bottom: none;
	}
	.header_menu #togglemenuicon_area {
		position: relative;
		width: 45px;
		height: 45px;
		box-sizing: border-box;
		margin: 5px auto;
	}
	/* 三本線のスタイルを決める */
	.header_menu #togglemenuicon_area span {
		display: block;
		width: 35px;
		height: 3px;
		background: #212121;
		position: absolute;
		left: 4px;
		transition: all 0.5s ease;
		border-radius: 2px;
	}
	/* 線の縦位置の調整 */
	.header_menu #togglemenuicon_area span.lineup {
		top: 9px;
	}
	.header_menu #togglemenuicon_area span.linemiddle {
		top: 21px;
	}
	.header_menu #togglemenuicon_area span.linebottom {
		bottom: 9px;
	}
	.header_menu.is-active #togglemenuicon_area span.lineup {
		top: 21px;
		transform: rotate(45deg);
	}
	.header_menu.is-active #togglemenuicon_area span.linemiddle {
		opacity: 0;
	}
	.header_menu.is-active #togglemenuicon_area span.linebottom {
		top: 21px;
		transform: rotate(-45deg);
	}
	nav #nav_inner ul li:nth-child(2), nav #nav_inner ul li:nth-child(3), nav #nav_inner ul li:nth-child(4) {
		width: 16%;
	}
	nav #nav_inner ul li a {
		width: 100%;
		height: 50px;
		display: block;
		font-size: 13px;
		font-weight: 400;
		line-height: 14px;
		color: #212121;
		letter-spacing: 0;
		text-align: center;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
		align-content: center;
	}
	nav #nav_inner ul li a:hover {
		background-color: #999;
		text-decoration: none;
	}
	.header.is-open {
		bottom: 0;
		overflow: scroll;
		position: fixed;
		top: 0;
		height: 100%;
	}
	.header_menu-active.is-active {
		display: block;
	}
	.header_menu_list {
		border-bottom: 1px solid #212121;
		color: #fff;
	}
	.header_menu_list a {
		color: #fff;
	}
	.header_menu_list.is-active.header_menu_list a {
		background-color: rgba(84, 84, 84, 1.0);
	}
	.header_menu_hide {
		display: none;
	}
	.header_menu_list.is-active .header_menu_ttl:after {
		-webkit-transform: translateY(-50%) rotate(-90deg);
		transform: translateY(-50%) rotate(-90deg);
	}
	.header_menu_link.is-active .header_menu_arrow:after {
		-webkit-transform: translateY(-50%) rotate(-90deg);
		transform: translateY(-50%) rotate(-90deg);
	}
	.header_menu_ttl {
		font-size: 16px;
		position: relative;
		background-color: rgba(123, 123, 123, 1.0);
	}
	.header_menu_ttl>a {
		display: block;
		padding: 3.12% 12.5% 3.12% 5%;
	}
	.header .header_menu_ttl-arrow:after, .header .header_menu_arrow:after {
		background: url("/jp/common/images/link_arrow_white.svg") no-repeat center/contain;
		color: #666;
		content: "";
		height: 4vw;
		position: absolute;
		right: 5%;
		top: 50%;
		-webkit-transform: translateY(-50%) rotate(90deg);
		transform: translateY(-50%) rotate(90deg);
		-webkit-transition: -webkit-transform .3s;
		transition: -webkit-transform .3s;
		transition: transform .3s;
		transition: transform .3s, -webkit-transform .3s;
		width: 4vw;
	}
	.header_menu_ttl-arrow {
		font-size: 16px;
		padding: 3.12% 12.5% 3.12% 5%;
		position: relative;
	}
	.header_menu_list.is-active .header_menu_ttl-arrow {
		background-color: rgba(60, 60, 60, 1.0);
	}
	.header_menu_arrow {
		position: relative;
	}
	.header_menu_link {
		border-bottom: 1px solid #2b2c2d;
		position: relative;
	}
	.header_menu_link:first-child {
		border-top: 1px solid #2b2c2d;
	}
	.header_menu_link .header_menu_link_inner {
		display: block;
		font-size: 4vw;
		padding: 3.12% 12.5% 3.12% 5%;
		position: relative;
	}
	.header_menu_list.lang-active_2wey {
		border-bottom: none;
		color: #fff;
		padding: 20px 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		justify-content: center;
	}
	.header_menu_list.lang-active_2wey #lang_block2_sp {
		width: 100%;
		height: 40px;
		margin: 8px 0 0 5px;
		cursor: pointer;
		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;
		align-content: center;
	}
	.header_menu_list.lang-active_2wey #lang_block2_sp a {
		font-size: 13px;
		font-weight: 500;
		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;
		align-content: center;
	}
	.header_menu_list.lang-active_2wey #lang_block2_sp a.lang_en {
		width: 50%;
		height: 40px;
		color: #fff;
		text-decoration: none;
		background-color: #7fc4e7;
	}
	.header_menu_list.lang-active_2wey #lang_block2_sp a.lang_de {
		width: 50%;
		height: 40px;
		color: #fff;
		text-decoration: none;
		background-color: #0089d0;
	}
	.header_menu_list.lang-active {
		border-bottom: none;
		color: #fff;
		padding: 20px 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		justify-content: center;
	}
	.header_menu_list #lang_block a {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		align-items: center;
		align-content: center;
		height: 51px;
		font-size: 14px;
		font-weight: 300;
		line-height: 15px;
		letter-spacing: .02em;
		text-align: center;
	}
	.header_menu_list #lang_block span {
		width: 51px;
		height: 51px;
		margin: 0 10px 0 0;
		text-indent: -9999px;
		display: block;
		overflow: hidden;
		white-space: nowrap;
		background-image: url(../images/lang.svg);
		background-repeat: no-repeat;
		background-size: 20px;
		background-position: center;
		background-color: #9f9f9f;
		border-radius: 50%;
		cursor: pointer;
	}
	/*   nav   */
	nav {
		display: none;
	}
	nav #nav_inner ul {
		justify-content: space-between;
	}
	nav #nav_inner ul li {
		width: 15%;
		height: 35px;
		display: block;
		font-size: 15px;
		letter-spacing: .02em;
		text-align: center;
	}
	nav #nav_inner ul li:hover {
		background-color: #999;
	}
	/*   footer   */
	#footer_arrow_area {
		bottom: 0;
		right: 0;
	}
	footer {
		background-color: #fff;
	}
	footer .footer_inner {
		width: 100%;
	}
	footer #footer_nav {
		display: none;
	}
	footer #footer_nav .footer_nav_area {
		width: 23%;
	}
	footer #footer_nav .footer_nav_area .footer_nav_block h5 {
		font-weight: 400;
	}
	footer #footer_copylight #copylightmenu_area {
		width: 100%;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	footer #footer_copylight #copylightmenu_area li {
		width: 100%;
		margin: 0;
	}
	footer #footer_copylight #copylightmenu_area li a {
		font-size: 1.3rem;
		line-height: 1.6rem;
		text-align: center;
		padding: 5px 0;
	}
	footer #footer_copylight address {
		width: calc(100% - 100px);
		padding: 25px 0 5px;
		font-size: 1.3rem;
		line-height: 1.6rem;
		text-align: center;
	}
	/*   background   */
	#back-img {
		background-position: right top;
	}
	#title-back-img {
		background-position: right top;
	}
}