@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");

body {
	background-color: #fffef2;
	font-size: 14px;
	font-size: clamp(14px, 1.3333333333vw, 16px);
	font-family: Noto Sans JP, sans-serif;
	padding-bottom: 0;
	width: 100%;
	margin: 0;
}

@media screen and (max-width: 767px) {
	.only-pc {
		display: none;
	}
}

@media print,
screen and (min-width: 768px) {
	.only-sp {
		display: none;
	}
}

html {
	width: 100%;
}

a {
	text-decoration: none;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	line-height: 1.4;
}

img {
	width: 100%;
	vertical-align: middle;
}

main {
	width: 100%;
	overflow-x: hidden;
}

a:hover {
	opacity: 0.8;
}

header {
	position: fixed;
	top: 20px;
	left: 20px;
	z-index: 50;
}

@media screen and (max-width: 1210px) {
	header {
		position: absolute;
		top: 10px;
		left: 20px;
	}
}

.lect_logo {
	position: absolute;
	text-align: left;
	width: 150px;
	z-index: 10;
}

@media screen and (max-width: 1210px) {
	.lect_logo {
		width: 100px;
	}
}


.lect_logo a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.breadcrumb {
	position: fixed;
	top: 0;
	right: 20px;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	font-weight: 600;
	color: #3C3634;
	z-index: 60;
}

@media screen and (max-width: 1210px) {
	.breadcrumb {
		position: absolute;
	}
}

.breadcrumb a {
	color: #3C3634;
	text-decoration: underline;
	border-color: #3C3634;
}

.breadcrumb li:not(:last-of-type)::after {
	content: "›";
	margin: 0 0.6em;
	/* 記号の左右の余白 */
	color: #3C3634;
	/* 記号の色 */
}

.point-bg {
	background-color: #FFF6D6;
}

.plaid {
	background-color: #DBEFF6;
	max-width: 767px;
	margin: auto;
	position: relative;
	box-shadow: 0 3px 6px #00000020;
}

@media screen and (max-width: 1040px) {
	.plaid {
		width: 100%;
		box-shadow: none;
	}
}

.anniv_wrap {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	color: #707070;
	/*/////////////////////////////////////////
          ナビ
  /////////////////////////////////////////*/
	/*/////////////////////////////////////////
          ファーストビュー
  /////////////////////////////////////////*/
	/*/////////////////////////////////////////
          ページ内ナビ
  /////////////////////////////////////////*/
	/*/////////////////////////////////////////
          メイン
  /////////////////////////////////////////*/
}

.anniv_wrap * {
	box-sizing: border-box;
}

.anniv_wrap ul {
	list-style: none;
}

.anniv_wrap ul li {
	text-decoration: none;
}

.anniv_wrap a {
	color: inherit;
	text-decoration: none;
}

.anniv_wrap p,
.anniv_wrap ul,
.anniv_wrap ul li {
	margin: 0;
	padding: 0;
}

.anniv_wrap p {
	line-height: 1.4;
}

.anniv_wrap img {
	width: 100%;
	max-width: 100%;
}

.anniv_wrap span.tax {
	font-size: 0.8rem;
}

.anniv_wrap span.item--tsite {
	font-weight: 600;
	display: block;
	font-size: 0.7rem;
}

.anniv_wrap main {
	margin: 120px 0 0;
}

@media screen and (max-width: 765px) {
	.anniv_wrap main {
		margin: 80px 0 0;
	}
}

@media screen and (max-width: 765px) {
	.anniv_wrap main.main__top {
		margin-top: 160px;
	}
}

.anniv_wrap .con {
	position: relative;
}

.anniv_wrap .con--list ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
	gap: 1em;
}

@media screen and (max-width: 765px) {
	.anniv_wrap .con--list ul {
		max-width: 100%;
	}
}

.anniv_wrap .con--list__point ul.con--list__point-floor2f {
	margin-top: 20px;
}

.anniv_wrap .con--list__point .item {
	width: 40%;
}

.anniv_wrap .con--list__point .item a {
	width: 100%;
	height: 100%;
	padding: 1rem;
}

@media screen and (max-width: 765px) {
	.anniv_wrap .con--list__point .item a {
		padding: 0.5rem;
	}
}

.txt_flex {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

@media screen and (max-width: 765px) {
	.anniv_wrap .con--list__wl li {
		width: 100%;
		margin: 8px auto;
	}
}

@media screen and (max-width: 765px) {
	.anniv_wrap .con--list__spx100 .item {
		width: 90%;
		margin: 8px auto;
	}
}

.anniv_wrap .con--ttlarea-dec {
	z-index: 1;
	width: 100%;
	max-width: 240px;
	margin: 0 auto;
	margin-bottom: 12px;
}

@media screen and (max-width: 765px) {
	.anniv_wrap .con--ttlarea-dec {
		max-width: 160px;
	}
}

.anniv_wrap .con--ttlarea-ttl {
	position: relative;
	z-index: 1;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
	display: inline-block;
	opacity: 0;
}

@media screen and (max-width: 765px) {
	.anniv_wrap .con--ttlarea-ttl {
		width: 80%;
	}
}

.anniv_wrap .con--ttlarea-ttl img {
	display: inline-block;
	width: auto;
}

.anniv_wrap .con--mainarea {
	position: relative;
	z-index: 1;
	padding-top: 32px;
}

.anniv_wrap .item {
	position: relative;
	width: 490%;
	max-width: 400px;
	margin: 8px;
	border: #707070 solid 1px;
	cursor: pointer;
	transition: 0.5s;
	background: #fff;
}

@media screen and (max-width: 765px) {
	.anniv_wrap .item {
		width: 47%;
		margin: 8px 2px;
	}
}

.anniv_wrap .item::before {
	content: "";
	position: absolute;
	border-top: 20px solid transparent;
	border-right: 20px solid #E84572;
	right: 2%;
	bottom: 2%;
}

@media screen and (max-width: 765px) {
	.anniv_wrap .item::before {
		border-top: 16px solid transparent;
		border-right: 16px solid #E84572;
	}
}

.anniv_wrap .item:hover::before {
	border-top: 20px solid transparent;
	border-right: 20px solid #e7658a;
}

@media screen and (max-width: 765px) {
	.anniv_wrap .item:hover::before {
		border-top: 16px solid transparent;
		border-right: 16px solid #e7658a;
	}
}

.anniv_wrap .item:hover img {
	transform: scale(1.15);
}

.anniv_wrap .item a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 2.5rem;
}

@media screen and (max-width: 765px) {
	.anniv_wrap .item a {
		padding: 1.5rem 1rem;
	}
}

.anniv_wrap .item--ttl {
	position: relative;
	margin: 8px 0;
	font-weight: 500;
	font-size: 0.9rem;
}

.anniv_wrap .item--ttl__wl {
	float: left;
	margin: 12px 0;
	margin-left: 8px;
}

.anniv_wrap .item--img {
	max-width: 400px;
	margin-bottom: 12px;
	overflow: hidden;
}

.anniv_wrap .item--img img {
	width: 100%;
	transition: 0.5s;
	transform-origin: center;
}

.anniv_wrap .item--img__event {
	padding: 0;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 765px) {
	.anniv_wrap .item--img__event {
		height: 160px;
		max-width: 100%;
	}
}

.anniv_wrap .item--img__event img {
	margin: auto;
	width: auto;
	height: auto;
	max-width: 400px;
	max-height: 240px;
}

@media screen and (max-width: 765px) {
	.anniv_wrap .item--img__event img {
		max-height: 100%;
		height: auto;
	}
}

.anniv_wrap .item--txtarea {
	position: relative;
}

.anniv_wrap .item--txt {
	font-size: 0.85rem;
}

.anniv_wrap .item--price {
	text-align: right;
}

.anniv_wrap .item--logo {
	width: 80%;
	max-width: 150px;
	overflow: hidden;
}

.anniv_wrap .item--logo img {
	width: 100%;
	transition: 0.5s;
	transform-origin: center;
}

.anniv_wrap .item--floor-tenpo {
	display: flex;
	align-items: center;
	margin-top: 12px;
}

.anniv_wrap .item--floor-tenpo p {
	font-size: 0.8rem;
	line-height: 1.2;
}

.anniv_wrap .item--tenpoinfo .item--tenponame {
	text-align: center;
}

.anniv_wrap .item--tenpoinfo .item--tenponame-txt {
	margin-top: 8px;
	font-size: 0.9rem;
	font-weight: 500;
}

@media screen and (max-width: 765px) {
	.anniv_wrap .item--tenpoinfo .item--tenponame-txt {
		font-size: 0.7rem;
	}
}

.anniv_wrap .item--tenpoinfo .item--tenponame-ctg {
	margin-top: 12px;
	font-size: 0.6rem;
}

.anniv_wrap .item--tenponame-floor {
	padding: 2px 24px;
	background: #ffcd54;
	color: #fff;
	font-size: 0.8em;
	border-radius: 50px;
	width: fit-content;
	margin: auto;
}


/*アニメーション*/

.anime-r {
	opacity: 0;
	visibility: hidden;
	transition: 1.5s;
	transform: translateX(30px);
}

.anime-l {
	opacity: 0;
	visibility: hidden;
	transition: 1.5s;
	transform: translateX(-30px);
}

.anime-b {
	opacity: 0;
	transform: translateY(80px) scale(0.7);
	transition: all 0.8s;
}

.active {
	opacity: 1;
	transform: translateY(0) scale(1);
}


/*左右のアニメーション*/

.slideAnimeLeftRight {
	animation: slideTextX100 1s forwards;
}

.slideAnimeRightLeft {
	animation: slideTextX-100 1s forwards;
}

@keyframes slideTextX100 {
	from {
		transform: translateX(-100%);
		opacity: 0;
	}

	to {
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes slideTextX-100 {
	from {
		transform: translateX(100%);
		opacity: 0;
	}

	to {
		transform: translateX(0);
		opacity: 1;
	}
}

.global-footer,
.wrapper {
	position: relative;
}

.con--fv__point {
	text-align: center;
}

.con--fv {
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 767px) {
	.con--fv {
		padding-top: 5%;
		background-color: #A3CE79;
	}
}

.con--ttlarea-ttl {
	position: relative;
	z-index: 1;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
	display: inline-block;
	opacity: 0;
}

.youmeshop_list {
	padding: 7% 0 0;
	background-repeat: no-repeat;
}

.con_wrap {
	background: #ffffff;
	border: #E84572 solid 5px;
	max-width: 650px;
	width: 95%;
	margin: 0 auto 10%;
	border-radius: 40px;
	padding: 5% 0;
	position: relative;
	z-index: 0;
}

@media screen and (max-width: 767px) {
	.con_wrap {
		padding: 10% 0;
		border-radius: 20px;
		width: 90%;
	}
}

footer {
	position: relative;
	font-size: 0.8em;
	text-align: center;
	padding: 10px;
	background: #eeeeee;
}

.youmeca_ttl {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 10;
	animation: fadeIn 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
	background-color: #DBEFF6;
}

.youmecard_ttlsub {
	position: relative;
	max-width: 500px;
	width: 70%;
	margin: 40px auto 20px;
	position: relative;
	z-index: 10;
	animation: fadeIn 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

.point--nav {
	position: relative;
	width: 100%;
	padding: 5% 0;
	margin: 0 auto;
	z-index: 10;
	background-color: #DBEFF6;
}

.point--nav ul {
	max-width: 900px;
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 2em 1em;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 767px) {
	.point--nav ul {
		width: 95%;
		gap: 0.5em;
	}
}

.point--nav ul li {
	position: relative;
	margin-bottom: 0.5em;
}

.point--nav ul li a::before {
	content: "";
	position: absolute;
	top: 15px;
	right: 10px;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	border-top: 17px solid #E84572;
}

@media screen and (max-width: 767px) {
	.point--nav ul li a::before {
		top: 16px;
		right: 10px;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-top: 10px solid #E84572;
	}
}

.point--nav ul li a {
	display: inline-block;
	position: relative;
	color: #E84572;
	font-size: 1.5em;
	font-weight: 800;
	border: #E84572 solid 3px;
	border-radius: 100px;
	background-color: #FFF6D6;
	padding: 5px 40px;
}

@media screen and (max-width: 767px) {
	.point--nav ul li a {
		font-size: 1.2em;
		padding: 5px 30px;
	}
}

.point--nav ul li a:hover {
	opacity: 0.9;
}

.point_date {
	background-color: #FFE9ED;
	border-radius: 10px;
	font-weight: 800;
	text-align: center;
	font-size: 1.2em;
	padding: 10px 5px;
}

@media screen and (max-width: 767px) {
	.point_date {
		padding: 5px;
	}
}

.point_date span {
	display: inline-block;
	font-size: 0.8em;
}

.text_flex {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: center;
	margin: 5px auto 20px;
}

.topbtn {
	z-index: 999;
}

.topbtn {
	display: inline-block;
	padding-top: 0;
	position: fixed;
	bottom: 16px;
	right: 15px;
}

.topbtn a {
	text-decoration: none;
	color: #231815;
}

.topbtn::before {
	animation: scroll 3.5s infinite;
	border: solid #231815;
	border-width: 0 0 1px 1px;
	content: "";
	display: inline-block;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	transform: rotate(135deg);
	width: 20px;
	height: 20px;
}

@keyframes scroll {
	0% {
		transform: rotate(135deg) translate(0, 0);
	}

	80% {
		transform: rotate(135deg) translate(-20px, 20px);
	}

	0%,
	80%,
	100% {
		opacity: 0;
	}

	40% {
		opacity: 1;
	}
}

.border-multi {
	position: relative;
	border: 5px solid #ffffff;
	border-radius: 40px;
	padding: 40px 20px;
	z-index: 2;
	max-width: 900px;
	width: 90%;
	margin: 0 auto 5%;
}

@media screen and (max-width: 767px) {
	.border-multi {
		padding: 40px 10px;
		width: 80%;
		border: 3px solid #ffffff;
		border-radius: 20px;
		margin: 22% auto 15%;
	}
}

.border-multi::before {
	content: "";
	position: absolute;
	top: -18px;
	left: -18px;
	right: -18px;
	bottom: -18px;
	border: 5px solid #00e152;
	border-radius: 54px;
	z-index: 1;
	pointer-events: none;
	box-shadow: 0 4px 20px rgba(255, 255, 255, 0.555);
}

@media screen and (max-width: 767px) {
	.border-multi::before {
		content: "";
		position: absolute;
		top: -15px;
		left: -15px;
		right: -15px;
		bottom: -15px;
		border: 3px solid #00e152;
		border-radius: 24px;
	}
}

.attention {
	color: #231815;
	max-width: 1200px;
	width: 95%;
	margin: 0 auto 5%;
}

.pointday_txt {
	font-size: 0.8em;
	text-align: center;
	margin: 0.8em auto 0;
}

.youmeca_sub-ttl {
	color: #ffffff;
	font-weight: 600;
	text-align: center;
	margin: -1em auto 0;
}

@media screen and (max-width: 767px) {
	.youmeca_sub-ttl {
		margin: 0.5em auto 0;
	}
}

.double-border-vertical {
	display: inline-block;
	border-top: 7px solid #ffffff;
	border-bottom: 7px solid #ffffff;
	padding-top: 20px;
	/* 上線と下線の隙間 */
	padding-bottom: 20px;
	/* 上線と下線の隙間 */
	width: 100%;
	margin: 3em auto;
	box-shadow: 0 4px 20px rgba(255, 255, 255, 0.555);
}

.double-border-inner {
	border-top: 3px solid #00e152;
	border-bottom: 3px solid #00e152;
	padding: 12px 0;
	/* 内側の上下余白（お好みで） */
}

.top-bana {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
	margin: 3em auto;
}

.l-top-bana {
	max-width: 370px;
}

@media screen and (max-width: 767px) {
	.l-top-bana {
		max-width: 350px;
		width: 80%;
	}
}

.r-top-bana {
	max-width: 550px;
}

@media screen and (max-width: 767px) {
	.r-top-bana {
		width: 90%;
	}
}

.point-img {
	max-width: 120px;
	width: 70%;
	margin: auto;
	line-height: 1;
}

@media screen and (max-width: 767px) {
	.point-img {
		width: 90%;
	}
}

.star-acc {
	position: absolute;
	width: 150px;
	top: -5%;
	right: -20%;
}

.star-acc2 {
	position: absolute;
	width: 140px;
	bottom: -5%;
	left: -20%;
}

@media screen and (max-width: 1050px) and (min-width: 769px) {
	.star-acc {
		display: none;
	}

	.star-acc2 {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.star-acc {
		width: 100px;
		top: -21%;
		right: -10%;
	}

	.star-acc2 {
		width: 80px;
		bottom: -15%;
		left: -10%;
	}
}

.star-con-acc {
	position: relative;
	width: 150px;
	margin-right: 6%;
	margin-left: auto;
	margin-top: 0;
	z-index: 0;
}

.star-con-acc2 {
	position: relative;
	width: 150px;
	margin-left: 6%;
	margin-right: auto;
	margin-top: 0;
	z-index: 0;
}

.ttl-01-cate {
	max-width: 250px;
	margin: auto;
}

.ttl-01-cate p {
	color: #E84572;
	text-align: center;
}

.ttl-02-cate {
	max-width: 450px;
	width: 75%;
	margin: auto;
}

@media screen and (max-width: 768px) {
	.ttl-02-cate {
		max-width: 260px;
	}
}

.ttl-02-cate p {
	color: #E84572;
	text-align: center;
}

.ttl-03-cate {
	max-width: 180px;
	margin: auto;
}

.ttl-03-cate p {
	color: #E84572;
	text-align: center;
}

.ttl-04-cate {
	max-width: 360px;
	width: 90%;
	margin: auto;
}

.ttl-04-cate p {
	color: #E84572;
	text-align: center;
}

.left-pc-img {
	position: fixed;
	top: 10%;
	left: 1%;
	width: 430px;
}

.right-pc-img {
	position: fixed;
	top: 10%;
	right: 1%;
	width: 380px;
}

@media screen and (max-width: 1040px) {
	.left-pc-img {
		display: none;
	}

	.right-pc-img {
		display: none;
	}
}