@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=M+PLUS+1p:800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@800&display=swap');

/* CSS Document */
/*--------------------------------------
    RESET
--------------------------------------*/
html,body,div,ul,li,dl,dt,dd,h1 { 
	margin: 0;
	padding: 0;
}
p {
	/*text-align: justify;*/
	text-align: left;
	/*-ms-text-justify: inter-ideograph;*/
}
img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
li { list-style: none; }
.img_p {
	margin: 0 0 0;
}
/*--------------------------------------
    FONT
--------------------------------------*/
html {
	font-size: 62.5%;
	height: 100%;
}
body {
	min-width: 1400px;
	height: 100%;
	line-height: 175%;
	text-align: justify left;
	text-justify: inter-ideograph;
	color: #333;
	/*font-family: Lato,"Noto Sans JP","游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;*/
	font-family: "Hiragino Mincho ProN",Century,"游明朝","Yu Mincho",YuMincho,"HGS明朝E","メイリオ",Meiryo,serif;
	font-size: 1.4rem;
	font-style: normal;
	background-color: #ffffff;
}
.win body {
	font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.fontfamily_mincho {
	font-family: Century,"游明朝","Yu Mincho",YuMincho,"Hiragino Mincho ProN","HGS明朝E","メイリオ",Meiryo,serif;
}
.fontfamily_gothic {
	font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.fontfamily_kozuka {
	/*font-family: '小塚ゴシック Pro L','Kozuka Gothic Pro Light',sans-serif;フォントのウェイトを指定するとFirefoxで認識できない*/
	font-family: '小塚ゴシック Pro', 'Kozuka Gothic Pro', sans-serif;
}
.fontfamily_hiragino {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
}
.fontfamily_meirio {
	font-family: 'メイリオ',Meiryo,sans-serif;
}
body.pagetype_colorbox_html {
	min-width: initial;
	line-height: 175%;
	/*height: auto;*/
}
.pagetype_colorbox_html .colorbox_img {
	margin: 0 0 0;
	padding: 0 0 0;
}
.pagetype_colorbox_html .colorbox_img img {
	width: 100%;
	height: auto;
}

/*--------------------------------------
    modal
--------------------------------------*/
.modal { position:fixed; display:none; z-index:9999; top:40%; left:50%; width:400px; height:200px; margin:-120px 0 0 -220px; padding:20px; text-align:center; background: #fff; border-radius: 6px; }
.modal p { margin-bottom:10px; }
.modal a { cursor:pointer; }
.modal_btn_link li a {
	padding: 13px 10px;
	display: block;
	line-height: 140%;
	font-size: 1.35rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: #aaa;
	border: 2px solid #fff;
	border-radius: 7px;
}
.modal_btn_link li a:hover {
	color: #fff;
	background:-moz-linear-gradient(rgba(255,150,102,1),rgba(255,204,102,1));
	background:-webkit-gradient(linear, 100% 0%,100% 100%, from(rgba(255,150,102,1)), to(rgba(255,204,102,1)));
	transition: all 300ms ease-out;
	opacity: 0.65;
	filter: alpha(opacity=65);
}

/*--------------------------------------
    LINK
--------------------------------------*/
a {	color: #000E25;}/**/
a:visited { }
a { text-decoration: none;}
a:link { text-decoration: none;}
a:active { text-decoration: none;}
a:hover {
	text-decoration: none;
	color: #cad3eb;
	transition: all 180ms ease-out;
}
a:hover img {
	transition: all 300ms ease-out;
	opacity: 0.55;
	filter: alpha(opacity=55);
}

/*--------------------------------------
    CLEARFIX
--------------------------------------*/
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after { clear:both;}
/* For IE 6/7 (trigger hasLayout) */
.clearfix { zoom:1;}
.clear { clear: both;}

/*--------------------------------------
    common margin
--------------------------------------*/
.f_left { float: left; }
.f_right { float: right; }
.float_none { float: none !important; }

.tp00  { padding-top: 0 !important; }
.bp00  { padding-bottom: 0 !important; }

.tm00 { margin-top: 0 !important; }
.tm05 { margin-top: 5px !important; }
.tm10 { margin-top: 10px !important; }
.tm15 { margin-top: 15px !important; }
.tm18 { margin-top: 18px !important; }
.tm20 { margin-top: 20px !important; }
.tm25 { margin-top: 25px !important; }
.tm30 { margin-top: 30px !important; }
.tm35 { margin-top: 35px !important; }
.tm40 { margin-top: 40px !important; }
.tm45 { margin-top: 45px !important; }
.tm50 { margin-top: 50px !important; }
.tm55 { margin-top: 55px !important; }
.tm60 { margin-top: 60px !important; }
.tm65 { margin-top: 65px !important; }
.tm70 { margin-top: 70px !important; }
.tm75 { margin-top: 75px !important; }
.tm80 { margin-top: 80px !important; }
.tm85 { margin-top: 85px !important; }
.tm90 { margin-top: 90px !important; }
.tm95 { margin-top: 95px !important; }
.tm100 { margin-top: 100px !important; }

.lm00 { margin-left: 0 !important; }
.lm05 { margin-left: 5px !important; }
.lm10 { margin-left: 10px !important; }
.lm15 { margin-left: 15px !important; }
.lm18 { margin-left: 18px !important; }
.lm20 { margin-left: 20px !important; }
.lm25 { margin-left: 25px !important; }
.lm30 { margin-left: 30px !important; }
.lm35 { margin-left: 35px !important; }
.lm40 { margin-left: 40px !important; }
.lm45 { margin-left: 45px !important; }
.lm50 { margin-left: 50px !important; }
.lm55 { margin-left: 55px !important; }
.lm60 { margin-left: 60px !important; }
.lm65 { margin-left: 65px !important; }
.lm70 { margin-left: 70px !important; }
.lm75 { margin-left: 75px !important; }
.lm80 { margin-left: 80px !important; }
.lm85 { margin-left: 85px !important; }
.lm90 { margin-left: 90px !important; }
.lm95 { margin-left: 95px !important; }
.lm100 { margin-left: 100px !important; }

.rm00 { margin-right: 0 !important; }
.rm05 { margin-right: 5px !important; }
.rm10 { margin-right: 10px !important; }
.rm15 { margin-right: 15px !important; }
.rm18 { margin-right: 18px !important; }
.rm20 { margin-right: 20px !important; }
.rm25 { margin-right: 25px !important; }
.rm30 { margin-right: 30px !important; }
.rm35 { margin-right: 35px !important; }
.rm40 { margin-right: 40px !important; }
.rm45 { margin-right: 45px !important; }
.rm50 { margin-right: 50px !important; }
.rm55 { margin-right: 55px !important; }
.rm60 { margin-right: 60px !important; }
.rm65 { margin-right: 65px !important; }
.rm70 { margin-right: 70px !important; }
.rm75 { margin-right: 75px !important; }
.rm80 { margin-right: 80px !important; }
.rm85 { margin-right: 85px !important; }
.rm90 { margin-right: 90px !important; }
.rm95 { margin-right: 95px !important; }
.rm100 { margin-right: 100px !important; }

.bm00 { margin-bottom: 0 !important; }
.bm05 { margin-bottom: 5px !important; }
.bm10 { margin-bottom: 10px !important; }
.bm15 { margin-bottom: 15px !important; }
.bm18 { margin-bottom: 18px !important; }
.bm20 { margin-bottom: 20px !important; }
.bm25 { margin-bottom: 25px !important; }
.bm30 { margin-bottom: 30px !important; }
.bm32 { margin-bottom: 32px !important; }
.bm35 { margin-bottom: 35px !important; }
.bm40 { margin-bottom: 40px !important; }
.bm45 { margin-bottom: 45px !important; }
.bm50 { margin-bottom: 50px !important; }
.bm55 { margin-bottom: 55px !important; }
.bm60 { margin-bottom: 60px !important; }
.bm65 { margin-bottom: 65px !important; }
.bm70 { margin-bottom: 70px !important; }
.bm75 { margin-bottom: 75px !important; }
.bm80 { margin-bottom: 80px !important; }
.bm85 { margin-bottom: 85px !important; }
.bm90 { margin-bottom: 90px !important; }
.bm95 { margin-bottom: 95px !important; }
.bm100 { margin-bottom: 100px !important; }

.margin_center { margin: 0 auto; }

.w360 { width: 360px; }
.w520 { width: 520px; }
.w570 { width: 570px; }
.w800 { width: 800px; }
.w830 { width: 830px; }
.w860 { width: 860px; }
.w890 { width: 890px; }

.win_icon {
	margin-right: 4px;
	padding-right: 22px;
	background: url("../img/all/win_icon.png") 100% 0.3em no-repeat;
}
.win_icon_w {
	margin-right: 4px;
	padding-right: 22px;
	background: url("../img/all/win_icon_w.png") 100% 0.3em no-repeat;
}

/*--------------------------------------
    flexbox common
--------------------------------------*/
.content_flex_outer,
.content_flex_outer_sppc {
	width: auto;
	display: -ms-flexbox;
    display: flex;
	justify-content: space-between;
}
/*flex only*/
.display_flex {
	display: -ms-flexbox;
    display: flex;
}
/*flex column*/
.display_flex_column {
	display: -ms-flexbox;
    display: flex;
	flex-direction: column;
}
/*order*/
.flex_order_m1 { order: -1;}
.flex_order_p1 { order: 1;}
/*wrap*/
.display_wrap {
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.flex_space_between {
	justify-content: space-between;
}
.display_wrap > li {
	width: 50%;
}
.justify_center {
	justify-content: center !important;
}
.justify_start {
	justify-content: flex-start !important;
}
/*flexbox align_self_center*/
.align_self_center {
	-ms-flex-item-align: center;
	align-self: center;
}
/*flexbox align_self_end（位置指定:bottom）*/
.align_self_end {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.display_none {	display: none; }

/*--------------------------------------
    COMMON
--------------------------------------*/

.sp_display { display: none !important; }
.pc_display {  }

em { font-weight: bold; font-style: normal; }
.bold { font-weight: bold; }
.bold_none { font-weight: normal !important; }
.cancel { text-decoration: line-through; }
.text_red { color: #B93E3C; }
.text_red02 { color: #CC0000; }
.text_blue { color: #2f3c95; }
.text_center { text-align: center; }
.text_right { text-align: right; }
.text_left { text-align: left; }
.underline { text-decoration: underline !important;}
.lh_100 { line-height: 100%; }
.lh_normal { line-height: 175%; }
.lh_note { line-height: 154%; }
.lh_long { line-height: 212%; }
.lh_short { line-height: 105%; }
.f11 { font-size: 1.1rem !important; }
.f12 { font-size: 1.2rem !important; }
.f13 { font-size: 1.3rem !important; }
.f14 { font-size: 1.4rem !important; }
.f15 { font-size: 1.5rem !important; }
.f16 { font-size: 1.6rem !important; }
.f17 { font-size: 1.7rem !important; }
.f18 { font-size: 1.8rem !important; }
.f19 { font-size: 1.9rem !important; }
.f20 { font-size: 2.0rem !important; }
.f21 { font-size: 2.1rem !important; }
.f22 { font-size: 2.2rem !important; }
.f23 { font-size: 2.3rem !important; }
.f24 { font-size: 2.4rem !important; }
.f25 { font-size: 2.5rem !important; }
.f26 { font-size: 2.6rem !important; }

.text_marker {
	background: linear-gradient(transparent 25%, #fff799 25%);
}

/*list*/
.disc_li li {
	margin: 0 0 3px 1em;
	list-style: disc;
	line-height: 155%;
	text-align: left;
}
.deci_li {
	padding-left: 0.5em;
}
.deci_li > li {
	margin: 0 0 3px 1em;
	list-style: decimal;
	line-height: 155%;
	text-align: left;
}


/*--------------------------------------
    LAYOUT
--------------------------------------*/
/*header*/
#page_header {
	margin: 0 auto;
	width: 100%;
	display: block;
	background: #fff;
}
#kv_title {
	margin: 0 auto;
	position: relative;
	width: 100%;
	height: 512px;
	background: url("../img/all/head_kv_img01.jpg") no-repeat 50% 0;
	background-size: cover;
}
#kv_title > span {
	margin: auto auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 400px;
	height: 400px;
}
/*#sp_kv_area {
	display: block;
}*/
#kv_lead_box {
	padding: 30px 15px 55px;
	background: #000E25;
}
#kv_lead_box p {
	margin: 0 auto;
	color: #fff;
	text-align: center;
}
.award_img {
	margin: 0 0 15px;
}
.award_text {
	font-size: 1.8rem;
	font-weight: bold;
}

/*nav*/
.hide_nav {
	display: none;
}
.nav_area {
	margin: 0 auto;
	padding: 0 0 0 40px;
	position: relative;
	width: auto;
}
.nav_area:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 100%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f7de74+0,000e25+100 */
background: #f7de74; /* Old browsers */
background: -moz-linear-gradient(top,  #f7de74 0%, #000e25 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f7de74 0%,#000e25 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f7de74 0%,#000e25 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7de74', endColorstr='#000e25',GradientType=0 ); /* IE6-9 */
}
.nav_area_inner {
}
.nav_area ul li {
	padding: 0 0 0 0;
	border-bottom: 1px solid #000;
}
.nav_base {
	margin: 0 auto;
	padding: 0 0 0 10px;
	width: 1140px;
}
.nav_base a:hover {
	transition: all 300ms ease-out;
	opacity: 0.55;
	filter: alpha(opacity=55);
}
.nav_link_text a {
	padding: 30px 0 30px 0;
	display: block;
	font-size: 2.2rem;
	font-weight: bold;
}
.nav_link_btn a {
	position: relative;
	width: auto;
	display: -ms-flexbox;
    display: flex;
}
.nav_img {
	padding: 10px 0;
}
.nav_product_name {
	margin: 15px 0 0 15px;
	font-weight: bold;
}
.nav_product_name .main01 {
	margin: 0 0 10px 0;
	display: block;
	font-size: 2.1rem;
}
.nav_product_name .main02 {
	display: block;
	font-size: 2.4rem;
}
.nav_link_btn .cvbtn01 {
	margin: auto 0;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 150px;
	height: 100%;
	color: #fff;
	font-size: 1.8rem;
	background: #000E25;
	display: flex;
    align-items: center;
	justify-content: center;
}
.nav_link_btn .cvbtn01 span {
}
.nav_link_text a {
	background: url("../img/all/arrow_img01.png") no-repeat 95% 50%;
}
.status_tag {
	padding: 8px 0;
	display: inline-block;
	width: 144px;
	text-align: center;
	font-size: 1.7rem;
	color: #fff;
	line-height: 100%;
}
.yoyaku01 {
	background: #C1272D;
}
.hanbai01 {
	background: #009245;
}

/*main contents*/
#wrapper {
	margin: 0 auto;
	width: 100%;
	min-width: 1400px;
	/*min-width: 1100px;*/
}
#main_section {
	margin: 0 auto;
	padding: 0 0 0;
	width: 1400px;
	background: rgba(255,255,255,1);
}
.product_sub_img {
	width: 850px;
}
.product_sub_img ul {
	margin-left: -15px;
	width: 865px;
}
.product_sub_img li {
	margin: 0 0 10px 15px;
	width: 158px;
	float: left;
}
.introduction_tit {
	margin: 0 auto 0;
	padding: 15px 0;
	text-align: center;
	background: #000E25;
}
#introduction_ukiyoe .lead_text {
	margin: 25px 15px 30px;
	text-align: center;
	line-height: 175%;
	font-size: 1.7rem;
	font-weight: bold;
	color: #111;
}
.intro_sec_base {
	margin: 0 0 15px;
	position: relative;
	width: auto;
	height: 604px;
}
.intro_sec_base .text_box {
	margin: 0 0 0;
	padding: 30px 30px 40px;
	position: absolute;
	bottom: 50px;
	width: 705px;
	font-size: 1.6rem;
	line-height: 175%;
	color: #fff;
	background: rgba(0,0,0,0.75);
}
.intro_sec_base .intro_sec_tit {
	margin: 0 0 0;
	position: absolute;
	top: 0;
}
#intro_sec_01 .intro_sec_tit {
	left: 0;
}
#intro_sec_02 .intro_sec_tit {
	right: 0;
}
#intro_sec_01 {
	background: url("../img/all/area04_top.png") no-repeat 50% 0;
	background-size: cover;	
}
#intro_sec_02 {
	background: url("../img/all/area05_top.png") no-repeat 50% 0;
	background-size: cover;	
}
#intro_sec_01 .text_box {
	right: 50px;
}
#intro_sec_02 .text_box {
	left: 50px;
}

/*受注用section*/
.product_box {
	margin: 0 auto 50px;
	width: auto;
}
.product_box_inner {
	margin: 0 auto;
	width: 1200px;
}
.product_box_outline{
	padding: 0 0 35px;
	border-bottom: 1px solid #000E25;
}
.item_title {
	margin: 50px auto 25px;
	text-align: center;
	color: #000E25;
	font-weight: bold;
}
.item_title .original {
	font-size: 2.6rem;
}
.item_title .main01 {
	font-size: 3.6rem;
}
.product_lead {
	padding: 20px 20px;
	font-size: 1.8rem;
	text-align: center;
	line-height: 175%;
	font-weight: bold;
	background: #E6E6E6;
}
.product_main_img {
	margin: 0 0 0;
}
.product_main_img > a {
	margin: 0 0 0;
	padding: 5px 5px;
	display: block;
	background: #E6E6E6;
}
.product_info_text {
	color: #000E25;
}
.product_info_text .infobox01 {
	margin: 0 0 30px;
}
.product_info_text .infobox01 dt {
	margin: 0 0 10px;
	font-size: 1.8rem;
	font-weight: bold;
}
.product_info_text .infobox01 dd {
	font-size: 1.4rem;
	/*font-weight: bold;*/
}
.product_info_text .infobox02 {
	font-size: 1.4rem;
}
.spec_box01_inner {
	padding: 25px 80px 10px 80px;
	position: relative;
	width: 440px;
	min-height: 160px;
	font-weight: bold;
	border: 1px solid #000E25;
}
.spec_box01_tit {
	position: absolute;
	top: -50px;
	left: 22px;
}
.spec_box01_text01 {
	margin: 0 0 15px;
}
.spec_box02 {
	margin: 0 0 0 20px;
}

.order_note01 {
	padding: 20px 25px;
	color: #CC0000;
	font-weight: bold;
	border: 1px solid #CC0000;
}

.item_link {
	margin: 30px auto 0;
	text-align: center;
}

/*--------------------------------------
    FOOTER
--------------------------------------*/
#page_footer {
	padding: 50px 0;
	background: #F2F2F2;
}
#page_footer .copyright {
	margin: 0 auto 20px;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 160%;
	text-align: center;
}
.hs_copyright01 {
	margin: 0 0 15px;
	text-align: center;
}
.hs_copyright02 {
	margin: 0 0 0;
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
}

#page_footer .pageTop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	text-align: center;
	width: 40px;
	height: 40px;
	overflow: hidden;
	z-index: 150;
	background: #fff;
	border-radius: 4px;
}
#page_footer .pageTop a {
	position: relative;
	display: block;
	color: #fff;
	font-size: 1.2rem;
	height: 40px;
	line-height: 40px;
	background-color: transparent;
}
#page_footer .pageTop a::before {
	content: "";
	margin: 0 auto;
	position: absolute;
	top: 14px;
	left: 0;
	right: 0;
	display: inline-block;
	width: 13px;
	height: 13px;
	border-right: 5px solid #333;
	border-bottom: 5px solid #333;
	-moz-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
}
#page_footer .pageTop a:hover {
	text-decoration: none;
	background: rgba(255, 255, 255, 0.5);
	transition: background 300ms ease-out;
}
#page_footer .pageTop a span {
	display: none;
}


/*--------------------------------------
    plug-in
--------------------------------------*/
.lb-nav a:hover {
	transition: none;
}

/*--------------------------------------
    MEDIA QUERY
--------------------------------------*/
@media screen and (max-width: 770px) {

	/*--------------------------------------
		LINK
	--------------------------------------*/
	a:visited { }
	a      {  text-decoration: none;}
	a:link {  text-decoration: none;}
	a:active { text-decoration: none;}
	a:hover { text-decoration: none; transition: none; }
	a:hover img {
		transition: all 300ms ease-out;
		opacity: 1;
		filter: alpha(opacity=100);
	}

	/*--------------------------------------
		COMMON
	--------------------------------------*/
	body {
		min-width: initial;
		line-height: 175%;
	}

	.sp_display { display: block !important; }
	.pc_display { display: none !important; }

	.sp_text_left { text-align: left; }
	.sp_text_right { text-align: right; }
	.sp_text_center { text-align: center; }

	.sp_f12 { font-size: 1.2rem !important; }
	.sp_f13 { font-size: 1.3rem !important; }
	.sp_f14 { font-size: 1.4rem !important; }
	.sp_f15 { font-size: 1.5rem !important; }
	.sp_f16 { font-size: 1.6rem !important; }
	.sp_f17 { font-size: 1.7rem !important; }
	.sp_f18 { font-size: 1.8rem !important; }
	.sp_f19 { font-size: 1.9rem !important; }
	.sp_f20 { font-size: 2.0rem !important; }
	.sp_f21 { font-size: 2.1rem !important; }
	.sp_f22 { font-size: 2.2rem !important; }
	.sp_f23 { font-size: 2.3rem !important; }
	.sp_f24 { font-size: 2.4rem !important; }
	.sp_f25 { font-size: 2.5rem !important; }
	.sp_f26 { font-size: 2.6rem !important; }

	.main_text {
		margin: 0 0 10px;
		font-size: 1.3rem !important;
		line-height: 175%;
	}
	.sp_imgbox {
		margin: 10px 10px 0;
	}
	.sp_imgbox img {
		width: 100%;
		height: auto;
	}

	.f_left { float: none; }
	.f_right { float: none; }

	.sp_tm00 { margin-top: 0 !important; }
	.sp_tm05 { margin-top: 5px !important; }
	.sp_tm10 { margin-top: 10px !important; }
	.sp_tm15 { margin-top: 15px !important; }
	.sp_tm18 { margin-top: 18px !important; }
	.sp_tm20 { margin-top: 20px !important; }
	.sp_tm25 { margin-top: 25px !important; }
	.sp_tm30 { margin-top: 30px !important; }
	.sp_tm35 { margin-top: 35px !important; }
	.sp_tm40 { margin-top: 40px !important; }
	.sp_tm45 { margin-top: 45px !important; }
	.sp_tm50 { margin-top: 50px !important; }
	.sp_tm55 { margin-top: 55px !important; }
	.sp_tm60 { margin-top: 60px !important; }
	.sp_tm65 { margin-top: 65px !important; }
	.sp_tm70 { margin-top: 70px !important; }
	.sp_tm75 { margin-top: 75px !important; }
	.sp_tm80 { margin-top: 80px !important; }
	.sp_tm85 { margin-top: 85px !important; }
	.sp_tm90 { margin-top: 90px !important; }
	.sp_tm95 { margin-top: 95px !important; }
	.sp_tm100 { margin-top: 100px !important; }

	.sp_lm00 { margin-left: 0 !important; }
	.sp_lm05 { margin-left: 5px !important; }
	.sp_lm10 { margin-left: 10px !important; }
	.sp_lm15 { margin-left: 15px !important; }
	.sp_lm18 { margin-left: 18px !important; }
	.sp_lm20 { margin-left: 20px !important; }
	.sp_lm25 { margin-left: 25px !important; }
	.sp_lm30 { margin-left: 30px !important; }
	.sp_lm35 { margin-left: 35px !important; }
	.sp_lm40 { margin-left: 40px !important; }
	.sp_lm45 { margin-left: 45px !important; }
	.sp_lm50 { margin-left: 50px !important; }
	.sp_lm55 { margin-left: 55px !important; }
	.sp_lm60 { margin-left: 60px !important; }
	.sp_lm65 { margin-left: 65px !important; }
	.sp_lm70 { margin-left: 70px !important; }
	.sp_lm75 { margin-left: 75px !important; }
	.sp_lm80 { margin-left: 80px !important; }
	.sp_lm85 { margin-left: 85px !important; }
	.sp_lm90 { margin-left: 90px !important; }
	.sp_lm95 { margin-left: 95px !important; }
	.sp_lm100 { margin-left: 100px !important; }
	
	.sp_rm00 { margin-right: 0 !important; }
	.sp_rm05 { margin-right: 5px !important; }
	.sp_rm10 { margin-right: 10px !important; }
	.sp_rm15 { margin-right: 15px !important; }
	.sp_rm18 { margin-right: 18px !important; }
	.sp_rm20 { margin-right: 20px !important; }
	.sp_rm25 { margin-right: 25px !important; }
	.sp_rm30 { margin-right: 30px !important; }
	.sp_rm35 { margin-right: 35px !important; }
	.sp_rm40 { margin-right: 40px !important; }
	.sp_rm45 { margin-right: 45px !important; }
	.sp_rm50 { margin-right: 50px !important; }
	.sp_rm55 { margin-right: 55px !important; }
	.sp_rm60 { margin-right: 60px !important; }
	.sp_rm65 { margin-right: 65px !important; }
	.sp_rm70 { margin-right: 70px !important; }
	.sp_rm75 { margin-right: 75px !important; }
	.sp_rm80 { margin-right: 80px !important; }
	.sp_rm85 { margin-right: 85px !important; }
	.sp_rm90 { margin-right: 90px !important; }
	.sp_rm95 { margin-right: 95px !important; }
	.sp_rm100 { margin-right: 100px !important; }

	.sp_bm00 { margin-bottom: 0 !important; }
	.sp_bm05 { margin-bottom: 5px !important; }
	.sp_bm10 { margin-bottom: 10px !important; }
	.sp_bm15 { margin-bottom: 15px !important; }
	.sp_bm18 { margin-bottom: 18px !important; }
	.sp_bm20 { margin-bottom: 20px !important; }
	.sp_bm25 { margin-bottom: 25px !important; }
	.sp_bm30 { margin-bottom: 30px !important; }
	.sp_bm32 { margin-bottom: 32px !important; }
	.sp_bm35 { margin-bottom: 35px !important; }
	.sp_bm40 { margin-bottom: 40px !important; }
	.sp_bm45 { margin-bottom: 45px !important; }
	.sp_bm50 { margin-bottom: 50px !important; }
	.sp_bm55 { margin-bottom: 55px !important; }
	.sp_bm60 { margin-bottom: 60px !important; }
	.sp_bm65 { margin-bottom: 65px !important; }
	.sp_bm70 { margin-bottom: 70px !important; }
	.sp_bm75 { margin-bottom: 75px !important; }
	.sp_bm80 { margin-bottom: 80px !important; }
	.sp_bm85 { margin-bottom: 85px !important; }
	.sp_bm90 { margin-bottom: 90px !important; }
	.sp_bm95 { margin-bottom: 95px !important; }
	.sp_bm100 { margin-bottom: 100px !important; }
	
	.w360,
	.w520,
	.w570,
	.w800,
	.w830,
	.w860,
	.w890 { width: auto; }

	/*flexbox common*/
	.content_flex_outer {
		/*width: 100%;*/
		display: block;
	}
	.content_flex_outer img {
		width: 100%;
		height: auto;
	}

	.spimg_margin {
		margin: 0 15px;
	}
	.works01_itemtext {
		margin: 10px 0 0 0;
		width: auto;
	}
	
	.center_text_sp {
		margin:  10px;
	}
	
	/*--------------------------------------
		LAYOUT
	--------------------------------------*/
	/*header*/
	#page_header {
		margin: 0 auto;
		width: auto;
		display: block;
		background: #fff;
	}
	#kv_title {
		margin: 0 auto;
		position: relative;
		width: auto;
		height: auto;
		background-image: none;
	}
	#kv_title > span {
		display: none;
	}
	#sp_kv_area {
		margin: 0 0 0;
		display: block;
	}
	#sp_kv_area img {
		width: 100%;
		height: auto;
	}
	#kv_lead_box {
		padding: 30px 15px 55px;
		background: #000E25;
	}
	#kv_lead_box p {
		margin: 0 auto;
		color: #fff;
		text-align: center;
	}
	#kv_lead_box .award_img {
		margin: 0 0 25px;
	}
	.award_img img {
		width: 100%;
		height: auto;
	}
	#kv_lead_box .award_text {
		font-size: 1.4rem;
		font-weight: bold;
		text-align: left;
	}

	/*nav*/
	.hide_nav {
		display: none;
	}
	.nav_area {
		margin: 0 auto;
		padding: 0 0 0 20px;
		position: relative;
		width: auto;
	}
	.nav_area:before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 20px;
		height: 100%;
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f7de74+0,000e25+100 */
	background: #f7de74; /* Old browsers */
	background: -moz-linear-gradient(top,  #f7de74 0%, #000e25 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #f7de74 0%,#000e25 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #f7de74 0%,#000e25 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7de74', endColorstr='#000e25',GradientType=0 ); /* IE6-9 */
	}
	.nav_area_inner {
	}
	.nav_area ul li {
		padding: 0 0 0 0;
		border-bottom: 1px solid #000;
	}
	.nav_base {
		margin: 0 10px 10px;
		padding: 0 0 0 0;
		width: auto;
	}
	.nav_base a:hover {
		transition: all 300ms ease-out;
		opacity: 0.55;
		filter: alpha(opacity=55);
	}
	.nav_link_text a {
		padding: 15px 40px 10px 0;
		display: block;
		font-size: 1.6rem;
		font-weight: bold;
	}
	.nav_link_btn a {
		padding: 0 0 30px;
		position: relative;
		width: auto;
		display: -ms-flexbox;
		display: flex;
	}
	.nav_img {
		padding: 10px 0;
	}
	.nav_img img {
		width: 100px;
		height: auto;
	}
	.nav_product_name {
		margin: 0 0 0 10px;
		font-weight: bold;
	}
	.nav_product_name .main01 {
		margin: 0 0 5px 0;
		display: block;
		line-height: 150%;
		font-size: 1.4rem;
	}
	.nav_product_name .main02 {
		display: block;
		font-size: 1.6rem;
	}
	.nav_link_btn .cvbtn01 {
		margin: auto 0;
		position: absolute;
		top: auto;
		bottom: 0;
		right: 0;
		width: 100%;
		height: 30px;
		line-height: 30px;
		color: #fff;
		font-size: 1.5rem;
		background: #000E25;
		display: block;
		text-align: center;
		/*align-items: center;
		justify-content: center;*/
	}
	.nav_link_btn .cvbtn01 span {
	}
	.nav_link_text a {
		background: url("../img/all/arrow_img01.png") no-repeat 100% 50%;
	}
	.status_tag {
		padding: 8px 0;
		display: inline-block;
		width: 144px;
		text-align: center;
		font-size: 1.7rem;
		color: #fff;
		line-height: 100%;
	}
	.yoyaku01 {
		background: #C1272D;
	}
	.hanbai01 {
		background: #009245;
	}

	/*main contents*/
	#wrapper {
		margin: 0 auto;
		width: 100%;
		min-width: auto;
		/*min-width: 1100px;*/
	}
	#main_section {
		margin: 0 auto;
		padding: 0 0 0;
		width: auto;
		background: rgba(255,255,255,1);
	}
	.product_sub_img {
		margin: 15px 10px;
		width: auto;
	}
	.product_sub_img ul {
		margin-left: -1%;
		width: auto;
	}
	.product_sub_img li {
		margin: 0 0 5px 1%;
		width: 24%;
		float: left;
	}
	.introduction_tit {
		margin: 0 auto 0;
		padding: 15px 15px;
		text-align: center;
		background: #000E25;
	}
	.introduction_tit img {
		width: 80%;
		height: auto;
	}
	#introduction_ukiyoe .lead_text {
		margin: 25px 15px 30px;
		text-align: center;
		line-height: 175%;
		font-size: 1.4rem;
		font-weight: bold;
		color: #111;
	}
	.intro_sec_base {
		margin: 0 0 15px;
		position: relative;
		width: auto;
		height: auto;
	}
	.intro_sec_base .text_box {
		margin: 0 0 0;
		padding: 20px 25px 20px;
		position: static;
		/*bottom: 50px;*/
		width: auto;
		font-size: 1.4rem;
		line-height: 155%;
		color: #fff;
		background: #000E25;
	}
	.intro_sec_base .intro_sec_tit {
		margin: 0 0 0;
		position: static;
		top: 0;
	}
	.intro_sec_base .intro_sec_tit > span {
		display: none;
	}
	.intro_sec_sp_img {
		margin: 0 0 0;
	}
	.intro_sec_sp_img img {
		width: 100%;
		height: auto;
	}
	#intro_sec_01 .intro_sec_tit {
		left: 0;
	}
	#intro_sec_02 .intro_sec_tit {
		right: 0;
	}
	#intro_sec_01 {
		background: none;
	}
	#intro_sec_02 {
		background: none;
	}
	#intro_sec_01 .text_box {
		right: 50px;
	}
	#intro_sec_02 .text_box {
		left: 50px;
	}

	/*受注用section*/
	.product_box {
		margin: 0 auto 50px;
		width: auto;
	}
	.product_box_inner {
		margin: 0 auto;
		width: auto;
	}
	.product_box_outline{
		padding: 0 0 35px;
		border-bottom: 1px solid #000E25;
	}
	.item_title {
		margin: 20px auto 25px;
		text-align: center;
		color: #000E25;
		font-weight: bold;
	}
	.item_title .original {
		font-size: 1.6rem;
		display: block;
	}
	.item_title .main01 {
		font-size: 2.0rem;
	}
	.product_lead {
		padding: 20px 20px;
		font-size: 1.5rem;
		text-align: center;
		line-height: 155%;
		font-weight: bold;
		background: #E6E6E6;
	}
	.product_main_img {
		margin: 0 55px 0;
	}
	.product_main_img img {
		width: 100%;
		height: auto;
	}
	.product_main_img > a {
		margin: 0 0 0;
		padding: 5px 5px;
		display: block;
		background: #E6E6E6;
	}
	.product_info_text {
		color: #000E25;
	}
	.product_info_text .infobox01 {
		margin: 0 15px 30px;
	}
	.product_info_text .infobox01 dt {
		margin: 0 0 10px;
		font-size: 1.6rem;
		font-weight: bold;
	}
	.product_info_text .infobox01 dd {
		font-size: 1.4rem;
		/*font-weight: bold;*/
	}
	.product_info_text .infobox02 {
		margin: 0 15px 30px;
		font-size: 1.4rem;
	}
	.spec_box01_inner {
		margin: 20px 15px;
		padding: 25px 15px 10px 70px;
		position: relative;
		width: auto;
		min-height: 160px;
		font-weight: bold;
		border: 1px solid #000E25;
	}
	.spec_box01_tit {
		position: absolute;
		top: -30px;
		left: 12px;
	}
	.spec_box01_text01 {
		margin: 0 0 15px;
	}
	.spec_box02 {
		margin: 0 15px 0;
	}

	.order_note01 {
		padding: 20px 25px;
		color: #CC0000;
		font-weight: bold;
		border: 1px solid #CC0000;
	}

	.item_link {
		margin: 30px 10px 0;
		text-align: center;
	}
	.item_link img {
		width: 100%;
		height: auto;
	}

	/*--------------------------------------
		FOOTER
	--------------------------------------*/
	#page_footer {
		padding: 30px 15px;
		background: #F2F2F2;
	}
	#page_footer .copyright {
		margin: 0 auto 20px;
		font-size: 1.1rem;
		font-weight: bold;
		line-height: 150%;
		text-align: center;
	}
	.hs_copyright01 {
		margin: 0 0 5px;
		text-align: center;
	}
	.hs_copyright01 img {
		width: 80%;
		height: auto;
	}
	.hs_copyright02 {
		margin: 0 0 0;
		text-align: center;
		font-size: 1.4rem;
		font-weight: bold;
	}

	#page_footer .pageTop {
		position: fixed;
		bottom: 10px;
		right: 10px;
		text-align: center;
		width: 40px;
		height: 40px;
		overflow: hidden;
		z-index: 150;
		background: #fff;
		border-radius: 4px;
	}
	#page_footer .pageTop a {
		position: relative;
		display: block;
		color: #fff;
		font-size: 1.2rem;
		height: 40px;
		line-height: 40px;
		background-color: transparent;
	}
	#page_footer .pageTop a::before {
		content: "";
		margin: 0 auto;
		position: absolute;
		top: 14px;
		left: 0;
		right: 0;
		display: inline-block;
		width: 13px;
		height: 13px;
		border-right: 5px solid #333;
		border-bottom: 5px solid #333;
		-moz-transform: rotate(225deg);
		-webkit-transform: rotate(225deg);
		-o-transform: rotate(225deg);
		-ms-transform: rotate(225deg);
		transform: rotate(225deg);
	}
	#page_footer .pageTop a:hover {
		text-decoration: none;
		background: rgba(255, 255, 255, 0.5);
		transition: background 300ms ease-out;
	}
	#page_footer .pageTop a span {
		display: none;
	}

	

	
}