<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;500;700&amp;family=GFS+Didot&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho&amp;display=swap');

body {
		font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", 'Noto Sans JP', 'Shippori Mincho', sans-serif !important;
}
a {
	color:#000;
	outline:none;
    text-decoration:none;
}
small {
	position: relative;
	top: 5px;
	left: -3px;
}
.clear { clear:both; }

.sp { display:none; }

.pb0 {
    padding-bottom: 0 !important;
}

.inner {
	max-width: 1024px;
	margin:auto;
    position: relative;
}
.inner-item{
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1000px;
	margin: auto;
	padding: 50px 50px 60px;
	position: relative;
	background: #fff;
	overflow: hidden;
}
.list-inner {
	overflow: hidden;
}
.inner-item li a {
    padding: 10px;
	height: 100%;
    display: block;
	border-radius: 5px;
    background: #fff;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.item-box-row1 .inner-item .img {
    width: 100%;
    height: 0;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}
.item-box-row1 .inner-item .img img {
    width: 80%;
    object-fit: cover;
    margin: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.inner-item .info-btm {
	padding: 5px 0 0;
	font-weight: bold;
}
.item_b_name_L {
    color: #d02524;
}
.itemName {
	font-size: 25px;
	font-weight: bold;
	line-height: 1.8;
	
}
.itemName span {
	border: 2px solid #d02524;
	padding: 3px 5px 5px;
	color: #d02524;
	margin-right: 10px;
}
.item_b_comment {
	font-size: 18px;
}
.info-cate {
	display: flex;
	justify-content: flex-start;
}
.info-cate2 {
	display: flex;
	justify-content: flex-start;
	padding-left: 10px;
}

.item_b_warning {
        font-size: 15px;
	text-align: center;
	color: #fff;
	padding: 5px;
	margin: 10px 15px 10px 0;
	font-weight: bold;
	background: #d9aa00;
	display: flex;
	align-items: center;
}

.item_b_warning:last-child {
	margin-right: 0;
}
.item_b_warning2 {
    font-size: 15px;
    text-align: center;
    color: #fff;
    padding: 5px;
    margin: 10px 0 0 10px;
    font-weight: bold;
    background: #d9aa00;
    display: flex;
    align-items: center;
}
.item_b_warning img {
	width: 20px;
	margin-right: 5px;
}
.item_b_warning2 img {
	width: 20px;
	margin-right: 5px;
}

/*
.price {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	width: 420px;
}
*/
.item_b_price {
    font-size: 50px;
    color: #d02524;
	padding: 5px 20px 3px 0;
    font-weight: bold;
	text-align: right;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	background: #F4F2E5;
}
.item_b_price .tate {
    writing-mode: vertical-lr;
	font-size: 12px;
	color: #000;
	position: relative;
	top: 5px;
}
.d-off {
    display: inline-block;
    color: #fff;
    font-size: 25px;
    font-weight: normal;
    line-height: 1;
    background: #d02524;
    padding: 7px 10px 10px;
    margin-left: 5px;
	vertical-align: middle;
}
.recommend_icon {
	position: absolute;
	top: 12px;
	left: 30px;
	z-index: 9;
}
.recommend_icon2 {
	position: absolute;
	top: 43px;
	left: 80px;
	z-index: 9;
}
.recommend_icon3 {
	position: absolute;
	top: 10px;
	left: 30px;
	z-index: 9;
}

/*========================
	1列ver
==========================*/
.item-box-row1 .inner-item li {
	width: 100%;
	margin-bottom: 20px;
	position: relative;
}
.item-box-row1 .inner-item li {
	width: 100%;
	margin-bottom: 2px;
	border: 3px solid #a58a3f;
	position: relative;
}

.item-box-row1 .inner-item li .list-inner {
    display: table;
	width: 100%;
	padding-top: 15px;
}
.item-box-row1 .inner-item .img  {
    display: table-cell;
    width: 30%;
	padding-top: 30%;
    vertical-align: top;
    margin-bottom: 0;
}
.item-box-row1 .inner-item .info {
    display: table-cell;
    width: 60%;
    text-align: left;
    vertical-align: top;
    position: relative;
    padding-bottom: 100px;
}
.item-box-row1 .item-list .itemName {
    font-size: 30px;
    font-weight: 500;
}
.item-box-row1 .item-list .itemName2 {
	font-size: 20px;
    font-weight: 500;
}
.item-box-row1 .item-list .item_b_name_L {
    font-size: 30px;
    margin-bottom: 10px;
    margin-top: 1em;
}
.item-box-row1 .item-list .item_b_name_L span {
    font-size: 24px;
}
.item-box-row1 .item-list .item_b_name { font-weight: bold; }
.item-box-row1 .item-list .info .item_b_name { font-size: 18px; }

.item-box-row1 .item-list .info-btm {
    position: absolute;
    bottom: 10px;
	width: calc(100% - 10px);
	padding-top: 10px;
	text-align:center;
}
.item-box-row1 .item-list .info-btm .item_b_name {
	font-size: 24px;
}
.item-box-row1 .item-list .info-btm .item_b_comment {
	font-size: 20px;
}
.item-box-row1 .item-list .info-btm .item_b_price {
	font-size: 70px;
}
.item-box-row1 .item-list .info-btm .item_b_price span {
    font-size: 24px;
	margin-left: 5px;
}
.price-wrap {
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
}

/*============================
     2列ver
============================*/
.item-box-row2 .inner-item li {
    width: 48%;
    margin: 0 0 2% 4%;
}
.item-box-row2 .inner-item li:nth-child(2n+1) {
	margin-left: 0;
}
.item-box-row2 .inner-item li a {
	border: 3px solid #a58a3f;
    position: relative;
    padding-bottom: 100px;
}
.item-box-row2 .inner-item li .list-inner {
	width: 100%;
}
.item-box-row2 .inner-item .img {
    width: 100%;
    height: 0;
    padding-top: 60%;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}
.item-box-row2 .inner-item .img img {
    width: 60%;
    object-fit: cover;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.item-box-row2 .inner-item .info {
    position: inherit;
}

.item-box-row2 .inner-item .item_b_name_L {
    font-size: 24px;
    margin-bottom: 10px;
}
.item-box-row2 .item-list .item_b_name_L span {
    color: #777;
    font-size: 12px;
}
.item-box-row2 .item-list .itemName {
    font-size: 24px;
	font-weight: 500;
    margin-bottom: 10px;
}
.item-box-row2 .inner-item .item_b_comment {
	padding: 0 10px;
}
.item-box-row2 .item-list .info-btm .item_b_price {
	font-size: 40px;
}
.item-box-row2 .item-list .info-btm .item_b_price span {
    font-size: 16px;
	font-weight:normal;
	margin-left:5px;
}


a img,
.hover-opa a {
   -webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

li &gt; a:hover,
.hover-opa a:hover {
	 opacity:0.7 !important;
}



#wrap {
    min-width: 320px;
    padding-bottom: 50px;
    background: url("../images/bg_01.jpg") repeat;
}

.title01 {
    text-align: center;
    background: url("../images/md_wrapping_band.jpg") repeat-x top;
    color: #fff;
    font-size: 24px;
	line-height: 1;
	padding: 25px 0;
	font-family: "Shippori Mincho", serif !important;
}

.title02 {
    text-align: center;
    font-size: 24px;
	line-height: 1;
	padding: 25px 0 25px;
	border-top: solid 5px #c3b497;
	border-bottom: solid 3px #60a2c0;
	font-weight: bold;
	background-color: #FFFFFF;
}
.bnr { text-align: center; }


#head {
	background-color: #bea154;
	padding-top: 10px;
}
#head h1{
	background-color: #f3f8f8;
}

#nav-area {
    background-color: #bea154;
    text-align:center;
}
#nav-area ul {
	padding-bottom: 15px;
    letter-spacing: -.4em;
}
#nav-area li{
	font-size: 14px;
	box-sizing:border-box;
	text-align:center;
	display: inline-block;
	letter-spacing: normal;
	position:relative;
	margin-left: 20px;
	padding-left:20px;	
}
#nav-area li:before {
    content: '';
    display: block;
    width: 2px;
    height: 20px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 3px;
}
#nav-area li:first-child:before { width:0; }

#nav-area li a { color: #fff; font-size:16px; }

#main-photo-area {
	text-align:center;
	background:url("../images/fg_white.jpg") repeat;
}

#main-img-area {
	background-image: url("../images/about_01.jpg");
	background-repeat: no-repeat;
	padding: 66px 0 34px;
	position: relative;
	background-size: cover;
}
#main-img-area img {
	width: 100%;
}
#main-img-area::before {
	content: '';
	display: block;
	background-image: url("../images/line.jpg");
	position: absolute;
	top: -7px;
	left: 0;
	width: 100%;
	height: 7px;
}
#main-img-area::after {
	content: '';
	display: block;
	background-image: url("../images/line.jpg");
	position: absolute;
	bottom: -7px;
	left: 0;
	width: 100%;
	height: 7px;
}
#fg-set-area {
	margin-bottom: 100px;
	margin-top: 100px;
}
.area-text {
	color: #fff;
}
.area-text {
	display: flex;
	justify-content: center;
	font-family: "Shippori Mincho", serif;
}
.area-right {
	display: inline-block;
	padding: 0 20px;
	writing-mode: vertical-rl;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	margin-left: 50px;
	font-size: 25px;
	line-height: 2;
	letter-spacing: 4px;
	text-shadow: 0 0 30px #000;
	position: relative;
	height: 240px;
}
.area-right::before {
	content: "";
	position: absolute;
	background: #fff;
	top: 0;
	left: 0;
}
.area-right::after {
	content: "";
	position: absolute;
	background: #fff;
	top: 0;
	right: 0;
}
.area-right2 {
	writing-mode: vertical-rl;
	line-height: 2.2;
	letter-spacing: 2px;
	text-shadow: 0 0 30px #000;
	font-size: 18px;
}
.area-center {
	font-size: 20px;
	line-height: 1.8;
	margin: 0 30px;
}
.area-left2 {
	font-size: 20px;
	line-height: 1.8;
	margin: 0 30px;
}.area-left {
	font-size: 20px;
	line-height: 1.8;
	margin: 0 30px;
}
#review-area{
	background: url("../images/back.jpg") repeat;
	margin-top: 7px;
}
#review-area .inner{
	padding: 40px 0 60px;
	background: #fff;
}
#review-area .bnr{
	margin-bottom: 40px;
}
#review-area h3 {
	font-size: 40px;
	font-family: "Shippori Mincho", serif;
	margin-bottom: 20px;
}
#review-area h3 span {
	font-size: 30px;
}
#review-area p {
	font-size: 28px;
	font-family: "Shippori Mincho", serif;
	margin-bottom: 30px;
	font-weight: bold;
}
#topic-area {
	background: url("../images/back-02.jpg"); 
}
#topic-area img:hover {
	filter: brightness(1.10);
}
#topic-area p {
	padding: 50px 0;
}
#ranking-area {
/*
    background: url("../images/bg_01.jpg") repeat;
*/
}

#ranking-area .title {
    text-align: center;
	border-top: solid 5px #c3b497;
	border-bottom: solid 2px #c3b497;
	background-color: #fff;
    color: #000;
    font-size: 24px;
	line-height: 1;
	padding: 25px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
#ranking-area &gt; .item-box-row2 &gt; .inner-item {
	padding-top: 30px;
}
#ranking-area .ranking {
	font-size: 30px;
	margin: 0 30px;
	font-family: "Shippori Mincho", serif;
}
#ranking-area li.no1 , 
#ranking-area li.no2{
	margin-bottom: 20px;
}
#ranking-area li.no3 {
	margin-bottom: -50px;
}
#ranking-area li.no4{
	float: left;
}
#ranking-area li.no5{
	float: right;
}
#ranking-area li.no4 .itemName{
	padding: 0 10px;
}
#ranking-area li.no5 .itemName{
	padding: 0 10px;
}

#safety-area{
	background:#fdfcf8;
}
#safety-area h2 {
	background: #dbaa00;
	background-position: center;
	border-top: solid 5px #ac9b79;
}
#safety-area ul{
	padding: 50px 0;
}
#safety-area li {
   text-align: center;
   margin: 0 0 40px;
}


.item-fv{
	text-align: center;
	padding: 50px;
	background: #fff;
	max-width: 1000px;
	margin: 0 auto;
	
}
.item-list{
	padding-bottom: 30px;
}


#set-area &gt; .item-box-row1 &gt; ul {
	padding-top: 0;
	padding-bottom: 60px;
}
.item-list li{
	width: 425px;
	float: left;
	margin-bottom: 20px;
}

.item-list li.full{
	width: 100%;
	float: none;
	margin: 0 0 20px;
}



#gift-area{
	padding-bottom: 0;
/*
	background: url("../images/bg_01.jpg") repeat;
*/
}
	


#gift-area h3{
	text-align: center;
	color: #fff;
	font-size: 25px;
	line-height: 1;
	font-weight: bold;
	padding: 15px;
	box-sizing: border-box;
	margin-bottom: 40px;
}
#gift-area h3.gift-case1{
	background: #bea154;
}
#gift-area h3.gift-case2{
	background: #006b37;
}
#gift-area h3.gift-case3{
	background: #0c4e8c;
}

#set-area{
	padding-bottom: 0;
/*
	background: url("../images/bg_01.jpg") repeat;
*/
}

#set-area li .itemName {
	padding: 0 10px;
}


#limited-area{
	padding-bottom: 0;
/*
	background: url("../images/bg_01.jpg") repeat;
*/
}


#tradition-area{
	padding-bottom: 0;
/*
	background: url("../images/bg_01.jpg") repeat;
*/
}
#limited-area li .itemName {
	padding: 0 10px;
}


#price-area{
/*
	background: url("../images/bg_01.jpg") repeat;
*/
}
.price__list {
	max-width: 680px;
	margin: 20px auto 60px;
    text-align: center;
}
.price__list &gt; li:not(:last-child){
	margin-bottom: 15px;
}

#event-footer{
	width: 100%;
	height: 900px;
}

#pgtop{
	width: 80px;
	height: 80px;
	background: #000;
	position: fixed;
	right: 10px;
	bottom: 10px;
	border-radius:80px;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	justify-content: -webkit-center;
	justify-content: center;
	flex-direction: -webkit-column;
	flex-direction: column;
	cursor: pointer;
}
#pgtop:hover{
	background: #be1600;
}
#pgtop a{
	color: #fff;
	display: block;
}

.back-btn{
	max-width: 330px;
	margin: 50px auto 0;
	border: 3px solid #225026;
}
.back-btn a{
	display: block;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	padding: 20px 60px 20px 40px;
	box-sizing: border-box;
	position: relative;
	background: #fff;
   -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.back-btn a:after{
	content: "";
	position: absolute;
	top: 25px;
	margin-left: 20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 17.3px;
	border-color: transparent transparent transparent #225026;	
   -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.back-btn a:hover{
	color: #fff;
	background: #225026;
}
.back-btn a:hover:after{
	border-color: transparent transparent transparent #fff;	
}

/*===============================================

   sp style

================================================*/

@media (max-width: 768px) {

	/*===========================================
		 共通 
	============================================*/
	.sp { display: block !important; }
	.pc { display: none; }
	.inner {
            width: 100%;
            box-sizing: border-box;
			padding:0 15px;
        }
	img {
		max-width:100%;
	}
	
    #nav-area ul {  
		padding: 0;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#nav-area .inner{
		padding: 0;
	}
	#nav-area li {
		width: 25%;
		line-height: initial;
		text-align: center;
		border-right: solid 1px #fff;
		border-bottom: solid 1px #fff;
        height: auto;
		display: block;
		margin: 0;
		padding: 0;
	}
    #nav-area li:before { display:none; }

	#nav-area li a {
		display: block;
		font-size: 80%;
		padding: 7px 0;
		color: #fff;
	}
	#main-img-area {
		background-size: cover;
		height: 131px;
		padding: 10px 0 0;
	}
	#main-img-area .inner {
		height: auto;
	}
	#main-img-area img {
		position: initial;
	}
	#main-img-area::before {
		top: -2px;
		height: 2px;
	}
	#main-img-area::after {
		bottom: -2px;
		height: 2px;
	}
	#fg-set-area {
		margin-bottom: 50px;
		margin-top: 30px;
	}
	.area-right {
		font-size: 10px;
		margin: 0 10px;
		padding: 0 7px;
		height: 115px;
	}
	.area-right2 {
		font-size: 7px;
		margin: 0 10px;
		letter-spacing: 0;
	}
	.area-center {
		font-size: 7px;
		margin: 0 10px;
	}
	.area-left2 {
		font-size: 7px;
		margin: 0 10px;
	}
	.area-left {
		font-size: 7px;
		margin: 0 10px;
	}
	#review-area .inner{
		padding: 20px 10px 30px;
	}
	#review-area h3 {
		font-size: 25px;
	}
	#review-area h3 span {
		font-size: 15px;
	}
	#review-area p {
		font-size: 14px;
	}
	#safety-area ul{
		padding: 25px 0;
	}
	#safety-area li {
    margin: 0 0 20px;
	}
	
	#ranking-area .title{
		padding: 15px 0 10px;
		font-size: 13px;
	}
	#ranking-area &gt; .item-box-row2 &gt; .inner-item {
		padding-top: 0;
	}
	#ranking-area .ranking {
		font-size: 20px;
		margin: 0 10px;
	}
	.inner-item li a {
		height: auto;
	}
	.item-box-row1 .inner-item li .list-inner {
		display: block;
	}
    .item-box-row1 .inner-item .img {
        display: block;
        padding-top: 0;
        width: 100%;
        height: auto;
        text-align: center;
    }
	.item-box-row1 .inner-item .img img{
        position: relative;
        top: auto;
        left: auto;
        transform: none;
	}
	.item-box-row1 .inner-item .info {
		display: block;
		width: 100%;
		margin: 0 auto;
		padding: 10px 0px 100px;
	}
	.item-box-row2 .inner-item li .list-inner {
		display: block;
		flex-wrap: wrap;
		height: 100%;
	}
	.item-box-row2 .inner-item .info {
		margin: 0 auto;
		padding: 10px 0px 0;
	}
	.item-box-row2 .inner-item .item_b_comment {
		padding: 0 10px 10px;
	}
	.recommend_icon img {
		width: 75%;
	}
	.item_b_warning {
		font-size: 13px;
		margin-right: 10px;
	}
	.item_b_warning2 {
		font-size: 13px;
	}
	.recommend_icon img {
		width: 75%;
	}
	.price {
		position: static;
		width: 100%;
	}
	.item_b_price {
		font-size: 40px;
		flex-wrap: initial;
	}
	.item_b_price .tate {
		font-size: 10px;
	}
	.d-off {
		padding: 6px 10px 7px;
		font-size: 20px;
	}
	#ranking-area li.no1, 
	#ranking-area li.no2, 
	#ranking-area li.no3{
		margin-bottom: 10px;
	}
	#ranking-area li.no4 , 
	#ranking-area li.no5{
		width: 100%;
		position: relative;
		float: none;
		margin: 0;
	}
	#ranking-area li.no5{
		margin-top: 10px;
	}
	#ranking-area li.no4 .itemName ,
	#ranking-area li.no5 .itemName ,
	#set-area li .itemName ,
	#limited-area li .itemName {
		padding: 0 10px;
	}
	.recommend_icon2, .recommend_icon3 {
		left: 30px;
		top: 13px;
		right: 0;
	}
	.recommend_icon2 img, .recommend_icon3 img {
		width: 13%;
	}
	#gift-area h3{
		font-size: 14px;
		padding: 8px;
		margin-bottom: 20px;
	}
	
	.inner-item {
		padding: 30px 15px 0;
		width: auto;
	}
	
	.item-box-row2 &gt; .inner-item {
		padding: 0px 15px 30px;
		box-sizing: border-box;
	}
	.itemName {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.item_b_comment {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.info-cate {
		justify-content: center;
	}
	.info-cate2 {
		justify-content: center;
		padding-left: 0;
	}
	.info-cate .item_b_warning:last-child {
		margin-right: 0;
	}
	.info-cate2 .item_b_warning:last-child {
		margin-right: 0;
	}
	.info-cate2 .item_b_warning2:last-child {
		margin-right: 0;
	}
	.info-cate2 .item_b_warning2:first-child {
		margin-left: 0;
	}
	.item_b_warning img {
		width: 15px;
	}
	.item_b_warning2 img {
		width: 15px;
	}
	.title01,
	.title02 {
		font-size: 17px;
		padding: 15px 30px 13px;
	}
	.item-list .item-fv{
		margin-bottom: 0;
		padding: 30px 0 0;
	}
	.item-list ul{
		padding-bottom: 30px;
	}
	.item-list li{
		width: 48%;
		margin-bottom: 10px;
	}
	.item-list li:nth-child(2n){
		margin-left: 0;
	}	
	.item-list li.full{
		margin-bottom: 10px;
		margin-left: 0;
	}
	#gift-area .inner-item , 
	#limited-area .inner-item{
		padding: 25px 15px 30px;
	}
	#set-area ul {
		padding-bottom: 30px;
		padding-top: 25px;
	}
	#set-area li {
		width: 100%;
	}
	#set-area li:nth-child(2) {
		width: 100%;
		margin-left: 0;
	}
	#set-area &gt; .item-box-row1 &gt; ul {
		padding-top: 0;
		padding-bottom: 30px;
	}
	#limited-area li {
		width: 100%;
	}
	#limited-area li:nth-child(2n) {
		width: 100%;
		margin-left: 0;
	}
	
	#price-area ul{
		max-width: 90%;
		margin: 25px auto 40px;
		padding: 0 15px;
		box-sizing: border-box;
	}
	#price-area ul li:not(:last-child) {
		margin-bottom: 5px;
	}

	#pgtop{
		width: 60px;
		height: 60px;
		font-size: 12px;
		right: 5px;
		bottom: 5px;
	}
	
	.back-btn{
		width: 100%;
	}
	.back-btn a{
		font-size: 14px;
		padding: 10px 30px 10px 10px;
	}
	.back-btn a:after{
		top: 16px;
		margin-left: 20px;
		border-width: 5px 0 5px 10.3px;
	}
    
    .sp-copyright {
        font-size: 12px;
        color: #fff;
        background: #222;
        text-align: center;
        padding: 10px;
    }
}

/*===============================================

  pc style

================================================*/
/* 調整 */
#wrap * {
		box-sizing: border-box;
	}
@media (min-width: 769px) {
	#nav-area .inner {
		padding-top: 15px;
		padding-bottom: 4px;
	}
}
/*#wrap * {
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", 'Noto Sans JP', 'Shippori Mincho', sans-serif;
}*/
#nav-area .inner {
	font-weight: bold;
}
#wrap h2 {
	font-weight: 500;
}
#wrap .bnr img {
	margin-left: auto;
	margin-right: auto;
}
#wrap .item-box-row1 .inner-item .info ,
#wrap .item-box-row2 .inner-item .info {
	color: #000;
}
#wrap .back-btn a:visited {
	color: #000;
}
#wrap .back-btn a:hover {
	color: #fff;
}
#wrap .recommend_icon ,
#wrap .recommend_icon2 ,
#wrap .recommend_icon3 {
	z-index: 9;
}

/* backtotop */
#backtotop {
    color: #222;
	width: 60px;
    height: 60px;
    background: #fff;
    cursor:pointer;
	visibility: hidden;
	opacity: 0;
    border-radius: 100px;
    border: solid 2px;
	position:fixed;
	right: 10px;
	bottom: 30px;
	z-index: 10;
   -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#backtotop.show {
	visibility: visible;
	opacity: 1;
	bottom: 50px;
}
#backtotop:hover {
    color: #fff;
    background: #222;
}
#backtotop:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-top: solid 2px;
    border-right: solid 2px;
    transform: rotate(-45deg);
    position: absolute;
    top: 22px;
    left: calc(50% - 11px);
}

</pre></body></html>