@import url("https://image.raku-uru.jp/cms/fontcss/font.css");
/***********
 * common
 ***********/

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	word-wrap: break-word;
	word-break: break-all;
}

html,
body {
	height: 100%;
}

body,
body * {
	font-family: 'Zen Kaku Gothic New', '游ゴシック', YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', 'Meiryo UI', 'ＭＳ Ｐゴシック', sans-serif;
}

.hidden{ display: none; }

/* 通常文字色 */

body {
	font-size: 14px;
	color:#24120d;
	/* 通常文字色 */
	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:#24120d;
	/* a リンク文字色 */
	text-decoration: none;
}

a:hover,
button:hover {
	color:#e67e00;
	/* 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;
}

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: 0;
	left: 0;
	display: inline-block;
	width: 9px;
	height: 18px;
	content: '';
	background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-arrow-list.png);
	background-repeat: no-repeat;
	background-size: cover;
}

ul.list2 li {
	font-size: 13px;
	position: relative;
	margin-bottom: 10px;
	padding-left: 26px;
}

ul.list2 li:before {
	position: absolute;
	top: 4px;
	left: 0;
	display: inline-block;
	width: 10px;
	height: 10px;
	content: '';
	border-radius: 5px;
	background-color: #666;
}


/***********
 * layout
 ***********/

#wrapper,
.wrapper {
	width: 100%;
	margin: 0 auto;
}

.top {
	width: 1100px;
	margin: 0 auto;
	padding: 38px 10px 0;
}

.contents {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}

.page {
	width: 1100px;
	margin: 0 auto;
	padding: 60px 10px 0;
}

.row {
	position: relative;
	margin: 0 auto;
}

@media only screen and (max-width: 600px) {
	#wrapper,
	.wrapper {
		min-width: 100%;
	}
	.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;
}


/***********
 * header
 ***********/

#header {
	width: 100%;
	box-shadow: 1px 1px 8px rgba(0,0,0,.3);
	position: fixed;
	z-index: 99;
	background: #fff;
}

.gnav-sp {
	display: none;
}

.header-top {
	color: #24120D;
	background-color: #fff;
}

.header-top ul {
	float: right;
	height: 30px;
}

.header-top ul li {
	font-size: 14px;
	line-height: 30px;
	float: left;
	margin-left: 1.43em;
	font-weight: bold;
}

.header-top ul li a {
	position: relative;
	color: #24120D;
}

.header-top ul li a.entry {
	padding-left: 18px;
}

.header-top ul li a.entry:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: inline-block;
	width: 11px;
	height: 16px;
	margin-top: -15px;
	content: '\e929';
	font-family: "icomoon";
	background: none;
}

.header-top ul li a.mypage {
	padding-left: 20px;
}

.header-top ul li a.mypage:before {
	position: absolute;
	top: 50%;
	left: 3px;
	display: inline-block;
	width: 14px;
	height: 16px;
	margin-top: -15px;
	content: '\e90a';
	font-family: "icomoon";
	background: none;
}

.header-top ul li a.logout {
	padding-left: 20px;
}

.header-top ul li a.logout:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: inline-block;
	width: 14px;
	height: 16px;
	margin-top: -15px;
	content: '\e931';
	font-family: "icomoon";
	background: none;
}

.header-top ul li a.cart {
	padding-left: 22px;
}

.header-top ul li a.cart:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: inline-block;
	width: 18px;
	height: 16px;
	margin-top: -15px;
	content: '\e919';
	font-family: "icomoon";
	background: none;
}

.header {
	display: table;
	width: 100%;
}

.header-bottom {
	position: relative;
	display: table-cell;
	height: 76px;
	width: 100%;
	vertical-align: middle;
}

.header-bottom .logo {
	text-align: center;
}

.header-bottom .logo img {
	width: auto;
	height:auto;
	max-width: 250px;
	margin: 9px 0;
	vertical-align: middle;
	margin-right: 1em;
}

.header-bottom .logo h1 a,
.header-bottom .logo h1 a:hover {
	color:#24120d;
}

.header-bottom .logo h1 .logo-text {
	font-size:13px;
	display: -webkit-box;
	overflow:hidden;
	max-width:480px;
	max-height:160px;
	margin:auto;
	color: #24120d;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.header-menu-sp,
.header-search-sp,
.header-menu-sp_wrap {
	display: none;
}

.header-search-sp button {
	border: none;
}
.header-search-form {
	position: relative;
}

.header-search input[type=text] {
	font-size: 14px;
	line-height: 50px;
	display: inline-block;
	width: 100%;
	height: 50px;
	padding: 0 2.5em 0 0.5em;
	border: 1px solid #24120D;
	outline: 0 none;
	background-color: #fff;
}

.header-search-form-btn {
	line-height: 50px;
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	overflow: hidden;
	width: 2.5em;
	padding: 0;
	cursor: pointer;
	text-align: center;
	border: none;
	background: none;
	-webkit-appearance: none;
}
.header_option_top {
  background-color: #EAE6E5;
  padding: 5px 3%;
  text-align: center;
}
.header_option_top p {
  letter-spacing: .1rem;
  font-size: .8rem;
}
.header_option_top .sp_text {
	display: none;
}
.header_option .sp_text {
	display: none;
}
@media only screen and (min-width: 601px) and (max-width: 830px) {
    .top-img-wrap {
        padding-top: 179px !important;
    }
    #main-image {
        padding-top: 179px !important;
        margin-top: -179px !important;
    }
}
@media only screen and (max-width: 830px) {

	.header_option_top .pc_text {
		display: none;
	}
	.header_option .pc_text {
		display: none;
	}
	.header_option_top .sp_text {
		display: block;
		font-size: 10px;
	}
	.header_option .sp_text {
		display: block;
		letter-spacing:0;
	}
	.header_option p {
  	   font-size: 0.8em !important;
	}
	.header_option p span {
 	   display: block;
	}
}
.header_option {
  background-color: #E67E00;
  padding: 5px 3%;
  text-align: center;
}
.header_option p {
  color: #fff;
  letter-spacing: .1rem;
  font-size: .9rem;
  font-weight: bold;
}
@media only screen and (min-width: 601px) {
  .header_option p span:first-child {
    padding-right: 1rem;
  }
}
@media only screen and (max-width: 600px) {
        .header_option_top {
          padding: 5px 1%;
        }
	.header_option_top p {
            font-size: .5rem;
	}
  .header_option p {
    font-size: .5rem;
  }
  .header_option p span {
    display: block;
    font-size: 10px;
  }
}
.search-btn {
	padding-bottom: 4px;
	vertical-align: middle;
	width: 16px;
}

@media only screen and (max-width: 600px) {
	#header {
		position: fixed;
		width: 100%;
		box-shadow: none;
	}
	.gnav-pc {
		display: none;
	}
	.gnav-sp {
		display: block;
	}
	.header-top {
		width: 100%;
		min-height: 0;
		padding: 0;
		color: #fcfcfc;
		border-bottom: #fcfcfc solid 1px;
		background-color: #333;
	}
	.header-top ul {
		display: table;
		float: none;
		width: 100%;
		height: 44px;
	}
	.header-top ul li {
		font-size: 10px;
		line-height: 30px;
		display: table-cell;
		float: none;
		width: 33.33%;
		margin-left: 0;
		text-align: center;
	}
	.header-top ul li a {
		position: relative;
		display: block;
		width: 100%;
		height: 44px;
		padding-top: 18px;
		color: #fcfcfc;
	}
	.header-top ul li a.entry {
		padding-left: 0;
	}
	.header-top ul li a.entry:before {
		position: absolute;
		top: 1px;
		left: 50%;
		display: inline-block;
		width: 17px;
		height: 17px;
		margin-top: 0;
		margin-left: -8px;
		font-size: 15px;
		content: '\e929';
		font-family: "icomoon";
		background: none;
	}
	.header-top ul li a.mypage {
		padding-left: 0;
	}
	.header-top ul li a.mypage:before {
		position: absolute;
		top: 0;
		left: 50%;
		display: inline-block;
		width: 17px;
		height: 17px;
		margin-top: 0;
		margin-left: -8px;
		font-size: 14px;
		content: '\e90a';
		font-family: "icomoon";
		background: none;
	}
	.header-top ul li a.logout {
		padding-left: 0;
	}
	.header-top ul li a.logout:before {
		position: absolute;
		top: 0;
		left: 50%;
		display: inline-block;
		width: 15px;
		height: 16px;
		margin-top: 0;
		margin-left: -8px;
		font-size: 14px;
		content: '\e931';
		font-family: "icomoon";
		background: none;
	}
	.header-top ul li a.cart {
		padding-left: 0;
	}
	.header-top ul li a.cart:before {
		position: absolute;
		top: 2px;
		left: 50%;
		display: inline-block;
		width: 17px;
		height: 17px;
		margin-top: 0;
		margin-left: -10px;
		font-size: 15px;
		content: '\e919';
		font-family: "icomoon";
		background: none;
	}
	.header {
		display: table;
		width: 100%;
	}
	.header-bottom {
		position: relative;
		display: block;
		min-height: 47px;
		max-height: 100%;
		height: auto;
		padding: 0 0;
		text-align: center;
		vertical-align: middle;
	}
	.header-bottom .row {
		min-height: 47px;
		padding-top: 7px;
	}
	.header-bottom .logo {
		min-height: 30px;
		text-align: center;
	}
	.header-bottom .logo img {
		margin-top: 8px;
		margin-bottom: 8px;
		vertical-align: top;
	}
	.header-bottom .logo h1 {
		font-size: 18px;
		line-height: 30px;
		overflow: hidden;
		max-width: calc(100% - 80px);
		min-height: 30px;
		margin-left: 40px;
	}
	.header-menu-sp {
		display: block;
		width: 28px;
		z-index: 99;
	}
	.header-menu-sp img {
		width: 100%;
		height: auto;
	}
	.header-search-sp {
		position: absolute;
		top: 12px;
		right: 10px;
		display: block;
		width: 22px;
	}
	.header-search-sp img {
		width: 100%;
		height: auto;
	}
	.header-search {
		position: absolute;
		z-index: 99;
		top: 47px;
		right: 0;
		left: 0;
		display: none;
		width: 100%;
		padding: 15px 0;
		background-color: rgba(0, 0, 0, .7);
	}
	.header-search.jq-show {
		display: block;
	}
	.header-search-form {
		position: relative;
		width: 72%;
		margin: 0 auto;
	}
	.header-search input[type=text] {
		font-size: 16px;
		line-height: 33px;
		display: inline-block;
		width: 100%;
		height: 33px;
		padding: 0 50px 0 12px;
		border: 1px solid #dcdcdc;
		outline: 0 none;
		background-color: #f5f5f5;
	}
	.header-search-form-btn {
		line-height: 33px;
		position: absolute;
		top: 0;
		right: 0;
		display: inline-block;
		overflow: hidden;
		width: 45px;
		padding: 0;
		cursor: pointer;
		text-align: center;
		border: none;
		background: none;
		background-color: #e4e4e4;
		-webkit-appearance: none;
	}
	.search-btn {
		vertical-align: middle;
	}
}


/***********
 * footer
 ***********/

#footer {
	width: 100%;
}

.footer-top {
	width: 100%;
	padding: 1em 0;
}


.footer-top .clearfix:before,
.footer-top .clearfix:after,
.footer-bottom .clearfix:before,
.footer-bottom .clearfix:after {
    display: none;
}

.footer-logo {
    width: 20%;
    margin-right: 1em;
}

.footer-logo img {
	width: auto;
	height:auto;
}

.footer-shoppingguide {
    width: 66%;
    max-width: 620px;
}

.footer-shoppingguide h3 {
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	display: inline-block;
	width: 186px;
	height: 32px;
	margin-bottom: 15px;
	text-align: center;
	letter-spacing: 1px;
	border: #000 solid 1px;
}

.footer-shoppingguide ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.footer-shoppingguide ul li {
	font-size: 14px;
	margin-right: 20px;
}

.footer-shoppingguide ul li:last-child {
	margin-right: 0px;
}

.footer-shoppingguide ul li a:hover {
	text-decoration: underline;
	opacity: 1;
}

.footer-bottom {
	line-height: 48px;
	width: 100%;
	height: 58px;
}

.footer-bottom .row {
    width: 100%;
}

.footer-bottom2 {
	line-height: 48px;
	width: 100%;
	height: 48px;
	background-color: #f3f3f3;
}

.copyright {
	font-size: 14px;
	float: left;
	padding-top: 5px;
	width: 100%;
	text-align: center;
}

.sns {
	float: right;
	margin-top: 10px;
}

.sns li {
	display: inline-block;
	width: 25px;
	margin-left: 15px;
}

.sns li img {
	width: 100%;
	height: auto;
}
@media only screen and (max-width: 1220px) {
	.footer-shoppingguide ul li{
		font-size: 13px;
		margin-right: 10px;
	}
}
@media only screen and (max-width: 1121px) {
	.footer-shoppingguide {
		width: 100%;
		max-width: unset;
	}
	.footer-shoppingguide ul{
   		justify-content: flex-start;
	}
}
@media only screen and (max-width: 600px) {
	#footer {
		width: 100%;
	}
	.footer-top {
		width: 100%;
		padding: 30px 0 25px;
	}
	.footer-logo {
		float: none;
		width: 100%;
		text-align: center;
	}
	.footer-shoppingguide {
		float: none;
		width: 100%;
		margin-bottom: 30px;
		text-align: center;
	}
	.footer-shoppingguide h3 {
		font-size: 16px;
		font-weight: normal;
		line-height: 30px;
		display: inline-block;
		width: 180px;
		height: 32px;
		margin-bottom: 20px;
		text-align: center;
		letter-spacing: 1px;
		border: #000 solid 1px;
	}
	.footer-shoppingguide ul {
		width: 100%;
		flex-wrap: wrap;
		text-align: left;
		border-top: #ededed solid 1px;
	}
	.footer-logo img {
		width: 60%;
    margin-bottom: 1rem;
	}
	.footer-shoppingguide ul li {
		width: 100%;
		font-size: 13px;
		float: none;
		margin-right: 0;
		margin-bottom: 0;
		border-bottom: #ededed solid 1px;
	}
	.footer-shoppingguide ul li a {
		position: relative;
		display: block;
		width: 100%;
		padding: 12px 10px;
	}
	.footer-shoppingguide ul li a:after {
		position: absolute;
		top: 50%;
		right: 10px;
		display: block;
		width: 9px;
		height: 14px;
		margin-top: -7px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-arrow-nav02_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.footer-bottom {
		line-height: 1.4;
		width: 100%;
		height: auto;
		padding: 30px 0 20px;
		background-color: #fcfcfc;
	}
	.footer-bottom2 {
		line-height: 1.4;
		width: 100%;
		height: auto;
		padding: 30px 0 20px;
		background-color: #f3f3f3;
	}
	.copyright {
		font-size: 10px;
		float: none;
		text-align: center;
		word-break: break-word;
	}
	.sns {
		float: none;
		margin-top: 0;
		margin-bottom: 25px;
		text-align: center;
	}
	.sns li {
		display: inline-block;
		width: 27px;
	}
	.sns li img {
		width: 100%;
		height: auto;
	}
}


/***********
 * main
 ***********/

.main-contents {
    max-width: 1580px;
    width: 80%;
    padding: 3%;
}

.main {
	width: 100%;
}

@media only screen and (max-width: 600px) {
	.main-contents {
		float: none;
		width: 100%;
		padding-bottom: 0;
	}
	.main {
		float: none;
		width: 100%;
	}
}


/* main-image */

#main-image {
	position: relative;
	width: 100%;
	text-align: center;
	padding-top: 172px;
	margin-top: -172px;
}

#main-image + div {
	border-top: none;
}

#main-image img {
	max-width: 100%;
	max-height: 100%;
}

.main-image-slider {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
	margin: 0 auto 40px;
}

.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: 785px;
	height: 336px;
	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: 99;
    font-size: 36px;
    margin-top: -18px;
}

.main-image-next {
    position: absolute;
    left: 10px;
    top: 50%;
    z-index: 99;
    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: 99;
	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%;
		text-align: center;
		background-color: #f5f5f5;
		padding-top: 123px;
		margin-top: -123px;
	}
	#main-image img {
		max-width: 100%;
		max-height: 100%;
	}
	.main-image-slider {
		position: relative;
		overflow: hidden;
		width: 100%;
		max-width: 100%;
		height: auto;
	}
	.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: 99;
		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 {
	margin-bottom: 24px;
	text-align: center;
}

.ttl h2 {
	font-size: 24px;
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 6px;
	color: #24120d;
}

.ttl h2:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: inline-block;
	width: 24px;
	height: 1px;
	margin-left: -12px;
	content: '';
	background-color: #000;
}

.ttl h3 {
	font-size: 20px;
	font-weight: bold;
}

.ttl2 {
	margin-bottom: 46px;
	text-align: center;
}

.ttl2 h2 {
	font-size: 24px;
	position: relative;
	padding-bottom: 2px;
}

.ttl2 h2:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: inline-block;
	width: 24px;
	height: 1px;
	margin-left: -12px;
	content: '';
	background-color: #000;
}

@media only screen and (max-width: 600px) {
	.ttl {
		margin-bottom: 16px;
		text-align: center;
	}
	.ttl h2 {
		font-size: 20px;
		position: relative;
		margin-bottom: 10px;
		padding-bottom: 6px;
	}
	.ttl h2:after {
		position: absolute;
		bottom: 0;
		left: 50%;
		display: inline-block;
		width: 24px;
		height: 1px;
		margin-left: -12px;
		content: '';
		background-color: #000;
	}
	.ttl h3 {
		font-size: 16px;
	}
	.ttl2 {
		margin-bottom: 20px;
		text-align: center;
	}
	.ttl2 h2 {
		font-size: 20px;
		position: relative;
		padding-bottom: 2px;
	}
	.ttl2 h2:after {
		position: absolute;
		bottom: 0;
		left: 50%;
		display: inline-block;
		width: 24px;
		height: 1px;
		margin-left: -12px;
		content: '';
		background-color: #000;
	}
}


/* product-list */

.product-list {
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
}

.product-list-item {
	width: 185px;
	margin-right: 15px;
	padding-bottom: 40px;
}

/*.product-list-item:nth-child(4n) {
	margin-right: 0;
}*/

.product-list-item:nth-child(4n-3) {
	clear: both;
}

.product-list-item .product-list-photo {
	position: relative;
	margin-bottom: 15px;
}

.product-list-item .product-list-photo img {
	display: block;
	width: auto;
	height: auto;
	margin: auto;
	border: #d0d0d0 solid 1px;
}

.product-list-item .product-list-name {
	font-size: 14px;
	line-height: 22px;
	overflow: hidden;
	position: relative;
	height: 44px;
	margin-bottom: 4px;
	background-color: #fff;
}

/* .product-list-item .product-list-name:before {
	position: absolute;
	right: 0;
	bottom: 0;
	display: inline-block;
	width: 1.2em;
	content: "…";
	text-align: right;
	background-color: #fff;
} */

.product-list-item .product-list-name:after {
	position: relative;
	right: 0;
	float: right;
	width: 1em;
	height: 100%;
	content: "";
	background-color: #fff;
}

.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: 2px;
	margin-right: 6px;
	padding: 0 3px;
	text-align: center;
	color: #f33;
	background: #fff;
}

.product-list-tax {
	display: inline-block;
}

@media only screen and (max-width: 600px) {
	.product-list {
		margin-bottom: 10px;
		padding: 0 5px;
	}
	.product-list-item {
		float: left;
		width: 50%;
		margin-right: 0;
		padding: 0 5px 40px;
	}
	.product-list-item:nth-child(2n-1) {
		clear: both;
	}
	.product-list-item .product-list-photo {
		position: relative;
		width: 100%;
		height: auto;
		margin-bottom: 9px;
	}
	.product-list-item .product-list-photo img {
		max-width: 100%;
		height: auto;
	}
	.product-list-item .product-list-name {
		font-size: 1em;
		line-height: 20px;
		overflow: hidden;
		min-height: 40px;
		margin-bottom: 7px;
	}
	.product-list-item .product-list-price {
		font-size: 1em;
		line-height: 1.2;
	}
	.product-list-item .product-list-name {
		line-height: initial !important;
		height: auto !important;
		min-height: auto !important;
	}
}


/* ranking icon */

.icn-rank {
	font-size: 16px;
	position: absolute;
	z-index: 90;
	top: 0;
	left: 0;
	display: block;
	width: 54px;
	height: 54px;
	color: #ffffff;
}

.icn-rank span {
	position: absolute;
	z-index: 90;
	top: -3px;
	left: 6px;
}

.icn-rank:before {
	position: absolute;
	z-index: 90;
	top: -15px;
	left: -15px;
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	content: '';
	/*border-width: 54px 54px 0 0;
	border-style: solid;
	border-color: #653C1F transparent transparent transparent;*/
	background: #653C1F;
}

.icn-rank1 {
	color: #ffffff;
}

.icn-rank1:before {
	/*border-color: #E67E00 transparent transparent transparent;*/
	background: #E67E00;
}

.icn-rank2 {
	color: #ffffff;
}

.icn-rank2:before {
	/*border-color: #E67E00 transparent transparent transparent;*/
	background: #E67E00;
}

.icn-rank3 {
	color: #ffffff;
}

.icn-rank3:before {
	/*border-color: #E67E00 transparent transparent transparent;*/
	background: #E67E00;
}

@media only screen and (max-width: 600px) {
	.icn-rank {
		font-size: 16px;
		position: absolute;
		z-index: 90;
		top: 0;
		left: 0;
		display: block;
		width: 50px;
		height: 50px;
	}
	.icn-rank span {
		position: absolute;
		z-index: 90;
		top: -5px;
		left: 4px;
	}
	.icn-rank:before {
		position: absolute;
		z-index: 90;
		top: -10px;
		left: -10px;
		display: block;
		width: 35px;
		height: 35px;
		content: '';
		/* border-width: 50px 50px 0 0;
		border-style: solid; */
	}
}


/* btn-area */

.btn-area {
	margin-bottom: 20px;
	text-align: center;
}

.btn-area .btn {
	font-size: 16px;
	font-weight: normal;
	line-height: 44px;
	position: relative;
	display: inline-block;
	width: 152px;
	height: 44px;
	text-align: center;
	color: #fcfcfc;
	background-color: #666;
}

.btn-area .btn span:before {
	position: absolute;
	top: 50%;
	left: 10px;
	display: block;
	width: 10px;
	height: 18px;
	margin-top: -9px;
	content: '';
	background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-arrow-btn.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.btn-area a.btn-back span:before {
	position: absolute;
	top: 50%;
	left: 10px;
	display: block;
	width: 10px;
	height: 18px;
	margin-top: -9px;
	content: '';
	background-image: url(https://image.raku-uru.jp/cms/yt00001/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-area .btn {
		font-size: 16px;
		font-weight: normal;
		line-height: 44px;
		position: relative;
		display: inline-block;
		width: 152px;
		height: 44px;
		text-align: center;
		color: #fcfcfc;
		background-color: #666;
	}
	.btn-area .btn span:before {
		position: absolute;
		top: 50%;
		left: 10px;
		display: block;
		width: 9px;
		height: 16px;
		margin-top: -8px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00001/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: 10px;
		display: block;
		width: 9px;
		height: 16px;
		margin-top: -8px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-arrow-back_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
}


/* top-newarrival */

#top-newarrival {
	padding-top: 36px;
	border-top: #d0d0d0 solid 1px;
}

.main > div#top-newarrival:first-child {
	border-top: none;
}

@media only screen and (max-width: 600px) {
	#top-newarrival {
		padding-top: 30px;
	}
}


/* top-ranking */

@media only screen and (max-width: 600px) {
	#top-ranking {
		padding-top: 0px;
	}
}


/* top-salesranking

#top-salesranking {
	padding-top: 36px;
}

@media only screen and (max-width: 600px) {
	#top-salesranking {
		padding-top: 30px;
		border-top: #d0d0d0 solid 1px;
	}
}
*/


/* top-news */

#top-news {
	padding-top: 36px;
}

@media only screen and (max-width: 600px) {
	#top-news {
		padding-top: 0px;
		margin-bottom: 4em;
	}
}


/* news-list */

.news-list {
	margin-bottom: 20px;
}

.news-list dl {
	display: table;
	width: 100%;
}

.news-list dl dt {
	font-size: 14px;
	display: table-cell;
	width: 115px;
	padding: 10px 0;
}

.news-list dl dd {
	font-size: 14px;
	display: table-cell;
	padding: 10px 0;
}

.news-list dl dd a:hover {
	text-decoration: underline;
	opacity: 1;
}

@media only screen and (max-width: 600px) {
	.news-list {
		margin-bottom: 20px;
		padding: 0 10px;
	}
	.news-list dl {
		display: block;
		width: 100%;
	}
	.news-list dl dt {
		font-size: 12px;
		display: block;
		width: 100%;
		margin-bottom: 4px;
		padding: 0 0 0 6px;
	}
	.news-list dl dd {
		font-size: 12px;
		display: block;
		margin-bottom: 18px;
		padding: 0;
	}
}


/* top-shop-message */

#top-shop-message1 {
	margin-top: 30px;
}

#top-shop-message2 {
	margin-top: 30px;
}

@media only screen and (max-width: 600px) {
	#top-shop-message1 {
		margin-bottom: 30px;
		padding: 0 10px;
	}

	#top-shop-message2 {
		padding: 0 10px;
	}
}


/* item-detail */

.item-detail-left {
	float: left;
	width: 360px;
}

.item-detail-right {
	float: right;
	width: 406px;
}

.item-detail-photo {
	position: relative;
	overflow: hidden;
	width: 360px;
	height: 360px;
	margin-bottom: 10px;
}

.item-detail-photo ul li {
	display: none;
	float: left;
	width: 360px;
}

.item-detail-photo ul li.active {
	display: block;
}

.item-detail-photo img {
	display: block;
	max-width: 360px;
	max-height: 360px;
	width: auto;
	height: auto;
	margin: auto;
	border: #d0d0d0 solid 1px;
}

.item-detail-photo-backbtn,
.item-detail-photo-nextbtn {
	display: none;
}

.item-detail-zoom {
	margin-bottom: 20px;
	text-align: center;
}

.item-detail-zoom a {
	position: relative;
	padding-left: 30px;
}

.item-detail-zoom a:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	content: '';
	background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-zoom.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.item-detail-thumb {
	width: 100%;
	margin-bottom: 20px;
}

.item-detail-thumb-photo {
	float: left;
	width: 65px;
	margin-right: 8px;
}

.item-detail-thumb-photo img {
	max-width: 100%;
	max-height: 65px;
	border: #d0d0d0 solid 1px;
}

.item-detail-thumb-photo:nth-child(5n) {
	margin-right: 0;
}

.item-detail-thumb-photo:nth-child(5n+1) {
	clear: left;
}

.item-detail-info {
	width: 100%;
	margin-bottom: 15px;
	border-bottom: #d0d0d0 solid 1px;
}

.item-detail-info2 {
	width: 100%;
	margin-bottom: 15px;
}

.item-detail-info dl, .item-detail-info2 dl {
	display: table;
	width: 100%;
}

.item-detail-info dl dt, .item-detail-info2 dl dt {
	display: table-cell;
	width: 120px;
	padding: 3px;
	vertical-align: middle;
}

.item-detail-info dl dd, .item-detail-info2 dl dd {
	display: table-cell;
	padding: 3px;
}

.item-detail-category {
	font-size: 14px;
	margin-bottom: 16px;
}

.item-detail-name {
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 15px;
}

.item-detail-vari,
.item-detail-spec {
	margin-bottom: 20px;
}

.item-detail-vari-price dl dt {
	display: none;
}

.item-detail-vari-price-num {
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 15px;
}

.raku-item-no-stock {
	color: #f33;
}

.item-detail-cart {
	width: 100%;
	margin-bottom: 25px;
	border-bottom: #d0d0d0 solid 1px;
}

.item-detail-cart p {
	font-size: 14px;
	margin-bottom: 10px;
}

.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 #d0d0d0;
}

.item-detail-select {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}
.item-detail-select label {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 56px;
	vertical-align: middle;
	border: 1px solid #d0d0d0;
	background-color: #f5f5f5;
}
.item-detail-select::before {
	position: absolute;
	z-index: 2;
	top: 50%;
	right: 20px;
	width: 0;
	height: 0;
	margin-top: -3px;
	content: '';
	border-width: 8px 5px 0 5px;
	border-style: solid;
	border-color: #000 transparent transparent transparent;
}

.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;
	border: 0;
	outline: none;
	background: transparent;
	-webkit-appearance: none;
	   -moz-appearance: none;
			appearance: none;
}

.item-detail-cart-vari-select {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 56px;
	margin-bottom: 18px;
	vertical-align: middle;
	border: 1px solid #d0d0d0;
	background-color: #f5f5f5;
}

.item-detail-cart-vari-select label:before {
	position: absolute;
	z-index: 2;
	top: 50%;
	right: 20px;
	width: 0;
	height: 0;
	margin-top: -3px;
	content: '';
	border-width: 8px 5px 0 5px;
	border-style: solid;
	border-color: #000 transparent transparent transparent;
}

.item-detail-cart-vari-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;
}

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: 5px;
}
.item-detail-cart-vari-radio input {
	width: 0;
	opacity: .0;
}
.item-detail-cart-vari-radio input + label {
	max-width: 100%;
	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: 0;
	left: 0;
	display: block;
	width: 15px;
	height: 15px;
	margin-top: -1px;
	content: '';
	border: 1px solid #d0d0d0;
	border-radius: 50%;
}
.item-detail-cart-vari-radio input:checked + label::after {
	position: absolute;
	top: 2px;
	left: 3px;
	display: block;
	width: 11px;
	height: 11px;
	content: '';
	border-radius: 50%;
	background-color: #666;
}

.item-detail-num-count {
	font-size: 0;
	display: flex;
	width: 100%;
	margin-bottom: 18px;
}

.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;
	text-decoration: none;
	color: #fcfcfc;
	background-color: #ccc;
}

.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;
	text-decoration: none;
	color: #fcfcfc;
	background-color: #ccc;
}

.item-detail-num {
	height: 55px;
	margin-right: 12px;
	padding: 0;
	vertical-align: middle;
}

.item-detail-num input[type=number] {
	font-size: 14px;
	line-height: 55px;
	display: block;
	width: 55px;
	height: 55px;
	text-align: center;
	border: solid 1px #ccc;
	-moz-appearance: textfield;
}

.item-detail-num input[type=number]::-webkit-inner-spin-button,
.item-detail-num input[type=number]::-webkit-outer-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 #d0d0d0;
	background-color: #f5f5f5;
}

.item-detail-num-select label:before {
	position: absolute;
	z-index: 2;
	top: 50%;
	right: 20px;
	width: 0;
	height: 0;
	margin-top: -3px;
	content: '';
	border-width: 8px 5px 0 5px;
	border-style: solid;
	border-color: #000 transparent transparent transparent;
}

.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-btn {
	width: 100%;
	margin-bottom: 20px;
}

.item-detail-cart-btn a {
	font-size: 20px;
	line-height: 55px;
	display: block;
	width: 100%;
	height: 55px;
	text-align: center;
	color: #fcfcfc;
	background-color: #666;
}

.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/yt00001/img/icn-cart-btn.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.item-detail-addwishlist-btn {
	width: 100%;
	margin-bottom: 20px;
}

.item-detail-addwishlist-btn a {
	font-size: 16px;
	line-height: 32px;
	display: block;
	width: 100%;
	height: 32px;
	text-align: center;
	color: #fcfcfc;
	background-color: #666;
}

.item-detail-txt {
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: #d0d0d0 solid 1px;
}

.item-detail-txt p {
	font-size: 13px;
	padding: 3px;
}

.item-detail-share {
	width: 100%;
	padding-bottom: 20px;
}
.item-detail-share dl {
	display: table;
	width: 100%;
}
.item-detail-share dl dt {
	display: table-cell;
	width: 90px;
	padding: 3px;
	vertical-align: middle;
}
.item-detail-share dl dd {
	display: table-cell;
	padding: 3px;
	vertical-align: middle;
}
.item-detail-share dl dd ul li {
	float: left;
	width: 24px;
	margin-right: 20px;
}
.item-detail-share dl dd ul li img {
	width: 100%;
	height: auto;
}
.item-comment {
	margin-bottom: 20px;
	padding-top: 20px;
	border-top: #d0d0d0 solid 1px;
}

.item-comment h4 {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 15px;
}

.item-comment p {
	font-size: 13px;
}

.item-comment table {
	width: 100%;
}

.item-comment table tr th {
	font-size: 13px;
	font-weight: normal;
	width: 180px;
	padding: 4px 12px;
	text-align: left;
}

.item-comment table tr td {
	font-size: 13px;
	padding: 4px 12px;
	text-align: left;
}

.item-comment table tr:nth-child(2n-1) th,
.item-comment table tr:nth-child(2n-1) td {
	background-color: #eee;
}

@media only screen and (max-width: 600px) {
	.item-detail {
	}
	.item-detail-left {
		float: none;
		width: 100%;
	}
	.item-detail-right {
		float: none;
		width: 100%;
	}
	.item-detail-photo-main {
		position: relative;
		width: 260px;
		margin: 0 auto;
	}
	.item-detail-photo {
		position: relative;
		overflow: hidden;
		width: 260px;
		height: 260px;
		margin: 0 auto 10px;
	}
	.item-detail-photo ul {
		width: 100%;
		height: 260px;
		margin: 0 auto;
	}
	.item-detail-photo ul li {
		display: block;
		float: left;
		width: 260px;
		height: 260px;
		margin: 0;
	}
	.item-detail-photo img {
		max-width: 100%;
		max-height: 100%;
	}
	.item-detail-photo-backbtn {
		position: absolute;
		top: 50%;
		left: -20px;
		display: block;
		margin-top: -12px;
	}
	.item-detail-photo-backbtn a {
		display: block;
		width: 12px;
		height: 23px;
		background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-arrow-prev_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.item-detail-photo-nextbtn {
		position: absolute;
		top: 50%;
		right: -20px;
		display: block;
		margin-top: -12px;
	}
	.item-detail-photo-nextbtn a {
		display: block;
		width: 12px;
		height: 23px;
		background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-arrow-next_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.item-detail-zoom {
		margin-bottom: 20px;
		text-align: center;
	}
	.item-detail-zoom a {
		position: relative;
		padding-left: 30px;
	}
	.item-detail-zoom a:before {
		position: absolute;
		top: 50%;
		left: 0;
		display: block;
		width: 19px;
		height: 19px;
		margin-top: -10px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-zoom_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.item-detail-thumb {
		display: none;
		width: 100%;
	}
	.item-detail-info {
		width: 100%;
		margin-bottom: 18px;
		padding-right: 10px;
		padding-left: 10px;
		border-bottom: #d0d0d0 solid 1px;
	}
	.item-detail-info2 {
		width: 100%;
		margin-bottom: 18px;
		padding-right: 10px;
		padding-left: 10px;
	}
	.item-detail-category {
		font-size: 12px;
		margin-bottom: 12px;
	}
	.item-detail-name {
		font-size: 14px;
		font-weight: normal;
		line-height: 32px;
		margin-bottom: 12px;
	}
	.item-detail-cart {
		width: 100%;
		margin-bottom: 18px;
		padding-right: 10px;
		padding-left: 10px;
		border-bottom: #d0d0d0 solid 1px;
	}
	.item-detail-cart p {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.item-detail-select select {
		font-size: 16px;
	}
	.item-detail-num-count {
		font-size: 0;
		width: 100%;
		margin-bottom: 30px;
		text-align: center;
		justify-content: 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;
		color: #fcfcfc;
		background-color: #ccc;
	}
	.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 input[type=number] {
		font-size: 16px;
	}
	.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;
		color: #fcfcfc;
		background-color: #ccc;
	}
	.item-detail-num-select select {
		font-size: 16px;
	}
	.item-detail-cart-btn {
		width: 100%;
		margin-bottom: 20px;
	}
	.item-detail-cart-btn a {
		font-size: 18px;
		line-height: 55px;
		display: block;
		width: 100%;
		height: 55px;
		text-align: center;
		color: #fcfcfc;
		background-color: #666;
	}
	.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/yt00001/img/icn-cart-btn.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.item-detail-txt {
		width: 100%;
		margin-bottom: 18px;
		padding-right: 10px;
		padding-bottom: 18px;
		padding-left: 10px;
		border-bottom: #d0d0d0 solid 1px;
	}
	.item-detail-txt p {
		font-size: 13px;
		padding: 0;
	}
	.item-detail-share {
		width: 100%;
		padding-bottom: 30px;
		text-align: center;
	}
	.item-detail-share dl {
		display: block;
		width: 100%;
	}
	.item-detail-share dl dt {
		font-size: 13px;
		display: block;
		width: 100%;
		margin-bottom: 10px;
		padding: 0;
	}
	.item-detail-share dl dd {
		font-size: 13px;
		display: block;
		padding: 0;
		text-align: center;
	}
	.item-detail-share dl dd ul li {
		display: inline-block;
		float: none;
		width: 33px;
		margin-right: 10px;
		margin-left: 10px;
	}
	.item-detail-share dl dd ul li img {
		width: 100%;
		height: auto;
	}
	.item-comment {
		margin-bottom: 20px;
		padding-top: 20px;
		padding-right: 10px;
		padding-left: 10px;
		border-top: #d0d0d0 solid 1px;
	}
	.item-comment h4 {
		font-size: 14px;
		font-weight: normal;
		margin-bottom: 15px;
	}
	.item-comment p {
		font-size: 13px;
	}
	.item-comment table {
		width: 100%;
	}
	.item-comment table tr th {
		font-size: 11px;
		font-weight: normal;
		width: 65px;
		padding: 4px 10px;
		text-align: left;
	}
	.item-comment table tr td {
		font-size: 11px;
		padding: 4px 10px;
		text-align: left;
	}
	.item-comment table tr:nth-child(2n-1) th,
	.item-comment table tr:nth-child(2n-1) td {
		background-color: #eee;
	}
}


/* recommend */

#recommend {
	padding-top: 36px;
	border-top: #d0d0d0 solid 1px;
}

@media only screen and (max-width: 600px) {
	#recommend {
		padding-top: 30px;
		border-top: #d0d0d0 solid 1px;
	}
}


/* about-tbl */

.about-tbl,
table.payment-content {
	width: 100%;
	border-top: #d0d0d0 solid 1px;
}

.about-tbl th,
table.payment-content th {
	font-weight: bold;
	width: 240px;
	padding: 20px 0;
	text-align: left;
	border-bottom: #d0d0d0 solid 1px;
}

.about-tbl td,
table.payment-content td {
	padding: 20px 0;
	text-align: left;
	border-bottom: #d0d0d0 solid 1px;
}

@media only screen and (max-width: 600px) {
	.about-tbl,
	table.payment-content {
		display: block;
		width: 100%;
		border-top: #d0d0d0 solid 1px;
	}
	.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;
		font-weight: bold;
		display: block;
		width: 100%;
		padding: 20px 10px 5px;
		text-align: left;
		border-bottom: none;
	}
	.about-tbl td,
	table.payment-content td {
		font-size: 12px;
		display: block;
		width: 100%;
		padding: 0 10px 20px;
		text-align: left;
		border-bottom: #d0d0d0 solid 1px;
	}
	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;
}

/***********
 * side
 ***********/

.side {
	padding: 3%;
	width: 20%;
	z-index: 1;
	background: #FCF9F9;
}
@media only screen and (max-width: 600px) {
	.side {
		float: none;
		width: 100%;
		padding-bottom: 0;
	}
}


/* category-nav */

.category-nav {
	margin-bottom: 38px;
}

.category-nav > ul > li {
	font-size: 18px;
	line-height: 1;
	margin-bottom: 15px;
	color: #24120d;
}

.category-nav > ul > li>div,
.category-nav > ul > li > a {
	margin-bottom: 10px;
}

.category-nav > ul li a {
	display: flex;
	align-items: center;
	position: relative;
	width: 100%;
	padding-left: 0.5em;
}

.category-nav > ul li a:after {
    font-family: "Font Awesome 6 Free";
    content: "\f105";
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    transition: 0.2s;
    color: #24120D;
    display: inline-block;
}

.category-nav > ul > li span {
	font-size: 14px;
}

.category-nav-l2 > li {
	font-size: 16px;
	overflow: hidden;
	border-bottom: #BFAAA4 dotted 1px;
        cursor: pointer;
}

.category-nav-l2 > li > a {
	height: 40px;
	margin-right: 15px;
}

.category-nav-l2 li a p {
	overflow: hidden;
	padding-right: 1.5em;
	font-size: 0.8em;
	line-height: 1em;
	letter-spacing: -1px;
	pointer-events: none;
}

.category-nav-l3 > li {
	font-size: 16px;
	border-top: #BFAAA4 dotted 1px;
}

.category-nav-l3 > li > a {
	line-height: 48px;
	height: 48px;
	margin-right: 0.7em;
	text-indent: 0.7em;
}

.nav-close {
	display: none;
}

@media only screen and (max-width: 600px) {
	.category-nav {
		position: fixed;
		z-index: 99;
		top: 0;
		right: -96%;
		overflow: scroll;
		width: 96%;
		height: 100%;
		margin-bottom: 38px;
		padding-bottom: 50px;
		-webkit-transition: right .6s cubic-bezier(.19, 1, .22, 1);
				transition: right .6s cubic-bezier(.19, 1, .22, 1);
		background-color: #fff;
	}
	.nav-open .category-nav {
		right: 0;
	}
	.category-nav > ul {
		padding: 15px 12px 0;
	}
	.category-nav > ul > li {
		font-size: 18px;
		line-height: 1;
		margin-bottom: 12px;
		color: #24120d;
	}
	.category-nav > ul > li>div,
	.category-nav > ul > li > a {
		margin-bottom: 12px;
	}
	.category-nav > ul li a {
		position: relative;
		display: block;
		width: 100%;
	}
	.category-nav > ul li div:after {
		font-family: "Font Awesome 6 Free";
		content: "\f105";
		font-weight: 900;
		position: absolute;
		top: 50%;
		right: 10px;
		transform: translateY(-50%);
		transition: 0.2s;
		color: #24120D;
		display: inline-block;
	}
	.category-nav > ul > li > a>p,
	.category-nav > ul > li > div>p {
		font-size: 16px;
		display: inline;
		margin-right: 5px;
	}
	.category-nav > ul > li span {
		font-size: 12px;
		display: inline-block;
	}
	.category-nav > ul li .category-nav-l2 > li {
		font-size: 14px;
	}
	.category-nav > ul li .category-nav-l2 > li > a {
		line-height: 36px;
		height: 36px;
	}
	.category-nav-l2 li a p{
		line-height: 36px;
	}
	.category-nav > ul li .category-nav-l3 > li {
		font-size: 14px;
		border-top: #d0d0d0 dotted 1px;
	}
	.category-nav > ul li .category-nav-l3 > li > a {
		line-height: 36px;
		height: 36px;
		text-indent: 15px;
	}
	.nav-close {
		font-size: 10px;
		display: block;
		background-color: #eee;
	}
	.nav-close a {
		line-height: 40px;
		position: relative;
		display: block;
		height: 40px;
		padding-left: 40px;
	}
	.nav-close a:before {
		position: absolute;
		top: 50%;
		left: 12px;
		display: block;
		width: 20px;
		height: 20px;
		margin-top: -10px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-close.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
}


/* bnr-area */

.bnr-area {
	width: 250px;
	margin-bottom: 38px;
}

.bnr-area .bnr {
	margin-bottom: 20px;
}

@media only screen and (max-width: 600px) {
	.bnr-area {
		width: 100%;
		margin-bottom: 0;
		padding: 30px 10px 0;
	}
	.bnr-area .bnr {
		width: 100%;
		margin-bottom: 20px;
	}
	.bnr-area .bnr img {
		width: 100%;
		height: auto;
	}
}


.main-article {
	margin-bottom: 30px;
}

/* privacy-policy */
.privacy-policy {
	margin-bottom: 30px;
}

/* fee */
.main-article .ttl2 h3 {
	margin-top: 30px;
	margin-bottom: -30px;
}

/* schedule-area */

.schedule-area {
	width: 100%;
	padding-top: 20px;
	text-align: center;
}

.schedule-area h4 {
	font-family: 'Zen Kaku Gothic New', 'メイリオ', 'Meiryo', 'Meiryo UI';
	font-size: 13px;
	font-weight: normal;
	line-height: 22px;
	display: inline-block;
	width: 102px;
	height: 22px;
	margin-bottom: 15px;
	text-align: center;
	color: #24120D;
	border-radius: 11px;
	background-color: #EAE6E5;
}

.schedule {
	margin-bottom: 15px;
	border-bottom: #d0d0d0 dotted 1px;
}

.schedule table {
	width: auto;
	margin: 0 auto 10px;
}

.schedule table th {
	font-size: 13px;
	font-weight: normal;
	padding: 3px;
	text-align: center;
}

.schedule table th.sun {
	color: #c00000;
}

.schedule table th.sat {
	color: #006de8;
}

.schedule table td {
	font-size: 13px;
	font-weight: normal;
	padding: 1px;
	text-align: center;
}

.schedule-date {
	line-height: 25px;
	display: inline-block;
	width: 25px;
	height: 25px;
	text-align: center;
}

.e1 .schedule-date {
	color: #fcfcfc;
	background-color: #BEA899;
}

.e2 .schedule-date {
	color: #fcfcfc;
	background-color: #E67E00;
}

.e3 .schedule-date {
	color: #fcfcfc;
	background-color: #653C1F;
}

.event-list {
	margin-bottom: 15px;
	margin-left: 10px;
}

.event-list li {
	line-height: 24px;
	position: relative;
	min-height: 24px;
	margin-bottom: 5px;
	padding-left: 40px;
	text-align: left;
}

.event-list li:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 24px;
	height: 24px;
	content: '';
}

.event-list li.event1:before {
	background-color: #BEA899;
}

.event-list li.event2:before {
	background-color: #E67E00;
}

.event-list li.event3:before {
	background-color: #653C1F;
}

@media only screen and (max-width: 600px) {
	.schedule-area {
		width: 100%;
		padding: 30px 10px 0;
		text-align: center;
	}
	.schedule-area h4 {
		font-size: 15px;
		font-weight: normal;
		line-height: 27px;
		display: inline-block;
		width: 123px;
		height: 29px;
		margin-bottom: 15px;
		text-align: center;
		color: #fcfcfc;
		border: #d0d0d0 solid 1px;
		border-radius: 15px;
		background-color: #333;
	}
	.schedule {
		margin-bottom: 19px;
		border-bottom: #d0d0d0 dotted 1px;
	}
	.schedule table {
		width: auto;
		margin: 0 auto 16px;
	}
	.schedule table th {
		font-size: 15px;
		font-weight: normal;
		padding: 1px;
		text-align: center;
	}
	.schedule table th.sun {
		color: #c00000;
	}
	.schedule table th.sat {
		color: #006de8;
	}
	.schedule table td {
		font-size: 15px;
		font-weight: normal;
		padding: 5px;
		text-align: center;
	}
	.schedule-date {
		line-height: 30px;
		display: inline-block;
		width: 30px;
		height: 30px;
		text-align: center;
	}
	.event-list {
		margin-bottom: 30px;
		margin-left: 0;
		text-align: left;
	}
	.event-list li {
		font-size: 12px;
		line-height: 25px;
		display: inline-block;
		min-height: 25px;
		margin-right: 5px;
		margin-bottom: 0;
		padding-left: 30px;
	}
	.event-list li:before {
		width: 25px;
		height: 25px;
	}
}


/***送料について***/

.shipment-tbl {
	width: 100%;
	margin-top: 30px;
	border-top: #d0d0d0 solid 1px;
}

.shipment-tbl th {
	font-weight: bold;
	width: 200px;
	padding: 20px 0;
	text-align: left;
	border-bottom: #d0d0d0 solid 1px;
}

.shipment-tbl-ptn1 th{
	width: 250px;
	padding-right: 20px;
}

.shipment-tbl td {
	padding: 20px 0;
	text-align: left;
	border-bottom: #d0d0d0 solid 1px;
}

.shipment-tbl caption {
	font-size: 16px;
	padding: 4px 12px 3px;
	color: #fcfcfc;
	background-color: #d0d0d0;
}

.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: #fcfcfc;
	background-color: #999;
}

.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: #efefef;
}

.shipment-tbl table th {
	min-width: 100px;
}

.shipment-tbl-normal-orderprice-ttl,
.shipment-tbl-normal-orderpric-price {
	display: inline-block;
}

.shipment-tbl-eidome a {
	text-decoration: underline;
}

.shipment-tbl-ptn6 .shipment-tbl-normal td > table {
	display: block;
	overflow-x: auto;
	white-space: nowrap;
	max-width: 580px;
}

@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;
	}
}


/***********
 * 1column
 ***********/

.column1 {
	width: 100%;
	padding-bottom: 50px;
}

@media only screen and (max-width: 600px) {
	.column1 {
		width: 100%;
		padding-bottom: 0;
	}
}

.form-select label {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 200px;
	height: 36px;
	vertical-align: middle;
	border: 1px solid #d0d0d0;
	background-color: #f5f5f5;
}

.form-select label:before {
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 20px;
	width: 0;
	height: 0;
	margin-top: -3px;
	content: '';
	border-width: 7px 5px 0 4px;
	border-style: solid;
	border-color: #000 transparent transparent transparent;
}

.form-select select {
	font-size: 14px;
	line-height: 36px;
	position: relative;
	z-index: 2;
	display: block;
	width: 200px;
	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: 200px;
}

.form-txt-m {
	width: 426px;
}

.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;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mb24 {
	margin-bottom: 24px;
}

.form-tbl-show {
	display: none;
}

.form-tbl-show.active {
	display: table;
}

.cart-btn {
	width: 100%;
	margin-bottom: 25px;
}

.cart-btn button[type='submit'],
.cart-btn a {
	font-size: 20px;
	line-height: 55px;
	position: relative;
	display: block;
	width: 100%;
	height: 55px;
	text-align: center;
	color: #fcfcfc;
	border: none;
	background-color: #666;
}

.cart-btn button[type='submit'] span:before,
.cart-btn a span:before {
	position: absolute;
	top: 50%;
	left: 20px;
	display: block;
	width: 10px;
	height: 18px;
	margin-top: -9px;
	content: '';
	background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-arrow-btn.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.cart-btn a.comp-btn span:before {
	position: absolute;
	top: 50%;
	left: 20px;
	display: block;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	content: '';
	background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-check.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.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) {
	.form-select label {
		position: relative;
		display: inline-block;
		overflow: hidden;
		width: 100%;
		height: 36px;
		vertical-align: middle;
		border: 1px solid #d0d0d0;
		background-color: #f5f5f5;
	}
	.form-select label:before {
		position: absolute;
		z-index: 1;
		top: 50%;
		right: 20px;
		width: 0;
		height: 0;
		margin-top: -3px;
		content: '';
		border-width: 7px 5px 0 4px;
		border-style: solid;
		border-color: #000 transparent transparent transparent;
	}
	.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-btn {
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}
	.cart-btn button[type='submit'],
	.cart-btn a {
		font-size: 16px;
		line-height: 44px;
		position: relative;
		display: inline-block;
		width: 150px;
		height: 44px;
		text-align: center;
		color: #fcfcfc;
		border: none;
		background-color: #666;
	}
	.cart-btn button[type='submit'] span:before,
	.cart-btn a span:before {
		position: absolute;
		top: 50%;
		left: 10px;
		display: block;
		width: 9px;
		height: 16px;
		margin-top: -8px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-arrow-btn_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.cart-btn a.comp-btn span:before {
		position: absolute;
		top: 50%;
		left: 10px;
		display: block;
		width: 18px;
		height: 18px;
		margin-top: -9px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-check.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.conf-lbl {
		display: block;
		width: 100%;
		margin-right: 0;
		margin-bottom: 5px;
	}
	.conf-dt {
		display: block;
		margin-bottom: 20px;
	}
}

/* help-block */

.help-block.form-error {
	font-size: 12px;
	display: inline-block;
	margin-top: 10px;
	margin-right: 10px;
	padding: 10px 18px;
	text-align: left;
	color: #fff;
	background-color: #e30000;
}

@media only screen and (max-width: 600px) {
	.help-block.form-error {
		padding: 8px 15px;
	}
}


/***********
 * parts
 ***********/


/* msg */

.msg {
	font-size: 14px;
	margin-bottom: 38px;
	padding: 8px 15px;
	text-align: left;
	color: #24120d;
	border: #000 solid 1px;
}

@media only screen and (max-width: 600px) {
	.msg {
		font-size: 14px;
		margin-bottom: 38px;
		padding: 8px 15px;
		text-align: left;
		color: #24120d;
		border: #000 solid 1px;
	}
}


/* err */

.err-msg {
	font-size: 14px;
	margin-bottom: 38px;
	padding: 8px 15px;
	text-align: left;
	color: #e30000;
	border: #e30000 solid 1px;
}

@media only screen and (max-width: 600px) {
	.err-msg {
		font-size: 12px;
		margin-right: 10px;
		margin-bottom: 20px;
		margin-left: 10px;
		padding: 10px 10px;
	}
}


/*bread*/

.bread {
	margin-bottom: 30px;
}

.bread ul li {
	max-width: 100%;
	font-size: 12px;
	float: left;
	margin-right: 10px;
	color: #24120d;
}

.bread ul li a:after {
	display: inline-block;
	margin-left: 10px;
	content: '>';
	color: #24120d;
}

.bread ul li a:hover {
	text-decoration: underline;
	opacity: 1;
}

@media only screen and (max-width: 600px) {
	.bread {
		margin-bottom: 20px;
		padding: 8px 10px;
	}
	.bread ul li {
		font-size: 12px;
		float: left;
		margin-right: 8px;
		color: #24120d;
	}
	.bread ul li a:after {
		display: inline-block;
		margin-left: 8px;
		content: '>';
		color: #24120d;
	}
}


/* item-list */

.item-list-itemcount {
	text-align: right;
}


/* paging */

.paging {
	position: relative;
	clear: both;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	border-top: #d0d0d0 solid 1px;
}

.paging .prev {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -13px;
}

.paging .prev a {
	position: relative;
	padding-left: 24px;
}

.paging .prev a:after {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 14px;
	height: 26px;
	margin-top: -13px;
	content: '';
	background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-arrow-prev.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.paging .next {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -13px;
}

.paging .next a {
	position: relative;
	padding-right: 24px;
}

.paging .next a:after {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 14px;
	height: 26px;
	margin-top: -13px;
	content: '';
	background-image: url(https://image.raku-uru.jp/cms/yt00001/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 7px;
}

.page-num ul li span {
	line-height: 22px;
	display: block;
	width: 22px;
	height: 22px;
	color: #fcfcfc;
	background-color: #BEA899;
}

.page-num ul li a {
	line-height: 22px;
	display: block;
	width: 22px;
	height: 22px;
}

@media only screen and (max-width: 600px) {
	.paging {
		position: relative;
		width: 100%;
		padding-top: 12px;
		padding-bottom: 15px;
		text-align: center;
		border-top: #d0d0d0 solid 1px;
	}
	.paging .prev {
		position: absolute;
		top: 50%;
		left: 10px;
		margin-top: -12px;
	}
	.paging .prev a {
		position: relative;
		display: block;
		width: 12px;
		height: 23px;
		padding-left: 0;
	}
	.paging .prev a span {
		display: none;
	}
	.paging .prev a:after {
		position: absolute;
		top: 50%;
		left: 0;
		display: block;
		width: 12px;
		height: 23px;
		margin-top: -12px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-arrow-prev_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.paging .next {
		position: absolute;
		top: 50%;
		right: 10px;
		margin-top: -12px;
	}
	.paging .next a {
		position: relative;
		display: block;
		width: 12px;
		height: 23px;
		padding-right: 0;
	}
	.paging .next a span {
		display: none;
	}
	.paging .next a:after {
		position: absolute;
		top: 50%;
		right: 0;
		display: block;
		width: 12px;
		height: 23px;
		margin-top: -12px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-arrow-next_sp.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 6px;
	}
	/*.page-num ul li span {
		line-height: 23px;
		display: block;
		width: 23px;
		height: 23px;
		color: #fcfcfc;
		border: #999 solid 1px;
		background-color: #999;
	}
	.page-num ul li a {
		line-height: 23px;
		display: block;
		width: 23px;
		height: 23px;
		border: #999 solid 1px;
	}*/
}


/* sort */

.sort {
	font-size: 0;
	position: relative;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: right;
	border-top: #d0d0d0 solid 1px;
}

.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;
		border-top: #d0d0d0 solid 1px;
	}
	.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-badge70805:after {
	content: "NEW";
	width: 54px;
	height: 20px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 10px;
	line-height: 20px;
	text-align: center;
	background: #000;
	color: #fcfcfc;
} .icn-badge70806:after {
	content: "おすすめ";
	width: 54px;
	height: 20px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 10px;
	line-height: 20px;
	text-align: center;
	background: #000;
	color: #fcfcfc;
} .icn-badge70807:after {
	content: "人気";
	width: 54px;
	height: 20px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 10px;
	line-height: 20px;
	text-align: center;
	background: #000;
	color: #fcfcfc;
} 
.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;
}

.product-list-item .product-list-name.icn-reservation::before {
	position: relative;
	width: 66px;
	content: "予約商品";
	text-align: center;
	background-color: #666;
}

.item-detail-name.icn-reservation::before {
	width: 96px;
	height: 32px;
	font-size: 16px;
	line-height: 32px;
	margin-right: 10px;
}

/*overlay*/

.overlay {
	position: fixed;
	z-index: 98;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.8);
}

.modal-open {
	/*
	overflow: hidden;
	*/
}

.modal-open .overlay {
	display: block;
}

@media only screen and (max-width: 600px) {
	.nav-open {
		overflow: hidden;
	}
	.nav-open .overlay {
		display: block;
	}
}


/* modal */

.modal {
	position: absolute;
	z-index: 99;
	top: 50%;
	left: 50%;
	display: none;
	margin-top: -200px;
	margin-left: -320px;
	background-color: #fff;
}

.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: -52px;
	right: -4px;
}

.modal-close a {
	display: block;
	width: 40px;
	height: 40px;
	background-image: url(https://image.raku-uru.jp/cms/yt00001/img/btn-modal-close.png);
	background-repeat: no-repeat;
	background-size: cover;
}

@media only screen and (max-width: 600px) {
	.modal {
		position: absolute;
		z-index: 99;
		top: 50%;
		left: 50%;
		display: none;
		width: 300px;
		margin-top: -110px;
		margin-left: -150px;
		background-color: #fff;
	}
	.modal-open .modal {
		display: block;
	}
	.modal-inner {
		position: relative;
		width: 100%;
		height: auto;
	}
	.modal-img {
		width: 100%;
	}
	.modal-img img {
		width: 100%;
		height: auto;
	}
	.modal-close {
		position: absolute;
		top: -30px;
		right: -4px;
	}
	.modal-close a {
		display: block;
		width: 24px;
		height: 24px;
		background-image: url(https://image.raku-uru.jp/cms/yt00001/img/btn-modal-close.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
}


/* pagetop */

.btn-pagetop {
	position: fixed;
	right: 10px;
	bottom: 10px;
	transition: all linear .2s;
	text-align: right;
	opacity: 0;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	z-index: 101;
}

.btn-pagetop.is-show {
	opacity: 1;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.btn-pagetop a {
	position: relative;
	display: block;
	width: 53px;
	height: 53px;
	cursor: pointer;
	border-radius: 27px;
	background-color: rgba(0,0,0,.8);
}

.btn-pagetop a:after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 23px;
	height: 12px;
	margin-top: -6px;
	margin-left: -12px;
	content: '';
	background-image: url(https://image.raku-uru.jp/cms/yt00001/img/btn-pagetop.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;
	}
}


/***********
 * lp
 ***********/

.contents-lp .main {
	width: 100%;
}

.contents-lp .lp-img img{
	display: block;
	max-width: 100%;
	margin: 20px auto;
}

.contents-lp .item-order {
	width: 440px;
	margin: 0 auto;
}

.contents-lp .item-order .item-detail-cart {
	border-bottom: none;
}

@media only screen and (max-width: 600px) {
	.contents-lp .item-order {
		width: 100%;
	}
}


/***********
 * detailed-search
 ***********/
.detailed-search {
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
}
.detailed-search + .paging-area > .paging {
	border-top: none;
}
.detailed-search-head {
	font-size: 18px;
	line-height: 36px;
	padding: 0 5px;
	cursor: pointer;
}
.detailed-search-head::before {
	content: "\ea43";
	font-family: "icomoon";
	margin-right: 15px;
}
.detailed-search-show .detailed-search-head::before {
	content: "\ea41";
	font-family: "icomoon";
}
.detailed-search-content {
	display: block;
	width: calc(100% - 20px);
	max-width: 500px;
	margin: 10px 0 20px;
	margin-right: auto;
	margin-left: auto;
	display: none;
}
.detailed-search-keyword,
.detailed-search-category,
.detailed-search-price {
	margin-bottom: 10px;
}
.detailed-search input[type="text"],
.detailed-search-category label {
	border: 1px solid #d0d0d0;
}
.detailed-search-name {
	display: inline-block;
	width: 35%;
	margin-right: 5px;
}
.detailed-search-keyword input[type="text"] {
	width: calc(65% - 5px);
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	padding: 0 5px;
}
.detailed-search-category label {
	position: relative;
	display: inline-block;
	width: calc(65% - 5px);
	overflow: hidden;
	vertical-align: middle;
	padding-left: 5px;
	height: 30px;
}
.detailed-search-category label::after {
	z-index: 3;
	position: absolute;
	right: 7px;
	top: 10px;
	content: "\e900";
	font-family: "icomoon";
	font-size: 8px;
}
.detailed-search-category select {
	position: relative;
	z-index: 2;
	display: block;
	width: 100%;
	margin: 0;
	border: 0;
	outline: none;
	font-size: 16px;
	line-height: 30px;
	appearance: none;
	padding-right: 32px;
}
.detailed-search-price input[type="text"] {
	width: calc( (65% - 65px) / 2);
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	padding: 0 5px;
	text-align: right;
	ime-mode: disabled;
}
.detailed-search-price-unit1 {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	width:35px;
	margin: 0 5px;
}
.detailed-search-price-unit2 {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	width:15px;
	margin-left: 5px;
}
.detailed-search-btn {
	text-align: right;
}
.detailed-search-btn button {
	line-height: 30px;
	padding: 0 15px;
	background-color: #666;
	color: #fcfcfc;
	-webkit-appearance: none;
	border-radius: 0;
	border: 0;
}

.detailed-search + .paging,
.detailed-search + .sort {
	border-top: none;
}


/***********
 * sort-select
 ***********/
@media only screen and (max-width: 600px) {
	.sort-select {
		padding-right: 10px;
		text-align: right;
	}
}
.sort-select .sort-label {
	display: inline;
	font-size: 16px;
	vertical-align: middle;
	line-height: 30px;
}
.sort-select label {
	position: relative;
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
	height: 30px;
	padding-left: 5px;
	border: 1px solid #d0d0d0;
}
.sort-select label::after {
	z-index: 3;
	position: absolute;
	right: 7px;
	top: 10px;
	content: "\e900";
	font-family: "icomoon";
	font-size: 8px;
}
.sort-select select {
	z-index: 2;
	display: block;
	width: 100%;
	margin: 0;
	border: 0;
	outline: none;
	font-size: 16px;
	line-height: 30px;
	appearance: none;
	padding-right: 32px;
}


/***********
 * login
 ***********/

.contents-login .main {
	width: 100%;
}


/***********
 * 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: #24120d;}
.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: #24120d;*/}
.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: #24120d;}
.wysiwig-data a:hover{color: #e67e00;}

.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.4em;}
.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;}
}

/* ここから下は新規追加分CSS */

/* 商品一覧のwysiwyg-data*/
#item-detail .wysiwyg-data table tr td:first-child {
    min-width: 5em;
}
/* ヘッダー */
#header .row {
    width: 100%;
    padding: 0 3%;
}
#header .header-bottom .row {
    height: 83px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#header .header-bottom .row .row-left {
    display: flex;
    align-items: center;
    flex-direction: row;
    height: 100%;
}
#header .header-bottom .row .row-right {
    display: flex;
    align-items: center;
    flex-direction: row;
    height: 100%;
}
#header .header-bottom .row .row-right a{
    height: 100%;
    padding: 0.3em 0;
}
#header .header-bottom .row .row-right .delivery-img img{
    height: 100%;
    min-width: 231px;
}
#header .header-bottom .row .row-right .member-img img{
    height: 100%;
}
.header-menu-pc,
.header-menu-tab-sp {
    display: flex;
    font-weight: bold;
    align-items: center;
    height: 100%;
}
.header-menu-pc > li {
    padding-right: 1.25em;
    font-size: 14px;
    display: flex;
    align-items: center;
    height: 100%;
}
.header-menu-pc li .sub_menu {
	background-color: #FCF9F9;
	position: absolute;
	width: 100%;
	bottom: -359px;
	right: 0;
	visibility: hidden;
	opacity: 0;
	transition: all .2s ease;
}
.header-menu-pc li .sub_menu li {
	height: 60px;
	font-size: 16px;
	overflow: hidden;
	border-bottom: #BFAAA4 dotted 1px;
	cursor: pointer;
	position: relative;
}
.header-menu-pc li .sub_menu li:last-child {
	border-bottom: #BFAAA4 solid 1px;
}
.header-menu-pc li .sub_menu li:after {
	font-family: "Font Awesome 6 Free";
	content: "\f105";
	font-weight: 900;
	position: absolute;
	top: 50%;
	right: 2rem;
	transform: translateY(-50%);
	transition: 0.2s;
	color: #24120D;
	display: inline-block;
}
.header-menu-pc li .sub_menu li a {
	height: 60px;
	display: flex;
	width: 100%;
	align-items: center;
	position: relative;
	padding: 0 2rem;
}
.header-menu-pc li.menu_has_child:hover .sub_menu  {
	visibility: visible;
	opacity: 1;
}
.header-menu-tab-sp > li {
	font-size: 16px;
	display: flex;
	align-items: center;
	height: 100%;
}
.delivery-img-wrap,
.member-img-wrap{
    height: 100%;
    margin-right: 0.25em;
}
.delivery-img-wrap .delivery-img,
.member-img-wrap .member-img{
    height: 100%;
    position: relative;
}
.delivery-img-wrap .delivery-img .deliveryDate {
    position: absolute;
    top: 12px;
    left: 49px;
    font-size: 2em;
    font-weight: bold;
    letter-spacing: 1px;
}
#header .guide {
    display: flex;
    align-items: center;
}
#header .guide img {
    max-width: 1em;
    margin-right: 0.1em;
}
#header .instagram img{
    margin-right: 0.3em;
}
#header .instagram img,
#header .line img {
    max-width: 2em;
    display: block;
}

/* サイドメニュー */
.side .side-title {
    margin-bottom: 0.8em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #24120D;
    font-weight: bold;
    font-size: 1rem;
}
/* 検索フォーム */
.side-search-form {
    margin-bottom: 3em;
}
/* カテゴリー */
.campaign-li,
.category-li {
    margin-bottom: 2em !important;
}
.category-oya{
    position: relative;
}
.category-oya-main {
    display: flex;
    width: 100%;
    align-items: center;
    position: relative;
}
.category-oya-img {
    max-height: 0.8em;
    margin-right: 0.5em;
}
.category-oya-main:hover {
    color: #E67E00;
    opacity: 0.7;
}
.category-oya > ul li a:after {
    color:#95817C;
}
.category-nav-l2  > li:first-child {
    border-top: none;
}
.category-nav-l3 {
    display: none;
}
.category-nav > ul > li > div{
    position: relative;
    display: block;
    width: 100%;
    padding-left: 15px;
}
.category-nav-l2 > li > div {
    height: 40px;
    margin-right: 15px;
}
.category-nav-l2 li div p {
    overflow: hidden;
    padding-right: 25px;
    font-size:0.9em;
}
.category-nav > ul li div:after {
    font-family: "Font Awesome 6 Free";
    content: "\f105";
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    transition: 0.2s;
    color: #24120D;
    display: inline-block;
}
.category-nav > ul li div:hover:after,
.category-nav > ul li a:hover:after{
    color: #E67E00;
}
.campaign-li .category-nav-l2 > li,
.others-li .category-nav-l2 > li{
    font-size: 16px;
}
.campaign-li .category-nav-l2 li a p,
.others-li .category-nav-l2 li a p{
    font-size: 0.9em;
}
.delivery-banner img {
    display: block;
}
.delivery-banner {
    margin-bottom: 1em;
}
.sns-btn{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sns-btn:after {
    content: "";
    width: 20%;
}
.sns-btn:before {
    content: "";
    width: 20%;
    order: 1;
}
.sns-btn a{
    width: 20%;
}
.sns-btn a img {
    display: block;
}

/* メインコンテンツ */
.top-img-wrap {
  padding-top: 172px;
}
.main-contents-wrap{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

/* スライダー */
#main-thumbnail {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}
.thumbnail {
    width: 100%;
}
.thumbnail .thumbnail-img {
    width: 32% !important;
    cursor: pointer;
}
.thumbnail .thumbnail-img:hover {
    opacity: 0.7;
}
.thumbnail .slick-track:before,
.thumbnail .slick-track:after{
    display: none;
}
.thumbnail .slick-track{
    transform:unset!important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.thumbnail .slick-slide{
    display: block!important;
    float: none !important;
    padding-bottom: 1em;
}
.thumbnail .slick-track:after {
    content: "";
    display: block;
    width: 32%;
}
.thumbnail-img img {
    border: 1px solid #707070;
}
.slide-arrow {
	color: #fff;
	font-size: 5rem;
	cursor: pointer;
	position: absolute;
	z-index: 9999;
	opacity: .8;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.prev-arrow {
	left: 3%;
}
.next-arrow {
	right: 3%;
}
@media only screen and (max-width: 600px) {
	.slide-arrow {
		font-size: 2rem;
	}
}
/* margin */
.mb1 {margin-bottom: 1em;}
.mb15 {margin-bottom: 1.5em;}
.mb2 {margin-bottom: 2em;}
.mb25 {margin-bottom: 2.5em;}
.mb3 {margin-bottom: 3em;}
.mb35 {margin-bottom: 3.5em;}
.mb4 {margin-bottom: 4em;}
.mb45 {margin-bottom: 4.5em;}
.mb5 {margin-bottom: 5em;}
.mb6 {margin-bottom: 6em;}
.mb7 {margin-bottom: 7em;}
.mb8 {margin-bottom: 8em;}
.mb9 {margin-bottom: 9em;}
.mb10 {margin-bottom: 10em;}
.mb11 {margin-bottom: 11em;}
.mb12 {margin-bottom: 12em;}

/* padding */
.pb1 {padding-bottom: 1em;}
.pb15 {padding-bottom: 1.5em;}
.pb2 {padding-bottom: 2em;}
.pb25 {padding-bottom: 2.5em;}
.pb3 {padding-bottom: 3em;}
.pb35 {padding-bottom: 3.5em;}
.pb4 {padding-bottom: 4em;}
.pb45 {padding-bottom: 4.5em;}
.pb5 {padding-bottom: 5em;}
.pb6 {padding-bottom: 6em;}
.pb7 {padding-bottom: 7em;}
.pb8 {padding-bottom: 8em;}
.pb9 {padding-bottom: 9em;}
.pb10 {padding-bottom: 10em;}
.pb11 {padding-bottom: 11em;}
.pb12 {padding-bottom: 12em;}

#top-salesranking {
    margin-bottom: 6em;
}

#top-ranking,
#top-kodawari,
#item-category,
#top-review,
#top-recipe,
#top-cafemap,
#top-instagram,
#top-guide
 {
	margin-bottom: 10em;
}
#top-detail
 {
	margin-bottom: 3em;
}

/* pc size */
@media only screen and (min-width: 1122px) { 
	.header-menu-tab-sp {
		display: none;
	}
	.footer-top .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
	}
}
/* tab size */
@media only screen and (max-width: 1280px) and (min-width: 801px) { 
	.side {
    padding: 3% 1%;
	}
}
@media only screen and (max-width: 800px) and (min-width: 601px) { 
	.side {
    padding: 3% 10px;
    width: 25%;
	}
	.main-contents {
		width: 75%;
		padding: 3% 2%;
	}
	.side .side-title {
		font-size: .8em;
	}
	.category-nav-l2 li div p,
	.category-nav-l2 li a p {
		font-size: 0.7em;
	}
	.campaign-li .category-nav-l2 li div p,
	.campaign-li .category-nav-l2 li a p,
	.others-li .category-nav-l2 li div p,
	.others-li .category-nav-l2 li a p {
		font-size: 0.7em;
	}
	.header-top ul li a {
		font-size: 10px;
	}
	.header-top ul li {
		display: flex;
		align-items: center;
	}
	.header-bottom .logo h1 {
		max-width: 210px;
	}
	.header-bottom .logo img {
		max-width: none;
		width: 100%;
	}
}	
/* tab and sp size */
@media only screen and (max-width: 1121px) { 
	.header-menu-tab-sp {
		display: block;
	}
	.header-menu-pc {
		display: none;
	}
	#header .row {
		display: flex;
		justify-content: right;
	}
	.header-top ul {
		float: none;
	}
}
@media only screen and (max-width: 1121px) and (min-width: 600px) { 
	.schedule-date {
    line-height: 15px;
    width: 15px;
    height: 15px;
	}
}
@media only screen and (max-width: 1280px) { 
	#header .header-bottom .row {
		padding: 0 10px;
	}
	#header .row {
		padding: 0 10px;
	}
	.header-menu-pc > li {
		padding-right: 1em;
	}
}
@media only screen and (max-width: 980px) {
	#top-salesranking,
	#top-ranking,
	#top-kodawari,
	#item-category,
	#top-review,
	#top-recipe,
	#top-cafemap,
	#top-instagram,
	#top-guide
	{
		margin-bottom: 5em;
	}
	#header .header-bottom .row .row-right {
		display: flex;
    align-items: center;
    flex-direction: row;
    height: 100%;
    justify-content: right;
    height: 66px;
    top: 26px;
    right: 10px;
    width: 350px;
	}
	#header .header-bottom .row .row-right img {
		min-width: auto !important;
	}
	.delivery-img-wrap .delivery-img .deliveryDate {
    top: 11px;
    left: 38px;
    font-size: 1.4em;
	}
	#top-salesranking {
		margin-bottom: 5em;
	}
}

@media only screen and (max-width: 600px) { 
	.side {
		width: auto;
		padding: 0;
	}
	.sp_menu_wrap {
		padding: 15px 12px 0;
	}
	.main-contents-wrap { 
		display: block;
	}
	.main-contents {
		width: 100%;
	}
	.header-menu-pc {
		display: none;
	}
	#header .header-bottom .row .row-right {
    bottom: 0;
    top: auto;
    justify-content: center;
    width: 100%;
    right: 0;
	}
	#header .header-bottom .row .row-right {
		position: fixed;
		bottom: 0;
	}
	#header .header-bottom .row .row-left {
		width: 100%;
		justify-content: space-between;
	}
	.header-bottom .logo h1 {
		max-width: 170px;
		margin-left: 0;
	}
	.header-bottom .logo h1 img {
		width: 100%;
	}
	.side-search-form .side-title {
		display: none;
	}
	.side-search-form {
		margin-bottom: 0;
	}
	.top-img-wrap {
		padding-top: 146.5px;
	}
	#main-image{
		padding-top: 146.5px;
		margin-top: -146.5px;
	}
	#top-salesranking .product-list-item .product-list-name,
	#top-salesranking .product-list-item .product-list-price,
	#top-ranking .product-list-item .product-list-name,
	#top-ranking .product-list-item .product-list-price {
		font-size: 1em !important;
		text-align: left;
	}
	.header-top ul li a.home:before {
		position: absolute;
    top: 1px;
    left: 50%;
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-top: 0;
    margin-left: -8px;
    font-size: 15px;
		content: '\f015';
    font-family: "Font Awesome 5 Free";
    background: none;
    font-weight: 900;
	}
	.header-top ul li a.item-list:before {
		position: absolute;
    top: 1px;
    left: 50%;
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-top: 0;
    margin-left: -8px;
    font-size: 15px;
		content: '\f00b';
    font-family: "Font Awesome 5 Free";
    background: none;
    font-weight: 900;
	}
	.header-top ul li a.guide:before {
		position: absolute;
    top: 1px;
    left: 50%;
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-top: 0;
    margin-left: -8px;
    font-size: 15px;
    content: '\f02d';
    font-family: "Font Awesome 5 Free";
    background: none;
    font-weight: 900;
	}
}
.product-list-item .product-list-name {
	line-height: initial;
	height: auto;
}

/* コンテンツ間 （SP）*/
@media only screen and (max-width: 600px) {
	#main-thumbnail{
		margin-bottom: 2.5em;
	}
	#top-salesranking{
		margin-bottom: 0em;
	}
	#top-ranking{
		margin-bottom: 0em;
	}
	#item-category,
	#top-review{
		margin-bottom: 2em;
	}
}

/* フッター */
.footer-img {
		margin-right: -5%;
		margin-left: -4%;
    padding-bottom: 1em;
}

@media only screen and (max-width: 801px) and (min-width: 601px) { 
  .footer-img {
		margin-right: -3%;
		margin-left: -3%;
    padding-bottom: 1em;
}

}

@media screen and (min-width:1122px) and (max-width:1136px){
    .header-menu-pc > li{
    font-size: 15px;
    }
}



/* 2023.04.26追加*/
/* サブページ（共通）*/
.sub-title{
    text-align: center;
    font-size: 2.5em;
    font-weight: 500;
    letter-spacing: 0.1em;
    position: relative;
    margin-bottom: 3em;
}
.sub-title:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    display: inline-block;
    width: 2em;
    height: 5px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #BEA899;
    border-radius: 5px;
}
.sub-main-cnts {
    margin-bottom: 6em;
}
.flex-2-row{
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
}
.flex-2-row .sub-main-cnts-img{
    width: 45%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 350px;
    height: auto;
    max-width: 653px;
}
.flex-2-row .sub-main-cnts-text{
    width: 50%;
    padding-left: 1em;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.option-title {
    font-size: 1.5em;
    font-weight: 500;
}
.option-sub-title {
    font-size: 1.25em;
}
.option-text {
    font-size: 1.125em;
    letter-spacing: 0.1em;
    line-height: 1.8em;
}
.option-text,
.option-text li {
    margin: 0 !important;
    list-style-type: none !important;
    width: 100%;
    font-size: 1em;
}
.option-text li {
    text-indent: -1em;
    padding-left: 1em;
}
@media only screen and (max-width: 980px) {
    .flex-2-row {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .flex-2-row .sub-main-cnts-img{
        width: 100%;
        max-width: unset;
    }
    .flex-2-row .sub-main-cnts-text{
        width: 100%;
        padding-left: 0;
    }
    .option-text{
        margin: 0 !important;
    }
}
@media only screen and (max-width: 600px) {
    .sub-title{
        font-size: 1.5em;
    }
    .option-title {
        font-size: 1.25em;
    }
    .sub-main-cnts{
        margin-bottom: 3em;
    }
}

/* グローウェルとは（グローウェルとは）*/
#about .about-growwell{
    margin-bottom: 12em;
}
#about .about-growwell .cnts01 .sub-main-cnts-img{
    width: 100%;
    height: 315px;
    background-image: url("https://image.raku-uru.jp/01/24178/53/about_growwell_img_1682489391056.png");
    background-size:  cover;
    background-repeat:  no-repeat;
    background-position: center;
    margin-bottom: 2em;
}
#about .about-growwell .cnts01 .sub-main-cnts-text {
    display: flex;
    align-content: flex-start;
    flex-direction: row;
    width: 100%;
}
#about .about-growwell .cnts01 .option-title {
    font-size: 1.8em;
    font-weight: 500;
    margin-right: 1em;
    margin-top: 0;
    min-width: 8em;
}
#about .about-growwell .cnts01 .option-text {
    margin-top: 0;
    letter-spacing: 0.1em;
    line-height: 1.7em;
}
#about .about-growwell .flex-2-row:nth-of-type(1),
#about .about-growwell .flex-2-row:nth-of-type(2) {
    margin-bottom: 6em;
}
#about .about-growwell .flex-2-row:nth-of-type(1) .sub-main-cnts-img{
    background-image: url("https://image.raku-uru.jp/01/24178/56/about_growwell_img2_1682489802039.png");
}
#about .about-growwell .flex-2-row:nth-of-type(2) .sub-main-cnts-img{
    background-image: url("https://image.raku-uru.jp/01/24178/273/%E3%82%BB%E3%83%83%E3%83%88%E5%95%86%E5%93%81%28%E5%AD%90%E3%81%A8%E3%82%99%E3%82%82%E6%83%B3%E3%81%84%E3%82%BB%E3%83%83%E3%83%88%29_1683714132287.jpg");
}
#about .about-growwell .flex-2-row:nth-of-type(3) .sub-main-cnts-img{
    background-image: url("https://image.raku-uru.jp/01/24178/276/about_growwell_img3_1683768011172.jpg");
}
#about .about-growwell .option-step {
    display: flex !important;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}
#about .about-growwell .option-step p {
    padding: 1.5em;
    background: #F7F3F2;
    border-radius: 5px;
    position: relative;
    letter-spacing: 0.1em;
    line-height: 1.7em;
    width: 24%;
}
#about .about-growwell .option-step > p > span {
    position: absolute;
    top: -13px;
    left: 10px;
    font-size: 1.8em;
    font-weight: bold;
    color: #BEA899;
    letter-spacing: 0.1em;
}
#about .about-growwell .cnts03 .sub-main-cnts-img {
    margin-bottom: 6em;
}
#about .about-growwell .cnts03 .option-title {
    font-size: 1.7em;
    text-align: center;
    position: relative;
    max-width: 38rem;
    margin: 0em auto 3em;
}
#about .about-growwell .cnts03 .option-title:before,
#about .about-growwell .cnts03 .option-title:after {
    position: absolute;
    top: 0.8rem;
    height: 1.8rem;
    content: '';
}
#about .about-growwell .cnts03 .option-title:before {
    border-left: solid 3px #E67E00;
    left: 0;
    top: 3px;
    transform: rotate(-30deg);
    border-radius: 5px;
}
#about .about-growwell .cnts03 .option-title:after {
    border-right: solid 3px #E67E00;
    right: 13px;
    top: 3px;
    transform: rotate(30deg);
    border-radius: 5px;
}
#about .about-growwell .option-symbol {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}
#about .about-growwell .option-symbol img {
    width: 20%;
}
#about .about-growwell .option-symbol .option-text {
    width: 78%;
}
@media only screen and (max-width: 980px) {
    #about .about-growwell .cnts01 .sub-main-cnts-text{
        flex-direction: column;
    }
    #about .about-growwell .option-step p{
        width: 48%;
    }
    #about .about-growwell .cnts03 .option-title span{
        display:block !important;
    }
    #about .about-growwell .cnts03 .option-title{
        max-width: 22rem !important;
    }
    #about .about-growwell .cnts03 .option-title:before{
        top: 40px !important;
    }
    #about .about-growwell .cnts03 .option-title:after {
        right: 0 !important;
        top: 40px !important;
    }
}
@media only screen and (max-width: 600px) {
    #about .about-growwell .cnts01 .option-title {
        font-size: 1.25em;
    }
    #about .about-growwell{
        margin-bottom: 6em;
    }
    #about .about-growwell .flex-2-row:nth-of-type(1),
    #about .about-growwell .flex-2-row:nth-of-type(2) {
        margin-bottom: 3em;
    }
    #about .about-growwell .cnts03 .sub-main-cnts-img {
        margin-bottom: 3em;
    }
    #about .about-growwell .cnts03 .option-title{
        font-size: 1.25em !important;
        max-width: 16rem !important;
    }
    #about .about-growwell .cnts03 .option-title:before,
    #about .about-growwell .cnts03 .option-title:after {
        top: 23px !important;
    }
    #about .about-growwell .option-symbol {
        flex-direction: column !important;
    }
    #about .about-growwell .option-symbol img,
    #about .about-growwell .option-symbol .option-text{
        width: 100% !important;
    }
    #about .about-growwell .option-sub-title .option-title {
        display: block;
        padding: 0.5em 0 0;
    }
}

/* グローウェルとは（グローウェルカフェ）*/
#about .about-cafe{
    margin-bottom: 12em;
}
#about .about-cafe .flex-2-row:nth-of-type(1),
#about .about-cafe .flex-2-row:nth-of-type(2){
    margin-bottom: 6em;
}
#about .about-cafe .flex-2-row:nth-of-type(1) .sub-main-cnts-img{
    background-image: url("https://image.raku-uru.jp/01/24178/58/about_cafe_img_1682490475117.png");
}
#about .about-cafe .flex-2-row:nth-of-type(2) .sub-main-cnts-img{
    background-image: url("https://image.raku-uru.jp/01/24178/57/about_cafe_img2_1682490474135.png");
}
#about .about-cafe .flex-2-row:nth-of-type(3) .sub-main-cnts-img{
    background-image: url("https://image.raku-uru.jp/01/24178/59/about_cafe_img3_1682490476095.png");
}
@media only screen and (max-width: 600px) {
    #about .about-cafe{
        margin-bottom: 6em;
    }
    #about .about-cafe .flex-2-row:nth-of-type(1),
    #about .about-cafe .flex-2-row:nth-of-type(2){
        margin-bottom: 3em;
    }
}

/* グローウェルとは（おさつポークのこだわり）*/
#about .about-osatsupork{
    margin-bottom: 12em;
}
#about .about-osatsupork .flex-2-row:nth-of-type(1),
#about .about-osatsupork .flex-2-row:nth-of-type(2){
    margin-bottom: 6em;
}
#about .about-osatsupork .numbering {
    color: #BFAAA4;
    font-weight: bold;
    letter-spacing: 0.05em;
    font-size: 2.5em;
    padding-right: 0.2em;
}
#about .about-osatsupork .flex-2-row:nth-of-type(1) .sub-main-cnts-img{
    background-image: url("https://image.raku-uru.jp/01/24178/60/about_osatsupork_img_1682490721708.png");
}
#about .about-osatsupork .flex-2-row:nth-of-type(2) .sub-main-cnts-img{
    background-image: url("https://image.raku-uru.jp/01/24178/62/about_osatsupork_img3_1682490724059.png");
}
#about .about-osatsupork .flex-2-row:nth-of-type(3) .sub-main-cnts-img{
    background-image: url("https://image.raku-uru.jp/01/24178/61/about_osatsupork_img2_1682490722782.png");
}
@media only screen and (max-width: 980px) {
    #about .about-osatsupork .flex-2-row:nth-of-type(1),
    #about .about-osatsupork .flex-2-row:nth-of-type(3){
        flex-direction: column-reverse;
    }
}
@media only screen and (max-width: 600px) {
    #about .about-osatsupork{
        margin-bottom: 6em;
    }
    #about .about-osatsupork .flex-2-row:nth-of-type(1),
    #about .about-osatsupork .flex-2-row:nth-of-type(2){
        margin-bottom: 3em;
    }
    #about .about-osatsupork .numbering {
        font-size: 2em;
    }
}


/* 2023.04.27追加*/
/* 初回購入限定（ヘッダー）*/
.first-campaign-cnts .sub-title {
    line-height: 1.5em;
    margin-bottom: 2em;
}
.first-campaign-cnts .sub-title img {
    height: 0.75em;
    padding-right: 0.2em;
}
.first-campaign-cnts .sub-title span {
    font-size: 0.8em;
}
.first-campaign-cnts .sub-text {
    text-align: center;
    margin-bottom: 5em;
}

/* 初回購入限定（使用方法）*/
.first-campaign-cnts .option-title {
    display: flex;
    align-items: center;
}
.first-campaign-cnts .option-title img {
    width: 1em;
    margin-right: 0.3em;
}
.first-campaign-cnts .cnts02 .sub-main-cnts-text {
    margin-bottom: 3em;
}
.first-campaign-cnts .step-img {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}
.first-campaign-cnts .step-img img {
    width: 18%;
}

/* 初回購入限定（対象商品）*/
.first-campaign-cnts .cnts03 .sub-main-cnts-text {
    margin-bottom: 3em;
}
.first-campaign-cnts .sub-main-cnts-item {
    margin-bottom: 3em;
}
.sub-main-cnts-item {
    background: #F8F5F5;
    padding: 2em;
}
.sub-main-cnts-item .flex-2-row-wrap {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 3em;
}
.sub-main-cnts-item .flex-2-row-wrap:nth-child(3) {
    padding-bottom: 0;
}
.sub-main-cnts-item .flex-2-row {
    display: flex !important;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
}
.sub-main-cnts-item .flex-2-row .sub-main-cnts-item-img {
    width: 49%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 18vw;
    height: auto;
    max-width: 590px;
    background-color: #ccc;
    border: 1px solid;
    position: relative;
}
.sub-main-cnts-item .flex-2-row-wrap:nth-of-type(1) .flex-2-row .sub-main-cnts-item-img {
    background-image: url("https://image.raku-uru.jp/01/24178/73/test03_1682916117419.png");
}
.sub-main-cnts-item .flex-2-row-wrap:nth-of-type(2) .flex-2-row .sub-main-cnts-item-img {
    background-image: url("https://image.raku-uru.jp/01/24178/74/test02_1682916118610.png");
}
.sub-main-cnts-item .flex-2-row-wrap:nth-of-type(3) .flex-2-row .sub-main-cnts-item-img {
    background-image: url("https://image.raku-uru.jp/01/24178/75/test01_1682916119710.png");
}
.sub-main-cnts-item .flex-2-row .sub-main-cnts-item-text {
    width: 48%;
    padding-left: 1em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1em;
}
.sub-main-cnts-item .item-title {
    font-size: 1.7em;
    font-weight: 500;
    margin: 0 0 0.5rem
}
.sub-main-cnts-item .item-postage {
    margin: 0;
    padding: 0.5em;
    background-color: #c22a00;
    width: 6em;
    text-align: center;
    color: #fff;
}
.sub-main-cnts-item .item-price {
    font-size: 1em;
    letter-spacing: 0.05em;
    margin: 0 0 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid;
    line-height: 2em;
}
.sub-main-cnts-item .item-price .fb {
    font-size: 1.25em;
    font-weight: bold;
}
.sub-main-cnts-item .item-price .red {
    font-weight: bold;
    font-size: 1.8em;
    color: #982809;
}
.sub-main-cnts-item .item-option {
    letter-spacing: 0.1em;
    margin: 0 0 1rem;
}
.sub-main-cnts-item .item-option .item-option-title {
    display: block;
    font-weight: bold;
    padding-bottom: 0.3em;
}
.sub-main-cnts-item .btn-white {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none !important;
    width: 17em;
    padding: 1em 2rem;
    font-weight: bold;
    border: 1px solid #24120D;
    color: #24120D;
    font-size: 1.2em;
    background-color: #fff;
}
.sub-main-cnts-item .btn-white i {
    font-style: normal;
}
.sub-main-cnts-item .item-option-sp{
    display:none;
}
.sub-main-cnts-item-img .ribbon img {
    max-width: 65px;
    position: absolute;
    top: -1px;
    left: 10px;
    width: 15%;
}
@media only screen and (max-width: 1270px) {
    .sub-main-cnts-item .item-option-sp{
        display: block;
        padding-top: 1em;
    }
    .sub-main-cnts-item-text .item-option {
        display: none;
    }
}
@media only screen and (max-width: 980px) {
    .sub-main-cnts-item .flex-2-row {
        flex-direction: column;
    }
    .sub-main-cnts-item .flex-2-row .sub-main-cnts-item-img{
        width: 100%;
        min-height: 45vw;
        max-width: 100%;
    }
    .sub-main-cnts-item .flex-2-row .sub-main-cnts-item-text{
        width: 100%;
        padding: 1em 0 0;
    }
    .sub-main-cnts-item .btn-white{
        width: 100%;
    }
    .first-campaign-cnts .step-img:after {
	content: "";
	display: block;
	width: 30%;
    }
    .first-campaign-cnts .step-img img {
	width: 30%;
	padding-bottom: 2em;
    }
    .first-campaign-cnts .step-img img:nth-child(1),
    .first-campaign-cnts .step-img img:nth-child(2),
    .first-campaign-cnts .step-img img:nth-child(3) {
	padding-bottom: 2em;
    }
}
@media only screen and (max-width: 600px) {
    .sub-main-cnts-item .item-title{
	font-size: 1.3em;
    }
    .sub-main-cnts-item .item-price .fb {
	font-size: 1.15em;
    }
    .sub-main-cnts-item .item-price .red {
	font-size: 1.5em;
    }
}

/* レシピ */
#recipe .flex_wrap {
  display: flex;
  flex-wrap: wrap;
}
#recipe .sub-main-cnts-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 5rem;
}
#recipe .sub-main-cnts-wrap .sub-main-cnts-menu:after {
    content: "";
    width: 30%;
    margin: 1em 0.5em;
}
#recipe .sub-main-cnts-wrap .sub-main-cnts-menu:before {
    content: "";
    width: 30%;
    order: 1;
    margin: 1em 0.5em;
}
#recipe .sub-main-cnts-menu a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  border-radius: 9999px;
  background-color: #EAE6E5;
  text-decoration: none;
  padding: 1.5em 0.5rem;
  margin: 1em 0.5em;
  font-size: 0.95em;
  font-weight: bold;
}
#recipe .sub-main-cnts-menu a i {
  font-style: normal;
  padding-left: 10px;
}
#recipe .sub-main-cnts {
  background-color: #F8F5F5;
  padding: 2rem 1rem;
}
#recipe .overview_wrap.flex_wrap {
  justify-content: space-between;
  align-items: start;
}
#recipe .overview_wrap .item_wrap {
  width: 49%;
}
#recipe .overview_wrap .recipe_title {
  font-size: 1.3rem;
  font-weight: bold;
  margin: 0;
  margin-bottom: 1rem;
}
#recipe .overview_wrap .ingredient_wrap {
  display: flex;
  padding: 1.5rem 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
#recipe .overview_wrap .ingredient_wrap p {
  font-weight: bold;
  margin: 0;
  margin-right: 10px;
  min-width: 2em;
}
.ingredient_wrap table {
    border: none !important;
    border-collapse: collapse;
    border-spacing: unset !important;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    margin: 0 0.25em;
}
.ingredient_wrap table tr{
    display: table-row-group !important;
}
.ingredient_wrap table tr td:first-child {
    padding-right: 0.5em !important;
}
.ingredient_wrap table tr td {
    border: none !important;
    padding: 0 !important;
    vertical-align: top;
    min-width: 6em;
}
#recipe .overview_wrap .ingredient_wrap ul,
#recipe .overview_wrap .ingredient_wrap li {
  list-style-type: none;
  margin-left: 0;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}
#recipe .overview_wrap .ingredient_wrap ul {
  margin: 0;
  margin-right: 10px;
}
#recipe .overview_wrap .ingredient_wrap ul:last-child {
  margin-right: 0;
}
#recipe .hashtag_wrap.flex_wrap {
  justify-content: left;
  margin-top: 0.5em;
}
#recipe .hashtag_wrap p {
  padding-right: 5px;
  margin: 0.5em 0 0;
}
#recipe .hashtag_wrap p:last-child {
  padding-right: 0;
}
#recipe .method_wrap .method_title {
  font-size: 1.125rem;
  font-weight: bold;
}
#recipe .method_wrap .flex_wrap {
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: justify;
  text-align-last: left;
}
#recipe .method_wrap .flex_wrap:after {
    content: "";
    width: 23%;
    margin-bottom: 1rem;
}
#recipe .method_wrap .flex_wrap:before {
    content: "";
    width: 23%;
    order: 1;
    margin-bottom: 1rem;
}
#recipe .method_wrap .item_wrap {
  background-color: #fff;
  padding: 2rem 1rem;
  position: relative;
  width: 23%;
  margin-bottom: 1rem;
}
#recipe .method_wrap .item_wrap p {
  font-size: 0.875rem;
  margin: 0;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}
#recipe .method_wrap p.method_num {
  position: absolute;
  left: 10px;
  top: 5px;
  font-size: 1.125rem;
  font-weight: bold;
  margin: 0;
}
#recipe .img_wrap img {
    object-fit: cover;
    width: 100%;
    height: 400px;
}
@media only screen and (max-width: 1180px) {
  #recipe .overview_wrap .item_wrap {
    width: 100%;
  }
  #recipe .overview_wrap .item_wrap {
    width: 100%;
  }
  #recipe .method_wrap .item_wrap {
    width: 100%;
  }
	#recipe .overview_wrap .item_wrap.img_wrap {
		order: 1;
		margin-bottom: 1rem;
	}
	#recipe .overview_wrap .item_wrap.text_wrap {
		order: 2;
	}
}
@media only screen and (max-width: 860px) {
  #recipe .img_wrap img{
    height: 100%;
  }
  #recipe .sub-main-cnts-menu a {
    width: 100%;
    margin-bottom: 1rem;
    max-width: none;
  }
  #recipe .overview_wrap .ingredient_wrap {
    flex-direction: column;
  }
  .ingredient_wrap table tr td:first-child {
    padding-right: 0em !important;
    width: 17em;
  }
}

/* ページTOPリンク用 */
#top-none {
    width: 100%;
    height: 3em;
    position: absolute;
}

/* 送料ページ用 */
.postage {
    margin-top: 5em;
    line-height: 1.6em;
}
.postage h3 {
    margin-bottom: 1.5em;
    font-size: 1.5em;
}
.postage h4 {
    margin-bottom: 1em;
}
.postage table {
    margin-bottom: 1em;
    width: 100%;
    border-collapse: collapse;
}
.postage table th{
    padding: 1em 0.5em !important;
    border: solid 1px #24120d !important;
}
.postage table tr, .postage table td {
    border: solid 1px #24120d !important;
    padding: 1em 0.5em !important;
}
.postage .red{
    color: #BC0D0D;
    font-weight: 500;
}
.postage .bg-or{
    background-color: #E67E00;
    color: #FFFFFF;
}
.postage .bg-br{
    background-color: #EAE6E5;
}
.postage .delivery_table_wrap {
    overflow: auto;
    margin-bottom: 1em;
}
.postage .delivery_table {
    min-width: 550px;
    margin-bottom: 0;
}
.postage .about_wrapping .cnts_option-img {
    display: flex;
    flex-direction: row;
}
.postage .about_wrapping .cnts_option-img > div {
    width: 48%;
    max-width: 400px;
}
.postage .about_wrapping .cnts_option-img > div p {
    text-align: center;
}
.postage .about_point h2 {
    font-size: 1.8em !important;
    padding-bottom: 0.5em !important;
}
.postage .about_point a {
    color: #653c1f;
    text-decoration: underline;
}
@media only screen and (max-width: 600px) {
   .postage {
       margin-top: 4em;
   }
   .postage h3 {
       font-size: 1.3em;
   }
   .postage .mb6 {
       margin-bottom: 4em;
   }
   .postage .about_wrapping .cnts_option-img {
       flex-direction: column;
   }
   .postage .about_wrapping .cnts_option-img > div{
       width: 100%;
       max-width: unset;
   }
   .postage .about_point h2 {
       font-size: 1.45em !important;
   }
}
.slide-arrow {
    z-index: 98 !important;
}
.slide-arrow:hover {
    opacity: 1;
}

.slick-img span img{
    opacity: 0;
}
.slider .slick-slide img{
    opacity: 0.6;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.slider .slick-current img {
    opacity: 1;
}
.thumbnail{
    display: none;
}
.thumbnail.slick-initialized {
    display: block; 
}

@media only screen and (max-width: 600px) {
.header-menu-sp_wrap {
    display: flex;
    flex-direction: row;
}
.header-menu-sp-cart {
    padding-right: 1.5em;
    line-height: 30px;
    display: table-cell;
    float: none;
    margin-left: 0;
    text-align: center;
}
.header-menu-sp-cart a {
    position: relative;
    color: #24120D;
    font-weight: bold;
    padding-left: 0;
    font-size: 10px;
    top: 7px;
}
.header-menu-sp-cart a:before {
    position: absolute;
    top: -25px;
    left: 42%;
    display: inline-block;
    margin-top: 0;
    margin-left: -10px;
    content: '\e919';
    font-family: "icomoon";
    background: none;
    font-size: 18px;
}
}
#item-detail {
    /*max-width: 980px;*/
    margin: 0 auto;
}
.item-detail-photo {
    position: relative;
    overflow: hidden;
    max-width: 360px;
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}
#item-detail {
    margin-bottom: 10em;
}
#item-detail .wysiwyg-data table tr td:first-child {
    width: 6em;
}
#item-detail .wysiwyg-data table {
    width: 100% !important;
}
@media only screen and (max-width: 600px) {
    #item-detail {
        margin-bottom: 0em;
    }
}

/*レシピ用ボタン*/
#item-detail .recipe-btn-title,
#item-detail .item-detail-title {
    font-weight: 500;
    font-size: 1.25em;
    padding: 0.5em;
    border-left: 3px solid #BEA899;
    background: #EAE6E5;
}
#item-detail .recipe-btn-title i,
#item-detail .item-detail-title i {
    font-style: normal !important;
    color: #653C1F;
}
#item-detail .recipe-btn {
    font-size: 1.15em;
}
#item-detail .recipe-btn i {
    font-style: normal !important;
    padding-right: 0.5em;
}
#item-detail .recipe-btn-flex{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1em;
}
#item-detail .recipe-btn-flex > div {
    width: 48%;
}
#item-detail .recipe-btn img {
    height: 22vw;
    object-fit: cover;
    width: 100%;
}
#item-detail .item-middle{
    display: flex;
    justify-content: space-between;
}
#item-detail .item-detail-left,
#item-detail .item-detail-right{
    float: unset !important;
    width: 45% !important;
}
#item-detail .item-detail-photo{
    max-width: unset !important;
}
#item-detail .item-detail-photo img{
    max-width: unset !important;
    max-height: unset !important;
    width: 100% !important;
}
#item-detail .item-detail-photo ul,
#item-detail .item-detail-photo ul li{
    width: 100% !important;
}
#item-detail .clearfix:before,
#item-detail .clearfix:after{
    display:none;
}
@media only screen and (max-width: 980px) {
#item-detail .item-middle {
    flex-direction: column;
}
#item-detail .item-detail-left,
#item-detail .item-detail-right {
    width: 90% !important;
    margin: 0 auto;
}
#item-detail .item-detail-left{
    padding-bottom: 2em;
}
}
@media only screen and (max-width: 600px) {
#item-detail .item-detail-left,
#item-detail .item-detail-right{
    width: 100% !important;
}
.item-detail-photo-main{
    width: 100% !important;
}
.item-detail-photo ul li{
    display: none;
}
.item-detail-photo ul,
.item-detail-photo ul li{
    height: auto;
}
.item-detail-thumb{
    display: block;
}
}
.item-postage {
    margin: 0;
    padding: 0.5em;
    background-color: #c22a00;
    width: 6em;
    text-align: center;
    color: #fff !important;
}

/*改修対応*/
#item-detail {
    line-height: 1.7em;
}
#item-detail .red{
    color: #BC0D0D;
    font-weight: 500;
}
#item-detail .item-detail-title {
    margin-bottom: 0.7em;
}
.item-review,
.item-about,
.item-info,
.osatsu-about,
.seibun,
.set-about,
.how-eat,
.farm,
.delivery-about,
.leaflet,
.recipe-item{
    padding-bottom: 4em;
}
.review-score {
    font-size: 2em;
    font-weight: bold;
    display: flex !important;
    align-items: center;
    padding-bottom: 0.5em;
}
.review-score img {
    width: 100%;
    max-width: 200px;
    padding-right: 0.5em;
}
.review-cnts {
    border: 1px solid #BEA899;
    padding: 0.5em;
}
.review-cnts p {
    border-bottom: 1px dotted #d4cbc9;
    margin: 0;
    padding: 1em 0;
}
.review-cnts p:first-child {
    padding-top: 0.5em;
}
.review-cnts p:last-child {
    border: none;
    padding-bottom: 0.5em;
}
.review-cnts > p {
    display: flex;
    align-items: center;
    gap: 0em 1em;
}
.review-cnts > p img {
    width: 50px;
}
.osatsu-cnts {
    width: 100%;
}
.osatsu-cnts img {
    width: 100%;
    padding-bottom: 1em;
}
.osatsu-cnts ul{
    margin: 0;
}
.osatsu-cnts ul li{
    padding: 1.5em 1.5em 1.5em 4.5em;
    background: #F7F3F2;
    border-radius: 5px;
    position: relative;
    letter-spacing: 0.1em;
    line-height: 1.7em;
    list-style-type: none;
    margin-bottom: 1em;
}
.osatsu-cnts ul li:last-child {
    margin-bottom: 0;
}
.osatsu-cnts ul li span {
    display: block;
    font-weight: bold;
    font-size: 1.1em;
    padding-bottom: 0.5em;
}
.osatsu-cnts ul li .ribbon {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 10px;
    margin: 0;
    padding: 8px 0;
    z-index: 2;
    width: 40px;
    text-align: center;
    font-size: 17px;
    color: white;
    background: #E67E00;
}
.osatsu-cnts ul li .ribbon:after{
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    height: 0;
    width: 0;
    border-left: 20px solid #E67E00;
    border-right: 20px solid #E67E00;
    border-bottom: 10px solid transparent;
}
.how-eat-cnts {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 5em 0;
}
.how-eat-cnts > div {
    width: 48%;
}
.how-eat-cnts .eat-title {
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
    position: relative;
    padding: 1em 1em;
    border-top: solid 1.5px #dcd4d2;
    border-bottom: solid 1.5px #dcd4d2;
    background: #F8F5F5;
}
.how-eat-cnts p > span {
    display: block;
}
.sub-eat-title {
    font-weight: bold;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    font-size: 1.1em;
    letter-spacing: 1px;
}
.sub-eat-title:before,
.sub-eat-title:after {
    content: '';
    background: #dcd4d2;
    width: 12.5vw;
    height: 2px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.sub-eat-title:before {
    left: 0px;
}
.sub-eat-title:after {
    right: 0;
}
.how-eat-cnts i{
    font-style: normal !important;
    padding-right: 0.5em;
}
.how-eat-cnts a {
    background: #a48b7b;
    color: #fff;
    text-decoration: none !important;
    width: 100%;
    display: block;
    text-align: center;
    padding: 1.5em 1em;
    border-radius: 5em;
    font-size: 1.1em;
}
.farm-cnts > div {
    display: flex !important;
    width: 100%;
}
.farm-cnts img {
    object-fit: cover;
    width: 33.3%;
    height: 20vw;
}
.item-detail-txt1 > div:last-child{
    padding-bottom:0;
}
.seibun-cnts {
    padding-top: 2em;
}
.seibun-cnts .seibun-cnts-01,
.seibun-cnts .seibun-cnts-02{
    margin-bottom: 3em;
}
.seibun-cnts-title {
    display: flex !important;
    flex-direction: row;
    font-size: 1.2em;
    font-weight: bold;
    align-items: stretch;
    background: #F7F3F2;
}
.seibun-num {
    width: 2em;
    text-align: center;
    background: #e59b89;
    height: auto;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0.7em 0.5em 0.5em;
    color: #fff;
    font-size: 1.2em;
}
.seibun-text {
    padding: 0.6em 0.5em 0.5em;
}
.seibun-sub {
    font-size: 14px;
    font-weight: normal;
    display: block;
    padding-top: 0.2em;
}
.seibun-cnts-img {
    display: flex !important;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
}
.seibun-cnts-img > img {
    width: 32%;
}
.seibun-cnts-01 .seibun-cnts-img {
    padding-top: 1em;
}
@media only screen and (min-width: 981px)and (max-width: 1200px) {
.sub-eat-title:before,
.sub-eat-title:after {
    width: 11vw;
}
}
@media only screen and (max-width: 980px) {
.how-eat-cnts {
    flex-direction: column;
}
.how-eat-cnts > div {
    width: 100%;
}
.sub-eat-title:before,
.sub-eat-title:after{
    width: 24vw;
}
.farm-cnts img {
    height: 25vw;
}
.how-eat-cnts{
    gap: 3em 0;
}
.how-eat-cnts a{
    font-size: 1em;
}
}
@media only screen and (max-width: 600px) {
#item-detail .recipe-btn-flex{
    flex-direction: column;
}
#item-detail .recipe-btn-flex > div {
    width: 100%;
}
#item-detail .recipe-btn img {
    height: 50vw;
}
.item-detail-txt1 > div:last-child{
    padding-bottom:2em;
}
.seibun-cnts-title {
    font-size: 1.3em;
}
}
@media only screen and  (min-width: 400px) and  (max-width: 600px) {
.sub-eat-title:before,
.sub-eat-title:after{
    width: 29vw;
}
}
@media only screen and (max-width: 399px) {
.sub-eat-title:before,
.sub-eat-title:after{
    width: 24vw;
}
}

/* 商品ページのレビュー欄調整 */
.review-sect .reviewWidget .reviewWidget_inner {
  padding: 0;
}
.review-sect .reviewWidget .reviewWidget_title {
  margin-bottom: 0.7em;
  padding: 0.5em;
  border-left: 3px solid #BEA899;
  background: #EAE6E5;
  font-size: 17.5px;
  font-weight: 500;
}
.review-sect .reviewWidget .uKomiTitleSeparator {
  display: none;
}
.review-sect .productFilterBtn .productFilterBtn-btn,
.review-sect .reviewFilterBtn .reviewFilterBtn-btn,
.review-sect .u-komi-product-sorting-btn-active,
.review-sect .u-komi-product-sorting-btn-form-data:hover,
.review-sect .u-komi-question-sorting-btn-active,
.review-sect .u-komi-question-sorting-btn-form-data:hover,
.review-sect .u-komi-sorting-btn-active,
.review-sect .u-komi-sorting-btn-form-data:hover {
  background-color: #E67E00 !important;
}
