@charset "UTF-8";

.wrapper {
	opacity: 0;
}
.wrapper.show {
	opacity: 1;
}

/* loadAnime */
.loadAnime {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #0064B4;
	padding: 5.198vw 0 6.237vw;
	z-index: 9999;
}
.loadAnime.none {
	display: none;
	opacity: 0;
}
.loadAnime .loadTxt {
	font-size: 2.911vw;
	font-weight: 700;
	line-height: 7.277vw;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
}
.loadAnime .logo {
	width: 53.638vw;
	position: absolute;
	top: 50%;
	left: 50%;
}
@media (max-width: 768px) {
	.loadAnime {
		padding: 5rem 0; 
	}
	.loadAnime .loadTxt {
		width: 100%;
		font-size: 5rem;
		font-weight: 700;
		line-height: 2;
	}
	.loadAnime .logo {
		width: 95%;
		margin: 0 auto;
	}
}

/*----------------------------
	top
------------------------------*/
.inner {
	max-width: 86rem;
	margin: 0 auto;
}
.mv {
	background: #0064B4;
	padding: 5rem 0 5.5rem;
}
.mv h1 {
	width: 87.5rem;
	margin: 0 auto;
}
h3 {
	font-size: 2.2rem;
	font-weight: 700;
	text-align: center;
	color: #666;
	display: flex;
	align-items: center;
}
h3::before,
h3::after {
	content: "";
	height: 3px;
	background-color: #666; 
	flex-grow: 1;
}
h3::before {
	margin-right: 2.5rem;
}
h3::after {
	margin-left: 2.5rem;
}
@media (max-width: 768px) {
	.inner {
		max-width: 100%;
		padding: 0 2.5rem;
	}
	.mv {
		padding: 2rem 2rem 2.5rem;
	}
	.mv h1 {
		width: 100%;
	}
	h3 {
		font-size: 3rem;
		line-height: 4.8rem;
	}
	h3::before {
		margin-right: 4rem;
	}
	h3::after {
		margin-left: 4rem;
	}
}

/* about */
.about {
	margin-top: 5rem;
}
.about .inner {
	padding: 0 5rem;
}
.about h2 {
	margin-top: 3rem;
	display: inline-block;
	font-size: 3rem;
	font-weight: 700;
	line-height: 4.9rem;
	color: #0064B4;
	padding: 0 7.5rem 1rem 0;
	border-bottom: solid 1px #0064B4;
}
.about .aboutTxt {
	margin-top: 1.5rem;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 3.5rem;
	color: #666;
}
.about .aboutBtn {
	display: block;
	width: 45.8rem;
	margin: 2.5rem auto 0;
	font-size: 1.6rem;
	text-align: center;
	color: #464646;
	border: solid 1px #464646;
	padding: 0.5rem;
	position: relative;
}
.about .aboutBtn::after {
	content: "";
	width: 1rem;
	height: 1rem;
	border-top: solid 1px #464646;
	border-right: solid 1px #464646;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 0.5rem);
	right: 1rem;
}
.about .aboutBtn:focus-visible {
	outline: #3683BF solid 2px;
	outline-offset: 1px;
}
@media (max-width: 768px) {
	.about .inner {
		padding: 0 6.5rem;
	}
	.about h2 {
		margin-top: 4rem;
		font-size: 3.5rem;
		line-height: 4.9rem;
		padding: 0 2rem 2rem 0;
	}
	.about .aboutTxt {
		font-size: 3rem;
		line-height: 5.2rem;
		padding-left: 0;
	}
	.about .aboutBtn {
		width: 100%;
		margin: 8rem auto 0;
		font-size: 2.6rem;
		border: solid 1px #464646;
		padding: 1.5rem;
	}
	.about .aboutBtn::after {
		width: 2rem;
		height: 2rem;
		top: calc(50% - 1rem);
		right: 2.5rem;
	}
}

/* #about */
#about {
	background: #fff;
}
.about .jsToggleHide {
	margin-top: 6rem;
	overflow: hidden;
	transition: max-height 0.3s ease;
	max-height: 0;
}
#about .aboutContents .inner {
	padding: 0;
}
#about .aboutContents .aboutContentsBox + .aboutContentsBox {
	margin-top: 8.5rem;
}
#about .aboutContents .aboutContentsBox .txtBox .aboutTtl.ttl01 {
	width: 21.3rem;
}
#about .aboutContents .aboutContentsBox .txtBox .aboutTtl.ttl02 {
	width: 20.4rem;
}
#about .aboutContents .aboutContentsBox .txtBox .aboutTtl.ttl03 {
	width: 20.1rem;
}
#about .aboutContents .aboutContentsBox .txtBox .contentsLead {
	margin-top: 1.5rem;
	font-size: 2.3rem;
	font-weight: 500;
}
#about .aboutContents .aboutContentsBox .txtBox ul {
	margin-top: 4rem;
}
#about .aboutContents .aboutContentsBox .txtBox ul li {
	font-size: 2.1rem;
	font-weight: 500;
	line-height: 4.4rem;
}
@media (max-width: 768px) {
	#about {
		width: 100%;
	}
	.about .jsToggleHide {
		margin-top: 5rem;
	}
	#about .aboutContents {
		margin: 9rem auto 0;
		width: 100%;
	}
	#about .aboutContents .aboutContentsBox + .aboutContentsBox {
		margin-top: 10rem;
	}
	#about .aboutContents .aboutContentsBox .txtBox .aboutTtl {
		margin: 0 auto;
	}
	#about .aboutContents .aboutContentsBox .txtBox .aboutTtl.ttl01 {
		width: 28.4rem;
	}
	#about .aboutContents .aboutContentsBox .txtBox .aboutTtl.ttl02 {
		width: 26.6rem;
	}
	#about .aboutContents .aboutContentsBox .txtBox .aboutTtl.ttl03 {
		width: 25.9rem;
	}
	#about .aboutContents .aboutContentsBox .txtBox .contentsLead {
		margin-top: 2.5rem;
		font-size: 3.2rem;
		text-align: center;
	}
	#about .aboutContents .aboutContentsBox .txtBox ul {
		margin: 4.5rem auto 0;
	}
	#about .aboutContents .aboutContentsBox.box01 .txtBox ul {
		width: 88%;
	}
	#about .aboutContents .aboutContentsBox.box02 .txtBox ul {
		width: 62%;
	}
	#about .aboutContents .aboutContentsBox.box03 .txtBox ul {
		width: 80%;
	}
	#about .aboutContents .aboutContentsBox .txtBox ul li {
		font-size: 3rem;
		line-height: 4.6rem;
	}
}

/* linkBnrWrap */
.linkBnrWrap {
	max-width: 58.5rem;
	margin: 3rem auto;
}
.linkBnrWrap a {
	display: block;
}
@media (max-width: 768px) {
	.linkBnrWrap {
		max-width: 100%;
		padding: 0 6.5rem;
		margin: 5rem auto;
	}
}

/* messageBnr */
.messageBnr {
	max-width: 65rem;
	margin: 6rem auto;
}
.messageBnr a {
	display: block;
}
@media (max-width: 768px) {
	.messageBnr {
		max-width: 100%;
		padding: 0 6.5rem;
		margin: 8rem auto;
	}
}

/* weeksSec */
.weeksSec {
	background: #0064B4;
	padding-top: 6rem;
}
.weeksSec .weeksCont {
	background: #fff;
	border-radius: 2rem;
	padding: 7rem 0 5rem;
}
.weeksCont h4 {
	width: 48.8rem;
	margin: 0 auto;
}
.weeksCont .weeksDay {
	margin-top: 2rem;
	font-size: 2.5rem;
	font-weight: 700;
	text-align: center;
	color: #0064b1;
}
.weeksCont .weeksCopy {
	margin-top: 4.5rem;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 2.8rem;
	text-align: center;
	overflow-wrap: anywhere;
}
.weeksCont .weeksWrap {
	margin-top: 7rem;
	padding: 0 7rem;
	display: flex;
	justify-content: space-between;
}
.weeksCont .weeksBox {
	width: 45.417%;
	display: flex;
	flex-direction: column;
}
.weeksCont .weeksBox .weeksTtl {
	margin-top: 1.5rem;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 2.4rem;
	letter-spacing: 0.05em;
}
.weeksCont .weeksBox .detail {
	margin-top: 1.5rem;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}
.weeksCont .weeksBox .detail .txt {	
	line-height: 1.8rem;
	overflow-wrap: anywhere;
}
.weeksCont .weeksBox .btn {
	margin-top: auto;
	padding-top: 4rem;
}
.weeksCont .weeksBox .btn a {
	display: block;
	padding: 1.3rem 0.5rem;
	border: solid 1px #464646;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.3;
	text-align: center;
	color: #464646;
	position: relative;
	cursor: pointer;
}
.weeksCont .weeksBox .btn.coming a {
	pointer-events: none;
}
.weeksCont .weeksBox .btn a::after {
	content: "";
	width: 1rem;
	height: 1rem;
	position: absolute;
	top: calc(50% - 0.5rem);
	right: 1rem;
	border-right: solid 1px #464646;
	border-bottom: solid 1px #464646;
	transform: rotate(-45deg);
}
.weeksCont .weeksBox .btn.coming a::before {
	content: "coming soon\A※9月30日(火)公開予定";
	white-space: pre;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 99%;
	height: 99%;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
}
.weeksCont .weeksBox .btn.coming a::after {
	content: none;
}

/* slick */
.weeksCont .weeksBox .slick {
	margin: 0 auto;
	width: 32.7rem;
}
.weeksCont .weeksBox .slick p {
	margin: 0 1.5rem;
	width: 32.7rem;
}
.weeksCont .weeksBox .slick .slick-slide:not(.slick-current) {
	position: relative;
}
.weeksCont .weeksBox .slick .slick-slide:not(.slick-current):after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.4;
	transition: 0.1s ease 0s;
}
.weeksCont .weeksBox .slick .slide-arrow {
	width: 1.8rem;
	height: 3.7rem;
	position: absolute;
	top: calc(50% - 1.6rem);
	z-index: 10;
	cursor: pointer;
}
.weeksCont .weeksBox .slick .slick-disabled .slide-arrow {
	opacity: 0.3;
	pointer-events: none;
}
.weeksCont .weeksBox .slick .prev-arrow {
	left: -2.5rem;
}
.weeksCont .weeksBox .slick .next-arrow  {
	right: -2.5rem;
}
@media (max-width: 768px) {
	.weeksSec {
		padding-top: 2rem;
	}
	.weeksSec .weeksCont {
		padding: 6.5rem 3.5rem 7.5rem;
	}
	.weeksCont h4 {
		width: 48.8rem;
	}
	.weeksCont .weeksDay {
		margin-top: 3rem;
		font-size: 3.5rem;
	}
	.weeksCont .weeksCopy {
		margin-top: 5.5rem;
		font-size: 3rem;
		line-height: 5.2rem;
	}
	.weeksCont .weeksWrap {
		margin-top: 7rem;
		padding: 0;
		display: block;
	}
	.weeksCont .weeksBox {
		width: 100%;
	}
	.weeksCont .weeksBox + .weeksBox {
		margin-top: 7rem;
	}
	.weeksCont .weeksBox .pic {
		width: 43.6rem;
		margin: 0 auto;
	}
	.weeksCont .weeksBox .weeksTtl {
		margin-top: 2rem;
		font-size: 4.1rem;
		line-height: 1.3;
	}
	.weeksCont .weeksBox .detail {
		margin-top: 2.5rem;
	}
	.weeksCont .weeksBox .detail .txt {	
		line-height: 3.8rem;
	}
	.weeksCont .weeksBox .btn {
		padding-top: 2.5rem;
	}
	.weeksCont .weeksBox .btn a {
		padding: 1rem;
		font-size: 3rem;
	}
	.weeksCont .weeksBox .btn.coming a {
		padding: 2.3rem 1rem;
	}

	/* slick */
	.weeksCont .weeksBox .slick {
		width: 43.6rem;
	}
	.weeksCont .weeksBox .slick p {
		width: 43.6rem;
	}
	.weeksCont .weeksBox .slick .slide-arrow {
		width: 3rem;
		height: 6rem;
		top: calc(50% - 3rem);
	}
	.weeksCont .weeksBox .slick .prev-arrow {
		left: -6.5rem;
	}
	.weeksCont .weeksBox .slick .next-arrow  {
		right: -6.5rem;
	}
}

/* event */
.weeksCont .event {
	margin-top: 12.5rem;
	padding: 0 4rem;
}
.weeksCont .event h5 {
	font-size: 3rem;
	font-weight: 700;
	text-align: center;
	color: #0064b1;
	position: relative;
}
.weeksCont .event h5::after {
	content: "";
	width: 6.5rem;
	height: 0.2rem;
	background-color: #0064b1;
	position: absolute;
	bottom: -2.5rem;
	left: 50%;
	transform: translate(-50% , 0);
}
.weeksCont .event .eventCopy {
	margin-top: 4.5rem;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 2.8rem;
	text-align: center;
	overflow-wrap: anywhere;
}
.weeksCont .event .eventWrap {
	margin-top: 8rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 6rem 0;
}
.weeksCont .event .eventWrap + .eventWrap {
	margin-top: 6rem;
}
.weeksCont .event .eventWrap.tamagawa {
	margin-top: 0;
}
.weeksCont .shopName.tamagawa {
	margin-top: 6rem;
	font-size: 2.2rem;
	font-weight: 700;
	text-align: center;
	color: #0064b1;
	padding: 0.5rem 0;
	border-top: solid 0.2rem #0064b1;
	border-bottom: solid 0.2rem #0064b1;
}
.weeksCont .event .eventBox {
	width: 30.878%;
	display: flex;
	flex-direction: column;
}
.weeksCont .eventBox .shopName {
	font-size: 2.2rem;
	font-weight: 700;
	text-align: center;
	color: #0064b1;
	padding: 0.5rem 0;
	border-top: solid 1px #0064b1;
	border-bottom: solid 1px #0064b1;
}
.weeksCont .eventBox .pic {
	margin-top: 1rem;
}
.weeksCont .eventBox .eventTtl {
	margin-top: 1.5rem;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 2.4rem;
	overflow-wrap: anywhere;
}
.weeksCont .eventBox .day {
	margin-top: 2rem;
	line-height: 2rem;
}
.weeksCont .eventBox .day li {
	padding-left: 1em;
	text-indent: -1em;
}
.weeksCont .eventBox .detail {
	margin-top: 1.5rem;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}
.weeksCont .eventBox .detail .txt {	
	line-height: 1.8rem;
	overflow-wrap: anywhere;
}
.weeksCont .btn {
	padding-top: 4.5rem;
	margin-top: auto;
}
.weeksCont .btn.tamagawa {
	width: 40%;
	margin: auto auto 0;
}
.weeksCont .btn a {
	display: block;
	padding: 0.5rem 1rem 0.5rem 0.5rem;
	border: solid 1px #464646;
	font-size: 1.4rem;
	font-weight: 500;
	text-align: center;
	color: #464646;
	position: relative;
	cursor: pointer;
}
.weeksCont .btn a + a {
	margin-top: 1rem;
}
.weeksCont .btn a::after {
	content: "";
	width: 0.7rem;
	height: 0.7rem;
	position: absolute;
	top: 50%;
	right: 0.2rem;
	border-right: solid 1px #464646;
	border-bottom: solid 1px #464646;
	transform: rotate(-45deg) translate(0 , -50%);
}
.weeksCont .btn a span {
	font-size: 1.3rem;
}
@media (max-width: 768px) {
	.weeksCont .event {
		margin-top: 12.5rem;
		padding: 0;
	}
	.weeksCont .event h5 {
		font-size: 4.9rem;
	}
	.weeksCont .event h5::after {
		width: 6.3rem;
		height: 0.3rem;
	}
	.weeksCont .event .eventCopy {
		font-size: 3rem;
		line-height: 5.2rem;
	}
	.weeksCont .shopName.tamagawa {
		margin-top: 8rem;
		font-size: 3rem;
		padding: 0.7rem 0;
	}
	.weeksCont .event .eventWrap {
		margin-top: 8.5rem;
		gap: 8rem 0;
	}
	.weeksCont .event .eventWrap + .eventWrap {
		margin-top: 8rem;
	}
	.weeksCont .event .eventBox {
		width: 47.45%;
	}
	.weeksCont .eventBox .shopName {
		font-size: 3rem;
		padding: 0.7rem 0;
	}
	.weeksCont .eventBox .pic {
		margin-top: 1.5rem;
	}
	.weeksCont .eventBox .eventTtl {
		font-size: 3rem;
		line-height: 3.8rem;
	}
	.weeksCont .eventBox .day {
		margin-top: 3rem;
		font-size: 3rem;
		line-height: 3.8rem;
	}
	.weeksCont .eventBox .detail {
		margin-top: 3rem;
	}
	.weeksCont .eventBox .detail .txt {	
		line-height: 3.8rem;
	}
	.weeksCont .btn {
		padding-top: 2.5rem;
	}
	.weeksCont .btn.tamagawa {
		width: 100%;
	}
	.weeksCont .btn a {
		font-size: 2.1rem;
	}
	.weeksCont .btn a span {
		font-size: 1.6rem;
	}
}


/* story */
.story {
	margin-top: 6rem;
}
.story .inner {
	padding: 0 5rem;
}
.story .storyWrap {
	padding: 4.5rem 0 6rem;
	display: flex;
	flex-wrap: wrap;
	gap: 3.5rem;
}
.story .storyWrap .storyBox {
	width: 30.2%;
	display: flex;
	flex-direction: column;
	border: solid 1px #0064b1;
	border-radius: 1.2rem;
}
.story .storyWrap .storyBox a ,
.story .storyWrap .storyBox .storyBtn {
	display: block;
	color: #333;
}
.story .storyWrap .storyBox .storyBtn p {
	margin: 0;
}
.story .storyWrap .storyBox .storyBtn div {
	margin: 0;
	padding: 0;
}
.story .storyWrap .storyBox .storyBtn {
	padding: 0;
	line-height: 1;
}
.story .storyWrap .storyBox .storyBtn:hover {
	opacity: 0.7;
}
.story .storyWrap .storyBox div.detail {
	margin: 0;
	padding: 1.5rem 1rem 2rem;
	text-align: left;
}
.story .storyWrap .storyBox p.label {
	margin: 0;
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 800;
	line-height: 1;
	text-align: center;
	color: #fff;
	padding: 0.3rem 2rem;
	border-radius: 3rem;
}
.story .storyWrap .storyBox p.label.social {
	background-color: #d33d00;
}
.story .storyWrap .storyBox p.ttl {
	margin: 1rem 0 0 0.5rem;
	font-size: 2rem;
	font-weight: 700;
	line-height: 3rem;
}

@media (max-width: 768px) {
	.story {
		margin-top: 6.5rem;
	}
	.story .inner {
		padding: 0 6.5rem;
	}
	.story .storyWrap {
		padding: 4.5rem 0 10rem;
		gap: 4rem 0;
		justify-content: space-between;
	}
	.story .storyWrap .storyBox {
		width: 46.5%;
		border-radius: 1.4rem;
	}
	.story .storyWrap .storyBox div.detail {
		padding: 1.5rem 1rem 3rem;
	}
	.story .storyWrap .storyBox p.label {
		font-size: 2rem;
		padding: 0.3rem 3rem;
		border-radius: 3rem;
	}
	.story .storyWrap .storyBox p.ttl {
		margin: 1rem 0 0 1rem;
		font-size: 3rem;
		line-height: 4rem;
	}
}

/* modal */
body:has(dialog:modal) {
	touch-action: none;
	-webkit-overflow-scrolling: none;
	overflow: hidden;
	overscroll-behavior: none;
}
dialog {
	padding: 6rem 4.5rem;
	display: none;
	border: none;
	overflow-wrap: anywhere;
	overscroll-behavior-y: contain;
}
dialog[open] {
	display: block;
	background: none;
}
dialog::backdrop {
	background: rgba(0, 0, 0, 0.7);
	backdrop-filter: blur(0.4rem);
}
.dialogInner {
	width: 82rem;
	margin: 0 auto;
	position: relative;
}
dialog .close {
	position: absolute;
	top: 0;
	right: -4rem;
	width: 3.5rem;
	height: 3.5rem;
	z-index: 1000;
	cursor: pointer;
}
dialog .close::before ,
dialog .close::after {
	content: "";
	position: absolute;
	top: 0;
	left: calc(50% - 0.15rem);
	width: 0.3rem;
	height: 3.5rem;
	background: #fff;
}
dialog .close::before {
	transform: rotate(-45deg);
}
dialog .close::after {
	transform: rotate(45deg);
}
dialog .video {
	margin-top: 15px;
	width: 100%;
	aspect-ratio: 16 / 9;
	position: relative;
}
dialog .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media (max-width: 768px) {
	dialog {
		padding: 8.5rem 0;
	}
	.dialogInner {
		width: 69rem;
		max-width: 100%;
		padding: 1rem;
	}
	dialog .close {
		top: -2.5rem;
		right: 0.5rem;
		width: 4rem;
		height: 4rem;
	}
	dialog .close::before ,
	dialog .close::after {
		left: calc(50% - 0.2rem);
		height: 4rem;
	}
}

/* loop */
.loop {
	background: #f0f0f0;
	padding: 6rem 0;
}
.loop .loopContents {
	background: #fff;
	border: solid 3px #000;
	border-radius: 2rem;
	padding: 3.5rem 6rem 5.5rem;
}
.loop .lead {
	font-size: 3rem;
	font-weight: 700;
	line-height: 4.9rem;
	text-align: center;
}
.loop .loopLogo {
	width: 49.3rem;
	margin: 4rem auto 0;
}
.loop .mainTxt {
	margin-top: 4.5rem;
	font-size: 3rem;
	font-weight: 700;
	text-align: center;
}
.loop .txt {
	margin-top: 4.5rem;
	font-size: 1.8rem;
	font-weight: 600;
	text-align: center;
	line-height: 2.8rem;
}
.loop .btn {
	width: 27rem;
	margin: 4rem auto 0;
}
.loop .btn a {
	display: block;
	font-size: 2.2rem;
	font-weight: 600;
	color: #fff;
	background: #000;
	text-align: center;
	border-radius: 0.8rem;
	padding: 0.5rem 2.5rem 0.6rem;
	position: relative;
}
.loop .btn a::after {
	content: "";
	width: 1rem;
	height: 1rem;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 0.6rem);
	right: 1.5rem;
}
.loop details {
	text-align: center;
}
summary::-webkit-details-marker {
	display: none;
}
.loop .accodionBtn {
	display: inline-block;
	margin: 4rem auto 0;
	font-size: 2.2rem;
	font-weight: 600;
	color: #fff;
	background: #000;
	border-radius: 0.8rem;
	padding: 0.5rem 3.5rem 0.5rem 2rem;
	position: relative;
	cursor: pointer;
}
.loop .accodionBtn::after {
	content: "";
	width: 1rem;
	height: 1rem;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 0.7rem);
	right: 1.5rem;
}
.loop details[open] .accodionBtn::after {
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
	border-bottom: none;
	border-right: none;
	top: calc(50% - 0.2rem);
}
.loop .accordionContents {
	margin-top: 4rem;
	text-align: left;
}
.loop .accordionContents .txt {
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 2.8rem;
}
.loop .accordionContents .pic {
	margin: 5rem auto 0;
	width: 68.6rem;
}
.loop .loopLink {
	margin-top: 8rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.loop .loopLink > div {
	width: 34rem;
}
.loop .loopLink > div .linkTtl {
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 3.2rem;
	text-align: center;
}
.loop .loopLink > div .linkTtl span {
	display: inline-block;
	position: relative;
	padding: 0 3rem;
}
.loop .loopLink > div .linkTtl span::before ,
.loop .loopLink > div .linkTtl span::after {
	content: "";
	width: 3px;
	height: 3rem;
	background: #000;
	position: absolute;
	bottom: 0;
}
.loop .loopLink > div .linkTtl span::before {
	left: 0;
	transform: rotate(-20deg);
}
.loop .loopLink > div .linkTtl span::after {
	right: 0;
	transform: rotate(20deg);
}
/* .loop .loopLink > div:first-child .linkTtl span::before,
.loop .loopLink > div:first-child .linkTtl span::after {
	height: 5rem;
	bottom: 1rem;
} */
.loop .loopLink > div .bnr {
	margin-top: 2rem;
}
.loop .campaignBnr {
	max-width: 710px;
	margin: 30px auto 0;
	border: solid 3px #000;
	border-radius: 15px;
	background: #fff;
	position: relative;
	font-weight: 600;
}
.loop .campaignBnr::before {
	content: "";
	width: 100%;
	height: 100%;
	border: solid 3px #000;
	border-radius: 15px;
	position: absolute;
	bottom: -7px;
	right: -7px;
	/* z-index: -1; */
}
.loop .campaignBnr a {
	display: block;
	font-size: 28px;
	line-height: 38px;
	text-align: center;
	border-radius: 15px;
	background: #fff;
	padding: 10px 5px;
	position: relative;
}
.loop .campaignBnr a:hover {
	opacity: 1;
}
.loop .campaignBnr a .big {
	font-size: 30px;
}
.loop .campaignBnr a .small {
	font-size: 18px;
}
.loop .campaignBnr a::after {
	content: "";
	width: 10px;
	height: 10px;
	border-top: solid 3px #000;
	border-right: solid 3px #000;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 5px);
	right: 10px;
}
@media (max-width: 768px) {
	.loop {
		padding: 2rem 0;
	}
	.loop .loopContents {
		padding: 7.5rem 4rem;
	}
	.loop .lead {
		font-size: 3.5rem;
		line-height: 4.9rem;
	}
	.loop .loopLogo {
		width: 52.3rem;
		margin: 6rem auto 0;
	}
	.loop .mainTxt {
		font-size: 3.5rem;
	}
	.loop .txt {
		font-size: 3rem;
		line-height: 5.2rem;
	}
	.loop .btn {
		width: 43.3rem;
		margin: 5.5rem auto 0;
	}
	.loop .btn a {
		font-size: 3.5rem;
		border-radius: 1rem;
		padding: 1rem 3.5rem;
	}
	.loop .btn a::after {
		width: 2rem;
		height: 2rem;
		top: calc(50% - 1rem);
		right: 2.5rem;
	}
	.loop .accodionBtn {
		margin: 5.5rem auto 0;
		width: 43.3rem;
		font-size: 3.5rem;
		border-radius: 1rem;
		padding: 1rem 4rem 1rem 2rem;
	}
	.loop .accodionBtn::after {
		width: 2rem;
		height: 2rem;
		top: calc(50% - 1.5rem);
		right: 2.5rem;
	}
	.loop details[open] .accodionBtn::after {
		top: calc(50% - 0.3rem);
	}
	.loop .accordionContents {
		margin-top: 3.5rem;
	}
	.loop .accordionContents .txt {
		font-size: 3rem;
		line-height: 5.2rem;
		text-align: center;
	}
	.loop .accordionContents .pic {
		margin: 3.5rem auto 0;
		width: 100%;
	}
	.loop .loopLink {
		margin-top: 9rem;
		display: block;
	}
	.loop .loopLink > div {
		width: 100%;
	}
	.loop .loopLink > div + div {
		margin-top: 9rem;
	}
	.loop .loopLink > div .linkTtl {
		font-size: 3rem;
		line-height: 4.8rem;
	}
	.loop .loopLink > div .linkTtl span {
		padding: 0 8rem;
	}
	.loop .loopLink > div .linkTtl span::before ,
	.loop .loopLink > div .linkTtl span::after {
		height: 4rem;
		bottom: 0;
	}
	/* .loop .loopLink > div:first-child .linkTtl span::before,
	.loop .loopLink > div:first-child .linkTtl span::after {
		height: 9rem;
		bottom: -1rem;
	} */
	.loop .loopLink > div .bnr {
		margin-top: 4rem;
	}
	.loop .campaignBnr {
		max-width: 100%;
		margin: 4vw auto 0;
		border: solid 0.4vw #000;
		border-radius: 2vw;
	}
	.loop .campaignBnr::before {
		border: solid 0.4vw #000;
		border-radius: 2vw;
		bottom: -0.933vw;
		right: -0.933vw;
	}
	.loop .campaignBnr a {
		font-size: 3.733vw;
		line-height: 5.067vw;
		border-radius: 2vw;
		padding: 2.333vw 2vw;
	}
	.loop .campaignBnr a .big {
		font-size: 4vw;
	}
	.loop .campaignBnr a .small {
		font-size: 2.4vw;
	}
	.loop .campaignBnr a::after {
		width: 1.333vw;
		height: 1.333vw;
		border-top: solid 0.4vw #000;
		border-right: solid 0.4vw #000;
		top: calc(50% - 0.667vw);
		right: 1.333vw;
	}
}

/* otherSec */
.otherSec {
	background: #0064B4;
	padding: 6rem 0;
}
.otherSec .otherContents {
	background: #fff;
	border-radius: 2rem;
}
.otherSec .otherContents + .otherContents {
	margin-top: 6rem;
}
@media (max-width: 768px) {
	.otherSec {
		padding: 2rem 0;
	}
	.otherSec .otherContents + .otherContents {
		margin-top: 2.5rem;
	}
}

/* fooddrive */
.otherSec .fooddrive {
	padding: 2.5rem 6rem 4.5rem;
}
.otherSec .fooddrive .mainTxt {
	font-size: 3rem;
	font-weight: 700;
	line-height: 4.9rem;
	text-align: center;
}
.otherSec .fooddrive .foodBox {
	margin-top: 2rem;
	display: flex;
	align-items: center;
	gap: 0 3rem;
}
.otherSec .fooddrive .foodBox .pic {
	width: 34.2rem;
}
.otherSec .fooddrive .foodBox .txt {
	width: 50%;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 2.8rem;
}
@media (max-width: 768px) {
	.otherSec .fooddrive {
		padding: 6.5rem 4rem 8rem;
	}
	.otherSec .fooddrive .mainTxt {
		font-size: 3.5rem;
		line-height: 4.9rem;
	}
	.otherSec .fooddrive .foodBox {
		margin-top: 5rem;
		flex-direction: column-reverse;
		gap: 3rem 0;
	}
	.otherSec .fooddrive .foodBox .pic {
		width: 100%;
	}
	.otherSec .fooddrive .foodBox .txt {
		width: 100%;
		font-size: 3rem;
		line-height: 5.2rem;
		text-align: center;
	}
}

/* shrimp */
.otherSec .shrimp {
	padding: 2.5rem 6rem 4.5rem;
}
.otherSec .shrimp .mainTxt {
	font-size: 3rem;
	font-weight: 700;
	line-height: 4.9rem;
	text-align: center;
}
.otherSec .shrimp .shrimpBox {
	margin-top: 2rem;
	display: flex;
	align-items: center;
	gap: 0 3rem;
}
.otherSec .shrimp .shrimpBox .pic {
	width: 34.2rem;
}
.otherSec .shrimp .shrimpBox .txt {
	width: 50%;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 2.8rem;
}
@media (max-width: 768px) {
	.otherSec .shrimp {
		padding: 6.5rem 4rem 8rem;
	}
	.otherSec .shrimp .mainTxt {
		font-size: 3.5rem;
		line-height: 4.9rem;
	}
	.otherSec .shrimp .shrimpBox {
		margin-top: 5rem;
		flex-direction: column-reverse;
		gap: 3rem 0;
	}
	.otherSec .shrimp .shrimpBox .pic {
		width: 100%;
	}
	.otherSec .shrimp .shrimpBox .txt {
		width: 100%;
		font-size: 3rem;
		line-height: 5.2rem;
		text-align: center;
	}
}

/* onlineArea */
.onlineArea {
	padding: 10rem 0 0;
}
.onlineArea .onlineLead {
	margin-top: 2rem;
	font-size: 1.9rem;
	font-weight: 500;
	text-align: center;
	line-height: 1.5;
}
.onlineArea .bnrWrap {
	margin-top: 3.5rem;
}
.onlineArea .bnrLead {
	font-size: 1.9rem;
	font-weight: 500;
	text-align: center;
	line-height: 1.5;
}
.onlineArea .onlinePeriod {
	margin-top: 1rem;
	font-size: 1.9rem;
	font-weight: 500;
	text-align: center;
}
.onlineArea .onlineNote {
	margin-top: 0.5rem;
	font-size: 1.9rem;
	font-weight: 500;
	text-align: center;
}
.onlineArea .onlineBox {
	margin-top: 1.5rem;
}
.onlineArea li:first-child .onlineBox {
	margin-top: 1rem;
}
.onlineArea .onlineBox + .onlineBox {
	margin-top: 2.5rem;
}
.onlineArea li + li {
	margin-top: 3.5rem;
}
.onlineArea .onlineBox .onlineTxt {
	font-size: 1.9rem;
	font-weight: 600;
	text-align: center;
	margin-bottom: 1.5rem;
}
.onlineArea .onlineBox .bnr a {
	display: block;
	width: 61.5rem;
	margin: 0 auto;
	border: 0.2rem solid #000;
	text-align: center;
	position: relative;
}
.onlineArea .onlineBox .bnr a::after {
	content: "";
	width: 1rem;
	height: 1rem;
	border-top: solid 0.1rem #000;
	border-right: solid 0.1rem #000;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 0.5rem);
	right: 2.5rem;
}
.onlineArea .onlineBox .bnr.onlineBnr a {
	padding: 2rem;
	min-height: 9.2rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.onlineArea .onlineBox .bnr.onlineBnr.comming a {
	pointer-events: none;
	min-height: 11.1rem;
}
.onlineArea .onlineBox .bnr.onlineBnr.comming a::before {
	content: "";
	width: 9.4rem;
	height: 9.4rem;
	background: url(/base/pc/store/special/tsunaguaction/2025aw/img/top/comming.png);
	background-size: contain;
	position: absolute;
	top: 0.5rem;
	left: 2.5rem;
}
.onlineArea .onlineBox .bnr.onlineBnr.comming a::after {
	content: none;
}
.onlineArea .onlineBox .bnr.onlineBnr a img {
	width: 27rem;
}
.onlineArea .onlineBox .bnr.fsBnr a {
	padding: 1rem;
}
.onlineArea .onlineBox .bnr.fsBnr.comming a {
	padding: 2rem;
	min-height: 11.1rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	pointer-events: none;
}
.onlineArea .onlineBox .bnr.fsBnr.comming a::before {
	content: "";
	width: 9.4rem;
	height: 9.4rem;
	background: url(/base/pc/store/special/tsunaguaction/2025aw/img/top/comming.png);
	background-size: contain;
	position: absolute;
	top: 0.5rem;
	left: 2.5rem;
}
.onlineArea .onlineBox .bnr.fsBnr.comming a::after {
	content: none;
}
.onlineArea .onlineBox .bnr.fsBnr a img {
	width: 27.5rem;
}
@media (max-width: 768px) {
	.onlineArea {
		padding: 10rem 0 0;
	}
	.onlineArea .onlineLead {
		font-size: 3rem;
		line-height: 3.6rem;
		margin: 2rem -2rem 0;
	}
	.onlineArea .bnrWrap {
		margin-top: 6rem;
	}
	.onlineArea .bnrLead {
		font-size: 3rem;
		line-height: 3.6rem;
	}
	.onlineArea .onlinePeriod {
		margin-top: 2rem;
		font-size: 3rem;
		line-height: 3.6rem;
	}
	.onlineArea .onlineNote {
		margin-top: 1rem;
		font-size: 3rem;
		line-height: 3.6rem;
	}
	.onlineArea .onlineBox {
		margin-top: 2.5rem;
	}
	.onlineArea li:first-child .onlineBox {
		margin-top: 2rem;
	}
	.onlineArea .onlineBox + .onlineBox {
		margin-top: 7.5rem;
	}
	.onlineArea li + li {
		margin-top: 6.5rem;
	}
	.onlineArea .onlineBox .onlineTxt {
		font-size: 3rem;
		line-height: 3.6rem;
		margin-bottom: 1.5rem;
	}
	.onlineArea .onlineBox .bnr a {
		width: 100%;
		border: 0.3rem solid #000;
	}
	.onlineArea .onlineBox .bnr a::after {
		width: 2rem;
		height: 2rem;
		border-top: solid 0.3rem #000;
		border-right: solid 0.3rem #000;
		top: calc(50% - 1rem);
		right: 3rem;
	}
	.onlineArea .onlineBox .bnr.onlineBnr a {
		padding: 3.5rem;
		min-height: 13.7rem;
	}
	.onlineArea .onlineBox .bnr.onlineBnr.comming a {
		min-height: 16rem;
	}
	.onlineArea .onlineBox .bnr.onlineBnr.comming a::before {
		width: 9.2rem;
		height: 9.2rem;
		top: calc(50% - 4.6rem);
		left: 1.5rem;
	}
	.onlineArea .onlineBox .bnr.onlineBnr a img {
		width: 35.8rem;
	}
	.onlineArea .onlineBox .bnr.fsBnr a {
		padding: 2.5rem 2rem;
	}
	.onlineArea .onlineBox .bnr.fsBnr.comming a::before {
		width: 6.4rem;
		height: 6.4rem;
		top: calc(50% - 3.2rem);
		left: 2.5rem;
	}
	.onlineArea .onlineBox .bnr.fsBnr a img {
		width: 41.3rem;
	}
}

/* topics */
.topics .topicsInner {
	padding: 5rem 5rem 5.5rem;
}
.topics .topicsTtl {
	font-size: 2.7rem;
	font-weight: 700;
	text-align: center;
}
.topics .topicsContents {
	margin-top: 4.5rem;
	display: flex;
	flex-wrap: wrap;
	gap: 3rem 5.5rem;
}
.topics .topicsContents .topicsBox {
	width: 28.45%;
}
.topics .topicsContents .topicsBox .article-title {
	margin-top: 1.5rem;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 2rem;
}
.topics .topicsContents .topicsBox .copy {
	margin-top: 1rem;
	font-size: 1.1rem;
	font-weight: 600;
	line-height: 1.5rem;
}
.topics .topicsContents .topicsBox .day {
	margin-top: 1.5rem;
	font-size: 1.1rem;
	font-weight: 600;
	line-height: 1.5rem;
}
.topics .moreBtn a {
	display: block;
	width: 25rem;
	margin: 6rem auto 0;
	font-size: 1.4rem;
	font-weight: 500;
	text-align: center;
	padding: 1.5rem;
	border: 0.1rem solid #000;
}
@media (max-width: 768px) {
	.topics .topicsInner {
		padding: 6.5rem 4rem 8rem;
	}
	.topics .topicsTtl {
		font-size: 4.3rem;
	}
	.topics .topicsContents {
		margin-top: 5rem;
		justify-content: space-between;
		gap: 5rem 0;
	}
	.topics .topicsContents .topicsBox {
		width: 47.685%;
	}
	.topics .topicsContents .topicsBox .article-title {
		font-size: 2.3rem;
		line-height: 3.3rem;
	}
	.topics .topicsContents .topicsBox .copy {
		font-size: 2.2rem;
		line-height: 3rem;
	}
	.topics .topicsContents .topicsBox .day {
		margin-top: 2rem;
		font-size: 2.2rem;
		line-height: 3rem;
	}
	.topics .moreBtn a {
		width: 36.7rem;
		margin: 6rem auto 0;
		font-size: 2.8rem;
		padding: 2rem;
	}
}

/* links */
.links {
	padding: 7rem 8rem;
}
@media (max-width: 768px) {
	.links {
		padding: 6rem 3rem;
	}
}

/* shop */
.shop .shopTtl {
	font-size: 2.1rem;
	font-weight: 600;
	text-align: center;
}
.shop .shopList {
	margin-top: 5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 3rem 0;
}
.shop .shopList li {
	width: 47%;
}
.shop .shopList li a {
	display: block;
	padding: 1.2rem 2rem;
	width: 100%;
	font-size: 1.9rem;
	font-weight: 600;
	background: #fff;
	border: solid 0.2rem #000;
	position: relative;
}
.shop .shopList li a::after {
	content: "";
	border-top: solid 0.2rem #000;
	border-right: solid 0.2rem #000;
	width: 1.5rem;
	height: 1.5rem;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 0.7rem);
	right: 1.5rem;
}
.shop .shopList li a:hover {
	opacity: 0.7;
}
@media (max-width: 768px) {
	.shop .shopTtl {
		font-size: 3rem;
		line-height: 3.6rem;
	}
	.shop .shopList {
		margin-top: 4rem;
		flex-direction: column;
		gap: 2.5rem 0;
	}
	.shop .shopList li {
		width: 97%;
		margin: 0 auto;
	}
	.shop .shopList li a {
		padding: 2rem 6rem;
		font-size: 3rem;
		border: solid 0.3rem #000;
	}
	.shop .shopList li a::after {
		border-top: solid 0.3rem #000;
		border-right: solid 0.3rem #000;
		width: 2rem;
		height: 2rem;
		top: calc(50% - 1rem);
		right: 3rem;
	}
}

/* note */
.note .inner {
	padding: 5rem 0;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 2.3rem;
}
@media (max-width: 768px) {
	.note .inner {
		padding: 6rem 2.5rem;
		font-size: 2.4rem;
		line-height: 4.1rem;
	}
}

/* campaignBtn */
.campaignBtn {
	width: 30.7rem;
	position: fixed;
	bottom: 5rem;
	right: 9.5rem;
	z-index: 999;
}
.campaignBtn .campaignClose {
	width: 2.3rem;
	height: 2.3rem;
	position: absolute;
	top: -1rem;
	right: -1rem;
	cursor: pointer;
	z-index: 5;
}
.campaignBtn .campaignClose img {
	vertical-align: top;
}
.campaignBtn a {
	display: block;
}
.campaignBtn .campaignClose {
	transition: opacity 0.3s ease-out;
}
.campaignBtn .campaignClose:hover {
	opacity: 0.7;
}
.campaignBtn .campaignClose:focus-visible {
	outline: auto;
}
@media (max-width: 768px) {
	.campaignBtn {
		width: 90%;
		bottom: auto;
		right: auto;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.campaignBtn .campaignClose {
		width: 6rem;
		height: 6rem;
		top: -2rem;
		right: -2rem;
	}
}

