@charset "UTF-8";
@import url("https://image.raku-uru.jp/cms/fontcss/font.css");
body, dl, dt, dd, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, blockquote {font-weight:450;}
body, dl, dt, dd, ul, ol, li, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, blockquote {margin:0;padding:0;font-style:normal;text-align:left;}
* html body{font-size:small; font:x-small;}
html{scroll-behavior: smooth;}
/**:first-child+html body{font-size: small; font: x-small;}*/
img, a img{border:0; vertical-align:bottom; padding:0px; margin:0px;}
h1,h2,h3,h4,h5,h6{font-size:100%; font-weight:normal;}
ul,dl,ol{text-indent:0;}li{list-style:none;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal; font-weight:normal;}
input,textarea,select{font-family:inherit; font-size:inherit; font-weight:inherit;}
* html input,* html textarea,* html select{font-size:100%;}
*:first-child+html+input,*:first-child html+textarea,*:first-child+html select{font-size:100%;}
table{border-collapse:collapse; border-spacing:0; font-size: inherit; width:100%;}th,td{text-align:left; vertical-align:top;}caption{text-align:left;}
pre,code,kbd,samp,tt{font-family:monospace;}
* html pre,* html code,* html kbd,* html samp,* html tt{font-size:108%; line-height:100%;}
*:first-child+html pre,*:first-child html+code,*:first-child html+kbd,*:first-child+html+samp,*:first-child+html tt{font-size:108%; line-height:100%;}
input,select,textarea{font-size:100%; font-family:Verdana, Helvetica, sans-serif;}
input, textarea, select{margin:0; padding:0; vertical-align:middle;}
textarea, select{background: #fff;}
strong, em{font-weight:bold;}

img{max-width:100%;}


/***********
 * common
 ***********/

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	word-wrap: break-word;
	word-break: break-all;
}


/* 通常文字色 */

body,input,textarea{
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 500;
}
body {
  font-size:min(4.3vw,16px);
  line-height:1.9;
	color:#483c31;
	background:#fbf8f1 ;
}

body.gnav_open{
    overflow: hidden;
}


/* a リンク文字色 */

a,
a:visited {
	color:#000;
	/* a リンク文字色 */
	text-decoration: none;
}

a:hover,
button:hover {
	color:#bb2e01;
	/* hoverリンク文字色 */
	text-decoration: underline;
	opacity: 0.7;
}

a:hover,
button:hover {
	text-decoration: none;
	opacity: .7;
}

a:hover * {
	opacity: .7;
}

input[type='text'],
input[type='password'] {
	font-size: 14px;
	font-weight: normal;
	line-height: 30px;
	height: 30px;
	border: #d1d1d1 solid 1px;
}

input[type='checkbox'] {
	margin-right: 4px;
}

textarea {
	width: 100%;
	border: #d1d1d1 solid 1px;
}

table {
	width: 100%;
	border-collapse: collapse;
}

table th,
table td {
	border-spacing: 0;
	border-collapse: collapse;
	vertical-align: middle;
	border: none;
}

table.tbl {
	width: 100%;
	margin-bottom: 20px;
}

table.tbl tr th {
	font-size: 13px;
	font-weight: normal;
	position: relative;
	width: 90px;
	padding: 2px 10px 2px 0;
	text-align: left;
}

table.tbl tr th:after {
	position: absolute;
	top: 0;
	right: 0;
	content: ':';
}

table.tbl tr td {
	font-size: 13px;
	padding: 2px 12px 2px 48px;
	text-align: left;
}

@media only screen and (max-width: 600px) {
	table.tbl {
		width: 100%;
	}
	table.tbl tr th {
		font-size: 12px;
		font-weight: normal;
		width: 65px;
		padding: 4px 0;
		text-align: left;
	}
	table.tbl tr td {
		font-size: 12px;
		padding: 4px 15px;
		text-align: left;
	}
}

img {
	max-width: 100%;
	word-break: normal;
	border: none;
}

b {
	font-weight: bold;
	color: #7d9433;
}

pre {
	white-space: pre-wrap;
}

ul.list1 li {
	font-size: 13px;
	position: relative;
	margin-bottom: 10px;
	padding-left: 26px;
}

ul.list1 li:before {
	position: absolute;
	top: 5px;
	left: 0;
	display: inline-block;
	width: 10px;
	height: 14px;
	content: '';
	background-image: url(https://image.raku-uru.jp/cms/yt00014/img/icn-arrow-btn.png);
	background-repeat: no-repeat;
	background-size: cover;
}

@media only screen and (max-width: 600px) {
	ul.list1 li:before {
		position: absolute;
		top: 5px;
		left: 0;
		display: inline-block;
		width: 8px;
		height: 12px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00014/img/icn-arrow-btn_sp.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: 12px;
	left: 0;
	display: inline-block;
	width: 8px;
	height: 1px;
	content: '';
	background-color: #666;
}


/***********
 * layout
 ***********/
.pagebox{
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 1410px;
}
@media (max-width: 560px) {
	.pagebox{
		padding-right: 20px;
		padding-left: 20px;
	}
}
.main,
.wysiwyg-data {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 1020px;
}
.pagebox-narrow {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 680px;
}


.section-block + .section-block{
	margin-top: 5em;
}


.mainsection{
    padding-bottom: 90px;
}



/***********
 * clearfix
 ***********/

.clearfix:before,
.clearfix:after {
	display: table;
	content: ' ';
}

.clearfix:after {
	clear: both;
}

label:after {
	display: none;
}


/***********
 * header
 ***********/
.header{
    position: sticky;
    z-index: 50;
    top: 0;
    width: 100%;
    box-shadow: 0 4px 10px 0px rgba(0, 0, 0, .1);
    background: #fff;
}
.head-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2em;
    padding: 15px 40px 0 15px;
}
.head-inner .logo{
	font-size: 130%;
    line-height: 1;
}
.head-inner .logo a{
	word-break: normal;
	word-wrap: normal;
}
.head-inner .logo-txt{font-weight: 700;}
.head-inner .logo a:hover,
.head-inner .logo a:hover *{
	opacity: 1;
}

.head-inner .subnav{
    flex: 1;
    display: flex;
    justify-content: flex-end;
    gap: 15px;
}
.head-inner .subnav-inner{
    height: 40px;
}
.head-inner .subnav-pc{
    display: flex;
    gap: 15px;
}

.head-search{
    display: flex;
    border: 1px solid #6a5d50;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
}
.head-search input[type='text']{
    height: auto;
    padding: 10px;
    border: none;
}
.head-search .form-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    border-radius: 0;
    background: none;
    border: none;
    position: relative;
    color: #6a5d50;
    font-size: 110%;
	cursor: pointer;
}
.head-search .form-btn::before{
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 60%;
    top: 20%;
    left: 0;
    background: #6a5d50;
}
.gnav-wrap .head-search input[type='text']{
    flex: 1;
    width: 100%;
}
.gnav-wrap .head-search .form-btn{
    width: 55px;
}



.head-inner .head-menu,
.gnav-wrap .head-menu{
    display: flex;
    font-size: 90%;
    line-height: 1.2;
    gap: 5px;
}
.head-inner .head-menu-link,
.gnav-wrap .head-menu-link{
    background: #958d7a;
    color: #fff;
    font-weight: bold;
    padding: 5px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gnav-wrap .head-menu{
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 400px;
}
.gnav-wrap .head-menu li{
    flex: 1;
}
.gnav-wrap .head-menu-link{
    height: 3.8em;
}

.head-inner .sns{
    height: 100%;
}
.head-inner .sns-list,
.gnav-wrap .sns-list,
.item-detail-share .sns-list{
    display: flex;
    gap: 5px;
}
.head-inner .sns-link,
.gnav-wrap .sns-link,
.item-detail-share .sns-link{
    width: 40px;
    border: 1px solid #6a5d50;
    color: #6a5d50;
    background: #fff;
    border-radius: 5px;
    font-size: 140%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.item-detail-share .sns-link{
	height: 40px;
}
.gnav-wrap .sns-list{
    margin-top: 20px;
    justify-content: center;
}
.gnav-wrap .sns-link{
    width: 60px;
    height: 60px;
    font-size: 160%;
}


.head-cart .head-cart-btn{
    display: flex;
    gap: 10px;
    background: #9b4d00;
    color: #fff;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    padding: 5px 20px;
    border-radius: 5px;
	transition: background .3s;
}
.head-cart .head-cart-btn:hover *{
	opacity: 1;
}
.head-cart .head-cart-btn:hover{
	opacity: 1;
	background: #633100;
}
.head-cart .head-cart-btn i{
    font-size: 120%;
}


.head-menubtn{
    display: none;
    justify-content: center;
    align-items: center;
}


@media (max-width:1120px) and (min-width:991px){
	.head-inner .logo{
		width: 10em;
	}
}
@media (max-width:540px){
	.head-inner .logo{
		font-size: 120%;
	}
}
@media (max-width:1240px){
    .head-inner{
        padding-right: 15px;
    }
}
@media (max-width:990px){
    .head-inner{
		padding-top: 10px;
        padding-bottom: 10px;
    }
}
@media (max-width:460px){
    .head-inner{
        padding-right: 9px;
    }
}
@media (max-width:1240px){
    .head-inner .subnav-inner{
        height: 37px;
    }
}
@media (max-width:990px){
    .head-inner .subnav{
        gap: 10px;
    }
    .head-inner .subnav-inner{
        height: auto;
    }
}
@media (max-width:990px){
    .head-inner .subnav-pc{
        display: none;
    }
}
@media (max-width:1040px){
    .head-inner .head-menu{
        font-size: 80%;
    }
}
@media (max-width:1040px){
    .head-cart .head-cart-btn{
        font-size: 90%;
    }
    .head-cart .head-cart-btn i{
        font-size: 110%;
    }
}
@media (max-width:990px){
    .head-cart .head-cart-btn{
        flex-direction: column;
        line-height: 1;
        font-size: 75%;
        gap: 5px;
        padding: 0;
        width: 60px;
        height: 60px;
    }
    .head-cart .head-cart-btn i{
        font-size: 180%;
    }
}
@media (max-width:460px){
    .head-cart .head-cart-btn{
        font-size: 70%;
        width: 50px;
        height: 50px;
    }
}
@media (max-width:990px){
    .head-menubtn{
        display: flex;
        line-height: 1;
        font-size: 75%;
    }
    .head-menubtn i{
        font-size: 180%;
    }
    .head-menubtn-inner{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
        width: 60px;
        height: 60px;
        border: 1px solid #6a5d50;
        border-radius: 5px;
    }
}
@media (max-width:460px){
    .head-menubtn{
        font-size: 70%;
    }
    .head-menubtn-inner{
        width: 50px;
        height: 50px;
    }
}


.gnav .nav{
    display: flex;
    justify-content: center;
    font-size: 105%;
}
.gnav .nav-link{
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: .3em;
    font-weight: 600;
    padding: 20px 1.2em;
    cursor: pointer;
}
.gnav .nav-link:hover{
    opacity: 1;
}
@media (min-width:1121px){
    .gnav .nav-link{
		position: relative;
	}
	.gnav .nav-link::after{
		content: "";
		display: block;
		position: absolute;
		bottom: 8px;
		left: 10%;
		width: 80%;
		height: 3px;
		background: #ff9600;
		transform: scale(0, 1);
		transition: transform .4s;
	}
	.gnav .nav-link:hover::after{
		transform: scale(1, 1);
	}
}
@media (min-width:991px){
    .gnav-sponly-block{
        display: none;
    }
}
@media (max-width:990px){
    .gnav-wrap{
    	position: fixed;
    	left: -100vw;
    	top: 0;
    	width: 100%;
    	height: 100%;
    	background: #fbf8f1;
    	z-index: -1;
    	padding-top: 100px;
    	opacity: 0;
    	transition: opacity .4s;
    }
    .gnav_open .gnav-wrap {
    	left: 0;
    	opacity: 1;
    }
    .gnav-inner{
        height: 100%;
        overflow-y: auto;
        padding: 0 30px 30px;
    }
    .gnav{
        margin-right: auto;
        margin-left: auto;
        width: 100%;
        max-width: 540px;
        display: flex;
        flex-direction: column;
        row-gap: 35px;
    }
    .gnav .nav{
        flex-direction: column;
        border-top: 1px solid #bbb29d;
    }
    .gnav .nav-link{
        border-bottom: 1px solid #bbb29d;
    }
    .gnav .category-nav-wrap .nav-link{
        border-bottom: none;
    }
}


.category-nav-wrap{
    position: relative;
}
.category-list-block{
    font-size: 94%;
    position: absolute;
    left: -30px;
    background: #faf4e7;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
@media (min-width:991px){
    .category-list-block{
        pointer-events: none;
        width: calc(100% + 60px);
        opacity: 0;
        transition: opacity .3s;
    }
    .category-nav-wrap:hover .category-list-block{
        pointer-events: all;
        opacity: 1;
    }
    .category-list{
        transform: translate(0, 2em);
        transition: transform .3s;
    }
    .category-nav-wrap:hover .category-list{
        transform: translate(0, 0);
    }
}
.category-list-li{
    border-top: 1px solid rgba(0, 0, 0, .1);
}
.category-list-child{
    padding: 0 7px;
}
.category-list-block .ch-link{
    display: block;
    font-weight: bold;
    padding: .7em 1em;
    transition: background .4s, color .4s;
}
.category-list-block .ch-link:hover{
	color: #bb2e01;
	background: #f1e8d5;
}
.category-list-block .category-list-child .ch-link{
    padding: .6em;
    font-size: 85%;
}
@media (max-width:990px){
    .category-list-block{
        position: static;
        border-bottom: 1px solid #bbb29d;
    }
}



/***********
 * footer
 ***********/
.footer{
    background: #f1ead7;
}
.footer .inner{
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer .footnav{
	border-bottom: 1px solid rgba(0,0,0,.2);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-bottom: 50px;
	gap: 1em 2em;
}
@media (max-width:660px){
	.footer .footnav{
		flex-direction: column;
		gap: .5em;
		padding-bottom: 30px;
	}
	.footer .footnav .link{
		display: block;
		padding: .6em 0;
	}
}
.footer .footnav .link{
	text-decoration: none;
	font-size: 90%;
	letter-spacing: .1em;
}

.footer-logo{
    text-align: center;
    font-weight: bold;
    font-size: 120%;
    margin-top: 50px;
}
.foot-logo-img{
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 260px;
}

.copyright {
    font-family: Verdana, “Droid Sans”;
    background: #6A5D50;
    color: #fff;
    font-size: 12px;
    padding: 1em 30px;
    display: flex;
    justify-content: center;
}






/***********
 * main
 ***********/


/* main-image */

#main-image {
	position: relative;
	margin: 30px 0;
	text-align: center;
}

#main-image img {
	max-width: 100%;
	max-height: 100%;
}

.main-image-slider {
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: 1350px;
	height: auto;
	margin: 0 auto;
}

.main-image-slider > ul {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	display: inline-block;
	overflow: hidden;
}

.main-image-slider > ul > li {
	display: inline;
	float: left;
	overflow: hidden;
	list-style-type: none;
}

.main-image-slider > ul > li span,
.main-image-slider > ul > li a {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}

.main-image-prev {
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 999;
    font-size: 36px;
    margin-top: -18px;
}

.main-image-next {
    position: absolute;
    left: 10px;
    top: 50%;
    z-index: 999;
    font-size: 36px;
    margin-top: -18px;
}

.main-image-prev a,
.main-image-next a {
    display: block;
    height: 100%;
}

.main-image-indicator {
	position: absolute;
	z-index: 2;
	right: 0;
	bottom: 20px;
	left: 0;
}

.main-image-indicator ul {
	text-align: center;
}

.main-image-indicator ul li {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 8px;
	border: #fff solid 1px;
	border-radius: 50%;
}

@media only screen and (max-width: 600px) {
	#main-image {
		position: relative;
		overflow: hidden;
		width: 100%;
		margin: 0;
		text-align: center;
	}
	#main-image img {
		max-width: 100%;
		max-height: 100%;
	}
	.main-image-slider {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
	.main-image-slider > ul {
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		display: inline-block;
		overflow: hidden;
		height: 460px;
	}
	.main-image-slider > ul > li {
		display: inline;
		float: left;
		overflow: hidden;
		width: 270px;
		height: 140px;
		list-style-type: none;
	}
	.main-image-indicator {
		position: absolute;
		z-index: 2;
		right: 0;
		bottom: 6px;
		left: 0;
	}
	.main-image-indicator ul {
		font-size: 0;
		margin: 0;
		padding: 0;
		text-align: center;
	}
	.main-image-indicator ul li {
		display: inline-block;
		width: 10px;
		height: 10px;
		margin: 0 4px;
		border: #fff solid 1px;
		border-radius: 50%;
	}
}


/* ttl */

.ttl2 {
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 5px;
	text-align: left;
	border-bottom: #eee solid 1px;
}

.ttl2 h2 {
	font-size: 24px;
	display: inline;
	margin-right: 20px;
	color: #7d9433;
}

.ttl2 h2:after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: inline-block;
	width: 430px;
	height: 2px;
	content: '';
	background-color: #7d9433;
}

.ttl h3,
.ttl2 h3 {
	font-size: 20px;
	font-weight: bold;
	position: relative;
	color: #7d9433;
}

.ttl2 h3::after {
	position: absolute;
	bottom: -6px;
	left: 0;
	display: inline-block;
	width: 430px;
	height: 2px;
	content: '';
	background-color: #7d9433;
}



@media only screen and (max-width: 600px) {
	.ttl2 {
		position: relative;
		margin-bottom: 20px;
		padding: 0 10px 5px;
	}
	.ttl2 h2 {
		font-size: 16px;
		display: inline;
		margin-right: 10px;
		letter-spacing: 1px;
		color: #7d9433;
	}
	.ttl2 h2:after {
		position: absolute;
		bottom: 0;
		left: 0;
		display: inline-block;
		width: 295px;
		height: 2px;
		content: '';
		background-color: #7d9433;
	}

	.ttl h3,
	.ttl2 h3 {
		font-size: 14px;
		position: static;
	}

	.ttl2 h3::after {
		position: absolute;
		bottom: -1px;
		left: 0;
		display: inline-block;
		width: 160px;
		height: 2px;
		content: '';
		background-color: #7d9433;
	}
}


.ttl{
	border-top: 2px solid #c9c3bd;
    position: relative;
    padding-top: .9em;
    margin-bottom: 1.2em;
}
.ttl::before{
	content: "";
	display: block;
	position: absolute;
	width: 200px;
	height: 2px;
	background: #836b56;
	left: 0;
	top: -2px;
}
.ttl h2{
	font-size: min(6.1vw, 155%);
	color: #483c31;
	margin: 0;
	font-weight: 700;
}



.heading{line-height: 1.2;}
.heading.lv1{font-size: min(6.9vw, 250%);}
.heading.lv2{font-size: min(6.4vw, 200%);}
.heading.lv3{font-size: min(6vw, 155%);}
.heading.lv4{font-size: min(4.7vw, 135%);}

.heading.style1{
	display: flex;
	flex-direction: column;
	gap: 9px;
	align-items: center;
	letter-spacing: .12em;
	margin-bottom: 50px;
}
.heading.style1 .flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.heading.style1 .txt1{
	font-weight: 700;
}
.heading.style1 .txt2{
	font-size: 50%;
	font-weight: 500;
}
.heading.style1 .small{
	font-size: 70%;
}

/* product-list */
.product-list-wrap{
	display: flex;
	flex-wrap: wrap;
	gap: 2em 1em;
}
.product-list-wrap .block.rank-child{
	width: calc((100% - 1em * 2) / 3);
}
.product-list-wrap .block{
	width: calc((100% - 1em * 3) / 4);
}
.product-list-wrap .link{
	display: block;
	position: relative;
}
.product-list-wrap .block.rank-child .link{
	background: #f3ead3;
	border: 1px solid #fff;
	padding: 30px;
	height: 100%;
}
.product-list-wrap .link:hover,
.product-list-wrap .link:hover *{
	opacity: 1;
}
.product-list-wrap .product-image{
	position: relative;
	transition: filter .3s;
}
.product-list-wrap .link:hover .product-image{
	filter: brightness(1.12);
}
.product-list-wrap .product-image img{
	object-fit: contain;
	width: 100%;
	height: 100%;
	aspect-ratio: 1/1;
}
.product-list-nonstock{
	text-align: center;
	font-weight: 700;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	z-index: 2;
	font-size: 85%;
	left: 0;
	top: 0;
	width: 100%;
	aspect-ratio: 1/1;
	background: rgba(0,0,0,.2);
}
.product-list-nonstock .txt{
	background: #a71100;
	color: #fff;
	display: block;
	padding: 13px 25px;
	border-radius: 5px;
	letter-spacing: .15em;
	text-indent: .15em;
}

.product-comment{
	padding: 0 13px;
}

.product-name{
	font-size: 115%;
	line-height: 1.3;
	margin-top: 14px;
}
@media (max-width: 640px) {
	.product-name{
		margin-top: 10px;
	}
}

.product-price{
	line-height: 1.1;
	margin-top: 10px;
}
.product-price-num{
	font-size: 90%;
	font-weight: 600;
}
.product-price-tax{
	font-size: 73%;
}


@media (max-width: 990px) {
	.product-list-wrap .block.rank-child .link{
		padding: 20px;
	}
}
@media (max-width: 940px) {
	.product-list-wrap .block.rank-child{
		width: 100%;
	}
	.product-list-wrap .block{
		width: calc((100% - 1em) / 2);
	}
	.product-list-wrap .block.rank-child .link{
		padding: 30px 22vw;
	}
}
@media (max-width: 760px) {
	.product-list-wrap .block.rank-child .link{
		padding-right: 17vw;
		padding-left: 17vw;
	}
}
@media (max-width: 630px) {
	.product-list-wrap .block.rank-child .link{
		padding-right: 14vw;
		padding-left: 14vw;
	}
}
@media (max-width: 500px) {
	.product-list-wrap .block.rank-child .link{
		padding-right: 10vw;
		padding-left: 10vw;
	}
	.product-comment{
		padding: 0 8px;
	}
	.product-name{
		font-size: 90%;
	}
	.product-price-num{
		font-size: 85%;
	}
}
@media (max-width: 450px) {
	.product-list-wrap .block.rank-child .link{
		padding: 26px;
	}
}


.product-list {
	margin-bottom: 10px;
}

.product-list-item {
	float: left;
	width: 320px;
	margin-right: 20px;
	margin-bottom: 30px;
}

.product-list .product-list-item:nth-child(3n-2) {
	clear: both;
}

.product-list-item-sub,
.product-list-item-4i {
	float: left;
	width: 238px;
	margin-right: 16px;
	margin-bottom: 30px;
}

.product-list-item img,
.product-list-item-sub img,
.product-list-item-4i img {
	width: 100%;
	height: auto;
}

.product-list .product-list-item-sub:nth-child(4n-4),
.product-list .product-list-item-4i:nth-child(4n-3) {
	clear: both;
}

.product-list-item:nth-child(3n) {
	margin-right: 0;
}

.product-list-item-sub:nth-child(4n + 3) {
	margin-right: 0;
}

.product-list-item-4i:nth-child(4n) {
	margin-right: 0;
}

.product-list-item .product-list-photo {
	position: relative;
	width: 320px;
	margin-bottom: 15px;
}

.product-list-item-sub .product-list-photo,
.product-list-item-4i .product-list-photo {
	position: relative;
	width: 238px;
	margin-bottom: 15px;
}

.product-list-item .product-list-photo img,
.product-list-item-sub .product-list-photo img,
.product-list-item-4i .product-list-photo img {
	display: block;
	max-height: 238px;
	width: auto;
	height: auto;
	margin: auto;
}

.product-list-item .product-list-name,
.product-list-item-sub .product-list-name {
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
	height: 20px;
	margin-bottom: 4px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.product-list-item .product-list-variation,
.product-list-item-sub .product-list-variation {
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
	margin-bottom: 4px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#top-salesranking .product-list-info {
	height: 68px;
}

.product-list-item-4i .product-list-name {
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
	height: 40px;
	margin-bottom: 4px;
}

.product-list-item .product-list-price,
.product-list-item-sub .product-list-price,
.product-list-item-4i .product-list-price {
	font-size: 12px;
	line-height: 1.2;
}

.product-list-item .product-list-nonstock,
.product-list-item-sub .product-list-nonstock,
.product-list-item-4i .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;
}

@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;
		margin-bottom: 20px;
		padding: 0 5px 0;
	}
	.product-list-item-sub,
	.product-list-item-4i {
		float: left;
		width: 50%;
		margin-right: 0;
		margin-bottom: 20px;
		padding: 0 5px 0;
	}
	.product-list .product-list-item:nth-child(3n-2) {
		clear: initial;
	}
	.product-list .product-list-item-sub:nth-child(4n-4),
	.product-list .product-list-item-4i:nth-child(4n-3) {
		clear: initial;
	}
	.product-list-item:nth-child(2n-1) ,
	.product-list-item-sub:nth-child(2n-1) ,
	.product-list-item-4i:nth-child(2n-1) {
		clear: both;
	}
	.product-list-item .product-list-photo,
	.product-list-item-sub .product-list-photo,
	.product-list-item-4i .product-list-photo {
		position: relative;
		width: 100%;
		height: auto;
		margin-bottom: 5px;
	}
	.product-list-item .product-list-name,
	.product-list-item-sub .product-list-name,
	.product-list-item-4i .product-list-name {
		font-size: 14px;
		line-height: 20px;
		overflow: hidden;
		margin-bottom: 4px;
	}
	.product-list-item .product-list-price,
	.product-list-item-sub .product-list-price,
	.product-list-item-4i .product-list-price {
		font-size: 12px;
		line-height: 1.2;
	}
}


/* ranking icon */
.product-icon-rank{
	font-size: 17px;
	position: absolute;
	z-index: 2;
	top: 5px;
	left: 5px;
	display: flex;
	width: 2.5em;
	height: 2.5em;
	justify-content: center;
	align-items: center;
	color: #fff;
	border-radius: 100%;
	background-color: #836b56;
	font-weight: 700;
}
.product-icon-rank.rank1,
.product-icon-rank.rank2,
.product-icon-rank.rank3{
	background: #b55500;
}
@media (max-width: 500px) {
	.product-icon-rank{
		font-size: 14px;
	}
}


.icn-rank {
	font-size: 14px;
	line-height: 44px;
	position: absolute;
	z-index: 2;
	top: 5px;
	left: 5px;
	display: block;
	width: 44px;
	height: 44px;
	text-align: center;
	color: #717171;
	border-radius: 22px;
	background-color: #ececec;
}

.icn-rank1 {
	color: #fff;
	background-color: #cdd445;
}

.icn-rank2 {
	color: #fff;
	background-color: #6a6a6a;
}

.icn-rank3 {
	color: #fff;
	background-color: #585107;
}

@media only screen and (max-width: 600px) {
	.icn-rank {
		font-size: 12px;
		line-height: 33px;
		width: 33px;
		height: 33px;
		border-radius: 50%;
	}
}


/* btn-area */

.btn-area {
	margin-bottom: 20px;
	text-align: center;
}

.btn-more {
	position: absolute;
	z-index: 1;
	top: 30px;
	right: 0;
}

.btn {
	font-size: 14px;
	font-weight: normal;
	line-height: 34px;
	position: relative;
	display: inline-block;
	width: 160px;
	height: 36px;
	text-align: center;
	color: #fff;
	border-radius: 2px;
	background-color: #7d9433;
}

.btn span:before {
	position: absolute;
	top: 50%;
	left: 10px;
	display: block;
	width: 10px;
	height: 14px;
	margin-top: -7px;
	content: '';
	background-image: url(https://image.raku-uru.jp/cms/yt00014/img/icn-arrow-btn.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.btn-back {
	font-size: 14px;
	font-weight: normal;
	line-height: 42px;
	position: relative;
	display: inline-block;
	width: 230px;
	height: 44px;
	text-align: center;
	color: #fff;
	border: #7d9433 solid 1px;
	border-radius: 2px;
	background-color: #7d9433;
}

a.btn-back span:before {
	position: absolute;
	top: 50%;
	left: 10px;
	display: block;
	width: 10px;
	height: 14px;
	margin-top: -7px;
	content: '';
	background-image: url(https://image.raku-uru.jp/cms/yt00014/img/icn-arrow-back.png);
	background-repeat: no-repeat;
	background-size: cover;
}

@media only screen and (max-width: 600px) {
	.btn-area {
		margin-bottom: 30px;
		text-align: center;
	}
	.btn-more {
		position: inherit;
		z-index: 1;
		top: 0;
		right: 0;
		padding: 0 10px;
	}
	.btn {
		font-size: 16px;
		font-weight: normal;
		line-height: 45px;
		position: relative;
		display: inline-block;
		width: 100%;
		height: 45px;
		text-align: center;
	}
	.btn span:before {
		position: absolute;
		top: 50%;
		left: 10px;
		display: block;
		width: 8px;
		height: 12px;
		margin-top: -6px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00014/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: 40px;
		display: block;
		width: 10px;
		height: 14px;
		margin-top: -8px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00014/img/icn-arrow-back.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
}


/* top-ranking */
#top-ranking {
	position: relative;
}


/* top-salesranking */
#top-salesranking {
	position: relative;
}



/* top-news */
#top-news {
	position: relative;
}

#top-news .ttl {
	margin-bottom: 10px;
}


/* news-list */
.news-list a {
	display: block;
	width: 100%;
	padding: 1.9em .4em;
	border-bottom:1px solid #d3cab3;
}
.news-list a:hover,
.news-list a:hover *{
	opacity: 1;
}
.news-list dl {
	display: table;
	width: 100%;
}

.news-list dt {
	display: table-cell;
	width: 130px;
	padding-right: 2em;
}

.news-list dd {
	position: relative;
	display: table-cell;
	padding-right: 30px;
}

.news-list dd:after {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 10px;
	height: 14px;
	margin-top: -7px;
	content: '';
	background-image: url(https://image.raku-uru.jp/cms/yt00014/img/icn-arrow-btn.png);
	background-repeat: no-repeat;
	background-size: cover;
}
@media (max-width:640px){
	.news-list a{
		padding-top: 1.4em;
		padding-bottom: 1.4em;
	}
	.news-list :is(dl, dt, dd){
		display: block;
	}
	.news-list dl dt {
		width: 100%;
	}
}




/* item-detail */
.item-detail-block{
	display: flex;
	gap: 3em;
}
.item-detail-left {
	width: 540px;
}

.item-detail-right {
	flex: 1;
}
.item-detail-photo-main {
	position: relative;
	padding: 0 27px;
	--photo_main_img_size:480px;
}

@media (max-width:1030px) and (min-width:961px){
	.item-detail-left {
		width: 460px;
	}

	.item-detail-photo-main {
		--photo_main_img_size:406px;
	}
}
@media (max-width:960px){
	.item-detail-block{
		flex-direction: column;
	}
	.item-detail-left{
		margin-right: auto;
		margin-left: auto;
	}
}
@media (max-width:600px){
	.item-detail-left {
		width: 100%;
	}
}


.item-detail-photo {
	position: relative;
	overflow: hidden;
	width: var(--photo_main_img_size);
	height: var(--photo_main_img_size);
	margin-bottom: 10px;
}
.item-detail-photo ul li {
	float: left;
	width: var(--photo_main_img_size);
	height: var(--photo_main_img_size);
}

.item-detail-photo img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	margin: auto;
}

.item-detail-photo-backbtn {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	margin-top: -27px;
}

.item-detail-photo-backbtn a {
	display: block;
	width: 54px;
	height: 54px;
	background-image: url(https://image.raku-uru.jp/cms/yt00014/img/icn-arrow-photo-prev.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.item-detail-photo-nextbtn {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	margin-top: -27px;
}

.item-detail-photo-nextbtn a {
	display: block;
	width: 54px;
	height: 54px;
	background-image: url(https://image.raku-uru.jp/cms/yt00014/img/icn-arrow-photo-next.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.item-detail-thumb {
	width: 100%;
	margin-bottom: 20px;
	padding: 0 27px;
}

.item-detail-thumb-photo {
	float: left;
	width: 87px;
	margin-right: 11px;
}

.item-detail-thumb-photo img {
	max-width: 100%;
	max-height: 87px;
	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: 25px;
}

.item-detail-info dl {
	display: table;
	width: 100%;
}

.item-detail-info dl dt {
	display: table-cell;
	width: 120px;
	padding: 3px;
	vertical-align: middle;
}

.item-detail-info dl dd {
	display: table-cell;
	padding: 3px;
	vertical-align: middle;
}

.item-detail-category {
	font-size: 85%;
	line-height: 1;
	display: inline-block;
	background: #fff;
	border: 1px solid #ad9277;
    color: #7d4c1b;
	padding: 5px 1em;
	border-radius: 5px;
	margin-bottom: 1em;
}

.item-detail-name {
	font-size: 130%;
	font-weight: 800;
	line-height: 1.3;
}

.dtl-block-style1{
	border-bottom: 1px solid #d3cab3;
	padding-bottom: 10px;
	font-size: 90%;
	margin-top: 20px;
}

.dtl-block-style2{
	border-bottom: 1px solid #d3cab3;
	padding-bottom: 10px;
	font-size: 90%;
}
.dtl-block-style2 + .dtl-block-style2{
	margin-top: 20px;
}
.dtl-block-style2 + .wysiwyg-data{
	margin-top: 30px;
}

.item-detail-vari-price dl dt {
	display: none;
}
.item-detail-input p {
	font-size: 14px;
	margin-bottom: 5px;
}

.item-detail-vari-price-num {
	font-size: 150%;
	font-weight: 600;
	margin-bottom: 15px;
	color: #633406;
}

.item-detail-cart {
	width: 100%;
	margin-bottom: 25px;
	border-bottom: #d3cab3 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;
	background-color: #fff;
}

.item-detail-select,
.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: #fff;
}

.item-detail-select label:before,
.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: 7px 5px 0 4px;
	border-style: solid;
	border-color: #000 transparent transparent transparent;
}

.item-detail-select select,
.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: 10px;
	padding-bottom: 1px;
}
.item-detail-cart-vari-radio input {
	position: absolute;
	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: 1px;
	left: 0;
	display: block;
	width: 15px;
	height: 15px;
	margin-top: -1px;
	content: '';
	border: 1px solid #ccc;
	border-radius: 50%;
}
.item-detail-cart-vari-radio input:checked + label::after {
	position: absolute;
	top: 3px;
	left: 3px;
	display: block;
	width: 11px;
	height: 11px;
	content: '';
	border-radius: 50%;
	background-color: #9b4d00;
}
.item-detail-cart-vari-radio {
	overflow: hidden;
	width: 100%;
	margin-bottom: 18px;
}
.item-detail-cart-vari-radio label {
	font-size: 18px;
	line-height: 2;
	display: block;
	padding: 0;
}


.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;
	background-color: #6a5d50;
	color: #fff;
	font-size: 22px;
	transition: background .3s;
}
.item-detail-num-plus a:hover{
	background: #855c33;
}
.item-detail-num-plus a:hover,
.item-detail-num-plus a:hover *{
	opacity: 1;
}

.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;
	background-color: #6a5d50;
	color: #fff;
	font-size: 22px;
	transition: background .3s;
}
.item-detail-num-minus a:hover{
	background: #855c33;
}
.item-detail-num-minus a:hover,
.item-detail-num-minus a:hover *{
	opacity: 1;
}

.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: #fff;
}

.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: 7px 5px 0 4px;
	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;
	display: flex;
	justify-content: center;
    align-items: center;
	width: 100%;
	height: 65px;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	background: #9b4d00;
	transition: background .3s;
}
.item-detail-cart-btn a:hover *{
	opacity: 1;
}
.item-detail-cart-btn a:hover{
	opacity: 1;
	background: #633100;
}

.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/yt00014/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: #fff;
	background-color: #7d9433;
}

.item-detail-addnotificationmail-btn {
	width: 100%;
	margin-bottom: 20px;
}

.item-detail-addnotificationmail-btn a {
	font-size: 16px;
	line-height: 32px;
	display: block;
	width: 100%;
	height: 32px;
	text-align: center;
	color: #fff;
	background-color: #7d9433;
}

.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 {
	margin-bottom: 20px;
	text-align: center;
}


.item-free-area2{
	margin-bottom: 40px;
}


.item-comment{
	margin-top: 40px;
}
.item-comment .wysiwyg-data h4 {
	font-size: min(4.7vw, 135%);
	font-weight: 700;
	line-height: 1.3;
	border-bottom: 1px solid #c9c3bd;
	padding-bottom: 1em;
	margin-top: 0;
	margin-bottom: 1.2em;
}

.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 {
		padding-top: 0;
	}
	.item-detail-photo-main {
		position: relative;
		width: 280px;
		margin: 0 auto;
		padding: 0;
	}
	.item-detail-photo {
		position: relative;
		overflow: hidden;
		width: 280px;
		height: 280px;
		margin: 0 auto 10px;
	}
	.item-detail-photo ul {
		width: 100%;
		height: 280px;
		margin: 0 auto;
	}
	.item-detail-photo ul li {
		display: block;
		float: left;
		width: 280px;
		height: 280px;
		margin: 0;
	}
	.item-detail-photo-backbtn {
		position: absolute;
		top: 50%;
		left: -20px;
		display: block;
		margin-top: -20px;
	}
	.item-detail-photo-backbtn a {
		display: block;
		width: 40px;
		height: 40px;
		background-image: url(https://image.raku-uru.jp/cms/yt00014/img/icn-arrow-photo-prev_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.item-detail-photo-nextbtn {
		position: absolute;
		top: 50%;
		right: -20px;
		display: block;
		margin-top: -20px;
	}
	.item-detail-photo-nextbtn a {
		display: block;
		width: 40px;
		height: 40px;
		background-image: url(https://image.raku-uru.jp/cms/yt00014/img/icn-arrow-photo-next_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.item-detail-thumb {
		display: none;
	}
	.item-detail-info {
		width: 100%;
		margin-bottom: 18px;
	}
	.item-detail-category {
		font-size: 12px;
		margin-bottom: 12px;
	}
	.item-detail-price {
		font-size: 16px;
		font-weight: normal;
		margin-bottom: 15px;
	}
	.item-detail-price span {
		font-size: 12px;
		font-weight: normal;
	}
	.item-detail-input {
		padding: 0 10px;
	}
	.item-detail-input p {
		font-size: 14px;
		margin-bottom: 5px;
	}
	.item-detail-num-count {
		font-size: 0;
		display: inline-block;
		width: 100%;
		margin-bottom: 30px;
		text-align: center;
	}
	.item-detail-num-minus {
		font-size: 14px;
		display: inline-block;
		margin-right: 12px;
	}
	.item-detail-num-minus a {
		font-size: 18px;
		line-height: 55px;
		display: block;
		width: 55px;
		height: 55px;
		text-align: center;
		background-color: #f1f1f1;
	}
	.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;
		background-color: #f1f1f1;
	}
	.item-detail-num-select select {
		font-size: 16px;
	}
	.item-detail-cart {
		width: 100%;
		margin-bottom: 18px;
		padding-right: 10px;
		padding-left: 10px;
	}
	.item-detail-cart-vari-select select {
		font-size: 16px;
	}
	.item-detail-cart-btn {
		width: 100%;
		margin-bottom: 30px;
	}
	.item-detail-addwishlist-btn a {
		border-radius: 3px;
	}
	.item-detail-share .sns-list{
		justify-content: center;
	}
	.item-detail-share dl dd ul li {
		display: inline-block;
		width: 33%;
		margin-right: 0;
	}
	.item-detail-share dl dd ul li a {
		display: block;
		width: 24px;
		height: 24px;
		margin: 0 auto;
	}
	.item-detail-txt {
		width: 100%;
		margin-bottom: 18px;
		padding-right: 10px;
		padding-bottom: 18px;
		padding-left: 10px;
		border-bottom: #d0d0d0 dotted 1px;
	}
	.item-detail-txt p {
		font-size: 13px;
		padding: 0;
	}
	.item-detail-code {
		width: 100%;
		padding-right: 10px;
		padding-bottom: 20px;
		padding-left: 10px;
		border-bottom: #d0d0d0 dotted 1px;
	}
	.item-detail-code dl {
		display: table;
		width: 100%;
	}
	.item-detail-code dl dt {
		font-size: 13px;
		display: table-cell;
		width: 95px;
		padding: 0;
	}
	.item-detail-code dl dd {
		font-size: 13px;
		display: table-cell;
		padding: 0;
	}
	.item-comment {
		margin-bottom: 0;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.item-comment h4 {
		font-size: 14px;
		font-weight: normal;
		margin-bottom: 15px;
	}
	.item-comment p {
		font-size: 13px;
	}
}


/* recommend */

#recommend {
	position: relative;
	padding-top: 30px;
}

@media only screen and (max-width: 600px) {
	#recommend {
		padding-top: 30px;
	}
}


/* about-tbl */
.payment-content + .payment-title{margin-top:2em;}

.about-tbl,
table.payment-content {
	width: 100%;
}

.about-tbl th,
table.payment-content th {
	font-weight: bold;
	width: 240px;
	padding: 20px 0;
	text-align: left;
	border-bottom: 1px solid #d3cab3;
}

.about-tbl td,
table.payment-content td {
	padding: 20px 0;
	text-align: left;
	border-bottom: 1px solid #d3cab3;
}

@media only screen and (max-width: 600px) {
	.about-tbl,
	table.payment-content {
		display: block;
		width: 100%;
	}
	.about-tbl tbody,
	.about-tbl tbody tr,
	table.payment-content tbody,
	table.payment-content tbody tr {
		display: block;
		width: 100%;
	}
	.about-tbl th,
	table.payment-content th {
		font-size: 14px;
		font-weight: bold;
		display: block;
		width: 100%;
		padding: 10px 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 10px;
		text-align: left;
	}
	table.payment-content {
		display: table;
	}
	table.payment-content tbody{
		display: table-row-group;
	}
	table.payment-content tbody tr{
		display: table-row;
	}
	table.payment-content th,
	table.payment-content td{
		display: table-cell;
		width: 50%;
	}
}

.payment-title {
	font-size: min(6.1vw, 155%);
	font-weight: 700;
	color: #733e0d;
	margin-bottom: 1em;
}

.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-size: min(6.1vw, 155%);
	font-weight: 700;
	color: #733e0d;
	margin-bottom: 1em;
}

.carriage-content a {
	text-decoration: underline;
}

/* bnr-area */

.bnr-area {
	font-size: 0;
	width: 100%;
	padding: 55px 0 80px;
	text-align: center;
	background-color: #ededed;
}

.bnr-area .bnr {
	display: inline-block;
	margin: 0 8px;
}

.bnr-area .bnr img {
	width: 100%;
	height: auto;
}

@media only screen and (max-width: 600px) {
	.bnr-area {
		width: 100%;
		margin-bottom: 60px;
		padding: 20px 10px 10px;
	}
	.bnr-area .bnr {
		width: 100%;
		margin: 0 0 10px;
	}
}


.form-select label {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 190px;
	height: 36px;
	vertical-align: middle;
	border: 1px solid #d0d0d0;
	background-color: #fff;
}

.form-select label:after {
	position: absolute;
	z-index: 2;
	top: 50%;
	right: 20px;
	display: block;
	width: 18px;
	height: 10px;
	margin-top: -5px;
	content: '';
	background-image: url(https://image.raku-uru.jp/cms/yt00014/img/icn-arrow-select-l.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.form-select select {
	font-size: 14px;
	line-height: 36px;
	position: relative;
	z-index: 2;
	display: block;
	width: 190px;
	height: 36px;
	margin: 0;
	padding: 0 0 0 10px;
	border: 0;
	outline: none;
	background: transparent;
	-webkit-appearance: none;
	   -moz-appearance: none;
		    appearance: none;
}

@media only screen and (max-width: 600px) {
	.form-select label {
		position: relative;
		display: inline-block;
		overflow: hidden;
		width: 100%;
		height: 36px;
		vertical-align: middle;
	}
	.form-select label:after {
		position: absolute;
		z-index: 2;
		top: 50%;
		right: 10px;
		display: block;
		width: 19px;
		height: 10px;
		margin-top: -5px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00014/img/icn-arrow-select-l_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.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;
	}
}

/* newarrival */

#newarrival {
	position: relative;
}

@media only screen and (max-width: 600px) {
	#newarrival .ttl {
		margin-bottom: 14px;
	}
}


/***********
 * parts
 ***********/


/* msg */

.msg {
	font-size: 14px;
	margin-bottom: 38px;
	padding: 8px 15px;
	text-align: left;
	background-color: #f5f5f5;
}

@media only screen and (max-width: 600px) {
	.msg {
		font-size: 12px;
		line-height: 1.3;
		margin-bottom: 38px;
		padding: 8px 10px;
		text-align: left;
	}
}


/* err */

.err-msg {
	font-size: 14px;
	margin-bottom: 38px;
	padding: 8px 15px;
	text-align: left;
	color: #e30000;
	background-color: #f1efdf;
}

@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;
	padding: 15px 20px;
	background: #e9e5db;
}

.bread ul li {
	font-size: 12px;
	font-weight: 700;
	max-width: 100%;
	float: left;
	margin-right: 10px;
}

.bread ul li img {
	width: 18px;
	height: auto;
	vertical-align: middle;
}

.bread ul li a:after {
	display: inline-block;
	margin-left: 10px;
	content: '>';
	color: #483c31;
}

.bread ul li a:hover {
	text-decoration: underline;
	opacity: 1;
}

@media only screen and (max-width: 600px) {
	.bread {
		margin-bottom: 15px;
		padding: 5px 10px;
	}
	.bread ul li {
		font-size: 12px;
		float: left;
		margin-right: 8px;
	}
}

/* itemcount */
.item-list-itemcount {
	text-align: center;
	margin-top: 40px;
    background: #e5decb;
    padding: 25px 20px;
	font-weight: 600;
	line-height: 1;
}

/* paging */
.paging +.product-list-wrap{margin-top: 40px;}
.item-list-itemcount + .paging{margin-top: 30px;}

.paging {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.2em;
}
.paging .prev {order: 1; white-space: nowrap;}
.paging .next {order: 3; white-space: nowrap;}
.paging .page-num-list {order: 2;}

.paging .page-num-btn{
	color: #9b4d00;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.paging .page-num-btn i{
	font-size: 120%;
}
.paging .page-num-btn.disable{
	color: #7f7a76;
}

.paging .next a:after {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 14px;
	height: 20px;
	content: '';
	background-image: url(https://image.raku-uru.jp/cms/yt00014/img/icn-arrow-next.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.page-num-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 5px;
}
.page-num-list a{
	border: 1px solid #6a5d50;
	color: #6a5d50;
	background: #fff;
	width: 2.5em;
	height: 2.5em;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-weight: 700;
}
.page-num-list .current a{
	border-color: #ab5500;
	color: #ab5500;
}

@media (max-width: 640px) {
	.paging .prev,
	.paging .next{
		font-size: 90%;
	}
	.page-num-list{
		font-size: 85%;
	}
}


/* sort */

.sort {
	font-size: 0;
	position: relative;
	width: 100%;
	text-align: right;
	margin-bottom: 40px;
}

.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: inherit;
		top: 0;
		left: 0;
		width: 100%;
		margin-bottom: 14px;
		padding: 0 10px;
		text-align: center;
	}
}


/* icon */

 .icn-badge83137:after {
	content: "NEW";
			font-size: 12px;
		position: absolute;
	z-index:5;
	top: 5px;
	left: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 55px;
	height: 55px;
	color: #fff;
	line-height:1;
	border-radius: 100%;
	background-color: #86721a;
}
.icn-badge83138:after {
	content: "おすすめ";
			font-size: 10px;
		position: absolute;
	z-index:5;
	top: 5px;
	left: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 55px;
	height: 55px;
	color: #fff;
	line-height:1;
	border-radius: 100%;
	background-color: #86721a;
}
.icn-badge83139:after {
	content: "人気";
			font-size: 12px;
		position: absolute;
	z-index:5;
	top: 5px;
	left: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 55px;
	height: 55px;
	color: #fff;
	line-height:1;
	border-radius: 100%;
	background-color: #86721a;
}

.icn-reservation::before {
	content: "予約商品";
	width: 58px;
	height: 18px;
	display: block;
	float: left;
	font-size: 11px;
	line-height: 18px;
	margin-top: 2px;
	margin-right: 6px;
	text-align: center;
	color: #fff;
	background: #666;
}

a .icn-reservation::before {
	color: #fff;
	background: #666;
}

.item-detail-name.icn-reservation::before {
	width: 96px;
	height: 32px;
	font-size: 16px;
	line-height: 32px;
	margin-right: 10px;
}

/*overlay*/

.overlay {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,.9);
}

.modal-open {
	/*
	overflow: hidden;
	*/
}

.modal-open .overlay {
	display: block;
	background-color: rgba(0,0,0,.8);
}

@media only screen and (max-width: 600px) {
	.nav-open {
		overflow: hidden;
	}
	.nav-open .overlay {
		display: block;
	}
}


/* modal */

.modal {
	position: absolute;
	z-index: 9999;
	top: 50%;
	left: 50%;
	display: none;
	margin-top: -200px;
	margin-left: -320px;
	padding: 10px;
	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: -20px;
	right: -20px;
}

.modal-close a {
	display: block;
	width: 52px;
	height: 52px;
	background-image: url(https://image.raku-uru.jp/cms/yt00014/img/btn-modal-close.png);
	background-repeat: no-repeat;
	background-size: cover;
}

@media only screen and (max-width: 600px) {
	.modal {
		position: absolute;
		z-index: 9999;
		top: 50%;
		left: 50%;
		display: none;
		margin-top: -110px;
		margin-left: -150px;
		padding: 5px;
		background-color: #fff;
	}
	.modal-open .modal {
		display: block;
	}
	.modal-inner {
		position: relative;
		width: 100%;
		height: auto;
	}
	.modal-img {
		max-width: 280px;
		max-height: 280px;
	}
	.modal-img img {
		max-width: 280px;
		max-height: 280px;
		width: auto;
		height: auto;
	}
	.modal-close {
		position: absolute;
		top: -25px;
		right: -25px;
	}
	.modal-close a {
		display: block;
		width: 39px;
		height: 39px;
	}
}


/* pagetop */

.btn-pagetop {
	position: absolute;
	top: -36px;
	left: 50%;
	margin-left: -40px;
}

.btn-pagetop a {
	position: relative;
	display: block;
	width: 80px;
	height: 36px;
	border-radius: 3px 3px 0 0;
	background-color: #7d9433;
}

.btn-pagetop a:after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 20px;
	height: 14px;
	margin-top: -7px;
	margin-left: -10px;
	content: '';
	background-image: url(https://image.raku-uru.jp/cms/yt00014/img/btn-pagetop.png);
	background-repeat: no-repeat;
	background-size: cover;
}

@media only screen and (max-width: 600px) {
	.btn-pagetop {
		position: absolute;
		top: -25px;
		left: 50%;
		margin-left: -36px;
	}
	.btn-pagetop a {
		position: relative;
		display: block;
		width: 72px;
		height: 25px;
		border-radius: 3px 3px 0 0;
		background-color: #7d9433;
	}
	.btn-pagetop a:after {
		position: absolute;
		top: auto;
		bottom: 3px;
		left: 50%;
		display: block;
		width: 17px;
		height: 12px;
		margin-top: 0;
		margin-left: -9px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00014/img/btn-pagetop_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
}


/***********
 * module
 ***********/

.sp {
	display: none !important;
}

@media only screen and (max-width: 600px) {
	.sp {
		display: inline-block !important;
	}
}
/***送料について***/

.shipment-tbl {
	width: 100%;
	margin-top: 30px;
	border-top: #eee solid 1px;
}

.shipment-tbl th {
	font-weight: bold;
	width: 200px;
	padding: 20px 0;
	text-align: left;
	border-top: #eee solid 1px;
}

.shipment-tbl-ptn1 th{
	width: 250px;
	padding-right: 20px;
}

.shipment-tbl td {
	padding: 20px 0;
	text-align: left;
	border-top: #eee solid 1px;
}

.shipment-tbl caption {
	font-size: 16px;
	padding: 4px 12px 3px;
	color: #7d9433;
}

.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: #fff;
	background-color: #8fd5ff;
}

.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: #d3f2ff;
}

.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;
}

@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;
		border-top: none;
	}
	.shipment-tbl table {
		width: 90%;
		margin: auto;
	}
	.shipment-tbl table thead th,
	.shipment-tbl table thead td {
		padding-bottom: 5px;
	}
	.shipment-tbl table thead th span,
	.shipment-tbl table thead td span {
		display: inline;
		padding: 0 14px;
	}
	.shipment-tbl table th,
	.shipment-tbl table td {
		width: 100%;
		text-align: center;
	}
}

/***********
 * lp
 ***********/

.contents-lp .main {
	margin-bottom: 50px;
}

.contents-lp .item-order {
	width: 440px;
	margin: 0 auto;
}

.contents-lp .lp-img img{
	display: block;
	max-width: 100%;
	margin: 20px auto;
}

.contents-lp .item-order .item-detail-cart {
	border-bottom: none;
}
@media only screen and (max-width: 600px) {
	.contents-lp .item-order {
		width: 100%;
	}
}

.item-dtail-nostock{
	margin-bottom: 30px;
	text-align: center;
	font-weight: 700;
	color: #a71100;
}


/***********
 * detailed-search
 ***********/
.detailed-search {
	background-color: #fff;
	border: 1px solid #ad9277;
	border-radius: 4px;
	margin-bottom: 40px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 880px;
}
.detailed-search-head {
	font-size: 125%;
	line-height: 1.2;
	padding: 20px;
	cursor: pointer;
	color: #7d4c1b;
	text-align: center;
}
.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:100%;
	max-width: 500px;
	margin: 10px auto 30px;
	padding-right: 15px;
	padding-left: 15px;
	display: none;
}
.detailed-search-keyword,
.detailed-search-category,
.detailed-search-price {
	border-bottom: 1px solid #d3cab3;
	padding: 20px 7px;
}
.detailed-search-keyword{
	border-top: 1px solid #d3cab3;
}
.detailed-search input[type="text"],
.detailed-search-category label {
	border: 1px solid #d1d1d1;
}
.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;
	background-color: #fff;
	padding-left: 5px;
	height: 30px;
}
.detailed-search-category label::after {
	z-index: 3;
	position: absolute;
	display: block;
	right: 7px;
	top: 10px;
	content: "\e900";
	font-family: "icomoon";
	font-size: 8px;
}
.detailed-search-category select {
	position: relative;
	z-index: 1;
	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 {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.detailed-search-btn button {
	width: 100%;
	max-width: 260px;
	height: 3em;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.2;
	background-color: #958d7a;
	color: #fff;
	-webkit-appearance: none;
	border-radius: 0;
	border: 0;
	font-size: 18px;
	letter-spacing: 1em;
	text-indent: 1em;
	cursor: pointer;
	transition: background .3s;
}
.detailed-search-btn button:hover{
	background: #89723b;
	opacity: 1;
}
@media (max-width: 560px) {
	.detailed-search-name{
		display: block;
		width: 100%;
		margin-right: 0;
	}
	.detailed-search-keyword input[type="text"],
	.detailed-search-category label{
		width: 100%;
	}
	.detailed-search-price input[type="text"]{
		width: calc((95% - 65px) / 2);
	}
}

/***********
 * sort-select
 ***********/
.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 #d1d1d1;
}
.sort-select label::after {
	z-index: 3;
	position: absolute;
	display: block;
	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: #483c31;}
.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: #483c31;}
.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: #000;}
.wysiwig-data a:hover{color: #bb2e01;}

.wysiwyg-data table{border:solid 1px;border-collapse:separate;border-color:#c0c0c0 #c0c0c0 #808080 #808080;border-spacing:2px; width:auto;}
.wysiwyg-data table tr td{border:solid 1px;border-color:#808080 #808080 #c0c0c0 #c0c0c0; padding:0;}
.item-comment .wysiwyg-data table tr td{background:#fbf8f1;}
.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;}
}

.top-fv-wrap{
    margin: 40px 0 60px;
    display: flex;
    position: relative;
    z-index: 10;
}
.top-fv-wrap .block1{
    position: relative;
    width: 54%;
}
.top-fv-wrap .block1 .over{
    position: absolute;
    left:0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 40px;
}
.top-fv-wrap .block1 .over .inner{
    width: 100%;
    max-width: 360px;
    filter: brightness(0) invert(1);
    transform: translate(0, -1em);
}
.top-fv-wrap .block1-img{
    object-fit: cover;
    width: 100%;
    height: 560px;
}
.top-fv-wrap .block2{
    position: relative;
    z-index: 1;
    margin-left: -5em;
    width: calc(46% + 5em);
}
.top-fv-wrap .block2 .img1{
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: 2em;
    width: 54%;
}
.top-fv-wrap .block2 .img1 img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    aspect-ratio: 4/3;
}
.top-fv-wrap .block2 .img2{
    position: absolute;
    top: 0;
    left: 29%;
    width: 39%;
}
.top-fv-wrap .block2 .img2 img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    aspect-ratio: 4/3;
}
.top-fv-wrap .block2 .img3{
    margin: 3em 0 0 auto;
    width: 37%;
}

@media (max-width:1420px){
    .top-fv-wrap .block1-img{
        height: 37vw;
    }
    .top-fv-wrap .block2{
        margin-left: -3em;
        width: calc(46% + 3em);
    }
}
@media (max-width:1160px){
    .top-fv-wrap .block2 .img1{
        bottom: 1em;
    }
}
@media (max-width:1040px){
    .top-fv-wrap{
        margin-top: 30px;
    }
}
@media (max-width:1040px) and (min-width:761px){
    .top-fv-wrap .block1 .over .inner{
        max-width: 85%;
    }
}
@media (max-width:760px){
    .top-fv-wrap{
        display: block;
    }
    .top-fv-wrap .block1{
        width: 100%;
        z-index: unset;
    }
    .top-fv-wrap .block1-img{
        height: 56vw;
    }

    .top-fv-wrap .block2{
        width: 100%;
        margin-left: 0;
        margin-top: 25px;
    }
    .top-fv-wrap .block2 .img1{
        width: 50%;
        bottom: .7em;
    }
    .top-fv-wrap .block2 .img2{
        width: 37%;
        top: -3.5em;
        left: 36%;
    }
    .top-fv-wrap .block2 .img3{
        margin-top: 0;
        width: 32%;
    }
}
