@charset "UTF-8";
html {
	font-size: 62.5%;
	scroll-behavior: smooth
}
html, body {
	scroll-padding-top: 130px
}
body {
	font-family: 'Noto Sans JP', 'メイリオ', sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	font-size: clamp(10px, 1.6rem, 24px);
	background-color: #FFF;
	color: #212121;
	line-height: 1.5
}
#cookieLaw {
	width: 100%;
	height: 50px;
	background: #212121;
	position: fixed;
	z-index: 9999;
	font-size: 1.4rem;
	font-size: clamp(10px, 1.4rem, 21px);
	font-weight: 400;
	line-height: 1;
	color: #fff;
	letter-spacing: 0em;
	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: 1.4rem;
	font-size: clamp(10px, 1.4rem, 21px);
	font-weight: 400;
	line-height: 1;
	color: #fff;
	letter-spacing: 0em;
	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);
	border-bottom: solid 1px rgba(230, 230, 230, 1);
	position: fixed;
	z-index: 9999
}
header #header_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
}
header #header_inner #logo_area {
	width: 50%;
	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: 30%;
	max-width: 130px;
	height: 38px;
	display: block
}
header #header_inner #logo_area #kaseihin_logo {
	width: 70%;
	margin: 0 20px
}
header #header_inner #logo_area #kaseihin_logo a {
	width: max-content;
	max-width: 420px;
	font-weight: 500;
	font-size: 1.8rem;
	color: #212121;
	display: block
}
header #header_inner #sub_area {
	width: 50%;
	margin: 15px 1% 0 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 #contact_block {
	width: 51px;
	height: 51px;
	text-indent: -9999px;
	display: block;
	overflow: unset;
	white-space: nowrap;
	background-image: url(../images/mail.svg);
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center;
	background-image: radial-gradient(circle, rgba(0, 137, 208, 1), rgba(0, 151, 231, 1));
	border-radius: 50%;
	cursor: pointer
}
header #header_inner #sub_area #contact_block a {
	width: 51px;
	height: 51px;
	display: block
}
header #header_inner #sub_area #contact_block a:hover {
	filter: alpha(opacity=50);
	-moz-opacity: .5;
	opacity: .5;
	text-decoration: none
}
header #header_inner #sub_area #contact_block1 {
	width: 130px;
	height: 40px;
	margin-top: 8px;
	text-align: center;
	line-height: 40px;
	display: block;
	overflow: unset;
	white-space: nowrap;
	background-image: radial-gradient(circle, rgba(0, 137, 208, 1), rgba(0, 151, 231, 1));
	cursor: pointer
}
header #header_inner #sub_area #contact_block1 a {
	width: 130px;
	height: 40px;
	color: #fff;
	text-decoration: none;
	font-size: 1.4rem;
	font-size: clamp(10px, 1.4rem, 21px);
	display: block
}
header #header_inner #sub_area .line {
	padding-bottom: 0;
	position: relative
}
header #header_inner #sub_area .line::before {
	background: rgba(255, 255, 255, .7);
	content: '';
	width: 100%;
	height: 4px;
	position: absolute;
	left: 0;
	bottom: 0;
	transform-origin: right top;
	transform: scale(0, 1);
	transition: transform .3s
}
header #header_inner #sub_area .line:hover::before {
	transform-origin: left top;
	transform: scale(1, 1)
}
header #header_inner #sub_area #lang_block1 {
	width: 100px;
	height: 40px;
	margin: 8px 0 0 15px;
	text-align: center;
	line-height: 40px;
	display: block;
	overflow: unset;
	white-space: nowrap;
	background-image: radial-gradient(circle, rgba(0, 137, 208, 1), rgba(0, 151, 231, 1));
	cursor: pointer
}
header #header_inner #sub_area #lang_block1 a {
	width: 100%;
	height: 40px;
	color: #fff;
	text-decoration: none;
	font-size: 1.4rem;
	font-size: clamp(10px, 1.4rem, 21px);
	display: flex;
	align-items: center;
	justify-content: space-evenly
}
header #header_inner #sub_area #lang_block1 img {
	height: 25px
}
header #header_inner #sub_area #catalog_block1 {
	width: 100px;
	height: 40px;
	margin: 8px 0 0 15px;
	text-align: center;
	line-height: 40px;
	display: block;
	overflow: unset;
	white-space: nowrap;
	background-image: radial-gradient(circle, rgba(0, 137, 208, 1), rgba(0, 151, 231, 1));
	cursor: pointer
}
header #header_inner #sub_area #catalog_block1 a {
	color: #fff;
	text-decoration: none;
	font-size: 1.4rem;
	font-size: clamp(10px, 1.4rem, 21px);
	display: block
}
@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
	}
}
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);
	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: rgba(240, 240, 240, 1);
	border-bottom: solid 1px rgba(230, 230, 230, 1);
	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: 75%;
	padding: 0 1%;
	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: 20%;
	height: 50px;
	margin: 0;
	font-weight: 400;
	line-height: 1;
	color: #212121;
	letter-spacing: 0em;
	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 a, nav #nav_inner ul li p {
	width: 100%;
	min-height: 50px;
	padding: 0;
	font-size: 1.5rem;
	font-size: clamp(10px, 1.5rem, 22.5px);
	font-weight: 400;
	line-height: 1;
	color: #212121;
	letter-spacing: .15em;
	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;
	transition: all 0.4s;
	cursor: pointer
}
nav #nav_inner ul li#drop-btn05 p {
	cursor: default
}
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: 0 15px;
	width: 100%;
	transform: none;
	background-color: rgba(0, 0, 0, .9);
	animation-name: dropdown;
	animation-duration: 0.4s;
	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: 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
}
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: 1150px;
	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 30px;
	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
}
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;
	border-top: solid 1px #666;
	display: flex;
	width: 100%;
	padding: 2px 0 5px 0;
	margin: 0 0 10px 0
}
nav #nav_inner ul li .drop .big_menubody_box .big_menubody_inner_box .big_menulink_part h3 a {
	font-size: 1.8rem;
	font-size: clamp(12px, 1.8rem, 27px);
	font-weight: 500;
	line-height: 1.3;
	color: #fff;
	letter-spacing: .2em;
	text-align: center;
	align-items: center;
	justify-content: 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, .9);
	text-decoration: none;
	color: #e9010e
}
nav #nav_inner ul li .drop .big_menubody_box .big_menubody_inner_box .big_menulink_part ul {
	width: 100%;
	list-style-type: none;
	margin: 0 0 10px 0;
	display: block
}
nav #nav_inner ul li .drop .big_menubody_box .big_menubody_inner_box .big_menulink_part ul:last-child{
		margin: 0;
}
nav #nav_inner ul li .drop .big_menubody_box .big_menubody_inner_box .big_menulink_part li {
	font-size: 1.6rem;
	font-size: clamp(10px, 1.6rem, 24px);
	font-weight: 400;
	line-height: 26px;
	color: #fff;
	letter-spacing: .05em;
	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 li:last-child {
	margin: 0;	
}
nav #nav_inner ul li .drop .big_menubody_box .big_menubody_inner_box .big_menulink_part:nth-of-type(2) {
	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 li a {
	font-size: 1.6rem;
	font-size: clamp(10px, 1.6rem, 24px);
	font-weight: 400;
	line-height: 1.5;
	color: #fff;
	letter-spacing: .05em;
	text-align: left;
	text-decoration: none;
	display: block;
	min-height: auto;
	padding: 0 0 0 5px
}
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, .9);
	text-decoration: none;
	color: #e9010e
}
nav #nav_inner #syncsearch_form {
	width: 25%;
	height: 40px;
	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;
	padding-right: 1%
}
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: 1.4rem;
	font-size: clamp(10px, 1.4rem, 21px);
	font-weight: 400;
	color: #212121;
	letter-spacing: .1em;
	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 {
	width: 100%;
	height: 33px;
	margin: 10px auto 0 auto;
	padding: 0;
	position: relative;
	background-color: transparent;
	border-bottom: none;
	top: 0;
	z-index: 9998
}
#breadcrumb__area .breadcrumb__list {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 10px 1% 5px 1%;
	position: relative;
	list-style: none
}
#breadcrumb__area .breadcrumb__list li {
	display: inline;
	list-style: none;
	font-weight: 700
}
#breadcrumb__area .breadcrumb__list li:after {
	content: '>';
	padding: 0 .2em;
	color: #212121;
	font-size: 1.2rem;
	font-size: clamp(10px, 1.2rem, 18px)
}
#breadcrumb__area .breadcrumb__list li:last-child:after {
	content: ''
}
#breadcrumb__area .breadcrumb__list li a {
	text-decoration: none;
	font-size: 1.2rem;
	font-size: clamp(10px, 1.2rem, 18px);
	font-weight: 400;
	line-height: 100%;
	color: #212121
}
#breadcrumb__area .breadcrumb__list li a:hover {
	text-decoration: underline;
	text-underline-offset: 3px
}
@media only screen and (max-width:767px) {
	#breadcrumb__area {
		margin: 0 auto 0 auto;
		padding: 0 0 10px
	}
	#breadcrumb__area .breadcrumb__list {
		width: 100%
	}
}
#footer_arrow_area {
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 40px;
	right: 20px;
	z-index: 10
}
#footer_arrow_area a img {
	width: 100%;
	opacity: .6
}
#footer_arrow_area a img:hover {
	opacity: 1
}
footer {
	width: 100%
}
footer .footer_inner {
	width: 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;
}
footer #footer_nav {
	width: 100%;
	background-color: #f0f0f0;
	padding: 40px 2% 0 2%
}
footer #footer_nav .footer_nav_area {
	width: 23%;
	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: 1.4rem;
	font-size: clamp(10px, 1.4rem, 21px);
	font-weight: 500;
	line-height: 1;
	color: #212121;
	letter-spacing: .15em;
	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: 1.4rem;
	font-size: clamp(10px, 1.4rem, 21px);
	font-weight: 500;
	line-height: 1;
	color: #212121;
	letter-spacing: .15em;
	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: 1.4rem;
	font-size: clamp(10px, 1.4rem, 21px);
	font-weight: 400;
	color: #212121;
	letter-spacing: .15em;
	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: .7;
	opacity: .7;
	text-decoration: none
}
footer #footer_copylight .footer_inner {
	align-items: center;
}
footer #footer_copylight #copylightmenu_area {
	width: auto;
	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 10px 2%;
}
footer #footer_copylight #copylightmenu_area li {
	margin: 0 30px 0 0
}
footer #footer_copylight #copylightmenu_area li:last-of-type {
	margin: 0;
}
footer #footer_copylight #copylightmenu_area li a {
	font-size: 1.4rem;
	font-size: clamp(10px, 1.4rem, 21px);
	font-weight: 400;
	line-height: 1;
	color: #212121;
	letter-spacing: .15em;
	text-align: left;
	display: block;
	padding: 10px 0
}
footer #footer_copylight #copylightmenu_area li a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: .7;
	opacity: .7;
	text-decoration: none
}
footer #footer_copylight address {
	width: auto;
	display: block;
	padding: 10px 0;
	margin: 0 2%;
	font-size: 1.4rem;
	font-size: clamp(10px, 1.4rem, 21px);
	font-weight: 400;
	line-height: 1;
	color: #212121;
	letter-spacing: .1em;
	text-align: right;
	font-style: normal
}
#back-img {
	width: 100%;
	height: 350px;
	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
}
#back-img img, #title-back-img img {
	width: 100%;
	height: 100%;
	object-fit: cover
}
#title-back-img {
	width: 100%;
	height: 284px;
	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 {
	padding: 0;
	margin: 0 auto 80px auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
img {
	width: auto
}
#contents .left {
	float: left;
	width: 656px;
	margin: 0;
	padding: 0
}
#contents .right {
	margin: 0;
	padding: 0;
	float: right;
	width: 224px
}
.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: 1.6rem;
	font-size: clamp(10px, 1.6rem, 24px);
	font-weight: 500;
	color: #212121;
	letter-spacing: .2em;
	text-align: left
}
.pr_block .pr_txt {
	font-size: 1.4rem;
	font-size: clamp(10px, 1.4rem, 21px);
	padding: 10px 0
}
.pr_block .pr_banner {
	width: 100%;
	transition: all 0.4s
}
.pr_block .pr_banner:hover {
	opacity: .7
}
.pr_block .pr_banner img {
	width: 100%
}
@media screen and (min-width:1921px) {
	nav #nav_inner ul li .drop .big_menu3wey_box {
		width: 52%
	}
	nav #nav_inner ul li .drop .big_menu3wey_box .big_menu3wey_part {
		width: 320px
	}
	nav #nav_inner ul li .drop .big_menubody_box .big_menubody_inner_box {
		width: 60%;
		max-width: none
	}
}
@media screen and (max-width:920px) {
    header #header_inner #logo_area #kaseihin_logo a {
    	font-size: 1.4rem;
    }
    header #header_inner #logo_area {
    	margin: 30px 0 0 10px;
	}
}
@media screen and (max-width:750px) {
    header #header_inner #sub_area #catalog_block1 {
    	display: none;
    }
    header #header_inner #sub_area #contact_block1,header #header_inner #sub_area #contact_block1 a{
        width: 100px;
    }
}
@media screen and (max-width:640px) {
	html {
		font-size: 62.5%!important
	}
	br.sp {
		display: block
	}
	br.pc {
		display: none
	}
	#cookieLaw {
		z-index: 19999
	}
	#skip_menu {
		height: 85px
	}
	header #header_inner #logo_area {
		margin: 10px 0 5px 10px;
		display: block
	}
	header #header_inner #logo_area #fujifilm_logo {
		width: 130px;
		background-position: top left
	}
	header #header_inner #logo_area #kaseihin_logo {
		margin: 1vw 0 0 0
	}
	header #header_inner #logo_area #kaseihin_logo a {
		font-size: 1.4rem
	}
	header #header_inner #sub_area {
		display: none
	}
	header #header_inner #sub_area #contact_block,header #header_inner #sub_area #lang_block {
		background-color: #9f9f9f
	}
	.header_menu {
		display: block;
		width: 50px;
		height: 50px;
		background: rgba(255, 255, 255, 1);
		position: fixed;
		top: 4px;
		right: 10px;
		z-index: 9999;
		border-bottom: none 1px rgba(230, 230, 230, .9)
	}
	.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 {
		font-size: 1.5rem;
		font-size: clamp(10px, 1.5rem, 22.5px);
		font-weight: 400;
		letter-spacing: .4em;
		justify-content: center
	}
	.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)
	}
	.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: 5vw;
		position: relative;
		background-color: rgba(123, 123, 123, 1)
	}
	.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: 5vw;
		padding: 3.12% 12.5% 3.12% 5%;
		position: relative
	}
	.header_menu_list.is-active .header_menu_ttl-arrow {
		background-color: #212121
	}
	.header_menu_arrow {
		position: relative
	}
	.header_menu_link {
		border-bottom: 1px solid #212121;
		position: relative
	}
	.header_menu_link:first-child {
		border-top: 1px solid #212121
	}
	.header_menu_link .header_menu_link_inner {
		display: block;
		font-size: 4vw;
		padding: 3.12% 12.5% 3.12% 5%;
		position: relative
	}
	.header_menu_link-child {
		background-color: #888;
		padding-left: 5%
	}
	.header_menu_link-last_box {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding: 8.75% 12.5% 3.12% 5%;
		position: relative
	}
	.header_menu_link-last_box:after {
		color: #666;
		content: "＞";
		position: absolute;
		right: 10%;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%)
	}
	.header_menu_link-last_img {
		margin-right: 6%;
		width: 24.24%
	}
	.header_menu_link-last_txt {
		width: 57.12%
	}
	.header_menu_link-last_ttl {
		font-size: 4vw;
		font-weight: 700;
		line-height: 1
	}
	.header_menu_link-last_lead {
		color: #888;
		font-size: 3vw;
		letter-spacing: -.1em;
		margin-top: 3.98%
	}
	.header_menu_txtLink {
		color: #888;
		line-height: 2.4;
		margin-top: 7.5%;
		padding-left: 5%
	}
	.header_menu_txtLink a {
		font-size: 3.75vw
	}
	.header_menu_list.lang-active {
		border-bottom: 1px none #212121;
		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: 1.4rem;
		font-size: clamp(10px, 1.4rem, 21px);
		font-weight: 400;
		line-height: 1;
		letter-spacing: .05em;
		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 ul {
		justify-content: space-between
	}
	nav #nav_inner ul li {
		width: 15%;
		height: 35px;
		font-size: 1.5rem;
		font-size: clamp(10px, 1.5rem, 22.5px);
		letter-spacing: .4em;
		text-align: center
	}
	nav #nav_inner ul li:hover {
		background-color: #999
	}
	#footer_arrow_area {
		width: 40px;
		height: 40px;
		bottom: 0;
		right: 0;
		margin: 0 10px 10px 0
	}
	footer {
		background-color: #fff
	}
	footer .footer_inner{
		justify-content: center;
	}
	footer #footer_nav {
		display: none
	}
	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;
		font-size: clamp(10px, 1.3rem, 19.5px);
		line-height: 1.6rem;
		text-align: center;
		padding: 5px 0
	}
	footer #footer_copylight address {
		width: calc(100% - 100px);
		font-size: 1.3rem;
		font-size: clamp(10px, 1.3rem, 19.5px);
		line-height: 1.6rem;
		text-align: center
	}
	#back-img {
		background-position: right top
	}
	#title-back-img {
		height: 227px;
		background-position: right top
	}
	#contents{
		margin: 0 auto 20px auto;
	}
}