.sec-top-mv {
	background-image: url(../images/top/top-mv-bg.png);
	background-position: top right;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 670px;
	position: relative;
	overflow: hidden;
	border-radius: 0 0 30px 30px;
}
.mv-cont {
	width: 100%;
	max-width: 720px;
	height: 100%;
	position: absolute;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	padding-top: 100px;
	gap: 52px;
	top: 0;
	left: 0;
	padding-left: 95px;
	padding-right: 45px;
	background: linear-gradient(90deg, rgb(245 158 151 / 55%), transparent);
}
.mv-txt-deco {
	width: 100%;
	max-width: 396px;
	margin: 0 auto;
	aspect-ratio: 163 / 32;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mv-txt {
	width: 100%;
	max-width: 498px;
	margin: 0 auto;
	aspect-ratio: 498 / 145;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mv-txt-deco-sp {
	display: none;
}
.mv-txt-sp {
	display: none;
}
.mv-btns {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}
.mv-btns > .btn {
	width: 100%;
	max-width: 280px;
	font-size: 24px;
	padding: 28px;
	filter: drop-shadow(0px 3px 6px rgb(0 0 0 / 16%));
}
.sec-sp-bnr {
	display: none;
}

@media screen and (max-width: 1399px) {
	.mv-txt {
		display: none;
	}
}
@media screen and (max-width: 999px) {
 .mv-txt-sp {
		display: flex;
		width: 100%;
		aspect-ratio: 127 / 39;
		justify-content: center;
		align-items: center;
		max-width: 480px;
	}
	.mv-cont {
		max-width: none;
		margin: 0 auto;
		left: 0;
		right: 0;
		height: auto;
		align-items: center;
		justify-content: flex-end;
		padding-top: 0;
		gap: 26px;
		top: auto;
		bottom: 0;
		padding-left: 30px;
		padding-right: 30px;
		padding-bottom: 80px;
		background: linear-gradient(0deg, rgb(245 158 151 / 55%), transparent);
	}
	.mv-txt-deco {
		display: none;
	}

	.mv-txt-deco-sp {
		display: flex;
		position: absolute;
		top: 115px;
		right: 20px;
	}
 .mv-txt-pc{
  display: none;
 }
	.mv-txt-sp {
		max-width: 380px;
	}
	.mv-btns {
		gap: 10px;
	}
	.mv-btns > .btn {
		max-width: 160px;
		font-size: 15px;
		padding: 17px;
	}
}
@media screen and (max-width: 768px) {
	.sec-top-mv {
		background-image: url(../images/top/top-mv-bg-sp.png);
		background-position: center;
		height: 590px;
		border-radius: 0 0 15px 15px;
	}
	.sec-sp-bnr {
		display: flex;
		position: relative;
		width: 100%;
		height: 170px;
		padding: 0 30px;
	}
	.sec-sp-bnr > a {
		width: 100%;
		max-width: 330px;
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		overflow: hidden;
		aspect-ratio: 3 / 2;
		top: -50px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
}
@media screen and (max-width: 500px) {
	.mv-txt-sp {
		max-width: 254px;
	}
}

/* News */
.sec-top-news {
	width: 100%;
	position: relative;
	padding: 0 3.47%;
}
.sec-top-news .sec-inner {
	max-width: 1440px;
}
.top-news-cont {
	width: 100%;
	padding-top: 70px;
	padding-bottom: 70px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 50px;
}
.top-news-cont > h3 {
	width: auto;
	font-size: 24px;
	font-weight: bold;
	color: #e35c51;
	flex-shrink: 0;
}
.top-news-cont > h3 {
	width: auto;
	font-size: 24px;
	font-weight: bold;
	color: #e35c51;
	flex-shrink: 0;
	padding-right: 50px;
	border-right: 1px solid #e35c51;
}
.top-news-cont > div {
	width: 100%;
	display: flex;
	gap: 30px;
	align-items: baseline;
	font-size: 14px;
	font-weight: bold;
}
.news-date {
	color: #e35c51;
}

@media screen and (max-width: 999px) {
	.sec-top-news {
		width: 100%;
		position: relative;
		padding: 0 7.69%;
	}
	.top-news-cont {
		padding-top: 30px;
		padding-bottom: 30px;
		gap: 15px;
		flex-flow: column;
	}
	.top-news-cont > h3 {
		font-size: 18px;
		padding-right: 0;
		border-right: none;
	}
}

/* Choice style */
.sec-choice-style {
	width: 100%;
	position: relative;
	padding: 0 6.94%;
	background: #fff;
	padding-top: 80px;
	padding-bottom: 84px;
	border-radius: 30px 30px 0 0;
}
.choice-style-cont {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 50px;
	align-items: center;
}
.choice-style-list {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}
.choice-style-list-item {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 15px;
	align-items: center;
	overflow: hidden;
	position: relative;
}
.choice-style-list-item > figure {
	width: 100%;
	height: auto;
	aspect-ratio: 295 / 450;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	position: relative;
	z-index: 0;
	border-radius: 10px;
}
.choice-style-list-item:hover img {
	transform: scale(1.04);
}
.choice-style-list-item > p {
	width: 100%;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

@media screen and (max-width: 1200px) {
	.choice-style-list {
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;
	}
	.choice-style-list-item > figure {
		aspect-ratio: 330 / 186;
	}
}
@media screen and (max-width: 999px) {
	.sec-choice-style {
		padding: 0 7.69%;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.choice-style-cont {
		gap: 20px;
	}
	.choice-style-list-item > p {
		font-size: 14px;
	}
}
@media screen and (max-width: 768px) {
	.choice-style-list {
		grid-template-columns: repeat(1, 1fr);
	}
}

/* About */
.sec-top-about-feature {
	width: 100%;
	position: relative;
	padding: 0 6.94%;
	padding-top: 80px;
	background-image: url(../images/top/bg-about-feature.png);
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	z-index: 0;
}
.sec-top-about-feature::after {
	content: "";
	display: flex;
	width: 100%;
	height: 300px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url(../images/top/bg-about-feature-bottom.png);
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	z-index: 10;
}
.sec-top-about-feature .sec-inner {
	position: relative;
	z-index: 20;
}

.top-about-cont {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 30px;
	align-items: center;
	margin-bottom: 100px;
}
.top-about-list {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.top-about-list-item {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 20px;
	align-items: center;
	overflow: hidden;
	position: relative;
}
.top-about-list-item > figure {
	width: 100%;
	height: auto;
	aspect-ratio: 2 / 1;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	position: relative;
	z-index: 0;
	border-radius: 10px;
}
.top-about-list-item > p {
	width: 100%;
	text-align: left;
	line-height: 1.8;
	letter-spacing: 0.05em;
	font-size: 18px;
	font-weight: bold;
}
.top-about-list-item > p span {
	color: #e35c51;
}
.top-about-txt {
	width: 100%;
	text-align: center;
	line-height: 1.8;
	letter-spacing: 0.05em;
	font-size: 18px;
	margin-bottom: 20px;
}

@media screen and (max-width: 1200px) {
	.top-about-list-item > p {
		font-size: 14px;
	}
}
@media screen and (max-width: 999px) {
	.sec-top-about-feature {
		padding: 0 5.128%;
		padding-top: 30px;
	}

	.top-about-cont {
		margin-bottom: 30px;
		padding: 0 10px;
	}
	.top-about-list-item {
		gap: 15px;
	}
	.top-about-list-item > figure {
		aspect-ratio: 330 / 186;
	}
	.top-about-list-item > p {
		font-size: 14px;
	}
	.top-about-txt {
		text-align: left;
		font-size: 14px;
		margin-bottom: 0px;
	}
}

@media screen and (max-width: 768px) {
	.top-about-list {
		grid-template-columns: repeat(1, 1fr);
		gap: 30px;
	}
}

/* Feature */
.top-feature-cont {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 50px;
	align-items: center;
}
.top-feature-list {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
	max-width: 1040px;
	margin: 0 auto;
}
.top-feature-list-item {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 30px;
	align-items: center;
	overflow: hidden;
	position: relative;
}
.top-feature-list-item > h3 {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #888;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	border-radius: 10px;
	padding: 21px;
}
.top-feature-list-item.feature-our > h3 {
	background: #e35c51;
}
.tfl-box {
	width: 100%;
	background: #fff;
	position: relative;
	border-radius: 10px;
}
.top-feature-list-item-cont {
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: column;
	gap: 15px;
	align-items: center;
	justify-content: space-between;
}
.tfl-box {
	width: 100%;
	background: #fff;
	position: relative;
	border-radius: 10px;
	border: 3px solid #888888;
	display: flex;
	flex-flow: column;
	align-items: center;
	padding: 25px;
	gap: 10px;
	font-weight: bold;
	line-height: 1.5;
}
.tfl-box.tfl-fill {
	background: #888;
	color: #fff;
}
.tfl-box.tfl-fill-ttl {
	padding: 0;
}

.tfl-box > h4 {
	font-size: 18px;
}
.tfl-box.tfl-fill > h4 {
	font-size: 24px;
}
.feature-our .tfl-box > h4 {
	color: #e35c51;
}
.tfl-box.tfl-fill-ttl > h4 {
	background: #e35c51;
	width: 100%;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
}

.feature-our .tfl-box {
	border: 3px solid #e35c51;
}
.tfl-icon-arrow {
	width: 25px;
	height: auto;
	aspect-ratio: 25 /15;
	display: flex;
	background-image: url("../images/common/icon-arrow-down-gray.svg");
	background-repeat: no-repeat;
	background-size: contain;
}
.feature-our .tfl-icon-arrow {
	background-image: url("../images/common/icon-arrow-down-pink.svg");
}
.tfl-icon-arrow:last-of-type {
	display: none;
}
.tfl-btns {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.tfl-btns > a {
	width: 100%;
	max-width: 210px;
	font-size: 20px;
	padding: 20px;
	filter: drop-shadow(0px 0px 5px rgb(0 0 0 / 15%));
}
.tfl-box > p {
	font-size: 16px;
	letter-spacing: 0.05em;
}
.tfl-box.tfl-fill > p {
	letter-spacing: 0em;
	text-align: center;
}
.tfl-box.tfl-fill-ttl > p {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	padding: 12px 30px 30px;
	font-size: 18px;
	font-weight: bold;
	color: #e35c51;
}
.tfl-box.tfl-fill-ttl > p > strong {
	font-size: 30px;
}

@media screen and (max-width: 999px) {
	.top-feature-cont {
		gap: 30px;
	}
	.top-feature-list {
		grid-template-columns: repeat(1, 1fr);
	}
	.top-feature-list-item {
		gap: 15px;
	}
	.top-feature-list-item.feature-common {
		display: none;
	}
	.top-feature-list-item-cont {
		width: 100%;
		height: 100%;
		display: flex;
		flex-flow: column;
		gap: 15px;
		align-items: center;
		justify-content: space-between;
	}
	.tfl-box {
		padding: 14px;
	}

	.tfl-btns > a {
		max-width: 310px;
		font-size: 18px;
		padding: 16px;
	}
	.tfl-box > p {
		font-size: 14px;
	}
	.tfl-box.tfl-fill-ttl > p {
		padding: 12px 30px 30px;
	}
	.tfl-box.tfl-fill-ttl > p > strong {
		letter-spacing: 0;
		font-size: 28px;
	}
}

@media screen and (max-width: 768px) {
	.tfl-btns {
		gap: 15px;
		flex-flow: column;
	}
}

/* Benefits */
.top-benefits-area {
	width: 100%;
	margin-top: 30px;
	position: relative;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 20px;
}
.top-benefits-box {
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	gap: 17px;
	background: #fff;
	border: 3px solid #e35c51;
	border-radius: 10px;
	padding: 70px 30px 50px;
	justify-content: center;
}
.top-benefits-box > h3 {
	position: absolute;
	z-index: 10;
	top: -40px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 450px;
	background: #e35c51;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	border-radius: 999px;
	font-size: 30px;
	font-weight: bold;
	padding: 25px;
}
.top-benefits-list {
	width: 370px;
	display: flex;
	align-items: center;
	flex-flow: column;
	gap: 10px;
}
.top-benefits-list > h4 {
	font-size: 30px;
	font-weight: bold;
	color: #e35c51;
	margin-bottom: 20px;
	width: 100%;
	text-align: center;
}
.top-benefits-list > p {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f9f5f3;
	border-radius: 999px;
	color: #e35c51;
	font-weight: bold;
	font-size: 18px;
	padding: 11px;
}
.top-benefits-box > figure {
	width: 60px;
	height: auto;
	aspect-ratio: 1 / 1;
	margin-top: 50px;
}
.top-benefits-note {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-weight: bold;
}

@media screen and (max-width: 999px) {
	.top-benefits-area {
		gap: 10px;
	}
	.top-benefits-box > h3 {
		top: -25px;
		width: 310px;
		font-size: 18px;
		padding: 16px;
	}
	.top-benefits-list {
		width: 100%;
		max-width: 500px;
	}
	.top-benefits-list > h4 {
		font-size: 18px;
		margin-bottom: 15px;
	}
	.top-benefits-list > p {
		font-size: 16px;
	}
	.top-benefits-box > figure {
		width: 40px;
		margin-top: 0px;
	}
	.top-benefits-note {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 14px;
		font-weight: bold;
	}
}

@media screen and (max-width: 768px) {
	.top-benefits-box {
		gap: 20px;
		padding: 45px 30px 30px;
		flex-flow: column;
	}
}

/* Voice */
.sec-top-voice {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 50px;
	align-items: center;
	padding: 0 6.94%;
}
.top-voice-cont{
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 50px;
	align-items: center;
	padding-top: 100px;
	padding-bottom: 155px;
}
.top-voice-list{
	width: 100%;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
 gap: 40px 20px;
 margin: 100px 0;
}
.top-voice-list-item{
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 10px;
	align-items: center;
	overflow: hidden;
	position: relative;
}
.container{
 width: 100%;
 max-width: 300px;
 margin: 0 auto;
}
.slick-slider{
 width: 100%;
 height: auto;
}
.slick-slider + div{
 width: 100%;
}
.slick-slide img{
 width: 100%;
 height: auto;
 border-radius: 10px;
}
.slider .slick-slide img{
 height: 200px;
}
.top-voice-list .voice-block .title{
 display: flex;
 justify-content: space-between;
 gap: 10px;
 align-items: baseline;
 min-height: 51px;
 margin: 0 0 10px;
}
.top-voice-list .voice-block .text{
 height: 100px;
 overflow-y: scroll;
 margin: 10px 0;
 line-height: 1.5;
 font-size: 14px;
 padding: 10px 20px;
 background-color: #f59e9738;
 border-radius: 10px;
}
.top-voice-list .voice-block .title > p:first-child{
 width: 100%;
 text-align: left;
 line-height: 1.5;
 font-size: 17px;
 font-weight: bold;
 color: #e35c51;
 letter-spacing: 0.05rem;
}
.top-voice-list .voice-block .title > p:last-child{
 white-space: nowrap;
 color: #e35c51;
 font-size: 14px;
 font-weight: bold;
}


.top-voice-list-item > figure {
	width: 100%;
	height: auto;
	aspect-ratio: 295 / 200;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	position: relative;
	z-index: 0;
	border-radius: 10px;
}
.top-voice-list-item:hover img {
	transform: scale(1.04);
}
.top-voice-list-item > div {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 10px;
}
.top-voice-list-item > div > p {
	width: 100%;
	text-align: center;
	line-height: 1.5;
	font-size: 18px;
	font-weight: bold;
	color: #e35c51;
}
.top-voice-list-item > div > span {
	color: #e35c51;
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
@media screen and (max-width: 1200px) {
	.top-voice-list {
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;
	}
	.top-voice-list-item > figure {
		aspect-ratio: 330 / 186;
	}
}
@media screen and (max-width: 999px) {
	.sec-top-voice {
		padding: 0 7.69%;
	}
	.top-voice-cont {
		gap: 30px;
		padding-top: 30px;
		padding-bottom: 80px;
	}
	.top-voice-list-item {
		gap: 15px;
	}
}

@media screen and (max-width: 768px) {
 .top-voice-list {
  grid-template-columns: repeat(1, 1fr);
 }
 .top-voice-list .voice-block .title{
  min-height: inherit;
 }
 .top-voice-list .voice-block .title > p:first-child{
  font-size: 16px;
 }
 .top-voice-list{
  margin: 30px 0 0;
 }
}

/* Venue  */
.sec-search-venue {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 50px;
	align-items: center;
	position: relative;
	padding: 0 3.47%;
	background: #fff;
	border-radius: 30px 30px 0 0;
}

.search-venue-cont {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 50px;
	align-items: center;
	padding-top: 125px;
	padding-bottom: 80px;
}

@media screen and (max-width: 999px) {
	.sec-search-venue {
		padding: 0 5.128%;
		border-radius: 15px 15px 0 0;
	}
 .search .sec-search-venue{
  padding-top: 310px;
 }
	.search-venue-cont {
		gap: 30px;
  padding: 350px 0 30px;
	}
}

/*faq*/
.sec-top-faq{
 width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	position: relative;
	padding: 0 6.94%;
}
.sec-top-faq .h2-box{
 margin: 0 auto 30px;
}
.sec-top-faq .faq-list{
 width: 100%;
 margin: 0 auto;
 max-width: 1000px;
 padding: 30px 0 0px;
 border-top: solid 1px #f0f0f0;
}
.sec-top-faq .faq-list:last-child{
 border-bottom: solid 1px #f0f0f0;
}
.sec-top-faq .faq-list details{
 font-size: 17px;
 line-height: 1.8;
 font-weight: bold;
}
details[open] summary ~ * {
 animation: fadeIn 0.3s ease-in;
}
@keyframes fadeIn {
 from {
  opacity: 0;
  transform: translateY(-5px);
 }
 to {
  opacity: 1;
  transform: translateY(0);
 }
}
.sec-top-faq .faq-list details:hover{
 cursor: pointer;
}
summary {
 display: block;
 list-style: none;
}
summary::-webkit-details-marker {
 display:none;
}
.sec-top-faq .faq-list details summary p,
.sec-top-faq .faq-list details > p{
 position: relative;
}
.sec-top-faq .faq-list details summary p{
 font-size: 17px;
 color: #E35C51;
 padding: 0 50px;
}
.sec-top-faq .faq-list details summary p:before{
 content: "Q.";
 padding: 0 5px 0 0;
}
.sec-top-faq .faq-list details summary p:after{
 position: absolute;
 content: "▼";
 right: 0;
}
.sec-top-faq .faq-list details[open] summary p::after {
 transform: rotate(180deg);
 transition: .3s;
}
.sec-top-faq .faq-list details > p{
 font-size: 16px;
 padding: 5px 0 0 60px;
}
.sec-top-faq .faq-list details > p:before{
 content: "A.";
  padding: 0 5px 0 0;
}
/* Shop */
.sec-top-shop {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 50px;
	align-items: center;
	position: relative;
	padding: 0 6.94%;
}

.top-shop-cont {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 30px;
	align-items: center;
	padding-top: 50px;
	padding-bottom: 80px;
}
.top-shop-list {
	width: 100%;
	margin: 0 auto;
 display: block;
 max-width: 500px;
}
.top-shop-list-item + .top-shop-list-item > figure{
 display: none;
}
.top-shop-list-item {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 20px;
	align-items: center;
	overflow: hidden;
	position: relative;
}
.top-shop-list-item + .top-shop-list-item figure img{
 display: none;
}
.top-shop-list-item + .top-shop-list-item div{
 margin: 30px 0 0;
}
.top-shop-list-item > figure {
	width: 100%;
	height: auto;
	aspect-ratio: 500 / 250;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	position: relative;
	z-index: 0;
	border-radius: 5px;
}
.top-shop-list-item > div {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	gap: 10px;
	padding-left: 20px;
	border-left: 1px solid #444;
}
.top-shop-list-item > div > p {
	width: 100%;
	font-size: 18px;
	font-weight: bold;
}
.top-shop-list-item > div > span {
	width: 100%;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

@media screen and (max-width: 999px) {
	.sec-top-shop {
		width: 100%;
		display: flex;
		flex-flow: column;
		gap: 50px;
		align-items: center;
		position: relative;
		padding: 0 6.94%;
	}

	.top-shop-cont {
		padding-top: 30px;
		padding-bottom: 50px;
	}
	.top-shop-list-item {
		gap: 15px;
	}
	.top-shop-list-item > figure {
		aspect-ratio: 350 / 197;
	}
	.top-shop-list-item > div > p {
		font-size: 16px;
	}
	.top-shop-list-item > div > span {
		font-size: 14px;
	}
}

@media screen and (max-width: 768px) {
 .sec-top-faq .top-shop-cont{
  gap: 20px;
 }
	.top-shop-list {
		grid-template-columns: repeat(1, 1fr);
		gap: 20px;
	}
 .sec-top-faq .faq-list:first-child{
  padding: 0;
 }
 .sec-top-faq .faq-list{
  padding: 20px 0 0;
 }
 .sec-top-faq .faq-list details summary p,
 .sec-top-faq .faq-list details > p{
  padding: 0 20px 0 0;
 }
 .top-shop-list .top-shop-list-item:nth-child(2) figure{
  display: none;
 }
}

.sec-search-venue .slider2.slick-slider .slick-track{
 height: 196px;
 border-radius: 10px;
}
.sec-search-venue .slick-initialized .slick-slide.thumbnail-img{
 height: 65px;
 overflow: hidden;
 border-radius: 10px;
}
