@charset "utf-8";
/* CSS Document */

/*---------------------------------------------------------------------
	main_slide
---------------------------------------------------------------------*/
#main_slide {
	position: relative;
	padding-bottom: 122.07%;
	overflow: hidden;
	background: #000;
}
#main_slide::before {
	content: "";
	width: 20%;
	height: 90%;
	position: absolute;
	right: 20px;
	bottom: 20px;
	background: url(/image/top_bottle.png) no-repeat right bottom;
	background-size: contain;
	z-index: 20;
	animation: fadeIn 3s ease 0.5s 1 normal;
	-webkit-animation: fadeIn 3s ease 0.5s 1 normal;
}
#main_slide .bxslider { opacity: 0; }
#main_slide .bx-wrapper {
	margin: 0 auto;
	position: absolute;
	width: auto;
	height: 100%;
	top: 0;
	left: -100%;
	right: -100%;
	max-width: none !important;
}
#main_slide .bx-viewport {
	border: none;
	box-shadow: none;
	left: 0;
	background: #000;
}
#main_slide .bx-wrapper img {
	width: 100%;
	-webkit-animation: zoom 60s; /* Chrome, Safari, Opera */
	animation: zoom 60s;
}

#main_slide .cover {
	background: rgba(0,0,0,0) url(/image/logo.png) no-repeat center center;
	background-size: 30%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.mouse_icon { display: none; }

/*---------------------------------------------------------------------
	top_about
---------------------------------------------------------------------*/
.top_about {
	background: #F2F3EE url(/image/bg_02.jpg);
	padding: 60px 0 25px;
	margin-bottom: 20px;
}
.top_about .ttl {
	font-size: 18px;
	font-weight: bold;
	line-height: 2;
	letter-spacing: 9px;
	background: url(/image/img_awamori.png) no-repeat 10px bottom;
	background-size: 180px;
	position: relative;
	width: 100%;
	padding: 0 15px;
}
.top_about .ttl::before {
	content: "";
	width: 70px;
	height: 68px;
	position: absolute;
	right: 0;
	top: -56px;
	background: url(/image/icon_cycle_01.png) no-repeat 0 0;
	background-size: contain;
}
.top_about_bg {
	background: url(/image/bg_see_01.jpg) repeat-x left top;
	background-size: auto 100%;
	padding-left: 20px;
	margin-top: 25px;
}
.top_about .about_item {
	margin-left: auto;
	box-sizing: content-box;
	vertical-align: top;
	margin: 0 auto;
	background: #F2F3EE url(/image/bg_02.jpg);
	display: inline-block;
	padding: 0 5px 0 15px;
}
.top_about .about_item p {
	font-size: 12px;
	line-height: 1.8;
}

.top_about .link {
	text-align: center;
	margin-top: 25px;
}
.top_about .link a {
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	background-color: #000;
	display: inline-block;
	padding: 8px 30px;
	text-align: center;
	transition: .3s;
}
.top_about .link a:hover {
	background-color: #346AB0;
}

.about_kumejima {
	padding: 20px;
	background-color: #fff;
}
.about_kumejima .thumb {
	width: 60%;
	margin: 0 auto 20px;
}
.about_kumejima .detail {}
.about_kumejima .ttl {
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 15px;
	text-align: center;
}
.about_kumejima .lead {
	color: #004C66;
	font-size: 20px;
	margin-bottom: 20px;
	text-align: center;
}
.about_kumejima ul { margin-top: 20px; padding-left: 25px !important; }
.about_kumejima ul li + li { margin-top: 20px; }

/*---------------------------------------------------------------------
	top_bnr
---------------------------------------------------------------------*/
.top_bnr {
	padding: 0 20px;
	margin-bottom: 20px;
}

/*---------------------------------------------------------------------
	top_timeline
---------------------------------------------------------------------*/
/* top_topics */
.top_topics {
	background: #F8F8F8 url(/image/bg_03.jpg);
	padding: 20px 15px;
	margin-bottom: 40px;
}

.top_topics .ttl {
	font-size: 21px;
	font-weight: bold;
	margin: 0 0 15px;
	border-left: 2px solid #999;
	padding-left: 10px;
}

.top_topics .link_list {
	text-align: center;
	margin-top: 20px;
}
.top_topics .link_list a {
	color: #000;
	text-decoration: none;
	display: inline-block;
	font-family: "a-otf-ryumin-pr6n",serif;
	background: url(../../image/bg_brush_box.png) no-repeat center 0;
	background-size: cover;
	padding: 11px 13px;
	width: 230px;
	height: 50px;
}
.top_topics .link_list a:hover,
.top_topics .link_list a:focus,
.top_topics .link_list a:active {
	color: #004C66;
}

.top_topics .list_topics {
	border-top: 1px solid #ccc;
}
.top_topics .list_topics dl:first-child {
	border-top: none;
}
.top_topics .list_topics dl a {
	padding: 15px;
}


/*---------------------------------------------------------------------
	top_products
---------------------------------------------------------------------*/
.top_products {
	margin: 40px auto 0;
	padding-top: 25px;
	background: #F9F9F9 url(/image/bg_03.jpg);
}
.top_products .inner {
	margin: 0 auto;
	position: relative;
	padding: 0 15px;
}
.top_products .inner .ttl {
	float: right;
	font-size: 19px;
	font-weight: bold;
	line-height: 1.7;
	letter-spacing: 8px;
	margin-right: 8%;
}
.top_products .inner .link {
	float: left;
	margin-top: 32px;
	width: 53%;
}
.top_products .inner .link a {
	color: #fff;
	text-decoration: none;
	display: block;
	background: #000;
	padding: 9px 13px;
	text-align: center;
}

.top_products .b_img {
	position: relative;
	text-align: center;
	padding: 0 10px 15px;
}
.top_products .b_img::before {
	content: "";
	width: 100%;
	height: 20px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color:rgba(85,85,85,0.1);
}


/*---------------------------------------------------------------------
	top_onlineshop
---------------------------------------------------------------------*/
.top_onlineshop {
	padding: 20px;
}

/*---------------------------------------------------------------------
	sns_links 
---------------------------------------------------------------------*/
.sns_links {
	padding: 0 20px;
}
.sns_links .ttl {
	text-align: center;
}
.sns_links .link_item {}
.sns_links .link_item li {
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic",Arial, Helvetica,sans-serif;;
	border-bottom: 1px dotted #AAAAAA;
}
.sns_links .link_item li + li {
	margin-top: 10px;
}
.sns_links .link_item li a {
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #000;
	font-size: 18px;
	line-height: 1.0;
}
.sns_links .link_item li a::before {
	content: "";
	width: 60px;
	height: 60px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 16px;
}
.sns_links .link_item li:nth-child(1) a::before {
	background: url(/image/top/sns_instagram.jpg) no-repeat 0 0;
}
.sns_links .link_item li:nth-child(2) a::before {
	background: url(/image/top/sns_facebook.jpg) no-repeat 0 0;
}
.sns_links .link_item li:nth-child(3) a::before {
	background: url(/image/top/sns_x.jpg) no-repeat 0 0;
}
.sns_links .link_item li:nth-child(4) a::before {
	background: url(/image/top/sns_line.jpg) no-repeat 0 0;
}


/*---------------------------------------------------------------------
	top_blog
---------------------------------------------------------------------*/
.top_blog {
	background: #F8F8F8 url(/image/bg_03.jpg);
  padding: 20px 15px;
  margin: 40px 0;
}
.top_blog > .ttl {
    font-size: 21px;
    font-weight: bold;
    margin: 0 0 15px;
    border-left: 2px solid #999;
    padding-left: 10px;
}
.top_blog .link_list {
	text-align: center;
	margin-top: 20px;
}
.top_blog .link_list a {
	color: #000;
	text-decoration: none;
	display: inline-block;
	font-family: "a-otf-ryumin-pr6n",serif;
	background: url(../../image/bg_brush_box.png) no-repeat center 0;
	background-size: cover;
	padding: 11px 13px;
	width: 230px;
	height: 50px;
}
.top_blog .inner {
    padding: 0 20px;
}
.top_blog .bx-viewport {
    background: none;
    border: none;
    padding: 0;
    left: 0;
  box-shadow: none;
}
.top_blog .list_blog li + li {
    margin-top: 0;
}
.top_blog .bx-wrapper .bx-prev {
    background: url(/image/icon_arrow_01.png) no-repeat 0 0;
    background-size: contain;
    width: 10px;
    height: 20px;
    left: -22px;
  top: 110px;
}
.top_blog .bx-wrapper .bx-next {
	background: url(/image/icon_arrow_02.png) no-repeat 0 0;
	background-size: contain;
    width: 10px;
    height: 20px;
    right: -22px;
  top: 110px;
}

