/* top-mv
----------------------------------------------------------*/

.p-top-mv {

}

#p-top-mv-swiper {
	position: relative;
	z-index: 0;
}

.p-top-mv__banner-set {
	display: flex;
	justify-content: center;
	background-color: #fff;
	gap: 10px;
	padding: 15px 0 10px 0;
}
.p-top-mv__banner-set div {
	width: 40%;
}
.p-top-mv__banner-set img {
	margin-left: 5px;
}

@media screen and (min-width: 768px) {
	.p-top-mv__banner-set {
		margin-top: 0;
		position: absolute;
		left: 6.8vw;
		top: 32vw;
		width: 32vw;
		background-color: transparent;
	}
	.p-top-mv__banner-set div {
		width: 48%;
	}
}

.p-top-mv {
	padding-bottom: 0px;
}
.p-top-mv__reservation {
	display: block;
	background-color: #fff;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}
.c-sp-fixedbtn {
	display: none !important;
}
.p-top-mv__reservation-inner {
	background-color: #ee6480;
}
.p-top-mv__reservation-txt {
	display: flex;
	justify-content: center;
	background-color: #be5c73;
	padding: 5px;
	color: #fff;
}
.p-top-mv__reservation-list {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.p-top-mv__reservation-list li {
	padding: 10px 0;
	width: 30%;
}
.p-top-mv__reservation-list li a {
	display: flex;
	justify-content: center;
	background-color: #fff;
	color: #be5c73;
	border-radius: 5px;
	box-shadow: 2px 2px #be5c73;
}
@media screen and (min-width: 768px) {
	.c-pc-fixedbtn {
		position:absolute;
		top: calc(50vh - 80px);
		height: auto;
	}
}
@media screen and (min-width: 768px) {
	.p-top-mv__reservation {
	/*	position: absolute;
		bottom: max(10px, 1vw);
		right: 4vw;
		*/

		bottom: max(10px, 1vw);
		left: auto;
		right: 4vw;
		width: max(14vw, 120px);
		min-width: min(160px);
		margin-top: 0;
		background-color: transparent;
	}
	.p-top-mv__reservation-inner {
		overflow: hidden;
		border-radius: 12px;
		box-shadow: 3px 3px 2px rgba(0,0,0,0.4);
	}
	.p-top-mv__reservation-txt {
		display: flex;
		flex-direction: column;
		text-align: center;
	}
	.p-top-mv__reservation-txt span.large {
		font-size: 13px;
		line-height: 1.3;
	}
	.p-top-mv__reservation-txt span.small {
		font-size: 10px;
		line-height: 1.3;
	}
	.p-top-mv__reservation-list {
		width: 100%;
		display: flex;
		flex-direction: column;
		padding: 12px 15px;
		gap: 8px;
	}
	.p-top-mv__reservation-list li {
		padding: 0;
		width: calc(100% - 10px);
	}
	.p-top-mv__reservation-list li a {
		width: 100%;
		display: flex;
		justify-content: center;
		background-color: #fff;
		color: #be5c73;
		border-radius: 999px;
		box-shadow: 2px 2px #be5c73;
	}
}

/* top-curation
----------------------------------------------------------*/

#p-top-curation-swiper .swiper-pagination {
	display: block;
}

/* top-venue
----------------------------------------------------------*/

#p-top-venue-swiper .swiper {
	padding-top: 20px;
}

/* top-magazine
----------------------------------------------------------*/

.p-top-magazine-head {
	display: block;
	margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
	.p-top-magazine-head {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.p-top-magazine-head a.mt-56-pc {
		margin-top: 0px !important;
	}
}

.p-top-magazine-item .p-top-magazine-item__inner {
	display: block;
	padding-block: 0;
	border: none;
}
.p-top-magazine-item__txtblock {
	margin-left: 16px;
	padding-left: 16px;
	border-left: 1px solid #BDA9AC;
	margin-top: -24px;
	padding-top: 40px;
	position: relative;
}

/* top-reason-card
----------------------------------------------------------*/

.p-top-reason-card__inner + div {
	position: relative;
	z-index: 999;
}

.p-top-reason-card__inner::before,
.p-top-reason-card__inner::after,
.p-top-reason-card::before,
.p-top-reason-card::after {
	display: none;
}
.p-top-reason-card {
	box-shadow: 3px 3px 6px rgba(0,0,0,0.3);
	border-radius: 15px;
}

.p-top-reason-card__num {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 1em;
}
.p-top-reason-card__num img {
	width: 126.65px;
}
.p-top-reason-card__txtbar {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #f2cbc0;
	color: #fff;
	border-radius: 10px;
	margin-bottom: 2em;
	padding: 0.2em 2em;
}
.p-top-reason-card__ttl {
	font-weight: bold;
}
.p-top-reason-card__btnbox {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 1em;
}

.reason-btn {
	position: relative;
	display: inline-flex;
	justify-content: center;
	gap: 0.2em;
	align-items: center;
	padding: 0.2em 2em;
	max-width: 167px;

	background-color: #e98395; 
	border: none;
	border-radius: 10px;

	color: #fff;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	transition: background-color 0.3s ease;
	appearance: none;
}

.reason-btn::after {
	content: "";
	border-style: solid;
	border-width: 8px 6px 0 6px;
	border-color: #fff transparent transparent transparent;
	transition: transform 0.3s ease;
	transform-origin: center 3px;
}

.reason-btn.is-active::after {
	transform: rotate(180deg);
}

/* top-reason-ballon
----------------------------------------------------------*/

.p-top-reason-ballon {
	margin: 50px 0 50px 0;
}

.p-top-reason-ballon::before {
	content: "";
	position: absolute;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);

	border-style: solid;
	border-width: 0 12px 25px 12px;
	border-color: transparent transparent #fff transparent;

	display: block;
	width: 0;
	height: 0;
}

@media screen and (min-width: 768px) {
	.p-top-reason-ballon.reason1::before {
		left: 18%;
	}
	.p-top-reason-ballon.reason3::before {
		left: 82%;
	}
}

.p-top-reason-ballon.tab-content {
    display: block !important;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    transition: max-height 0.7s ease, margin 0.5s ease, opacity 0.4s ease;
    
    position: relative;
    padding-top: 0;
}

.p-top-reason-ballon.tab-content.is-active {
    max-height: 3000px;
    opacity: 1;
    margin-top: 50px !important; 
    margin-bottom: 50px !important;
    overflow: visible;
}

@media screen and (min-width: 768px) {
	.pc .p-top-reason-ballon.tab-content.is-active {
		margin-bottom: 0px !important;
		height: auto;
	}
}

.p-top-reason-ballon__inner {
	max-width: 1100px;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 20px;
	padding: 25px 20px 40px 20px;
}

.p-top-reason-ballon__inner > p:first-child {
	text-align: left;
	font-weight: bold;
	font-size: 20px;
	color: #595757;
	margin-bottom: 1em;
	width: 100%;
	padding-left: 1em;
}

.p-top-reason-ballon-flex {
	display: block;
	position: relative;
}
.p-top-reason-ballon-item {
	display: block;
	position: relative;
}
@media screen and (min-width: 768px) {
	.p-top-reason-ballon-flex {
		display: flex;
		flex-wrap: nowrap;
		position: relative;
		gap: 5px;
	}
	.p-top-reason-ballon-item {
		display: flex;
		align-items: center;
		position: relative;
		gap: 5px;
		flex: 1;
	}
}

/* top-reason-ballon.reason1
----------------------------------------------------------*/

.p-top-reason-ballon.reason1 .p-top-reason-ballon-illust01 {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.p-top-reason-ballon.reason1 .p-top-reason-ballon-illust02 {
	margin-top: calc(100vw * ( 120 / 768 ));
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.p-top-reason-ballon.reason1 .p-top-reason-ballon-illust01 img {
	width: 70%;
}
.p-top-reason-ballon.reason1 .p-top-reason-ballon-illust02 img {
	width: 80%;
}
.p-top-reason-ballon-text {
	position: absolute;
	left: calc(100vw * ( 10 / 768 ));
	top: calc(100vw * ( -80 / 768 ));
	width: 100%;
}
.p-top-reason-ballon-arw {
	position: absolute;
	left: calc(100vw * ( 35 / 768 ));
	top: calc(100vw * ( 20 / 768 ));
	width: 45%;
}

.p-top-reason-ballon.reason1 .p-top-reason-ballon-flex {
	display: block;
}

@media screen and (min-width: 900px) {
	.p-top-reason-ballon.reason1 .p-top-reason-ballon-flex {
		display: flex;
		flex-wrap: nowrap;
		position: relative;
		gap: 5px;
	}
	.p-top-reason-ballon.reason1 .p-top-reason-ballon-item {
		display: flex;
		align-items: center;
		position: relative;
		gap: 5px;
		flex: 1;
	}
	
	.p-top-reason-ballon.reason1 .p-top-reason-ballon-illust01 {
		width: 40%;
	}
	
	.p-top-reason-ballon.reason1 .p-top-reason-ballon-illust02 {
		width: 43%;
	}
	
	.p-top-reason-ballon.reason1 ul {
		flex: 1;
		width: auto;
	}
}

@media screen and (min-width: 769px) {

	.p-top-reason-ballon.reason1 .p-top-reason-ballon-item {
		justify-content: flex-end;
		align-items: center;
	}
	.p-top-reason-ballon.reason1 .p-top-reason-ballon-illust01 {
		width: 40%;
	}
	.p-top-reason-ballon.reason1 .p-top-reason-ballon-illust02 {
		margin-top: 70px;
		width: 40%;
	}
	.p-top-reason-ballon.reason1 ul {
		width: 50%;
	}
	.p-top-reason-ballon.reason1 .p-top-reason-ballon-illust01 img {
		width: 100%;
	}
	.p-top-reason-ballon.reason1 .p-top-reason-ballon-illust02 img {
		width: 100%;
	}
	.p-top-reason-ballon-text {
		position: absolute;
		left: -20%;
		top: -26%;
		width: 100%;
	}
	.p-top-reason-ballon-arw {
		position: absolute;
		left: -12%;
		top: -2%;
		width: 40%;
	}
	.p-top-reason-ballon-arw img {
		display: block;
	}
}

.p-top-reason-ballon-list-sankaku,
.p-top-reason-ballon-list-maru {
	list-style: none;
	padding: 0;
	margin: 0;
}

.p-top-reason-ballon-list-sankaku li,
.p-top-reason-ballon-list-maru li {
	position: relative;
	padding-left: 3em;
	margin-bottom: 15px;
	margin-top: 15px;
	line-height: 1.6;
	font-size: 12px;
	letter-spacing: 0.02em;
}

.p-top-reason-ballon-list-sankaku li span,
.p-top-reason-ballon-list-maru li span {
	font-weight: bold;
}
.p-top-reason-ballon-list-maru li span {
	color: #e35a76;
}
.p-top-reason-ballon-list-sankaku li::before {
	content: "";
	background-image: url('../img/top/reason-ico-sankaku.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 95%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 2.5em;
	height: 2.5em;
}

.p-top-reason-ballon-list-maru li::before {
	content: "";
	background-image: url('../img/top/reason-ico-maru.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 95%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 2.5em;
	height: 2.5em;
}

@media screen and (min-width: 900px) {
	.p-top-reason-ballon-list-sankaku li,
	.p-top-reason-ballon-list-maru li {
		padding-left: 15%;
	}
	.p-top-reason-ballon-list-sankaku li::before,
	.p-top-reason-ballon-list-maru li::before {
		width: 12%;
		height: 100%;
	}
}

/* top-reason-ballon.reason2
----------------------------------------------------------*/

.p-top-reason-ballon.reason2 .p-top-reason-ballon-flex {
	display: block;
}
.p-top-reason-ballon.reason2 .p-top-reason-ballon-item {
	flex: none;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 25px;
}

@media screen and (min-width: 768px) {
	.p-top-reason-ballon.reason2 .p-top-reason-ballon-flex {
		display: flex;
		justify-content: center;
		gap: 30px;
	}
	.p-top-reason-ballon.reason2 .p-top-reason-ballon-item {
		flex: none;
		display: inline-flex;
		width: 30%;
	}
}


.p-top-reason-ballon.reason2 .p-top-reason-ballon-item .p-top-reason-ballon-illust01,
.p-top-reason-ballon.reason2 .p-top-reason-ballon-item .p-top-reason-ballon-illust02,
.p-top-reason-ballon.reason2 .p-top-reason-ballon-item .p-top-reason-ballon-illust03 {
	width: 45%;
}
.p-top-reason-ballon.reason2 .p-top-reason-ballon-item p {
	width: 55%;
}
.p-top-reason-ballon.reason2 .p-top-reason-ballon-illust01 img,
.p-top-reason-ballon.reason2 .p-top-reason-ballon-illust02 img,
.p-top-reason-ballon.reason2 .p-top-reason-ballon-illust03 img {
	width: 100%;
}

@media screen and (min-width: 768px) {

	.p-top-reason-ballon.reason2 .p-top-reason-ballon-item .p-top-reason-ballon-illust01,
	.p-top-reason-ballon.reason2 .p-top-reason-ballon-item .p-top-reason-ballon-illust02,
	.p-top-reason-ballon.reason2 .p-top-reason-ballon-item .p-top-reason-ballon-illust03 {
		width: 50%;
	}
	.p-top-reason-ballon.reason2 .p-top-reason-ballon-item p {
		width: 50%;
	}

	.p-top-reason-ballon.reason2 .p-top-reason-ballon-illust01 img {
		width: 168px;
	}
	.p-top-reason-ballon.reason2 .p-top-reason-ballon-illust02 img {
		width: 153px;
	}
	.p-top-reason-ballon.reason2 .p-top-reason-ballon-illust03 img {
		width: 168px;
	}
}

.p-top-reason-ballon.reason2 .p-top-reason-ballon-item p {
	font-size: 16px;
	color: #595757;
	line-height: 1.2;
	font-weight: bold;
}
.p-top-reason-ballon.reason2 .p-top-reason-ballon-item p span {
	color: #e35a76;
}
.p-top-reason-ballon.reason2 .p-top-reason-ballon-item p span.large {
	font-size: 24px;
}

/* top-reason-ballon.reason3
----------------------------------------------------------*/

.p-top-reason-ballon.reason3 .p-top-reason-ballon-flex {
	display: flex;
	flex-direction: column;
	gap: 25px;
}
.p-top-reason-ballon.reason3 .p-top-reason-ballon-item {
	flex: none;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: normal;
	background-color: #f9f9f1;
	box-shadow: 7px 7px #c6c6c0;
	padding: 25px;
	width: 100%;
}

@media screen and (min-width: 768px) {
	.p-top-reason-ballon.reason3 .p-top-reason-ballon-flex {
		flex-direction: row;
		justify-content: center;
	}
	.p-top-reason-ballon.reason3 .p-top-reason-ballon-item {
		gap: normal;
		width: 30%;
	}
}

.p-top-reason-ballon-item-head {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	padding-bottom: 10px;
}
.p-top-reason-ballon-item-head p {
	font-weight: bold;
	font-size: 14px;
	color: #595757;
}

.p-top-reason-ballon-item > p {
	font-size: 13px;
	color: #000000;
	line-height: 1.8;
}
