@charset 'utf-8';

/*---------------------------------------------------------------------- */
/* Top Styles
------------------------------------------------------------------------ */

/* Utillities
---------------------------------------------------------- */

/* Animation --------------------------------- */

.fadein {
	opacity: 0;
	transform: translate(0, 50px);
	transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) .1s;
}

.fadein.inview {
	opacity: 1;
	transform: translate(0, 0);
}

/* Path --------------------------------- */

.path {
	margin-bottom: 0;
	padding: 0 0 0 102px;
	width: 920px;
	pointer-events: none;
}

/* Article --------------------------------- */

.article-header {
	padding: 75px 0 85px 0;
	background: url(../img/top/img01-pc.jpg) no-repeat center center;
	background-size: cover;
	box-sizing: border-box;
}

.article-header .unit01 {
	margin: 0 auto;
	padding-top: 60px;
	width: 596px;
	height: 472px;
	background: rgba(255, 255, 255, .7);
	border-radius: 20px;
	box-sizing: border-box;
	text-align: center;
}

.article-header .unit01 > .title {
	margin: 0 auto 45px auto;
	width: 368px;
}

.article-header .unit01 > .txt {
	line-height: 2;
	font-size: 1.6rem;
	letter-spacing: .1em;
}

.article-header .unit01 > .txt + .txt {
	margin-top: 20px;
}

.article-content {
	padding-top: 0;
}

/* Section --------------------------------- */

.section-header,
.section-content {
	width: auto;
}

.section-header > .title {
	color: inherit;
}

/* Layout
---------------------------------------------------------- */

#main {
	position: relative;
	background: url(../img/bg02.jpg);
}

#main:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 445px;
	background: url(../img/bg01.jpg);
	content: '';
}

#main-content {
	position: relative;
	z-index: 1;
}

/* #main-visual */

#main-visual {
	display: flex;
	flex-flow: column;
	position: relative;
	z-index: 1;
	margin: 0 auto 100px auto;
	padding: 60px 0 0 0;
	width: 920px;
}

#main-visual .title {
	order: 1;
	position: absolute;
	top: 40px;
	left: 25px;
	z-index: 1;
	width: 346px;
	height: 251px;
}

#main-visual .path {
	order: 3;
}

#main-visual .slides {
	order: 2;
	align-self: flex-end;
	width: 818px;
	transition-delay: .3s;
}

#main-visual .slick-dots {
	justify-content: flex-end;
	bottom: 0;
}

/* .block-10th */

.block-10th {
	display: flex;
	align-items: center;
	position: relative;
	margin: 78px auto 75px auto;
	padding: 32px 20px 32px 40px;
	width: 800px;
	box-sizing: border-box;
}

.block-10th:before,
.block-10th:after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100%;
	content: '';
}

.block-10th:before {
	top: 0;
	background-image: url(../img/top/line01.png);
}

.block-10th:after {
	bottom: 0;
	background-image: url(../img/top/line02.png);
}

.block-10th > dt {
	width: 66px;
}

.block-10th > dd {
	margin-left: 30px;
	line-height: 2;
	font-size: 1.3rem;
	letter-spacing: .1em;
}

/* #section-topics */

#section-topics {
	padding: 90px 0 80px 0;
	background: url(../img/bg01.jpg);
}

#section-topics .section-header > .title {
	margin: 0 auto 35px auto;
	width: 135px;
	height: 67px;
	line-height: 67px;
	background: url(../img/top/line03.png) no-repeat left top;
	background-size: 100%;
	font-size: 2rem;
	text-align: center;
	letter-spacing: .3em;
}

#section-topics .block-topics {
	display: flex;
	flex-flow: row wrap;
	margin: 0 auto;
	width: 590px;
	line-height: 2.3;
	font-size: 1.4rem;
	letter-spacing: .1em;
}

#section-topics .block-topics > dt {
	width: 108px;
}

#section-topics .block-topics > dd {
	width: 482px;
}

#section-topics .block-topics > dd a {
	text-decoration: underline;
}

#section-topics .block-topics > dd a:hover,
#section-topics .block-topics > dd a:focus {
	text-decoration: none;
}

/* #section-business */

#section-business {
	display: flex;
	flex-flow: row-reverse nowrap;
}

#section-business .section-header {
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	width: 50%;
	background: #8d6649;
	color: #fff;
}

#section-business .section-header > .title {
	margin-bottom: 18px;
	font-size: 2.3rem;
	letter-spacing: .15em;
}

#section-business .section-header > .txt {
	margin-bottom: 25px;
	width: 330px;
	font-size: 1.4rem;
	text-align: justify;
	text-justify: inter-ideograph;
	letter-spacing: .1em;
}

#section-business .section-header > .link {
	width: 330px;
}

#section-business .section-header > .link > .btn-detail {
	display: block;
	width: 192px;
	height: 53px;
	overflow: hidden;
}

#section-business .section-header > .link > .btn-detail:hover > img,
#section-business .section-header > .link > .btn-detail:focus > img {
	transform: translateY(-50%);
}

#section-business .section-content {
	width: 50%;
}

#section-business .section-content > .img {
	width: 100%;
}

/* #section-products */

#section-products {
	margin: 0 auto;
	padding-top: 105px;
	width: 900px;
}

#section-products .section-header > .title {
	margin: 0 auto 100px auto;
	width: 591px;
	background: url(../img/top/line04.png) no-repeat center center;
	background-size: 100%;
	font-size: 2.5rem;
	text-align: center;
	letter-spacing: .1em;
}

#section-products .block-paper {
	display: flex;
	flex-flow: column;
	align-items: center;
	margin-bottom: 142px;
}

#section-products .block-paper > .unit01 {
	align-self: flex-end;
	position: relative;
}

#section-products .block-paper > .unit01 > .title {
	position: absolute;
	top: 82px;
	left: -90px;
	z-index: 2;
	width: 165px;
}

#section-products .block-paper > .unit01 > .img {
	width: 700px;
}

#section-products .block-paper > .unit02 {
	align-self: flex-start;
	position: relative;
	z-index: 1;
	margin: -120px 0 0 18px;
	padding: 40px 50px 50px 50px;
	width: 387px;
	min-height: 352px;
	background: #8d7200;
	box-sizing: border-box;
	color: #fff;
}

#section-products .block-paper > .unit02 > dt {
	margin-bottom: 20px;
	padding-bottom: 15px;
	background: url(../img/top/line05.png) no-repeat left bottom;
	background-size: 100%;
	font-size: 2.3rem;
	letter-spacing: .1em;
}

#section-products .block-paper > .unit02 > dd {
	font-size: 1.4rem;
	text-align: justify;
	text-justify: inter-ideograph;
	letter-spacing: .1em;
}

#section-products .block-paper > .unit03 {
	align-self: flex-end;
	position: relative;
	z-index: 1;
	margin: -140px 40px 0 0;
}

#section-products .block-paper > .unit03 > .img {
	width: 402px;
}

#section-products .block-paper > .unit03 > .link {
	position: absolute;
	left: -183px;
	bottom: 20px;
	width: 240px;
}

#section-products .block-paper > .unit04 {
	margin-top: 121px;
}

#section-products .block-paper > .unit04 > .img {
	width: 740px;
}

#section-products .block-coffee {
	display: flex;
	flex-flow: column;
	align-items: center;
}

#section-products .block-coffee > .unit01 {
	align-self: flex-start;
	position: relative;
}

#section-products .block-coffee > .unit01 > .title {
	position: absolute;
	top: 60px;
	z-index: 2;
	right: -141px;
	width: 206px;
}

#section-products .block-coffee > .unit01 > .img {
	width: 699px;
}

#section-products .block-coffee > .unit02 {
	align-self: flex-end;
	position: relative;
	z-index: 1;
	margin: -122px 15px 0 0;
	padding: 40px 50px 50px 50px;
	width: 387px;
	min-height: 318px;
	background: #8d6649;
	box-sizing: border-box;
	color: #fff;
}

#section-products .block-coffee > .unit02 > dt {
	margin-bottom: 20px;
	padding-bottom: 15px;
	background: url(../img/top/line06.png) no-repeat left bottom;
	background-size: 100%;
	font-size: 2.3rem;
	letter-spacing: .1em;
}

#section-products .block-coffee > .unit02 > dd {
	font-size: 1.4rem;
	letter-spacing: .1em;
	word-break: break-all;
}

#section-products .block-coffee > .unit03 {
	align-self: flex-start;
	position: relative;
	z-index: 1;
	margin: -106px 0 0 40px;
}

#section-products .block-coffee > .unit03 > .img {
	width: 402px;
}

#section-products .block-coffee > .unit03 > .link {
	position: absolute;
	left: 437px;
	bottom: 18px;
	width: 240px;
}



/*---------------------------------------------------------------------- */
/* 767px SmartPhone Styles
------------------------------------------------------------------------ */

@media screen and (max-width: 767px) {

/* Utillities
---------------------------------------------------------- */

/* Path --------------------------------- */

.path {
	margin: 0;
	padding: 0;
	width: auto;
}

/* Article --------------------------------- */

.article-header {
	padding: 40px 20px;
	height: auto;
	background-image: url(../img/top/img01-sp.jpg);
}

.article-header .unit01 {
	padding-top: 22px;
	width: auto;
	height: 363px;
	border-radius: 16px;
}

.article-header .unit01 > .title {
	margin-bottom: 25px;
	width: 196px;
}

.article-header .unit01 > .txt {
	line-height: 1.9;
	font-size: 1.2rem;
}

/* Section --------------------------------- */

.section-header,
.section-content {
	margin: 0;
}

/* Layout
---------------------------------------------------------- */

#main:before {
	top: 0;
	height: 172px;
}

/* #main-visual */

#main-visual {
	margin-bottom: 20px;
	padding: 40px 0 0 0;
	width: 280px;
}

#main-visual .title {
	top: 10px;
	left: 5px;
	width: 237px;
	height: 46px;
	background: url(../img/top/title-sp.png) no-repeat left top;
	background-size: 100%;
}

#main-visual .title img {
	display: none;
}

#main-visual .slides {
	align-self: center;
	width: 100%;
}

#main-visual .slick-dots {
	bottom: 10px;
}

/* .block-10th */

.block-10th {
	flex-flow: column;
	margin: 30px 20px;
	padding: 30px 0 25px 0;
	width: auto;
}

.block-10th:before {
	background-image: url(../img/top/line01-sp.png);
}

.block-10th:after {
	background-image: url(../img/top/line02-sp.png);
}

.block-10th > dt {
	margin-bottom: 20px;
	width: 63px;
}

.block-10th > dd {
	margin-left: 0;
	line-height: 1.9;
	font-size: 1.2rem;
}

/* #section-topics */

#section-topics {
	padding: 30px 0 40px 0;
}

#section-topics .section-header > .title {
	margin-bottom: 20px;
	width: 90px;
	height: 45px;
	line-height: 45px;
	font-size: 1.2rem;
}

#section-topics .block-topics {
	flex-flow: column;
	margin: 0 20px -22px 20px;
	width: auto;
	line-height: 1.9;
	font-size: 1.2rem;
}

#section-topics .block-topics > dt {
	width: 100%;
}

#section-topics .block-topics > dd {
	margin-bottom: 22px;
	width: 100%;
}

/* #section-business */

#section-business {
	flex-flow: column-reverse;
}

#section-business .section-header {
	padding: 25px 20px 30px 20px;
	width: 100%;
	box-sizing: border-box;
}

#section-business .section-header > .title {
	margin-bottom: 9px;
	font-size: 1.7rem;
}

#section-business .section-header > .txt {
	margin-bottom: 25px;
	width: 100%;
	font-size: 1.2rem;
}

#section-business .section-header > .link {
	width: 145px;
}

#section-business .section-header > .link > .btn-detail {
	width: 145px;
	height: 40px;
}

#section-business .section-content {
	width: 100%;
}

/* #section-products */

#section-products {
	padding: 25px 20px 0 20px;
	width: 100%;
	box-sizing: border-box;
}

#section-products .section-header > .title {
	margin-bottom: 25px;
	width: 253px;
	background-image: url(../img/top/line04-sp.png);
	font-size: 1.7rem;
}

#section-products .block-paper {
	display: flex;
	flex-flow: column;
	align-items: center;
	margin-bottom: 50px;
}

#section-products .block-paper > .unit01 {
	align-self: center;
}

#section-products .block-paper > .unit01 > .title {
	position: absolute;
	top: 10px;
	left: -12px;
	width: 90px;
}

#section-products .block-paper > .unit01 > .img {
	width: 100%;
}

#section-products .block-paper > .unit02 {
	align-self: center;
	margin: 15px 0 0 0;
	padding: 15px 25px 25px 25px;
	min-height: 0;
	width: 100%;
	height: auto;
}

#section-products .block-paper > .unit02 > dt {
	margin-bottom: 10px;
	padding-bottom: 12px;
	font-size: 1.7rem;
	text-align: center;
}

#section-products .block-paper > .unit02 > dd {
	line-height: 1.9;
	font-size: 1.2rem;
}

#section-products .block-paper > .unit03 {
	align-self: flex-end;
	margin: 20px 0 0 0;
}

#section-products .block-paper > .unit03 > .img {
	width: 146px;
}

#section-products .block-paper > .unit03 > .link {
	left: -136px;
	bottom: 25px;
	width: 155px;
}

#section-products .block-paper > .unit04 {
	align-self: flex-start;
	margin-top: 20px;
}

#section-products .block-paper > .unit04 > .img {
	width: 240px;
}

#section-products .block-coffee > .unit01 {
	align-self: center;
}

#section-products .block-coffee > .unit01 > .title {
	top: -16px;
	right: auto;
	left: -5px;
	width: 102px;
}

#section-products .block-coffee > .unit01 > .img {
	width: 100%;
}

#section-products .block-coffee > .unit02 {
	align-self: center;
	margin: 15px 0 0 0;
	padding: 15px 25px 25px 25px;
	min-height: 0;
	width: 100%;
	height: auto;
}

#section-products .block-coffee > .unit02 > dt {
	margin-bottom: 10px;
	padding-bottom: 12px;
	font-size: 1.7rem;
	text-align: center;
}

#section-products .block-coffee > .unit02 > dd {
	line-height: 1.9;
	font-size: 1.2rem;
}

#section-products .block-coffee > .unit03 {
	margin: 20px 0 0 0;
}

#section-products .block-coffee > .unit03 > .img {
	width: 146px;
}

#section-products .block-coffee > .unit03 > .link {
	position: absolute;
	left: 128px;
	bottom: 25px;
	width: 159px;
}

}