#hero {
	height: 100%;
	background-color: #ca0000;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

#hero .logo {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 300px;
	width: 440px;
	margin: auto
}

#hero .scroll-button {
	display: inline;
	padding: 15px;
	left: 50%;
	position: absolute;
	top: auto;
	bottom: 50px;
	opacity: 1;
	transform: translateX(-50%);
	transition: opacity 300ms cubic-bezier(.215,.61,.355,1);
	color: #fff;
	font-size: 12px;
	font-family: 'Merriweather',sans-serif
}

#hero .scroll-button::after {
	content: "";
	left: 50%;
	position: absolute;
	top: auto;
	bottom: -20px;
	background-color: #fff;
	height: 20px;
	margin: 0 0 0 -.5px;
	width: 1px;
	animation: btnScrollBar 1000ms 0s infinite normal cubic-bezier(.645,.045,.355,1) backwards
}

@media screen and (max-width:640px) {
	#hero .logo {
		width: 200px;
		height: 229px;
		padding-top: 20px
	}
}

#hero-message {
	text-align: center;
	font-size: 18px;
	color: #fff;
	background-color: #ca0000;
	padding: 25px 15px;
}

#hero-message strong {
	font-weight: normal;
	display: inline-block;
	background-color: rgba(255,255,255,0.1);
	padding: 7px 10px;
	margin: 0 8px;
	border-radius: 2px
}

@media screen and (max-width:640px) {
	#hero-message {
		font-size: 16px;
		padding: 15px;
		line-height: 1.6em
	}

	#hero-message strong {
		padding: 3px 7px
	}
}

#home .news .title {
	margin: 30% 0 0 0
}

#home .news .title-en {
	font-family: 'Merriweather',sans-serif;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 12px
}

#home .news .title-jp {
	font-size: 16px;
	text-align: center
}

#home .news .news-body {
	display: -ms-flexbox;
	display: flex
}

#home .news .news-body-left {
	width: 240px
}

#home .news .news-body-right {
	-ms-flex: 1;
	flex: 1
}

@media screen and (max-width:640px) {
	#home .news .news-body {
		display: block
	}

	#home .news .title {
		margin-top: 7px
	}

	#home .news .news-body-left {
		width: 100%;
		margin-bottom: 8px
	}
}

#home .history {
	background: url("../img/home/history-bg.jpg") no-repeat center center;
	background-size: cover;
}

#home .history .title {
	width: 210px;
	margin: 70px auto
}

#home .point {
	text-align: center;
}

#home .point .title {
	margin-bottom: 65px
}

#home .point .text {
	font-size: 16px;
	margin-bottom: 33px;
	line-height: 2em
}

#home .point .point-image01 {
	background: url("../img/home/point_bg01.jpg") no-repeat center center;
	background-size: cover
}

#home .point .point-image02 {
	background: url("../img/home/point_bg02.jpg") no-repeat center center;
	background-size: cover
}

#home .point .point-image03 {
	background: url("../img/home/point_bg03.jpg") no-repeat center center;
	background-size: cover
}

@media screen and (max-width:640px) {
	#home .point .title {
		margin-bottom: 20px;
	}

	#home .point .title > img {
		transform: scale(.8)
	}

	#home .point .point-image01,#home .point .point-image02,#home .point .point-image03 {
		height: 200px
	}
}

#home .lineup .item-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
}

@media screen and (max-width:800px) {
	#home .lineup .item-list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

@media screen and (max-width:400px) {
	#home .lineup .item-list {
		display: block
	}
}

#home .lineup .item {
	width: 15%;
	max-width: 15%;
}

@media screen and (max-width:800px) {
	#home .lineup .item {
		min-width: 200px;
		margin-bottom: 30px
	}
}

@media screen and (max-width:470px) {
	#home .lineup .item {
		width: 100%;
		min-width: 100%
	}
}

#home .lineup .item .title {
	display: block;
	background-color: #ca0000;
	color: #fff;
	padding: 15px 7px;
	text-align: center
}

#home .lineup .item .title .name {
	display: block;
	font-size: 14px;
	margin-bottom: 7px
}

#home .lineup .item .title .name-en {
	display: block;
	font-family: fontFamilyMain;
	font-size: 10px
}

#home .lineup .item .picture {
	display: block;
	height: 200px;
	background-color: #eee;
	background-position: center center;
	background-size: cover;
}

#home .lineup .item .picture.awamori {
	background-image: url("../img/common/drink-awamori.jpg")
}

#home .lineup .item .picture.beer {
	background-image: url("../img/common/drink-beer.jpg")
}

#home .lineup .item .picture.wine {
	background-image: url("../img/common/drink-wine.jpg")
}

#home .lineup .item .picture.yoshu {
	background-image: url("../img/common/drink-yoshu.jpg")
}

#home .lineup .item .picture.nihonshu {
	background-image: url("../img/common/drink-nihonshu.jpg")
}

#home .lineup .item .picture.awamori {
	background-image: url("../img/common/drink-awamori.jpg")
}

#home .lineup .item .picture.shochu {
	background-image: url("../img/common/drink-shochu.jpg")
}

#home .specialthanks .thanks-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#home .specialthanks .thanks-list > a {
	display: block;
	padding: 60px 0;
	color: #fff;
	width: 30%;
	min-width: 30%;
	background-color: #ccc;
	text-align: center;
	background-size: cover;
	background-position: center center;
}

#home .specialthanks .thanks-list > a.okinawaya {
	background-image: url("../img/home/thanks-okinawaya.jpg")
}

#home .specialthanks .thanks-list > a.unizon {
	background-image: url("../img/home/thanks-unizon.jpg")
}

#home .specialthanks .thanks-list > a.mashiki {
	background-image: url("../img/home/thanks-mashiki.jpg")
}

@media screen and (max-width:640px) {
	#home .specialthanks .thanks-list {
		-ms-flex-direction: column;
		flex-direction: column
	}

	#home .specialthanks .thanks-list > a {
		width: 100%;
		max-width: 100%;
		margin-bottom: 20px
	}
}

#about .coverimage .image {
	background-image: url("../img/mdfb/cover-bg-20191029.jpg")
}

#about .sectiontitle {
	position: relative;
	margin-top: -140px;
	display: inline-block;
	padding: 60px 7%;
	background-color: #ca0000;
	max-width: 700px;
}

#about .sectiontitle .title {
	color: #fff;
	font-size: 18px;
	letter-spacing: .2em;
	border: 1px solid #fff;
	padding: 7px;
	display: inline-block
}

#about .sectiontitle .text {
	color: #fff;
}

#about .sectiontitle .text .module--h2 {
	color: #fff
}

@media screen and (max-width:800px) {
	#about .sectiontitle {
		padding: 23px;
		margin-top: -70px
	}

	#about .sectiontitle .title {
		position: relative;
		padding: 7px;
		font-size: 16px;
		display: inline-block
	}

	#about .sectiontitle .text {
		padding: 0
	}
}

#about .guide {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 110px 0;
}

#about .guide.end {
	border-bottom: none
}

#about .guide .image {
	min-width: 50%;
	height: 350px;
	background-color: #eee;
	background-position: center center;
	background-size: cover
}

#about .guide .image-01 {
	background-image: url("../img/mdfb/guide-image01.jpg")
}

#about .guide .image-02 {
	background-image: url("../img/mdfb/guide-image02.jpg")
}

#about .guide .image-03 {
	background-image: url("../img/mdfb/guide-image03.jpg")
}

#about .guide .text {
	padding: 15px 7% 15px 0
}

#about .guide .category {
	color: #ca0000;
	display: inline-block;
	position: relative;
	font-size: 26px;
	padding-bottom: 7px;
	border-bottom: 2px solid #ca0000
}

@media screen and (max-width:640px) {
	#about .guide {
		display: block;
		margin: 0 0 70px 0
	}

	#about .guide .text {
		padding: 25px 0 0 0
	}

	#about .guide .category {
		font-size: 20px
	}

	#about .guide .image {
		height: 200px
	}
}

#about .guide-result {
	text-align: center;
	padding: 7%;
	text-align: center;
	background-color: #f8f8f8;
}

#about .guide-result .image > img {
	width: 300px;
	margin-bottom: 30px
}

#about .guide-result .timeing {
	display: inline-block;
	border: 1px solid #393b42;
	padding: 12px 15px;
	max-width: 400px;
	margin: 0 7px 16px 7px;
	text-align: center;
	line-height: 1.7;
}

@media screen and (max-width:800px) {
	#about .guide-result .timeing {
		width: 100%;
		box-sizing: border-box
	}
}

#about .drinklist {
	margin-bottom: 120px;
}

#about .drinklist .list {
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 70px 0;
	background-color: #2a2c33
}

#about .drinklist .list.end {
	margin-bottom: 0
}

#about .drinklist .text {
	padding: 7%;
	text-align: center
}

#about .drinklist .title {
	margin: 0 0 40px 0
}

#about .drinklist .name {
	display: block;
	text-align: center;
	padding: 0 0 10px 0;
	font-size: 14px
}

#about .drinklist .number {
	display: inline-block;
	text-align: center;
	padding: 15px;
	font-size: 22px;
	border-bottom: 1px solid #999;
	margin: 0 auto;
}

#about .drinklist .number strong {
	font-weight: normal;
	font-size: 32px;
	padding-right: 5px;
	position: relative;
	top: 1px
}

#about .drinklist .image {
	min-width: 30%;
	min-height: 300px;
	background-color: #eee;
	background-position: center center;
	background-size: cover;
}

#about .drinklist .image.awamori {
	background-image: url("../img/common/drink-awamori.jpg")
}

#about .drinklist .image.beer {
	background-image: url("../img/common/drink-beer.jpg")
}

#about .drinklist .image.wine {
	background-image: url("../img/common/drink-wine.jpg")
}

#about .drinklist .image.yoshu {
	background-image: url("../img/common/drink-yoshu.jpg")
}

#about .drinklist .image.nihonshu {
	background-image: url("../img/common/drink-nihonshu.jpg")
}

#about .drinklist .image.awamori {
	background-image: url("../img/common/drink-awamori.jpg")
}

#about .drinklist .image.shochu {
	background-image: url("../img/common/drink-shochu.jpg")
}

@media screen and (max-width:800px) {
	#about .drinklist {
		padding: 7%
	}

	#about .drinklist .title {
		margin-bottom: 25px
	}

	#about .drinklist .list {
		display: block
	}

	#about .drinklist .image {
		height: 200px;
		min-height: auto;
		min-width: auto
	}

	#about .drinklist .name {
		font-size: 20px
	}

	#about .drinklist .number {
		font-size: 17px;
		padding: 7px;
	}

	#about .drinklist .number strong {
		font-size: 24px
	}
}

@-moz-document url-prefix() {
	#about .drinklist .text {
		padding: 40px 7%
	}
}

#corporate .philosophy .point {
	padding: 15px 30px;
	border: 2px solid #ddd;
	line-height: 2em;
	font-size: 16px
}

#corporate .philosophy .point-list {
	padding: 7px 0
}

#corporate .philosophy .point > h3 {
	font-size: 20px;
	padding: 10px 0;
	font-family: 'Merriweather',sans-serif;
	text-align: center
}

#corporate .philosophy .point-list > span {
	color: #ca0000;
	padding-right: 7px;
	font-weight: bold
}

#corporate .info {
	background-image: url("../img/coporate/info-bg.jpg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top center;
}

#corporate .info .memo {
	text-align: center;
	margin-top: 50px;
	padding: 20px;
	border: 2px solid #d53733;
	color: #d53733;
	line-height: 1.6
}

#corporate .info .chart {
	text-align: center;
	max-width: 600px;
	margin: 0 auto
}

#corporate .board {
	background-image: url("../img/coporate/board-bg.jpg");
	background-size: cover;
	background-position: center center;
}

#corporate .board .message {
	padding: 0 0 0 50%
}

#corporate .board .profile {
	line-height: 1.7;
	font-size: 12px
}

@media screen and (max-width:720px) {
	#corporate .board {
		background-image: url("../img/coporate/board-bg-sp.jpg");
		background-position: center bottom;
		background-size: contain;
		background-repeat: no-repeat
	}

	#corporate .board .message {
		padding: 0
	}

	#corporate .board .profile {
		padding-bottom: 500px
	}
}

@media screen and (max-width:430px) {
	#corporate .board .profile {
		padding-bottom: 250px
	}
}

#corporate .workstyle .left {
	background-image: url("../img/coporate/workstyle-01.jpg")
}

#corporate .workstyle .center {
	background-image: url("../img/coporate/workstyle-02.jpg")
}

#corporate .workstyle .right {
	background-image: url("../img/coporate/workstyle-03.jpg")
}

#corporate .coverimage .image {
	background-image: url("../img/coporate/cover-bg.jpg")
}

#corporate .office .list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 70px 0;
}

#corporate .office .list.end {
	margin-bottom: 0
}

#corporate .office .list .map {
	width: 400px;
	background-color: #eee
}

#corporate .office .list .detail {
	padding: 0 0 0 50px
}

@media screen and (max-width:640px) {
	#corporate .office .list {
		-ms-flex-direction: column;
		flex-direction: column;
	}

	#corporate .office .list .map {
		position: relative;
		overflow: hidden;
		height: 210px;
		width: 100%;
	}

	#corporate .office .list .map > iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%
	}

	#corporate .office .list .detail {
		padding: 30px 0 0 0
	}
}

#recruit {
	background-color: #ca0000
}

#recruit .coverimage {
	background-color: #ca0000;
	position: relative;
}

#recruit .coverimage .image {
	background-image: url("../img/recruit/cover-bg.jpg");
	background-position: center bottom;
	opacity: .5
}

#recruit .coverimage .text {
	position: absolute;
	height: 100px;
	background: none;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	color: #fff;
	text-align: center;
}

#recruit .coverimage .text > h2 {
	font-size: 28px;
	letter-spacing: .3em;
	margin-bottom: 15px
}

#recruit .coverimage .text > h1 {
	font-size: 72px;
	font-family: 'Merriweather',sans-serif
}

#recruit .coverimage .text > p {
	font-size: 60px;
	margin-top: 10px;
	font-family: 'Merriweather',sans-serif
}

@media screen and (max-width:640px) {
	#recruit .coverimage .text > h2 {
		font-size: 14px
	}

	#recruit .coverimage .text > h1 {
		font-size: 36px
	}

	#recruit .coverimage .text > p {
		font-size: 30px
	}
}

#recruit .point ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between
}

#recruit .point li {
	width: 29%;
	box-sizing: border-box;
	font-size: 16px;
	padding: 50px 20px;
	margin: 0 0 20px 0;
	border: 1px solid #fff;
	text-align: center;
	border-radius: 4px;
}

#recruit .point li .fa {
	color: #fff;
	font-size: 54px;
	margin-bottom: 26px
}

#recruit .point li .text {
	display: block;
	color: #fff;
	line-height: 1.7em
}

@media screen and (max-width:640px) {
	#recruit .point ul {
		-ms-flex-direction: column;
		flex-direction: column
	}

	#recruit .point li {
		width: 100%;
		margin: 0 0 20px 0;
		padding: 30px 20px
	}
}

#recruit .workstyle .left {
	background-image: url("../img/recruit/workstyle-01.jpg")
}

#recruit .workstyle .center {
	background-image: url("../img/recruit/workstyle-02.jpg")
}

#recruit .workstyle .right {
	background-image: url("../img/recruit/workstyle-03.jpg")
}

#recruit .workstyle2 {
	background-image: url("../img/recruit/workstyle-04.jpg");
	background-position: bottom center
}

#recruit .job .list {
	padding: 7% 7% 7% 7%;
	background-color: #fff;
	position: relative;
	margin-top: 40px;
	transition: .3s ease-in-out;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1)
}

#recruit .job .name {
	cursor: pointer;
	margin-bottom: 40px;
	text-align: center
}

#recruit .job .type {
	display: inline-block;
	background-color: #e5e6ea;
	padding: 5px 7px;
	font-size: 18px;
	margin-left: 10px;
	border-radius: 2px;
	color: #393b42;
	position: relative;
	top: -1px;
	line-height: 1em
}

#recruit .job .title {
	font-size: 24px;
	margin-bottom: 20px;
	line-height: 1.7em;
	padding: 0 12px 20px 12px;
	border-bottom: 1px solid #393b42;
	display: inline-block
}

#recruit .job .description {
	line-height: 1.6em;
	font-size: 17px
}

#recruit .job .button {
	padding: 15px 0;
	background-color: #d53733;
	text-align: center;
	width: 200px;
	cursor: pointer;
	margin: 0 auto;
	color: #fff;
	border-radius: 6px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1)
}

#recruit .job .button:hover {
	opacity: .9
}

#recruit .job .more {
	margin: 20px 0 0 0;
	display: none
}

#recruit .job .fresh {
	padding: 50px;
	color: #fff;
	text-align: center;
	margin: 60px 0 0 0;
	background-size: cover;
	background-color: #b60000;
	background-position: center center;
}

#recruit .job .fresh .title-en {
	font-size: 40px;
	font-family: 'Merriweather',sans-serif;
	margin-bottom: 20px
}

#recruit .job .fresh .title-jp {
	font-size: 16px;
	margin-bottom: 10px
}

#recruit .job .fresh .text {
	font-size: 14px;
	line-height: 1.6
}

@media screen and (max-width:640px) {
	#recruit .job .title {
		font-size: 18px
	}

	#recruit .job .type {
		font-size: 14px
	}

	#recruit .job .description {
		font-size: 14px
	}

	#recruit .job .name {
		margin-bottom: 17px
	}

	#recruit .job .more table.module--table-normal td {
		width: 100%;
		display: block;
		padding: 0 5px 15px 5px
	}

	#recruit .job .more table.module--table-normal th {
		width: 100%;
		display: block;
		padding: 15px 5px 0 5px
	}

	#recruit .job .fresh .title-en {
		font-size: 24px
	}
}

#recruit .flow {
	text-align: center;
	background-image: url("../img/recruit/workstyle-04.jpg");
	background-position: bottom center;
	background-size: cover;
}

#recruit .flow .step {
	border-bottom: 1px solid #fff;
	color: #fff;
	padding: 15px 0;
	font-size: 16px;
	display: inline-block;
	max-width: 600px;
	margin: 0 auto 0 auto
}

#recruit .flow .vector {
	margin: 24px 0 15px;
	color: #fff;
	font-size: 20px
}

#recruit .send .address {
	padding: 30px;
	background-color: #eee;
	font-size: 18px;
	line-height: 1.8em;
	margin-bottom: 40px;
	text-align: center
}

#recruit .send .to strong {
	font-size: 22px;
	color: #d53733
}

#recruit .send .must {
	font-size: 14px;
	margin-top: 15px
}

#recruit .send .message {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 40px;
}

#recruit .send .message .picture {
	width: 150px
}

#recruit .send .message .face {
	background-color: #ccc;
	border-radius: 200px;
	width: 150px;
	height: 150px;
	margin: 10px 0 0 0;
	background: url("../img/recruit/message-tanto.jpg") no-repeat center center;
	background-size: cover
}

#recruit .send .message .text {
	margin: 0 0 0 30px
}

@media screen and (max-width:640px) {
	#recruit .send .message {
		-ms-flex-direction: column;
		flex-direction: column;
	}

	#recruit .send .message .picture {
		margin: 0 auto 12px auto
	}

	#recruit .send .message .text {
		margin: 0
	}

	#recruit .send .to strong {
		font-size: 16px
	}

}

#news .coverimage .image {
	background-image: url("../img/common/cover-bg.jpg")
}

#news .news-list {
	display: -ms-flexbox;
	display: flex;
	margin: 50px 0 0 0;
}

#news .news-list .thumbnail > a {
	display: block;
	height: 220px;
	min-width: 300px;
	background-color: #ccc
}

#news .news-list .text {
	margin: 0 0 0 40px
}

#news .news-list .descriotion {
	line-height: 1.7em;
	margin: 0 0 12px 0
}

#news .news-list .module--h2 {
	padding: 0
}

#news .localnav {
	text-align: center;
	margin-top: 70px;
}

#news .localnav > div {
	display: inline-block
}

#news .localnav > div > a {
	display: inline-block;
	padding: 17px 20px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	border-radius: 7px;
	margin: 0 15px
}

#news .post-head {
	text-align: center;
	margin: 70px 0 70px 0;
}

#news .post-head .blog-title {
	border-bottom: 1px solid #393b42;
	padding: 0 15px 30px 15px;
	display: inline-block;
	font-size: 30px
}

@media screen and (max-width:640px) {
	#news .post-head {
		margin: 80px 0 30px 0
	}

	#news .post-head .blog-title {
		font-size: 24px;
		padding: 0 15px 20px 15px
	}

	#news .post-head .blog-date {
		font-size: 14px;
		margin: 0 0 15px 0
	}
}

#contact .coverimage .image {
	background-image: url("../img/common/cover-bg.jpg")
}

#contact .formmain {
	max-width: 500px;
	padding: 7%;
	box-sizing: border-box;
	background-color: #fff;
}

#contact .formmain .form {
	margin-bottom: 40px
}

#contact .formmain .mw_wp_form .error {
	background-color: #d53733;
	color: #fff;
	padding: 10px 15px;
	position: relative;
	margin-top: 9px;
	border-radius: 3px
}

#contact .formmain .mw_wp_form .error:after {
	bottom: 100%;
	left: 30px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136,183,213,0);
	border-bottom-color: #d53733;
	border-width: 12px;
	margin-left: -12px
}

@keyframes btnScrollBar {
	0% {
		transform: scaleY(0);
		transform-origin: center top
	}

	49% {
		transform: scaleY(1);
		transform-origin: center top
	}

	50% {
		transform: scaleY(1);
		transform-origin: center bottom
	}

	100% {
		transform: scaleY(0);
		transform-origin: center bottom
	}
}

.mdfd-list{
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
}
.mdfd-list li{
	width: 22%;
	margin-top: 40px;
}
.mdfd-list li:nth-child(4n){
	margin-right: 0px;
}
.mdfd-list li img{
	width: 100%;
}
.mdfd-list li p{
	padding-top: 20px;
	font-size: 14px;
	text-align: center;
}
@media screen and (max-width:640px) {
	.mdfd-list li{
		width: 46%;
		margin-top: 40px;
	}
	
}
/*# sourceMappingURL=page.css.map */
