@charset "utf-8";
/* CSS Document */

/*---------------------------------------------------------------------
	top_site_header
---------------------------------------------------------------------*/
#top_site_header {
    position: absolute;
    right: 20px;
    top: 0;
    z-index: 20;
}
#top_site_header > * {
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
}

#music_switch button {
	background: #fff;
	border: none;
	padding: 4px 20px 10px;
	border-radius: 0;
}

#music_switch button.active {
	display: none;
}

/*---------------------------------------------------------------------
	main_slide
---------------------------------------------------------------------*/
#main_slide {
    position: relative;
    padding-bottom: 52.08%;
	/*overflow: hidden;*/
	background: #000;
}
#main_slide::before {
    content: "";
    width: 234px;
    height: 90%;
    position: absolute;
    left: 90px;
    bottom: 10px;
    background: url(/image/top_bottle.png) no-repeat 0 0;
    background-size: contain;
    z-index: 20;
    animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
}
#main_slide .bxslider { opacity: 0; }
#main_slide .bx-wrapper {
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
#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;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.mouse_icon {
    position: absolute;
    left: 0;
    bottom: 60px;
    width: 100%;
    text-align: center;
}
.mouse_icon a {
    display: inline-block;
	vertical-align: bottom;
    width: 60px;
    height: 60px;
    border: 1px solid #DDDDDD;
    border-radius: 50%;
    background-color: rgba(255,255,255,.48);
}
.mouse_icon a span {
    position: absolute;
    top: 10px;
    left: 50%;
    width: 23px;
    height: 39px;
    margin-left: -12px;
    border: 1px solid #bbb;
    border-radius: 50px;
    box-sizing: border-box;
    background-color: #fff;
}
.mouse_icon a span::before {
	position: absolute;
	top: 2px;
	left: 50%;
	content: '';
	width: 6px;
	height: 6px;
	margin-left: -2px;
	background-color: #bbb;
	border-radius: 100%;
	-webkit-animation: sdb 2s infinite;
	animation: sdb 2s infinite;
	box-sizing: border-box;
}
@-webkit-keyframes sdb {
	0% {
		-webkit-transform: translate(0, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		-webkit-transform: translate(0, 20px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@keyframes sdb {
	0% {
		transform: translate(0, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		transform: translate(0, 20px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
/*---------------------------------------------------------------------
	top_navi
---------------------------------------------------------------------*/
.top_navi {
	padding: 10px;
	background-color: #fff;
}
.top_navi .inner {
	width: 1200px;
	margin: 0 auto;
	padding: 8px 0;
	position: relative;
	background: url(../image/logo_02.png) no-repeat left center;
	background-size: auto 62px;
}
.top_navi ul {
	float: right;
}

/*---------------------------------------------------------------------
	top_about
---------------------------------------------------------------------*/
.top_about {
	background: #F2F3EE url(../image/bg_02.jpg);
	padding: 140px 0 60px;
	margin-bottom: 40px;
}
.top_about_bg {
	background: url(../image/bg_see_01.jpg) repeat-x left top;
	background-size: auto 437px;
}
.top_about .inner {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}
.top_about .about_item {
	margin-left: auto;
	width: 930px;
	box-sizing: content-box;
	padding: 0 40px;
	background: #F2F3EE url(../image/bg_02.jpg);
}

.top_about .ttl {
    float: right;
    font-size: 28px;
    font-weight: bold;
    line-height: 2;
    letter-spacing: 12px;
	margin-left: 40px;
	padding-bottom: 270px;
	background: url(../image/img_awamori.png) no-repeat center bottom;
	position: relative;
}
.top_about .ttl::before {
	content: "";
	width: 124px;
	height: 120px;
	position: absolute;
	right: -34px;
    top: -96px;
	background: url(../image/icon_cycle_01.png) no-repeat 0 0;
}
.top_about .lead_item {
    float: right;
}
.top_about .lead_item > p {
    font-size: 18px;
	line-height: 2.7;
	padding-top: 20px;
	width: 420px;
	height: 460px;
}

.top_about .link {
	text-align: right;
	margin-top: 35px;
}
.top_about .link a {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    background-color: #000;
    display: inline-block;
    padding: 11px;
    text-align: center;
    width: 280px;
	transition: .3s;
}
.top_about .link a:hover {
	background-color: #346AB0;
}

.about_kumejima {
	padding: 40px;
	background-color: #fff;
}
.about_kumejima .thumb {
	float: right;
	margin-left: 25px;
}
.about_kumejima .detail {
	overflow: hidden;
}
.about_kumejima .ttl {
	font-size: 40px;
	font-weight: normal;
	margin-bottom: 35px;
}
.about_kumejima .lead {
	color: #004C66;
	font-size: 24px;
	margin-bottom: 30px;
}
.about_kumejima ul { margin-top: 40px; padding-left: 25px !important; }
.about_kumejima ul li + li { margin-top: 20px; }

/*---------------------------------------------------------------------
	top_bnr
---------------------------------------------------------------------*/
.top_bnr {
	margin-bottom: 25px;
}

/*---------------------------------------------------------------------
	top_timeline
---------------------------------------------------------------------*/
.top_timeline {
	background: #F8F8F8 url(../image/bg_03.jpg);
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
	margin-bottom: 30px;
}

/* top_topics */
.top_topics {
    float: left;
    width: 680px;
}
.top_topics .ttl_item {
    float: left;
    width: 53px;
    border-top: 3px solid #999999;
    padding-top: 10px;
}
.top_topics .ttl {
    font-size: 26px;
    font-weight: bold;
    margin: 0 0 18px;
    position: relative;
    padding-bottom: 20px;
    left: 9px;
	height: 130px;
}
.top_topics .ttl::before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #004C66;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -3px;
}

.top_topics .link_list {
	background: url(../image/icon_leaf.png) no-repeat center bottom;
	background-size: 24px auto;
	padding-bottom: 20px;
	position: relative;
    left: 15px;
    font-size: 14px;
	height: 100px;
}
.top_topics .link_list a {
	color: #000;
	text-decoration: none;
	display: block;
}
.top_topics .link_list a:hover,
.top_topics .link_list a:focus,
.top_topics .link_list a:active {
	color: #004C66;
}

.top_topics .list_topics {
    float: right;
    width: 600px;
}
.top_topics .list_topics dl:first-child {
	border-top: 1px solid #ccc;
}
.top_topics .list_topics dl a {
    font-size: 14px;
    padding: 24px 32px 24px 12px;
}
.top_topics .list_topics dl dt {
    width: 135px;
}


/* fb_widget */
.fb_widget { float: right; width: 470px; }


/*---------------------------------------------------------------------
	top_products
---------------------------------------------------------------------*/
.top_products {
	margin-top: 30px;
	padding-top: 70px;
	background: #F9F9F9 url(/image/bg_03.jpg);
	border-bottom: 2px solid #999999;
}
.top_products .inner {
    width: 970px;
    margin: 0 auto;
    position: relative;
}
.top_products .inner .ttl {
    float: right;
    font-size: 28px;
    font-weight: bold;
	line-height: 1.7;
	letter-spacing: 12px;
}
.top_products .inner p {
    float: right;
    margin-right: 80px;
    margin-top: 30px;
    font-size: 18px;
    line-height: 2.7;
	height: 350px;
}
.top_products .inner .link {
    position: absolute;
    left: 0;
    bottom: 0;
	border-top: 3px solid #999999;
    padding: 15px 0px 20px;
}
.top_products .inner .link::before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    left: 16px;
    bottom: 0;
    border-bottom: 2px solid #004C66;
    border-left: 2px solid #004C66;
    transform: rotate(-45deg);
}
.top_products .inner .link a {
	color: #000;
	font-size: 26px;
	text-decoration: none;
	position: relative;
	transition: .3s;
}
.top_products .inner .link a:hover { color: #004C66; }

.top_products .b_img {
	position: relative;
	text-align: center;
	padding-bottom: 60px;
}
.top_products .b_img::before {
	content: "";
	width: 100%;
	height: 80px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color:rgba(85,85,85,0.1);
}


#top #page_scroll_navi { display: none; }
