body {
	background: #fff6f9;
}
#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-900 {
	font-weight: 900;
}
.comment {
	font-size: 16px;
	text-align: left;
	line-height: 1.375;
	width: 90.63%;
	color: #4265a2;
	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;
}
.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: 50%;
	right: 5%;
	width: 7.81%;
	transform: translateY(-50%);
}
#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: 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;
}
.menu-sp-item01 {
	top: 27%;
	left: 50%;
	transform: translateX(-50%);
}
.menu-sp-item02 {
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
}
.menu-sp-item03 {
	top: 70%;
	left: 50%;
	transform: translateX(-50%);
}
.menu-sp-item04 {
	top: 28%;
	left: 50%;
	transform: translateX(-50%);
}
.menu-sp-item05 {
	top: 65%;
	left: 50%;
	transform: translateX(-50%);
}
.menu-sp-item06 {
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
}
.bg_item::before {
	background-image: url(../images/common/bg_item.png);
	background-repeat: repeat;
	content: "";
	inset: 0;
	z-index: 1;
	position: absolute;
	width: 100%;
	height: 100%;
}
@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.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
---------------------------- */
.mv-inner {
	z-index: 1;
}
.mv-inner img {
	width: 100%;
}
.top_mv_item {
	width: 100%;
	height: 133px;
	bottom: -16.2%;
	z-index: 2;
	left: 0;
}
@media screen and (max-width: 767px) {
	.top_mv_item {
		height: 20.783vw;
	}
}
/* -------------------------
footer
---------------------------- */
#footer {
	position: relative;
	background-image: url(../images/common/f_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
}
#footer .f-inner {
	padding: 6.25% 0 0;
}
#footer .f-sns {
	margin: 6.35% auto 0;
	display: flex;
	justify-content: center;
	gap: 4.69%;
}
#footer .f-sns a {
	width: 11.88%;
}
#footer .f-sns a img {
	width: 100%;
}
#footer .copy-txt img:hover {
	opacity: .7;
	cursor: pointer;
}
#footer .f-contact {
	background: linear-gradient(to bottom, transparent 60%, #fff 60%), url(../images/common/f_bg_02.png) no-repeat top / 100%;
	padding-top: 18.75%;
	padding-bottom: 25.813%;
}

/* -------------------------
close
---------------------------- */
#close01 section {
	background-image: url(../images/common/close_bg.png);
	background-repeat: repeat-y;
	background-position: top center;
	background-size: cover;
}
#close02 {
	height: 100%;
}
#close02 #wrapper {
	margin: 0 auto;
	background: #fff6f9;
}
#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 #nav {
	background-image: url(../images/top/bg_01.png);
	background-repeat: repeat-y;
	background-position: top center;
	background-size: cover;
}
#top .nav-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#top .nav-list a {
	margin: 0;
}
#top .nav-list a:nth-child(odd) {
	margin-right: 1%;
}
#top .nav-list a:nth-child(even) {
	margin-right: -1%;
}
#top #top-section-01 {
	background-image: url(../images/top/bg_02.png);
	background-repeat: round;
	background-position: top center;
	background-size: cover;
	margin-top: -5%;
}
#top #top-section-02 {
	background-image: url(../images/top/bg_03.png);
	background-repeat: round;
	background-position: top center;
	background-size: cover;
	margin-top: -5%;
}
#top #top-section-03 {
	background-image: url(../images/top/bg_04.png);
	background-repeat: round;
	background-position: top center;
	background-size: cover;
	margin-top: -5%;
}
#top #top-section-04 {
	background-image: url(../images/top/bg_05.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	margin-top: -5%;
	z-index: 1;
}
#top .tenpo-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#top .tenpo-list a {
	margin: 0;
}
#top .tenpo-list a:nth-child(odd) {
	margin-right: 2%;
}

/* -------------------------
receipt
---------------------------- */
#receipt #section-01 {
	background-image: url(../images/receipt/bg_01.png);
	background-repeat: repeat-y;
	background-position: top center;
	background-size: 100%;
}
#receipt #section-01 #course01 {
	background-image: url(../images/receipt/bg_02.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
#receipt #section-01 #course02 {
	background-image: url(../images/receipt/bg_03.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
#receipt #section-01 #course03 {
	background-image: url(../images/receipt/bg_04.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
#receipt #section-02 {
	background-image: url(../images/receipt/bg_05.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%;
}
#receipt #section-02 .btn01 {
	bottom: 4%;
	left: 50%;
	transform: translateX(-50%);
}
#receipt #section-02 .btn02 {
	bottom: 4%;
	left: 50%;
	transform: translateX(-50%);
}
#receipt #section-02 .comment-06 {
	bottom: 2.5%;
}

#receipt .accordion-header-receipt img {
	cursor: pointer;
	transition: opacity 0.3s;
}
#receipt .accordion-header-receipt .toggle-icon-receipt {
	position: absolute;
	width: 4.485%;
	top: 50%;
	right: 15.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: -1.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 #section-02 .comment-07 {
	bottom: 12%;
}
#receipt #section-02 .comment-08 {
	bottom: 4.5%;
	font-size: 20px;
	font-weight: 900;
	line-height: 1.75;
}
#receipt .bottom-btn01 {
	width: 528px;
	margin: 0 auto;
}
#receipt .bottom-btn02 {
	width: 520px;
	margin: 0 auto;
}
#receipt #bottom-btn-box img {
	width: 100%;
}
@media screen and (max-width: 767px) {
	#receipt #section-02 .comment-08 {
		font-size: 3.115vw;
	}
	#receipt .bottom-btn01 {
		width: 82.5vw;
		margin: 0 auto;
	}
	#receipt .bottom-btn02 {
		width: 81.25vw;
		margin: 0 auto;
	}
}

/* -------------------------
quiz
---------------------------- */
#quiz #section-01 {
	background-image: url(../images/quiz/bg_01.png);
	background-repeat: repeat-y;
	background-position: top center;
	background-size: 100%;
}
#quiz .btn01 {
	bottom: 14.5%;
	left: 50%;
	transform: translateX(-50%);
}
#quiz .btn02 {
	bottom: 16%;
	left: 50%;
	transform: translateX(-50%);
}
#quiz .item01 {
	background-image: url(../images/quiz/bg_03.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% 100%;
}
#quiz .item02 {
	background-image: url(../images/quiz/bg_04.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% 100%;
}
#quiz #section-02 {
	background-image: url(../images/quiz/bg_02.png);
	background-repeat: repeat-y;
	background-position: top center;
	background-size: 100%;
}
#quiz .btn03 {
	bottom: 12.5%;
	left: 50%;
	transform: translateX(-50%);
}
#quiz .btn04 {
	bottom: 12.5%;
	left: 50%;
	transform: translateX(-50%);
}
#quiz .comment-03 {
	bottom: 6%;
	width: 81%;
}
#quiz .comment-04 {
	bottom: 4.5%;
	font-size: 20px;
	font-weight: 900;
	line-height: 1.75;
}
#quiz .btn05 {
	bottom: 30.5%;
	left: 50%;
	transform: translateX(-50%);
}
#quiz .btn06 {
	bottom: 12.5%;
	left: 50%;
	transform: translateX(-50%);
}
#quiz .comment-05 {
	bottom: 6%;
	width: 81%;
}
#quiz .swiper-box {
	height: 60%;
	position: absolute;
	left: 50%;
	top: 24%;
	transform: translateX(-50%);
	width: 78%;
	transition: left 0.5s ease-in-out;
}
#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 .comment-06 {
	bottom: 4.5%;
	font-size: 20px;
	font-weight: 900;
	line-height: 1.75;
}
@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.7%;
		height: 4.689vw;
		margin: 0 2.34% !important;
	}
	#quiz .comment-04,
	#quiz .comment-06 {
		font-size: 3.115vw;
	}
	#quiz .bottom-btn01 {
		width: 82.5vw;
		margin: 0 auto;
	}
	#quiz .bottom-btn02 {
		width: 81.25vw;
		margin: 0 auto;
	}
}

/* -------------------------
sns
---------------------------- */
#sns #section-01 {
	background-image: url(../images/sns/bg_01.png);
	background-repeat: repeat-y;
	background-position: top center;
	background-size: 100%;
}
#sns #section-02 {
	background-image: url(../images/sns/bg_02.png);
	background-repeat: repeat-y;
	background-position: top center;
	background-size: 100%;
}
#sns .swiper-box {
	height: 96%;
	position: absolute;
	left: 50%;
	top: 2%;
	transform: translateX(-50%);
	width: 98%;
	transition: left 0.5s ease-in-out;
	z-index: 0;
}
#sns .swiper-pagination {
	bottom: -15.3% !important;
	left: 50%;
	transform: translateX(-50%);
}
#sns .swiper-pagination-bullet {
	width: 30px;
	height: 30px;
	background: unset;
	background-image: url(../images/sns/bullet.png);
	background-repeat: no-repeat;
	opacity: 1;
	margin: 0 15px !important;
	transition: transform 0.3s;
	background-size: cover;
}
#sns .swiper-pagination-bullet-active {
	background-image: url(../images/sns/active_bullet.png);
	background-repeat: no-repeat;
}
#sns #custom-prev-sns-0 {
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	width: 60px;
	left: -5.97%;
	z-index: 2;
}
#sns #custom-next-sns-0 {
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	width: 60px;
	right: -5.97%;
	z-index: 2;
}
#sns #item01 {
	background-image: url(../images/sns/bg_03.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% 100%;
}

#sns .accordion-header-sns img {
	cursor: pointer;
	transition: opacity 0.3s;
}
#sns .accordion-header-sns .toggle-icon-sns {
	position: absolute;
	width: 4.485%;
	top: 50%;
	right: 4.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: -2.56%;
}
#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;
}

#sns .btn01 {
	bottom: 5.5%;
	left: 50%;
	transform: translateX(-50%);
}
#sns .btn02 {
	bottom: 12.5%;
	left: 50%;
	transform: translateX(-50%);
}
#sns .comment-02 {
	bottom: 7%;
}
#sns .priv {
	width: 100%;
	height: 1%;
	bottom: 0.8%;
	left: 50%;
	transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
	#sns #custom-prev-sns-0, 
	#sns #custom-next-sns-0{
		width: 12.6%;
	}
	#sns .swiper-pagination-bullet {
		width: 5.564%;
		height: 4.689vw;
		margin: 0 2.34% !important;
	}
}

/* -------------------------
tento
---------------------------- */
#tento #section-01 {
	background-image: url(../images/tento/bg_01.png);
	background-repeat: repeat-y;
	background-position: top center;
	background-size: 100%;
}
#tento #section-02 {
	background-image: url(../images/tento/bg_02.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%;
}
#tento .comment-01 {
	bottom: 66%;
}
#tento .btn01 {
	bottom: 6%;
	left: 50%;
	transform: translateX(-50%);
}
#tento .item01 {
	background-image: url(../images/tento/bg_03.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% 100%;
}
#tento .item02 {
	background-image: url(../images/tento/bg_03_02.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% 100%;
}
#tento .btn03 {
	bottom: 15%;
	left: 50%;
	transform: translateX(-50%);
}
#tento .comment-04 {
	bottom: 5.5%;
}
#tento .comment-05 {
	bottom: 7%;
}
#tento .comment-06 {
	bottom: 8%;
}
#tento .comment-02 {
	bottom: 66%;
}
#tento .btn02 {
	bottom: 6%;
	left: 50%;
	transform: translateX(-50%);
}
#tento .btn04 {
	bottom: 23%;
	left: 50%;
	transform: translateX(-50%);
}
#tento .comment-07 {
	bottom: 8%;
}
#tento .btn05 {
	bottom: 13%;
	left: 50%;
	transform: translateX(-50%);
}
#tento .comment-08 {
	bottom: 6%;
}

/* -------------------------
brand
---------------------------- */
#brand #mv {
	background-color: #ffeaf0;
}
#brand #section-01 {
	background-image: url(../images/brand/bg_01.png);
	background-repeat: repeat-y;
	background-position: top center;
	background-size:  100%;
}
#brand #section-02 {
	background-image: url(../images/brand/bg_02.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%;
}
#brand .btn01 {
	bottom: 36%;
	left: 13.6%;
}
#brand .btn04 {
	bottom: 36.8%;
	left: 13.8%;
}
#brand .btn02 {
	bottom: 36%;
	right: 12.8%;
}
#brand .comment-01 {
	bottom: 4%;
}
#brand .comment-02 {
	bottom: 38%;
	width: 83%;
}
#brand .comment-03 {
	bottom: 1.2%;
	width: 83%;
}
#brand .comment-04 {
	bottom: 36.5%;
	width: 83%;
}
#brand .comment-05 {
	bottom: 4.5%;
	width: 83%;
}
#brand .comment-06 {
	bottom: 6%;
}
#brand .comment-07 {
	bottom: 6%;
}
#brand .comment-08 {
	bottom: 34.3%;
	width: 83%;
}
#brand .comment-09 {
	bottom: 1.1%;
	width: 83%;
}
#brand .btn03 {
	bottom: 1%;
	left: 50%;
	transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
	#brand .bottom-btn01 {
		width: 82.5vw;
		margin: 0 auto;
	}
	#brand .bottom-btn02 {
		width: 81.25vw;
		margin: 0 auto;
	}
}


/* -------------------------
goods
---------------------------- */
#goods #section-01 {
	background-image: url(../images/goods/bg_01.png);
	background-repeat: repeat-y;
	background-position: top center;
	background-size: 100%;
}
#goods #section-02 {
	background-image: url(../images/goods/bg_02.png);
	background-repeat: repeat-y;
	background-position: top center;
	background-size: 100%;
}
#goods .comment {
	color: #f29600;
	text-shadow:
	1px 1px 0 #fff,
	-1px 1px 0 #fff,
	1px -1px 0 #fff,
	-1px -1px 0 #fff,

	2px 2px 0 #fff,
	-2px 2px 0 #fff,
	2px -2px 0 #fff,
	-2px -2px 0 #fff,

	3px 0 0 #fff,
	-3px 0 0 #fff,
	0 3px 0 #fff,
	0 -3px 0 #fff;
}
#goods .btn01 {
	width: 39.14% !important;
	bottom: 34%;
	left: 9.6%;
}
#goods .btn02 {
	width: 39.14% !important;
	bottom: 34%;
	right: 9.6%;
}
#goods .btn03 {
	width: 39.14% !important;
	bottom: 13%;
	left: 9.6%;
}
#goods .btn04 {
	width: 39.14% !important;
	bottom: 13%;
	right: 9.6%;
}

#goods .swiper-box {
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0%;
	transform: translateX(-50%);
	width: 98%;
	transition: left 0.5s ease-in-out;
}
#goods .swiper-pagination {
	bottom: -11.3% !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 {
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	width: 60px;
	left: -3.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: -3.97%;
	z-index: 2;
}
#goods .bottom-btn01 {
	width: 520px;
	margin: 0 auto;
}
@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-next-goods-0,
	#goods #custom-next-goods-1,
	#goods #custom-next-goods-2,
	#goods #custom-next-goods-3{
		width: 11.97%;
	}
	#goods .swiper-pagination-bullet {
		width: 5.28%;
		height: 4.689vw;
		margin: 0 2.34% !important;
	}
	#goods .bottom-btn01 {
		width: 81.35vw;
	}
}

/* -------------------------
itemlist
---------------------------- */

#itemlist #section-01 {
	background-image: url(../images/itemlist/bg_01.png);
	background-repeat: repeat-y;
	background-position: top center;
	background-size: 100%;
}
#itemlist #section-02 {
	position: relative;
	background-color: #eaf5fa;
}
#itemlist #section-02::before {
	background-image: url(../images/itemlist/bg_02_item.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	width: 100%;
	height: 86px;
	content: "";
	background-size: cover;
}
#itemlist .accordion {
	background-color: #fff;
	border-radius: 20px;
}
#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: 26px;
	height: 15px;
	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: 99%;
	padding-top: 2%;
	text-align: left;
	z-index: 100;
	margin-top: -4%;
	transform: translateY(0%) translateX(-50%);
	background-color: #fff;
	border-radius: 0 0 20px 20px;
	box-shadow: 3px 2px 15px 1px rgba(0, 0, 0, 0.25);
}
#itemlist .item-accordion-content.open {
	display: block;
}
#itemlist .item-accordion-content li {
	padding: 5% 9.69%;
	line-height: 1.2;
	color: #4265a2;
	font-size: 24px;
	font-weight: 700;
}
#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: #4265a2;
	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: #4265a2;
	border-bottom: 2px solid #4265a2;
}
#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: #4265a2;
	line-height: 1;
	font-family: "Zen Maru Gothic", sans-serif;
}
#itemlist .itemlist-btn {
	text-align: center;
	padding-top: 5%;
	padding-bottom: 18.81%;
}
#itemlist #footer {
	margin-top: 0;
}
@media screen and (max-width: 767px) {
	#itemlist #section-02::before {
		height: 13.44vw;
	}
	#itemlist .item-accordion-header::after {
		width: 4.07vw;
		height: 2.35vw;
	}
	#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 #wrapper {
	margin-top: 0;
}
#app header {
	display: none;
}
#app #section-01 {
	background-image: url(../images/app/bg_01.png);
	background-repeat: repeat-y;
	background-position: top center;
	background-size: 100%;
}
#app #section-02 {
	background-image: url(../images/app/bg_02.png);
	background-repeat: repeat-y;
	background-position: top center;
	background-size: 100%;
}
#app .btn01 {
	bottom: 9%;
	left: 50%;
	transform: translateX(-50%);
}
#app .btn02 {
	bottom: 65%;
	left: 50%;
	transform: translateX(-50%);
}

/* -------------------------
exchange_1000
---------------------------- */
#exchange_1000 #wrapper {
	margin-top: 0;
}
#exchange_1000 header {
	display: none;
}
#exchange_1000 #section-01 {
	background-image: url(../images/exchange_1000/bg_01.png);
	background-repeat: repeat-y;
	background-position: top center;
	background-size: 100%;
}
#exchange_1000 #item01 {
	background-image: url(../images/exchange_1000/bg_02.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
#exchange_1000 .comment-01 {
	bottom: 10%;
}

/* -------------------------
exchange_brand
---------------------------- */
#exchange_brand header,
#exchange_brand footer {
	display: none;
}
#exchange_brand #wrapper {
	margin-top: 0;
}
#exchange_brand #section-01 {
	background-image: url(../images/exchange_brand/bg_01.png);
	background-repeat: repeat-y;
	background-position: top center;
	background-size: 100%;
}
#exchange_brand #item01 {
	background-image: url(../images/exchange_brand/bg_02.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% 100%;
}
#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;
}

@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;
}