/***********
 * common
 ***********/
* {
	margin: 0;
	padding: 0;
	box-sizing:border-box;
	word-break: break-all;
}

html,body {
	height: 100%;
}

body,
body * {
    font-family: 游明朝体, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
body {
	font-size: 14px;
	color:#333;
	/* 通常文字色 */
	background:#fff ;
}

h2 {
	font-size: 30px;
	letter-spacing: 3px;
}
h3 {
	font-size: 24px;
	letter-spacing: 3px;
}

ul,ul li {
	list-style: none;
}

/* a リンク文字色 */
a,
a:visited {
	color:#666; /* a リンク文字色 */
	text-decoration: none;
}

a:hover,
button:hover {
	color:#999; /* hoverリンク文字色 */
	text-decoration: none;
	opacity: 0.7;
}

a:hover {
	opacity: .7;
}

input[type='text'],
input[type='password'] {
	font-size: 14px;
	font-weight: normal;
	line-height: 30px;
	height: 30px;
	border: #d1d1d1 solid 1px;
}

input[type='checkbox'] {
	margin-right: 4px;
}

textarea {
	width: 100%;
	border: #d1d1d1 solid 1px;
}

table {
	width: 100%;
	border-collapse: collapse;
}

table th,
table td {
	border-spacing: 0;
	border-collapse: collapse ;
	vertical-align: middle;
	border: none;
}

table.tbl {
	width: auto;
	margin-bottom: 20px;
}

table.tbl tr th {
	font-size: 13px;
	font-weight: normal;
	position: relative;
	width: 125px;
	padding: 10px 14px;
	text-align: left;
	border: #c8b07e solid 1px;
	background-color: #e4d4b4;
}

table.tbl tr td {
	font-size: 13px;
	padding: 10px 40px;
	text-align: left;
	border: #c8b07e solid 1px;
}

@media only screen and (max-width: 600px) {
	table.tbl {
		width: 100%;
	}
	table.tbl tr th {
		font-size: 12px;
		font-weight: normal;
		width: 105px;
		padding: 4px 10px;
		text-align: left;
	}
	table.tbl tr td {
		font-size: 12px;
		padding: 4px 15px;
		text-align: left;
	}
}

img {
	max-width: 100%;
	word-break: normal;
	border: none;
}

b {
	font-weight: bold;
}
pre {
	white-space: pre-wrap;
}
ul.list1 li {
	font-size: 13px;
	position: relative;
	margin-bottom: 10px;
	padding-left: 26px;
}
ul.list1 li:before {
	position: absolute;
	top: 5px;
	left: 0;
	display: inline-block;
	width: 12px;
	height: 12px;
	content: '';
	border-radius: 6px;
	background-color: #a1903d;
}
ul.list1 li:after {
	position: absolute;
	top: 7px;
	left: 2px;
	display: inline-block;
	width: 8px;
	height: 8px;
	content: '';
	border-radius: 4px;
	background-color: #fff;
}
@media only screen and (max-width: 600px) {
	ul.list1 li:before {
		position: absolute;
		top: 5px;
		left: 0;
		display: inline-block;
		width: 12px;
		height: 12px;
		content: '';
		border-radius: 6px;
		background-color: #a1903d;
	}
	ul.list1 li:after {
		position: absolute;
		top: 7px;
		left: 2px;
		display: inline-block;
		width: 8px;
		height: 8px;
		content: '';
		border-radius: 4px;
		background-color: #fff;
	}
}

ul.list2 li {
	font-size: 13px;
	position: relative;
	margin-bottom: 10px;
	padding-left: 26px;
}
ul.list2 li:before {
	position: absolute;
	top: 5px;
	left: 0;
	display: inline-block;
	width: 16px;
	height: 10px;
	content: '';
	background-image: url(https://image.raku-uru.jp/cms/yt00015/img/icn-arrow-list.png);
	background-repeat: no-repeat;
	background-size: cover;
}

/***********
 * layout
 ***********/
#wrapper,
.wrapper {
	width: 100%;
	min-width: 1000px;
	margin: 0 auto;
}

.main-contents {
	padding-bottom: 60px;
}

.top {
	width: 100%;
	margin: 0 auto;
	padding: 0 0;
}

.contents {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}

.page {
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 0;
}

.row {
	position: relative;
	width: 100%;
    max-width: 1140px;
	margin: 0 auto;
    padding: 0 10px
}
.row li a {
	color: #666;
}

@media only screen and (max-width: 600px) {
	#wrapper,
	.wrapper {
		min-width: 100%;
	}
	.main-contents {
		padding-bottom: 40px;
	}
	.top {
		width: 100%;
		margin: 0 auto;
		padding: 0 0 0;
	}
	.contents {
		width: 100%;
		margin: 0 auto;
		padding: 0 0 0;
	}
	.page {
		width: 100%;
		margin: 0 auto;
		padding: 0 0 0;
	}
	.row {
		position: relative;
		width: 100%;
		margin: 0 auto;
	}
}

/***********
 * clearfix
 ***********/
.clearfix:before,
.clearfix:after {
	display: table;
	content: ' ';
}

.clearfix:after {
	clear: both;
}

label:after {
	display: none;
}

/***********
 * header
 ***********/
#header {
	width: 100%;
	background-color: #ccc;
}
#header-cart {
	width: 100%;
	height: 65px;
}

.header-top {
	height: 65px;
	color: #fff;
    padding-top: 16px;
	background-color: #030303;
}
#header-cart .header-top {
	height: 65px;
	padding: 0;
	color: #fff;
	background-color: #f00;
}

.logo {
	position: relative;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 10px;
	display: block;
	overflow: hidden;
	width: 170px;
	height: 65px;
	text-align: center;
}

.logo a {
	display: block;
}

.logo-text {
	font-size: 13px;
	line-height: 1.4;
	position: absolute;
	top: 50%;
	left: 50%;
	display: -webkit-box;
	overflow: hidden;
	width: 158px;
	max-height: 4em;
	padding: 0 10px;
	-webkit-transform: translate(-50%,-50%);
		    transform: translate(-50%,-50%);
	text-align: center;
	word-break: break-all;
	color: #a1903d;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.logo-text-footer {
	position: static;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
	transform: translate(0,0);
}

.logo-text-footer a {
	color: #a1903d;
}

#header-cart .logo {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 50%;
	margin-left: -85px;
}

.logo h1 {
	line-height: 65px;
}

.logo img {
	vertical-align: middle;
}

.header-menu-sp {
	display: none;
}

.nav-close {
	display: none;
}

/* header-menu */
.header-top ul.header-menu {
	float: right;
}

.header-top ul.header-menu > li {
	float: left;
	text-align: center;
    padding: 0 15px;;
}

.header-top ul.header-menu > li > a {
	position: relative;
	color: #fff;
}

.header-top ul.header-menu li.mypage a {
	font-size: 14px;
	position: relative;
	display: block;
	padding-top: 3px;
}

.header-top ul.header-menu li.mypage a:before {
    width: 24px;
    height: 20px;
    content: '';
    display: inline-block;
    background: url(https://image.raku-uru.jp/cms/yt00008/img/icn-mypage.png) no-repeat;
    background-size: contain;
    vertical-align: text-bottom;    
}

.header-top ul.header-menu li.cart a {
	font-size: 14px;
	position: relative;
	display: block;
	padding-top: 3px;
}

.header-top ul.header-menu li.cart a:before {
    width: 24px;
    height: 20px;
    content: '';
    display: inline-block;
    background: url(https://image.raku-uru.jp/cms/yt00008/img/icn-cart.png) no-repeat;
    background-size: contain;
    vertical-align: text-bottom;
}

#header-bottom {
    clear: both;
    width: 100%;
    position: relative;
    display: inline-block;
}

/********** SNS **********/
.sns {
    display: inline-block;
    position: absolute;
    top: 6px;
    right: 10px;
}

.sns li {
	display: inline-block;
	width: 20px;
	margin: 13px 10px 0 15px;
}

/* category-nav */
.category-nav {
	float: right;
	padding-right: 25px;
}

.category-nav > ul > li {
	font-size: 14px;
	line-height: 50px;
	position: relative;
	float: left;
	color: #000;
}

.category-nav > ul > li > a,
.category-nav > ul > li > div {
	padding-right: 25px;
	padding-left: 25px;
}

.category-nav > ul > li.active > a,
.category-nav > ul > li.active > div {
	opacity: 1;
	color: #fff;
	background-color: #a1903d;
}

.category-nav > ul > li > a:hover,
.category-nav > ul > li > a:hover p {
	opacity: 1;
}

.category-nav > ul li a,
.category-nav > ul li div {
	position: relative;
	display: block;
	width: 100%;
}

.category-nav-l2 {
	position: absolute;
	z-index: 55;
	top: 50px;
	right: 0;
	display: none;
	width: 270px;
	padding:;
	text-align: left;
	background-color: rgba(161,144,61,.9);
}

.active .category-nav-l2 {
	display: block;
}

.category-nav-l2 > li {
	font-size: 14px;
	line-height: 1.2;
}

.category-nav-l2 > li > a {
	padding: 18px;
	color: #fff;
}

.category-nav-l3 > li > a {
	font-size: 14px;
	padding: 18px 18px 18px 36px;
	color: #fff;
}

@media only screen and (max-width: 600px) {
	#header {
		width: 100%;
		min-height: 52px;
		height: auto;
	}
	#header-cart {
		width: 100%;
		height: 52px;
	}
	.header-top {
		height: auto;
		margin-bottom: 0;
		padding: 0;
	}
	#header-cart .header-top {
		height: 52px;
	}
	.logo {
		position: inherit;
		right: 0;
		left: 0;
		display: block;
		width: 100%;
		min-height: 52px;
		height: auto;
		text-align: center;
	}
	.logo-text {
		max-height: 2.8em;
		-webkit-line-clamp: 2;
	}
	#header-cart .logo {
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		margin-left: 0;
	}
	.logo h1 {
		line-height: 50px;
	}
	.logo img {
		width: auto;
		max-height: 60px;
		margin: 0 auto;
		vertical-align: middle;
	}
	.header-menu-sp {
		position: absolute;
		z-index: 99;
		top: 10px;
		right: 10px;
		display: block;
		width: 25px;
	}
	.header-menu-sp img {
		width: 100%;
		height: auto;
	}
	.header-nav {
		position: fixed;
		z-index: 9999;
		top: -1000px;
		left: 0;
		overflow: scroll;
		width: 100%;
		height: 100%;
		padding-bottom: 50px;
		-webkit-transition: top .6s cubic-bezier(.19,1,.22,1);
		        transition: top .6s cubic-bezier(.19,1,.22,1);
	}
	.nav-open .header-nav {
		top: 0;
	}
	.nav-close {
		line-height: 50px;
		display: block;
		text-align: right;
		border-bottom: #191402 solid 1px;
		background-color: #191402;
	}
	.nav-close a {
		display: inline-block;
		width: 20px;
		height: 20px;
		margin: 0 15px 0;
		vertical-align: middle;
		background-image: url(https://image.raku-uru.jp/cms/yt00015/img/icn-close.png);
		background-repeat: no-repeat;
		background-size: cover;
	}

	.header-top ul.header-menu {
		font-size: 0;
		float: none;
		height: auto;
		border-top: rgba(161,144,61,.3) solid 1px;
		background-color: rgba(25,20,2,.9);
	}
	.header-top ul.header-menu > li {
		float: none;
		height: auto;
		text-align: center;
	}
	.header-top ul.header-menu > li > a {
		position: relative;
        color: #a1903d;
	}
	.header-top ul.header-menu li.mypage {
		line-height: 50px;
		display: inline-block;
		width: 50%;
	}
	.header-top ul.header-menu li.mypage a {
		font-size: 16px;
		position: relative;
		display: block;
		width: 100%;
		height: 50px;
		padding-top: 0;
		text-align: center;
        color: #fff;
	}
	.header-top ul.header-menu li.mypage a:before {
		position: absolute;
		top: 50%;
		left: 50%;
		display: inline-block;
		width: 23px;
		height: 24px;
		margin-top: -12px;
		margin-left: -60px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00005/img/icn-mypage_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.header-top ul.header-menu li.cart {
		line-height: 50px;
		display: inline-block;
		width: 50%;
	}
	.header-top ul.header-menu li.cart a {
		font-size: 16px;
		position: relative;
		display: block;
		width: 100%;
		height: 50px;
		padding-top: 0;
		text-align: center;
        color: #fff;
	}
	.header-top ul.header-menu li.cart a:before {
		position: absolute;
		top: 50%;
		left: 50%;
		display: inline-block;
		width: 25px;
		height: 22px;
		margin-top: -11px;
		margin-left: -53px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00005/img/icn-cart_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.header-top ul.header-menu li.sns {
		display: none;
	}
}

/***********
 * footer
 ***********/
#footer {
	width: 100%;
    position: relative;
}

/* schedule-area */
.schedule-area {
	text-align: left;
}

.schedule_wrapper {
	display: inline-block;
	width: 245px;
}

.schedule_wrapper:nth-of-type(odd) {
	margin-right: 50px;
}

.schedule-area h4 {
	font-family: 'メイリオ', 'Meiryo', 'Meiryo UI';
	font-size: 13px;
	font-weight: normal;
	line-height: 22px;
	width: 104px;
	height: 24px;
	margin: 0 auto;
	margin-bottom: 10px;
	text-align: center;
	color: #a1903d;
	border: #a1903d solid 1px;
	border-radius: 2px;
}

.schedule {
	display: inline-block;
	margin-right: 50px;
	vertical-align: top;
}

.schedule table {
	width: auto;
	margin: 0 auto 10px;
}

.schedule table th {
	font-size: 13px;
	font-weight: normal;
	padding: 4px 5px;
	text-align: center;
	color: #fff;
}

.schedule table th.sun {
	color: #aa1e52;
}

.schedule table th.sat {
	color: #3e61f2;
}

.schedule table td {
	font-size: 13px;
	font-weight: normal;
	padding: 4px 5px;
	text-align: center;
	color: #fff;
}

.schedule-date {
	line-height: 25px;
	display: inline-block;
	width: 25px;
	height: 25px;
	text-align: center;
}

.e1 .schedule-date {
	color: #fff;
	background-color: #959532;
}

.e2 .schedule-date {
	color: #fff;
	background-color: #865c08;
}

.e3 .schedule-date {
	color: #a1903d;
	border: #a1903d solid 1px;
}

.event-list {
	display: block;
	margin-top:25px;
	vertical-align: top;
}

.event-list li {
	line-height: 24px;
	position: relative;
	min-height: 24px;
	margin-right: 15px;
	margin-bottom: 6px;
	padding-left: 35px;
	text-align: left;
	color: #fff;
}

.event-list li:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 24px;
	height: 24px;
	content: '';
}

.event-list li.event1:before {
	background-color: #959532;
}

.event-list li.event2:before {
	background-color: #865c08;
}

.event-list li.event3:before {
	border: #a1903d solid 1px;
}

@media only screen and (max-width: 600px) {
	.schedule_wrapper {
		width: auto;
	}
	.schedule_wrapper:nth-of-type(odd) {
		margin-right: 0;
	}
}

.footer-bottom {
	width: 100%;
	padding: 0 0 24px;
	text-align: center;
	background-color: #030303;
}

.footer-logo {
	display: inline-block;
	width: 100%;
	margin-bottom: 5px;
}

.footer-logo img {
	width: auto;
	height: auto;
	max-width: 170px;
	max-height: 60px;
}

.copyright {
	font-size: 14px;
	color: #fff;
}

@media only screen and (max-width: 600px) {
	/* schedule-area */
	.schedule-area {
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}
	.schedule-area h4 {
		font-family: 'メイリオ', 'Meiryo', 'Meiryo UI';
		font-size: 13px;
		font-weight: normal;
		line-height: 24px;
		display: inline-block;
		width: 124px;
		height: 26px;
		margin-right: 0;
		margin-bottom: 10px;
		text-align: center;
		border-radius: 2px;
	}
	.schedule {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.schedule table {
		width: 100%;
		margin: 0 auto 10px;
	}
	.schedule table th {
		font-size: 13px;
		font-weight: normal;
		padding: 6px 8px;
		text-align: center;
	}
	.schedule table td {
		font-size: 13px;
		font-weight: normal;
		padding: 6px 8px;
		text-align: center;
		color: #fff;
	}
	.schedule-date {
		line-height: 25px;
		display: inline-block;
		width: 25px;
		height: 25px;
		text-align: center;
	}
	.event-list {
		display: block;
	}
	.event-list:after {
		display: block;
		clear: both;
		margin-bottom: 15px;
		content: '';
	}
	.event-list li {
		float: left;
		margin-right: 6px;
		margin-bottom: 10px;
		padding-left: 30px;
	}
	.footer-sns {
		text-align: center;
	}
	.footer-sns ul li {
		display: inline-block;
		margin: 0 8px;
	}
	.footer-sns ul li img {
		width: 40px;
		height: auto;
	}

	.footer-bottom {
		width: 100%;
		padding: 30px 0;
	}

	.footer-logo {
		width: 100%;
		margin-bottom: 0;
		text-align: center;
	}

	.footer-logo img {
		width: auto;
		max-height: 60px;
		margin: 9px auto;
		vertical-align: middle;
	}

	.copyright {
		font-size: 12px;
		word-break: break-word;
	}
}

/***********
 * main
 ***********/
.main {
	width: 1000px;
	margin: 0 auto;
}

@media only screen and (max-width: 600px) {
	.main {
		width: 100%;
	}
}

/* main-image */

#main-image {
	position: relative;
	width: 1000px;
	margin-top: 30px;
	text-align: center;
}

#main-image img {
	max-width: 100%;
	max-height: 100%;
}

.main-image-slider {
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: 1000px;
	height: auto;
	margin: 0 auto 10px;
}

.main-image-slider > ul {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	display: inline-block;
	overflow: hidden;
}

.main-image-slider > ul > li {
	display: inline;
	float: left;
	overflow: hidden;
		width: 100%;
	list-style-type: none;
}

.main-image-slider > ul > li span,
.main-image-slider > ul > li a {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}

.main-image-prev {
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 999;
    font-size: 36px;
    margin-top: -18px;
}

.main-image-next {
    position: absolute;
    left: 10px;
    top: 50%;
    z-index: 999;
    font-size: 36px;
    margin-top: -18px;
}

.main-image-prev a,
.main-image-next a {
    display: block;
    height: 100%;
}

.main-image-indicator {
	position: absolute;
	z-index: 999;
	right: 0;
	bottom: 10px;
	left: 0;
}

.main-image-indicator {
	position: absolute;
	z-index: 20;
	right: 0;
	bottom: 10px;
	left: 0;
}

.main-image-indicator ul {
	text-align: center;
}

.main-image-indicator ul li {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 8px;
	opacity: .6;
	border: #fff solid 1px;
	border-radius: 50%;
	background-color: none;
}

.main-image-indicator ul li.active {
	background-color: #fff;
}

@media only screen and (max-width: 600px) {
	#main-image {
		position: relative;
		width: 100%;
		margin: 0;
		text-align: center;
		background-color: #f5f5f5;
	}
	#main-image img {
		max-width: 100%;
		max-height: 100%;
	}
	.main-image-slider {
		position: relative;
		overflow: hidden;
		width: 100%;
		max-width: 100%;
		height: auto;
		margin: 0 auto 10px;
	}
	.main-image-slider > ul {
		position: absolute;
		z-index: 100;
		top: 0;
		left: 0;
		display: inline-block;
		overflow: hidden;
		height: 336px;
	}
	.main-image-slider > ul > li {
		display: inline;
		float: left;
		overflow: hidden;
		width: 100%;
		height: 336px;
		list-style-type: none;
	}
	.main-image-indicator {
		position: absolute;
		z-index: 999;
		right: 5px;
		bottom: 5px;
	}
	.main-image-indicator ul {
		text-align: center;
	}
	.main-image-indicator ul li {
		display: inline-block;
		width: 10px;
		height: 10px;
		margin: 0 4px;
		opacity: .6;
		border: #fff solid 1px;
		border-radius: 50%;
		background-color: none;
	}
	.main-image-indicator ul li.active {
		background-color: #fff;
	}
}

/* ttl */
.ttl {
	position: relative;
	margin-bottom: 40px;
	padding-top: 40px;
	padding-bottom: 20px;
	text-align: center;
	border-bottom: #cec599 solid 1px;
}

.ttl h2 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
	color: #030303;
}

.ttl h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	color: #3e350d;
}

@media only screen and (max-width: 600px) {
	.ttl {
		margin-bottom: 10px;
		padding-top: 30px;
		padding-bottom: 15px;
	}
	.ttl h2 {
		font-size: 20px;
	}
}

/* product-list */
.product-list {
	margin-bottom: 0;
}

.product-list-item {
	position: relative;
	float: left;
	width: 184px;
	margin-right: 20px;
	margin-bottom: 0;
	padding-top: 54px;
	padding-bottom: 40px;
	text-align: center;
	border-bottom: #e3ddc4 solid 1px;
}

.product-list-ttl-blc {
	border-bottom: #fff solid 1px;
}

.product-list-ttl-blc-inner {
	display: table;
	width: 100%;
	height: 100%;
}

.product-list-ttl-blc .product-list-ttl {
	display: table-cell;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	border: #e5dfc7 solid 1px;
}

.product-list-ttl-blc .product-list-ttl h2 {
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 10px;
	letter-spacing: 0;
	color: #3e350d;
}

.product-list-ttl-blc .product-list-ttl h3 {
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 40px;
	color: #9c9157;
}

.product-list-item img {
	max-width: 164px;
	max-height: 164px;
	width: auto;
	height: auto;
}

.product-list-item:nth-child(5n) {
	margin-right: 0;
}

.product-list-item > a {
	display: block;
	height: 100%;
	padding: 10px;
	background-color: #f3f2ed;
}

.product-list-item .product-list-photo {
	position: relative;
	width: 100%;
	margin-bottom: 5px;
}

.product-list-item .product-list-cat {
	font-size: 12px;
	line-height: 16px;
	overflow: hidden;
	height: 16px;
	margin-bottom: 10px;
}

.product-list-item .product-list-name {
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
	margin-bottom: 10px;
}

.product-list-item .product-list-price {
	font-size: 12px;
	line-height: 1.2;
}

.product-list-item .product-list-nonstock {
	display: inline-block;
	vertical-align: top;
	font-size: 11px;
	line-height: 18px;
	margin-top: 10px;
	margin-right: 6px;
	padding: 0 3px;
	text-align: center;
	color: #f33;
	background: #fff;
}

.item-list-itemcount {
	margin-top: 15px;
}

@media only screen and (max-width: 600px) {
	.product-list {
		margin-bottom: 0;
		padding: 0 5px;
	}
	.product-list-item {
		float: left;
		width: 50%;
		width: calc(50% - 10px) ;
		margin-right: 5px;
		margin-left: 5px;
		padding: 35px 0 15px;
	}
	.product-list-item img {
		max-width: 100%;
	}
	.product-list-item:nth-child(5n) {
		margin-right: 5px;
	}
	.product-list-ttl-blc {
		border-bottom: #fff solid 1px;
	}
	.product-list-ttl-blc-inner {
		display: table;
		width: 100%;
		height: 100%;
	}
	.product-list-ttl-blc .product-list-ttl {
		display: table-cell;
		width: 100%;
		height: auto;
		text-align: center;
		vertical-align: middle;
	}
	.product-list-ttl-blc .product-list-ttl h2 {
		font-size: 18px;
		line-height: 1.2;
		margin-bottom: 10px;
		color: #3e350d;
	}
	.product-list-ttl-blc .product-list-ttl h3 {
		font-size: 13px;
		line-height: 1.2;
		margin-bottom: 40px;
		color: #9c9157;
	}
	.product-list-item > a {
		display: block;
		height: 100%;
		padding: 7px;
	}
	.product-list-item .product-list-photo {
		position: relative;
		max-height: 278px;
		width: 100%;
		margin-bottom: 5px;
	}
	.product-list-item .product-list-cat {
		font-size: 10px;
		line-height: 14px;
		overflow: hidden;
		height: 14px;
		margin-bottom: 0;
	}
	.product-list-item .product-list-name {
		font-size: 12px;
		line-height: 20px;
		overflow: hidden;
		margin-bottom: 4px;
	}
	.product-list-item .product-list-price {
		font-size: 10px;
		line-height: 1.2;
		margin-bottom: 10px;
	}
	.item-list-itemcount {
		margin-top: 10px;
		margin-left: 10px;
	}
}

/* ranking icon */
.icn-rank {
	font-size: 14px;
	line-height: 24px;
	position: absolute;
	z-index: 2;
	top: 22px;
	left: 0;
	display: block;
	width: 26px;
	height: 26px;
	text-align: center;
	color: #333;
	border: #333 solid 1px;
	border-radius: 13px;
}

.icn-rank1 {
	color: #bfa428;
	border: #bfa428 solid 1px;
}

.icn-rank2 {
	color: #888;
	border: #888 solid 1px;
}

.icn-rank3 {
	color: #644f0b;
	border: #644f0b solid 1px;
}

@media only screen and (max-width: 600px) {
	.icn-rank {
		font-size: 11px;
		line-height: 20px;
		top: 8px;
		width: 22px;
		height: 22px;
		border-radius: 50%;
	}
}

/* btn-area */
.btn-area {
	margin-bottom: 20px;
	text-align: center;
}

.btn-more {
	font-size: 12px;
	line-height: 34px;
	position: relative;
	display: inline-block;
	width: 140px;
	height: 36px;
	color: #a1903d;
	border: #e3ddc4 solid 1px;
	border-radius: 18px;
	background-color: #fff;
}

.btn-more span:before {
	position: absolute;
	top: 50%;
	left: 16px;
	display: block;
	width: 9px;
	height: 9px;
	margin-top: -5px;
	content: '';
	background-image: url(https://image.raku-uru.jp/cms/yt00015/img/icn-more.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.btn {
	font-size: 14px;
	font-weight: normal;
	line-height: 34px;
	position: relative;
	display: inline-block;
	width: 160px;
	height: 36px;
	text-align: center;
	color: #2593d9;
	border: #2593d9 solid 1px;
	border-radius: 2px;
	background-color: #fff;
}

.btn span:before {
	position: absolute;
	top: 50%;
	left: 10px;
	display: block;
	width: 10px;
	height: 14px;
	margin-top: -7px;
	content: '';
	background-image: url(https://image.raku-uru.jp/cms/yt00015/img/icn-arrow-btn.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.btn-back {
	font-size: 14px;
	font-weight: normal;
	line-height: 42px;
	position: relative;
	display: inline-block;
	width: 230px;
	height: 44px;
	text-align: center;
	color: #fff;
	border: #191402 solid 1px;
	border-radius: 22px;
	background-color: #191402;
}
a.btn-back span:before {
	position: absolute;
	top: 50%;
	left: 30px;
	display: block;
	width: 21px;
	height: 10px;
	margin-top: -5px;
	content: '';
	background-image: url(https://image.raku-uru.jp/cms/yt00015/img/icn-arrow-back.png);
	background-repeat: no-repeat;
	background-size: cover;
}

@media only screen and (max-width: 600px) {
	.btn-area {
		margin-bottom: 30px;
		text-align: center;
	}
	.btn-more {
		font-size: 10px;
		line-height: 28px;
		width: 125px;
		height: 30px;
		border-radius: 15px;
	}
	.btn-more span:before {
		position: absolute;
		top: 50%;
		left: 16px;
		display: block;
		width: 8px;
		height: 8px;
		margin-top: -4px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00015/img/icn-more_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.btn {
		font-size: 16px;
		font-weight: normal;
		line-height: 45px;
		position: relative;
		display: inline-block;
		width: 230px;
		height: 45px;
		text-align: center;
	}
	.btn span:before {
		position: absolute;
		top: 50%;
		left: 10px;
		display: block;
		width: 8px;
		height: 12px;
		margin-top: -6px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00015/img/icn-arrow-btn_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.btn-area a.btn-back span:before {
		position: absolute;
		top: 50%;
		left: 30px;
		display: block;
		width: 21px;
		height: 10px;
		margin-top: -5px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00015/img/icn-arrow-back.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
}

/* top-content */
#top-content {
	position: relative;
	padding-top: 30px;
}

@media only screen and (max-width: 600px) {
	#top-content {
		padding-top: 30px;
	}
}

/* news-list */
.news-list {
	padding: 20px 5px;
}

.news-list .news-list-date {
	position: relative;
}

.news-list .news-list-date h4 {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.2;
	color: #3e350d;
}

.news-list .news-list-date h3 {
	font-size: 30px;
	font-weight: normal;
	line-height: 1.2;
	display: inline-block;
	margin-bottom: 15px;
	padding-bottom: 15px;
	letter-spacing: 1px;
	color: #a1903d;
	border-bottom: #655e3d solid 1px;
}

.news-list a {
	color: #3e350d;
}

.news-list p {
	font-size: 14px;
	line-height: 20px;
	position: relative;
	overflow: hidden;
	height: 120px;
	text-align: left;
	letter-spacing: 1px;
	color: #3e350d;
}

.news-list:after {
	position: absolute;
	bottom: 70px;
	left: 50%;
	display: block;
	width: 30px;
	height: 8px;
	margin-left: -15px;
	content: '';
	background-image: url(https://image.raku-uru.jp/cms/yt00015/img/icn-news-list.png);
	background-repeat: no-repeat;
	background-size: cover;
}


@media only screen and (max-width: 600px) {
	.news-list {
		padding: 20px 2px;
	}
	.news-list .news-list-date {
	}
	.news-list .news-list-date h4 {
		font-size: 14px;
	}
	.news-list .news-list-date h3 {
		font-size: 24px;
		margin-bottom: 15px;
		padding-bottom: 10px;
		letter-spacing: 1px;
	}
	.news-list p {
		font-size: 12px;
		line-height: 17px;
		overflow: hidden;
		height: 102px;
		text-align: left;
		letter-spacing: 0;
	}
	.news-list:after {
		position: absolute;
		bottom: 30px;
		left: 50%;
		display: block;
		width: 21px;
		height: 5px;
		margin-left: -11px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00015/img/icn-news-list_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
}

/* bnr-area */
.bnr-photo {
	width: 100%;
	margin-bottom: 8px;
}

.bnr-photo img {
	width: 100%;
	height: auto;
}

.bnr {
	text-align: left;
}

.bnr p {
	line-height: 20px;
	overflow: hidden;
	height: 60px;
	text-align: left;
	color: #3e350d;
}

@media only screen and (max-width: 600px) {
	.bnr-photo {
		width: 100%;
		margin-bottom: 8px;
	}
	.bnr p {
		font-size: 12px;
		line-height: 18px;
		overflow: hidden;
		height: 36px;
		text-align: left;
		color: #3e350d;
	}
}

/* item-detail */
#item-detail {
	padding-top: 50px;
}

.item-detail-left {
	float: left;
	width: 540px;
}

.item-detail-right {
	float: right;
	width: 440px;
}

.item-detail-photo-main {
	position: relative;
	float: right;
	width: 475px;
	padding: 0;
}

.item-detail-photo {
	position: relative;
	overflow: hidden;
	width: 475px;
	height: 475px;
	margin-bottom: 10px;
}

.item-detail-photo ul li {
	display: none;
	float: left;
	width: 475px;
	height: 475px;
}

.item-detail-photo ul li.active {
	display: block;
}

.item-detail-photo img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	margin: auto;
}

.item-detail-photo-backbtn {
	display: none;
}

.item-detail-photo-nextbtn {
	display: none;
}

.item-detail-thumb {
	float: left;
	width: 52px;
	margin-bottom: 20px;
	padding: 0;
}

.item-detail-thumb-photo {
	width: 52px;
	height: 52px;
	margin-bottom: 10px;
}

.item-detail-thumb-photo img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	margin: auto;
}

.item-detail-info {
	width: 100%;
	margin-bottom: 20px;
}

.item-detail-info dl dt {
	display: table-cell;
	width: 120px;
	padding: 3px;
	vertical-align: middle;
}

.item-detail-info dl dd {
	display: table-cell;
	padding: 3px;
	vertical-align: middle
}

.item-detail-category {
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 10px;
}

.item-detail-label {
	margin-bottom: 8px;
}

.item-detail-label span.new {
	font-size: 11px;
	line-height: 15px;
	display: inline-block;
	width: 60px;
	height: 15px;
	text-align: center;
	color: #fff;
	background-color: #bfa428;
}

.item-detail-name {
	font-size: 22px;
	font-weight: normal;
	line-height: 32px;
	margin-bottom: 10px;
}

.item-detail-vari-price-num {
	font-size: 22px;
	font-weight: normal;
	line-height: 1.4;
	margin-bottom: 15px;
}

.item-detail-vari-price-tax {
	font-size: 14px;
	font-weight: normal;
}

.item-detail-input p {
	font-size: 14px;
	margin-bottom: 5px;
}

.item-detail-inputtext input {
	font-size: 16px;
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 56px;
	margin-bottom: 18px;
	padding: 0 8px;
	vertical-align: middle;
	border: 1px solid #cec599;
	background-color: #fff;
}

.item-detail-select {
	width: 100%;
	margin-bottom: 18px;
}

.item-detail-select label {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 56px;
	vertical-align: middle;
	border: 1px solid #cec599;
	background-color: #fff;
}

.item-detail-select label:after {
	position: absolute;
	z-index: 2;
	top: 50%;
	right: 15px;
	display: block;
	width: 18px;
	height: 10px;
	margin-top: -5px;
	content: '';
	pointer-events: none;
	background-image: url(https://image.raku-uru.jp/cms/yt00015/img/icn-arrow-select-l.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.item-detail-select select {
	font-size: 14px;
	line-height: 56px;
	position: relative;
	z-index: 2;
	display: block;
	width: 100%;
	width: -webkit-calc(100%);
	height: 56px;
	margin: 0;
	padding: 0 45px 0 15px;
	text-indent: .01px;
	text-overflow: '';
	border: 0;
	outline: none;
	background: transparent;
	-webkit-appearance: none;
	   -moz-appearance: none;
		    appearance: none;
}
select::-ms-expand {
	display: none;
}

/* radio */
.item-detail-cart-vari-radio {
	overflow: hidden;
	width: 100%;
	margin-bottom: 18px;
}

.item-detail-cart-vari-radio div {
	margin-bottom: 10px;
	padding-bottom: 1px;
}

.item-detail-cart-vari-radio input {
	position: absolute;
	opacity: .0;
}

.item-detail-cart-vari-radio input + label {
	font-size: 18px;
	line-height: 1;
	position: relative;
	display: inline-block;
	padding-left: 20px;
}

.item-detail-cart-vari-radio input + label::before {
	position: absolute;
	top: 1px;
	left: 0;
	display: block;
	width: 15px;
	height: 15px;
	margin-top: -1px;
	content: '';
	border: 1px solid #cec599;
	border-radius: 50%;
}

.item-detail-cart-vari-radio input:checked + label::after {
	position: absolute;
	top: 3px;
	left: 3px;
	display: block;
	width: 11px;
	height: 11px;
	content: '';
	border-radius: 50%;
	background-color: #191402;
}


.item-detail-num-count {
	font-size: 0;
	width: 100%;
	margin-bottom: 18px;
}

.item-detail-num-minus {
	font-size: 14px;
	display: inline-block;
	margin-right: 12px;
	vertical-align: middle;
}

.item-detail-num-minus a {
	font-size: 18px;
	line-height: 55px;
	display: block;
	width: 55px;
	height: 55px;
	text-align: center;
	color: #fff;
	border-radius: 2px;
	background-color: #cec599;
}

.item-detail-num-plus {
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
}

.item-detail-num-plus a {
	font-size: 18px;
	line-height: 55px;
	display: block;
	width: 55px;
	height: 55px;
	text-align: center;
	color: #fff;
	border-radius: 2px;
	background-color: #cec599;
}

.item-detail-num-minus a:hover,
.item-detail-num-plus a:hover {
	text-decoration: none;
}

.item-detail-num {
	font-size: 14px;
	line-height: 55px;
	display: inline-block;
	width: 55px;
	height: 55px;
	margin-right: 12px;
	text-align: center;
	vertical-align: middle;
}

.item-detail-num input[type=number] {
	font-size: 14px;
	line-height: 53px;
	display: inline-block;
	width: 53px;
	height: 53px;
	text-align: center;
	border: solid 1px #cec599;
	-moz-appearance: textfield;
}

.item-detail-num input[type=number]::-webkit-outer-spin-button,
.item-detail-num input[type=number]::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

.item-detail-num-select {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 56px;
	margin-bottom: 18px;
	vertical-align: middle;
	border: 1px solid #cec599;
	background-color: #fff;
}

.item-detail-num-select label:after {
	position: absolute;
	z-index: 2;
	top: 50%;
	right: 15px;
	display: block;
	width: 18px;
	height: 10px;
	margin-top: -5px;
	content: '';
	pointer-events: none;
	background-image: url(https://image.raku-uru.jp/cms/yt00015/img/icn-arrow-select-l.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.item-detail-num-select select {
	font-size: 14px;
	line-height: 56px;
	position: relative;
	z-index: 2;
	display: block;
	width: 100%;
	width: -webkit-calc(100%);
	height: 56px;
	margin: 0;
	padding: 0 0 0 20px;
	text-indent: .01px;
	text-overflow: '';
	border: 0;
	outline: none;
	background: transparent;
	-webkit-appearance: none;
	   -moz-appearance: none;
		    appearance: none;
}

.item-detail-cart {
	width: 100%;
	margin-bottom: 25px;
	border-bottom: #cec599 solid 1px;
}

.item-detail-cart p {
	font-size: 14px;
	margin-bottom: 5px;
}

.item-detail-cart-btn {
	width: 100%;
	margin-bottom: 20px;
}

.item-detail-cart-btn a {
	font-size: 20px;
	line-height: 54px;
	display: block;
	width: 100%;
	height: 54px;
	text-align: center;
	color: #fff;
	border-radius: 27px;
	background-color: #191402;
}

.item-detail-cart-btn a:hover {
	text-decoration: none;
}

.item-detail-cart-btn a span {
	position: relative;
}

.item-detail-cart-btn a span:before {
	position: absolute;
	top: 50%;
	left: -46px;
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-top: -12px;
	content: '';
	vertical-align: middle;
	background-image: url(https://image.raku-uru.jp/cms/yt00015/img/icn-cart-btn.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.item-detail-txt {
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: #cec599 solid 1px;
}

.item-detail-txt p {
	font-size: 13px;
	padding: 3px;
}

.item-detail-code {
	width: 100%;
	padding-bottom: 20px;
}

.item-detail-code dl {
	display: table;
	width: 100%;
}

.item-detail-code dl dt {
	display: table-cell;
	width: 90px;
	padding: 3px;
}

.item-detail-code dl dd {
	display: table-cell;
	padding: 3px;
}

.item-comment {
	margin-bottom: 20px;
	padding-top: 20px;
}

.item-comment h4 {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 15px;
}

.item-comment p {
	font-size: 13px;
}

.item-detail-share {
	padding: 10px;
	border-top: #cec599 solid 1px;
	border-bottom: #cec599 solid 1px;
}

.item-detail-share-label {
	display: inline-block;
	margin-right: 30px;
	vertical-align: middle;
}

.item-detail-share-label img {
	width: 26px;
	height: auto;
}

.item-detail-share ul {
	display: inline-block;
}

.item-detail-share ul li {
	line-height: 34px;
	display: inline-block;
	width: 34px;
	height: 34px;
	margin-right: 10px;
}

.item-detail-share ul li img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}

@media only screen and (max-width: 600px) {
	#item-detail {
		padding-top: 15px;
	}
	.item-detail-left {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	.item-detail-right {
		float: none;
		width: 100%;
	}
	.item-detail-photo-main {
		position: relative;
		float: none;
		width: 280px;
		margin: 0 auto;
		padding: 0;
	}
	.item-detail-photo {
		position: relative;
		overflow: hidden;
		width: 280px;
		height: 280px;
		margin: 0 auto 10px;
	}
	.item-detail-photo ul {
		width: 100%;
		height: 280px;
		margin: 0 auto;
	}
	.item-detail-photo ul li {
		display: block;
		float: left;
		width: 280px;
		height: 280px;
		margin: 0;
	}
	.item-detail-photo-backbtn {
		position: absolute;
		top: 50%;
		left: -20px;
		display: block;
		margin-top: -14px;
	}
	.item-detail-photo-backbtn a {
		display: block;
		width: 15px;
		height: 28px;
		background-image: url(https://image.raku-uru.jp/cms/yt00015/img/icn-arrow-photo-prev_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.item-detail-photo-nextbtn {
		position: absolute;
		top: 50%;
		right: -20px;
		display: block;
		margin-top: -14px;
	}
	.item-detail-photo-nextbtn a {
		display: block;
		width: 15px;
		height: 28px;
		background-image: url(https://image.raku-uru.jp/cms/yt00015/img/icn-arrow-photo-next_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.item-detail-thumb {
		display: none;
	}
	.item-detail-info {
		width: 100%;
		margin-bottom: 18px;
		padding: 0 10px;
		text-align: left;
	}
	.item-detail-category {
		font-size: 12px;
		margin-bottom: 8px
	}
	.item-detail-name {
		font-size: 16px;
		font-weight: normal;
		line-height: 32px;
		margin-bottom: 8px;
		letter-spacing: 1px;
	}
	.item-detail-vari-price-num {
		font-size: 16px;
		font-weight: normal;
		margin-bottom: 15px;
	}
	.item-detail-vari-price-tax {
		font-size: 12px;
		font-weight: normal;
	}
	.item-detail-input {
		padding: 0 10px;
	}
	.item-detail-input p {
		font-size: 14px;
		margin-bottom: 5px;
	}
	.item-detail-select {
		width: 100%;
		margin-bottom: 20px;
	}
	.item-detail-select label {
		position: relative;
		display: inline-block;
		overflow: hidden;
		width: 100%;
		height: 56px;
		vertical-align: middle;
	}
	.item-detail-select select {
		font-size: 16px;
	}
	.item-detail-num-count {
		font-size: 0;
		width: 100%;
		margin-bottom: 30px;
		text-align: center;
	}
	.item-detail-num-minus {
		font-size: 14px;
		display: inline-block;
		margin-right: 12px;
	}
	.item-detail-num-minus a {
		font-size: 18px;
		line-height: 55px;
		display: block;
		width: 55px;
		height: 55px;
		text-align: center;
	}
	.item-detail-num {
		font-size: 16px;
		line-height: 55px;
		display: inline-block;
		width: 55px;
		height: 55px;
		margin-right: 12px;
		text-align: center;
	}
	.item-detail-num-plus {
		font-size: 14px;
		display: inline-block;
	}
	.item-detail-num-plus a {
		font-size: 18px;
		line-height: 55px;
		display: block;
		width: 55px;
		height: 55px;
		text-align: center;
	}
	.item-detail-num-select select {
		font-size: 16px;
	}
	.item-detail-cart {
		width: 100%;
		margin-bottom: 18px;
		padding-right: 10px;
		padding-left: 10px;
	}
	.item-detail-cart-btn {
		width: 100%;
		margin-bottom: 30px;
	}
	.item-detail-cart-btn a {
		font-size: 20px;
		line-height: 54px;
		display: block;
		width: 100%;
		height: 54px;
		text-align: center;
		border-radius: 27px;
	}
	.item-detail-cart-btn a span {
		position: relative;
	}
	.item-detail-cart-btn a span:before {
		position: absolute;
		top: 50%;
		left: -40px;
		display: inline-block;
		width: 24px;
		height: 24px;
		margin-top: -12px;
		content: '';
		vertical-align: middle;
		background-image: url(https://image.raku-uru.jp/cms/yt00015/img/icn-cart-btn.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.item-detail-share {
		margin-bottom: 0;
		text-align: center;
	}
	.item-detail-share ul li {
		display: inline-block;
		width: 24px;
		margin: 0 10px;
	}

	.item-detail-txt {
		width: 100%;
		margin-bottom: 18px;
		padding-right: 10px;
		padding-bottom: 18px;
		padding-left: 10px;
		border-bottom: #d0d0d0 dotted 1px;
	}
	.item-detail-txt p {
		font-size: 13px;
		padding: 0;
	}
	.item-detail-code {
		width: 100%;
		padding-right: 10px;
		padding-bottom: 20px;
		padding-left: 10px;
		border-bottom: #d0d0d0 dotted 1px;
	}
	.item-detail-code dl {
		display: table;
		width: 100%;
	}
	.item-detail-code dl dt {
		font-size: 13px;
		display: table-cell;
		width: 95px;
		padding: 0;
	}
	.item-detail-code dl dd {
		font-size: 13px;
		display: table-cell;
		padding: 0;
	}
	.item-comment {
		margin-bottom: 0;
		padding-top: 20px;
		padding-right: 10px;
		padding-bottom: 20px;
		padding-left: 10px;
	}
	.item-comment h4 {
		font-size: 14px;
		font-weight: normal;
		margin-bottom: 15px;
	}
	.item-comment p {
		font-size: 13px;
	}
	.item-detail-share {
		position: relative;
		padding: 15px 10px;
	}
	.item-detail-share-label {
		position: absolute;
		top: 50%;
		left: 10px;
		display: inline-block;
		margin-top: -16px;
		margin-right: 30px;
		vertical-align: middle;
	}
	.item-detail-share-label img {
		width: 32px;
		height: auto;
	}
	.item-detail-share ul {
		display: inline-block;
	}
	.item-detail-share ul li {
		line-height: 40px;
		display: inline-block;
		width: 40px;
		height: 40px;
		margin: 0 8px;
	}
}

/* recommend */
#recommend {
	position: relative;
	padding-top: 30px;
}

@media only screen and (max-width: 600px) {
	#recommend {
		padding-top: 30px;
	}
}

/* about-tbl */
.about-tbl,
table.payment-content {
	width: 100%;
}

.about-tbl th,
table.payment-content th {
	font-weight: bold;
	width: 260px;
	padding: 20px 18px;
	text-align: left;
	border-bottom: #f0e7d5 solid 1px;
}

.about-tbl td,
table.payment-content td {
	padding: 20px 18px;
	text-align: left;
	border-bottom: #f0e7d5 solid 1px;
}

@media only screen and (max-width: 600px) {
	.about-tbl,
	table.payment-content {
		display: block;
		width: 100%;
	}
	.about-tbl tbody,
	.about-tbl tbody tr,
	table.payment-content tbody,
	table.payment-content tbody tr {
		display: block;
		width: 100%;
	}
	.about-tbl th,
	table.payment-content th {
		font-size: 14px;
		display: block;
		width: 100%;
		padding: 10px 10px 0;
		border-bottom: none;
	}
	.about-tbl td,
	table.payment-content td {
		font-size: 12px;
		display: block;
		width: 100%;
		padding: 0 10px 10px;
		text-align: left;
	}
	table.payment-content {
		display: table;
	}
	table.payment-content tbody{
		display: table-row-group;
	}
	table.payment-content tbody tr{
		display: table-row;
	}
	table.payment-content th,
	table.payment-content td{
		display: table-cell;
		width: 50%;
	}
}

.payment-title {
	font-weight: bold;
}

.payment-content {
	margin-bottom: 1em;
}

table.payment-content tr:first-child td {
	text-align: center;
}

table.payment-content  td {
	text-align: right;
}

.carriage-title {
	font-weight: bold;
}

.carriage-content a {
	text-decoration: underline;
}

/* cart */
.cart-flow-list {
	margin-bottom: 38px;
	text-align: center;
}

.cart-flow {
	font-size: 14px;
	line-height: 42px;
	position: relative;
	display: inline-block;
	margin: 0 15px;
	padding-right: 40px;
	text-align: center;
	vertical-align: middle;
	color: #a1903d;
}

.cart-flow:not(:last-child):after {
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 0;
	display: block;
	width: 10px;
	height: 19px;
	margin-top: -10px;
	content: '';
	background-image: url(https://image.raku-uru.jp/cms/yt00015/img/icn-arrow-flow.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.cart-flow .num {
	font-size: 18px;
	line-height: 43px;
	display: inline-block;
	width: 44px;
	height: 44px;
	margin-right: 15px;
	text-align: center;
	vertical-align: middle;
	color: #a1903d;
	border: #a1903d solid 1px;
	border-radius: 22px;
}

.cart-flow.active .num {
	color: #fff;
	border: #a1903d solid 1px;
	background-color: #a1903d;
}

.cart-section {
	width: 100%;
}

.cart-section-left {
	float: left;
	width: 670px;
}

.cart-section-right {
	position: relative;
	float: right;
	width: 300px;
}

.cart-section-ttl {
	position: relative;
	padding-bottom: 15px;
	text-align: left;
	border-bottom: #e3ddc4 solid 1px;
}

.cart-section-ttl h4 {
	font-size: 20px;
	font-weight: normal;
	display: inline;
}

.cart-form,
.cart-conf,
.cart-conf-item {
	width: 100%;
	margin-bottom: 35px;
	padding-top: 18px;
}

.cart-form table,
.cart-conf table,
.cart-conf-item table {
	width: 100%;
	margin-bottom: 15px;
}

.cart-form table th {
	font-size: 16px;
	font-weight: normal;
	line-height: 36px;
	width: 190px;
	padding: 12px 0;
	text-align: left;
	vertical-align: top;
}

.cart-conf table th {
	font-size: 16px;
	font-weight: normal;
	width: 194px;
	padding: 5px 0;
	text-align: left;
	vertical-align: top;
}

.cart-conf-item table th {
	font-size: 16px;
	font-weight: normal;
	width: 194px;
	padding: 12px 0 5px;
	text-align: left;
	vertical-align: top;
	border-bottom: #e3ddc4 dotted 1px;
}

.cart-form table th span {
	font-size: 12px;
	margin-left: 20px;
	color: #e30000;
}

.cart-conf-item table th img {
	width: 140px;
	height: auto;
}

.cart-form table td {
	font-size: 16px;
	font-weight: normal;
	padding: 12px 0;
	text-align: left;
	vertical-align: top;
}

.cart-conf table td {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.6;
	padding: 5px 0;
	text-align: left;
	vertical-align: top;
}

.cart-conf-item table td {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.6;
	padding: 12px 0 5px;
	text-align: left;
	vertical-align: top;
	border-bottom: #e3ddc4 dotted 1px;
}

.cart-form table td input[type=text] {
	line-height: 36px;
	height: 36px;
	padding: 0 10px;
	border: #dacbad solid 1px;
	background-color: #fff;
}

.cart-form table td input[type=text].error {
	background-color: #fff;
}

.form-select label {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 190px;
	height: 36px;
	vertical-align: middle;
	border: 1px solid #dacbad;
	background-color: #fff;
}

.form-select label:after {
	position: absolute;
	z-index: 2;
	top: 50%;
	right: 15px;
	display: block;
	width: 13px;
	height: 7px;
	margin-top: -4px;
	content: '';
	background-image: url(https://image.raku-uru.jp/cms/yt00015/img/icn-arrow-select-s.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.form-select select {
	font-size: 14px;
	line-height: 36px;
	position: relative;
	z-index: 2;
	display: block;
	width: 190px;
	height: 36px;
	margin: 0;
	padding: 0 0 0 10px;
	border: 0;
	outline: none;
	background: transparent;
	-webkit-appearance: none;
	   -moz-appearance: none;
		    appearance: none;
}

.form-txt-ss {
	width: 68px;
}

.form-txt-s {
	width: 185px;
}

.form-txt-m {
	width: 388px;
}

.form-txt-l {
	width: 100%;
}

.lbl-s {
	display: inline-block;
	width: 2em;
	margin-right: 8px;
	text-align: right;
}

.lbl-l {
	display: inline-block;
	width: 5em;
	margin-right: 8px;
	text-align: right;
}

.mr30 {
	margin-right: 30px;
}

.mr15 {
	margin-right: 15px;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mb24 {
	margin-bottom: 24px;
}

.form-tbl-show {
	display: none;
}

.form-tbl-show.active {
	display: table;
}

.cart-section-total {
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	padding: 25px;
	border: #f8f7f4 5px solid;
	background-color: #f8f7f4;
}

.cart-section-total.jq-fixed {
	position: fixed;
	top: 0;
	left: 50%;
	margin-left: 200px;
}
@media only screen and (max-width:1000px) {
	.cart-section-total.jq-fixed {
		top: 0;
		left: 700px;
		margin-left: auto;
	}
}

.cart-btn {
	width: 100%;
	margin-bottom: 25px;
}

.cart-btn button[type='submit'],
.cart-btn a {
	font-size: 20px;
	line-height: 52px;
	position: relative;
	display: block;
	width: 100%;
	height: 54px;
	text-align: center;
	color: #fff;
	border: none;
	border-radius: 26px;
	background-color: #191402;
}

.cart-btn button[type='submit'] span:before,
.cart-btn a span:before {
	position: absolute;
	top: 50%;
	left: 30px;
	display: block;
	width: 21px;
	height: 10px;
	margin-top: -5px;
	content: '';
	background-image: url(https://image.raku-uru.jp/cms/yt00015/img/icn-arrow-cart-btn.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.cart-btn a.comp-btn span:before {
	position: absolute;
	top: 50%;
	left: 30px;
	display: block;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	content: '';
	background-image: url(https://image.raku-uru.jp/cms/yt00015/img/icn-check.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.cart-subtotal {
	margin-bottom: 18px;
}

.cart-subtotal table {
	width: 100%;
}

.cart-subtotal table th {
	font-size: 16px;
	font-weight: normal;
	text-align: left;
}

.cart-subtotal table td {
	font-size: 16px;
	font-weight: normal;
	text-align: right;
}

.cart-total {
	padding-top: 12px;
	border-top: #d0d0d0 solid 1px;
}

.cart-total table {
	width: 100%;
}

.cart-total table th {
	font-size: 16px;
	font-weight: normal;
	text-align: left;
}

.cart-total table td {
	font-size: 24px;
	font-weight: bold;
	text-align: right;
}

.conf-lbl {
	display: inline-block;
	width: 5em;
	margin-right: 15px;
	margin-bottom: 10px;
}

.conf-dt {
	display: inline-block;
	margin-bottom: 10px;
}

@media only screen and (max-width: 600px) {
	.cart-flow-list {
		font-size: 0;
		margin-bottom: 12px;
		padding: 10px 0 0;
		text-align: center;
	}
	.cart-flow {
		font-size: 10px;
		line-height: 1.2;
		position: relative;
		display: inline-block;
		width: 95px;
		margin: 0 5px;
		padding: 50px 10px 0;
		text-align: center;
	}
	.cart-flow:not(:last-child):after {
		position: absolute;
		z-index: 1;
		top: 50%;
		right: -10px;
		display: block;
		width: 10px;
		height: 19px;
		margin-top: -10px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00015/img/icn-arrow-flow.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.cart-flow .num {
		font-size: 16px;
		line-height: 38px;
		position: absolute;
		top: 0;
		left: 50%;
		display: inline-block;
		width: 40px;
		height: 40px;
		margin-right: 0;
		margin-left: -20px;
		text-align: center;
		vertical-align: middle;
		border-radius: 20px;
	}

	.cart-section {
		width: 100%;
	}
	.cart-section-left {
		float: none;
		width: 100%;
	}
	.cart-section-right {
		float: none;
		width: 100%;
		padding-right: 10px;
		padding-left: 10px;
	}
	.cart-section-ttl {
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	.cart-section-ttl h4 {
		font-size: 16px;
		padding: 0 10px;
	}

	.cart-form,
	.cart-conf,
	.cart-conf-item {
		width: 100%;
		margin-bottom: 10px;
		padding-top: 12px;
		padding-right: 10px;
		padding-left: 10px;
	}
	.cart-form table,
	.cart-conf table {
		display: block;
		width: 100%;
		margin-bottom: 0;
	}
	.cart-conf-item table {
		width: 100%;
		margin-bottom: 0;
	}
	.cart-form table tbody,
	.cart-form table tr,
	.cart-conf table tbody,
	.cart-conf table tr {
		display: block;
		width: 100%;
	}
	.cart-form table th {
		font-size: 14px;
		font-weight: normal;
		line-height: 1.2;
		display: block;
		width: 100%;
		padding: 0 0 10px;
		text-align: left;
	}
	.cart-conf table th {
		font-size: 14px;
		font-weight: normal;
		display: block;
		width: 100%;
		padding: 0 0 5px;
		text-align: left;
	}
	.cart-conf-item table th {
		width: 76px;
		padding: 12px 0;
		vertical-align: top;
	}
	.cart-conf-item table tr:last-child th {
		border-bottom: none;
	}
	.cart-form table th span {
		font-size: 12px;
		margin-left: 10px;
		padding: 4px 8px;
	}
	.cart-conf-item table th img {
		width: 70px;
		height: auto;
	}
	.cart-form table td {
		font-size: 12px;
		font-weight: normal;
		display: block;
		width: 100%;
		padding: 0 0 20px;
		vertical-align: top;
	}
	.cart-conf table td {
		font-size: 12px;
		font-weight: normal;
		display: block;
		width: 100%;
		padding: 0 0 20px;
		vertical-align: top;
	}
	.cart-conf-item table td {
		font-size: 14px;
		padding: 12px 0;
	}
	.cart-conf-item table tr:last-child td {
		border-bottom: none;
	}
	.cart-form table td input[type=text] {
		line-height: 36px;
		height: 36px;
		padding: 0 10px;
	}
	.form-select label {
		position: relative;
		display: inline-block;
		overflow: hidden;
		width: 100%;
		height: 36px;
		vertical-align: middle;
	}
	.form-select select {
		font-size: 16px;
		line-height: 36px;
		position: relative;
		z-index: 2;
		display: block;
		width: 100%;
		width: -webkit-calc(100%);
		height: 36px;
		margin: 0;
		padding: 0 40px 0 10px;
		border: 0;
		outline: none;
		background: transparent;
		-webkit-appearance: none;
		   -moz-appearance: none;
		        appearance: none;
	}
	.form-txt-ss {
		width: 100px;
	}
	.form-txt-s {
		width: 100%;
	}
	label + .form-txt-s {
		width: 100px;
	}
	.form-txt-m {
		width: 100%;
	}
	.form-txt-l {
		width: 100%;
	}
	.lbl-s {
		display: inline-block;
		width: 2em;
		margin-right: 8px;
		text-align: left;
	}
	.lbl-l {
		display: inline-block;
		width: 100%;
		margin-right: 0;
		margin-bottom: 6px;
		text-align: left;
	}
	.mr30 {
		margin-right: 15px;
	}
	.mb24 {
		margin-bottom: 10px;
	}
	.cart-form table.form-tbl-show,
	.cart-conf table.form-tbl-show {
		display: none;
	}
	.cart-form table.form-tbl-show.active,
	.cart-conf table.form-tbl-show.active {
		display: block;
	}
	.cart-section-total {
		position: inherit;
		top: 0;
		left: auto;
		width: 100%;
		margin-bottom: 24px;
		padding: 20px 14px;
	}
	.cart-section-total.jq-fixed {
		position: inherit;
		top: 0;
		left: auto;
		margin: 0 auto;
	}
	.cart-btn {
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}
	.cart-btn button[type='submit'],
	.cart-btn a {
		font-size: 16px;
		line-height: 46px;
		width: 230px;
		height: 46px;
		margin: 0 auto;
		color: #fff;
		border-radius: 23px;
	}
	.cart-btn button[type='submit'] span:before,
	.cart-btn a span:before {
		position: absolute;
		top: 50%;
		left: 30px;
		display: block;
		width: 21px;
		height: 10px;
		margin-top: -5px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00015/img/icn-arrow-cart-btn.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.cart-btn a.comp-btn span:before {
		position: absolute;
		top: 50%;
		left: 30px;
		display: block;
		width: 18px;
		height: 18px;
		margin-top: -9px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00015/img/icn-check.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.cart-subtotal {
		margin-bottom: 5px;
	}
	.cart-subtotal table {
		width: 100%;
	}
	.cart-subtotal table th {
		font-size: 16px;
	}
	.cart-subtotal table td {
		font-size: 16px;
	}
	.cart-total {
		padding-top: 6px;
		border-top: #d0d0d0 solid 1px;
	}
	.cart-total table {
		width: 100%;
	}
	.cart-total table th {
		font-size: 16px;
	}
	.cart-total table td {
		font-size: 20px;
	}
	.conf-lbl {
		display: block;
		width: 100%;
		margin-right: 0;
		margin-bottom: 5px;
	}
	.conf-dt {
		display: block;
		margin-bottom: 20px;
	}
}

.complate-area {
	width: 710px;
	margin: 0 auto 40px;
	padding-top: 35px;
	padding-bottom: 20px;
	text-align: center;
	border-bottom: #e3ddc4 solid 1px;
}

.complate-area h4 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 50px;
	text-align: center;
}

.complate-area .comp-code {
	font-size: 20px;
	font-weight: normal;
	display: inline-block;
	width: auto;
	margin-bottom: 50px;
	padding: 15px 30px;
	text-align: center;
	color: #a1903d;
	border: #a1903d solid 1px;
	background-color: #fff;
}

.complate-area p {
	font-size: 16px;
}

.cart-section .btn-area {
	margin-bottom: 100px;
}

@media only screen and (max-width: 600px) {
	.complate-area {
		width: 100%;
		margin: 0 auto 40px;
		padding-top: 30px;
		padding-right: 10px;
		padding-bottom: 30px;
		padding-left: 10px;
		text-align: center;
	}
	.complate-area h4 {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 30px;
		text-align: center;
	}
	.complate-area .comp-code {
		font-size: 16px;
		font-weight: normal;
		display: inline-block;
		width: 100%;
		margin-bottom: 30px;
		padding: 5px 0;
		text-align: center;
	}
	.complate-area p {
		font-size: 14px;
		text-align: left;
	}
	.cart-section .btn-area {
		margin: 0 10px 50px;
	}
}

/* help-block */
.help-block.form-error {
	font-size: 12px;
	display: inline-block;
	margin-top: 10px;
	margin-right: 10px;
	padding: 8px 18px;
	text-align: left;
	color: #fff;
	background-color: #e30000;
}

@media only screen and (max-width: 600px) {
	.help-block.form-error {
		padding: 8px 15px;
	}
}

/* newarrival */
#newarrival {
	position: relative;
}

/***********
 * parts
 ***********/
/* msg */
.msg {
	font-size: 14px;
	margin-bottom: 38px;
	padding: 8px 15px;
	text-align: left;
	background-color: #f8f7f4;
}

@media only screen and (max-width: 600px) {
	.msg {
		font-size: 12px;
		line-height: 1.3;
		margin-bottom: 38px;
		padding: 8px 10px;
		text-align: left;
	}
}

/* err */
.err-msg {
	font-size: 14px;
	margin-bottom: 38px;
	padding: 5px 15px;
	text-align: left;
	color: #e30000;
	border: #e30000 solid 1px;
	background-color: #fff;
}

@media only screen and (max-width: 600px) {
	.err-msg {
		font-size: 12px;
		line-height: 1.4;
		margin-right: 10px;
		margin-bottom: 20px;
		margin-left: 10px;
		padding: 10px 10px;
	}
}

/*bread*/
.bread {
	width: 100%;
	padding: 10px 0;
	background-color: #f3f2ed;
}

.bread ul li {
	font-size: 12px;
	float: left;
	margin-right: 18px;
}

.bread ul li img {
	width: 18px;
	height: auto;
	vertical-align: middle;
}

.bread ul li a:after {
	display: inline-block;
	margin-left: 18px;
	content: '|';
	color: #333;
}

.bread ul li a:hover {
	text-decoration: underline;
	opacity: 1;
}


@media only screen and (max-width: 600px) {
	.bread {
		padding: 10px 10px;
	}
	.bread ul li {
		font-size: 12px;
		margin-right: 8px;
	}
}

/* itemcount */
.item-list-itemcount {
	margin: 10px;
	text-align: right;
}

/* paging */
.paging-area {
	position: relative;
	clear: both;
	padding: 16px 0;
	border-bottom: #cec599 solid 1px;
}

.paging {
	font-size: 14px;
	position: relative;
	width: 212px;
	margin: 0 auto;
	text-align: center;
}

.paging .prev {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -5px;
}

.paging .prev a {
	position: relative;
	display: block;
	width: 21px;
	height: 10px;
	background-image: url(https://image.raku-uru.jp/cms/yt00015/img/icn-arrow-prev.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.paging .next {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -5px;
}

.paging .next a {
	position: relative;
	display: block;
	width: 21px;
	height: 10px;
	background-image: url(https://image.raku-uru.jp/cms/yt00015/img/icn-arrow-next.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.page-num ul {
	font-size: 0;
}

.page-num ul li {
	font-size: 14px;
	display: inline-block;
	margin: 0 15px;
}

.page-num ul li span a {
	color:#999;
}

@media only screen and (max-width: 600px) {
	.paging-area {
		padding: 0 0;
		border: none;
	}
	.paging {
		width: 100%;
		padding: 12px 10px;
		border-bottom: #cec599 solid 1px;
	}
	.paging .prev {
		position: absolute;
		top: 50%;
		left: 10px;
		margin-top: -5px;
	}
	.paging .prev a {
		position: relative;
		display: block;
		width: 21px;
		height: 10px;
		background-image: url(https://image.raku-uru.jp/cms/yt00015/img/icn-arrow-prev.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.paging .next {
		position: absolute;
		top: 50%;
		right: 10px;
		margin-top: -5px;
	}
	.paging .next a {
		position: relative;
		display: block;
		width: 21px;
		height: 10px;
		background-image: url(https://image.raku-uru.jp/cms/yt00015/img/icn-arrow-next.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.page-num ul {
		font-size: 0;
	}
	.page-num ul li {
		font-size: 14px;
		display: inline-block;
		margin: 0 14px;
	}
}


/* sort */
.sort {
	font-size: 0;
	position: relative;
	width: 100%;
	padding-top: 20px;
	text-align: right;
}

.sort-label {
	font-size: 12px;
	display: inline-block;
}

.sort ul {
	font-size: 0;
	display: inline-block;
}

.sort ul li {
	font-size: 12px;
	position: relative;
	display: inline-block;
	margin-left: 10px;
	padding-left: 10px;
}

.sort ul li:first-child {
	margin-left: 0;
	padding-left: 0;
}

.sort ul li:not(:first-child):after {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 1px;
	height: 12px;
	margin-top: -6px;
	content: '';
	background-color: #000;
}

.sort ul li a {
	text-decoration: underline;
}

.sort ul li a:hover {
	text-decoration: none;
}

@media only screen and (max-width: 600px) {
	.sort {
		font-size: 0;
		position: relative;
		width: 100%;
		padding-top: 12px;
		padding-bottom: 13px;
		text-align: center;
	}
	.sort-label {
		display: none;
	}
	.sort ul {
		font-size: 0;
		display: inline-block;
		text-align: center;
	}
	.sort ul li {
		font-size: 12px;
		position: relative;
		display: inline-block;
		margin-left: 20px;
		padding-left: 20px;
	}
	.sort ul li:first-child {
		margin-left: 0;
		padding-left: 0;
	}
	.sort ul li:not(:first-child):after {
		position: absolute;
		top: 50%;
		left: 0;
		display: block;
		width: 1px;
		height: 12px;
		margin-top: -6px;
		content: '';
		background-color: #000;
	}
	.sort ul li a {
		text-decoration: underline;
	}
}

/* icon */

 
.icn-badge15387:after {
	content: "NEW";
	font-size: 12px;
	line-height: 15px;
	position: absolute;
	top: 30px;
	left: 0;
	display: block;
	width: 60px;
	height: 15px;
	text-align: center;
	color: #fff;
	background-color: #bfa428;
}

.item-detail-photo.icn-badge15387:after {
	top: 0;
}

@media only screen and (max-width: 600px) {
	.icn-badge15387:after {
		font-size: 11px;
		top: 15px;
		left: 0;
	}
} 
.icn-badge15388:after {
	content: "おすすめ";
	font-size: 12px;
	line-height: 15px;
	position: absolute;
	top: 30px;
	left: 0;
	display: block;
	width: 60px;
	height: 15px;
	text-align: center;
	color: #fff;
	background-color: #bfa428;
}

.item-detail-photo.icn-badge15388:after {
	top: 0;
}

@media only screen and (max-width: 600px) {
	.icn-badge15388:after {
		font-size: 11px;
		top: 15px;
		left: 0;
	}
} 
.icn-badge15389:after {
	content: "人気";
	font-size: 12px;
	line-height: 15px;
	position: absolute;
	top: 30px;
	left: 0;
	display: block;
	width: 60px;
	height: 15px;
	text-align: center;
	color: #fff;
	background-color: #bfa428;
}

.item-detail-photo.icn-badge15389:after {
	top: 0;
}

@media only screen and (max-width: 600px) {
	.icn-badge15389:after {
		font-size: 11px;
		top: 15px;
		left: 0;
	}
} 
.icn-new:after {
	content: "";
	/* NEW */
	font-size: 12px;
	line-height: 15px;
	position: absolute;
	top: 30px;
	left: 0;
	display: block;
	width: 60px;
	height: 15px;
	text-align: center;
	color: #fff;
	background-color: #bfa428;
}

@media only screen and (max-width: 600px) {
	.icn-new:after {
		font-size: 11px;
		top: 15px;
		left: 0;
	}
}

.icn-popular:after {
	content: "";
	/* 人気 */
	font-size: 11px;
	line-height: 15px;
	position: absolute;
	top: 30px;
	left: 0;
	display: block;
	width: 60px;
	height: 15px;
	text-align: center;
	color: #fff;
	background-color: #d91241;
}

@media only screen and (max-width: 600px) {
	.icn-popular:after {
		font-size: 11px;
		top: 15px;
		left: 0;
	}
}

.icn-recommend:after {
	content: "";
	/* おすすめ */
	font-size: 11px;
	line-height: 15px;
	position: absolute;
	top: 30px;
	left: 0;
	display: block;
	width: 60px;
	height: 15px;
	text-align: center;
	color: #fff;
	background-color: #098cc9;
}

@media only screen and (max-width: 600px) {
	.icn-recommend:after {
		font-size: 11px;
		top: 15px;
		left: 0;
	}
}

.icn-reservation::before {
	content: "予約商品";
	width: 58px;
	height: 18px;
	display: block;
	float: left;
	font-size: 11px;
	line-height: 18px;
	margin-top: 2px;
	margin-right: 6px;
	text-align: center;
	color: #fff;
	background: #666;
}

a .icn-reservation::before {
	color: #fff;
	background: #666;
}

.item-detail-name.icn-reservation::before {
	font-size: 16px;
	line-height: 32px;
	position: relative;
	float: left;
	width: 96px;
	height: 32px;
	margin-right: 10px;
}

/*overlay*/
.overlay {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(161,144,61,.9);
}

.modal-open {
	/*
	overflow: hidden;   
	*/
}

.modal-open .overlay {
	display: block;
	background-color: rgba(0,0,0,.8);
}
@media only screen and (max-width: 600px) {
	.nav-open {
		overflow: hidden;
	}
	.nav-open .overlay {
		display: block;
	}
}

/* modal */
.modal {
	position: absolute;
	z-index: 9999;
	top: 50%;
	left: 50%;
	display: none;
	margin-top: -200px;
	margin-left: -320px;
	padding: 6px;
	background-color: #e3ddc4;
}

.modal-open .modal {
	display: block;
}

.modal-inner {
	position: relative;
	width: 100%;
	height: auto;
}

.modal-img {
	max-width: 648px;
	max-height: 648px;
}

.modal-img img {
	display: block;
	max-width: 648px;
	max-height: 648px;
	width: auto;
	height: auto;
}

.modal-close {
	position: absolute;
	top: -20px;
	right: -20px;
}

.modal-close a {
	display: block;
	width: 52px;
	height: 52px;
	background-image: url(https://image.raku-uru.jp/cms/yt00015/img/btn-modal-close.png);
	background-repeat: no-repeat;
	background-size: cover;
}

@media only screen and (max-width: 600px) {
	.modal {
		position: absolute;
		z-index: 9999;
		top: 50%;
		left: 50%;
		display: none;
		margin-top: -110px;
		margin-left: -150px;
		padding: 5px;
	}
	.modal-open .modal {
		display: block;
	}
	.modal-inner {
		position: relative;
		width: 100%;
		height: auto;
	}
	.modal-img {
		max-width: 280px;
		max-height: 280px;
	}
	.modal-img img {
		max-width: 280px;
		max-height: 280px;
		width: auto;
		height: auto;
	}
	.modal-close {
		position: absolute;
		top: -20px;
		right: -20px;
	}
	.modal-close a {
		display: block;
		width: 37px;
		height: 37px;
	}
}

/* pagetop */
.btn-pagetop {
	width: 100%;
	height: 44px;
	background-color: #26210c;
}

.btn-pagetop a {
	font-size: 14px;
	line-height: 44px;
	position: relative;
	display: block;
	float: right;
	padding-right: 24px;
	color: #a1903d;
}

.btn-pagetop a:after {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 14px;
	height: 10px;
	margin-top: -5px;
	content: '';
	background-image: url(https://image.raku-uru.jp/cms/yt00015/img/btn-pagetop.png);
	background-repeat: no-repeat;
	background-size: cover;
}

@media only screen and (max-width: 600px) {
	.btn-pagetop {
		height: 42px;
		text-align: center;
	}
	.btn-pagetop a {
		line-height: 42px;
		display: inline-block;
		float: none;
		padding: 0;
	}
	.btn-pagetop a:after {
		position: inherit;
		top: auto;
		bottom: 0;
		left: 0;
		display: inline-block;
		width: 14px;
		height: 10px;
		margin-top: 0;
		margin-left: 10px;
		content: '';
		vertical-align: middle;
		background-image: url(https://image.raku-uru.jp/cms/yt00015/img/btn-pagetop_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
}

/***********
 * module
 ***********/
.sp {
	display: none !important;
}
@media only screen and (max-width: 600px) {
	.sp {
		display: inline-block !important;
	}
}

/***送料について***/
.shipment-tbl {
	width: 100%;
	margin-top: 30px;
	border-top: #cec599 solid 1px;
}

.shipment-tbl th {
	font-weight: bold;
	width: 200px;
	padding: 20px 0;
	text-align: left;
	border-bottom: #cec599 solid 1px;
}

.shipment-tbl-ptn1 th{
	width: 250px;
	padding-right: 20px;
}

.shipment-tbl td {
	padding: 20px 0;
	text-align: left;
	border-bottom: #cec599 solid 1px;
}

.shipment-tbl caption {
	font-size: 16px;
	padding: 4px 12px 3px;
	color: #a1903d;
	background-color: #191402;
}

.shipment-tbl-normal table th {
	width: auto;
	white-space: nowrap;
}

.shipment-tbl-rule-notice {
	font-size: 80%;
}

.shipment-tbl-normal-shippoint-point span{
	display: inline-block;
	line-height: 1.1;
	padding:5px 0;
}

.shipment-tbl-normal-shippoint-point span:nth-child(2){
	padding: 0 10px;
}

.shipment-tbl-normal-rule,
.shipment-tbl-normal-rule2,
.shipment-tbl-tkbsize-defined-rule {
	margin: 15px;
}

.shipment-tbl-normal-rule2 span {
	display: block;
}

.shipment-tbl table th,
.shipment-tbl table td {
	padding: 3px 4px 2px;
	border: 0;
	line-height: 1.1;
}

.shipment-tbl table td {
	text-align: center;
}

.shipment-tbl table thead th,
.shipment-tbl table thead td {
	color: #a1903d;
	background-color: #191402;
}

.shipment-tbl table thead th span,
.shipment-tbl table thead th span {
	display: block;
}

.shipment-tbl table tbody tr:nth-child(2n) th,
.shipment-tbl table tbody tr:nth-child(2n) td {
	background: #f8f7f4;
}

.shipment-tbl table th {
	min-width: 100px;
}

.shipment-tbl-normal-orderprice-ttl,
.shipment-tbl-normal-orderpric-price {
	display: inline-block;
}

@media only screen and (max-width:600px) {
	.shipment-tbl caption {
		display: block;
	}
	.shipment-tbl th {
		font-size: 14px;
		display: block;
		width: 100%;
		padding: 20px 10px 5px;
		border-bottom: none;
	}
	.shipment-tbl td {
		font-size: 12px;
		display: block;
		width: 100%;
		padding: 0 10px 20px;
	}
	.shipment-tbl table {
		width: 90%;
		margin: auto;
	}
	.shipment-tbl table thead th,
	.shipment-tbl table thead td {
		padding-bottom: 5px;
	}
	.shipment-tbl table thead th span,
	.shipment-tbl table thead td span {
		display: inline;
		padding: 0 14px;
	}
	.shipment-tbl table th,
	.shipment-tbl table td {
		width: 100%;
		text-align: center;
	}
}


/***********
 * lp
 ***********/
.body-lp #header {
	height: 65px;
	border-bottom: #d0d0d0 1px solid;
	background-color: #191402;
}

.body-lp #header .logo {
	position: relative;
	width: 170px;
	margin: 0 auto;
}

.contents-lp .main {
	margin-bottom: 50px;
}

.contents-lp .item-order {
	width: 440px;
	margin: 0 auto;
}

.contents-lp .lp-img img{
	display: block;
	max-width: 100%;
	margin: 20px auto;
}

.contents-lp .item-order .item-detail-cart {
	border-bottom: none;
}

.body-lp .footer-top {
	padding: 40px 0;
	background-color: #f8f7f4;
}

.body-lp .footer-top .footer-logo {
	margin-bottom: 0;
}

.body-lp .footer-top .footer-logo img {
	display: block;
	margin: 0 auto;
}

.body-lp .footer-bottom {
	padding: 20px 0;
	background-color: #fff;
}

@media only screen and (max-width: 600px) {
	.body-lp #header {
		height: 50px;
	}
	.contents-lp .item-order {
		width: 100%;
	}

}

/***********
 * login
 ***********/
.body-login #header {
	height: 65px;
	border-bottom: #d0d0d0 1px solid;
	background-color: #191402;
}

.body-login #header .logo {
	position: relative;
	width: 170px;
	margin: 0 auto;
}

.contents-login .main {
	margin-bottom: 50px;
}

.body-login {
	padding: 40px 0;
	background-color: #f8f7f4;
}

.body-login .footer-logo {
	margin-bottom: 0;
}

.body-login .footer-logo img {
	display: block;
	margin: 0 auto;
}

.body-login .footer-bottom {
	padding: 20px 0;
	background-color: #fff;
}

@media only screen and (max-width: 600px) {
	.body-login #header {
		height: 50px;
	}
}


/***********
 * wysiwyg
 ***********/

.wysiwyg-data html, .wysiwyg-data address,
.wysiwyg-data blockquote,
.wysiwyg-data body, .wysiwyg-data dd,.wysiwyg-data  div,
.wysiwyg-data dl, .wysiwyg-data dt, .wysiwyg-data fieldset, .wysiwyg-data form,
.wysiwyg-data frame, .wysiwyg-data frameset,
.wysiwyg-data h1, .wysiwyg-data h2, .wysiwyg-data h3, .wysiwyg-data h4,
.wysiwyg-data h5, .wysiwyg-data h6, .wysiwyg-data noframes,
.wysiwyg-data ol, .wysiwyg-data p, .wysiwyg-data ul, .wysiwyg-data center,
.wysiwyg-data dir, .wysiwyg-data hr, .wysiwyg-data menu, .wysiwyg-data pre   { display: block; unicode-bidi: embed;}
.wysiwyg-data li              { display: list-item;}
.wysiwyg-data head            { display: none;}
.wysiwyg-data table           { display: table;}
.wysiwyg-data tr              { display: table-row;}
.wysiwyg-data thead           { display: table-header-group;}
.wysiwyg-data tbody           { display: table-row-group;}
.wysiwyg-data tfoot           { display: table-footer-group;}
.wysiwyg-data col             { display: table-column;}
.wysiwyg-data colgroup        { display: table-column-group;}
.wysiwyg-data td, .wysiwyg-data th          { display: table-cell;}
.wysiwyg-data caption         { display: table-caption;}
.wysiwyg-data th              { font-weight: bolder; text-align: center;}
.wysiwyg-data caption         { text-align: center;}
.wysiwyg-data body            { margin: 8px;}
.wysiwyg-data h1              { font-size: 2em; margin: .67em 0;}
.wysiwyg-data h2              { font-size: 1.5em; margin: .75em 0;}
.wysiwyg-data h3              { font-size: 1.17em; margin: .83em 0;}
.wysiwyg-data h4, .wysiwyg-data p,
.wysiwyg-data blockquote, .wysiwyg-data ul,
.wysiwyg-data fieldset, .wysiwyg-data form,
.wysiwyg-data ol, .wysiwyg-data dl, .wysiwyg-data dir,
.wysiwyg-data menu            { margin: 1.12em 0; color: #333;}
.wysiwyg-data h5              { font-size: .83em; margin: 1.5em 0;}
.wysiwyg-data h6              { font-size: .75em; margin: 1.67em 0;}
.wysiwyg-data h1, .wysiwyg-data h2, .wysiwyg-data h3, .wysiwyg-data h4,
.wysiwyg-data h5, .wysiwyg-data h6, .wysiwyg-data b,
.wysiwyg-data strong          { font-weight: bolder; color: #333;}
.wysiwyg-data blockquote      { margin-left: 40px; margin-right: 40px;}
.wysiwyg-data i, .wysiwyg-data cite, .wysiwyg-data em,
.wysiwyg-data var, .wysiwyg-data address    { font-style: italic;}
.wysiwyg-data pre, .wysiwyg-data tt, .wysiwyg-data code,
.wysiwyg-data kbd, .wysiwyg-data samp       { font-family: monospace;}
.wysiwyg-data pre             { white-space: pre;}
.wysiwyg-data button, .wysiwyg-data textarea,
.wysiwyg-data input, .wysiwyg-data select   { display: inline-block;}
.wysiwyg-data big             { font-size: 1.17em;}
.wysiwyg-data small, .wysiwyg-data sub, .wysiwyg-data sup { font-size: .83em;}
.wysiwyg-data sub             { vertical-align: sub;}
.wysiwyg-data sup             { vertical-align: super;}
.wysiwyg-data table           { border-spacing: 2px;;}
.wysiwyg-data thead, .wysiwyg-data tbody,
.wysiwyg-data tfoot           { vertical-align: middle;}
.wysiwyg-data td, .wysiwyg-data th, .wysiwyg-data tr      { vertical-align: inherit;}
.wysiwyg-data s, .wysiwyg-data strike, .wysiwyg-data del  { text-decoration: line-through;}
.wysiwyg-data hr              { border: 1px inset;}
.wysiwyg-data ol, .wysiwyg-data ul, .wysiwyg-data dir,
.wysiwyg-data menu, .wysiwyg-data dd        { margin-left: 40px;}
.wysiwyg-data ol              { list-style-type: decimal;}
.wysiwyg-data ol ul, .wysiwyg-data ul ol,
.wysiwyg-data ul ul, .wysiwyg-data ol ol    { margin-top: 0; margin-bottom: 0;}
.wysiwyg-data u, .wysiwyg-data ins          { text-decoration: underline;}
.wysiwyg-data br:before       { content: "\A"; white-space: pre-line;}
.wysiwyg-data center          { text-align: center;}
.wysiwyg-data :link, .wysiwyg-data :visited { text-decoration: underline;}
.wysiwyg-data :focus          { outline: thin dotted invert;}

.wysiwig-data a{color: #666;}
.wysiwig-data a:hover{color: #999;}

.wysiwyg-data table{border:solid 1px;border-collapse:separate;border-color:#c0c0c0 #c0c0c0 #808080 #808080;border-spacing:2px; width:auto;}
.wysiwyg-data table tr td{border:solid 1px;border-color:#808080 #808080 #c0c0c0 #c0c0c0; padding:0;}
.item-comment .wysiwyg-data table tr td{background:#fff;}
.wysiwyg-data ul, .wysiwyg-data ul li{list-style-type: disc;}
.wysiwyg-data ol{list-style-type: decimal;}

/* Begin bidirectionality settings (do not change) */
.wysiwyg-data BDO[DIR="ltr"]  { direction: ltr; unicode-bidi: bidi-override;}
.wysiwyg-data BDO[DIR="rtl"]  { direction: rtl; unicode-bidi: bidi-override;}

.wysiwyg-data *[DIR="ltr"]    { direction: ltr; unicode-bidi: embed;}
.wysiwyg-data *[DIR="rtl"]    { direction: rtl; unicode-bidi: embed;}

@media print {
  .wysiwyg-data h1            { page-break-before: always;}
  .wysiwyg-data h1, .wysiwyg-data h2, .wysiwyg-data h3,
  .wysiwyg-data h4, .wysiwyg-data h5, .wysiwyg-data h6    { page-break-after: avoid;}
  .wysiwyg-data ul, .wysiwyg-data ol, .wysiwyg-data dl    { page-break-before: avoid;}
}


/* --------------------------------------------------

     ap_style

-------------------------------------------------- */
/***********
 * header
 ***********/
.header-top.ap_header-top {
    height: 7em;
    padding-top: 16px;
}

.logo.ap_logo img {
    width: 90%;
}

#head_nav {
    clear: both;
    display: flex;
    justify-content: center;
    padding-top: 16px;
    margin-bottom: 9px;
    color: #fff;
}

#head_nav li {
    color: #fff;
}

#head_nav li::after {
    content: "/";
    color: #fff;
    padding: 0 20px;
}

#head_nav li:last-child::after {
    content: none;
}

#head_nav li a {
    color: #fff;
}

/***********
 * footer
 ***********/
#footer_bg {
    background-color: #030303;
}

.footer-head {
    width: 100%;
    max-width: 1140px;
    padding: 42px 30px;
    margin: 0 auto;
}

.footer-head p {
    float: right;
}

.page_top {
    padding-left: 30px;
}

.kago {
    font-size: 12px;
    padding: 0 20px 0 10px;
}

.kago a {
    color: #fff;
}

.kago a:hover {
    border-bottom: solid 1px #fff;
    opacity: 1;
}

#foot_nav {
    float: left;
}

#foot_nav li {
    float: left;
    font-size: 16px;
    padding-right: 70px;
}

#foot_nav li a {
    color: #fff;
}

#foot_nav li:last-child {
    padding-right: 0;
}

.ap_footer-bottom {
    text-align: center;
    padding-bottom: 1.2em;
}

.footer-bottom_inner {
    width: 100%;
    max-width: 1140px;
    padding: 0 20px;
    display: flex;
}

.footer-bottom_left {
    width: 70%;
    font-size: 12px;
    display: flex;
    margin: 0 auto 40px;
}

.footer-bottom_left li {
    padding-right: 40px;
    font-size: 12px;
}

.footer-bottom_left li a {
    color: #fff;
}

.footer-sns {
    width: 30%;
    display: flex;
    justify-content: flex-end;
}

.footer-sns li {
    width: 20px;
    padding: 0;
    margin-left: 50px;
}

/* a リンク文字色 */
.ap_logo h1 a:hover {
    opacity: 1;
}

#head_nav li a:visited {
    color: #fff !important;
}

.footer-head a:visited {
    color: #fff;
}

#footer-bottom a:visited {
    color: #fff;
}

/**********************
 * FREE PAGE
 **********************/
/***** はちみつTop_page //////////////////////////////////////////////////////////////////////////////////////////*****/
/***** はちみつTop_page //////////////////////////////////////////////////////////////////////////////////////////*****/
img {
    max-width: 100%;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.contents {
    width: 100%;
}

#ap_honey {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 游明朝体, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 16px;
}

#ap_top_kv {
    width: 100%;
    background: url(https://image.raku-uru.jp/01/6054/551/kv_pc_1597197882733.jpg) no-repeat right bottom;
    background-size: cover;
    height: 700px;
    position: relative;
}

#kv_catch {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

#kv_catch img {
    margin-bottom: 2.5em;
}

#ap_top_kv p {
    font-family: "Times New Roman", Georgia, serif;
    font-size: 4em;
    color: #fff;
    line-height: 1.6;
    letter-spacing: 0.03em;
    text-shadow: 2px 2px 3px #333;
}

/********** news **********/
#ap_news {
    width: 100%;
    max-width: 1140px;
    margin: 3em auto 0;
    padding: 0 1em;
}


#holidays {
    width: 100%;
    max-width: 860px;
    margin: 1em auto 0;
    padding: 2em 3em .9em;
    color: #333;
    border: solid 1px #e5e5e5;
    border-radius: 4px;
    background: #fcfaf5;
}

#holidays h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: .5em;
}

#holidays p {
    margin-bottom: 1em;
}

.honey_inner {
    width: 100%;
    margin: 0 auto;
}

/********** raw honey **********/
.ap_raw_honey_container {
    background: url(https://image.raku-uru.jp/01/6054/554/pure_honey_bg_1597210665883.png) no-repeat 50% 28%;
}
.container_inner.ap_raw_honey {
    position: relative;
    padding-bottom: 110px;
}

.container_inner.ap_raw_honey:nth-child(2) {
    position: relative;
    padding-bottom: 30px;
}

.ap_know {
    background: url(https://image.raku-uru.jp/01/6054/556/honey_02_1597211538382.png) no-repeat bottom right;
}


.ap_raw_honey.ap_ajiwai {
    background: url(https://image.raku-uru.jp/01/6054/559/honey_03_1597214786271.png) no-repeat top left;
    background-size: 120px;
    padding-top: 30px;
}

.ap_honey_01 {
    position: absolute;
    top: 0;
    left: -5%;
}

h2.honey_ttl02,h2.honey_ttl03 {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}

.ap_raw_honey p {
    font-size: 18px;
    text-align: center;
    line-height: 2.4;
}

.ap_honey_taste {
    display: flex;
}

.ap_honey_taste .ap_taste_left {
    width: 68%;
    text-align: left;
    padding-right: 10px;
}

.ap_honey_taste .ap_taste_right {
    width: 32%;
    text-align: right;
    padding-left: 10px;
}

.ap_raw_honey_btn {
    width: 250px;
    position: relative;
    margin: 60px auto 0;
}

.ap_raw_honey_btn p {
    text-align: left;
}

.ap_raw_honey_btn p a {
    display: block;
    background-color: #030303;
    padding: 10px 0 6px 44px;
}

.ap_raw_honey_btn p a:link {
    color: #fff;
    text-decoration: none;
}
.ap_raw_honey_btn p a:visited {
    color: #fff;
    text-decoration: none;
}
.ap_raw_honey_btn p a:hover {
    color: #030303;
    text-decoration: none;
    background-color: transparent;
    border: solid 1px #030303;
}

.ap_raw_honey_btn p a:after {
    position: absolute;
    content: '';
    top: 49%;
    right: 8%;
    display: block;
    width: 64px;
    height: 5px;
    background-image: url(https://image.raku-uru.jp/01/6054/568/raw_honey_arrow_1597664764056.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.ap_swing {
    transform-origin: 56px 0px;
    animation: swing linear 2s infinite;
}

@keyframes swing {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(6deg); }
    50% { transform: rotate(0deg); }
    75% { transform: rotate(-6deg); }
    100% { transform: rotate(0deg); }
}
/********** raw honey END **********/

.container {
    width: 100%;
    margin-top: 100px;
    padding-bottom: 80px;
    position: relative;
    overflow: hidden;
}

.container_inner {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}

.project_top01 {
    text-align: right;
}

.project_top02 {
    text-align: left;
}

.honey_p01 {
    width: 726px;
    margin-right: 4em;
    margin-bottom: 30px;
    vertical-align: bottom;
}

.honey_p02 {
    width: 726px;
    margin-left: 4em;
    margin-bottom: 30px;
    vertical-align: bottom;
}

.project_01 {
    /*display: -webkit-box;*/
     display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}

.project_02 {
    /*display: -webkit-box;
    display: -webkit-flex;*/
    display: flex;
    flex-shrink: 0;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    text-align: right;
}

.project_01 div,
.project_02 div {
    width: 43%;
}

.thumb_l {
    width: 360px;
    margin-left: 60px;
    vertical-align: bottom;
}

.thumb_r {
    width: 360px;
    margin-right: 60px;
    vertical-align: bottom;
}

h2.honey_ttl {
    width: 57%;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
}

h2.honey_ttl span {
    font-size: 50px;
}

.honey_sub_01 {
    float: right;
    width: 650px;
    background-color: #030303;
    padding: 30px 40px;
    color: #fff;
    line-height: 2;
}

.honey_sub_02 {
    float: left;
    width: 650px;
    background-color: #030303;
    padding: 30px 40px;
    color: #fff;
    line-height: 2;
}

.honey_sub_01 p, .honey_sub_01 dl {
    color: #fff;
}

.honey_sub_02 p {
    color: #fff;
}

.honey_sub_01 dt {
    font-size: 22px;
}

.honey_sub_01 dd {
    line-height: 1.6;
    margin-bottom: 16px;
}

p.more a {
    position: relative;
    display: inline-block;
    font-family: "Times New Roman", Georgia, serif;
    font-size: 16px;
    letter-spacing: 2px;
    padding: 12px 0 0 60px;
    margin-top: 12px;
    transition: all 0.3s ease 0s;
}

.more span::before {
    width: 42px;
    content: "";
    height: 1px;
    position: absolute;
    top: 30px;
    left: 0px;
    background: #a1903d;
}

.more span::after {
    width: 120px;
    content: "";
    width: 12px;
    height: 1px;
    position: absolute;
    top: 30px;
    left: 42px;
    background: #a1903d;
    -webkit-transform-origin: 0px 0.5px;
    transform-origin: 0px 0.5px;
    -webkit-transform: rotate(-150deg);
    transform: rotate(-150deg);
}

.more a:link {
    color: #fff;
    text-decoration: none;
}

.more a:visited {
    color: #fff;
    text-decoration: none;
}

.more a:hover {
    transform: translateY(-0.2em);
    color: #fff;
    text-decoration: none;
    letter-spacing: 5px;
    opacity: 1;
    border-bottom: solid 1px #fff;
}

/********** 商品一覧エリア **********/

#product_honey {
    width: 100%;
    margin: 100px 0 -60px;
    padding-bottom: 100px;
    background-color: #fffeea;
}

.product_heading {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
}

.product_heading p {
    font-size: 52px;
    font-family: "Times New Roman", Georgia, serif;
    margin-bottom: 72px;
    position: absolute;
    top: -36px;
    left: 20px;
}

#honey_product_inner {
    width: 100%;
    max-width: 1140px;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    padding: 80px 10px 0;
}

.honey_details {
    position: absolute;
    top: 36px;
    left: 0;
    display: flex;
    align-items: center;
    font-family: '游ゴシック', YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    font-weight: 500;
    color: #fff;
    background-color: #030303;
    padding: 1px 10px;
}

.honey_details::after {
    width: 12px;
    content: "";
    height: 1px;
    background: #fff;
    margin-left: .4em;
}

.details_photo {
    text-align: center;
}

.details_photo img {
    width: 80%;
    border-radius: 50%;
}

.honey_area {
    width: 100%;
    max-width: 300px;
    font-size: 13px;
    position: relative;
}

.honey_area a {
    display: inline-block;
    transition: all 0.5s ease 0s;
    opacity: 1;
}

.honey_area a:hover {
    transform: translateY(-0.8em);
    opacity: 1;
}

.honey_area ul {
    position: absolute;
    top: 84%;
    left: 0;
}

li.product_name {
    font-size: 17px;
}

#ap_goods_banner {
    margin: 120px 0 0;
}

#ap_goods_banner p {
    text-align: center;
}
#ap_goods_banner_sp {
    margin: 120px 0 0;
    display: none;
}

#ap_goods_banner_sp p {
    text-align: center;
}

/*
  背景SVG アニメーション
======================================== */
.svg1,
.bg-box {
    width: 1920px;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: -999;
}

.svg1 {
    fill: none;
    stroke-dasharray: 3000;
    stroke-dashoffset: 3000;
    -webkit-animation: dash-pairs 4s ease-in alternate infinite;
    -moz-animation: dash-pairs 4s ease-in alternate infinite;
    animation: dash-pairs 4s ease-in alternate infinite;
}

@-webkit-keyframes dash-pairs {
    from {
        stroke-dashoffset: 3000;
    }

    to {
        stroke-dashoffset: 0;
    }
}

@-moz-keyframes dash-pairs {
    from {
        stroke-dashoffset: 3000;
    }

    to {
        stroke-dashoffset: 0;
    }
}

@keyframes dash-pairs {
    from {
        stroke-dashoffset: 3000;
    }

    to {
        stroke-dashoffset: 0;
    }
}

.fuwafuwa {
    -webkit-animation: fuwafuwa 3s infinite linear alternate;
    animation: fuwafuwa 3s infinite linear alternate;
}

@-webkit-keyframes fuwafuwa {
    0% {
        -webkit-transform: translate(0, 0) rotate(-1deg);
    }

    50% {
        -webkit-transform: translate(0, -1px) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(0, 0)rotate(1deg);
    }
}

@keyframes fuwafuwa {
    0% {
        transform: translate(0, 0) rotate(-1deg);
    }

    50% {
        transform: translate(0, -1px) rotate(0deg);
    }

    100% {
        transform: translate(0, 0)rotate(1deg);
    }
}


/*
  画像を徐々に表示する
======================================== */
.img-animation {
    animation: img-opacity 3s cubic-bezier(.4, 0, .2, 1);
    overflow: hidden;
    position: relative;
}

.img-animation:before {
    animation: img-animation 3s cubic-bezier(.4, 0, .2, 1) forwards;
    background: #fff;
    bottom: 0;
    content: '';
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

@keyframes img-opacity {
    0% {
        opacity: 0;
    }
}

@keyframes img-animation {
    100% {
        transform: translateX(-100%);
    }
}

.img-animation02 {
    animation: img-opacity 3s cubic-bezier(.4, 0, .2, 1);
    overflow: hidden;
    position: relative;
}

.img-animation02:before {
    animation: img-animation02 3s cubic-bezier(.4, 0, .2, 1) forwards;
    background: #fff;
    bottom: 0;
    content: '';
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

@keyframes img-opacity {
    0% {
        opacity: 0;
    }
}

@keyframes img-animation02 {
    100% {
        transform: translateX(100%);
    }
}

.img-animation03 {
  animation: img-opacity 3s cubic-bezier(.4, 0, .2, 1);
  overflow: hidden;
  position: relative;
}

.img-animation03:before {
  animation: img-animation03 3s cubic-bezier(.4, 0, .2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  animation-delay: 1s;
}

@keyframes img-opacity {
  0% {
    opacity: 0;
  }
}

@keyframes img-animation03 {
  100% {
    transform: translateY(100%);
  }
}

/*
  Break point
======================================== */
@media screen and (max-width: 1024px) {
    .ap_honey_01 {
        top: 0;
        left: 2%;
    }
    .ap_honey_01 img {
        width: 80%;
    }
}

/*
  Break point
======================================== */
@media screen and (max-width: 960px) {
    #ap_top_kv {
        height: 500px;
    }

    #ap_top_kv p {
        font-size: 3em;
    }

    #ap_news {
        padding: 0 1em;
    }

    .honey_p01 {
        margin-right: 0;
    }

    .honey_p02 {
        margin-left: 0;
    }

    .thumb_l {
        margin-left: 10px;
    }

    .thumb_r {
        margin-right: 10px;
    }

    .honey_area {
        margin: 0 20px;
    }

    .svg1,
    .bg-box {
        width: 100%;
    }
}

/*
  Break point
======================================== */
@media screen and (max-width: 768px) {
    #ap_top_kv {
        height: 400px;
    }

    #kv_catch img {
        margin-bottom: .8em;
    }

    .banner_area {
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin: 2em auto 0;
        padding: 0 .2em;
    }

    .banner_area p {
        margin: 0 auto;
    }

    /********** raw honey **********/    
    .container_inner.ap_raw_honey {
        padding: 0 10px;
        margin-bottom: 60px;
    }
    .container_inner.ap_raw_honey:nth-child(2) {
        padding: 0 10px;
        margin-bottom: 60px;
    }

    h2.honey_ttl02 {
        text-align: left;
        padding-left: 120px;
    }

    .ap_raw_honey p.ap_honey_01 {
        top: 0;
        left: 20px;
    }
    
    .ap_know {
        background: none;
    }

    .ap_honey_taste {
        display: block;
    }

    .ap_honey_taste .ap_taste_left {
        width: 100%;
    }

    .ap_honey_taste .ap_taste_right {
        width: 100%;
        text-align: center;
        margin: 40px auto 0;
        padding: 0;
    }
    
    .ap_raw_honey_btn p a {
        padding: 18px 0 14px 44px;
    }
    /********** raw honey END **********/

    .container {
        margin-top: 80px;
        padding-bottom: 0;
    }

    .honey_p01,
    .honey_p02 {
        width: 94%;
        margin-bottom: 10px;
    }

    .project_01 div,
    .project_02 div {
        width: 30%;
    }

    h2.honey_ttl {
        width: 70%;
        font-weight: bold;
        font-size: 26px;
        text-align: center;
    }

    .thumb_l {
        margin-left: 0;
    }

    .thumb_r {
        margin-right: 0;
    }

    h2.honey_ttl span {
        font-size: 40px;
    }

    .honey_sub_01,
    .honey_sub_02 {
        width: 87%;
        padding: 20px;
        font-size: 13px;
        line-height: 1.8;
    }

    .honey_sub_01 dt {
        font-size: 16px;
    }

    .honey_sub_01 dd {
        font-size: 13px;
        line-height: 1.4;
    }

    p.more a {
        margin-top: 0;
    }

    /***** Honey Series *****/
    #honey_product_inner {
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 0 20px;
        margin: 0;
    }

    .honey_area {
        margin: 0 auto 90px;
    }

    #ap_goods_banner {
        display: none;
    }
    
    #ap_goods_banner_sp {
        display: block;
        padding: 20px;
    }
    
}

/*
  Break point
======================================== */
@media screen and (max-width: 600px) {
    
    .news_title {
        font-size: 18px;
        text-align: left;
    }

    #ap_top_kv {
        background: url(https://image.raku-uru.jp/01/6054/552/kv_sp_1597198012941.jpg) no-repeat center bottom;
        background-size: cover;
        height: 300px;
    }

    #kv_catch {
        width: 90%;
        top: 20%;
        left: 50%;
        transform: translate(-50%, -20%);
        text-align: center;
    }

    #kv_catch img {
        width: 90%;
    }

    #ap_top_kv p {
        font-size: 1.6em;
        line-height: 1.2;
    }

    .honey_p01,
    .honey_p02 {
        margin-bottom: 0;
    }

    h2.honey_ttl {
        font-size: 14px;
    }

    h2.honey_ttl span {
        font-size: 22px;
    }
    
    /********** raw honey **********/    
    h2.honey_ttl02 {
        font-size: 26px;
        margin-bottom: 20px;
        padding-left: 70px;
    }
    
    h2.honey_ttl03 {
        font-size: 26px;
        margin-bottom: 20px;
    }
    
    .ap_raw_honey .ap_raw_honey_text01 {
        text-align: left;
    }
    
    .ap_raw_honey p {
        font-size: 16px;
        line-height: 1.8;
    }

    .ap_raw_honey p.ap_honey_01 {
        bottom: 0;
        left: -2%;
    }
    
    .ap_honey_01 img {
        width: 50%;
    }
    
    .ap_honey_taste .ap_taste_left {
        text-align: left;
    }

    .ap_honey_taste .ap_taste_right {
        width: 80%;
    }
    /********** raw honey END **********/

    /***** Honey Series *****/
    .product_heading p {
        width: 100%;
        font-size: 38px;
        text-align: center;
        position: absolute;
        top: -20px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    #honey_product_inner {
        display: block;
        justify-content: flex-start;
        flex-wrap: nowrap;
        margin: 0;
    }

    .details_photo img {
        width: 70%;
    }
    
    /***** GOODS BANNER *****/
    #ap_goods_banner {
        width: 85%;
        margin: 100px auto 0;
        padding: 0 10px;
    }

    /********** news **********/
    #holidays {
        padding: 1em 1em .4em;
    }

    #holidays h4 {
        font-size: 16px;
    }

    #holidays p {
        font-size: 12px;
    }
}

/***** はちみつTop_page END /////////////////////////////////////////////////////////////////////////////////////////////*****/
    
    





















/**********************
 * はちみつ詳細ページ
 **********************/
.details_kv01, .details_kv02, .details_kv03, .ap_goods_kv01 {
    height: 320px;
    width: 100%;
    margin-left: calc(50% - 50%);
}

.details_kv01 {
    background: url(https://image.raku-uru.jp/01/6054/253/details_kv01_1573695399783.jpg) no-repeat center;
	background-size: cover;
}

.details_kv02 {
    background: url(https://image.raku-uru.jp/01/6054/247/details_kv02_1573693044374.jpg) no-repeat center;
	background-size: cover;
}

.details_kv03 {
    background: url(https://image.raku-uru.jp/01/6054/252/details_kv03_1573695278292.jpg) no-repeat center;
	background-size: cover;
}

.ap_goods_kv01 {
        background: url(https://image.raku-uru.jp/01/6054/680/goods_kv_1599022060442.jpg) no-repeat right bottom;
	background-size: cover;
  height: 620px;
}

#ap_details_top {
    width: 1000px;
    display: flex;
    justify-content: space-between;
    margin: 5em auto 0;
}

#kizuna_project {
    font-family: "Times New Roman", Georgia, serif;
    font-size: 3em;
    padding-top: 1.3em;
    padding-left: 2.2em;
    margin: 0;
    color: #ccc;
}

.ap_details_box {
    width: 100vw;
    width: 100%;
    margin-left: calc(50% - 50vw);
    background-image: url(https://image.raku-uru.jp/01/6054/158/left_1572929905086.png), url(https://image.raku-uru.jp/01/6054/159/right_1572929905443.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left bottom, right top;
}

#ap_details_box_outer {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
}

#ap_details_p01 {
    position: absolute;
    top: -6em;
    left: 0;
    margin: 0;
}

#ap_details_inner {
    float: right;
    width: 860px;
    margin-top: 8em;
    position: relative;
}

.ap_details_box h2 {
    font-size: 2em;
    color: #fff;
    display: inline-block;
    padding: .2em 1.2em;
    margin: 0 0 .5em -2em;
    background-color: rgba(3,3,3,0.8);
}

#details_txt {
    font-size: 15px;
    padding: 2.8em 3.2em;
    margin: 0;
    background-color: rgba(247,247,247,0.9);
}

#details_txt p {
    font-size: 16px;
    line-height: 1.8;
    margin: 0 0 1.2em;
}

#ap_details_p02 {
    position: absolute;
    right: 4em;
    bottom: -10.5em;
}

.txt_b {
    font-size: 19px;
    font-weight: bold;
}

span.orange a {
    color: #f38500;
}

span.orange a:visited {
    color: #f38500;
}

.ap_underline {
    text-decoration: underline;
}

/***********
 * 商品一覧エリア
 ***********/
#product_honey {
    width: 100%;
    margin-top: 160px;
    margin-left: calc(50% - 50vw);
    margin-bottom: -60px;
    padding-bottom: 100px;
    background-color: #fffeea;
}

h3.ap_heading {
    font-size: 2.2em;
    text-align: center;
    padding: 40px 0 70px;
    margin: 0;
}

h3.ap_goods_bottom {
    font-size: 3em;
    text-align: center;
    padding: 40px 0 0;
    margin: 0;
}

.product_heading {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
}

#honey_product_inner {
    width: 100%;
    max-width: 1140px;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
}

p.honey_details {
    position: absolute;
    top: 36px;
    left: 0;
    display: flex;
	align-items: center;
    font-family: '游ゴシック', YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    font-weight: 500;
    color: #fff;
    background-color: #030303;
    padding: 1px 10px;
}

.honey_details::after {
    width: 12px;
    content: "";
	height: 1px;
	background: #fff;
    margin-left: .4em;
}

.details_photo {
    text-align: center;
}

.details_photo img {
    width: 76%;
    border-radius: 50%;
}

.honey_area {
    width: 100%;
    max-width: 300px;
    font-size: 13px;
    position: relative;
}

.honey_area a {
    display: inline-block;
    transition: all 0.5s ease 0s;
    opacity: 1;
}

.honey_area a:hover {
    transform: translateY(-0.8em);
    opacity: 1;
}

.honey_area ul {
    position: absolute;
    top: 80%;
    left: 0;
    margin: 0;
}

.honey_area ul li {
    list-style: none;
}

li.product_name {
    font-size: 17px;
}

#ap_goods_banner {
    margin: 120px 0 0;
}

#ap_goods_banner p {
    text-align: center;
}

/***********
 * 商品一覧ページ
 ***********/
.page-num ul li {
	font-size: 18px;
}

/***********
 * 送料について
 ***********/
.ap_wrap {
    padding: 0 10px;
}

#ap_bank span {
    font-weight: bold;
}

#ap_bank {
    margin-bottom: 30px;
}

table#ap_postage {
    border-collapse: collapse;
    border: solid 1px #ccc;
    text-align: center;
}

table#ap_postage th.Landing {
    font-weight: bold;
    background-color: #ebf5fb;
}

table#ap_postage th {
    font-weight: normal;
    padding: 10px 4px;
    border: solid 1px #ccc;
    background-color: #f2f1ed;
}

table#ap_postage td.size {
    font-weight: bold;
}

table#ap_postage td {
    font-weight: normal;
    padding: 10px 4px;
    border: solid 1px #ccc;
}

/********************
 * Break point 999
 ********************/
@media screen and (max-width: 999px) {
.details_kv01, .details_kv02, .details_kv03 .ap_goods_kv01 {
    width: 100%;
    margin: 0;
}

.ap_details_box {
    width: 100%;
    margin: 0;
}

#product_honey {
    width: 100%;
    margin: 160px 0 -60px;
}
}
/********************
 * Break point 960
 ********************/
@media screen and (max-width: 960px) {

/***********
 * layout
 ***********/
#wrapper,
.wrapper {
    min-width: 768px;
}

.main {
    width: 100%;
    padding: 0 1em;
}

.contents {
	width: 100%;
    min-width: 768px;
}

#main-image {
	width: 100%;
}

h3.ap_heading {
    padding: 40px 0 30px;
}

#honey_product_inner {
    width: 90%;
}

#foot_nav li {
    padding-right: 60px;
}

.footer-bottom_left li {
    font-size: 10px;
}

/* ------------------------------
 * フリーページ 
/------------------------------ */
.details_kv01, .details_kv02, .details_kv03 .ap_goods_kv01 {
    width: 100%;
    margin: 0;
}

#ap_fr_paga {
    width: 100%;
    margin: 0 auto;
}

#ap_details_top {
    width: 100%;
}

.ap_details_box {
    width: 100%;
    max-width: 960px;
    margin: 0;/*
    background-image: none;*/
}


#ap_details_box_outer {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    position: relative;
    padding: 0 1em;
}

#kizuna_project {
    font-size: 2.2em;
    padding-left: .5em;
}

.ap_details_box h2 {
    font-size: 1.6em;
}

#ap_details_inner {
    float: right;
    width: 86%;
    margin-top: 8em;
    position: relative;
}

#ap_details_p02 {
bottom: -11em;
}

li.product_name {
    font-size: 14px;
}
}

/********************
 * Break point
 ********************/
@media screen and (max-width: 768px) {
.logo.ap_logo {
    width: 130px;
}

/***********
 * layout
 ***********/
#wrapper,
.wrapper {
	min-width: 600px;
}
    
.contents {
    min-width: 600px;
}

#main-image {
	width: 100%;
}

#kizuna_project {
    font-size: 2em;
    padding-left: .5em;
}

#details_top_img {
    width: 40%;
}

/***** Honey Series *****/
#honey_product_inner {
    justify-content: space-between;
    flex-wrap: wrap;
}

.honey_area {
    margin: 0 auto 90px;
}

.footer-head {
    padding: 30px 30px;
}

.footer-bottom {
    padding: 0 0 24px;
}

.footer-bottom_inner {
    display: block;
}

ul.footer-bottom_left, ul.footer-sns {
    width: 100%;
    font-size: 10px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 40px;
}

.footer-bottom_inner li {
    padding: 0;
    font-size: 12px;
}

.footer-bottom_inner li a {
    display: block;
    padding: 12px 2px;
}

#foot_nav {
    clear: both;
    float: none;
    margin-top: 60px;
}

#foot_nav li {
    float: none;
    position: relative;
    margin-bottom: 12px;
    border-bottom: solid 1px #333;
}

#foot_nav li a {
    display: block;
    padding-bottom: 10px;
}

#foot_nav li::after {
    font-family:'Font Awesome 5 Free';
    content:'\f105';
	font-weight:900;
    position: absolute;
    top: 4px;
    right: 8px;
    color: #fff;
}

.footer-bottom ul li {
    padding: 0;
    font-size: 12px;
}

.footer-sns li {
    margin: 0;
}

.footer-sns li a {
    width: 30px;
}

li.product_name {
    font-size: 16px;
}
}

/********************
 * Break point
 ********************/
@media screen and (max-width: 600px) {
.details_kv01, .details_kv02, .details_kv03, .ap_goods_kv01 {
    height: 180px;
}

.details_kv01 {
    background: url(https://image.raku-uru.jp/01/6054/258/details_kv_sp01_1573697942378.png) no-repeat center;
    background-size: cover;
}

.details_kv02 {
    background: url(https://image.raku-uru.jp/01/6054/257/details_kv_sp02_1573697942069.png) no-repeat center;
    background-size: cover;
}

.details_kv03 {
    background: url(https://image.raku-uru.jp/01/6054/256/details_kv_sp03_1573697941819.png) no-repeat center;
    background-size: cover;
}

.ap_goods_kv01 {
    background: url(https://image.raku-uru.jp/01/6054/679/goods_kv_1599017783494.jpg) no-repeat center;
    background-size: cover;
}

.header-top.ap_header-top {
    height: 6em;
}

.logo {
    text-align: left;
}

.header-menu-sp {
    top: .7em;
    right: 1em;
    width: 2.5em;
}

#head_nav {
    display: block;
    justify-content: normal;
    padding: 0;
    margin: 0;
}

#head_nav li {
    text-align: center;
    border-bottom: dashed 1px #fff;
}

#head_nav li a {
    display: block;
    padding: 20px;
}

#head_nav li::after {
    content: none;
    padding: 0;
}

.sns {
    display: block;
    position: static;
    text-align: center;
}

.sns li {
	margin: 40px;
}


#ap_details_box_outer {
    padding: 0 0 0 1em;
}  
    
#kizuna_project {
    font-size: 1.6em;
}

#details_top_img {
    width: 30%;
}

#ap_details_p01 {
    width: 90%;
    top: -2.8em;
}

#ap_details_inner {
    width: 90%;
}

.ap_details_box h2 {
    font-size: 1.3em;
    line-height: 1.4;
    padding: .5em;
}

#details_txt {
    padding: 1em;
}

#details_txt p {
    font-size: 14px;
    line-height: 1.5;
}

#ap_details_p02 {
    width: 60%;
    right: 2em;
    bottom: -10em;
}

/***** Honey Series *****/
h3.ap_goods_bottom {
    font-size: 2.1em;
}

.details_photo img {
    width: 70%;
}

/***********
 * layout
 ***********/
#wrapper,
.wrapper {
	min-width: 100%;
}

.contents {
    min-width: 100%;
}

ul.footer-bottom_left {
    flex-direction: column;
}

ul.footer-bottom_left li {
    font-size: 14px;
}

.page-num ul li {
	font-size: 14px;
	display: inline-block;
	margin: 0 15px;
}

#ap_goods_banner {
    width: 85%;
    margin: 100px auto 0;
}

/********** 送料について **********/
table#ap_postage {
    font-size: 10px;
}

}

/********** GOODS free page **********/
#ap_goods_area {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    font-family: "Sawarabi Mincho";
    font-size: 16px;
}
#ap_goods_area .ap_goods_container {
    padding: 50px 0 100px;
    background-color: #333;
}

#ap_goods_area .ap_goods_inner {
    width: 100%;
    max-width: 904px;
    margin: 0 auto;
}

.ap_goods_inner h1.ap_goods_h1 {
    font-family: "Sawarabi Mincho";
    font-size: 52px;
    color: #fff;
    text-align: center;
    margin: 0 0 20px;
}

.ap_goods_inner p.ap_goods_catch {
    font-family: "Sawarabi Mincho";
    color: #fff;
    text-align: center;
    line-height: 2.2;
    margin-bottom: 60px;
}

.ap_goods_inner .ap_goods_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
}

.ap_goods_list .ap_type {
    width: 19.5%;
    max-width: 176px;
    height: 100%;
    max-height: 176px;
	overflow: hidden;
	position: relative;
    margin-bottom: 0.6%;
}

.ap_type .ap_goods_caption {
	color: #fff;
    text-align: center;
    padding-top: 50px;
}

.ap_type.ap_fadein a:hover {
    opacity: 1;
}

.ap_type .ap_mask {
    width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.4);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transform: scale(0);/* 大きさを０にして表示しない */
	transform: scale(0);
}
.ap_type:hover .ap_mask {
	-webkit-transform: scale(1);/* 大きさを１にして表示する */
	transform: scale(1);
}

.ap_type .ap_goods_all {
    width: 100%;
    position: absolute;
    top: 60%;
    text-align: center;
    color: #fff;
}

.ap_goods_category.ap_goods_left {
    display: flex;
    justify-content: space-between;
    margin: 50px 0 0;
}

.ap_goods_category.ap_goods_right {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin: 50px 0;
}

.ap_goods_category .ap_goods_photo {
    width: 61%;
}

.ap_goods_category .ap_goods_text {
    width: 35%;
    padding: 20px 10px 10px;
}

.ap_goods_text .ap_goods_h2 {
    font-family: "Sawarabi Mincho";
    font-size: 42px;
    margin: 10px 0 20px;
}

.ap_goods_text p, .ap_goods_text a {
    font-family: "Sawarabi Mincho";
    line-height: 1.6;
}

.ap_goods_text .ap_category_more {
    width: 140px;
    height: 40px;
    background-color: #000;
    color: #fff;
    text-align: center;
    margin: 4px 0 px;
}

.ap_goods_text .ap_category_more a {
    text-decoration: none;
    color: #fff;
    display: block;
    line-height: 40px;
}

.ap_goods_left .ap_category_more {
    margin: 4px 0 30px auto;
}

.ap_goods_right .ap_goods_h2 {
    text-align: right;
}

/********** GOODS fadein **********/
.ap_fadein {
	opacity: 0.5;
	transform: translate(0, 90px);
	transition: all 500ms;
}

/* 画面内に入った状態 */
.ap_fadein.ap_scroll {
    opacity: 1;
	transform: translate(0, 0);
}

.ap_goods_list .ap_fadein:nth-child(5n+1) {
    -moz-transition-delay: 0ms;
	-webkit-transition-delay: 0ms;
	-o-transition-delay: 0ms;
	-ms-transition-delay: 0ms;
}
.ap_goods_list .ap_fadein:nth-child(5n+2) {
    -moz-transition-delay: 200ms;
	-webkit-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	-ms-transition-delay: 200ms;
}
.ap_goods_list .ap_fadein:nth-child(5n+3) {
    -moz-transition-delay: 400ms;
	-webkit-transition-delay: 400ms;
	-o-transition-delay: 400ms;
	-ms-transition-delay: 400ms;
}
.ap_goods_list .ap_fadein:nth-child(5n+4) {
    -moz-transition-delay: 600ms;
	-webkit-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
}
.ap_goods_list .ap_fadein:nth-child(5n+5) {
    -moz-transition-delay: 800ms;
	-webkit-transition-delay: 800ms;
	-o-transition-delay: 800ms;
	-ms-transition-delay: 800ms;
}

/********** 画像を徐々に表示する **********/
.img-animation {
    animation: img-opacity 3s cubic-bezier(.4, 0, .2, 1);
    overflow: hidden;
    position: relative;
}

.img-animation:before {
    animation: img-animation 3s cubic-bezier(.4, 0, .2, 1) forwards;
    background: #fff;
    bottom: 0;
    content: '';
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

@keyframes img-opacity {
    0% {
        opacity: 0;
    }
}

@keyframes img-animation {
    100% {
        transform: translateX(-100%);
    }
}

.img-animation02 {
    animation: img-opacity 3s cubic-bezier(.4, 0, .2, 1);
    overflow: hidden;
    position: relative;
}

.img-animation02:before {
    animation: img-animation02 3s cubic-bezier(.4, 0, .2, 1) forwards;
    background: #fff;
    bottom: 0;
    content: '';
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

@keyframes img-opacity {
    0% {
        opacity: 0;
    }
}

@keyframes img-animation02 {
    100% {
        transform: translateX(100%);
    }
}

/********************
 * Break point
 ********************/
@media screen and (max-width: 768px) {
.ap_goods_inner p.ap_goods_catch {
    width: 72%;
    text-align: center;
    margin: 0 auto 60px;
}

.ap_type .ap_mask {
    display: none;
}

.ap_type .ap_goods_caption {
	display: none;
}

.ap_goods_text .ap_goods_h2 {
    font-size: 36px;
    margin: 0 0 10px;
}

}
@media screen and (max-width: 600px) {
.ap_goods_inner p.ap_goods_catch {
    width: 100%;
    text-align: left;
    line-height: 1.8;
    margin-bottom: 40px;
    padding: 0 10px;
}

.ap_goods_inner h1.ap_goods_h1 {
    font-size: 28px;
}
    .ap_goods_list .ap_type {
    width: 33.333%;
    max-width: 300px;
    height: 100%;
    max-height: 300px;
	overflow: hidden;
	position: relative;
    margin-bottom: 0.6%;
    padding: 0 5px;
}

.ap_type .ap_goods_all {
    font-size: 12px;
    position: absolute;
    top: 50%;
}

.ap_goods_category.ap_goods_left {
    display: block;
    justify-content: flex-start;
}

.ap_goods_category.ap_goods_right {
    display: block;
    justify-content: flex-start;
    flex-direction: row;
}

.ap_goods_text .ap_goods_h2 {
    font-size: 28px;
    margin: 0 0 4px;
}

.ap_goods_category .ap_goods_photo {
    width: 100%;
    margin-bottom: 8px;
}

.ap_goods_category .ap_goods_text {
    width: 100%;
    padding: 0 10px;
}

#product_honey {
    width: 100%;
    margin: 80px 0 -60px;
}

.ap_goods_list .ap_fadein:nth-child(3n+1) {
    -moz-transition-delay: 0ms;
	-webkit-transition-delay: 0ms;
	-o-transition-delay: 0ms;
	-ms-transition-delay: 0ms;
}
.ap_goods_list .ap_fadein:nth-child(3n+2) {
    -moz-transition-delay: 200ms;
	-webkit-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	-ms-transition-delay: 200ms;
}

.ap_goods_list .ap_fadein:nth-child(3n+3) {
    -moz-transition-delay: 400ms;
	-webkit-transition-delay: 400ms;
	-o-transition-delay: 400ms;
	-ms-transition-delay: 400ms;
}

}

/***********
 * 養蜂の取り組み
 ***********/
#kizuna_project_movie {
    font-family: "Times New Roman", Georgia, serif;
    font-size: 42px;
    padding-top: 1.3em;
    padding-left: 2.2em;
    margin: 0;
    color: rgb(170,170,170);
}

#ap_movie_details_top {
    width: 100%;
    max-width: 1140px;
    display: flex;
    justify-content: space-between;
    margin: 5em auto 0;
}

.ap_movie_details_box {
    width: 100%;
    margin: -7em 0 200px;
}

.ap_movie_details_bg {
    width: 86%;
    height: 620px;
    background: url(https://image.raku-uru.jp/01/6054/772/top_05_1601450636985.jpg) no-repeat top left;
    background-size: cover;
    margin: 0 0 0 auto;
    position: relative;
    z-index: -1;
}

.interview_btn p {
    width: 300px;
    border: 1px solid;
    text-align: center;
    margin-top: 2em;
    font-size: 15px;
    position: relative;
}

.interview_btn p a {
    display: block;
    background-color: rgba(255,255,255,0);
    padding: 10px 0;
}

.interview_btn p a:link {
    color: #030303;
    text-decoration: none;
}

.interview_btn p a:visited {
    color: #030303;
    text-decoration: none;
}

.interview_btn p a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #030303;
}

.interview_btn a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f0d7";
    font-weight: 900;
    font-size: 23px;
    position: absolute;
    top: 1px;
    right: 10px;
}

.ap_movie_details_bg h2 {
    font-size: 2em;
    color: #fff;
    display: inline-block;
    padding: .2em 1.2em;
    background-color: rgba(0,0,0,0.8);
    position: absolute;
    top: 30%;
    left: 15%;
}

#ap_movie_details_inner {
    width: 100%;
    max-width: 1140px;
    margin: -356px auto 0;
}

.details_movie_txt {
    width: 100%;
    max-width: 880px;
    min-height: 400px;
    font-size: 16px;
    line-height: 2.2;
    padding: 2.8em 3.2em;
    margin: 0 0 0 auto;
    background-color: rgba(247,247,247,0.7);
    position: relative;
}

.details_movie_txt img {
    text-align: right;
    position: absolute;
    right: 4em;
    bottom: -4em;
}

.ap_mov_about_area h2{
    padding: .5em 0;
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    text-align: center;
}

.ap_mov_about_left {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    font-size: 16px;
    line-height: 1.6;
}

.ap_mov_about_right {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    font-size: 16px;
    line-height: 1.6;
}

.contents_title_box01,.contents_title_box02 {
    width: 49%;
    position: relative;
    padding: 0 70px;
    margin-top: 80px;
    margin-bottom: 100px;
}

.ap_scroll_line {
    width: 1px;
    background-color: #000;
    margin-top: 80px;
    margin-bottom: 100px;
}

.contents_title_txt h3 {
    font-family: '游ゴシック', YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    font-weight: bold;
    font-size: 21px;
    margin-bottom: 24px;
}

.ap_mov_about_photo .ap_dir {
    direction: rtl;
}

.mb24 {
    margin-bottom: 30px;
}

.ap_mov_about_photo {
    width: 50%;
    margin-top: 80px;
    margin-bottom: 100px;
    padding: 0 20px;
}

.ap_mov_about_photo img {
    border-radius: 20px;
}

.ap_mov_about_photo p:nth-child(1) {
    margin-bottom: 30px
}

.contents_bg_1 {
    background: url(https://image.raku-uru.jp/01/6054/770/bg_01_1601450636283.jpg) no-repeat right;
}

.contents_bg_2 {
    background: url(https://image.raku-uru.jp/01/6054/769/bg_02_1601450635889.jpg) no-repeat left;
}

.contents_bg_3 {
    background: url(https://image.raku-uru.jp/01/6054/786/bg_03_1601450642976.jpg) no-repeat right;
}

.ap_main_slide_box{
    height: 500px;
    overflow: hidden;
    position: relative;
}

.ap_main_slide_img{
    z-index:10;
    opacity: 0;
    width: 100%;
    height: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: anime 18s 0s infinite;
    animation: anime 18s 0s infinite;
}

.ap_main_slide_img:nth-of-type(2) {
      -webkit-animation-delay: 6s;
      animation-delay: 6s;
}

.ap_main_slide_img:nth-of-type(3) {
      -webkit-animation-delay: 12s;
      animation-delay: 12s;
}

@keyframes anime {
  0% {
        opacity: 0;
        transform: scale(1.2) ;
    }
    16% {
        opacity: 1;
    }
    33% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        transform: scale(1.0) ;
         z-index:9;
    }
    100% { opacity: 0 }
}

.ap_interview_title {
    text-align: center;
    margin: 0 0 1.5em 0;
    font-size: 42px;
}

.ap_interview_profile{
    display: flex;
}

.ap_interview_profile > div{
    width: 50%;
    display: flex;
}

#ap_movie_details_top img {
    max-width: 330px;
}

.ap_interview_title span{
    border-bottom: 1px solid #000;
}

.ap_movie_area{
        margin: 0 0 4.5em 0;
        text-align: center;
}

.ap_movie_area video {
    width: 100%;
}

.ap_movie_area video[poster] {
    width: 100%;
    height: auto;
}

.ap_interview_profile_l {
    width: 40%;
}

.ap_interview_profile_r {
    width: 60%;
    font-size: 15px;
    padding: 0px 15px 0 0px;
}

.ap_interview_profile_r span {
    font-size: 28px;
}

.ap_interview_profile_r p:nth-child(2) {
    margin: 5px 0 20px 0;
}

@media screen and (max-width: 1024px){
    .details_movie_txt{
        max-width: 750px;
    }

    .ap_interview_profile_l{
        padding-left:20px;
        text-align: left;
        width: 30%;
    }

    .ap_interview_profile_r{
        padding: 0 15px;
        width: 70%;
    }
}

@media screen and (max-width: 960px){
    .ap_main_slide_box{
        height: 180px;
    } 
    
    #ap_movie_details_top{
        width: 100%;
    }
    
    #ap_movie_details_top img{
        max-width: 100%;
    }
}

@media screen and (max-width: 768px) {
    #ap_movie_details_top {
        position: relative;
        z-index: 0;
        margin-top: 5em;
    }
    
    .contents_title_box01,.contents_title_box02 {
        padding: 0 20px;
    }
    
    .contents_bg_1 {
        background-color:rgba(255,255,255,0.7);
        background-blend-mode:lighten;
    }

    .contents_bg_2 {
        background-color:rgba(255,255,255,0.7);
        background-blend-mode:lighten;
    }

    .contents_bg_3 {
        background-color:rgba(255,255,255,0.7);
        background-blend-mode:lighten;
    }

    #kizuna_project_movie{
        font-size: 2em;
        padding-left: .5em;
    }

    .ap_interview_profile {
        display: block;
    }

    .ap_interview_profile > div {
        width: 100%;
        margin-bottom: 2em;
    }

    .ap_interview_profile_l {
        text-align: center;
    }

    .details_movie_txt img {
        text-align: right;
        position: absolute;
        right: 4em;
        bottom: -10em;
    }

    .details_movie_txt {
        max-width: 560px;
    }

    .interview_btn p {
        margin-top: 3em;
    }

}

@media screen and (max-width: 600px){
    #kizuna_project_movie{
        font-size: 22.4px;
    }

    .ap_movie_details_bg {
        width: 100%;
        height: 560px;
        margin: 170px 0 0 0;
    }

    #ap_movie_details_inner {
        width: 90%;
        margin: -688px 0 0 auto;
    }

    .details_movie_txt img {
        width: 60%;
        text-align: right;
        position: absolute;
        right: 1em;
        bottom: -4.2em;
    }

    .ap_mov_about_area h2{
        font-size: 23px;
    }

    .ap_mov_about_left, .ap_mov_about_right {
        display: block;
        justify-content: normal;
    }

    .contents_title_box01 {
        width: 90%;
        padding: 0 40px;
        margin: 50px 0 0 auto;
        border-left: solid 1px #000;
    }

    .contents_title_box02 {
        width: 90%;
        padding: 0 40px;
        margin: 50px auto 0 0;
        border-right: solid 1px #000;
    }
    
    .ap_scroll_line {
        display: none;
    }

    .ap_mov_about_photo {
        width: 100%;
        margin-top: 50px;
    }

    .ap_mov_about_photo p {
        padding: 0 20px;
    }

    .ap_interview_profile > div {
        width: 90%;
        margin: auto;
        margin-bottom: 4.5em;
    }
    
    .ap_interview_profile_r {
        width: 60%;
        padding: 0 0 0 15px;
    }
    
    .ap_movie_details_box {
        width: 100%;
        margin-top: 2em;
    }
    
    .ap_movie_details_bg h2{
        min-width: 230px;
        font-size: 1.3em;
        line-height: 1.4;
        text-align: center;
        position: absolute;
        top: -34%;
        left: 50%;
        -webkit-transform:translateX(-50%);
        transform:translateX(-50%);
        padding: .5em 2em;
        margin: auto;
    }
    
    .ap_interview_profile{
        display: block;
    }
          
    .details_movie_txt {
        padding: 1.8em 1.1em 4.8em;
        margin: 0 0 -5em 0;
    }

    .ap_interview_title img {
        width: 20%;
    }
    
    .ap_interview_title{
        font-size: 22.4px;
    }

    .ap_interview_profile_l{
        width: 40%;
        padding-left: 0;
    }

    #ap_movie_details_top {
        z-index: -3;
        margin-top: 0;
    }

    .ap_main_slide_box {
        height: 120px;
        margin-bottom: 3em;
    }

    .ap_container_top {
        padding-top: 50px;
    }
    
    .interview_btn p {
        width: 88%;
    }
}

/***********
 * 構築用CSS
 ***********/

#ap_top_kv2 {
    width: 100%;
    /*background: url(https://image.raku-uru.jp/01/6054/788/honey_top_1602130117360.jpg) no-repeat right bottom;
    background-size: cover;*/
    height: 700px;
    position: relative;
}

#ap_top_kv2 p {
    font-family: "Times New Roman", Georgia, serif;
    font-size: 4em;
    color: #fff;
    line-height: 1.6;
    letter-spacing: 0.03em;
    text-shadow: 2px 2px 3px #333;
}

#ap_top_kv2 video {
    width: 100%;
}

.mov_sp{
    display: none;
}

.mov_pc{
    display: block;
}

.mov_wrap {
    width: 100%;
    height: 700px;
    position: absolute;
    top: 0;
    left: 0;
    background: radial-gradient(rgba(247,247,247,.7) 30%, transparent 30%);
    background: -webkit-radial-gradient(rgba(247,247,247,.7) 30%, transparent 30%);
    background: -moz-radial-gradient(rgba(247,247,247,.7) 30%, transparent 80%);
    background-size: 3px 3px;
}

.ap_container_top {
    background-color: #fff;
    padding-top: 80px;
    margin-top: 0;
}

.ap_top_slide_box {
    height: 450px;
    overflow: hidden;
    position: relative;
}

.ap_top_slide_img {
    z-index:10;
    opacity: 0;
    height: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: anime2 18s 0s infinite;
    animation: anime2 18s 0s infinite;
    margin-left: 4em;
    margin-bottom: 30px;
    vertical-align: bottom;
}

.ap_top_slide_img:nth-of-type(2) {
      -webkit-animation-delay: 6s;
      animation-delay: 6s;
}

.ap_top_slide_img:nth-of-type(3) {
      -webkit-animation-delay: 12s;
      animation-delay: 12s;
}

.ap_movie_area iframe {
    width: 100%;
    height: 641px;
}

@keyframes anime2 {
  0% {
        opacity: 0;
     }
    16% {
        opacity: 1;
    }
    33% {
        opacity: 1;
    }
    50% {
        opacity: 0;
         z-index:9;
    }
    100% { opacity: 0 }
}

@media screen and (max-width: 960px){
    #ap_top_kv2 {
        height: 500px;
    }

    #ap_top_kv2 p {
        font-size: 3em;
    }
}

@media screen and (max-width: 768px) {
    #ap_top_kv2 {
        height: 400px;
    }
    
    .ap_movie_area iframe {
        height: 432px;
    }
}

@media screen and (max-width: 600px) {
    #ap_top_kv2 {
        height: 210px;
    }
    
    #ap_top_kv2 p {
        font-size: 1.6em;
        line-height: 1.2;
    }
    
    /*#ap_top_kv2 video {
        display: none;
    }*/
    
    .mov_sp{
        display: block;
    }

    .mov_pc{
        display: none;
    }
    
    .ap_top_slide_box {
        height: 199px;
    }
    
    .ap_top_slide_img {
        margin-left: 0;
        margin-bottom: 0;
        width: 94%
    }
    
    .ap_movie_area iframe {
        height: 210px;
    }
}









.fadeIn {
  transform: translate3d(0, -10px, 0);
  transition: 1s;
  opacity: 0;
}

.fadeIn.animated {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
