body {
	background: #f3f2eb;
}
#wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
	margin-top: 88px;
	background: #fff
}
main {
	margin-top: -0.313%;
}
section {
	position: relative;
}
.content-box {
	text-align: center;
}
.rel {
	position: relative;
}
.abs {
	position: absolute;
}
.zen {
	font-family: "Zen Maru Gothic", sans-serif;
}
.weight-800 {
	font-weight: 800;
}
.weight-900 {
	font-weight: 900;
}
.tr-x {
	transform: translateY(-50%); 
}
.tr-x {
	transform: translateX(-50%); 
}
.tr-xy {
	transform: translateY(-50%) translateX(-50%); 
}
.comment {
	font-size: 16px;
	text-align: left;
	line-height: 1.375;
	width: 90.63%;
	color: #000000;
	margin: 0 auto;
	font-weight: 700;
}
.comment.abs {
	transform: translateY(0%) translateX(-50%);
	left: 50%;
}
.comment p {
	text-indent: -1em;
	padding-left: 1em;
}
.comment p span {
	font-weight: 900;
	color: #d94f98;
}
.img-box img {
	width: 100%;
}
.center {
	text-align: center;
}
.sec-ttl-box {
	text-align: center;
	margin-bottom: 2.34%;
	padding: 0 5px;
}
.sp-only {
	display: none;
}
#bottom-btn-box {
	position: fixed;
	bottom: 0;
	left: 50%;
	z-index: 10;
	padding: 15px 0;
	background-color: rgba(255, 255, 255, 0.6);
	transform: translateY(0%) translateX(-50%);
	width: 100vw;
	text-align: center;
	display: flex !important;
	align-items: center;
	gap: 20px;
	justify-content: center;
}
.bottom-btn {
	margin: 0;
	max-width: 280px;
}
.top-btn {
	position: fixed;
	bottom: 10px;
	right: 10px;
	padding: 0;
	border: none;
	font-size: 16px;
	cursor: pointer;
	display: none;
	transition: opacity 0.3s ease-in-out;
	background: none;
	z-index: 99;
}
.top-btn.show {
	display: block;
	opacity: 1;
}

a.img-box {
	display: block;
}
.tab-buttons {
	display: flex;
}
.tab-buttons .img-box:hover {
	cursor: pointer;
}
.tab-content {
	display: none;
}
.tab-content.show {
	display: block;
}
#receipt .top-btn, 
#quiz .top-btn, 
#brand .top-btn, 
#goods .top-btn {
	bottom: 160px;
}
@media screen and (min-width: 768px) {
	#wrapper {
		max-width: 640px;
	}
	a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	}
}
@media screen and (max-width: 767px) {
	body::-webkit-scrollbar {
		display: none;
	}
	#wrapper {
		margin-top: 13.75%;
	}
	.comment {
		font-size: 2.5vw;
	}
	#bottom-btn-box {
		width: 100%;
		text-align: center;
		height: auto;
		gap: 3.13%;
		padding: 2.35% 0;
	}
	.top-btn {
		width: 12%;
		bottom: 1.56vw;
		right: 1.56%;
	}
	#receipt .top-btn, 
	#quiz .top-btn, 
	#brand .top-btn, 
	#goods .top-btn {
		bottom: 25vw;
	}
}

/* -------------------------
header
---------------------------- */
#header {
	position: fixed;
	top: 0;
	z-index: 999;
	width: 100%;
	height: 91px;
	background: url(../images/common/h_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 0 2px 25px 0px rgba(0, 0, 0, 0.25);
}
#header .h-inner {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
}
.h-btn-box {
	position: absolute;
	top: 50%;
	right: 3.91%;
	width: 3.13%;
	transform: translateY(-50%);
}
.h-btn-box:hover {
	cursor: pointer;
	opacity: .7;
}
#h-btn:hover {
	opacity: .7;
}
#sp-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	z-index: 999;
	text-align: center;
	transition: right 0.3s ease-in-out;
	background: url(../images/common/bg_01.png);
	background-repeat: repeat;
	margin-top: 86px;
	z-index: 9999;
	inset: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
#sp-menu::-webkit-scrollbar {
	display: none;
}
#sp-menu.active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
#sp-menu .sec-inner {
	padding: 7.81% 0;
}
#sp-menu #menu-sp-nav + #menu-sp-nav {
	margin-top: 3.91%;
}
body.menu-open {
	overflow: auto;
}
.menu-sp-ttl {
	margin: 0 auto 0 0;
}
@media screen and (min-width: 768px) {
	#header {
		max-width: 640px;
	}
	#sp-menu {
		max-width: 640px;
		left: calc(50% - 320px);
	}
}
@media screen and (max-width: 767px) {
	body.menu-open {
		background: #dceee4;
	}
	#header {
		max-width: 100%;
		height: 14.22vw;
	}
	#sp-menu {
		margin-top: 13.44%;
		padding-bottom: 20%;
	}
	#sp-menu .sec-inner {
		padding-bottom: calc(14vw + 8.69%);
	}
	#sp-menu .menu-list {
		margin: 0 auto;
	}
	.h-btn-box img {
		width: 100%;
	}
}
/* -------------------------
mv
---------------------------- */

/* -------------------------
footer
---------------------------- */
#footer {
	background-image: url(../images/common/bg_02.png);
	background-position: top center;
	background-size: cover;
}
.f-sns {
	display: flex;
	justify-content: center;
	gap: 35px;
}
.f-sns a {
	margin: 0;
}
.copy-txt:hover {
	opacity: .7;
	cursor: pointer;
}
@media screen and (max-width: 767px) {
	.f-sns {
		gap: 7.61%;
	}
}

/* -------------------------
close
---------------------------- */

#close01 section {
	background-image: url(../images/common/bg_03.png);
	background-position: top center;
	background-size: 100% 100%;
}
#close02 {
	height: 100%;
}
#close02 #wrapper {
	margin: 0 auto;
	background: #f3f2eb;
}
#close02 .close02 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100vh;
}
#close02 .close-txt {
	color: #4265a2;
	text-align: center;
	font-size: 24px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	#close02 .close-txt {
		font-size: 3.75vw;
	}
}
/* -------------------------
top
---------------------------- */
#top #section01 {
	background-image: url(../images/top/bg_01.png);
	background-position: top center;
	background-size: cover;
	position: relative;
}
#top #section01::after {
	content: "";
	position: absolute;
	width: 42.5%;
	height: auto;
	aspect-ratio: 272 / 258;
	right: 4%;
	bottom: 34%;
	background-image: url(../images/top/item_01.png);
	background-repeat: no-repeat;
	background-size: cover;
}
#top .top-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 10px 16px;
	width: 91.56%;
	margin: 0 auto;
}
#top .top-nav li {
	width: auto !important;
	flex: 0 0 calc((100% - 16px) / 2);
}
#top .top-nav li a {
	width: 100% !important;
}
#top #section02 {
	background-image: url(../images/top/bg_02.png);
	background-position: top center;
	background-size: 100% 100%;
	position: relative;
}
#top #section03 {
	background-image: url(../images/top/bg_03.png);
	background-position: top center;
	background-size: 100% 100%;
	position: relative;
}
@media screen and (max-width: 767px) {
	#top .top-nav {
		gap: 1.56vw 2.5vw;
	}
	#top .top-nav li {
		flex: 0 0 calc((100% - 2.56vw) / 2);
	}
}
/* -------------------------
receipt
---------------------------- */
#receipt #section01 {
	background-image: url(../images/receipt/bg_01.png);
	background-position: top center;
	background-size: 100% 100%;
	position: relative;
}
#receipt #section02 .section2-tab1 {
	background-image: url(../images/receipt/bg_03.png);
	background-repeat: repeat-y;
	position: relative;
	background-size: cover;
}
#receipt #section02 .section2-tab2{
	background-image: url(../images/receipt/bg_02.png);
	background-repeat: repeat-y;
	position: relative;
	background-size: cover;
}
#receipt .accordion-header-receipt img {
	cursor: pointer;
	transition: opacity 0.3s;
}
#receipt .accordion-header-receipt .toggle-icon-receipt {
	position: absolute;
	width: 4.17%;
	top: 50%;
	right: 17.3%;
	transform: translateY(-50%);
}
#receipt .accordion-content-receipt {
	position: relative;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s ease-in-out;
}
#receipt .accordion-content-receipt.open {
	margin-top: -2.56%;
}
#receipt .accordion-content-receipt img {
	width: 100%;
	display: block;
}
#receipt .accordion-content-receipt .close {
	bottom: 1.3%;
	left: 50%;
	transform: translateX(-50%); 
	width: 19.296% !important;
}
#receipt .accordion-content-receipt .close:hover {
	cursor: pointer;
}
#receipt .comment-09,
#receipt .comment-12 {
	font-size: 22px;
	font-weight: 900;
	line-height: 1.75;
}
#receipt #footer {
	padding-bottom: 23.41% !important;
}
@media screen and (max-width: 767px) {
	#receipt .comment-09,
	#receipt .comment-12 {
		font-size: 3.44vw;
	}
}
/* -------------------------
quiz
---------------------------- */
#quiz #section01 {
	background-image: url(../images/quiz/bg_01.png);
	background-position: top center;
	background-size: 100% 100%;
	position: relative;
}
#quiz #section02 .section2-tab1 {
	background-image: url(../images/quiz/bg_02.png);
	background-repeat: repeat-y;
	position: relative;
	background-size: cover;
}
#quiz #section02 .section2-tab2{
	background-image: url(../images/quiz/bg_03.png);
	background-repeat: repeat-y;
	position: relative;
	background-size: cover;
}
#quiz .swiper-box {
	height: 63%;
	position: absolute;
	left: 50%;
	top: 0%;
	transform: translateX(-50%);
	width: 79%;
	transition: left 0.5s ease-in-out;
}
#quiz .swiper-pagination {
	margin-top: 3.13%;
	position: static;
}
#quiz .swiper-pagination-bullet {
	width: 26px;
	height: 26px;
	background: unset;
	background-image: url(../images/quiz/bullet.png);
	background-repeat: no-repeat;
	opacity: 1;
	border-radius: 0;
	margin: 7.5px !important;
	transition: transform 0.3s;
	background-size: cover;
}
#quiz .swiper-pagination-bullet-active {
	background-image: url(../images/quiz/active_bullet.png);
	background-repeat: no-repeat;
}
#quiz #custom-prev-quiz-0 {
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	width: 10px;
	height: auto;
	aspect-ratio: 10 / 54;
	left: -6.7%;
	z-index: 2;
}
#quiz #custom-next-quiz-0{
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	width: 10px;
	height: auto;
	aspect-ratio: 10 / 54;
	right: -6.7%;
	z-index: 2;
}
#quiz .bottom-btn {
	max-width: 460px;
	justify-self: center;
}
#quiz #footer {
	padding-bottom: 23.41% !important;
}
@media screen and (max-width: 767px) {
	#quiz #custom-prev-quiz-0,
	#quiz #custom-next-quiz-0 {
		width: 2.175%;
	}
	#quiz .swiper-pagination-bullet {
		width: 5.655%;
		height: 4.064vw;
		margin: 2.18% !important;
	}
	#quiz .bottom-btn {
		max-width: 100%;
		width: 71.88%;
	}
	#quiz .bottom-btn img {
		width: 100%;
	}
}
/* -------------------------
sns
---------------------------- */
#sns #section01 {
	background-image: url(../images/sns/bg_01.png);
	background-position: top center;
	background-size: 100% 100%;
	position: relative;
}
#sns #section02 {
	background-image: url(../images/sns/bg_02.png);
	background-position: top center;
	background-repeat: repeat;
	position: relative;
	background-size: cover;
}
#sns .accordion-header-sns img {
	cursor: pointer;
	transition: opacity 0.3s;
}
#sns .accordion-header-sns .toggle-icon-sns {
	position: absolute;
	width: 4.17%;
	top: 61%;
	right: 5.3%;
	transform: translateY(-50%);
}
#sns .accordion-content-sns {
	position: relative;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s ease-in-out;
}
#sns .accordion-content-sns.open {
	margin-top: -7.6%;
}
#sns .accordion-content-sns img {
	width: 100%;
	display: block;
}
#sns .accordion-content-sns .close {
	bottom: 1.3%;
	left: 50%;
	transform: translateX(-50%); 
	width: 19.296% !important;
}
#sns .accordion-content-sns .close:hover {
	cursor: pointer;
}
/* -------------------------
tento
---------------------------- */
#tento #section01 {
	background-image: url(../images/tento/bg_01.png);
	background-position: top center;
	background-size: 100% 100%;
	position: relative;
}
#tento #section02 .section2-tab1 {
	background-image: url(../images/tento/bg_02.png);
	background-repeat: repeat-y;
	position: relative;
	background-size: cover;
}
#tento #section02 .section2-tab2{
	background-image: url(../images/tento/bg_03.png);
	background-repeat: repeat-y;
	position: relative;
	background-size: cover;
}
/* -------------------------
brand
---------------------------- */
#brand #section01 {
	background-image: url(../images/brand/bg_01.png);
	background-position: top center;
	position: relative;
	background-repeat: repeat;
}
#brand #section01::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 12px;
	background: #000;
}
#brand .brand-bg {
	background-image: url(../images/brand/img_03.png);
	background-position: top center;
	background-size: 90.63% 100%;
	position: relative;
	background-repeat: no-repeat;
}
#brand .comment p span {
	color: #00a38b;
}
#brand #section02 {
	background-image: url(../images/brand/bg_02.png);
	background-position: top center;
	background-repeat: repeat;
	position: relative;
	background-size: cover;
}
#brand .bottom-btn {
	max-width: 460px;
}
@media screen and (max-width: 767px) {
	#brand #section01::after {
		height: 1.875vw;
	}
	#brand .bottom-btn {
		max-width: 100%;
		width: 71.88%;;
	}
	#brand .bottom-btn img {
		width: 100%;
	}
}
#brand #footer {
	padding-bottom: 23.41% !important;
}
/* -------------------------
goods
---------------------------- */
#goods #section01 {
	background-image: url(../images/goods/bg_01.png);
	background-position: top center;
	position: relative;
	background-repeat: repeat;
}
#goods .goods-bg {
	background-image: url(../images/goods/bg_02.png);
	background-position: top center;
	background-size: 90.63% 100%;
	position: relative;
	background-repeat: no-repeat;
}
#goods .swiper-box {
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0%;
	transform: translateX(-50%);
	width: 100%;
	transition: left 0.5s ease-in-out;
}
#goods .swiper-pagination {
	margin-top: 3.13%;
	position: static;
}
#goods .swiper-pagination-bullet {
	width: 26px;
	height: 26px;
	background: unset;
	background-image: url(../images/goods/bullet.png);
	background-repeat: no-repeat;
	opacity: 1;
	border-radius: 0;
	margin: 7.5px !important;
	transition: transform 0.3s;
	background-size: cover;
}
#goods .swiper-pagination-bullet-active {
	background-image: url(../images/goods/active_bullet.png);
	background-repeat: no-repeat;
}
#goods #custom-prev-goods-0,
#goods #custom-prev-goods-1,
#goods #custom-prev-goods-2,
#goods #custom-prev-goods-3,
#goods #custom-prev-goods-4 {
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	width: 10px;
	height: auto;
	aspect-ratio: 10 / 54;
	left: -6.7%;
	z-index: 2;
}
#goods #custom-next-goods-0,
#goods #custom-next-goods-1,
#goods #custom-next-goods-2,
#goods #custom-next-goods-3,
#goods #custom-next-goods-4 {
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	width: 10px;
	height: auto;
	aspect-ratio: 10 / 54;
	right: -6.7%;
	z-index: 2;
}
#goods .bottom-btn {
	max-width: 460px;
}
#goods #footer {
	padding-bottom: 23.41% !important;
}
@media screen and (max-width: 767px) {
	#goods #custom-prev-goods-0,
	#goods #custom-prev-goods-1,
	#goods #custom-prev-goods-2,
	#goods #custom-prev-goods-3,
	#goods #custom-prev-goods-4,
	#goods #custom-next-goods-0,
	#goods #custom-next-goods-1,
	#goods #custom-next-goods-2,
	#goods #custom-next-goods-3,
	#goods #custom-next-goods-4 {
		width: 2.175%;
	}
	#goods .swiper-pagination-bullet {
		width: 5.655%;
		height: 4.064vw;
		margin: 2.18% !important;
	}
	#goods .bottom-btn {
		max-width: 100%;
		width: 71.88%;;
	}
	#goods .bottom-btn img {
		width: 100%;
	}
}

/* -------------------------
itemlist
---------------------------- */
#itemlist #section-01 {
	background-image: url(../images/itemlist/bg_01.png);
	background-position: top center;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
}
#itemlist #section-02 {
	background-image: url(../images/itemlist/bg_02.png);
	background-position: top center;
	position: relative;
	background-repeat: repeat;
	background-size: 100%;
}
#itemlist .accordion {
	background-image: url(../images/itemlist/bg_03.png);
	background-repeat: no-repeat;
	background-size: auto;
}
#itemlist .item-accordion-header {
	cursor: pointer;
	transition: .3s;
	position: relative;
}
#itemlist .item-accordion-header::after {
	content: "";
	position: absolute;
	background-image: url(../images/itemlist/item_01.png);
	background-repeat: no-repeat;
	width: 13px;
	height: auto;
	aspect-ratio: 13 / 9;
	right: 5%;
	top: 50%;
	background-size: cover;
	transform: translateY(-50%) translateX(-50%);
	transition: transform .25s ease;
}
#itemlist .item-accordion-header.is-open::after {
	transform: translateY(-50%) translateX(-50%) rotate(-180deg);
}
#itemlist .item-accordion-content {
	display: none;
	position: relative;
	left: 50%;
	bottom: 0%;
	width: 99.5%;
	text-align: left;
	z-index: 100;
	margin-top: -3%;
	transform: translateY(0%) translateX(-50%);
	background-color: #fff;
	border: 3px solid #000;
}
#itemlist .item-accordion-content.open {
	display: block;
}
#itemlist .item-accordion-content li {
	padding: 5% 9.69%;
	line-height: 1.2;
	color: #000;
	font-size: 24px;
	font-weight: 700;
}
#itemlist .name {
	margin-top: 3%;
}
#itemlist .item-accordion-content li:hover{
	background-color: #e5e5e5;
	cursor: pointer;
}
#itemlist #sec-01 .cat-content.open {
	display: block;
}
#itemlist .cat-content .ttl {
	text-align: center;
	color: #000;
	font-weight: 700;
	margin: 5% 0;
	font-size: 30px;
}
#itemlist .item-box {
	padding: 4.69% 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	font-size: 25px;
	font-weight: 600;
	color: #000;
	border-bottom: 2px solid #000;
}
#itemlist .cat-content .item-box:last-child {
	border-bottom: none;
}
#itemlist .item-name-box {
	width: 75%;
}
#itemlist .accordion-box .accordion-item + .accordion-item {
	margin-top: 4%;
}
#itemlist .accordion .comment {
	width: 90%;
	left: 50%;
	bottom: 6%;
}
#itemlist .cat-content {
	width: 90.63%;
	margin: 0 auto;
	padding-top: 12.5%;
}
#itemlist .class-badge {
	text-align: center;
	font-weight: 900;
	font-size: 36px;
	color: #000;
	line-height: 1;
	font-family: "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}
#itemlist .itemlist-btn {
	text-align: center;
	padding-top: 5%;
	padding-bottom: 18.81%;
}
#itemlist #footer {
	margin-top: 0;
}
.class-badge img { display:block; width:100%; height:auto; }

.class-badge--iyakuhin { width: 19.2%; }
.class-badge--keshouhin { width: 19.5%; }
.class-badge--shokuhin { width: 12.8%; }
.class-badge--nichiyouhin { width: 19%; }
@media screen and (max-width: 767px) {
	#itemlist .accordion {
		background-size: 100%;
	}
	#itemlist .item-accordion-header::after {
		width: 2.033vw;
	}
	#itemlist .item-accordion-content li {
		font-size: 3.75vw;
	}
	#itemlist .item-box {
		font-size: 4vw;
	}
	#itemlist .item-content02 {
		font-size: 3.2vw;
	}
	#itemlist .cat-content .ttl {
		font-size: 4.8vw;
	}
	#itemlist .class-badge {
		font-size: 5.315vw;
	}
}
/* -------------------------
app
---------------------------- */
#app header {
	display: none;
	opacity: 0;
	pointer-events: none;
}
#app #wrapper {
	margin-top: 0;
}
#app #section01 {
	background-image: url(../images/app/bg_01.png);
	background-position: top center;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
}
#app #section02 {
	background-image: url(../images/app/bg_02.png);
	background-position: top center;
	position: relative;
	background-repeat: repeat;
	background-size: 100%;
}
/* -------------------------
exchange_1000
---------------------------- */
#exchange_1000 header {
	display: none;
	opacity: 0;
	pointer-events: none;
}
#exchange_1000 #wrapper {
	margin-top: 0;
}
#exchange_1000 section {
	background-image: url(../images/exchange_1000/bg_01.png);
	background-position: top center;
	position: relative;
	background-size: cover;
}
/* -------------------------
exchange_brand
---------------------------- */
#exchange_brand header,
#exchange_brand footer {
	display: none;
	opacity: 0;
	pointer-events: none;
}
#exchange_brand #wrapper {
	margin-top: 0;
}
#exchange_brand #section01 {
	background-image: url(../images/exchange_brand/bg_01.png);
	background-position: top center;
	position: relative;
	background-size: cover;
}
#exchange_brand #section02 {
	background-image: url(../images/exchange_brand/bg_02.png);
	background-position: top center;
	position: relative;
	background-repeat: repeat-y;
}
#exchange_brand #swiper {
	width: 100%;
	overflow: hidden;
}
#exchange_brand .swiper-pagination {
	bottom: -11.5% !important;
}
#exchange_brand .swiper-pagination-bullet {
	width: 26px;
	height: 26px;
	background: unset;
	background-image: url(../images/exchange_brand/bullet.png);
	background-repeat: no-repeat;
	opacity: 1;
	border-radius: 0;
	margin: 0 8px !important;
	transition: transform 0.3s;
	background-size: cover;
}
#exchange_brand .swiper-pagination-bullet-active {
	background-image: url(../images/exchange_brand/active_bullet.png);
	background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
	#exchange_brand .swiper-pagination-bullet {
		width: 4.576%;
		height: auto;
		aspect-ratio: 1 / 1;
		margin: 0 1.41% !important;
	}
}

/* -------------------------
brand_joken
---------------------------- */
#brand_joken header,
#brand_joken footer {
	display: none;
	opacity: 0;
	pointer-events: none;
}
#brand_joken #wrapper {
	margin-top: 0;
}