@charset "utf-8";
.autumn .target .contents_bg {
	background-image: url(/pages/autumn/img/bg_halloween.png), linear-gradient(180deg, #7F1084 0%, #FDCE00 100%);
	background-repeat: repeat-y;
	background-position: center top;
	background-size: 100%;
	padding-bottom: 10rem;
}

.autumn .wrap {
	margin-top: 2.5rem;
	display: flex;
	flex-wrap: wrap;
	gap: 2.5rem 2.3%;
}

.autumn .halloween_scrolltop{
	display: flex;
    justify-content: center;
    align-items: center;
	padding-top: 10rem;
	gap: 3rem;
}
.autumn .halloween_scrolltop li a{
	display: flex;
	width: 35rem;
	height: 7rem;
	padding-bottom: 0.4rem;
	justify-content: center;
	align-items: center;
	color: #701561;
	text-align: center;
	font-family: "Kaisei Opti";
	font-size: 3rem;
	line-height: 2.8rem;
	font-weight: 700;
	border-radius: 1rem;
	background: #FDCE00;
}
.autumn .halloween_scrolltop li a::after{
	display: block;
    content: '';
    height: 2.4rem;
	width: 2.4rem;
    background: url(/pages/autumn/img/arrow.svg) center / contain no-repeat;
    filter: invert(12%) sepia(90%) saturate(4000%) hue-rotate(280deg) brightness(80%) contrast(110%);
	transform: rotate(90deg);
	margin: 0.5rem 0 0 1rem;
	gap: 0.8rem;
}

.autumn h2 {
	margin: 8rem auto;
	max-width: 63.1rem;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.autumn .target .contents_bg {
		padding-bottom: 0;
		background-image: url(/pages/autumn/img/bg_halloween_sp.png), linear-gradient(180deg, #7F1084 0%, #FDCE00 100%);
	}

	.autumn .target .inner {
		padding-bottom: 5rem;
	}

	.autumn .halloween_scrolltop{
		padding-top: 5rem;
		gap: 1rem;
	}
	.autumn .halloween_scrolltop li a{
		width: 17.4rem;
		height: 4rem;
		font-size: 1.6rem;
		line-height: 1.4rem;
	}
	.autumn .halloween_scrolltop li a::after{
		margin: 0.3rem 0 0 0;
		height: 2rem;
		width: 2rem;
		gap: 0.4rem;
	}

	.autumn h2 {
		margin: 3rem auto;
		max-width: 100%;
	}
}

/* anchor */
.autumn .anchor {
	display: flex;
	justify-content: center;
	gap: 0 2vw;
}
.autumn .anchor li button {
	display: flex;
	width: 20rem;
	padding: 1.2rem 0;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	border-radius: 3rem;
	color: #fff;
	background: #E62E8B;
	font-family: "Kaisei Opti";
	font-size: 1.9rem;
	line-height: 2.2rem;
}
.autumn .anchor li button.active {
	background-color: #fff;
	color: #E62E8B;
}
.autumn .anchor button:focus:not(:focus-visible),.autumn .modalClose:focus:not(:focus-visible) {
	outline: none;
}
@media screen and (max-width: 768px) {
	.autumn .anchor {
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 1rem 4.7%;
	}
	.autumn .anchor li {
		display: flex;
		justify-content: center;
        align-items: center;
		width: 47.6%;
	}
	.autumn .anchor li button{
		width: 17.2rem;
		padding: 0.8rem 0 1.1rem;
		font-size: 1.6rem;;
	}
}

/* event */
.autumn .target .event {
	margin-top: 6rem;
}
.autumn .event .box {
	display: flex;
	justify-content: center;
	margin-top: 4.5rem;
	padding: 5rem;
	border-radius: 1rem;
	background: #fff;
	box-shadow: 6px 8px 3px 0 rgba(93, 42, 38, 0.20);
	border-radius: 1rem;
	gap: 0 4.5%;
}
.autumn .event .box > .pic {
	position: relative;
	margin-top: 14%;
	width: 47.7%;
}
.autumn .event .box > .pic.pic_no-other{
	margin: 6% auto;
}
.autumn .event .box .detail {
	width: 47.7%;
}

.autumn .event .box .btnMore, .autumn .event02 .box .btnMore{
	margin: 2rem auto 0;
}
.autumn .event .box .btnMore a, .autumn .event02 .box .btnMore a{
	background-color: #9166A9;
}

.autumn .event .box.end .pic::before{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(/pages/autumn/img/event_close.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	z-index: 1;
}

.autumn .event .detail .name {
	margin-top: 1.5rem;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 3.8rem;
	font-weight: 700;
	line-height: 4.4rem;
	color: #9166A9;
}
.autumn .event .detail .name span {
	display: block;
	font-size: 2.2rem;
	line-height: 3.2rem;
}
.autumn .event .detail .icon_purple, .autumn .event02 .detail .icon_purple{
	display: inline-block;
    margin-top: 1.2rem;
    padding: 0.8rem 1rem;
    font-size: 1.4rem;
	font-weight: 700;
	border-radius: 10px;
    border: 2px solid #9166A9;
    background: #FFF;
    color: #9166A9;
}
.autumn .event .detail .txt {
	margin-top: 1rem;
	font-size: 1.6rem;
	line-height: 2.6rem;
	color: #333;
}
.autumn .event .detail .dl_title{
	margin-top: 2rem;
    font-size: 1.6rem;
	font-weight: 700;
    color: #9166A9;
}
.autumn .event .detail .dl_block{
	display: block;
}
.autumn .event .detail .dl_block dt{
	width: fit-content;
}
.autumn .event .detail dl {
	margin-top: 1.5rem;
	display: flex;
	align-items: center;
	gap: 0 1rem;
}
.autumn .event .detail dl + dl {
	margin-top: 1rem;
}
.autumn .event .detail dl dt {
	padding: 0.8rem 1rem;
	width: 10rem;
	background-color: #F5E3FF;
	font-size: 1.8rem;
	font-weight: 700;
	color: #9166A9;
	line-height: 2rem;
	text-align: center;
	align-self: flex-start;
	flex-shrink: 0;
}
.autumn .event .detail dl dd {
	padding-top: 0.4rem;
	font-size: 1.6rem;
	line-height: 2.8rem;
	color: #9166A9;
}
.autumn .event .detail dl.long{
	flex-wrap: wrap;
}
.autumn .event .detail dl.long dt{
	width: auto;
}
.autumn .target .inner .event .detail .attention {
	margin-top: 2rem;
	width: 100%;
    font-size: 1.2rem;
	line-height: 1.6rem;
}

.autumn .event .other_event {
	margin-top: 3rem;
	padding: 3rem 0;
    width: 210%;
    transform: translateX(-52%);
	text-align: center;
	background: #F5E3FF;
	border-radius: 1rem;
}
.autumn .event .other_event .title{
	margin: 0 auto;
	max-width: 386px;
}
.autumn .event .other_event .other_event_shops{
	display: flex;
	margin: 1rem auto 0;
	padding: 2rem 0;
	width: 100%;
	max-width: 75rem;
	flex-direction: column;
	align-items: center;
	border-radius: 1rem;
	background: #fff;
}
.autumn .event .other_event .other_event_shops h3{
	font-size: 2rem;
	line-height: 2.4rem;
	font-weight: 500;
	color: #9166A9;
}
.autumn .event .other_event .other_event_shops ul{
	display: flex;
	padding: 0 2rem;
	align-items: flex-start;
	align-content: flex-start;
	gap: 1rem 2rem;
	flex-wrap: wrap;
}
.autumn .event .other_event .other_event_shops ul li{
	font-size: 1.6rem;
	text-decoration: underline;
}
.autumn .event .other_event .attention{
	max-width: 41rem;
	text-align: left;
}
.detail_check {
	display: none;
}
@media screen and (max-width: 768px) {
	.autumn .target .event {
		margin-top: auto;
	}
	.autumn .event .box {
		margin-top: 2rem;
		padding: 2rem;
		border-radius: 1rem;
		flex-direction: column;
		gap: 1.5rem 0;
	}
	#event01{
		margin-top: auto;
	}
	.autumn .event .box > .pic {
		margin-top: auto;
		width: 100%;
	}
	.autumn .event .box > .pic.pic_no-other{
		margin: auto;
	}
	.autumn .event .box .detail {
		width: 100%;
	}
	.autumn .event .detail .name {
		margin-top: 1rem;
		font-size: 2.2rem;
		line-height: 3rem;
	}
	.autumn .event .detail .name span{
		font-size: 1.6rem;
		line-height: 3rem;
	}
	.autumn .event .detail .txt {
		margin-top: 0.5rem;
		font-size: 1.2rem;
		line-height: 2rem;
	}
	.autumn .event .detail dl dt {
		padding: 0.4rem 1rem;
		width: 6.5rem;
		font-size: 1.4rem;
		line-height: 1.8rem;
	}
	.autumn .event .detail dl dd {
		font-size: 1.4rem;
		line-height: 2.2rem;
	}
	.autumn .event .detail .btnMore {
		margin-top: 2rem;
		width: 100%;
	}

	.autumn .event .box .btnMore, .autumn .event02 .box .btnMore{
		margin: auto;
	}
	.autumn .event .box .btnMore a, .autumn .event02 .box .btnMore a{
		width: 100%;
		padding: 0.6rem 0;
		font-size: 1.4rem;
		justify-content: center;
	}
	.autumn .event .box .btnMore_big a{
		margin-top: 2rem;
		padding: 1.6rem 5rem;
		font-size: 1.8rem;
	}
	.autumn .event .box .btnMore a::after, .autumn .event02 .box .btnMore a::after{
		display: none;
	}
	.autumn .event .box .btnMore_big a::after{
		display: block;
		content: url(/pages/autumn/img/arrow.svg);
		height: 2.4rem;
		width: 2.4rem;
		padding: 0.4rem 0 0 0.5rem;
		filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(230deg) brightness(108%) contrast(98%);
	}

	.detail_label {
		display: block;
		text-align: center;
		padding: 1.2rem 1rem 1.2rem 0rem;
		color: #fff;
		background: #9166A9;
		border-radius: 4rem;
		margin-top: 2rem;
		cursor: pointer;
		position: relative;
	}
	.detail_label:after {
		content: '＋';
		position: absolute;
		top: 50%;
		padding-left: 1rem;
		transform: translateY(-50%);
		font-size: 1.2em;
	}
	.detail_check:checked + .detail_label:after {
		content: '−';
	}
	.detail_content {
		display: none;
		border-top: none;
	}
	.detail_check:checked ~ .detail_content {
		display: block;
	}

	.autumn .target .inner .event .detail .attention{
		margin: 1rem 0 0;
	}

	.autumn .event .other_event {
		margin-top: 3rem;
		padding: 3rem 2rem;
		width: 100%;
		transform:none;
		text-align: center;
		background: #F5E3FF;
		border-radius: 1rem;
	}
	.autumn .event .other_event .txt{
		margin-top: 1rem;
		text-align: left;
	}
	.autumn .event .other_event .other_event_shops h3{
		font-size: 1.6rem;
		line-height: 2rem;
	}
	.autumn .event .other_event .other_event_shops ul{
		gap: 0.1rem 1rem;
	}
	.autumn .event .other_event .other_event_shops ul li{
		font-size: 1.2rem;
		line-height: 2rem;
		text-decoration: underline;
	}
}

/* event02 */
.autumn .event02 .wrap {
	margin-top: 4rem;
	display: flex;
	flex-wrap: wrap;
	gap: 3rem 2.3%;
}
.autumn .event02 .box {
	display: flex;
	flex-direction: column;
	width: 31.8%;
	background: #FAF1FF;
    box-shadow: 6px 8px 3px 0 rgba(93, 42, 38, 0.20);
	border-radius: 1rem;
}
.autumn .event02 .box.end .pic{
	position: relative;
}
.autumn .event02 .box.end .pic::before{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(/pages/autumn/img/event_close.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	z-index: 1;
}
.autumn .event02 .box .detail {
	padding: 2rem;
}
.autumn .event02 .detail .date{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 2rem;
	padding: 0.2rem 2rem 0.6rem;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 1.4rem;
	font-weight: 500;
	color: #fff;
	background-color: #9166A9;
}
.autumn .event02 .detail .date span{
    margin: 0 0.5rem;
    font-size: 2.8rem;
}
.autumn .event02 .detail .date .arrow {
    margin: 0.4rem 1rem 0;
    font-size: 1.2rem;
}
.autumn .event02 .detail .program {
	margin-top: 1.5rem;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 3rem;
    color: #9166A9;
}
.autumn .event02 .detail .program span{
	display: block;
    font-size: 1.6rem;
    line-height: 3rem;
}
.autumn .event02 .detail .lead {
	margin-top: 1.4rem;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 2.2rem;
}
.autumn .event02 .box .info {
	padding: 2.5rem 2rem;
	color: #9166A9;
	background-color: #fff;
	border-radius: 0 0 1rem 1rem;
	font-size: 1.4rem;
	flex: 1;
}
.autumn .event02 .box .info dl {
	margin-bottom: 0.8rem;
	padding-bottom: 0.8rem;
	display: flex;
	gap: 0 1rem;
	line-height: 1.8rem;
}
.autumn .event02 .box .info .no_b{
	margin-bottom: 0;
	padding-bottom: 0;
}
.autumn .event02 .box .info dt {
	padding-top: 0.2rem;
    height: 2.6rem;
    width: 5rem;
    background-color: #F5E3FF;
    font-size: 1.4rem;
    font-weight: 700;
    color: #9166A9;
    line-height: 2rem;
    text-align: center;
    align-self: flex-start;
    flex-shrink: 0;
}
.autumn .event02 .box .info .attention {
	margin: 1.2rem 0;
    font-size: 1.2rem;
	line-height: 1.6rem;
	color: #000;
}

.autumn .event02 .detail .date .pc_inline{
	display: inline-block;
	margin: 0;
	font-size: 1.2rem!important;
}
@media screen and (max-width: 768px) {
	.autumn .event02 .wrap {
		margin-top: 3rem;
		margin-left: -1.5rem;
		margin-right: -1.5rem;
		gap: 1.4rem 3%;
	}
	.autumn .event02 .box {
		width: 48.4%;
		border-radius: 1rem;
	}
	.autumn .event02 .box .detail {
		padding: 1rem 1rem 1rem;
		border-radius: 1rem 1rem 0 0;
	}
	.autumn .event02 .detail .date {
		margin-top: 1rem;
		padding: 0.3rem 0 0.6rem;
		font-size: 1.2rem;
	}
	.autumn .event02 .detail .date p span {
		margin: 0 0.3rem 0 0;
		font-size: 1.8rem;
	}
	.autumn .event02 .detail .date .arrow{
		margin: 0.4rem 0.8rem 0;
		font-size: 0.8rem;
	}
	.autumn .event02 .detail .program {
		margin-top: 1rem;
		font-size: 2rem;
		line-height: 2.6rem;
	}
	.autumn .event02 .detail .program span{
		line-height: 2.2rem;
	}
	.autumn .event02 .detail .lead {
		margin-top: 1rem;
		font-size: 1.2rem;
		line-height: 2rem;
	}
	.autumn .event02 .box .info {
		padding: 1rem 1rem 2rem 1rem;
		border-radius: 0 0 1rem 1rem;
	}
	.autumn .event02 .box .info dl {
		margin-bottom: 0.6rem;
		padding-bottom: 0.6rem;
		gap: 0 1rem;
		font-size: 1.4rem;
		line-height: 2.2rem;
	}

	.autumn .event02 .detail .date .pc_inline{
		display: none;
	}
}

/* gourmet */
.autumn .halloween_gourmet .box {
	padding: 2rem 2rem 2.5rem;
	background-color: #fff;
	border-radius: 1rem;
	width: 31.8%;
}
.autumn .halloween_gourmet .box .name {
	margin-top: 3rem;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 3.2rem;
}
.autumn .halloween_gourmet .box .name + .name {
	margin-top: 0;
}
.autumn .halloween_gourmet .box .price {
	margin-top: 1rem;
	font-size: 1.8rem;
	line-height: 2.2rem;
}
.autumn .halloween_gourmet .box .place {
	font-size: 1.8rem;
	line-height: 2.2rem;
}
.autumn .halloween_gourmet .box .icons {
	margin-top: 1rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}
.autumn .halloween_gourmet .box .icons li, .autumn .modalDocument .modalDetail .modalIcons li {
	padding: 0.8rem 1rem;
	font-size: 1.4rem;
	font-weight: 700;
	border-radius: 1rem;
	border: solid 2px #AE597E;
	color:#AE597E;
}
.autumn .halloween_gourmet .box .icons li.gentei,.autumn .modalDocument .modalDetail .modalIcons li.gentei {
	border: solid 2px #5D2A26;
	color:#5D2A26;
}
.autumn .halloween_gourmet .box .icons li.period,.autumn .modalDocument .modalDetail .modalIcons li.period {
	border: solid 2px #871823;
	color:#871823;
}
.autumn .halloween_gourmet .box .icons li.quantity,.autumn .modalDocument .modalDetail .modalIcons li.quantity {
	border: solid 2px #59746C;
	color:#59746C;
}
.autumn .halloween_gourmet .box .icons_group{
	margin-top: 3rem;
}
.autumn .halloween_gourmet .box .shop {
	margin-top: 1rem;
	font-size: 1.8rem;
	line-height: 2.2rem;
}
.autumn .halloween_gourmet .box .btnMore {
	margin-top: auto;
	padding-top: 2rem;
	width: 100%;
}
.autumn .halloween_gourmet .box .btnMore span {
	padding: 1.6rem 5rem;
	font-size: 1.8rem;
	background-color: #701561;
}
.autumn .halloween_gourmet .box .btnMore span::after{
	display: block;
    content: url(/pages/autumn/img/arrow.svg);
    height: 2.4rem;
    width: 2.4rem;
    padding: 0.4rem 0 0 0.5rem;
    filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(230deg) brightness(108%) contrast(98%);
}
@media screen and (max-width: 768px) {
	.autumn .wrap {
		margin-top: 2.5rem;
		margin-left: -1.5rem;
		margin-right: -1.5rem;
		gap: 1rem;
	}
	.autumn .halloween_gourmet .box {
		padding: 1.4rem 1rem;
		border-radius: 1rem;
		width: 48.4%;
	}
	.autumn .halloween_gourmet .box .name {
		margin-top: 1rem;
		font-size: 1.6rem;
		line-height: 2.2rem;
	}
	.autumn .halloween_gourmet .box .shop {
		font-size: 1.2rem;
		line-height: 1.8rem;
	}
	.autumn .halloween_gourmet .box .icons {
		margin-top: 1rem;
		gap: 0.5rem 1rem;
	}
	.autumn .halloween_gourmet .box .icons li {
		padding: 0.4rem 0.6rem;
		font-size: 1rem;
		line-height: 1.6rem;
		border-radius: 0.8rem;
	}
	.autumn .halloween_gourmet .box .icons_group {
        margin-top: 2rem;
    }
	.autumn .halloween_gourmet .box .price {
		margin-top: 1rem;
		font-size: 1.2rem;
		line-height: 1.8rem;
	}
	.autumn .halloween_gourmet .box .place {
		font-size: 1.2rem;
		line-height: 1.8rem;
	}
	.autumn .halloween_gourmet .box .btnMore {
		padding-top: 1rem;
	}
	.autumn .halloween_gourmet .box .btnMore span {
		padding: 0.2rem 3rem;
		font-size: 1.4rem;
	}
}

/* .bnrArea */
.autumn .target .inner .attention{
	width: 66%;
    margin: 5rem auto 0;
    font-size: 1rem;
    line-height: 2.2rem;
}
#allWrap .bnrArea .inner{
	margin-top: 5rem;
	text-align: center;
}
#allWrap .bnrArea .inner p a img{
	border-radius: 1rem;
}
@media screen and (max-width: 768px) {
	.autumn .target .inner .attention{
		width: auto;
		margin: 3rem -1.5rem 0;
	}
	#allWrap.autumn .bnrArea .inner{
		margin: 3rem -1.5rem 0;
        padding: 0;
        text-align: center;
	}
	.autumn .bnrArea h3{
		margin: 0 auto 2rem;
	}
	#allWrap .bnrArea .inner p a img{
		border-radius: 1rem;
	}
}

/* modal */
.autumn .modalClose {
	background-color: #701561;
}
.autumn .modalDocument .modalDetail .modalShop {
	background-color: #FEF3C9;
}
.autumn .modalDocument .modalDetail .moadlPlace::before {
	background-image: url(/pages/autumn/img/icon_pin03.png);
}
.autumn .modalDocument .modalDetail .modalTel::before {
	background-image: url(/pages/autumn/img/icon_tel03.png);
}
.autumn .modalDocument .modalDetail .modalInfoBtn a {
	background-color: #701561;
}
@media screen and (max-width: 768px) {
	.autumn .modalDocument .modalDetail .modalInfoBtn a{
		padding: 0.6rem 5rem 0.8rem;
		font-size: 1.8rem;
		line-height: 3.2rem;
	}
}