@charset "UTF-8";
body, html {
	scroll-padding-top: 130px
}
html { scroll-behavior: smooth;}
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 9pt;
	background-color: #fff;
	color: #212121;
	line-height: 1.5;
}
#cookieLaw {
	width: 100%;
	height: 50px;
	background: #212121;
	position: fixed;
	z-index: 3;
	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, #cookieLaw a {
	font-size: 13px;
	font-weight: 400;
	line-height: 14px;
	color: #fff;
	letter-spacing: 0;
	text-align: center
}
#cookieLaw a {
	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 .5s ease;
	border-radius: 2px
}
#cookieLaw .cookieLawContent .cookieLawCloseBtn #togglemenuicon_area span.lineup {
	top: 1pc;
	transform: rotate(45deg)
}
#cookieLaw .cookieLawContent .cookieLawCloseBtn #togglemenuicon_area span.linemiddle {
	opacity: 0
}
#cookieLaw .cookieLawContent .cookieLawCloseBtn #togglemenuicon_area span.linebottom {
	top: 1pc;
	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: #fff;
	border-bottom: solid 1px #e6e6e6;
	position: fixed;
	z-index: 3
}
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: 420px;
	margin: 0;
    padding: 15px 15px 10px 0;
	padding-right: 15px;
	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: .5;
	opacity: .5;
	text-decoration: none
}
header #header_inner #sub_area #header_catalog_block {
	width: 100px;
	height: 40px;
	margin: 8px 0 0 15px;
	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: .5;
	opacity: .5;
	text-decoration: none
}
header #header_inner #sub_area #lang_block1 {
	width: 100px;
	height: 40px;
	margin: 8px 0 0 15px;
	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: .5;
	opacity: .5;
	text-decoration: none
}
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: .5;
	opacity: .5;
	text-decoration: none
}
@media screen and (-ms-high-contrast:active), screen and (-ms-high-contrast:none) {
	header #header_inner #sub_area #lang_block1 {
		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
}
/*   nav   */
.header_menu {
	display: none
}
/*    sp menu    */
.header_menu-active {
	background-color: #7b7b7b;
	display: none;
	left: 0;
	padding-bottom: 300px;
	margin-top: 85px;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -1
}
nav {
	width: 100%;
	height: 50px;
	background: #f0f0f0;
	border-bottom: solid 1px #e6e6e6;
	position: fixed;
	top: 85px;
	z-index: 3
}
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: 300;
	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;
	align-content: center
}
nav #nav_inner ul li#drop-btn01 {
	width: 15%;
	max-width: 125px;
}
nav #nav_inner ul li#drop-btn02 {
	width: 25%;
	max-width: 200px;
}
nav #nav_inner ul li#drop-btn03 {
	width: 20%;
	max-width: 160px;
}
nav #nav_inner ul li#drop-btn04 {
	width: 15%;
	max-width: 125px;
}
nav #nav_inner ul li#drop-btn05 {
	width: 15%;
	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: .02em;
	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: 1;
	top: 100%;
	left: 0;
	margin: auto;
	padding: 10px 15px 0 15px;
	width: 100%;
	transform: none;
	background-color: rgba(0, 0, 0, .9);
	animation-name: a;
	animation-duration: .5s;
	animation-timing-function: ease
}
@keyframes a {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}
nav #nav_inner ul li .drop .big_active .big_menuinner_block {
	animation-name: big_slidup;
	animation-duration: .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_factory_inner .big_menulink_part, nav #nav_inner ul li .drop .big_menubody_box .big_menubody_manufacture_inner .big_menulink_part {
	width: 50%;
	margin: 0 auto
}
#big_development .big_menubody_box .big_menubody_inner_box .big_menulink_part {
	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;
	margin: 0 0 15px
}
nav #nav_inner ul li .drop .big_menubody_box .big_menubody_inner_box .big_menulink_part h3, 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: .02em;
	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;
	line-height: 26px;
	color: #fff;
	letter-spacing: .02em;
	text-align: left;
	margin: 0 0 5px;
	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 0 0 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: auto 0;
	padding: 0;
	position: relative;
	background-color: rgba(255, 255, 255, 0.7);
	border-bottom: 0;
	top: 0;
	z-index: 2;
}
#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 .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_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
}
footer #footer_nav .footer_nav_area .footer_nav_block h5 {
	padding: 0 0 15px;
	border-bottom: solid 1px #999
}
footer #footer_nav .footer_nav_area .footer_nav_block h5, footer #footer_nav .footer_nav_area .footer_nav_block h5 a {
	font-size: 13px;
	font-weight: 500;
	line-height: 1pc;
	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: .7;
	opacity: .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: 1pc;
	color: #212121;
	letter-spacing: .02em;
	text-align: left;
	padding: 0 0 10px
}
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: .7;
	opacity: .7;
	text-decoration: none
}
footer #footer_copylight #copylightmenu_area {
	width: 550px;
	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: .7;
	opacity: .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;
	height: auto;
	aspect-ratio: 1/1
}
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 {
	height: auto;
	min-height: 100vh;
	z-index: -20
}
#back-img, #title-back-img {
	width: 100%;
	margin: 0;
	padding: 0;
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	overflow: hidden
}
#title-back-img {
	height: 285px;
	z-index: -10
}
/*   Contents   */
#contents {
	padding: 0;
	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, article img {
	width: auto
}
#contents .left {
	float: left;
	width: 656px;
	margin: 0;
	padding: 0
}
#contents .right {
	margin: 0;
	padding: 0;
	float: right;
	width: 224px;
}
#宣伝用css
.pr_block {
	width: 100%;
	margin-bottom: 20px
}
.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
}
.pr_block .pr_txt {
	font-size: 16px;
	font-weight: 400;
	padding: 10px 0;
}
.pr_block .pr_banner {
	width: 100%;
	transition: all 0.4s
}
.pr_block .pr_banner:hover {
	opacity: .7
}
#contents .pr_block .pr_banner img {
	width: 100%
}
@media screen and (max-width:1015px) {
	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;
	}
	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:850px) {
	header #header_inner #logo_area #kaseihin_logo a{
		width: 290px;
	}
}
@media screen and (max-width:740px) {
	header #header_inner #sub_area #header_catalog_block{
		display: none;
	}
}
@media screen and (max-width:640px) {
	html {
		font-size: 62.5%!important
	}
	br.sp {
		display: block
	}
	br.pc {
		display: none
	}
	#cookieLaw {
		z-index: 4
	}
	#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 #contact_block, header #header_inner #sub_area #lang_block {
		background-color: #9f9f9f
	}
	/*   nav   */
	.header_menu {
		display: block;
		width: 50px;
		height: 50px;
		background: #fff;
		position: fixed;
		top: 4px;
		right: 10px;
		z-index: 3;
		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 .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 {
		justify-content: space-between
	}
	nav #nav_inner ul li {
		display: block;
		text-align: center
	}
	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
	}
	/*    sp menu    */
	.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: #545454
	}
	.header_menu_hide {
		display: none
	}
	.header_menu_link.is-active .header_menu_arrow:after, .header_menu_list.is-active .header_menu_ttl:after {
		-webkit-transform: translateY(-50%) rotate(-90deg);
		transform: translateY(-50%) rotate(-90deg)
	}
	.header_menu_ttl {
		font-size: 16px;
		position: relative;
		background-color: #7b7b7b
	}
	.header_menu_ttl>a {
		display: block;
		padding: 3.12% 12.5% 3.12% 5%
	}
	.header .header_menu_arrow:after, .header .header_menu_ttl-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: #3c3c3c
	}
	.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: 16px;
		padding: 3.12% 12.5% 3.12% 5%;
		position: relative
	}
	.header_menu_list.lang-active {
		border-bottom: 1px none #212121;
		color: #fff;
		padding: 20px 0;
		justify-content: center
	}
	.header_menu_list #lang_block a, .header_menu_list.lang-active {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
	.header_menu_list #lang_block a {
		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 {
		display: none
	}
	nav #nav_inner {
		width: 100%
	}
	nav #nav_inner ul li {
		width: 15%;
		height: 35px;
		font-size: 15px;
		line-height: 15px;
		letter-spacing: .02em
	}
	nav #nav_inner ul li:hover {
		background-color: #999
	}
	#footer_arrow_area {
		position: fixed;
		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_nav .footer_nav_area .footer_nav_block .footer_nav_box li {
		letter-spacing: .02em
	}
	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 {
		text-align: center;
	}
	footer #footer_copylight address {
		width: calc(100% - 100px);
		padding: 25px 0 5px;
		font-size: 1.3rem;
		line-height: 1.6rem;
		text-align: center
	}
	#back-img, #title-back-img {
		background-position: right top
	}
	#title-back-img {
		height: 227px
	}
	#contents {
		background-color: #fff;
	}
}