@charset "UTF-8";

/* mainSwiper */
.intro .swiperBox {
	margin: 0 auto;
	padding-top: 3.5rem;
	position: relative;
}
.intro .mainSwiper {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.intro .mainSwiper .swiper-slide {
	overflow: hidden;
}
.intro .mainSwiper .swiper-slide .swiperIcon {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
.intro .mainSwiper .swiper-slide-active .swiperImg,
.intro .mainSwiper .swiper-slide-duplicate-active .swiperImg,
.intro .mainSwiper .swiper-slide-prev .swiperImg {
	will-change: transform;
}
.intro .mainSwiper .pager {
	margin: 1.5rem auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.intro .mainSwiper .pager .swiperPause {
	display: block;
	width: 2.2rem;
	margin-top: 0.3rem;
	margin-right: 0.5rem;
}
.intro .mainSwiper .pager .swiper-pagination {
	position: static;
	width: auto;
}
.intro .mainSwiper .pager .swiper-pagination-bullet {
	margin: 0 0.5rem;
	width: 1rem;
	height: 1rem;
	overflow: hidden;
	cursor: pointer;
	border: solid 2px #464646;
	background-color: #fff;
	opacity: 1;
	border-radius: 1rem;
	transition: all 0.42s;
	position: relative;
}
.intro .mainSwiper .pager .swiper-pagination-bullet-active {
	background-color: #464646;
}
.intro .swiperBox .model {
	font-size: 1.5rem;
	position: absolute;
	bottom: 1.5rem;
	right: 1rem;
}
@media (max-width: 768px) {
	.intro .swiperBox {
		max-width: 100%;
	}
	.intro .mainSwiper .pager {
		line-height: 1;
	}
	.intro .mainSwiper .pager .swiperPause {
		margin-top: 0.5rem;
	}
	.intro .swiperBox .model {
		font-size: 2rem;
	}
}

/* sections */
.sections h2,
.sections h3 {
	padding-bottom: 1.5rem;
	line-height: 1.4;
	text-align: center;
}
@media (max-width: 768px) {
	.sections {
		margin: 0 auto;
		width: 94%;
	}
}

/* section01 */
.section01 {
	margin-top: 10rem;
}
.section01 .inner {
	width: 100%;
	max-width: 77.2rem;
	margin: 0 auto;
}
.section01 h3 {
	padding-top: 1.5rem;
	font-size: 2.8rem;
	font-weight: 500;
	color: #13254d;
	background: url(/base/pc/store/special/gofuku/jyobonkai/2026/img/top/secttlbg_pc.png) no-repeat;
	background-size: cover;
	border-bottom: none;
}
.section01 h3 .new {
	margin-right: 0.5rem;
	padding: 0 0.5rem;
	font-weight: bold;
	color: #ff0000;
}
.section01 h3 .small {
	display: block;
	margin-top: 1rem;
	font-size: 1.7rem;
	color: #000;
}
.section01 .link {
	margin: 3rem auto 0;
	max-width: 67.7rem;
	font-size: 1.8rem;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	gap: 1rem 0;
}
.section01 .link li.full {
	width: 100%;
}
.section01 .link li {
	width: 49%;
}
.section01 .link li a {
	display: block;
}
@media (max-width: 768px) {
	.section01 {
		margin-top: 14rem;
	}
	.section01 h3 {
		padding: 2rem 0;
		font-size: 4rem;
		background: url(/base/pc/store/special/gofuku/jyobonkai/2026/img/top/secttlbg_sp.png) repeat-y;
		background-size: contain;
	}
	.section01 h3 .new {
		padding: 0 0.7rem;
		margin-right: 0.7rem;
	}
	.section01 h3 .small {
		margin-top: 0.7rem;
		padding: 0 3rem;
		font-size: 2rem;
	}
	.section01 .link {
		margin: 2rem auto 0;
		max-width: 66.5rem;
		font-size: 3.6rem;
		flex-direction: column;
		gap: 0.5rem 0;
	}
	.section01 .link li {
		margin: 0 auto;
		width: 45.9rem;
	}
	.section01 .link li a {
		display: block;
	}
}

/* section02 */
.section02 {
	margin-top: 7rem;
	padding: 7rem 0;
	background: url(/base/pc/store/special/gofuku/jyobonkai/2026/img/top/about_bg.png) no-repeat;
	background-size: contain;
	background-position: center;
}
.section02 h2 {
	font-size: 2.5rem;
}
.section02 p {
	font-size: 1.8rem;
	line-height: 2.2;
	text-align: center;
}
@media (max-width: 768px) {
	.section02 {
		padding-top: 0;
	}
	.section02 h2 {
		font-size: 3rem;
		padding-bottom: 1rem;
	}
	.section02 p {
		font-size: 2.2rem;
	}
}

/* section03 */
.section03 .head {
	margin-top: 6rem;
	padding: 5rem 0;
	background-color: #f5f0da;
	position: relative;
}
.section03 .head .inner {
	width: 100%;
	max-width: 70rem;
	margin: 0 auto;
}
.section03 h3 {
	padding-bottom: 1rem;
	font-size: 2.3rem;
	border-bottom: 1px solid #000;
}
.section03 .head p {
	padding-top: 1.5rem;
	font-size: 1.8rem;
	line-height: 1.66;
	text-align: center;
}
.section03 .slider {
	margin-top: 13rem;
	margin-bottom: 15rem;
	position: relative;
}
.section03 .itemSlider {
	margin: auto -1rem;
}
.section03 .itemSlider .slide {
	margin: 0 3rem;
	padding-bottom: 3rem;
	float: left;
	clear: none;
	height: auto;
}
.section03 .itemSlider .slide p {
	font-size: 1.5rem;
	line-height: 2.2;
}
.section03 .itemSlider .slide p.note {
	font-size: 1.3rem;
	line-height: 1.25;
	margin-top: 0.5rem;
}
.section03 .itemSlider .slick-slider .slick-track {
	display: flex;
}
.section03 .itemSlider .slide .contentWrap {
	display: flex;
	flex-direction: column;
	position: relative;
	border: 1px solid #46559c;
	padding: 1.5rem 2rem;
	height: 100%;
}
.section03 .itemSlider .slide .num {
	width: 6.3rem;
	margin: 0 auto;
}
.section03 .itemSlider1 .slide .image {
	margin-top: 1rem;
}
.section03 .itemSlider .slide .image img {
	margin: 0 auto;
}
.section03 .itemSlider .slide .brand-name {
	background-color: #d5d3bf;
	margin-bottom: 1rem;
	padding-left: 1rem;
}
.section03 .itemSlider .slide .accordion {
	flex-grow: 1;
}
.section03 .itemSlider .slide .accordion .accordion-content {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3; /* 制限したい行数が3の場合 */
	overflow: hidden;
}
/* アニメーションを減らす設定に対応 */
@media (prefers-reduced-motion: reduce) {
	.section03 .itemSlider .slide .accordion .accordion-content {
		transition: none;
	}
}
.section03 .itemSlider .slide .accordion .accordion-content.open_content {
	display: block;
	overflow: auto;
}
.section03 .itemSlider .slide .accordion .accordion-btn {
	color: #2ea2ff;
	border: none;
	text-align: left;
	font-size: 1.5rem;
	width: 100%;
	background-color: #fff;
	cursor: pointer;
}
.section03 .itemSlider .slide .movie {
	width: 100%;
	aspect-ratio: 16 / 9;
	margin-top: 2rem;
}
.section03 .itemSlider .slide .movie iframe {
	width: 100%;
	height: 100%;
}
.section03 .itemSlider .slick-dots {
	position: static;
}
.section03 .itemSlider .slick-dots li {
	width: 1.5rem;
	height: 1.5rem;
	margin: 0 1rem;
	padding: 0;
	overflow: hidden;
}
.section03 .itemSlider .slick-dots li button {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 2px solid #464646;
	font-size: 0;
	text-indent: -99999px;
	background: #fff;
}
.section03 .itemSlider .slick-dots li button::before {
	width: 1.5rem;
	height: 1.5rem;
}
.section03 .itemSlider .slick-dots li.slick-active button {
	background: #464646;
}
.section03 .slider .controller li {
	cursor: pointer;
	position: absolute;
	top: 3%;
	width: 11.9rem;
	z-index: 3;
}
.section03 .slider .controller li img {
	cursor: pointer;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: auto;
}
.section03 .slider .controller li.prev {
	left: 3rem;
}
.section03 .slider .controller li.next {
	right: 3rem;
}
@media (min-width: 1025px) {
	.section03 .slider .controller li:hover {
		opacity: .7;
	}
}
@media (max-width: 768px) {
	.section03 .head {
		padding: 7rem 2.2rem;
	}
	.section03 .head p {
		padding-top: 2rem;
		font-size: 2.3rem;
		line-height: 2;
	}
	.section03 h3 {
		padding-bottom: 1.5rem;
		font-size: 3rem;
	}
	.section03 .slider {
		margin-bottom: 10rem;
	}
	.section03 .itemSlider {
		margin: auto;
		margin-bottom: 10rem;
	}
	.section03 .itemSlider .slide {
		margin: 0 0.7rem;
		padding-bottom: 6rem;
		position: relative;
	}
	.section03 .itemSlider .slide p {
		font-size: 2.7rem;
	}
	.section03 .itemSlider .slide p.note {
		font-size: 2.2rem;
		line-height: 1.25;
		margin-top: 0.2rem;
	}
	.section03 .itemSlider .slide .num {
		width: 4rem;
		position: absolute;
		top: 1.2rem;
		right: 0.5rem;
	}
	.section03 .itemSlider .slide a:after {
		left: 5%;
		bottom: 2%;
		padding: 0.3rem 2rem;
		border-radius: 1rem;
		font-size: 1.4rem;
	}
	.section03 .itemSlider .slide .accordion .accordion-btn {
		font-size: 3rem;
	}
	.section03 .itemSlider .slick-dots li {
		width: 3rem;
		height: 3rem;
		margin: 0 0.8rem;
	}
	.section03 .slider .controller li {
		margin-top: -3.5rem;
		width: 7.2rem;
		top: 30%;
	}
	.section03 .slider .controller li.next {
	 right: -2rem;
	}
	.section03 .slider .controller li.prev {
		left: -2rem;
	}
}

/* .section04 */
.section04 .inner {
	width: 100%;
	max-width: 72rem;
	margin: 0 auto;
}
.section04 .head {
	margin-top: 6rem;
	padding: 5rem 0;
	background-color: #e6eace;
	position: relative;
}
.section04 h3 {
	font-size: 2.2rem;
	border-bottom: 1px solid #000;
}
.section04 h3 rt {
	margin-bottom: -0.5rem;
}
.section04 .head p {
	font-size: 1.8rem;
	text-align: center;
	padding-top: 1rem;
}
.section04 .head p.note {
	font-size: 1.2rem;
}
.section04 .contWrap {
	width: 100%;
	max-width: 81rem;
	margin: 14rem auto 0;
}
.section04 .contWrap + .contWrap {
	margin-top: 1.5rem;
}
.section04 .cont {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.section04 .cont02 {
	align-items: flex-end;
	flex-flow: row-reverse;
}
.section04 .cont01 .detail {
	font-size: 1.5rem;
	max-width: 36rem;
}
.section04 .cont02 .detail {
	font-size: 1.5rem;
	max-width: 34.3rem;
}
.section04 .cont .detail.mt {
	margin-top: 1rem;
}
.section04 .cont .detail.mb {
	margin-bottom: 2rem;
}
.section04 .cont01 .image {
	max-width: 38.2rem;
	margin-right: 1rem;
}
.section04 .cont01 .detail h4 {
	background-color: #d6d5c0;
	position: relative;
	padding: 0.5rem 0 0.5rem 4rem;
}
.section04 .cont01 .detail h4::before {
	content: "";
	background: url(/base/pc/store/special/gofuku/jyobonkai/2026/img/top/item_head_bg01.png) no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 4rem;
	height: 3.1rem;
}
.section04 .cont01 .detail h4.left::after {
	content: "";
	width: 2.7rem;
	height: 1.9rem;
	background: url(/base/pc/store/special/gofuku/jyobonkai/2026/img/top/arrow_left.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: calc(50% - 0.95rem);
	right: 0.5rem;
}
.section04 .cont02 .image {
	display: flex;
	align-items: flex-end;
	max-width: 46.5rem;
}
.section04 .cont02 .image p:first-child {
	max-width: 21.6rem;
}
.section04 .cont02 .image p:last-child {
	max-width: 24.1rem;
}
.section04 .cont02 .detail h4 {
	background-color: #d6d5c0;
	position: relative;
	padding: 0.5rem 4rem 0.5rem 0.5rem;
}
.section04 .cont02 .detail h4::before {
	content: "";
	background: url(/base/pc/store/special/gofuku/jyobonkai/2026/img/top/item_head_bg02.png) no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	right: 0;
	width: 5rem;
	height: 3.1rem;
}
.section04 .cont02 .detail h4.right::after {
	content: "";
	width: 2.8rem;
	height: 1.8rem;
	background: url(/base/pc/store/special/gofuku/jyobonkai/2026/img/top/arrow_right.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: calc(50% - 0.9rem);
	right: 2.3rem;
}
.section04 .cont .detail h5 {
	font-size: 1.7rem;
	margin: 1rem 0 0.5rem;
}
.section04 .cont .detail .txt {
	line-height: 1.8;
}
@media (max-width: 768px) {
	.section04 .head {
		padding: 7rem 2.2rem;
	}
	.section04 .head p {
		font-size: 2.3rem;
		padding-top: 2rem;
		line-height: 2;
	}
	.section04 h3 {
		font-size: 3rem;
		padding-bottom: 1.5rem;
	}
	.section04 .contWrap {
		margin: 7.5rem auto 0;
	}
	.section04 .cont {
		display: block;
	}
	.section04 .cont01 .image,
	.section04 .cont02 .image {
		margin: 0 auto 5.3rem;
	}
	.section04 .cont01 .image {
		flex-direction: row-reverse;
		width: 100%;
		max-width: 43.7rem;
	}
	.section04 .cont02 .image {
		flex-direction: row-reverse;
		width: 100%;
		max-width: 61.5rem;
	}
	.section04 .cont02 .image p:first-child {
		max-width: 29.1rem;
	}
	.section04 .cont02 .image p:last-child {
		max-width: 29.6rem;
	}
	.section04 .cont01 .detail,
	.section04 .cont02 .detail {
		width: 90%;
		max-width: none;
		margin: 0 auto 5.3rem;
		font-size: 3rem;
	}
	.section04 .cont02 {
		margin-top: 0;
	}
	.section04 .cont01 .detail h4,
	.section04 .cont02 .detail h4 {
		font-size: 2.8rem;
		padding: 1rem 0 1rem 8rem;
	}
	.section04 .cont01 .detail h4::before,
	.section04 .cont02 .detail h4::before {
		width: 7.3rem;
		height: 5.5rem;
	}
	.section04 .cont01 .detail h4.left::after,
	.section04 .cont02 .detail h4.right::after {
		content: none;
	}
	.section04 .cont01 .detail h4,
	.section04 .cont02 .detail h4,
	.section04 .cont01 .detail h5,
	.section04 .cont02 .detail h5,
	.section04 .cont01 .detail .txt,
	.section04 .cont02 .detail .txt,
	.section04 .cont01 .detail .price,
	.section04 .cont02 .detail .price {
		font-size: 2.5rem;
	}
}

/* .section05 */
.section05 {
	margin-top: 7rem;
}
.section05 .inner {
	width: 100%;
	max-width: 72rem;
	margin: 0 auto;
}
	.section05 .head {
	background-color: #e6eace;
	position: relative;
	margin-bottom: 8rem;
	padding: 5rem 0 0;
}
.section05 .head::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -7rem;
	left: 0;
	width: 100%;
	height: 9rem;
	background: url(/base/pc/store/special/gofuku/jyobonkai/2026/img/top/low_arrow_bg02.png) no-repeat;
	background-size: cover;
	z-index: -1;
}
.section05 h3 {
	font-size: 2.2rem;
	border-bottom: 1px solid #000;
}
.section05 .head p {
	padding-top: 1rem;
	font-size: 1.5rem;
	text-align: center;
}
.section05 .head p.note {
	font-size: 1.2rem;
}
.section05 .contWrap {
	width: 100%;
	max-width: 76.6rem;
	margin: 14rem auto 0;
}
.section05 .cont {
	display: flex;
	flex-flow: row wrap;
	justify-content: start;
	align-items: flex-start;
}
.section05 .cont02 {
	flex-flow: row-reverse wrap;
	justify-content: end;
	align-items: flex-end;
	margin-top: -46.5rem;
}
.section05 .cont .detail {
	font-size: 1.5rem;
	max-width: 41.2rem;
}
.section05 .cont .detail.mt {
	margin-top: 1.5rem;
}
.section05 .cont01 .image {
	max-width: 12.9rem;
	margin-right: 4.5rem;
}
.section05 .cont01 .detail h4 {
	background-color: #d6d5c0;
	position: relative;
	padding: 0.5rem 0 0.5rem 4rem;
	line-height: 1.4;
}
.section05 .cont01 .detail h4::before {
	content: "";
	background: url(/base/pc/store/special/gofuku/jyobonkai/2026/img/top/item_head_bg01.png) no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 4rem;
	height: 3rem;
}
.section05 .cont01 .detail h4.left::after {
	content: "";
	width: 2.7rem;
	height: 1.9rem;
	background: url(/base/pc/store/special/gofuku/jyobonkai/2026/img/top/arrow_left.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: calc(50% - 0.9rem);
	right: 0.5rem;
}
.section05 .cont02 .image {
	max-width: 13.5rem;
	margin-top: 1.8rem;
	margin-left: 4.5rem;
}
.section05 .cont02 .detail h4 {
	background-color: #d6d5c0;
	position: relative;
	padding: 0.5rem 4rem 0.5rem 0.5rem;
	line-height: 1.4;
}
.section05 .cont02 .detail h4::before {
	content: "";
	background: url(/base/pc/store/special/gofuku/jyobonkai/2026/img/top/item_head_bg02.png) no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	right: 0;
	width: 5rem;
	height: 3.1rem;
}
.section05 .cont02 .detail h4.right::after {
	content: "";
	width: 2.8rem;
	height: 1.8rem;
	background: url(/base/pc/store/special/gofuku/jyobonkai/2026/img/top/arrow_right.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: calc(50% - 0.9rem);
	right: 2.3rem;
}
.section05 .cont .detail h5 {
	font-size: 1.7rem;
	margin: 1rem 0 0.5rem;
}
.section05 .cont .detail .txt {
	line-height: 1.8;
}
@media (max-width: 995px) {
	.section05 .head::after {
		background-size: contain;
	}
}
@media (max-width: 768px) {
	.section05 {
		margin: 10rem auto;
	}
	.section05 .head {
		margin: 0 auto 6rem;
		padding: 7rem 2.2rem 3rem;
	}
	.section05 .head::after {
		height: 15rem;
		bottom: -14rem;
		background-size: contain;
	}
	.section05 .head p {
		font-size: 2.1rem;
		padding-top: 2rem;
		line-height: 2;
	}
	.section05 h3 {
		font-size: 3rem;
		padding-bottom: 3rem;
	}
	.section05 .contWrap {
		margin: 7.5rem auto 0;
	}
	.section05 .cont {
		display: block;
	}
	.section05 .cont01 .image {
		max-width: 13.4rem;
		margin: 0 auto 5.2rem;
	}
	.section05 .cont02 .image {
		max-width: 14rem;
		margin: 0 auto 5.2rem;
	}
	.section05 .cont01 .detail,
	.section05 .cont02 .detail {
		width: 90%;
		max-width: none;
		margin: 0 auto 5.2rem;
		font-size: 3rem;
	}
	.section05 .cont02 {
		margin-top: 0;
	}
	.section05 .cont01 .detail h4,
	.section05 .cont02 .detail h4 {
		font-size: 2.8rem;
		padding: 1rem 0 1rem 8rem;
	}
	.section05 .cont01 .detail h4::before,
	.section05 .cont02 .detail h4::before {
		content: "";
		background: url(/base/pc/store/special/gofuku/jyobonkai/2026/img/top/item_head_bg01.png) no-repeat;
		background-size: cover;
		position: absolute;
		top: 0;
		left: 0;
		width: 7.2rem;
		height: 5.4rem;
	}
	.section05 .cont01 .detail h4.left::after {
		content: none;
	}
	.section05 .cont02 .detail h4.right::after {
		content: none;
	}
	.section05 .cont .detail h5,
	.section05 .cont .detail .txt,
	.section05 .cont .detail .price {
		font-size: 2.5rem;
	}
}

/* section06 */
main .section06 {
	margin: 3.5rem auto 0;
	padding: 1.5rem 2% 2rem;
	width: 80rem;
	border-radius: 1rem;
	border: 2px solid #9c4f8e;
}
main .section06 .txt {
	padding-bottom: 1rem;
	font-size: 2rem;
	color: #9c4f8e;
}
main .section06 .shops {
	font-size: 1.8rem;
	text-align: center;
}
main .section06 .shops span {
	border-bottom: solid 2px #9c4f8e;
}
@media (max-width: 768px) {
	main .section06 {
		padding: 1.5rem 2% 2rem;
		width: 94%;
	}
	main .section06 .txt {
		font-size: 1.8rem;
		text-align: left;
	}
	main .section06 .shops {
		font-size: 1.8rem;
		line-height: 1.6;
		text-align: left;
	}
}

/* lowerLink */
.lowerLink {
	margin-top: 8rem;
	display: flex;
	justify-content: center;
	gap: 0 2rem;
}
.lowerLink div {
	width: 28.9rem;
	text-align: center;
}
.lowerLink div a {
	display: block;
	padding: 0.5rem;
	font-size: 2.3rem;
	font-weight: bold;
}
.lowerLink div a span {
	width: 100%;
	display: block;
	border: 1px solid #fff;
	padding: 1rem 0;
}
.lowerLink .link01 {
	background-color: #eac6c2;
}
.lowerLink .link02 {
	background-color: #a1d0d6;
}
@media (max-width: 768px) {
	.lowerLink {
		margin-top: 0;
		flex-direction: column;
	}
	.lowerLink div {
		margin: 0 auto;
		width: 60rem;
	}
	.lowerLink div a {
		padding: 1.2rem;
		font-size: 2.7rem;
	}
	.lowerLink .link02 {
		margin-top: 3rem;
	}
}

/* movieBlock */
.movieBlock {
	margin: 6rem 0 3rem;
}
.movieBlock h3 {
	margin-bottom: 1.5rem;
	font-size: 2.3rem;
	font-weight: 600;
	text-align: center;
}
.movieBlock .movie {
	margin: 0 auto;
	max-width: 77rem;
	position: relative;
	padding-top: 56.25%;
	height: 0;
}
.movieBlock .movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.movieBlock .txt {
	margin-top: 8rem;
	font-size: 2.1rem;
	color: #866c2a;
	font-weight: 600;
	line-height: 3.2rem;
	text-align: center;
}
.movieBlock .btnMovie {
	margin: 2rem auto 0;
	text-align: center;
}
.movieBlock .btnMovie a {
	display: inline-block;
	padding: 1.5rem 5rem 1.5rem 4rem;
	background-color: #bfa766;
	font-size: 2.3rem;
	color: #fff;
	font-weight: 600;
	position: relative;
}
.movieBlock .btnMovie a::after {
	display: block;
	content: '';
	width: 1.4rem;
	height: 1.4rem;
	border-right: solid 2px #fff;
	border-bottom: solid 2px #fff;
	transform: rotate(-45deg);
	position: absolute;
	top: calc(50% - 0.7rem);
	right: 2rem;
}
@media (max-width: 768px) {
	.movieBlock {
		margin: 9rem 0 2rem;
	}
	.movieBlock h3 {
		font-size: 3rem;
	}
	.movieBlock .btnMovie a {
		padding: 2.5rem 5rem 2.5rem 4rem;
	}
}

/* bnrArea */
.bnrArea {
	margin: 0 auto;
	padding-top: 7rem;
	width: 77.3rem;
}
.bnrArea h3 {
	font-size: 2.6rem;
	font-weight: bold;
}
.bnrArea h3 {
	background: url(/base/pc/store/special/gofuku/jyobonkai/2026/img/top/bnr_ttlbg.png) no-repeat;
	background-position: top center;
	background-size: cover;
	border-bottom: none;
	padding: 0.6rem 0 0.7rem;
	text-align: center;
	margin-bottom: 2rem;
}
.bnrArea h3 .sm {
	font-size: 1.8rem;
	display: inline-block;
	line-height: 1;
	position: relative;
	top: -0.3rem;
}
.bnrArea h3 .small {
	color: #ff0000;
	background-color: #fff;
	padding: 0.3rem 1.4rem 0.4rem;
	margin-right: 1.5rem;
	font-size: 2.3rem;
	font-weight: bold;
	display: inline-block;
	line-height: 1;
	position: relative;
	top: -1px;
}
.bnrArea .bnrBox {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.bnrArea .bnrBox div {
	width: 48%;
}
.bnrArea .bnr01 {
	margin: 0 auto;
	width: 66rem;
}
.bnrArea .bnr01 a {
	text-align: center;
	display: block;
}
@media (max-width: 768px) {
	.bnrArea {
		margin: 0 auto;
		width: 94%;
	}
	.bnrArea h3 {
		background-repeat: repeat-y;
		background-size: contain;
		background-position: center;
		font-size: 4rem;
	}
	.bnrArea h3 .sm {
		font-size: 2.8rem;
	}
	.bnrArea h3 .small {
		color: #ff0000;
		background-color: #fff;
		padding: 0.6rem 2.2rem;
		margin-right: 0;
		margin-bottom: 0.7rem;
		display: inline-block;
		font-size: 3.2rem;
		font-weight: bold;
		position: static;
	}
	.bnrArea .bnrBox {
		display: block;
		margin-top: 1.5rem;
	}
	.bnrArea .bnrBox div {
		width: 100%;
	}
	.bnrArea .bnr01 {
		margin-top: 1.5rem;
		width: 100%;
	}
}

/* pageAnnotation */
main .pageAnnotation {
	margin-top: 9rem;
	text-align: center;
}
main .pageAnnotation dt,
main .pageAnnotation dd {
	font-size: 1.5rem;
	line-height: 1.9;
}
@media (max-width: 768px) {
	main .pageAnnotation {
		margin: 0 auto;
		padding-top: 3rem;
		width: 94%;
	}
	main .pageAnnotation dt,
	main .pageAnnotation dd {
		font-size: 2.2rem;
	}
}

/* schedule */
.schedule {
	margin-top: 5rem;
}
.schedule h3 {
	padding: 1rem;
	border: solid 2px #844b7e;
	font-size: 2.7rem;
	font-weight: bold;
	color: #844b7e;
	text-align: center;
}
.schedule dl {
	margin-top: 3rem;
}
.schedule dl + dl {
	margin-top: 3rem;
}
.schedule dl dt {
	padding: 0.5rem 2.5rem;
	font-size: 2.2rem;
	background-color: #ddd7e1;
}
.schedule dl dd {
	font-size: 2.1rem;
}
.schedule dl dd .date {
	padding: 2rem 2.5rem;
}
.schedule dl dd .date p + p {
	margin-top: 0.7rem;
}
.schedule dl dd .lineTop {
	border-top: 1px dashed #000;
}
.schedule dl dd span {
	font-weight: 600;
}
.schedule .note {
	margin-top: 4rem;
	font-size: 2rem;
}
@media (max-width: 768px) {
	.schedule h3 {
		padding: 0.7rem;
		font-size: 2.8rem;
	}
	.schedule dl dt {
		text-align: center;
	}
}

/* archive */
main .archive {
	margin: 9rem auto 0;
	width: 76.7rem;
}
@media (max-width: 768px) {
	main .archive {
		/* margin: 2.5rem auto 0; */
		width: 63.6rem;
	}
}
