@charset "UTF-8";
.sp {
	display: none;
}
.tab {
	display: none;
}
.iphone {
	display: none;
}
.pc {
	display: block;
}
a {
	text-decoration: none;
	word-break: break-all;
	color: #9b0000;
}
a:hover {
	opacity: 0.8;
	cursor: pointer;
}
img {
	max-width: 100%;
	height: auto;
}
body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
	min-width: 1100px;
}
figure {
	margin: 0;
}
input,
select,
button {
	border: 0;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	-webkit-appearance: none;
}
input:checked {
	background: 0;
}
ifram {
	width: 100% !important;
	height: 100% !important;
}
ul {
	font-size: 0;
}
li {
	font-size: 16px;
}
.radio {
	position: relative;
}
.radio input[type="radio"]:checked + label::before {
	position: absolute;
	content: "";
}
.checkbox {
	position: relative;
}
.checkbox input[type="checkbox"]:checked + label::before {
	position: absolute;
	content: "";
}
.select {
	position: relative;
}
.select:before {
	position: absolute;
	content: "";
}
a {
	transition: 0.3s;
}
a::after {
	transition: 0.3s;
}
a::before {
	transition: 0.3s;
}
h3 {
	display: inherit;
}
.header_top {
	height: 40px;
	background: url(../img/header_top_bg.jpg) bottom left repeat-x;
}
.header_top h1 {
	font-size: 14px;
	color: #777;
	line-height: 40px;
	width: 1100px;
	margin: 0 auto;
	text-align: left;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
}
#pankuzu {
	background: #eee;
	height: 45px;
}
#pankuzu ul {
	width: 1100px;
	margin: 0 auto;
}
#pankuzu ul li {
	float: left;
	font-size: 14px;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
	line-height: 45px;
	position: relative;
}
#pankuzu ul li a {
	color: #88030a;
	font-size: 14px;
	line-height: 45px;
}
#pankuzu ul li:after {
	content: "";
	position: absolute;
	left: -15px;
	top: 18px;
	display: block;
	width: 7px;
	height: 7px;
	border-top: 1px solid #797979;
	border-right: 1px solid #797979;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
#pankuzu ul li.home:after {
	display: none;
}
figcaption {
	display: none;
}
.no_link:hover {
	cursor: default;
	opacity: 1;
}
.close_btn {
	opacity: 0;
	position: absolute;
	right: 0;
	margin: auto;
	left: 0;
	background: #8b0000;
	bottom: -16px;
	border: 2px solid #8b0000;
	font-size: 13px;
	color: #fff;
	text-align: center;
	max-width: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	width: 100%;
}
.contain_link.open .close_btn {
	opacity: 1;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	-webkit-transition: all 1s;
}
.close_btn a {
	width: 100%;
	height: 100%;
	display: block;
	color: #fff;
	padding: 3px 8px 3px 18px;
	box-sizing: border-box;
}
.close_btn:before {
	position: absolute;
	content: "";
	left: 9px;
	top: 10px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	transform: rotate(45deg);
}
.close_btn:after {
	position: absolute;
	content: "";
	left: 16px;
	top: 10px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	transform: rotate(-45deg);
}
.header {
	position: relative;
	margin: 0 auto;
	padding: 17px 0 0 0;
}
.headerContain {
	position: relative;
	display: flex;
	justify-content: space-between;
	width: 1100px;
	height: 75px;
	margin: 0 auto;
	margin-bottom: 41px;
}
.headerContain .logo {
	/*background: url(../img/logo.svg) 0 center no-repeat;*/
  background: url(/img/logo.png) 0 center no-repeat;
	background-size: 100%;
}
.headerContain .logo img {
	opacity: 0;
}
.headerContain .button > ul {
	display: flex;
}
.headerContain .button > ul > li > a {
	position: relative;
	color: #8b0000;
	padding: 3px 25px;
	font-size: 14px;
	font-weight: bold;
	margin-right: 10px;
	border: 3px solid #8b0000;
}
.headerContain .button > ul > li > a::after {
	position: absolute;
	content: "";
	background-color: #8b0000;
	height: 26px;
	width: 0;
	top: 0;
	left: 0;
	transition: 0.3s;
	z-index: -1;
}
.headerContain .button > ul > li > a:hover {
	color: #fff;
}
.headerContain .button > ul > li > a:hover::after {
	width: 100%;
}
/*.headerContain .button > ul > li:last-child > a {
	color: #666;
	padding: 5px 20px 5px 10px;
	font-size: 14px;
	font-weight: normal;
	margin-right: 0;
	border: 1px solid #666;
}
.headerContain .button > ul > li:last-child > a::before {
	content: "";
	display: inline-block;
	position: relative;
	width: 6px;
	height: 6px;
	top: -2px;
	margin-right: 15px;
	transform: rotate(45deg);
	border-right: 1px solid #666;
	border-top: 1px solid #666;
}
.headerContain .button > ul > li:last-child > a::after {
	background-color: #666;
	height: 30px;
}
.headerContain .button > ul > li:last-child > a:hover {
	color: #fff;
}
.headerContain .button > ul > li:last-child > a:hover::before {
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	transform: rotate(135deg);
} */
.headerContain .button > ul > li:last-child ul {
	display: none;
}
.headerContain .button > ul > li:last-child.open ul {
	display: inline;
}
.headerContain .button > ul > li {
	position: relative;
	z-index: 1;
}
ul.gengo {
	margin-top: 3px;
	position: absolute;
	left: 0;
	width: 100%;
}
ul.gengo > li > a {
	font-size: 14px;
	padding: 5px 0 5px 10px;
	display: block;
	border: 1px solid #000;
	margin-bottom: -1px;
	color: #666;
	background: #fff;
	transition: 0.3s;
}
ul.gengo > li > a:hover {
	color: #fff;
	background: #666;
	opacity: 1;
}
.jp ul.gengo > li:nth-child(1) > a {
	color: #fff;
	background: #8b0000;
}
.jp ul.gengo > li:nth-child(1) > a:hover {
	color: #fff;
	background: #666;
	opacity: 1;
}
.headerContain .icons {
	position: absolute;
	right: 0;
	bottom: 0;
}
.nav > ul {
	width: 940px;
	justify-content: space-between;
	margin: 0 auto;
}
.nav > ul > li > ul {
	display: none;
}
.nav > ul > li.open > ul {
	display: inline;
}
.nav > ul > li {
	overflow: hidden;
	float: left;
}
.nav > ul > li > a {
	position: relative;
	font-weight: bold;
	color: black;
	display: block;
	padding: 0 15px 15px 15px;
}
.nav > ul > li > a::after {
	position: absolute;
	content: "";
	background-color: #8b0000;
	height: 4px;
	width: 0;
	top: 25px;
	left: 50%;
	transition: 0.3s;
}
.nav .nav_logo {
	display: none;
}
.nav .nav_logo img {
	height: 25px;
	position: relative;
	top: -50px;
}
@media screen and (min-width: 767px) {
	.nav > ul > li:hover > a {
		color: #8b0000;
		opacity: 1;
	}
	.nav > ul > li:hover > a::after {
		width: 100%;
		left: 0;
	}
	.nav > ul > li.open > a {
		color: #8b0000;
		opacity: 1;
	}
	.nav > ul > li.open > a::after {
		width: 100%;
		left: 0;
	}
	.drop_menu {
		display: none;
		transition: 0.3s;
	}
	.drop_menu {
		background: #f0f0f0;
		position: absolute;
		width: 100%;
		left: 0;
		z-index: 100;
		border-bottom: 3px solid #fff;
		top: 155px;
		padding-bottom: 0;
		height: 0;
		transition: all 0.3s;
		display: block;
	}
	.drop_menu_link {
		text-align: left;
		padding-top: 35px;
		font-size: 18px;
		position: relative;
	}
	.drop_menu_link::before {
		content: "";
		width: 6px;
		height: 6px;
		top: 44px;
		display: inline-block;
		font-size: 1.4rem;
		position: absolute;
		border-top: 2px solid #8b0000;
		border-right: 2px solid #8b0000;
		transform: rotate(45deg);
		left: 0;
	}
	.drop_menu_inner {
		width: 1100px;
		margin: 0 auto;
		opacity: 0;
		transition: 0.6s;
		text-align: left;
		position: relative;
	}
	.drop_menu_btn {
		position: absolute;
		right: 0;
		top: 35px;
	}
	.drop_menu_btn dl {
		font-size: 0;
	}
	.drop_menu_btn dl dd {
		display: inline-block;
		margin-right: 10px;
	}
	.drop_menu_btn dl dd:last-child {
		margin-right: 0;
	}
	.drop_menu_btn dl dd a {
		display: block;
		background: #8b0000;
		color: #fff;
		padding: 3px 8px 3px 18px;
		border: 2px solid #8b0000;
		font-size: 13px;
		position: relative;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		-webkit-transition: all 0.3s;
	}
	.drop_menu_btn dl dd a:hover {
		background: #f0f0f0;
	}
	.drop_menu_btn dl dd a:before {
		position: absolute;
		content: "";
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		width: 5px;
		height: 5px;
		transform: rotate(45deg);
		left: 6px;
		top: 50%;
		margin-top: -4px;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		-webkit-transition: all 0.3s;
	}
	.drop_menu_btn dl dd a:hover:before {
		border-color: #8b0000;
	}
	.drop_menu_inner a {
		color: #000;
		font-size: 15px;
	}
	.drop_menu_inner a:hover {
		color: #8b0000;
		opacity: 1;
	}
	.drop_menu_inner ul {
		padding-top: 25px;
	}
	.drop_menu_inner ul li {
		position: relative;
		cursor: pointer;
		text-align: center;
	}
	.drop_menu_inner ul li:first-child {
		padding-left: 0;
	}
	.drop_menu_inner ul li:last-child {
		padding-right: 0;
	}
	.drop_menu_news .drop_menu_inner ul li {
		text-align: left;
	}
	.drop_menu_news > .drop_menu_inner ul,
	.drop_menu_company > .drop_menu_inner ul {
		padding-top: 10px;
	}
	.drop_menu_kodawari_item,
	.drop_menu_seimen_item,
	.drop_menu_kaigyo_item,
	.drop_menu_voice_item,
	.drop_menu_company_item {
		display: flex;
	}
	.drop_menu_kodawari_item li:nth-child(1) {
		border-left: 0 solid #fff;
	}
	.drop_menu_seimen_item li:last-child,
	.drop_menu_kaigyo_item li:last-child,
	.drop_menu_voice_item li:last-child,
	.drop_menu_kodawari_item li:last-child,
	.drop_menu_company_item li:last-child {
		border-right: 0 solid #fff;
	}
	.drop_menu_kodawari_item li,
	.drop_menu_seimen_item li,
	.drop_menu_kaigyo_item li,
	.drop_menu_voice_item li,
	.drop_menu_company_item li {
		width: 204px;
		border-right: 1px solid #fff;
		padding: 0 10px;
	}
	.drop_menu_news_item li {
		display: inline-block;
		width: 220px;
		padding: 0 24px 12px 0;
		text-align: left;
		float: left;
	}
	.drop_menu_news_item li a {
		position: relative;
		padding-left: 15px;
		display: inline-block;
	}
	.drop_menu_news_item li a:before {
		content: "";
		display: block;
		width: 5px;
		height: 5px;
		background: #000;
		position: absolute;
		left: 0;
		top: 12px;
		margin-top: -2px;
	}
	.drop_menu_inner .drop_menu_link {
		text-align: left;
		display: inline-block;
		font-size: 18px;
		font-weight: bold;
		color: #8b0000;
		padding-left: 20px;
	}
	.pc .tabMenu.noImage ul {
		display: block;
		text-align: left;
		width: 30%;
		float: left;
		position: relative;
		left: calc((100% - 940px) / 2);
	}
	.pc nav > ul > li:nth-child(6) > a > .tabMenu.noImage ul {
		width: 30%;
	}
	.contain_link.open .drop_menu {
		height: 320px;
		box-sizing: border-box;
		z-index: 101;
	}
	.contain_link.open .drop_menu_inner {
		opacity: 1;
	}
	header.onScroll {
		height: 172px;
	}
	header.onScroll .header {
		position: fixed;
		background: #fff;
		width: 100%;
		z-index: 100;
		top: 0;
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
		padding: 5px 0 0 0;
	}
	header.onScroll .headerContain {
		margin-bottom: 15px;
		height: 40px;
	}
	header.onScroll .headerContain .button > ul > li:nth-child(1) {
		position: absolute;
		right: 260px;
		top: 10px;
	}
	header.onScroll .headerContain .button > ul > li:nth-child(n + 2) {
		display: none;
	}
	header.onScroll .headerContain .logo img {
		height: 40px;
	}
	header.onScroll .headerContain .icons {
		bottom: inherit;
		top: 13px;
	}
	header.onScroll .headerContain .icons img {
		height: 20px;
	}
}
#body .section {
	padding: 90px 0 80px 0;
}
#body section:first-child .section {
	padding: 70px 0 80px 0;
}
.section > .title {
	text-align: center;
	margin-bottom: 61px;
}
section#voice {
	background: #f5f5f2;
}
section#info {
	background: #f5f5f2;
}
section#banner {
	background: #f5f5f2;
}
section#count {
	background: url(/img/count_bg.jpg) center center / cover no-repeat;
}
section#sample {
	background: url(/img/sample_bg.jpg) center center / cover no-repeat;
}
footer {
	background: url(/img/footer_bg.jpg) center center / cover no-repeat;
	text-align: center;
}
.footer_link {
	padding: 60px 0 43px 0;
	display: flex;
	width: 80%;
	margin: 0 auto;
}
.footer_link > ul {
	display: flex;
	color: white;
	justify-content: space-around;
	width: 980px;
	margin: 0 auto 40px;
	text-align: left;
}
.footer_link > ul > li {
	font-size: 15px;
	margin-bottom: 10px;
}
.footer_link > ul > li > a {
	display: block;
	color: white;
	margin-bottom: 13px;
}
.footer_link > ul > li > ul > li > a {
	color: #888;
	font-size: 15px;
	line-height: 2.1;
}
.footer_link > ul > li > ul > li > a:hover {
	color: #fff;
	opacity: 1;
}
.footer_link > ul > li > ul > li::before {
	content: "・";
	color: red;
}
.footer > nav {
	padding: 15px 0;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	margin-bottom: 45px;
}
.footer > nav > ul {
	display: flex;
	width: 1100px;
	margin: 0 auto;
	justify-content: center;
}
.footer > nav > ul > li {
	font-size: 15px;
}
.footer > nav > ul > li > a {
	color: white;
	padding: 0 38px;
	border-right: 1px solid #666;
}
.footer > nav > ul > li > a:hover {
	color: #be7c0a;
	opacity: 1;
}
.footer > nav > ul > li:last-child > a {
	border-right: 0;
}
.footer .logo {
	margin-bottom: 35px;
}
.footer-logo {
	max-width: 260px;
}
.footer .copyright {
	color: #888;
	font-size: 13px;
}
.mainVisual {
	position: relative;
}
.mainVisual .messageWrap {
	width: 820px;
	height: 560px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.mainVisual .messageWrap > a > ul {
	position: relative;
	text-align: center;
}
.mainVisual .messageWrap > a > ul > li {
	position: absolute;
	text-align: center;
	width: 100%;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	-webkit-transition: all 1s;
}
.mainVisual .messageWrap > a > ul > li:nth-child(3) {
	top: 339px;
}
.mainVisual > .messageWrap > .topSlideImg {
	height: 560px;
	overflow: hidden;
}
.mainVisual > .messageWrap.topVisual {
	background: #be7c0a;
}
div#slider {
	display: block;
	height: 560px;
}
div#slider > .messageWrap.topVisual {
	background: url(/img/visual_b.jpg) center center / cover no-repeat;
}
div#slider > .messageWrap.topVisual::after {
	content: "";
	background: url(/img/visual_bg.svg) center no-repeat;
	height: 560px;
	width: auto;
	display: block;
}
div#slider > .messageWrap > a {
	display: block;
	width: 100%;
	height: 100%;
}
div#slider > .messageWrap > a > ul > li:nth-child(2) {
	font-size: 20px;
	line-height: 2;
	color: #8b0000;
	font-weight: bold;
}
div#slider > .messageWrap.topVisual > a > ul > li:nth-child(1) {
	top: 150px;
}
div#slider > .messageWrap.topVisual > a > ul > li:nth-child(2) {
	top: 330px;
}
div#slider > .messageWrap.seimenVisual {
	background: url(/img/seimen_b.jpg) center center / cover no-repeat;
}
div#slider > .messageWrap.seimenVisual::after {
	content: "";
	background: url(/img/visual_bg.svg) center no-repeat;
	height: 560px;
	width: auto;
	display: block;
}
div#slider > .messageWrap.seimenVisual > a > ul > li:nth-child(1) {
	top: 150px;
}
div#slider > .messageWrap.seimenVisual > a > ul > li:nth-child(2) {
	top: 310px;
}
div#slider > .messageWrap.hyakunenVisual {
	background: url(/img/100nen_b.jpg) center center / cover no-repeat;
}
div#slider > .messageWrap.hyakunenVisual::after {
	content: "";
	background: url(/img/visual_bg.svg) center no-repeat;
	height: 560px;
	width: auto;
	display: block;
}
div#slider > .messageWrap.hyakunenVisual > a > ul > li:nth-child(1) {
	top: 120px;
}
div#slider > .messageWrap.hyakunenVisual > a > ul > li:nth-child(2) {
	top: 380px;
}
div#slider > .messageWrap.hyakunenVisual::after,
div#slider > .messageWrap.seimenVisual::after,
div#slider > .messageWrap.topVisual::after {
	display: none;
}
.shopLink {
	justify-content: center;
	-webkit-justify-content: center;
}
.shopLink > ul {
	text-align: center;
	vertical-align: top;
}
.shopLink > ul > li {
	display: inline-block;
	position: relative;
	vertical-align: top;
	text-align: left;
}
.shopLink > ul > li > a > .text {
	position: absolute;
	font-size: 28px;
	top: 50px;
	left: 50%;
	transform: translate(-50%, 0);
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	font-family: "Yu Mincho", "YuMincho", serif;
	font-weight: bold;
}
.shopLink > ul > li > a > .text > span {
	line-height: 1.4;
	color: #000;
	display: inline-block;
	position: relative;
	margin: 0 4px;
	padding: 8px 0;
	font-family: "Yu Mincho", "YuMincho", serif;
	font-weight: bold;
	transition: 0.1s;
}
.shopLink > ul > li > a > .text > span::before {
	content: "";
	position: absolute;
	width: 39px;
	height: 0;
	top: 0;
	background-color: #8b0000;
	z-index: -1;
	transition: 0.1s;
}
.shopLink > ul > li > a > .text > span:after {
	position: absolute;
	content: "";
	background: rgba(255, 2555, 255, 0.6);
	width: 36px;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -2;
}
.shopLink > ul > li > a:hover > .text > span {
	color: #fff;
	background: 0;
}
.shopLink > ul > li > a:hover > .text > span:nth-child(1) {
	transition-delay: 0;
}
.shopLink > ul > li > a:hover > .text > span:nth-child(3) {
	transition-delay: 0.1s;
}
.shopLink > ul > li > a:hover > .text > span:nth-child(5) {
	transition-delay: 0.2s;
}
.shopLink > ul > li > a > .text > span:nth-child(1) {
	transition-delay: 0.2s;
}
.shopLink > ul > li > a > .text > span:nth-child(3) {
	transition-delay: 0.1s;
}
.shopLink > ul > li > a > .text > span:nth-child(5) {
	transition-delay: 0;
}
.shopLink > ul > li > a:hover > .text > span:nth-child(1)::before {
	height: 100%;
	transition-delay: 0;
}
.shopLink > ul > li > a:hover > .text > span:nth-child(3)::before {
	height: 100%;
	transition-delay: 0.1s;
}
.shopLink > ul > li > a:hover > .text > span:nth-child(5)::before {
	height: 100%;
	transition-delay: 0.2s;
}
.shopLink > ul > li > a > .text > span:nth-child(1)::before {
	transition-delay: 0.2s;
}
.shopLink > ul > li > a > .text > span:nth-child(3)::before {
	transition-delay: 0.1s;
}
.shopLink > ul > li > a > .text > span:nth-child(5)::before {
	transition-delay: 0;
}
.shopLink > ul > li > a > .image {
	width: 274px;
	height: 386px;
	overflow: hidden;
}
.shopLink > ul > li > a:hover > .image > img {
	transform: scale(1.1, 1.1);
}
.voiceList > ul {
	text-align: center;
}
.voiceList > ul > li {
	display: inline-block;
	vertical-align: top;
	margin-right: 30px;
}
.voiceList > ul > li:last-child {
	margin-right: 0;
}
.infoList > ul {
	width: 1100px;
	text-align: center;
	margin: 0 auto;
}
.infoList > ul > li {
	display: inline-block;
	width: 320px;
	vertical-align: top;
	margin-right: 30px;
}
.infoList > ul > li:last-child {
	margin-right: 0;
}
.infoList .image {
	width: 320px;
	height: 200px;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}
.infoList .image span {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	display: flex;
	width: 75%;
	height: 75%;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	color: #8b0000;
	right: 0;
	bottom: 0;
	margin: auto;
	background: url(/img/visual_bg.svg) center center / 100% no-repeat;
	font-size: 12px;
	font-weight: bold;
	flex-direction: column;
	-webkit-flex-direction: column;
}
.infoList .image span b {
	color: #000;
	font-size: 16px;
	margin-bottom: 3px;
}
.infoList .date {
	text-align: center;
	font-family: "游ゴシック体", YuGothic, "Yu Gothic M", serif;
	color: #8b0000;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	letter-spacing: 0.15em;
}
.infoList .title {
	color: #000;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 18px;
	justify-content: center;
}
.infoList .text {
	width: 250px;
	font-size: 16px;
	color: #666;
	line-height: 1.7;
	margin: 0 auto;
}
.shopList {
	justify-content: center;
	-webkit-justify-content: center;
}
.shopList > ul {
	text-align: center;
}
.shopList > ul > li {
	display: inline-block;
	margin-right: 55px;
	width: 235px;
}
.shopList > ul > li:last-child {
	margin-right: 0;
}
.shopList > ul > li .desc {
	text-align: center;
	color: #666;
	font-weight: bold;
	font-size: 14px;
}
.shopList .image {
	position: relative;
	height: 370px;
	margin-bottom: 18px;
}
.shopList .image > img:first-child {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
}
.shopList .image .circle {
	position: absolute;
	margin-top: 190px;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	left: 50%;
	transform: translate(-50%, 0);
	overflow: hidden;
	z-index: -1;
}
.shopList .image .circle img {
	position: relative;
}
.shopList > ul > li > a:hover > .image > .circle > img {
	transform: scale(1.1, 1.1);
}
.shopList .title {
	color: #000;
	justify-content: center;
	font-size: 22px;
	font-weight: bold;
	font-feature-settings: "palt";
	letter-spacing: -0.05em;
	margin-bottom: 8px;
}
.voiceList {
	display: flex;
	margin-bottom: 25px;
}
.voiceList > ul > li {
	display: inline-block;
	margin-right: 30px;
	width: 250px;
}
.voiceList > ul > li:last-child {
	margin-right: 0;
}
.voiceList > ul > li .image {
	width: 248px;
	height: 176px;
	margin-bottom: 8px;
	overflow: hidden;
}
.voiceList > ul > li > a:hover > .image > img {
	transform: scale(1.1, 1.1);
}
.voiceList .head {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	padding-bottom: 8px;
	margin-bottom: 14px;
}
.head .date {
	color: #666;
	display: inline-block;
}
.head .shop {
	color: #8b0000;
	display: inline-block;
	font-size: 12px;
}
.desc .title {
	color: #000;
	font-size: 20px;
	justify-content: center;
	margin-bottom: 15px;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
}
.voiceList .desc {
	margin: 0 auto;
	text-align: center;
	color: #666;
	font-weight: bold;
	font-size: 14px;
}
.voiceList .desc.title {
	color: #000;
	font-size: 20px;
	justify-content: center;
	margin-bottom: 15px;
}
.voiceList .desc > p {
	text-align: left;
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin: 0 0 15px;
}
.countList {
	padding: 70px 0 40px 0;
}
.countList > ul {
	text-align: center;
}
.countList > ul > li {
	color: #fff;
	font-family: "Noto Sans Japanese", sans-serif;
	font-weight: bold;
	margin-right: 88px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.countList > ul > li:last-child {
	margin-right: 0;
}
.countList > ul > li > .name {
	margin-bottom: 13px;
}
.countList > ul > li > .number {
	font-size: 80px;
	line-height: 1;
	margin-bottom: 2px;
}
.countList > ul > li > .unit {
	font-size: 30px;
}
.sampleList > ul {
	text-align: center;
}
.sampleList > ul > li {
	display: inline-block;
	vertical-align: top;
	margin-right: 30px;
}
.sampleList > ul > li:last-child {
	margin-right: 0;
}
body#top .mainVisual > .messageWrap {
	background: rgba(255, 255, 255, 0);
	-moz-transition: all 4s;
	-ms-transition: all 4s;
	-o-transition: all 4s;
	transition: all 4s;
	-webkit-transition: all 4s;
}
.snsList ul {
	text-align: center;
}
.snsList ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 30px;
}
.snsList ul li:last-child {
	margin-right: 0;
}
.bannerList ul {
	text-align: center;
}
.bannerList ul li {
	display: inline-block;
	margin-right: 5px;
}
.bannerList ul li:last-child {
	margin-right: 0;
}
#shop01 .infoList > ul > li {
	width: 255px;
	margin-right: 10px;
}
#shop01 .infoList .image {
	width: auto;
	height: auto;
}
.f_sns {
	width: 1000px;
	left: 0;
	right: 0;
	top: 0;
	margin: 25px auto 0 auto;
}
.f_sns .inner {
	display: inline-block;
	text-align: center;
}
.f_sns .inner .title {
	font-size: 16px;
	color: #fff;
	margin-bottom: 5px;
}
.f_sns .inner ul li {
	display: inline-block;
	vertical-align: top;
}
.f_sns .inner ul li .blog {
	color: #fff;
	font-size: 24px;
	width: 1em;
	display: inline-block;
	line-height: 1;
	height: 1em;
	padding: 5px;
	margin: 2px 0 0 6px;
	border: 2px solid #fff;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
}
@-moz-document url-prefix() {
	.headerContain .button > ul > li:last-child.open ul {
		top: 24px;
	}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.animated {
		display: block !important;
	}
	.headerContain .button > ul > li:last-child {
		margin-top: -3px;
	}
	.headerContain .button > ul > li:last-child.open ul {
		display: block;
	}
	.kaso section .section > .title span:nth-child(1),
	.kaso section .section > .title span:nth-child(2),
	.kaso section .section > .title span:nth-child(3) {
		display: inline-block;
	}
	.privacy_content > .privacy_top > dl > dt:before {
		top: -4px !important;
	}
	.shopLink > ul > li > a > .text > span::before {
		left: 5px !important;
	}
	.shopLink > ul > li > a > .text > span::after {
		left: 5px;
	}
	.content_information .tel h3,
	.content_information .mail h3 {
		line-height: 27px;
		padding-top: 3px;
	}
}
@supports (-ms-ime-align: auto) {
	.animated {
		display: block !important;
	}
}
.shopList .title {
	font-size: 19px;
}
#info .infoList > ul li {
	width: 320px;
	margin: 0 15px;
}
#voice .voiceList > ul li {
	width: 250px;
	margin: 0 10px;
}
#voice .voiceList > ul {
	width: 1100px;
	text-align: center;
	margin: 0 auto;
}
#info .infoList,
#voice .voiceList {
	position: relative;
}
#info .infoList > ul,
#voice .voiceList > ul {
	position: static;
}
.slick-prev,
.slick-next {
	font-size: 0;
	width: 31px;
	height: 60px;
	z-index: 1;
}
.slick-prev {
	background: url(../img/prev.png) center center no-repeat;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -30px;
}
.slick-next {
	background: url(../img/next.png) center center no-repeat;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -30px;
}
.category {
	text-align: left;
	font-size: 0;
}
.category a {
	display: inline-block;
	background: #9b0000;
	padding: 5px 10px;
	font-size: 14px;
	color: #fff;
	margin: 1px;
}
.photo_wrap {
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 100%;
	margin: -21px auto 0 auto;
	background: #fff;
	position: relative;
}
.pswp__bg {
	opacity: 0.6 !important;
}
.pswp_attention {
	display: none;
	position: fixed;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	width: 130px;
	vertical-align: middle;
	background: rgba(195, 40, 20, 0.6);
	color: #fff;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	z-index: 100000;
	top: 50%;
	left: 50%;
	margin-top: -75px;
	margin-left: -68px;
	padding: 40px 0;
	line-height: 1.5;
}
.pswp_attention:hover {
	display: none;
}
figure a:hover {
	opacity: 1;
	cursor: pointer;
}
.pswp_attention {
	display: none;
}
figure img {
	max-width: 100%;
}
.pswp__img {
	height: auto !important;
}
[type="fade"].animated {
	opacity: 1;
}
.section > .title.animated {
	opacity: 1;
}
body#top .mainVisual > .messageWrap.on {
	background: url("/img/visual_bg.svg") center no-repeat;
}
.btn01 {
	width: 280px;
	margin: 60px auto 0;
}
.btn01 a {
	font-size: 20px;
	color: #8b0000;
	display: block;
	line-height: 50px;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	text-decoration: none;
	border: 1px solid #8b0000;
	text-align: center;
	position: relative;
}
.btn01 a:hover {
	background: #8b0000;
	color: #fff;
}
.btn01 a:before {
	position: absolute;
	content: "";
	height: 8px;
	width: 8px;
	top: 20px;
	left: 20px;
	border-right: 1px solid #8b0000;
	border-top: 1px solid #8b0000;
	transform: rotate(45deg);
}
.btn01 a:hover:before {
	border-color: #fff;
}
@media screen and (min-width: 767px) {
	.nav > ul > li:hover > a {
		color: #8b0000;
		opacity: 1;
	}
	.nav > ul > li:hover > a::after {
		width: 100%;
		left: 0;
	}
	.nav > ul > li.open > a {
		color: #8b0000;
		opacity: 1;
	}
	.nav > ul > li.open > a::after {
		width: 100%;
		left: 0;
	}
	.drop_menu {
		display: none;
		transition: 0.3s;
	}
	.drop_menu {
		background: #f0f0f0;
		position: absolute;
		width: 100%;
		left: 0;
		z-index: 100;
		border-bottom: 3px solid #fff;
		top: 100%;
		padding-bottom: 0;
		height: 0;
		transition: all 0.3s;
		display: block;
		overflow: hidden;
	}
	.contain_link.open .drop_menu {
		overflow: visible;
	}
	.drop_menu_link {
		text-align: left;
		padding-top: 35px;
		font-size: 18px;
		position: relative;
	}
	.drop_menu_link::before {
		content: "";
		width: 6px;
		height: 6px;
		top: 44px;
		display: inline-block;
		font-size: 1.4rem;
		position: absolute;
		border-top: 2px solid #8b0000;
		border-right: 2px solid #8b0000;
		transform: rotate(45deg);
		left: 0;
	}
	.drop_menu_inner {
		width: 1100px;
		margin: 0 auto;
		opacity: 0;
		transition: 0.6s;
		text-align: left;
		position: relative;
	}
	.drop_menu_btn {
		position: absolute;
		right: 0;
		top: 35px;
	}
	.drop_menu_btn dl {
		font-size: 0;
	}
	.drop_menu_btn dl dd {
		display: inline-block;
		margin-right: 10px;
	}
	.drop_menu_btn dl dd:last-child {
		margin-right: 0;
	}
	.drop_menu_btn dl dd a {
		display: block;
		background: #8b0000;
		color: #fff;
		padding: 3px 8px 3px 18px;
		border: 2px solid #8b0000;
		font-size: 13px;
		position: relative;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		-webkit-transition: all 0.3s;
	}
	.drop_menu_btn dl dd a:hover {
		background: #f0f0f0;
	}
	.drop_menu_btn dl dd a:before {
		position: absolute;
		content: "";
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		width: 5px;
		height: 5px;
		transform: rotate(45deg);
		left: 6px;
		top: 50%;
		margin-top: -4px;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		-webkit-transition: all 0.3s;
	}
	.drop_menu_btn dl dd a:hover:before {
		border-color: #8b0000;
	}
	.drop_menu_inner a {
		color: #000;
		font-size: 15px;
	}
	.drop_menu_inner a:hover {
		color: #8b0000;
		opacity: 1;
	}
	.drop_menu_inner ul {
		padding-top: 25px;
	}
	.drop_menu_inner ul li {
		position: relative;
		cursor: pointer;
		text-align: center;
	}
	.drop_menu_inner ul li:first-child {
		padding-left: 0;
	}
	.drop_menu_inner ul li:last-child {
		padding-right: 0;
	}
	.drop_menu_news .drop_menu_inner ul li {
		text-align: left;
	}
	.drop_menu_news > .drop_menu_inner ul,
	.drop_menu_company > .drop_menu_inner ul {
		padding-top: 25px;
	}
	.drop_menu_kodawari_item,
	.drop_menu_seimen_item,
	.drop_menu_kaigyo_item,
	.drop_menu_voice_item,
	.drop_menu_company_item {
		display: flex;
	}
	.drop_menu_kodawari_item li:nth-child(1) {
		border-left: 0 solid #fff;
	}
	.drop_menu_seimen_item li:last-child,
	.drop_menu_kaigyo_item li:last-child,
	.drop_menu_voice_item li:last-child,
	.drop_menu_kodawari_item li:last-child,
	.drop_menu_company_item li:last-child {
		border-right: 0 solid #fff;
	}
	.drop_menu_kodawari_item li,
	.drop_menu_seimen_item li,
	.drop_menu_kaigyo_item li,
	.drop_menu_voice_item li,
	.drop_menu_company_item li {
		width: 204px;
		border-right: 1px solid #fff;
		padding: 0 10px;
	}
	.drop_menu_news_item li {
		display: inline-block;
		width: 220px;
		padding: 0 24px 12px 0;
		text-align: left;
		float: left;
	}
	.drop_menu_news_item li a {
		position: relative;
		padding-left: 15px;
		display: inline-block;
	}
	.drop_menu_news_item li a:before {
		content: "";
		display: block;
		width: 5px;
		height: 5px;
		background: #000;
		position: absolute;
		left: 0;
		top: 12px;
		margin-top: -2px;
	}
	.drop_menu_inner .drop_menu_link {
		text-align: left;
		display: inline-block;
		font-size: 18px;
		font-weight: bold;
		color: #8b0000;
		padding-left: 20px;
	}
	.pc .tabMenu.noImage ul {
		display: block;
		text-align: left;
		width: 30%;
		float: left;
		position: relative;
		left: calc((100% - 940px) / 2);
	}
	.pc nav > ul > li:nth-child(6) > a > .tabMenu.noImage ul {
		width: 30%;
	}
	.contain_link.open .drop_menu {
		height: 300px;
		box-sizing: border-box;
		z-index: 101;
	}
	.contain_link.open .drop_menu_inner {
		opacity: 1;
	}
}
#body .section {
	padding: 90px 0 80px 0;
}
#body section:first-child .section {
	padding: 70px 0 80px 0;
}
.section > .title {
	text-align: center;
	margin-bottom: 61px;
}
footer {
	background: url(/img/footer_bg.jpg) center center / cover no-repeat;
	text-align: center;
}
.footer {
	padding-bottom: 30px;
}
.footer_link {
	padding: 60px 0 43px 0;
	display: flex;
	width: 80%;
	margin: 0 auto;
}
.footer_link > ul {
	display: flex;
	color: white;
	justify-content: space-around;
	width: 980px;
	margin: 0 auto 40px;
	text-align: left;
}
.footer_link > ul > li {
	font-size: 15px;
	margin-bottom: 10px;
}
.footer_link > ul > li > a {
	display: block;
	color: white;
	margin-bottom: 13px;
}
.footer_link > ul > li > ul > li > a {
	color: #888;
	font-size: 15px;
	line-height: 2.1;
}
.footer_link > ul > li > ul > li > a:hover {
	color: #fff;
	opacity: 1;
}
.footer_link > ul > li > ul > li::before {
	content: "・";
	color: red;
}
.footer > nav {
	padding: 15px 0;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	margin-bottom: 45px;
}
.footer > nav > ul {
	display: flex;
	width: 1100px;
	margin: 0 auto;
	justify-content: center;
}
.footer > nav > ul > li {
	font-size: 15px;
}
.footer > nav > ul > li > a {
	color: white;
	padding: 0 38px;
	border-right: 1px solid #666;
}
.footer > nav > ul > li > a:hover {
	color: #be7c0a;
	opacity: 1;
}
.footer > nav > ul > li:last-child > a {
	border-right: 0;
}
.footer .logo {
	margin-bottom: 25px;
	position: relative;
}
.footer .copyright {
	color: #888;
	font-size: 13px;
}
.mainVisual {
	position: relative;
}
.section > .desc {
	text-align: center;
	color: #666;
	font-weight: bold;
	font-size: 14px;
}
.shopLink {
	justify-content: center;
	-webkit-justify-content: center;
}
.shopLink > ul {
	text-align: center;
	vertical-align: top;
}
.shopLink > ul > li > a:hover {
	opacity: 1;
}
.shopLink > ul > li {
	display: inline-block;
	position: relative;
	vertical-align: top;
	text-align: left;
	margin-right: 5px;
}
.shopLink > ul > li:last-child {
	margin-right: 0;
}
.shopLink > ul > li > a > .text {
	position: absolute;
	font-size: 26px;
	top: 35px;
	left: 50%;
	transform: translate(-50%, 0);
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	font-family: "Yu Mincho", "YuMincho", serif;
	font-weight: bold;
}
.shopLink > ul > li > a > .text2 {
	position: absolute;
	width: 200px;
	height: 200px;
	left: 0;
	top: 70px;
	right: 0;
	margin: auto;
	background: rgba(255, 255, 255, 0.8);
	display: flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
}
.shopLink > ul > li > a > .text2 .tit {
	color: #000;
	font-size: 28px;
	justify-content: center;
	-webkit-justify-content: center;
	margin-bottom: 8px;
	font-weight: bold;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.shopLink > ul > li > a > .text2 ul li {
	color: #9b0000;
	font-size: 18px;
}
.shopLink > ul > li > a > .label {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 45px;
	background: rgba(0, 0, 0, 1);
	color: #fff;
	font-size: 20px;
	letter-spacing: 5px;
}
.shopLink > ul > li > a > .label.ver2 {
	letter-spacing: 0;
	font-size: 16px;
}
.shopLink > ul > li > a > .text > span {
	line-height: 1.4;
	color: #000;
	display: inline-block;
	position: relative;
	margin: 0 4px;
	padding: 8px 0;
	font-family: "Yu Mincho", "YuMincho", serif;
	font-weight: bold;
	transition: 0.1s;
}
.shopLink > ul > li > a > .text > span::before {
	content: "";
	position: absolute;
	width: 36px;
	height: 0;
	top: 0;
	background-color: #8b0000;
	z-index: -1;
	transition: 0.1s;
	left: 0;
}
.shopLink > ul > li > a:hover > .text > span {
	color: #fff;
	background: 0;
}
.shopLink > ul > li > a:hover > .text > span:nth-child(1) {
	transition-delay: 0;
}
.shopLink > ul > li > a:hover > .text > span:nth-child(3) {
	transition-delay: 0.1s;
}
.shopLink > ul > li > a:hover > .text > span:nth-child(5) {
	transition-delay: 0.2s;
}
.shopLink > ul > li > a > .text > span:nth-child(1) {
	transition-delay: 0.2s;
}
.shopLink > ul > li > a > .text > span:nth-child(3) {
	transition-delay: 0.1s;
}
.shopLink > ul > li > a > .text > span:nth-child(5) {
	transition-delay: 0;
}
.shopLink > ul > li > a:hover > .text > span:nth-child(1)::before {
	height: 100%;
	transition-delay: 0;
}
.shopLink > ul > li > a:hover > .text > span:nth-child(3)::before {
	height: 100%;
	transition-delay: 0.1s;
}
.shopLink > ul > li > a:hover > .text > span:nth-child(5)::before {
	height: 100%;
	transition-delay: 0.2s;
}
.shopLink > ul > li > a > .text > span:nth-child(1)::before {
	transition-delay: 0.2s;
}
.shopLink > ul > li > a > .text > span:nth-child(3)::before {
	transition-delay: 0.1s;
}
.shopLink > ul > li > a > .text > span:nth-child(5)::before {
	transition-delay: 0;
}
.shopLink > ul > li > a > .image {
	width: 259px;
	height: 386px;
	overflow: hidden;
}
.shopLink > ul > li > a:hover > .image > img {
	transform: scale(1.1, 1.1);
}
.voiceList > ul {
	text-align: center;
}
.voiceList > ul > li {
	display: inline-block;
	vertical-align: top;
	margin-right: 30px;
}
.voiceList > ul > li:last-child {
	margin-right: 0;
}
body.kaso .infoList > ul {
	text-align: left;
}
.infoList > ul {
	width: 1100px;
	text-align: center;
	margin: 0 auto;
}
.infoList > ul > li {
	display: inline-block;
	width: 320px;
	vertical-align: top;
	margin-right: 30px;
}
.infoList > ul > li:last-child {
	margin-right: 0;
}
.infoList .image {
	width: 320px;
	height: 200px;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}
.infoList a:hover .image,
.voiceList a:hover .image {
	opacity: 0.8;
}
.infoList .image span {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	display: flex;
	width: 75%;
	height: 75%;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	color: #8b0000;
	right: 0;
	bottom: 0;
	margin: auto;
	background: url(/img/visual_bg.svg) center center / 100% no-repeat;
	font-size: 12px;
	font-weight: bold;
	flex-direction: column;
	-webkit-flex-direction: column;
}
.infoList .image span b {
	color: #000;
	font-size: 16px;
	margin-bottom: 3px;
}
.infoList .date {
	text-align: center;
	font-family: "游ゴシック体", YuGothic, "Yu Gothic M", serif;
	color: #8b0000;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	letter-spacing: 0.15em;
}
.infoList .title {
	color: #000;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 18px;
	justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
}
.infoList .text {
	width: 250px;
	font-size: 16px;
	color: #666;
	line-height: 1.7;
	margin: 0 auto;
}
.shopList {
	justify-content: center;
	-webkit-justify-content: center;
}
.shopList > ul {
	text-align: center;
}
.shopList > ul > li {
	display: inline-block;
	margin-right: 55px;
	width: 235px;
}
.shopList > ul > li:last-child {
	margin-right: 0;
}
.shopList .image {
	position: relative;
	height: 370px;
	margin-bottom: 18px;
}
.shopList .image > img:first-child {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
}
.shopList .image .circle {
	position: absolute;
	margin-top: 190px;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	left: 50%;
	transform: translate(-50%, 0);
	overflow: hidden;
	z-index: -1;
}
.shopList .image .circle img {
	position: relative;
}
.shopList > ul > li > a:hover > .image > .circle > img {
	transform: scale(1.1, 1.1);
}
.shopList .title {
	color: #000;
	justify-content: center;
	font-size: 22px;
	font-weight: bold;
	font-feature-settings: "palt";
	letter-spacing: -0.05em;
	margin-bottom: 8px;
}
.voiceList {
	display: flex;
	margin-bottom: 25px;
}
.voiceList .image {
	margin-bottom: 5px;
}
#top .voiceList .image {
	overflow: hidden;
	height: 225px;
}
.voiceList > ul > li {
	display: inline-block;
	margin-right: 30px;
	width: 250px;
}
.voiceList > ul > li:last-child {
	margin-right: 0;
}
.voiceList > ul > li .image {
	width: 248px;
	height: 176px;
	margin-bottom: 8px;
	overflow: hidden;
}
.voiceList > ul > li > a:hover > .image > img {
	transform: scale(1.1, 1.1);
}
.voiceList .head {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	padding-bottom: 8px;
	margin-bottom: 14px;
}
.desc .title {
	color: #000;
	font-size: 20px;
	justify-content: center;
	margin-bottom: 15px;
}
body.wholesales .infoList .image {
	width: 100%;
}
.countList {
	padding: 70px 0 40px 0;
}
.countList > ul {
	text-align: center;
}
.countList > ul > li {
	color: #fff;
	font-family: "Noto Sans Japanese", sans-serif;
	font-weight: bold;
	margin-right: 88px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.countList > ul > li:last-child {
	margin-right: 0;
}
.countList > ul > li > .name {
	margin-bottom: 13px;
}
.countList > ul > li > .number {
	font-size: 80px;
	line-height: 1;
	margin-bottom: 2px;
}
.countList > ul > li > .unit {
	font-size: 30px;
}
.sampleList > ul {
	text-align: center;
}
.sampleList > ul > li {
	display: inline-block;
	vertical-align: top;
	margin-right: 30px;
}
.sampleList > ul > li:last-child {
	margin-right: 0;
}
body#top .mainVisual > .messageWrap {
	background: rgba(255, 255, 255, 0);
	-moz-transition: all 4s;
	-ms-transition: all 4s;
	-o-transition: all 4s;
	transition: all 4s;
	-webkit-transition: all 4s;
}
.snsList ul {
	text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.animated {
		display: block !important;
	}
}
@supports (-ms-ime-align: auto) {
	.animated {
		display: block !important;
	}
}
.shopList .title {
	font-size: 19px;
}
#info .infoList > ul li {
	width: 320px;
	margin: 0 15px;
}
#voice .voiceList > ul li {
	width: 250px;
	margin: 0 15px;
}
#voice .voiceList > ul {
	width: 1100px;
	text-align: center;
	margin: 0 auto;
}
#info .infoList,
#voice .voiceList {
	position: relative;
}
#info .infoList > ul,
#voice .voiceList > ul {
	position: static;
}
@media screen and (min-width: 768px) {
	body.kodawari .kasoTabmenu ul li:nth-child(3) .menuBlock {
		width: 130px;
	}
	body.work .kasoTabmenu ul li:nth-child(1) .menuBlock {
		width: 110px;
	}
	body.kaigyo .kasoTabmenu ul li:nth-child(2) .menuBlock {
		width: 160px;
	}
	body.company .kasoTabmenu ul li:nth-child(3) .menuBlock {
		width: 160px;
	}
}
[type="fade"].animated {
	opacity: 1;
}
.section > .title.animated {
	opacity: 1;
}
body#top .mainVisual > .messageWrap.on {
	background: url("/img/visual_bg.svg") center no-repeat;
}
.kaso .mainVisual {
	display: block;
	position: relative;
	height: 240px;
	width: 100%;
}
.kaso .mainVisual h1 {
	position: absolute;
	display: block;
	width: auto;
	height: 60px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 40px;
	color: #fff;
	text-align: center;
}
.kaso .kasoTabmenu {
	margin: 0 auto;
}
.kaso .kasoTabmenu ul > li {
	float: left;
	margin-left: 20px;
	box-shadow: 2px 2px 8px #888;
}
.kaso .kasoTabmenu ul > li > a {
	display: block;
	position: relative;
	width: 200px;
	height: 130px;
	color: #000;
	background: rgba(255, 255, 255, 0.9);
	transition: 0.3s;
}
.kaso .kasoTabmenu ul > li > a .menuBlock {
	display: block;
	position: absolute;
	text-align: center;
	width: 150px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.kaso .kasoTabmenu ul > li > a:hover {
	color: #fff;
	background: rgba(139, 0, 0, 0.9);
	opacity: 1;
}
.kaso .kasoTabmenu ul > li > a:hover span.icon {
	background: #fff;
	border: 2px solid #8b0000;
}
.kaso .kasoTabmenu ul > li > a:hover span.icon::before {
	border-color: #8b0000 transparent transparent transparent;
}
.kaso .kasoTabmenu ul > li > a:hover span.icon::after {
	border-color: #fff transparent transparent transparent;
}
.kaso .kasoTabmenu span.icon {
	position: absolute;
	width: 20px;
	height: 20px;
	background: #bebebe;
	border: 2px solid #fff;
	left: 50%;
	bottom: -10px;
	border-radius: 50%;
	transform: translateX(-50%);
}
.kaso .kasoTabmenu span.icon::before {
	content: "";
	width: 1px;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	top: 7px;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
	border-width: 5px;
}
.kaso .kasoTabmenu span.icon::after {
	content: "";
	position: absolute;
	width: 1px;
	left: 50%;
	top: 7px;
	transform: translateX(-50%);
	border-style: solid;
	border-color: #bebebe transparent transparent transparent;
	border-width: 4px;
}
.kaso .linkNext {
	text-align: center;
}
.kaso .linkNext > a {
	display: inline-block;
	padding: 8px 15px;
	background: #a8a8a8;
	color: #fff;
	font-family: Yu-Gothic;
	margin-right: 5px;
}
.kaso .linkNext > a.on {
	background: #9b0000;
}
.kaso .linkNext > a:last-child {
	margin-right: 0;
}
.kaso .linkNext > a:hover {
	background: #9b0000;
	opacity: 1;
}
.kaso section {
	padding-bottom: 200px;
}
.kaso.index section .section {
	width: 1100px;
}
.kaso section .section {
	display: block;
	position: relative;
	width: 990px;
	margin: 0 auto;
}
.kaso#voice_top.voice section .section,
.kaso#news_top.news section .section {
	width: 1020px;
}
.kaso section .section > .title {
	margin: 0 auto 40px;
	border-bottom: 1px solid #777;
	opacity: 1;
	text-align: left;
}
.kaso section .section > .title span:nth-child(1) {
	color: #8b0000;
	font-size: 20px;
	font-weight: bold;
}
.kaso section .section > .title span:nth-child(2) {
	display: inline-block;
	position: relative;
	color: #fff;
	width: 20px;
	text-align: center;
}
.kaso section .section > .title span:nth-child(2)::after {
	content: "";
	position: absolute;
	width: 16px;
	height: 18px;
	line-height: 1.2;
	left: 0;
	top: 1px;
	background: #8b0000;
}
.kaso section .section > .title span:nth-child(3),
.kaso section .section > .title span.black {
	font-size: 24px;
	font-weight: bold;
	padding-left: 20px;
}
.kaso section .section > .title span.black {
	color: #000;
}
.kaso section .section > .title span.black:first-child {
	padding-left: 0;
}
.kaso section .section > .subtitle {
	margin: 0 auto 40px;
	text-align: left;
	color: #000;
	font-size: 16px;
	line-height: 1.5;
}
.kaso section .section > .subtitle2 {
	margin: 0 auto 20px;
	text-align: left;
	color: #000;
	font-size: 16px;
	line-height: 1.5;
	font-weight: bold;
}
.kaso section .section > .title + .subtitle {
	position: relative;
	top: -20px;
}
.kaso section .section > .desc {
	margin: 0 auto;
	color: #000;
	text-align: left;
	line-height: 1.5;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 2em 0;
}
.kaso section .section > .desc a {
	color: #89030a;
	text-decoration: underline;
}
.kaso section .section > .desc img,
.kaso section .desc iframe {
	margin: 15px 0;
}
.kaso section .section > .image {
	float: right;
}
.kaso section .section > .image.left_img {
	float: left;
	margin: 0 20px 20px 0;
}
.kaso section .section > .image.right_img {
	float: right;
	margin: 0 0 20px 20px;
}
.kaso section .section > .mov {
	margin: 0 0 10px 0;
}
.kaso section .button {
	margin: 60px auto 0;
	width: 380px;
}
.kaso section .button a,
.kaso section .button button,
.kaso section .button input {
	position: relative;
	display: block;
	width: 380px;
	height: 66px;
	color: #fff;
	text-align: center;
	background-image: -webkit-linear-gradient(#a44 0, #8d0505 100%);
	line-height: 66px;
	letter-spacing: 0.2em;
	border-radius: 5px;
	font-size: 16px;
	background-image: -ms-linear-gradient(#a44 0, #8d0505 100%);
}
.kaso section .button a::before {
	position: absolute;
	content: "";
	height: 8px;
	width: 8px;
	top: 28px;
	left: 20px;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	transform: rotate(45deg);
}
.kaso section .section > .flow {
	margin: 0 auto;
}
.kaso section .section > .flow dl {
	background: #fff;
	margin-bottom: 15px;
	position: relative;
}
.kaso section .section > .flow dt {
	float: left;
	font-size: 17px;
	font-weight: bold;
	margin: 35px 0 0 40px;
	color: #8b0000;
}
.kaso section .section > .flow dt::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border-style: solid;
	border-color: #a8a8a8 transparent transparent #a8a8a8;
	border-width: 28px;
}
.kaso section .section > .flow dt::after {
	content: "";
	position: absolute;
	top: 5px;
	left: 11px;
	color: #fff;
}
.kaso section .section > .flow dd {
	width: 700px;
	display: block;
	padding: 35px 0 0 250px;
}
.kaso section .section > .flow dd a {
	color: #89030a;
	text-decoration: underline;
}
.kaso section .section > .flow dd img {
	width: 100%;
}
.kaso section .section > .flow dd.includeImg {
	width: 740px;
}
.kaso section .section > .flow dd:last-child {
	padding-bottom: 35px;
}
.kaso section .section > .flow dl:nth-of-type(1) dt::after {
	content: "1";
}
.kaso section .section > .flow dl:nth-of-type(2) dt::after {
	content: "2";
}
.kaso section .section > .flow dl:nth-of-type(3) dt::after {
	content: "3";
}
.kaso section .section > .flow dl:nth-of-type(4) dt::after {
	content: "4";
}
.kaso section .section > .flow dl:nth-of-type(5) dt::after {
	content: "5";
}
.kaso section .section > .flow dl:nth-of-type(6) dt::after {
	content: "6";
}
.kaso section .section > .flow dl:nth-of-type(7) dt::after {
	content: "7";
}
.kaso section .section > .flow dl:nth-of-type(8) dt::after {
	content: "8";
}
.kaso section .section > .flow dl:nth-of-type(9) dt::after {
	content: "9";
}
.kaso section .section > .flow .title {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	padding-top: 30px;
	border-bottom: 0;
	margin-bottom: 30px;
}
.content_information {
	text-align: center;
	width: auto;
	padding: 50px 0 0 0;
}
.content_information .title {
	font-size: 26px;
	font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	margin: 0 0 40px 0;
	letter-spacing: -1px;
	text-align: center;
}
.content_information .tel {
	float: left;
}
.content_information .mail {
	float: right;
}
.content_information img {
	padding: 10px 0;
}
.content_information > div.clearfix {
	width: 800px;
	margin: 0 auto;
}
.content_information .tel h3,
.content_information .mail h3 {
	font-size: 18px;
	line-height: 30px;
	border: 1px solid #89030a;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	width: 280px;
	font-weight: normal;
	margin: 0 auto 25px auto;
	position: relative;
	background: #fff;
}
.content_information h3:after {
	content: "";
	position: absolute;
	display: block;
	width: 8.5px;
	height: 8.5px;
	background: #fff;
	border-right: 1px solid #89030a;
	border-bottom: 1px solid #89030a;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	left: 50%;
	bottom: -5px;
}
.kaso section .mail .button {
	margin: 0;
}
.information_area .tel a {
	display: block;
	margin: 0 0 15px 0;
}
.kaso section .inlineBox {
	width: 1000px;
	padding: 50px 0;
	margin: 0 auto;
}
.kaso section .inlineBox img {
	float: left;
}
.kaso section .inlineBox ul {
	margin-left: 260px;
	list-style: disc;
	text-align: left;
}
.kaso section .inlineBox ul li {
	font-size: 18px;
}
.kaso section .history {
	padding: 50px 30px 0 30px;
	margin: 0 auto;
}
.kaso section .history dl {
	position: relative;
	height: 100%;
}
.kaso section .history dl::before {
	content: "";
	display: block;
	position: absolute;
	height: 98%;
	width: 1px;
	top: 15px;
	left: 15px;
	background: #8b0000;
}
.kaso section .history dl:last-child:before {
	display: none;
}
.kaso section .history dt {
	font-size: 20px;
	font-weight: bold;
	position: relative;
	font-family: Yu-Gothic;
	padding-left: 30px;
}
.kaso section .history dt::before {
	content: "";
	display: block;
	position: absolute;
	width: 11px;
	height: 11px;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	background: #8b0000;
	border-radius: 50%;
}
.kaso section .history dd {
	padding: 20px 0 30px 60px;
}
.kaso section .history dl:last-child {
	margin: 0 0 50px 0;
}
.kaso section .history.company_4469 {
	background: #f5f5f2;
	padding: 30px;
	margin: 0 0 30px 0;
}
.kaso section .history.company_4469 > .title {
	font-size: 20px;
	color: #89030a;
	line-height: 38px;
	background: #fff;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	padding: 0 15px;
	margin: 0 0 20px 0;
}
.kaso section .history.company_4469 dt {
	font-size: 15px;
}
.kaso section .history.company_4469 dd {
	font-size: 14px;
}
.kaso section .tableform {
	width: 90%;
	margin: 0 auto;
}
.kaso section .tableform dl {
	display: flex;
	border-bottom: 1px solid #000;
}
.kaso section .tableform dl:last-child {
	border: 0;
}
.kaso section .tableform dt {
	background: #a8a8a8;
	color: #fff;
	width: 22%;
	padding: 2% 0 2% 2%;
}
.kaso section .tableform dd {
	width: 77%;
	padding: 2% 0 2% 2%;
}
.kaso section .tableform .alignRight {
	text-align: right;
}
.kaso section .indexList ul {
	text-align: center;
}
.kaso section .indexList li {
	display: inline-block;
	margin-bottom: 30px;
	margin-right: 30px;
	width: 320px;
	text-align: center;
	vertical-align: top;
}
#work_4408.kaso section .indexList li {
	width: 252px;
}
.kaso section .indexList li:last-child {
	margin-right: 0;
}
.kaso section .indexList li a {
	color: #000;
}
.kaso section .indexList li a:hover .image {
	opacity: 0.8;
}
.kaso section .indexList li .desc {
	color: #777;
	text-align: left;
}
.kaso section .indexList li .desc span,
.kaso section .indexList li .desc a {
	color: #8b0000;
	border-bottom: 1px solid;
}
.kaso section .indexList img {
	margin-bottom: 20px;
}
.kaso section .indexList .title {
	width: 100%;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 20px;
	margin-bottom: 15px;
	border-bottom: 2px solid #000;
}
.kaso section .menList {
	margin: 0 0 50px 0;
}
.kaso section .menList ul {
	margin: 0 auto;
}
.kaso section .menList ul li a {
	display: block;
	padding: 0 0 0 340px;
	position: relative;
}
.kaso section .menList ul li a .title {
	font-size: 24px;
	font-weight: bold;
	color: #89030a;
	border-bottom: 1px solid #89030a;
	position: relative;
	margin: 0 0 30px 0;
	line-height: 1.3;
}
.kaso section .menList ul li a .title .recipe {
	position: absolute;
	right: 0;
	top: 0;
}
.kaso section .menList ul li a .title .recipe span {
	display: inline-block;
	font-size: 14px;
	line-height: 26px;
	padding: 0 14px;
	font-weight: normal;
	background: #89030a;
	color: #fff;
	margin: 0 4px;
	vertical-align: top;
}
.kaso section .menList ul li a .desc {
	font-size: 22px;
	color: #000;
	font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	margin: 0 0 30px 0;
}
.kaso section .menList ul li a .howuse {
	margin: 0 0 55px 0;
}
.kaso section .menList ul li a .howuse dl {
	float: left;
	margin: 0 20px 0 0;
}
#work_5233.kaso section .menList ul li a .howuse dl:nth-child(2) {
	display: none;
}
.kaso section .menList ul li a .howuse dl dd,
.kaso section .menList ul li a .howuse dl dt {
	display: table-cell;
	line-height: 28px;
	padding: 0 10px;
	font-size: 14px;
}
.kaso section .menList ul li a .howuse dl dt {
	width: 65px;
	color: #fff;
	background: #424242;
	border-radius: 15px 0 0 15px;
	-webkit-border-radius: 15px 0 0 15px;
}
.kaso section .menList ul li a .howuse dl dd {
	min-width: 124px;
	color: #000;
	background: #f5f5f2;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
}
.kaso section .menList ul li a .point {
	position: relative;
}
.kaso section .menList ul li a .point h3 {
	position: absolute;
	top: -20px;
	left: 0;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	width: 200px;
	text-align: center;
	line-height: 40px;
	background: #c2872e;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
.kaso section .menList ul li a .point p {
	padding: 30px;
	font-size: 18px;
	color: #000;
	background: #f5f5f2;
}
.kaso section .menList .image {
	position: absolute;
	left: 0;
	top: 0;
	width: 300px;
}
.kaso section .menList .image:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(/img/sample_bg.svg) center center / 101% no-repeat;
}
.kaso section .menList a:hover .image {
	opacity: 0.8;
}
.kaso section .voiceList .desc {
	color: #666;
}
.kaso section .voiceList .desc .title {
	margin-bottom: 15px;
	width: 100%;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.kaso section .voiceList > ul > li {
	margin-bottom: 50px;
	margin-right: 20px;
	width: 320px;
}
.kaso section .voiceList > ul > li .image {
	float: none;
	margin-bottom: 5px;
	width: auto;
	height: 225px;
	overflow: hidden;
}
.kaso section .voiceList > ul > li a:hover .image {
	opacity: 0.8;
}
.kaso section .voiceList > ul > li .image img {
	width: 100%;
}
.kaso section .voiceList > ul > li:nth-child(3n) {
	margin-right: 0;
}
.kaso #body .section {
	padding: 70px 55px 80px;
	top: 100px;
}
.kaso.company #body .section {
	top: 0;
}
.kaso article#body {
	margin-top: 40px;
	position: relative;
}
.kaso article#body section:nth-child(odd) .section {
	background: #f5f5f2;
}
.kaso article#body section:nth-child(even) .section {
	background: rgba(245, 245, 242, 0.8);
}
.kaso article#body section:nth-child(1) {
	text-align: center;
	padding-bottom: 50px;
}
h2.page_title,
.kaso article#body section:nth-child(1) .title {
	position: relative;
	font-size: 28px;
	padding: 60px 0 25px 0;
	font-weight: bold;
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}
.kaso article#body section:nth-child(1) .title:nth-child(2) {
	/* padding: 0; */
}
h2.page_title:after,
.kaso article#body section:nth-child(1) .title::after {
	content: "";
	display: block;
	width: 90px;
	height: 1px;
	background: #000;
	margin: 20px auto 0;
}
#voice_detail.kaso article#body section:nth-child(1) .title::after {
	display: none;
}
.kaso article#body section:nth-child(1) .title .date {
	position: absolute;
	top: 12px;
	right: 0;
	font-size: 15px;
	font-weight: normal;
	color: #666;
	text-align: right;
}
.kaso article#body section:nth-child(1) .title .date .tag {
	display: inline-block;
	vertical-align: top;
	margin: 5px 10px 0 0;
	font-size: 13px;
	color: #666;
}
.kaso article#body section:nth-child(1) .title .date .tag:last-child {
	margin-right: 0;
}
.page_subtitle,
.kaso article#body section:nth-child(1) .subtitle {
	font-size: 34px;
	font-family: YuMincho, "Yu Mincho", serif;
	font-weight: bold;
	color: #8b0000;
	padding-bottom: 25px;
}
.page_desc,
.kaso article#body section:nth-child(1) .desc {
	padding-bottom: 50px;
	text-align: center;
	font-weight: bold;
}
.page_desc p,
.kaso article#body section:nth-child(1) .desc p {
	color: #000;
	font-size: 18px;
	line-height: 2;
	margin-bottom: 15px;
}
.kaso article#body section:nth-child(1) .desc p:last-child {
	margin-bottom: 0;
}
.kaso article#body section:nth-child(1) .desc p b {
	font-size: 22px;
}
.kaso article#body section:nth-child(2) .section > .title span:nth-child(2)::after {
	content: "1";
}
.kaso article#body section:nth-child(3) .section > .title span:nth-child(2)::after {
	content: "2";
}
.kaso article#body section:nth-child(4) .section > .title span:nth-child(2)::after {
	content: "3";
}
.kaso article#body section:nth-child(5) .section > .title span:nth-child(2)::after {
	content: "4";
}
.kaso article#body section:nth-child(6) .section > .title span:nth-child(2)::after {
	content: "5";
}
.kaso article#body section:nth-child(7) .section > .title span:nth-child(2)::after {
	content: "6";
}
.kaso article#body section:nth-child(48) .section > .title span:nth-child(2)::after {
	content: "7";
}
.kaso article#body.index_page {
	margin-top: 50px;
}
.kaso article#body.index_page section .section {
	background: 0;
}
.kaso.wholesales.detail article#body.index_page section .section:nth-child(n + 2) {
	margin: 130px auto 0 auto;
}
.kaso article#body.index_page .section {
	padding: 0;
	top: 0;
}
.kaso.kaigyo section#mainVisual {
	background: url(/img/kaigyo_top.jpg) center no-repeat;
	background-size: cover;
	padding-bottom: 0;
}
.kaso.kaigyo .mainVisual ul {
	width: 1050px;
}
.kaso.kaigyo .mainVisual ul li {
	margin-left: 10px;
}
.kaso.kaigyo .nav > ul > li:nth-child(5) > a,
.kaso.voice .nav > ul > li:nth-child(6) > a {
	color: #8b0000;
}
.kaso.kodawari section#mainVisual {
	background: url(/img/kodawari_top.jpg) center no-repeat;
	background-size: cover;
	padding-bottom: 0;
}
.kaso .kasoTabmenu {
	width: 680px;
	position: relative;
	margin: 0 auto 30px auto;
}
.kaso.kodawari .kasoTabmenu {
	width: 680px;
}
.kaso.kaigyo .kasoTabmenu {
	width: 1100px;
}
.kaso.kodawari .nav > ul > li:nth-child(2) > a {
	color: #8b0000;
}
.index.kaso article#body section {
	background: none !important;
}
.kaso.work .kasoTabmenu {
	width: 880px;
}
.kaso.sample section#mainVisual {
	background: url(/img/sample_top.jpg) center no-repeat;
	background-size: cover;
	padding-bottom: 0;
}
.kaso.sample section .inlineBox {
	width: 600px;
	border: 2px solid #9b0000;
	color: #9b0000;
	font-weight: bold;
	padding: 29px 0;
	margin: 0 auto 50px;
	position: relative;
}
.kaso.sample section .inlineBox span {
	display: inline-block;
}
.kaso.sample section .inlineBox span:nth-child(1) {
	font-size: 16px;
}
.kaso.sample section .inlineBox span:nth-child(2) {
	font-size: 22px;
	margin-top: 15px;
}
.kaso.sample section .inlineBox img {
	position: absolute;
	float: none;
	right: -45px;
	bottom: -19px;
}
.kaso.sample .section ul {
	width: 1000px;
	margin: 0 auto;
}
.kaso#sample_top .section li {
	display: inline-block;
	width: 320px;
	margin-right: 20px;
}
.kaso#sample_top .section li .title {
	font-size: 18px;
	border: 0;
	font-weight: bold;
	color: #000;
	text-align: center;
	position: relative;
	margin: 20px 20px 40px;
}
.kaso#sample_top .section li:nth-child(3n) {
	margin-right: 0;
}
.kaso.sample .section .image {
	float: none;
}
.kaso.sample .section a:hover .image {
	opacity: 0.8;
}
.kaso.sample .section a:hover .image img {
	opacity: 0.8;
}
.sampleDetail li .image:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(/img/sample_bg.svg) center center / 101% no-repeat;
}
.kaso.voice section#mainVisual {
	background: url(/img/voice_top.jpg) center no-repeat;
	background-size: cover;
	padding-bottom: 0;
}
.kaso.voice .mainVisual h1 {
	width: auto;
	text-align: center;
}
.kaso.voice.detail .mainVisual h1 {
	width: auto;
	text-align: center;
}
.kaso.voice .image {
	float: none;
}
.kaso.voice.detail .image {
	max-width: 1000px;
	margin: 0 auto;
}
.kaso.voice .voiceStore .image {
	float: left;
	margin-right: 35px;
}
.kaso.voice .voiceStore .title {
	font-size: 22px;
	color: #9b0000;
	position: relative;
	margin-bottom: 20px;
	width: auto;
	padding-left: 25px;
	border-bottom: 1px solid #9b0000;
}
.kaso.voice .voiceStore .title::before {
	content: "";
	background: #9b0000;
	position: absolute;
	width: 12px;
	height: 12px;
	top: 10px;
	left: 0;
}
.kaso.news section#mainVisual {
	background: url(/img/voice_top.jpg) center no-repeat;
	background-size: cover;
	padding-bottom: 0;
}
.kaso.news .mainVisual h1 {
	width: auto;
	text-align: center;
}
.kaso.detail.news .mainVisual h1 {
	width: auto;
	text-align: center;
}
.kaso.news .image {
	float: none;
	margin: 0 auto 5px auto;
	max-width: 700px;
}
.kaso.news .voiceStore .image {
	float: left;
	margin-right: 35px;
}
.kaso.news .voiceStore .title {
	font-size: 22px;
	color: #9b0000;
	position: relative;
	margin-bottom: 20px;
	width: auto;
	padding-left: 25px;
	border-bottom: 1px solid #9b0000;
}
.kaso.news .voiceStore .title::before {
	content: "";
	background: #9b0000;
	position: absolute;
	width: 12px;
	height: 12px;
	top: 10px;
	left: 0;
}
.kaso.wholesales section#mainVisual {
	background: url(/img/wholesales_top.jpg) center no-repeat;
	background-size: cover;
	padding-bottom: 0;
}
.kaso .link {
	top: -15px;
	position: relative;
}
.kaso section .voiceStore .button {
	margin: 10px 0;
	font-size: 0;
}
.kaso section .voiceStore .button a {
	width: 120px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	border-radius: 0;
	letter-spacing: 0;
	font-size: 15px;
}
.kaso section .voiceStore .button a {
	margin-right: 5px;
}
.kaso section .voiceStore .button a.blog {
	background: #9b0000;
}
.kaso section .voiceStore .button a.twitter {
	background: #2aa3ef;
}
.kaso section .voiceStore .button a::before {
	display: none;
}
.voiceStore {
	width: 1000px;
	margin: 0 auto 50px;
}
.voiceStore .map {
	display: inline-block;
	width: 40%;
	height: 300px;
	background: gray;
}
.voiceStore .map ifram {
	max-width: 100%;
}
.kaso .voiceStore .desc {
	width: 60%;
	float: left;
}
.kaso .voiceStore .desc dl {
	font-size: 18px;
	line-height: 2;
}
.kaso .voiceStore .desc dt {
	display: inline-block;
	vertical-align: top;
	width: 110px;
}
.kaso .voiceStore .desc dd {
	max-width: 460px;
	display: inline-block;
}
.voiceArticle {
	margin-bottom: 50px;
}
.voiceArticle:last-child {
	margin-bottom: 0;
}
.voiceArticle .title {
	font-size: 24px;
	font-weight: bold;
	border-bottom: 1px solid #000;
	margin-bottom: 10px;
}
.voiceArticle .desc {
	padding-bottom: 40px;
	font-size: 16px;
}
.voiceArticle .desc img {
	margin: 10px 0;
}
.voiceArticle .desc:last-child {
	padding-bottom: 0;
}
.voiceArticle ul {
	width: 620px;
	margin: 0 auto;
}
.voiceArticle li {
	display: inline-block;
	margin-bottom: 20px;
}
.voiceArticle li:nth-child(2n) {
	margin-left: 20px;
}
.voiceArticle .link ul {
	width: 990px;
}
.voiceArticle .link li {
	margin-bottom: 5px;
	margin-left: 0;
}
.voiceArticle .link li::before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #9b0000;
	margin-right: 10px;
}
.voiceArticle .link li a {
	color: #9b0000;
	border-bottom: 1px solid;
}
#voice_detail_03 h3 {
	width: 1100px;
	margin-top: 50px;
	font-size: 24px;
}
#voice_detail_03 .voiceList {
	width: 1100px;
	margin: 0 auto;
}
.snsLink {
	margin-top: 50px;
	margin-bottom: 35px;
}
.snsLink ul {
	text-align: center;
}
.snsLink li {
	display: inline-block;
	margin-right: 40px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
}
.snsLink li:last-child {
	margin-right: 0;
}
.snsLink li:nth-child(1) {
	background: #3b5998;
}
.snsLink li:nth-child(2) {
	background: #1dadeb;
}
.snsLink li:nth-child(3) {
	background: #d94b3f;
}
.snsLink li:last-child {
	margin-right: 0;
}
.snsLink a {
	width: 50px;
	padding: 12.5px 0;
	display: block;
	color: #fff;
	font-size: 25px;
}
#kodawari_4441 .kasoTabmenu ul > li:nth-child(1) > a {
	color: #fff;
	background: rgba(139, 0, 0, 0.9);
	opacity: 1;
}
#kodawari_4441 .kasoTabmenu ul > li:nth-child(1) > a span.icon {
	background: #fff;
	border: 2px solid #8b0000;
}
#kodawari_4441 .kasoTabmenu ul > li:nth-child(1) > a span.icon::before {
	border-color: #8b0000 transparent transparent transparent;
}
#kodawari_4441 .kasoTabmenu ul > li:nth-child(1) > a span.icon::after {
	border-color: #fff transparent transparent transparent;
}
#kodawari_4443 .kasoTabmenu ul > li:nth-child(2) > a {
	color: #fff;
	background: rgba(139, 0, 0, 0.9);
	opacity: 1;
}
#kodawari_4443 .kasoTabmenu ul > li:nth-child(2) > a span.icon {
	background: #fff;
	border: 2px solid #8b0000;
}
#kodawari_4443 .kasoTabmenu ul > li:nth-child(2) > a span.icon::before {
	border-color: #8b0000 transparent transparent transparent;
}
#kodawari_4443 .kasoTabmenu ul > li:nth-child(2) > a span.icon::after {
	border-color: #fff transparent transparent transparent;
}
#kodawari_4445 .kasoTabmenu ul > li:nth-child(3) > a {
	color: #fff;
	background: rgba(139, 0, 0, 0.9);
	opacity: 1;
}
#kodawari_4445 .kasoTabmenu ul > li:nth-child(3) > a span.icon {
	background: #fff;
	border: 2px solid #8b0000;
}
#kodawari_4445 .kasoTabmenu ul > li:nth-child(3) > a span.icon::before {
	border-color: #8b0000 transparent transparent transparent;
}
#kodawari_4445 .kasoTabmenu ul > li:nth-child(3) > a span.icon::after {
	border-color: #fff transparent transparent transparent;
}
#kodawari_4441 article#body section#kodawari01 .image {
	width: 100%;
	margin-bottom: 30px;
}
#kodawari_4441 article#body section#kodawari01 .image img {
	width: 100%;
}
#kodawari_4441 article#body section#kodawari02 .image {
	margin-left: 30px;
}
#kodawari_4441 article#body section#kodawari02 .desc {
	padding-top: 0;
}
#kodawari_4441 article#body section#kodawari03 .image {
	margin-left: 30px;
}
#kodawari_4441 article#body section#kodawari03 .desc {
	padding-top: 0;
}
#kodawari_4443 section#kodawari_kotei_01 {
	background: #fff;
}
#kodawari_4443 section#kodawari_kotei_01 .section {
	top: 0;
	background: #f5f5f2;
}
#kodawari_4445 section#kodawari_kanri_01 {
	background: #fff;
}
#kodawari_4445 section#kodawari_kanri_01 .section {
	top: 0;
	background: #f5f5f2;
}
#kodawari_4445 section#kodawari_kanri_02 {
	background: url(/img/kodawari03_bg.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
#kodawari_4445 section#kodawari_kanri_02 .section {
	background: rgba(245, 245, 242, 0.8);
}
#work_top_01 .button {
	width: 820px;
}
#work_top_01 .button a {
	display: inline-block;
}
#work_top_01 .button a + a {
	margin-left: 60px;
}
section#voice_top_01 {
	padding-bottom: 100px;
}
section#voice_detail_01 {
	padding-bottom: 50px;
}
section#voice_detail_02 {
	background: #f5f5f2;
	padding: 50px 0 10px;
}
section#voice_detail_03 {
	padding-bottom: 100px;
}
section#news_top_01 {
	padding-bottom: 100px;
}
section#newsnewnews_detail_01 {
	padding-bottom: 50px;
}
section#newnews_detail_02 {
	background: #f5f5f2;
	padding: 50px 0 10px;
}
section#news_detail_03 {
	padding-bottom: 100px;
}
body#news_top .infoList {
	margin-bottom: 25px;
}
body#news_top .infoList > ul {
	text-align: left;
}
body#news_top .infoList > ul > li {
	margin-bottom: 30px;
	margin-right: 30px;
	width: 320px;
	text-align: center;
}
body#news_top .infoList > ul > li > a {
	display: block;
}
body#news_top .infoList > ul {
	width: 1100px;
	max-width: 100%;
}
body#news_top .infoList > ul > li .title {
	text-align: left;
	font-size: 18px;
	margin-bottom: 18px;
	justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	border-bottom: 0;
}
body#news_top .infoList > ul > li:nth-child(3n) {
	margin-right: 0;
}
body#voice_top .voiceList {
	margin-bottom: 25px;
}
body#voice_top .voiceList > ul {
	text-align: left;
}
body#voice_top .voiceList > ul > li {
	margin-bottom: 30px;
	margin-right: 30px;
	width: 320px;
	text-align: center;
}
body#voice_top .voiceList > ul {
	width: 1100px;
}
body#voice_top .voiceList > ul > li .title {
	text-align: left;
	font-size: 18px;
	margin-bottom: 18px;
	justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	border-bottom: 0;
}
body#voice_top .voiceList > ul > li:nth-child(3n) {
	margin-right: 0;
}
body.news.detail .desc img {
	margin: 20px auto;
	min-heght: 300px;
	display: block;
}
body.news.detail .desc iframe {
	margin: 20px auto;
	width: 100%;
	min-height: 500px;
}
body.news.detail .desc {
	line-height: 1.8;
}
#kaigyo_4450 .kasoTabmenu ul > li:nth-child(1) > a {
	color: #fff;
	background: rgba(139, 0, 0, 0.9);
	opacity: 1;
}
#kaigyo_4450 .kasoTabmenu ul > li:nth-child(1) > a span.icon {
	background: #fff;
	border: 2px solid #8b0000;
}
#kaigyo_4450 .kasoTabmenu ul > li:nth-child(1) > a span.icon::before {
	border-color: #8b0000 transparent transparent transparent;
}
#kaigyo_4450 .kasoTabmenu ul > li:nth-child(1) > a span.icon::after {
	border-color: #fff transparent transparent transparent;
}
#kaigyo_4452 .kasoTabmenu ul > li:nth-child(2) > a {
	color: #fff;
	background: rgba(139, 0, 0, 0.9);
	opacity: 1;
}
#kaigyo_4452 .kasoTabmenu ul > li:nth-child(2) > a span.icon {
	background: #fff;
	border: 2px solid #8b0000;
}
#kaigyo_4452 .kasoTabmenu ul > li:nth-child(2) > a span.icon::before {
	border-color: #8b0000 transparent transparent transparent;
}
#kaigyo_4452 .kasoTabmenu ul > li:nth-child(2) > a span.icon::after {
	border-color: #fff transparent transparent transparent;
}
#kaigyo_4455 .kasoTabmenu ul > li:nth-child(3) > a {
	color: #fff;
	background: rgba(139, 0, 0, 0.9);
	opacity: 1;
}
#kaigyo_4455 .kasoTabmenu ul > li:nth-child(3) > a span.icon {
	background: #fff;
	border: 2px solid #8b0000;
}
#kaigyo_4455 .kasoTabmenu ul > li:nth-child(3) > a span.icon::before {
	border-color: #8b0000 transparent transparent transparent;
}
#kaigyo_4455 .kasoTabmenu ul > li:nth-child(3) > a span.icon::after {
	border-color: #fff transparent transparent transparent;
}
#kaigyo_4457 .kasoTabmenu ul > li:nth-child(4) > a {
	color: #fff;
	background: rgba(139, 0, 0, 0.9);
	opacity: 1;
}
#kaigyo_4457 .kasoTabmenu ul > li:nth-child(4) > a span.icon {
	background: #fff;
	border: 2px solid #8b0000;
}
#kaigyo_4457 .kasoTabmenu ul > li:nth-child(4) > a span.icon::before {
	border-color: #8b0000 transparent transparent transparent;
}
#kaigyo_4457 .kasoTabmenu ul > li:nth-child(4) > a span.icon::after {
	border-color: #fff transparent transparent transparent;
}
#kaigyo_4459 .kasoTabmenu ul > li:nth-child(5) > a {
	color: #fff;
	background: rgba(139, 0, 0, 0.9);
	opacity: 1;
}
#kaigyo_4459 .kasoTabmenu ul > li:nth-child(5) > a span.icon {
	background: #fff;
	border: 2px solid #8b0000;
}
#kaigyo_4459 .kasoTabmenu ul > li:nth-child(5) > a span.icon::before {
	border-color: #8b0000 transparent transparent transparent;
}
#kaigyo_4459 .kasoTabmenu ul > li:nth-child(5) > a span.icon::after {
	border-color: #fff transparent transparent transparent;
}
#work_chukamen .kasoTabmenu ul > li:nth-child(1) > a {
	color: #fff;
	background: rgba(139, 0, 0, 0.9);
	opacity: 1;
}
#work_chukamen .kasoTabmenu ul > li:nth-child(1) > a span.icon {
	background: #fff;
	border: 2px solid #8b0000;
}
#work_chukamen .kasoTabmenu ul > li:nth-child(1) > a span.icon::before {
	border-color: #8b0000 transparent transparent transparent;
}
#work_chukamen .kasoTabmenu ul > li:nth-child(1) > a span.icon::after {
	border-color: #fff transparent transparent transparent;
}
.shop_blog_tab {
	display: table;
	margin: 0 auto;
	width: 1000px;
	text-align: center;
}
.shop_blog_tab ul {
	margin-bottom: -5px;
}
.shop_blog_tab ul li {
	line-height: 40px;
	display: inline-block;
	color: #000;
	font-size: 18px;
	margin: 0 5px 5px 0;
	vertical-align: top;
}
.shop_blog_tab ul li:last-child {
	margin-right: 0;
}
.shop_blog_tab ul li.on a {
	background: #9b0000;
}
.shop_blog_tab ul li a {
	display: block;
	padding: 1px 20px;
	line-height: 32px;
	min-width: 138px;
	text-align: center;
	font-size: 16px;
	position: relative;
	background: #a8a8a8;
	border: 1px solid #a8a8a8;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	color: #fff;
}
.mov_area {
	text-align: center;
}
.mov_area > .mov_title {
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
.kaso.work section#mainVisual {
	background: url(/img/work_top.jpg) center no-repeat;
	background-size: cover;
	padding-bottom: 0;
}
.kaso.contact section#mainVisual,
.kaso.faq section#mainVisual,
.kaso.company section#mainVisual,
.kaso.privacy section#mainVisual,
.kaso.erro section#mainVisual,
.kaso.uncategory section#mainVisual {
	background: url(/img/company_top.jpg) center no-repeat;
	background-size: cover;
	padding-bottom: 0;
}
.kaso.kaigyo article#body section:nth-child(2) {
	background: url(/img/kaigyo_ramen01_bg.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.kaso.kaigyo article#body section:nth-child(4) {
	background: url(/img/kodawari03_bg.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.kaso.kodawari article#body section:nth-child(2) {
	background: url(/img/kodawari01_bg.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.kaso.kodawari article#body section:nth-child(4) {
	background: url(/img/kodawari03_bg.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.kaso.work article#body section:nth-child(2) {
	background: url(/img/kodawari01_bg.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.kaso.work article#body section#work_pasta:nth-child(2) {
	background: url(/img/kodawari_pasta_bg.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.kaso.work article#body section:nth-child(4) {
	background: url(/img/kodawari03_bg.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.information_area {
	padding: 75px 0 85px 0 !important;
	margin: 0 auto;
	text-align: center;
	background: none !important;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2) inset;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2) inset;
}
.information_area .title {
	font-size: 26px;
	font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	margin: 0 0 40px 0;
	letter-spacing: -1px;
}
.information_area > div {
	width: 800px;
	margin: 0 auto;
}
.information_area .tel {
	float: left;
}
.information_area .mail {
	float: right;
}
.information_area .tel h3,
.information_area .mail h3 {
	font-size: 18px;
	line-height: 30px;
	border: 1px solid #89030a;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	width: 280px;
	font-weight: normal;
	margin: 0 auto 25px auto;
	position: relative;
}
.information_area h3:after {
	content: "";
	position: absolute;
	display: block;
	width: 8.5px;
	height: 8.5px;
	background: #fff;
	border-right: 1px solid #89030a;
	border-bottom: 1px solid #89030a;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	left: 50%;
	bottom: -5px;
}
.kaso section .mail .button {
	margin: 0;
}
.information_area .tel a {
	display: block;
	margin: 0 0 15px 0;
}
.lastdesc {
	color: #000;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
}
.bg_box {
	background: #fff;
	font-size: 14px;
	line-height: 26px;
	color: #505050;
	padding: 10px 1em;
	margin: 20px 10px 40px 10px;
}
.bg_box table {
	width: 100%;
}
.bg_box th {
	vertical-align: top;
	padding: 5px 0;
	color: #8b0000;
	white-space: nowrap;
	padding-right: 1em;
}
.bg_box td {
	vertical-align: top;
	padding: 5px 0;
}
.shop_block {
	width: 1000px;
	margin: 0 auto;
	background: #f5f5f2;
	position: relative;
	overflow: hidden;
	padding: 20px;
}
.shop_block > .title {
	font-size: 20px;
	color: #89030a;
	line-height: 38px;
	background: #fff;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	padding: 0 15px;
	margin: 0 0 20px 0;
}
.shop_block .shop_profile dl {
	margin: 0 0 10px 0;
}
.shop_block .shop_profile dl dt {
	display: table-cell;
	color: #000;
	font-size: 16px;
	width: 140px;
	font-weight: bold;
}
.shop_block .shop_profile dl dd {
	display: table-cell;
	color: #000;
	font-size: 16px;
	width: 320px;
}
.shop_block .shop_profile dl dd a {
	color: #89030a;
	text-decoration: underline;
}
.shop_block.right_img .img {
	position: absolute;
	right: 0;
	top: 0;
}
.shop_block.right_img > .title {
	width: 450px;
}
.shop_block.right_img .shop_profile {
	width: 450px;
}
.shop_block.right_img .gmap {
	position: absolute;
	right: 0;
	top: 0;
	width: 500px;
}
section#company_top_01 {
	padding: 0 0 100px 0;
}
section#company_top_02 {
	padding: 0;
}
.ceo_photo .name {
	font-size: 15px;
	font-weight: bold;
	padding: 10px 0 0 0;
}
body#company_4469.kaso section,
body#company_4467.kaso section {
	padding: 0 0 30px 0;
}
.position_list {
	padding: 0 0 0 30px;
	font-size: 15px;
}
body#uncategory_4511 section {
	padding: 20px 0;
}
.faq_block .faq_box {
	margin: 0 0 20px 0;
	cursor: pointer;
}
.faq_block .faq_box .question {
	font-size: 16px;
	font-weight: bold;
	padding: 20px 0 20px 75px;
	background: url(../img/icon_q.png) 20px 13px no-repeat;
	border: 1px solid #8b0000;
	color: #8b0000;
	position: relative;
}
.faq_block .faq_box .question:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	right: 24px;
	top: 21px;
	z-index: 1;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.faq_block .faq_box .question:after {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	background: #8b0000;
	position: absolute;
	right: 15px;
	top: 15px;
}
.faq_block .faq_box .answer {
	padding: 0 20px 0 75px;
	background: url(../img/icon_a.png) 20px 23px no-repeat #f5f5f2;
	font-size: 15px;
	line-height: 2;
	height: 0;
	overflow: hidden;
	transition: all 1s;
	-webkit-transition: all 1s;
	opacity: 0;
}
.faq_block .faq_box.on .answer {
	height: auto;
	padding: 20px 20px 20px 75px;
	opacity: 1;
}
.faq_block .faq_box.on .question:before {
	width: 17px;
	height: 0;
	border-right: 0;
	border-bottom: 0;
	border-top: 2px solid #fff;
	transform: rotate(0);
	-webkit-transform: rotate(0);
	position: absolute;
	right: 22px;
	top: 28px;
}
.form_table {
	font-size: 16px;
	width: 100%;
	border-top: 2px solid #e6e6e6;
}
.form_table th {
	border-bottom: 2px solid #fff;
	background: #e6e6e6;
	width: 200px;
	padding: 10px;
	vertical-align: top;
}
.form_table tr:last-child th {
	border-bottom: 1px solid #e6e6e6;
}
.form_table td {
	border-bottom: 2px solid #e6e6e6;
	padding: 10px;
}
.form_table .textbox {
	font-size: 16px;
	padding: 2px;
	border: 1px solid #b4b4b4;
	width: 100%;
	height: 35px;
	padding: 7px;
	box-sizing: border-box;
}
.form_table .textbox:focus {
	border-color: #8b0000;
}
.form_table textarea {
	font-size: 16px;
	padding: 7px;
	border: 1px solid #b4b4b4;
	width: 100%;
	box-sizing: border-box;
}
.form_table select {
	border: 1px solid #b4b4b4;
	font-size: 16px;
	padding: 5px;
}
.form_table textarea:focus {
	border-color: #8b0000;
}
.form_note {
	font-size: 12px;
}
.form_table .required th span {
	color: #8b0000;
}
.form_table .wide {
	width: 100%;
}
.form_table .short {
	width: 30%;
}
.form_table .zip {
	width: 30%;
}
.form_table .note {
	font-size: 14px;
	display: block;
	margin-top: 5px;
}
.form_table label {
	margin-left: 5px;
	margin-right: 20px;
}
.form_box {
	border: 1px solid #e6e6e6;
	padding: 18px;
}
.contact_flow {
	padding: 20px 0;
	line-height: 16px;
	color: #888;
}
.contact_flow + .text {
	text-align: center;
}
.contact_flow ol {
	margin: 0 auto;
	width: 360px;
}
.contact_flow li {
	float: left;
	text-align: center;
	padding-top: 50px;
	width: 120px;
	display: inline;
	font-size: 12px;
}
.contact_flow li {
	background: url(../img/contact_flow.gif) no-repeat 0 0;
}
.contact_flow li.contact_flow1 {
	background-position: 40px 0;
}
.contact_flow li.contact_flow2 {
	background-position: -80px 0;
}
.contact_flow li.contact_flow3 {
	background-position: -200px 0;
}
.contact_flow li.contact_flow1.on {
	background-position: 40px -120px;
}
.contact_flow li.contact_flow2.on {
	background-position: -80px -120px;
}
.contact_flow li.contact_flow3.on {
	background-position: -200px -120px;
}
.contact_flow li.on {
	color: #000;
}
.text {
	font-size: 14px;
	line-height: 20px;
	margin: 20px 0;
}
.form_table .ex {
	margin-left: 10px;
}
.form_area {
	padding-right: 10px;
}
.btn_submit {
	margin: 40px 0;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.btn_submit li {
	display: inline;
}
.btn_submit a {
	background: url(../img/btn_submit1.gif) no-repeat 50% 0;
	color: #fff;
	width: 305px;
	line-height: 45px;
	height: 45px;
	text-decoration: none;
	display: inline-block;
}
.btn_submit input {
	margin: 0 auto;
	position: relative;
	display: block;
	width: 380px;
	height: 66px;
	color: #fff;
	text-align: center;
	background-image: -webkit-linear-gradient(#a44 0, #8d0505 100%);
	background-image: -ms-linear-gradient(#a44 0, #8d0505 100%);
	background-image: -moz-linear-gradient(#a44 0, #8d0505 100%);
	line-height: 66px;
	letter-spacing: 0.2em;
	border-radius: 5px;
	font-size: 18px;
	cursor: pointer;
}
.btn_submit a:hover,
.btn_submit input:hover {
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}
a.ar {
	display: inline-block;
	padding: 0 10px 0 0;
	color: #8b0000;
}
a.ar:before {
	content: "";
	display: inline-block;
	margin-right: 5px;
	position: relative;
	top: -1px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #8b0000;
}
.whole_block .page_title {
	border-bottom: 1px solid #000;
	margin: 0 0 55px 0;
	font-size: 24px;
}
.whole_block .page_title span {
	float: right;
	font-weight: bold;
	font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 18px;
	color: #8b0000;
}
.wholeList {
	display: flex;
	margin-bottom: 50px;
}
.wholeList > ul {
	text-align: center;
}
.wholeList > ul > li {
	display: inline-block;
	margin-right: 30px;
	width: 310px;
	float: left;
}
.wholeList.col4 > ul > li {
	margin-right: 22px;
	width: 230px;
}
.wholeList > ul > li a {
	display: block;
	color: #000;
}
.wholeList > ul > li:last-child {
	margin-right: 0;
}
.wholeList > ul > li .image {
	margin-bottom: 20px;
	overflow: hidden;
}
.wholeList > ul > li .image img {
	width: 100%;
}
.wholeList .head {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	padding-bottom: 8px;
	margin-bottom: 14px;
}
.wholeList > ul > li .desc .title {
	color: #000;
	font-size: 20px;
	justify-content: center;
	margin-bottom: 15px;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
}
.wholeList .desc {
	margin: 0 auto;
	text-align: center;
	color: #666;
	font-weight: bold;
	font-size: 14px;
}
.wholeList .desc.title {
	color: #000;
	font-size: 20px;
	justify-content: center;
	margin-bottom: 15px;
}
.wholeList .desc > p {
	text-align: left;
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 0.05em;
	line-height: 1.5;
}
.wholesales_detail .content_block {
	margin: 0 0 50px 0;
	line-height: 2;
}
.wholesales_detail .content_block .shop_img {
	margin: 0 0 60px 0;
	text-align: center;
}
.wholesales_detail .button_area {
	margin: 0 0 100px 0;
}
.wholesales_detail h3.page_title {
	font-size: 24px;
	font-weight: bold;
	border-bottom: 1px solid #000;
	margin-bottom: 50px;
}
.paper_area {
	display: table;
	margin: 0 auto;
}
.paper_area .paper {
	float: left;
	margin: 0 50px 50px 0;
	text-align: center;
}
.paper_area .paper:last-child {
	margin-right: 0;
}
.paper_area .paper.bnr {
	max-width: 320px;
}
.paper_area .paper .img {
	line-height: 1.5;
	margin: 0 0 20px 0;
}
.paper_area .paper span {
	color: #000;
	display: block;
}
.paper_area .caption {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	line-height: 2;
	color: #8b0000;
	line-height: 1;
}
.paper_area .caption span {
	font-size: 16px;
	color: #000;
	padding: 10px 0 0;
	font-weight: normal;
}
.image_gallery {
	margin: 0 0 50px 0;
}
.image_gallery li {
	float: left;
	margin: 10px;
	text-align: center;
	width: 470px;
}
.kaso.work .nav > ul > li:nth-child(4) > a,
.kaso.kaigyo .nav > ul > li:nth-child(5) > a,
.kaso.kodawari .nav > ul > li:nth-child(3) > a,
.kaso.company .nav > ul > li:nth-child(10) > a,
.kaso.voice .nav > ul > li:nth-child(7) > a,
.kaso.news .nav > ul > li:nth-child(8) > a {
	color: #8b0000;
}
#work_5233 .kasoTabmenu ul > li:nth-child(4) > a,
#work_4423 .kasoTabmenu ul > li:nth-child(3) > a,
#work_4416 .kasoTabmenu ul > li:nth-child(2) > a,
#work_4410 .kasoTabmenu ul > li:nth-child(1) > a,
#company_4469 .kasoTabmenu ul > li:nth-child(3) > a,
#company_4467 .kasoTabmenu ul > li:nth-child(2) > a,
#company_4465 .kasoTabmenu ul > li:nth-child(1) > a {
	color: #fff;
	background: rgba(139, 0, 0, 0.9);
	opacity: 1;
}
#work_5233 .kasoTabmenu ul > li:nth-child(4) > a span.icon,
#work_4423 .kasoTabmenu ul > li:nth-child(3) > a span.icon,
#work_4416 .kasoTabmenu ul > li:nth-child(2) > a span.icon,
#work_4410 .kasoTabmenu ul > li:nth-child(1) > a span.icon,
#history .kasoTabmenu ul > li:nth-child(3) > a span.icon,
#message .kasoTabmenu ul > li:nth-child(2) > a span.icon,
#company_4465 .kasoTabmenu ul > li:nth-child(1) > a span.icon {
	background: #fff;
	border: 2px solid #8b0000;
}
#work_5233 .kasoTabmenu ul > li:nth-child(4) > a span.icon::before,
#work_4423 .kasoTabmenu ul > li:nth-child(3) > a span.icon::before,
#work_4416 .kasoTabmenu ul > li:nth-child(2) > a span.icon::before,
#work_4410 .kasoTabmenu ul > li:nth-child(1) > a span.icon::before,
#history .kasoTabmenu ul > li:nth-child(3) > a span.icon::before,
#message .kasoTabmenu ul > li:nth-child(2) > a span.icon::before,
#company_4465 .kasoTabmenu ul > li:nth-child(1) > a span.icon::before {
	border-color: #8b0000 transparent transparent transparent;
}
#work_5233 .kasoTabmenu ul > li:nth-child(4) > a span.icon::after,
#work_4423 .kasoTabmenu ul > li:nth-child(3) > a span.icon::after,
#work_4416 .kasoTabmenu ul > li:nth-child(2) > a span.icon::after,
#work_4410 .kasoTabmenu ul > li:nth-child(1) > a span.icon::after,
#history .kasoTabmenu ul > li:nth-child(3) > a span.icon::after,
#message .kasoTabmenu ul > li:nth-child(2) > a span.icon::after,
#company_4465 .kasoTabmenu ul > li:nth-child(1) > a span.icon::after {
	border-color: #fff transparent transparent transparent;
}
.commentArticle > .desc {
	margin-bottom: 40px;
}
.commentArticle > .desc:last-child {
	margin-bottom: 0;
}
.commentArticle > .desc > .name {
	font-size: 20px;
	margin-bottom: 10px;
}
.commentArticle > .desc > .name > .inner {
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	line-height: 50px;
}
.commentArticle > .desc > .name > .inner .smoll {
	display: inline-block;
	margin-left: 5px;
	font-size: 16px;
	font-weight: normal;
}
.commentArticle > .desc > .name i {
	font-size: 50px;
	color: #a8a8a8;
	margin-right: 20px;
}
.commentArticle > .desc > .name > .date {
	font-size: 15px;
	margin-top: 5px;
	color: #666;
}
.commentArticle > .desc > .text {
	font-size: 16px;
	line-height: 1.8;
	margin: 0;
}
.iframe {
	height: 450px;
}
.title01 {
	width: 1000px;
	margin-top: 50px;
	font-size: 24px;
	font-weight: bold;
	border-bottom: 1px solid #000;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
}
body.wholesales.detail section {
	padding-bottom: 60px;
}
body.wholesales.detail .infoList ul {
	max-width: 1000px;
	position: static;
}
body.wholesales.detail .infoList li {
	width: 300px;
	margin: 0 15px;
}
.sampleDetail > li {
	margin-bottom: 80px;
}
.sampleDetail > li:last-child {
	margin-bottom: 20px;
}
.sampleDetail li a .image {
	display: inline-block;
	border-radius: 50%;
}
.sampleDetail > li > a > .image > img {
	opacity: 0;
}
.fa-external-link-alt {
	margin-left: 5px;
}
body#kodawari_4445 #kodawari_kanri_01 {
	padding-bottom: 100px;
}
.inner_box.smoll {
	max-width: 500px;
}
.inner_box.smoll .tit {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 16px;
}
.inner_box.smoll .clearfix {
	font-size: 0;
	box-sizing: border-box;
}
.inner_box.smoll .tel {
	width: 48%;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	margin-right: 4%;
}
.inner_box.smoll .tel > h3 {
	font-size: 13px;
	line-height: 25px;
	border: 1px solid #89030a;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	width: 100%;
	font-weight: normal;
	margin: 0 auto 10px auto;
	position: relative;
	text-align: center;
	background: #fff;
}
.inner_box.smoll .tel > h3:before {
	content: "";
	position: absolute;
	display: block;
	width: 8.5px;
	height: 8.5px;
	background: #fff;
	border-right: 1px solid #89030a;
	border-bottom: 1px solid #89030a;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	left: 50%;
	bottom: -5px;
}
.inner_box.smoll .tel > a {
	display: block;
	padding: 10px 0;
}
.inner_box.smoll .mail {
	display: inline-block;
	vertical-align: top;
	width: 48%;
}
.inner_box.smoll .mail > h3 {
	font-size: 13px;
	line-height: 25px;
	border: 1px solid #89030a;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	width: 100%;
	font-weight: normal;
	margin: 0 auto 10px auto;
	position: relative;
	text-align: center;
	background: #fff;
}
.inner_box.smoll .mail > h3:before {
	content: "";
	position: absolute;
	display: block;
	width: 8.5px;
	height: 8.5px;
	background: #fff;
	border-right: 1px solid #89030a;
	border-bottom: 1px solid #89030a;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	left: 50%;
	bottom: -5px;
}
.inner_box.smoll .mail > .button {
	width: 100%;
	box-sizing: border-box;
}
.inner_box.smoll .mail > .button > a {
	width: 100%;
	color: #fff;
	text-decoration: none;
	height: 40px;
	line-height: 40px;
	font-size: 13px;
}
.inner_box.smoll .mail > .button > a:before {
	top: 50%;
	margin-top: -5px;
	left: 10px;
	width: 7px;
	height: 7px;
}
.privacy_content > .privacy_top {
	counter-reset: privacy;
	text-align: left;
	margin-bottom: 30px;
}
.privacy_content > .privacy_top > dl {
	margin-bottom: 20px;
}
.privacy_content > .privacy_top > dl:last-child {
	margin-bottom: 0;
}
.privacy_content > .privacy_top > dl > dt {
	position: relative;
	padding-left: 1.2em;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 5px;
	line-height: 1;
}
.privacy_content > .privacy_top > dl > dt:before {
	counter-increment: privacy;
	content: counter(privacy) ". ";
	position: absolute;
	left: 0;
	top: 0;
}
.privacy_content > .privacy_top > dl > dd > .list {
	margin: 5px 0;
}
.privacy_content > .privacy_top > dl > dd > .list > li {
	position: relative;
	font-size: 14px;
	padding-left: 0.9em;
	margin-bottom: 3px;
}
.privacy_content > .privacy_top > dl > dd > .list > li:last-child {
	margin-bottom: 0;
}
.privacy_content > .privacy_top > dl > dd > .list > li:before {
	position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	background: #000;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	left: 0;
	top: 8px;
}
.privacy_content > .privacy_bottom > p {
	text-align: right;
}
.note01 {
	font-weight: normal;
	line-height: 1.5;
}
.note01 .title {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}
.note01 a {
	color: #8b0000;
	text-decoration: underline;
	width: auto;
	line-height: 1;
	height: auto;
}
.note01 .btn {
	line-height: 1;
	display: inline-block;
	position: relative;
	margin-top: 10px;
}
.note01 .btn input {
	background: 0;
	border: 1px solid #b4b4b4;
	width: 12px;
	height: 12px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-ms-border-radius: 0;
	display: inline-block;
	vertical-align: top;
	margin: 2px 5px 2px 0;
}
.note01 .btn label {
	display: inline-block;
	vertical-align: top;
}
.note01 .btn input:checked + label::before {
	content: "";
	position: absolute;
	width: 12px;
	height: 5px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	transform: rotate(135deg);
	left: 1px;
	top: 0;
}
.table01 {
	margin-bottom: 40px;
}
.table01:last-child {
	margin-bottom: 0;
}
.table01 > table {
	width: 100%;
	background: #fff;
}
.table01 > table > tbody > tr > th {
	padding: 5px 20px;
	background: #8b0000;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	width: 160px;
	text-align: left;
	border-bottom: 1px solid #fff;
}
.table01 > table > tbody > tr > td {
	border-bottom: 1px solid #000;
	padding: 15px;
}
.table01 > table > tbody > tr:first-child > td {
	border-top: 1px solid #000;
}
.tution_content ul li {
	margin-bottom: 10px;
}
.tution_content ul li:last-child {
	margin-bottom: 0;
}
.tution_content ul li a {
	color: #88030a;
	position: relative;
	text-decoration: underline;
	padding-left: 11px;
}
.tution_content ul li a:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-width: 6px;
	border-style: solid;
	border-color: transparent transparent transparent #88030a;
	left: 0;
	top: 3px;
}
.sitemapContent ul {
	text-align: center;
	font-size: 0;
}
.sitemapContent ul li {
	display: inline-block;
	font-size: 16px;
	margin-right: 20px;
	vertical-align: top;
	width: 23%;
}
.sitemapContent ul li:last-child {
	margin-right: 0;
}
.sitemapContent ul li dl {
	margin-bottom: 20px;
	text-align: left;
}
.sitemapContent ul li dl dt {
	font-size: 18px;
}
.sitemapContent ul li dl dt a {
	color: #9b0000;
}
.sitemapContent ul li dl dd {
	position: relative;
	padding-left: 15px;
	font-size: 14px;
	margin-bottom: 1px;
}
.sitemapContent ul li dl dd:before {
	content: "";
	position: absolute;
	background: #858585;
	width: 10px;
	height: 10px;
	left: 0;
	top: 5px;
}
.sitemapContent ul li dl dd a {
	color: #505050;
}
.from_button {
}
.from_button a {
	position: relative;
	display: block;
	max-width: 380px;
	margin: 0 auto;
	height: 66px;
	color: #fff;
	text-align: center;
	background-image: -webkit-linear-gradient(#a44 0, #8d0505 100%);
	line-height: 66px;
	letter-spacing: 0.2em;
	border-radius: 5px;
	font-size: 16px;
	background-image: -ms-linear-gradient(#a44 0, #8d0505 100%);
}
.top_banner {
	text-align: center;
	width: calc(100% - 30px);
	margin: 0 auto;
}
@media screen and (min-width: 767px) {
	.top_banner {
		width: 100%;
	}
}
.top_banner img {
	max-width: 460px;
	padding: 0 20px 20px 20px;
}
@media screen and (max-width: 460px) {
	.top_banner img {
		max-width: 90%;
	}
}

@media screen and (min-width: 767px) {
	.drop_menu_online_item li:nth-child(1) {
		border-left: 0 solid #fff;
	}
}

@media screen and (min-width: 767px) {
	.drop_menu_online_item li:last-child,
	.drop_menu_company_item li:last-child {
		border-right: 0 solid #fff;
	}

	.drop_menu_online_item {
		display: flex;
	}

	.drop_menu_online_item li {
		width: 50%;
		border-right: 1px solid #fff;
		padding: 0 10px;
	}
}

/* 20250722追加 */
section#topics {
	background: #f5f5f2;
	padding: 15px 0;
}
@media (min-width: 768px) {
	section#topics {
		padding: 30px 0;
	}
}
.topics-inner {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
}
@media (min-width: 768px) {
	.topics-inner {
		display: flex;
		justify-content: center;
		gap: 30px;
	}
}
.topics-title {
	font-size: 16px;
	font-weight: 700;
	color: #8b0000;
	flex-shrink: 0;
}
@media (min-width: 768px) {
	.topics-title {
		font-size: 18px;
		border-right: 3px solid #8b0000;
		padding-right: 30px;
		display: flex;
		align-items: center;
	}
}

@media (max-width: 767px) {
	.topics-list li {
		border-top: 1px solid #ccc;
		padding-top: 0.5em;
		margin-top: 0.5em;
	}
}
@media (min-width: 768px) {
	.topics-list li:not(:last-child) {
		border-bottom: 1px solid #ccc;
		padding-bottom: 0.5em;
		margin-bottom: 0.5em;
	}
}
.topics-list a {
	color: #000;
}
.topics-list a:hover {
	color: #8b0000;
}
.topics-list .article-title {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	word-break: break-word;
}
@media (min-width: 768px) {
	.topics-list .article-title {
		-webkit-line-clamp: 1; /* 1行まで */
		max-width: 817px; /* 50文字相当 */
	}
}
@media (max-width: 767px) {
	.topics-list .article-title {
		-webkit-line-clamp: 2; /* 2行まで */
		/* max-width: 40ch; */
		font-size: 14px;
	}
}
.top_banner-list {
	max-width: 1050px;
	margin: 0 auto 20px;
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
	.top_banner-list {
		gap: 10px;
	}
}
.top_banner-list img {
	max-width: 100%;
	padding: 0;
}
