body {
	background: #f9f4ff;
}
#wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
	margin-top: 102px;
}
section {
	position: relative;
}
.content-box {
	text-align: center;
}
.rel {
	position: relative;
}
.abs {
	position: absolute;
}
.mt10 {
	margin-top: 1.56%;
}
.mt20 {
	margin-top: 3.13%;
}
.mt25 {
	margin-top: 3.91%;
}
.mt30 {
	margin-top: 4.69%;
}
.mt40 {
	margin-top: 6.25%;
}
.mt50 {
	margin-top: 7.81%;
}
.mt60 {
	margin-top: 9.38%;
}
.comment {
	font-size: 16px;
	text-align: left;
	line-height: 1.375;
	width: 90.63%;
	color: #070a4a;
}
.comment.abs {
	transform: translateY(0%) translateX(-50%);
	left: 50%;
}
.comment p {
	text-indent: -1em;
	padding-left: 1em;
}
.comment p span {
	font-weight: 900;
	color: #c8516d;
}
.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;
}
.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;
}

#receipt .top-btn, 
#quiz .top-btn, 
#brand .top-btn, 
#goods .top-btn {
	bottom: 160px;
}
a.img-box {
	display: block;
}
@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: 16.5%;
	}
	.comment {
		font-size: 2.5vw;
	}
	#bottom-btn-box {
		width: 100%;
		text-align: center;
		height: auto;
		padding: 2.36% 0;
	}
	#bottom-btn-box .bottom-btn img {
		width: 75.537%;
	}
	.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: 102px;
	background: url(../images/common/h_bg.png);
	background-size: cover;
}
#header .h-inner {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	justify-content: center;
	align-items: center;
}
#header .h-logo-box {
	width: 30.47%;
}
.h-btn-box {
	position: absolute;
	top: 50%;
	right: 4.69%;
	width: 10.94%;
	transform: translateY(-50%);
}
#h-btn:hover {
	opacity: .7;
}
#sp-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	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-color: #fffbf7;
	background-size: 100% auto;
	margin-top: 102px;
	z-index: 9999;
}
#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);
		padding-bottom: 250px;
	}
}
@media screen and (max-width: 767px) {
	body.menu-open {
		background: #dceee4;
	}
	#header {
		max-width: 100%;
		height: 16.7vw;
	}
	#header .h-inner {
		height: auto;
	}
	#sp-menu {
		margin-top: 16%;
	}
	#sp-menu .sec-inner {
		padding-bottom: calc(14vw + 8.69%);
	}
	#sp-menu .menu-list {
		margin: 0 auto;
	}
	#header #h-btn {
		width: 11vw;
	}
}
/* -------------------------
mv
---------------------------- */
.mv-inner img {
	width: 100%;
}
/* -------------------------
footer
---------------------------- */
#footer {
	position: relative;
	background: url(../images/common/f_bg_01.png);
	background-size: cover;
}
#footer .f-inner {
	padding: 4.69% 0 19.91%;
}
#footer .f-sns {
	margin: 4.69% auto 6.25%;
	display: flex;
	justify-content: center;
	gap: 4.69%;
}
#footer .copy-txt img:hover {
	opacity: .7;
	cursor: pointer;
}
#footer .cl {
	margin-top: 3.91%;
}
@media screen and (max-width: 767px) {
	#footer .footer-item {
		width: 100%;
	}
	#footer .footer-item img {
		width: 100%;
	}
}

/* -------------------------
top
---------------------------- */
#top #sec-01 {
	background: url(../images/top/bg_01.png);
	background-color: #fff;
	background-position: bottom;
	background-size: cover;
}
#top #sec-01 .sec-inner {
	padding: 0.63% 0 9.38%;
}
#top #sec-01.sec-0916 .sec-inner {
	padding: 5% 0 5%;
}
#top #sec-01 .nav-box {
	margin: 0 auto;
	margin-top: 4.69%;
	justify-content: center;
	display: flex;
	gap: 1.56% 0%;
	flex-wrap: wrap;
}
#top #sec-01 .nav-box a {
	margin: 0;
}


#top #sec-02 {
	background: url(../images/top/bg_02.png);
	background-color: #fff;
	background-position: bottom;
	background-size: cover;
}
#top #sec-02 .sec-inner {
	padding: 9.06% 0 9.38%;
}
#top #sec-02 .ttl {
	margin-bottom: 4.38%;
}
#top #sec-02 .block1 {
	margin-right: -3.93%;
	display: inline-block;
}
#top #sec-02 .block2 {
	margin-top: 4.06%;
	margin-right: -2.97%;
	display: inline-block;
}
#top #sec-02 .block3 {
	margin-top: 9.38%;
	margin-left: -2.65%;
	margin-bottom: 9.38%;
	display: inline-block;
}
#top #sec-02 .block4 {
	margin-left: -3.9%;
	margin-bottom: 9.38%;
	display: inline-block;
}
#top #sec-02 .block5 {
	margin-bottom: 9.38%;
	margin-right: -4.53%;
	display: inline-block;
}
#top #sec-02 .ttl03 {
	margin-bottom: 0;
}
#top #sec-02 .block6 {
	margin-left: -1.8%;
	display: inline-block;
}

#top #sec-03 {
	background: url(../images/top/bg_03.png);
	background-color: #fff;
	background-position: bottom;
	background-size: cover;
}
#top #sec-03 .sec-inner {
	padding: 9.38% 0;
}
#top #sec-03 .ttl {
	margin-bottom: 4.69%;
}
#top #sec-03 .img-19 {
	margin-top: 4.69%;
	margin-bottom: 4.69%;
}
#top #sec-03 .img-21 {
	margin-top: 4.69%;
	margin-bottom: 0;
}

/* -------------------------
買って応募
---------------------------- */
#receipt a {
	display: block;
}
#receipt #sec-01 {
	background-image: url(../images/receipt/bg_01.png);
	background-size: cover;
	background-color: #fff;
}
#receipt #sec-02 {
	background-image: url(../images/receipt/bg_02.png);
	background-size: cover;
}
#receipt #sec-02 .bg-white {
	position: relative;
	z-index: 0;
}
#receipt #sec-02 .bg-white::before {
	content: '';
	position: absolute;
	top: 50px;
	left: 50%;
	width: 91%;
	height: 99%;
	background: white;
	z-index: -1;
	transform: translate(-50%, 0%);
}
#receipt #sec-01 .sec-inner {
	padding: 3.13% 0 8.75%;
}
#receipt #sec-02 .sec-inner {
	padding-bottom: 7.81%;
}
#receipt .img-02 {
	margin: 7.5% auto 2.97% 0;
}
#receipt .img-03 {
	margin: 0 auto 0 0;
}
#receipt .img-04 {
	margin: 27.34% auto 2.31% 0;
}
#receipt .img-05 {
	margin-left: 2%;
}
#receipt .img-06 {
	margin-left: 3%;
}
#receipt .img-07 {
	margin-left: 2%;
}
#receipt .img-05 .swiper-box {
	top: 37.5%;
	left: 52%;
	width: 520px;
	height: 390px;
	transform: translate(-50%, 0%);
	transition: left 0.5s ease-in-out;
}
#receipt .swiper-pagination {
	bottom: -12.3% !important;
	left: 50%;
	transform: translateX(-50%);
}
#receipt .swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	background-color: #eee;
	opacity: 1;
	border-radius: 0 !important;
	margin: 0 15px !important;
	transition: background-color 0.3s, transform 0.3s;
	border: 1px solid #070a4a;
}
#receipt .swiper-pagination-bullet-active {
	background-color: #070a4a;
}
#receipt #custom-prev-receipt-0,
#receipt #custom-prev-receipt-1 {
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	width: 60px;
	left: -2.97%;
	z-index: 2;
}
#receipt #custom-next-receipt-0,
#receipt #custom-next-receipt-1 {
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	width: 60px;
	right: -2.97%;
	z-index: 2;
}

#receipt .comment-01 {
	margin: 4.84% auto 4.84%;
}
#receipt .comment-01 p {
	padding-left: 1em;
}
#receipt .comment-02 {
	margin: 4.84% auto 3.44%;
}
#receipt .comment-02 p {
	padding-left: 1em;
}
#receipt .img-07 .swiper-box {
	top: 45%;
	left: 52%;
	width: 520px;
	height: 390px;
	transform: translate(-50%, 0%);
	transition: left 0.5s ease-in-out;
}
#receipt .comment-03 {
	margin: 4.84% auto 7.81%;
}
#receipt .comment-03 p {
	padding-left: 1em;
}
#receipt .img-08 {
	margin: 0 auto 4.53% 0;
}
#receipt .comment-04 {
	margin: 4.84% auto 0;
}
#receipt .img-10 {
	padding-top: 9.81%;
	margin-bottom: 4.69%;
}
#receipt .img-12 {
	margin-top: 4.69%;
	margin-bottom: 6.72%;
}
#receipt .img-14 {
	margin-top: 4.69%;
	margin-bottom: 4.69%;
}
#receipt .img-16 {
	margin-top: 10.63%;
	margin-bottom: 6.25%;
}
#receipt .comment-05 {
	width: 81.25%;
	margin: 4.84% auto;
}
#receipt .img-19 {
	margin-top: 5%;
	margin-bottom: 5%;
}
#receipt .img-21 {
	margin-top: 0.84%;
}
#receipt .img-22 {
	margin-top: 5.16%;
	margin-bottom: 5.16%;
}
#receipt .img-23 {
	padding-bottom: 7.81%;
}
#receipt .img-24 {
	margin-top: 9.06%;
	margin-bottom: 4.69%;
}
#receipt .comment-06 {
	bottom: 1%;
}
#receipt .comment-07 {
	font-size: 22px;
	margin: 0 auto;
	line-height: 1.54;
}

#receipt .accordion-header-receipt img {
	cursor: pointer;
	transition: opacity 0.3s;
}
#receipt .accordion-header-receipt .toggle-icon-receipt {
	position: absolute;
	width: 5.17%;
	top: 50%;
	right: 10.16%;
	transform: translateY(-50%);
}
#receipt .accordion-content-receipt {
	position: relative;
	top: -60px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s ease-in-out;
}
#receipt .accordion-content-receipt img {
	width: 100%;
	display: block;
}

@media screen and (max-width: 767px) {
	#receipt .img-05 .swiper-box, 
	#receipt .img-07 .swiper-box {
		width: 86.817%;
		height: 60.938vw;
	}
	#receipt #custom-prev-receipt-0, 
	#receipt #custom-next-receipt-0,
	#receipt #custom-prev-receipt-1, 
	#receipt #custom-next-receipt-1 {
		width: 11.54%;
	}
	#receipt .swiper-pagination-bullet {
		width: 3.847%;
		height: 3.125vw;
		margin: 0 2.34% !important;
	}

	#receipt .accordion-content-receipt {
		top: -9vw;
	}
	#receipt #sec-02 .bg-white::before {
		top: 8vw;
	}
	#receipt .comment-07 {
		font-size: 3.438vw;
	}
}

/* -------------------------
クイズに答えて応募
---------------------------- */
#quiz .bg-wrap.bg-01 {
	padding-top: 3.13%;
	background-image: url(../images/quiz/bg_01.png);
	background-size: cover;
	background-color: #fff;
}
#quiz .bg-wrap.bg-02 {
	padding-top: 4.69%;
	background-image: url(../images/quiz/bg_02.png);
	background-size: cover;
	background-color: #fff;
}
#quiz .bg-wrap.bg-03 {
	padding-top: 9.38%;
	background-image: url(../images/quiz/bg_03.png);
	background-size: cover;
	background-color: #fff;
}
#quiz .bg-wrap.bg-04 {
	padding-top: 4.69%;
	background-image: url(../images/quiz/bg_04.png);
	background-size: cover;
	background-color: #fff;
}
#quiz .bg-wrap.bg-05 {
	padding-top: 9.38%;
	background-image: url(../images/quiz/bg_03.png);
	background-size: cover;
	background-color: #fff;
}
#quiz .bg-wrap.bg-06 {
	padding-top: 9.38%;
	background-image: url(../images/quiz/bg_03.png);
	background-size: cover;
	background-color: #fff;
}
#quiz .img-02 {
	margin-top: 9.38%;
	margin-bottom: 22.5%;
}
#quiz #quiz-tab-buttons {
	display: flex;
}
#quiz #quiz-tab-buttons .tab-img:hover {
	cursor: pointer;
}
#quiz .tab-content {
	display: none;
}
#quiz .tab-content.show {
	display: block;
}
#quiz .img-07,
#quiz .img-20 {
	margin: 0 auto 0 0;
	margin-bottom: 1.41%;
}
#quiz .comment-01,
#quiz .comment-03 {
	margin: 5% auto 0;
	line-height: 1.375;
	padding-bottom: 7.81%;
	width: 87.63%;
}
#quiz .img-08 {
	margin-left: 2%;
}
#quiz .img-11 {
	bottom: 8%;
	left: 50%;
	transform: translate(-50%, 0%);
	width: 89.66% !important;
}
#quiz .img-12 {
	margin-top: 10.16%;
}
#quiz .img-13 {
	margin-top: 7.03%;
	margin-bottom: 4.69%;
}
#quiz .img-14 {
	margin-bottom: 4.69%;
}
#quiz .comment-02 {
	width: auto;
	margin-bottom: 4.69%;
}
#quiz .img-15 {
	margin-bottom: 4.69%;
}
#quiz .img-16 {
	margin-bottom: 4.69%;
}
#quiz .img-17 {
	margin-bottom: 4.69%;
}
#quiz .img-18 {
	padding-bottom: 9.38%;
}

#quiz .img-21 .swiper-box {
	top: 37.5%;
	left: 52%;
	width: 520px;
	height: 390px;
	transform: translate(-50%, 0%);
	transition: left 0.5s ease-in-out;
}
#quiz .img-28 .swiper-box {
	top: 37.5%;
	left: 50%;
	width: 259px;
	height: 522px;
	transform: translate(-50%, 0%);
	transition: left 0.5s ease-in-out;
}
#quiz .swiper-pagination {
	bottom: -12.3% !important;
	left: 50%;
	transform: translateX(-50%);
}
#quiz .swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	background-color: #eee;
	opacity: 1;
	border-radius: 0 !important;
	margin: 0 15px !important;
	transition: background-color 0.3s, transform 0.3s;
	border: 1px solid #070a4a;
}
#quiz .swiper-pagination-bullet-active {
	background-color: #070a4a;
}
#quiz #custom-prev-quiz-0,
#quiz #custom-prev-quiz-1 {
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	width: 60px;
	left: -2.97%;
	z-index: 2;
}
#quiz #custom-prev-quiz-1 {
	left: -55.97%;
}
#quiz #custom-next-quiz-0,
#quiz #custom-next-quiz-1 {
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	width: 60px;
	right: -2.97%;
	z-index: 2;
}
#quiz #custom-next-quiz-1 {
	right: -55.97%;
}

#quiz .bg-wrap.bg-03 .bg-white {
	position: relative;
	z-index: 0;
}
#quiz .bg-wrap.bg-03 .bg-white::before {
	content: '';
	position: absolute;
	top: 1.94%;
	left: 50%;
	width: 91%;
	height: 98.2%;
	background: white;
	z-index: -1;
	transform: translate(-50%, 0%);
}
#quiz .comment-07 {
	font-size: 22px;
	margin: 6.75% auto 0;
	line-height: 1.54;
	padding-bottom: 7.81%;
}
#quiz .img-23 {
	margin-top: 5.47%;
}
#quiz .img-24 {
	margin-top: 9.38%;
	margin-bottom: 6.25%;
}
#quiz .img-26 {
	margin-top: 4.69%;
}
#quiz .comment-04,
#quiz .comment-05 {
	margin: 0 auto;
	text-align: center;
	margin-top: 3.13%;
	margin-bottom: 4.69%;
}
#quiz .img-28 .swiper-pagination {
	bottom: -9.3% !important;
}
#quiz .img-29 {
	margin-top: 4.69%;
}
#quiz .img-30 {
	padding-bottom: 9.38%;
}
#quiz .comment-06 {
	margin: 4.69% auto;
	text-align: center;
}
#quiz .bg-wrap.bg-05 .bg-white {
	position: relative;
	z-index: 0;
}
#quiz .bg-wrap.bg-05 .bg-white::before {
	content: '';
	position: absolute;
	top: 1.94%;
	left: 50%;
	width: 91%;
	height: 98.2%;
	background: white;
	z-index: -1;
	transform: translate(-50%, 0%);
}
@media screen and (max-width: 767px) {
	#quiz .img-21 .swiper-box {
		width: 86.817%;
		height: 60.938vw;
	}
	#quiz .img-28 .swiper-box {
		width: 44.654%;
		height: 86.25vw;
	}
	#quiz #custom-prev-quiz-0, 
	#quiz #custom-next-quiz-0 {
		width: 11.54%;
	}
	#quiz #custom-prev-quiz-1, 
	#quiz #custom-next-quiz-1 {
		width: 23.17%;
	}
	#quiz .swiper-pagination-bullet {
		width: 3.847%;
		height: 3.125vw;
		margin: 0 2.34% !important;
	}
	#quiz .img-28 .swiper-pagination {
		bottom: -4.3% !important;
	}
	#quiz .img-28 .swiper-pagination-bullet {
		width: 7.723%;
	}
	#quiz .accordion-content-quiz {
		top: -9vw;
	}
	#quiz #sec-02 .bg-white::before {
		top: 8vw;
	}
	#quiz .comment-07 {
		font-size: 3.438vw;
	}
}

/* -------------------------
Xで応募
---------------------------- */
#x #sec-01 {
	background-image: url(../images/x/bg_01.png);
	background-size: cover;
	background-color: #fff;
}
#x #sec-02 {
	background-image: url(../images/x/bg_02.png);
	background-size: cover;
	background-color: #fff;
}
#x #sec-01 .sec-inner {
	padding: 9.38% 0;
}
#x .img-02 {
	margin-top: 9.38%;
	margin-bottom: 29.53%;
}
#x .img-03 {
	margin: 0 auto 4.84% 0;
}
#x .img-05 {
	margin-left: 2%;
}
#x .img-05 .swiper-box {
	top: 29%;
	left: 52%;
	width: 520px;
	height: 390px;
	transform: translate(-50%, 0%);
	transition: left 0.5s ease-in-out;
}
#x .swiper-pagination {
	bottom: -12.3% !important;
	left: 50%;
	transform: translateX(-50%);
}
#x .swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	background-color: #eee;
	opacity: 1;
	border-radius: 0 !important;
	margin: 0 15px !important;
	transition: background-color 0.3s, transform 0.3s;
	border: 1px solid #070a4a;
}
#x .swiper-pagination-bullet-active {
	background-color: #070a4a;
}
#x #custom-prev-x-0 {
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	width: 60px;
	left: -2.97%;
	z-index: 2;
}
#x #custom-next-x-0 {
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	width: 60px;
	right: -2.97%;
	z-index: 2;
}

#x .comment-01 {
	width: 88%;
	margin: 4.69% auto;
}

#x #sec-02 .sec-inner {
	padding: 9.38% 0 10.94%;
}
#x .img-06 {
	margin-bottom: 6.25%;
}
#x .img-08 {
	margin-top: 4.69%;
	margin-bottom: 4.69%;
}
#x .img-10 {
	left: 50%;
	transform: translate(-50%, 0%);
	bottom: 4%;
}
#x .img-10:hover {
	cursor: pointer;
}
#x .comment .no-indent {
	text-indent: unset !important;
	padding-left: unset !important;
}
#x .comment-02 {
	margin: 4.69% auto;
}
#x .comment-03 {
	width: 81%;
	margin: 4.69% auto 0;
	padding-bottom: 7.81%;
}
#x .img-12 {
	margin-top: 9.38%;
}
#x .img-13 {
	margin-top: 5.47%;
}

#x .accordion-header-x img {
	cursor: pointer;
	transition: opacity 0.3s;
}
#x .accordion-header-x .toggle-icon-x {
	position: absolute;
	width: 5.17%;
	top: 50%;
	right: 10.16%;
	transform: translateY(-50%);
}
#x .accordion-content-x {
	position: relative;
	top: 0;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s ease-in-out;
	width: 90.63%;
	left: 50%;
	transform: translate(-50%, 0%);
	padding-left: 4.69%;
	padding-right: 4.69%;
	background-color: #FFFFFF;
	padding-bottom: 4.69%;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
#x .accordion-content-x.show {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
#x .accordion-content-x img {
	width: 100%;
	display: block;
}
#x .accordion-content-x .comment-list {
	padding-top: 4.69%;
	border-top: 1px solid #000;
}
#x .accordion-content-x .comment {
	width: 100%;
	font-size: 22px;
	line-height: 1.54;
}
#x #sec-02 .bg-white {
	position: relative;
	z-index: 0;
}
#x #sec-02 .bg-white::before {
	content: '';
	position: absolute;
	top: 49px;
	left: 50%;
	width: 91%;
	height: 99%;
	background: white;
	z-index: -1;
	transform: translate(-50%, 0%);
}
@media screen and (max-width: 767px) {
	#x .img-05 .swiper-box {
		width: 86.817%;
		height: 60.938vw;
	}
	#x #custom-prev-x-0, 
	#x #custom-next-x-0 {
		width: 11.54%;
	}
	#x #custom-prev-x-1, 
	#x #custom-next-x-1 {
		width: 23.17%;
	}
	#x .swiper-pagination-bullet {
		width: 3.847%;
		height: 3.125vw;
		margin: 0 2.34% !important;
	}
	#x .img-28 .swiper-pagination {
		bottom: -4.3% !important;
	}
	#x .accordion-content-x .comment {
		font-size: 3.438vw;
	}
	#x #sec-02 .bg-white::before {
		top: 7.7vw;
	}
}

/* -------------------------
店頭先着
---------------------------- */
#tento .tab-container .tabs {
	display: flex;
}
#tento .tab-container .tabs .img-box:hover {
	cursor: pointer;
}
#tento .tab-content-tento {
	display: none;
}
#tento .tab-content-tento.active {
	display: block;
}
#tento .img-01 {
	padding-top: 9.38%;
}
#tento .img-02 {
	margin-top: 9.38%;
	margin-bottom: 20.31%;
}
#tento .bg_01 {
	background-image: url(../images/tento/bg_01.png);
	background-size: cover;
	background-color: #fff;
}
#tento .bg_02 {
	padding-top: 4.69%;
	padding-bottom: 4.69%;
	background-image: url(../images/tento/bg_02.png);
	background-size: cover;
	background-color: #fff;
}
#tento .comment-01, 
#tento .comment-05 {
	width: 88%;
	margin: 4.69% auto 0;
}
#tento .bg_03 {
	padding-top: 9.38%;
	background-image: url(../images/tento/bg_03.png);
	background-size: cover;
	background-color: #fff;
	padding-bottom: 9.38%;
}
#tento .img-08 {
	margin-left: 2%;
}
#tento .img-07, 
#tento .img-18 {
	margin: 0 auto 3.13% 0;
}
#tento .img-09 {
	margin-top: 6.25%;
	margin-bottom: 4.69%;
}
#tento .comment-02 {
	width: 88%;
	margin: 3.13% auto 0;
}
#tento .comment-03 {
	width: 88%;
	margin: 3.13% auto 0;
}
#tento .img-12 {
	margin-top: 4.69%;
	margin-bottom: 4.69%;
}
#tento .img-14 {
	margin-top: 4.69%;
	margin-bottom: 4.69%;
}
#tento .comment-04 {
	width: 88%;
	margin: 3.13% auto 0;
}
#tento .img-16 {
	margin-top: 4.69%;
	margin-bottom: 4.69%;
}
#tento .img-17 {
	padding-bottom: 9.38%;
}
#tento .bg_white {
	position: relative;
	z-index: 0;
}
#tento #tab1 .bg_white::before {
	content: '';
	position: absolute;
	top: 1.2%;
	left: 50%;
	width: 91%;
	height: 98.5%;
	background: white;
	z-index: -1;
	transform: translate(-50%, 0%);
}
#tento #tab2 .bg_white::before {
	content: '';
	position: absolute;
	top: 3.1%;
	left: 50%;
	width: 91%;
	height: 98.5%;
	background: white;
	z-index: -1;
	transform: translate(-50%, 0%);
}
#tento .img-22 {
	margin-top: 4.69%;
	margin-bottom: 3.13%;
}
#tento .img-11 {
	margin-top: 4.69%;
	margin-bottom: 3.13%;
}
#tento .comment-06 {
	width: 88%;
	margin: 3.13% auto 3.13%;
}
#tento .comment-07 {
	width: 88%;
	margin: 3.13% auto 3.13%;
}
#tento .img-25 {
	margin-top: 3.91%;
	margin-bottom: 4.69%;
}

/* -------------------------
協賛先着
---------------------------- */
#brand .bg_01 {
	background-image: url(../images/brand/bg_01.png);
	background-size: cover;
	background-color: #fff;
}
#brand .bg_02 {
	background-image: url(../images/brand/bg_02.png);
	background-size: 100%;
	background-color: #fff;
}
#brand .bg_03 {
	background-image: url(../images/brand/bg_03.png);
	background-size: 100%;
	background-color: #fff;
}
#brand .bg_white {
	position: relative;
	z-index: 0;
}
#brand .bg_white::before {
	content: '';
	position: absolute;
	top: 1.54%;
	left: 50%;
	width: 91%;
	height: 100%;
	background: white;
	z-index: -1;
	transform: translate(-50%, 0%);
}
#brand .img-03 {
	top: 62%;
	left: 13.3%;
	width: 36.62% !important;
}
#brand .img-04 {
	top: 72%;
	right: 12.3%;
	width: 37.72% !important;
}
#brand .img-05 {
	top: 83%;
	right: 12.3%;
	width: 37.72% !important;
}
#brand .img-07 {
	margin-left: 2%;
}
#brand .img-09 {
	margin-left: 2%;
}
#brand .img-10 {
	margin-left: 2%;
}
#brand .comment-01 {
	top: 50.5%;
	width: 90.63%;
	left: 54%;
}
#brand .comment-02 {
	bottom: 2%;
	width: 90.63%;
	left: 58%;
}
#brand .comment-03 {
	top: 43%;
	width: 90.63%;
	left: 56%;
}
#brand .comment-04 {
	bottom: 1.4%;
	width: 90.63%;
	left: 56%;
}
#brand .comment-05 {
	bottom: 26%;
	width: 90.63%;
	left: 56%;
}
#brand .comment-06 {
	bottom: 2%;
	width: 90.63%;
	left: 56%;
}
#brand .comment-07 {
	margin: 0 auto;
	margin-top: 3.91%;
	width: 81.63%;
}
#brand .img-07 .swiper-box {
	top: 31%;
	left: 52%;
	width: 520px;
	height: 390px;
	transform: translate(-50%, 0%);
	transition: left 0.5s ease-in-out;
}
#brand .comment-08 {
	margin: 0 auto;
	margin-top: 3.91%;
	width: 81.63%;
}
#brand .swiper-pagination {
	bottom: -12.3% !important;
	left: 50%;
	transform: translateX(-50%);
}
#brand .swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	background-color: #eee;
	opacity: 1;
	border-radius: 0 !important;
	margin: 0 15px !important;
	transition: background-color 0.3s, transform 0.3s;
	border: 1px solid #070a4a;
}
#brand .swiper-pagination-bullet-active {
	background-color: #070a4a;
}
#brand #custom-prev-brand-0,
#brand #custom-prev-brand-1 {
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	width: 60px;
	left: -2.97%;
	z-index: 2;
}
#brand #custom-next-brand-0,
#brand #custom-next-brand-1 {
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	width: 60px;
	right: -2.97%;
	z-index: 2;
}
@media screen and (max-width: 767px) {
	#brand .img-07 .swiper-box {
		width: 86.817%;
		height: 60.938vw;
	}
	#brand #custom-prev-brand-0, 
	#brand #custom-next-brand-0 {
		width: 11.54%;
	}
	#brand #custom-prev-brand-1, 
	#brand #custom-next-brand-1 {
		width: 23.17%;
	}
	#brand .swiper-pagination-bullet {
		width: 3.847%;
		height: 3.125vw;
		margin: 0 2.34% !important;
	}
	#brand .accordion-content-brand .comment {
		font-size: 3.438vw;
	}
}

/* -------------------------
物販
---------------------------- */
#goods #sec-01 {
	background-image: url(../images/goods/bg.png);
	background-size: cover;
	background-color: #fff;
}
#goods #sec-01 .sec-inner {
	padding: 3.13% 0 9.38%;
}
#goods .img-03 {
	left: 10%;
	top: 57%;
	width: 40.27% !important;
}
#goods .img-04 {
	right: 10%;
	top: 57%;
	width: 40.27% !important;
}
#goods .img-05 {
	left: 10%;
	top: 75%;
	width: 40.27% !important;
}
#goods .img-06 {
	right: 10%;
	top: 75%;
	width: 40.27% !important;
}
#goods .swiper-box {
	top: 3.2%;
	left: 50%;
	width: 520px;
	height: 390px;
	transform: translate(-50%, 0%);
	transition: left 0.5s ease-in-out;
}
#goods .swiper-pagination {
	bottom: -12.3% !important;
	left: 50%;
	transform: translateX(-50%);
}
#goods .swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	background-color: #eee;
	opacity: 1;
	border-radius: 0 !important;
	margin: 0 15px !important;
	transition: background-color 0.3s, transform 0.3s;
	border: 1px solid #070a4a;
}
#goods .swiper-pagination-bullet-active {
	background-color: #070a4a;
}
#goods #custom-prev-goods-0,
#goods #custom-prev-goods-1,
#goods #custom-prev-goods-2,
#goods #custom-prev-goods-3 {
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	width: 60px;
	left: -2.97%;
	z-index: 2;
}
#goods #custom-next-goods-0,
#goods #custom-next-goods-1,
#goods #custom-next-goods-2,
#goods #custom-next-goods-3 {
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	width: 60px;
	right: -2.97%;
	z-index: 2;
}
#goods .comment {
	margin: 0 auto;
	width: 88.63%;
	bottom: 3%;
}
#goods .bottom-btn {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
	#goods .swiper-box {
		width: 86.817%;
		height: 60.938vw;
	}
	#goods #custom-prev-goods-0,
	#goods #custom-prev-goods-1,
	#goods #custom-prev-goods-2,
	#goods #custom-prev-goods-3,
	#goods #custom-next-goods-0,
	#goods #custom-next-goods-1,
	#goods #custom-next-goods-2,
	#goods #custom-next-goods-3 {
		width: 11.54%;
	}
	#goods .swiper-pagination-bullet {
		width: 3.847%;
		height: 3.125vw;
		margin: 0 2.34% !important;
	}
	#goods .accordion-content-goods .comment {
		font-size: 3.438vw;
	}
	#goods #bottom-btn-box .bottom-btn img {
		width: 100%;
	}
}


#itemlist #sec-01 {
	background-image: url(../images/itemlist/bg.png);
	background-size: cover;
	background-color: #fff;
}

#itemlist #sec-01 .sec-inner {
	padding-top: 10.94%;
	padding-bottom: 6.25%;
}
#itemlist .accordion-box {
	top: 6%;
	left: 50%;
	width: 81.25%;
	transform: translateY(0%) translateX(-50%);
	z-index: 10;
}
#itemlist .item-accordion-header {
	cursor: pointer;
	transition: .3s;
}
#itemlist .item-accordion-content {
	display: none;
	position: absolute;
	left: 49.4%;
	margin-top: -1.7%;
	width: 98.4%;
	border-radius: 0 0 10px 10px;
	text-align: left;
	z-index: 100;
	transform: translateY(0%) translateX(-50%);
	background-color: #fff;
	border: 3px solid #000;
	border-top: none;
}
#itemlist .item-accordion-content.open {
	display: block;
}
#itemlist .item-accordion-content li {
	padding: 3% 4.69%;
	color: #070a4a;
	font-size: 24px;
}
#itemlist .name {
	margin-top: 3%;
}
#itemlist .item-accordion-content li:hover{
	background-color: rgba(137, 80, 72, 0.1);
	cursor: pointer;
}
#itemlist #bg-02 {
	background-color: #fff;
}
#itemlist #sec-01 .cat-content.open {
	display: block;
}
#itemlist .cat-content .ttl {
	text-align: center;
	color: #070a4a;
	margin: 3% 0;
	font-size: 20px;
}
#itemlist .item-box {
	padding: 4.69% 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	font-size: 25px;
	font-weight: 600;
	color: #070a4a;
	border-bottom: 4px dotted #070a4a;
}
#itemlist .cat-content .item-box:last-child {
	border-bottom: none;
}
#itemlist .item-name-box {
	width: 60%;
}
#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 .cat-content .category {
	width: 15.94%;
}
#itemlist .itemlist-btn {
	text-align: center;
	padding-top: 15%;
	padding-bottom: 7.81%;
}
@media screen and (max-width: 767px) {
	#itemlist .item-accordion-content li {
		font-size: 4vw;
	}
	#itemlist .item-accordion-content {
		border: 2px solid #000;
	}
	#itemlist .item-box {
		font-size: 4vw;
	}
	#itemlist .item-content02 {
		font-size: 3.2vw;
	}
}

/* -------------------------
アプリ扉
---------------------------- */
#app header {
	display: none;
}
#app #wrapper {
	margin-top: 0;
}
#app #sec-01 {
	background-image: url(../images/app/bg.png);
	background-size: cover;
	background-color: #fff;
}
#app #sec-01 .sec-inner {
	padding: 4.69% 0;
}
#app .img-03 {
	top: 50%;
	left: 50%;
	transform: translateY(0%) translateX(-50%);
}
#app .img-05 {
	top: 18%;
	left: 50%;
	transform: translateY(0%) translateX(-50%);
}
#app .img-06 {
	margin: 4.69% auto 0 0;
}

/* -------------------------
店頭先着
---------------------------- */
#exchange_1000 #wrapper {
	margin-top: 0;
}
#exchange_1000 header {
	display: none;
}
#exchange_1000 section {
	background-image: url(../images/exchange_1000/bg.png);
	background-size: cover;
	background-color: #fff;
}
#exchange_1000 .img-02 {
	padding-top: 4.69%;
}
#exchange_1000 .comment-01 {
	margin: 4.69% auto 0;
	width: 88.63%;
	padding-bottom: 4.69%;
}
#exchange_1000 .img-04 {
	margin-left: 2%;
}

/* -------------------------
店頭先着
---------------------------- */
#exchange_brand #wrapper {
	margin-top: 0;
}
#exchange_brand header,
#exchange_brand footer {
	display: none;
}
#exchange_brand section {
	padding: 6.25% 0;
	background-image: url(../images/exchange_brand/bg.png);
	background-size: 100%;
	background-color: #fff;
}
#exchange_brand #swiper-box {
	position: relative;
	margin: 3.13% auto 0;
}
#exchange_brand #swiper {
	width: 100%;
	overflow: hidden;
}
#exchange_brand .swiper-pagination {
	bottom: -13% !important;
}
#exchange_brand .swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	background-color: #fff;
	opacity: 1;
	margin: 0 10px !important;
	transition: background-color 0.3s, transform 0.3s;
	border-radius: unset;
	border: 1px solid #070a4a;
}
#exchange_brand .swiper-pagination-bullet-active {
	background-color: #070a4a;
}
#exchange_brand .img-05 {
	margin-top: 10.16%;
}
#exchange_brand .img-06 {
	margin-top: 3.5%;
}
#exchange_brand .comment {
	margin: 1.56% auto 0;
}
@media screen and (max-width: 767px) {
	#exchange_brand .swiper-pagination-bullet {
		width: 3.125vw;
		height: 3.125vw;
		margin: 0 1.56vw !important;
	}
}

/* -------------------------
プレゼント
---------------------------- */
#present #wrapper {
	margin-top: 0;
}
#present header, 
#present footer {
	display: none;
}
#present .top-btn {
	display: none;
}


#close01 main {
	background-image: url(../images/common/bg_01.png);
	background-size: 100%;
	background-color: #fff;
}

#closed02 {
	height: 100%;
}
#closed02 #wrapper {
	margin: 0 auto;
}
#closed02 .close {
	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;
}
#closed02 .close-txt {
	color: #070a4a;
	text-align: center;
	font-size: 24px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	#closed02 .close-txt {
		font-size: 3.75vw;
	}
}