body {
	background: #fffbee;
}
#wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
	margin-top: 88px;
	background: #fff
}
section {
	position: relative;
}
.content-box {
	text-align: center;
}
.rel {
	position: relative;
}
.abs {
	position: absolute;
}
.zen {
	font-family: "Zen Maru Gothic", sans-serif;
}
.weight-900 {
	font-weight: 900;
}
.comment {
	font-size: 16px;
	text-align: left;
	line-height: 1.375;
	width: 87.63%;
	color: #005293;
	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: #bc1e26;
}
.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;
}

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;
		padding: 2.36% 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: 88px;
	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;
}
#header .h-logo-box {
	width: 30.47%;
}
.h-btn-box {
	position: absolute;
	top: 0;
	right: 4.69%;
	width: 13.75%;
	transform: translateY(0%);
}
#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-color: #005293;
	background-size: 100% auto;
	margin-top: 88px;
	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);
		padding-bottom: 250px;
	}
}
@media screen and (max-width: 767px) {
	body.menu-open {
		background: #dceee4;
	}
	#header {
		max-width: 100%;
		height: 13.75vw;
	}
	#sp-menu {
		margin-top: 13.75%;
	}
	#sp-menu .sec-inner {
		padding-bottom: calc(14vw + 8.69%);
	}
	#sp-menu .menu-list {
		margin: 0 auto;
	}
	.h-btn-box img {
		width: 100%;
	}
}
/* -------------------------
mv
---------------------------- */
.mv-inner img {
	width: 100%;
}
/* -------------------------
footer
---------------------------- */
#footer {
	position: relative;
	background: #faf2d4;
	background-size: cover;
	margin-top: 52px;
}
#footer::before {
	content: "";
	position: absolute;
	background-image: url(../images/common/f_bg_item.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100%;
	height: 52px;
	top: -5%;
	left: 0;
}
#footer .f-inner {
	padding: 7.81% 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%;
	}
	#footer::before {
		height: 8.13vw;
	}
}

#close01 #mv {
	position: relative;
}
#close01 #mv::after {
	content: "";
	background-image: url(../images/common/top_mv_item.png);
	background-repeat: no-repeat;
	width: 87.5%;
	max-height: 100px;
	height: 15.63vw;
	position: absolute;
	bottom: -6%;
	z-index: 2;
	left: 50%;
	background-size: 100%;
	 transform: translateX(-50%); 
}
/* -------------------------
top
---------------------------- */
#top #mv {
	position: relative;
}
#top #mv::after {
	content: "";
	background-image: url(../images/common/top_mv_item.png);
	background-repeat: no-repeat;
	width: 87.5%;
	max-height: 100px;
	height: 15.63vw;
	position: absolute;
	bottom: -6%;
	z-index: 2;
	left: 50%;
	background-size: 100%;
	 transform: translateX(-50%); 
}
#top .nav {
	background-image: url(../images/top/bg_01.png);
	background-repeat: no-repeat;
	background-size: cover;
}
#top .nav-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1.88%;
}
#top .nav-list a {
	margin: 0;
}
#top .nav-list a:nth-child(n+4) {
	margin-top: 1.88%;
}
#top #sec-01 {
	background-image: url(../images/top/bg_02.png);
	background-repeat: no-repeat;
	background-size: cover;
}
#top #top07 {
	background-image: url(../images/top/bg_03.png);
	background-repeat: no-repeat;
	background-size: cover;
}
#top #top07 .box {
	background-image: url(../images/top/img_27.png);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0 auto;
	background-size: 87% 100%;
}
#top #top07 .box .box-bg{
	z-index: 0;
	left: 50%;
	transform: translateX(-50%); 
	top: 0;

}
#top #top07 .box-box {
	background-image: url(../images/top/img_29.png);
	background-repeat: no-repeat;
	background-position: top;
	background-size: 75% 100%;
}
#top #top07 .box-box2 {
	background-image: url(../images/top/img_37.png);
	background-repeat: no-repeat;
	background-position: top;
	background-size: 75% 100%;
}
#top .twitter-tweet {
	margin: 0 auto;
	width: 87.5% !important;
}
#top .twitter-tweet iframe {
	width: 100% !important;
}
#top #footer {
	margin-top: -6.25%;
}
/* -------------------------
買って応募
---------------------------- */
#receipt #receipt01 {
	background-image: url(../images/receipt/bg_01.png);
	background-repeat: no-repeat;
	background-size: cover;
}
#receipt #receipt02 {
	background-image: url(../images/receipt/bg_02.png);
	background-repeat: no-repeat;
	background-size: cover;
}
#receipt #receipt03 {
	background-image: url(../images/receipt/bg_02.png);
	background-repeat: no-repeat;
	background-size: cover;
}
#receipt #receipt04 {
	background-image: url(../images/receipt/bg_03.png);
	background-repeat: no-repeat;
	background-size: cover;
}
#receipt #receipt05::before{
	content: "";
	position: absolute;
	background-image: url(../images/receipt/bg_04.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100%;
	height: 52px;
	transform: translateY(0%);
	top: -1%;
	left: 0;
}
#receipt .comment-01 {
	bottom: 2%;
	width: 82.63%;
}
#receipt .comment-02 {
	bottom: 2%;
	width: 82.63%;
}
#receipt .comment-03 {
	bottom: 2%;
	width: 82.63%;
}
#receipt .comment-04 {
	bottom: 2%;
	width: 82.63%;
}
#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: -10px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s ease-in-out;
}
#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-07,
#receipt .comment-08 {
	width: 73.63%;
}
#receipt .comment-09 {
	font-size: 20px;
	margin: 0 auto;
	line-height: 1.54;
	width: 77.63%;
}
#receipt .bottom-btns {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	gap: 3%;
}
#receipt .bottom-btn {
	width: 290px !important;
	margin: 0;
}
@media screen and (max-width: 767px) {
	#receipt .accordion-content-receipt {
		top: -1vw;
	}
	#receipt .comment-09 {
		font-size: 3.13vw;
		font-weight: 800;
	}
	#receipt #receipt05::before {
		height: 8.125vw;
	}
	#receipt .bottom-btn {
		width: 45.31vw !important;
	}
	#receipt #bottom-btn-box .bottom-btns img {
		width: 100%;
	}
}
/* -------------------------
クイズ
---------------------------- */
#quiz .abs01 {
	bottom: 9%;
	left: 50%;
	transform: translateX(-50%);
	width: 55.165% !important;
}
#quiz #quiz01 {
	background-image: url(../images/quiz/bg_01.png);
	background-repeat: no-repeat;
	background-size: cover;
}
#quiz #quiz02,
#quiz #quiz03 {
	background-image: url(../images/quiz/bg_02.png);
	background-repeat: no-repeat;
	background-size: cover;
}
#quiz #quiz04,
#quiz #quiz05 {
	background-image: url(../images/quiz/bg_03.png);
	background-repeat: no-repeat;
	background-size: cover;
}
#quiz .comment-01 {
	bottom: 5%;
	width: 82.63%;
}
#quiz .abs02 {
	bottom: 9%;
	left: 50%;
	transform: translateX(-50%);
}
#quiz #quiz06::before ,
#quiz #quiz07::before{
	content: "";
	position: absolute;
	background-image: url(../images/quiz/bg_04.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100%;
	height: 52px;
	transform: translateY(55%);
	top: 0;
	left: 0;
}
#quiz .comment-09 {
	font-size: 20px;
	margin: 0 auto;
	line-height: 1.54;
	width: 77.63%;
	font-family: "Zen Maru Gothic", sans-serif;
}
#quiz .swiper-box {
	top: 0%;
	left: 50%;
	transform: translate(-50%, 0%);
	transition: left 0.5s ease-in-out;
	width: 100%;
	height: auto;
}
#quiz .swiper-pagination {
	bottom: -10.3% !important;
	left: 50%;
	transform: translateX(-50%);
}
#quiz .swiper-pagination-bullet {
	width: 30px;
	height: 30px;
	background: unset;
	background-image: url(../images/quiz/bullet.png);
	background-repeat: no-repeat;
	opacity: 1;
	margin: 0 15px !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: 60px;
	left: -5.97%;
	z-index: 2;
}
#quiz #custom-next-quiz-0 {
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	width: 60px;
	right: -5.97%;
	z-index: 2;
}
#quiz .top-btn {
	display: none;
}
#quiz .top-btn02 {
	bottom: 10px;
}
#quiz .top-btn01.show {
	display: block;
	opacity: 1;
}
#quiz .top-btn02.show {
	display: block;
	opacity: 1;
}
@media screen and (max-width: 767px) {
	#quiz #custom-prev-quiz-0, 
	#quiz #custom-next-quiz-0{
		width: 13.75%;
	}
	#quiz .swiper-pagination-bullet {
		width: 6.25%;
		height: 4.689vw;
		margin: 0 2.34% !important;
	}
	#quiz #quiz06::before, #quiz #quiz07::before {
		height: 8.125vw;
	}
	#quiz .comment-09 {
		font-size: 3.13vw;
		font-weight: 800;
	}
	#quiz .top-btn02 {
		bottom: 1.56vw;
	}
}
/* -------------------------
sns
---------------------------- */
#sns #sns01 {
	background-image: url(../images/sns/bg_01.png);
	background-repeat: no-repeat;
	background-size: cover;
}
#sns #sns02,
#sns #sns03 {
	background-image: url(../images/sns/bg_02.png);
	background-repeat: no-repeat;
	background-size: cover;
}
#sns #sns04 {
	background-image: url(../images/sns/bg_03.png);
	background-repeat: no-repeat;
	background-size: cover;
}
#sns #sns05::before{
	content: "";
	position: absolute;
	background-image: url(../images/quiz/bg_04.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100%;
	height: 52px;
	transform: translateY(55%);
	top: 0;
	left: 0;
}
#sns .comment-01 {
	bottom: 3%;
	width: 82.63%;
}
#sns .abs01 {
	bottom: 9%;
	left: 50%;
	transform: translateX(-50%);
	width: 85.693% !important;
}
#sns .comment-03 {
	width: 75%;
}
#sns .accordion-header-sns img {
	cursor: pointer;
	transition: opacity 0.3s;
}
#sns .accordion-header-sns .toggle-icon-sns {
	position: absolute;
	width: 5.5%;
	top: 50%;
	right: 1.5%;
	transform: translateY(-50%);
}
#sns .comment-04 {
	font-weight: 700;
	font-size: 20px;
}
#sns .accordion-content-sns {
	position: relative;
	top: -10px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s ease-in-out;
	width: 85% !important; 
}
#sns .accordion-content-sns img {
	width: 100%;
	display: block;
}
#sns .accordion-content-sns .close {
	bottom: 1.3%;
	left: 50%;
	width: 19.296% !important;
	margin: 0 auto;
}
#sns .accordion-content-sns .close:hover {
	cursor: pointer;
}
#sns #tagcopy:hover {
	cursor: pointer;
}
@media screen and (max-width: 767px) {
	#sns .accordion-content-sns {
		top: -1vw;
	}
	#sns .comment-04 {
		font-size: 3.13vw;
		font-weight: 800;
	}
	#sns #sns05::before {
		height: 8.125vw;
	}
}


/* -------------------------
tento
---------------------------- */
#tento #tento01 {
	background-image: url(../images/tento/bg_01.png);
	background-repeat: no-repeat;
	background-size: cover;
}
#tento #tento02{
	background-image: url(../images/tento/bg_04.png);
	background-repeat: no-repeat;
	background-size: cover;
}
#tento #tento04 {
	background-image: url(../images/tento/bg_02.png);
	background-repeat: no-repeat;
	background-size: cover;
}
#tento #tento03::before,
#tento #tento05::before {
	content: "";
	position: absolute;
	background-image: url(../images/tento/bg_03.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100%;
	height: 52px;
	transform: translateY(55%);
	top: 0;
	left: 0;
}
#tento .comment {
	color: #00adb0;
}
#tento .abs01 {
	bottom: 6%;
	left: 50%;
	transform: translateX(-50%);
	width: 55.165% !important;
}
#tento .swiper-box {
	top: 0%;
	left: 50%;
	transform: translate(-50%, 0%);
	transition: left 0.5s ease-in-out;
	width: 100%;
	height: auto;
}
#tento .swiper-pagination {
	bottom: -10.3% !important;
	left: 50%;
	transform: translateX(-50%);
}
#tento .swiper-pagination-bullet {
	width: 30px;
	height: 30px;
	background: unset;
	background-image: url(../images/tento/bullet.png);
	background-repeat: no-repeat;
	opacity: 1;
	margin: 0 15px !important;
	transition: transform 0.3s;
	background-size: cover;
}
#tento .swiper-pagination-bullet-active {
	background-image: url(../images/tento/active_bullet.png);
	background-repeat: no-repeat;
}
#tento #custom-prev-tento-0,
#tento #custom-prev-tento-1 {
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	width: 60px;
	left: -5.97%;
	z-index: 2;
}
#tento #custom-next-tento-0,
#tento #custom-next-tento-1 {
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	width: 60px;
	right: -5.97%;
	z-index: 2;
}
#tento .swiper-box01 {
	top: 12.3%;
	width: 85%;
}
#tento .swiper-box02 {
	top: 26.3%;
	width: 85%;
}
#tento .swiper-box01 .swiper-pagination {
	bottom: -12.3% !important;
}
#tento .swiper-box02 .swiper-pagination {
	bottom: -12.3% !important;
}
#tento .comment-01 {
	bottom: 3%;
	width: 80.63%;
}
#tento .comment-02 {
	bottom: 5%;
	width: 80.63%;
}
@media screen and (max-width: 767px) {
	#tento #custom-prev-tento-0, 
	#tento #custom-next-tento-0,
	#tento #custom-prev-tento-1,
	#tento #custom-next-tento-1{
		width: 13.75%;
	}
	#tento .swiper-pagination-bullet {
		width: 6.25%;
		height: 4.689vw;
		margin: 0 2.34% !important;
	}
	#tento #tento03::before,
	#tento #tento05::before {
		height: 8.5vw;
	}
}
#brand .comment {
	color: #00adb0;
}
#brand #sec-01 {
	background-image: url(../images/brand/bg_01.png);
	background-repeat: no-repeat;
	background-size: cover;
}
#brand #sec-01 .nav01 {
	top: 33%;
	width: 42.175% !important;
	left: 7.4%;
}
#brand #sec-01 .nav02 {
	top: 33%;
	width: 42.175% !important;
	right: 7.9%;
}
#brand #sec-01 .nav03 {
	top: 49%;
	width: 42.175% !important;
	left: 7.4%;
}
#brand #sec-01 .nav04 {
	top: 49%;
	width: 42.175% !important;
	right: 7.9%;
}
#brand #sec-01 .nav05 {
	top: 64%;
	width: 42.175% !important;
	left: 7.4%;
}
#brand #sec-01 .nav06 {
	top: 64%;
	width: 42.175% !important;
	right: 7.9%;
}
#brand #sec-01 .nav07 {
	top: 80%;
	width: 42.175% !important;
	left: 7.4%;
}
#brand #sec-01 .nav08 {
	top: 80%;
	width: 42.175% !important;
	right: 7.9%;
}
#brand #sec-02 {
	background-color: #00adb0;
}
#brand #sec-02::before {
	background-image: url(../images/brand/bg_02.png);
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100%;
	height: 52px;
	transform: translateY(0%);
	top: -0.22%;
	left: 0;
}
#brand #sec-02 .comment-00 {
	top: 52%;
	width: 70%;
}
#brand #sec-02 .comment-01 {
	bottom: 40.5%;
	width: 86%;
}
#brand #sec-02 .comment-02 {
	bottom: 4.5%;
	width: 85%;
}
#brand #sec-02 .abs01 {
	bottom: 1%;
	left: 50%;
	transform: translateX(-50%);
	width: 85% !important;
}
#brand #sec-02 .comment-03 {
	color: #a9bf36;
	bottom: 27.5%;
	width: 85%;
}
#brand #sec-02 .comment-04 {
	color: #a9bf36;
	bottom: 1%;
	width: 85%;
}
#brand #sec-02 .comment-05 {
	bottom: 25%;
	width: 85%;
	color: #DCBD08;
}
#brand #sec-02 .comment-06 {
	bottom: 1.5%;
	width: 85%;
	color: #DCBD08;
}
#brand #sec-02 .comment-07 {
	width: 85%;
	bottom: 31.5%;
	color: #006BA5;
}
#brand #sec-02 .comment-08 {
	width: 85%;
	bottom: 1.5%;
	color: #006BA5;
}
#brand #sec-02 .comment-09 {
	width: 85%;
	bottom: 27%;
	color: #ED7A94;
}
#brand #sec-02 .comment-10 {
	width: 85%;
	bottom: 1.5%;
	color: #ED7A94;
}
#brand #sec-02 .comment-11 {
	width: 85%;
	bottom: 31.5%;
	color: #55B4D5;
}
#brand #sec-02 .comment-12 {
	width: 85%;
	bottom: 1.5%;
	color: #55B4D5;
}
#brand #sec-02 .comment-13 {
	width: 85%;
	bottom: 20.5%;
	color: #E8822E;
}
#brand #sec-02 .comment-14 {
	width: 85%;
	bottom: 0.7%;
	color: #E8822E;
}
#brand #sec-02 .comment-15 {
	width: 85%;
	bottom: 31%;
	color: #8B78B0;
}
#brand #sec-02 .comment-16 {
	width: 85%;
	bottom: 1.5%;
	color: #8B78B0;
}
#brand .comment-17 {
	width: 75%;
}
#brand #sec-03::before {
	background-image: url(../images/brand/bg_03.png);
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100%;
	height: 52px;
	transform: translateY(0%);
	top: -0.22%;
	left: 0;
}
@media screen and (max-width: 767px) {
	#brand #sec-02::before {
		height: 8.5vw;
	}
}
#goods .comment {
	color: #faf2d4;
}
#goods #sec-01 {
	background-image: url(../images/goods/bg_01.png);
	background-repeat: no-repeat;
	background-size: cover;
}
#goods #sec-02 {
	background-image: url(../images/goods/bg_02.png);
	background-repeat: no-repeat;
	background-size: cover;
}
#goods #sec-03 {
	background-image: url(../images/goods/bg_03.png);
	background-repeat: no-repeat;
	background-size: cover;
}
#goods .abs01 {
	top: 27%;
    left: 7%;
	transform: translateX(0%);
	width: 41.82% !important;
}
#goods .abs02 {
	top: 27%;
	right: 7%;
	transform: translateX(0%);
	width: 41.82% !important;
}
#goods .abs03 {
	top: 42.5%;
	left: 7%;
	transform: translateX(0%);
	width: 41.82% !important;
}
#goods .abs04 {
	top: 42.5%;
	right: 7%;
	transform: translateX(0%);
	width: 41.82% !important;
}
#goods .abs05 {
	bottom: 30%;
	left: 7%;
	transform: translateX(0%);
	width: 41.82% !important;
}
#goods .abs06 {
	bottom: 7%;
	left: 50%;
	transform: translateX(-50%);
	width: 41.82% !important;
}

#goods .swiper-box {
	top: 0%;
	left: 50%;
	transform: translate(-50%, 0%);
	transition: left 0.5s ease-in-out;
	width: 100%;
	height: auto;
}
#goods .swiper-pagination {
	bottom: 0% !important;
	left: 50%;
	transform: translateX(-50%);
}
#goods .swiper-pagination-bullet {
	width: 30px;
	height: 30px;
	background: unset;
	background-image: url(../images/goods/bullet.png);
	background-repeat: no-repeat;
	opacity: 1;
	margin: 0 15px !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,
#goods #custom-prev-goods-5 {
	top: 44.6%;
	transform: translateY(-50%);
	cursor: pointer;
	width: 60px;
	left: -5%;
	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,
#goods #custom-next-goods-5 {
	top: 44.6%;
	transform: translateY(-50%);
	cursor: pointer;
	width: 60px;
	right: -5%;
	z-index: 2;
}
#goods .bottom-btns {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	gap: 3%;
}
#goods .bottom-btn {
	width: 290px !important;
	margin: 0;
}
#goods #footer {
	margin-top: -3%;
}
@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-prev-goods-5,
	#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,
	#goods #custom-next-goods-5 {
		width: 13.75%;
	}
	#goods .swiper-pagination-bullet {
		width: 5.358%;
		height: 4.688vw;
		margin: 0 2.34% !important;
	}
	#goods .bottom-btn {
		width: 45.31vw !important;
	}
	#goods #bottom-btn-box .bottom-btns img {
		width: 100%;
	}
}

#app #wrapper {
	margin-top: 0;
}
#app header {
	display: none;
}
#app #sec-01 {
	background-image: url(../images/app/bg_01.png);
	background-repeat: no-repeat;
	background-size: cover;
}
#app #sec-02 {
	background-image: url(../images/app/bg_02.png);
	background-repeat: no-repeat;
	background-size: cover;
}
#app .abs01 {
	bottom: 11%;
	width: 70% !important;
	left: 50%;
	transform: translateX(-50%);
}
#app .abs02 {
	bottom: 42%;
	width: 70% !important;
	left: 50%;
	transform: translateX(-50%);
}
#app .abs03 {
	bottom: 8%;
	width: 70% !important;
	left: 50%;
	transform: translateX(-50%);
}
#app #footer {
	margin-top: -5%;
}


#itemlist #sec-01 {
	background-color: #ffdf29;
}
#itemlist .accordion-item {
	width: 75%;
}
#itemlist .item-accordion-header {
	cursor: pointer;
	transition: .3s;
	position: relative;
}
#itemlist .item-accordion-header::after {
	content: "";
	position: absolute;
	background-image: url(../images/itemlist/btn_item.png);
	background-repeat: no-repeat;
	width: 27px;
	height: 27px;
	right: 3%;
	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: 100%;
	text-align: left;
	z-index: 100;
	margin-top: -5%;
	transform: translateY(0%) translateX(-50%);
	background-color: #fff;
	border-radius: 0 0 10px 10px;
}
#itemlist .item-accordion-content.open {
	display: block;
}
#itemlist .item-accordion-content li {
	padding: 3% 4.69%;
	color: #005293;
	font-size: 26px;
	font-weight: 900;
	font-family: "Zen Maru Gothic", sans-serif;
}
#itemlist .name {
	margin-top: 3%;
}
#itemlist .item-accordion-content li:hover{
	background-color: #e5edf4;
	cursor: pointer;
}
#itemlist #sec-01 .cat-content.open {
	display: block;
}
#itemlist .cat-content .ttl {
	text-align: center;
	color: #005293;
	font-weight: 700;
	margin: 5% 0;
	font-size: 30px;
	font-family: "Zen Maru Gothic", sans-serif;
}
#itemlist .item-box {
	padding: 4.69% 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	font-size: 25px;
	font-weight: 600;
	color: #005293;
	border-bottom: 2px solid #005293;;
}
#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: 34px;
	color: #005293;
	line-height: 1;
	font-family: "Zen Maru Gothic", sans-serif;
}
#itemlist .itemlist-btn {
	text-align: center;
	padding-top: 15%;
	padding-bottom: 18.81%;
}
#itemlist #footer {
	margin-top: 0;
}
@media screen and (max-width: 767px) {

	#itemlist .item-accordion-header::after {
		width: 4.22vw;
		height: 4.22vw;
	}
	#itemlist .item-accordion-content li {
		font-size: 4vw;
	}
	#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;
	}
}

#brand_joken header,
#brand_joken footer {
	display: none;
}
#brand_joken #wrapper {
	margin-top: 0;
	background: #b2e6e7;
}

#exchange_1000 #wrapper {
	margin-top: 0;
}
#exchange_1000 header {
	display: none;
}
#exchange_1000 section {
	background-image: url(../images/exchange_1000/bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
}
#exchange_1000 .comment {
	bottom: 2%;
	width: 82.63%;
	color: #00ADB1;
}
#exchange_1000 footer {
	margin-top: -2%;
}

#exchange_brand header,
#exchange_brand footer {
	display: none;
}
#exchange_brand #wrapper {
	margin-top: 0;
}

#exchange_brand .bg01 {
	background-image: url(../images/exchange_brand/bg_01.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
}
#exchange_brand .bg02 {
	background-image: url(../images/exchange_brand/bg_02.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
}
#exchange_brand .bg03 {
	background-image: url(../images/exchange_brand/bg_03.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
}
#exchange_brand .bg02 .abs01 {
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	bottom: 0;
}
#exchange_brand .box {
	width: 97.5%;
	margin: 0 auto;
}
#exchange_brand #swiper-box {
	position: relative;
	margin: 0 auto;
}
#exchange_brand #swiper {
	width: 100%;
	overflow: hidden;
}
#exchange_brand .swiper-pagination {
	bottom: -13% !important;
}
#exchange_brand .swiper-pagination-bullet {
	width: 30px;
	height: 30px;
	background: unset;
	background-image: url(../images/exchange_brand/bullet.png);
	background-repeat: no-repeat;
	opacity: 1;
	margin: 0 15px !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;
}
#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: 4.81%;
		height: 4.688vw;
		margin: 0 2.34% !important;
	}
}

#present #wrapper {
	margin-top: 0;
}
#present header, 
#present footer {
	display: none;
}
#present .top-btn {
	display: none;
}


#close01 .close01 {
	background-image: url(../images/common/bg.png);
	background-repeat: no-repeat;
	background-size: cover;
}
#close01 #footer::before {
	top: -10%;
}

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