@charset "utf-8";

@font-face {
	font-family: 'NotoSansJP-VariableFont_wght';
	font-style: normal;
	font-weight: 400, 500,700,900;
	src: url('../fonts/NotoSansJP-VariableFont_wght.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto-VariableFont_wdth,wght';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/Roboto-VariableFont_wdth,wght.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto Italic Variable';
	font-style: italic;
	font-weight: 500;
	src: url('../fonts/Roboto-Italic-VariableFont_wdth,wght.ttf') format('truetype');
}

body #allWrap {
	font-size: 18px;
	font-family: 'NotoSansJP-VariableFont_wght', sans-serif;
	line-height: 1;
	font-weight: 500;
	font-style: normal;
	color: #333;
}
#allWrap .pc {
	display: block;
}
#allWrap .sp {
	display: none;
}
@media screen and (max-width: 768px) {
	#allWrap .pc {
	display: none;
	}
	#allWrap .sp {
	display: block;
	}
}
#allWrap ol,
#allWrap ul {
	list-style: none;
}
#allWrap table {
	border-collapse: collapse;
	border-spacing: 0;
}
#allWrap a:hover {
	opacity: 0.6;
	text-decoration: none;
}
#allWrap .inner {
	margin: 0 auto;
	padding-left: 10rem;
	padding-right: 10rem;
	max-width: 120rem;
	width: auto;
	position: static;
}
.summer .wrap {
	display: flex;
	flex-wrap: wrap;
}
.summer a {
	color: #333;
}
.summer p,
.summer ul,
.summer dl {
	margin-bottom: 0;
}
.summer ul,
.summer ol {
	padding-left: 0;
}
.summer dl dt {
	font-weight: normal;
}
.summer button {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	color: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family:inherit;
}
.summer a {
	color: #333;
}
.summer h2 {
	margin-bottom: 0;
}
@media screen and (max-width: 768px) {
	#allWrap .inner {
		padding-left: 3rem;
		padding-right: 3rem;
	}
}

/* mv */
.summer .mv {
	margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
	.summer .mv {
		margin-top: 0;
	}
}

/* menu */
#allWrap .navi {
	background-color: #fff;
	z-index: 99;
	position: sticky;
	top: 6.7rem;
}
#allWrap .navi ul {
	margin: 0 auto;
	padding: 1rem 0;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 9rem;
}
#allWrap .navi ul li {
	padding-left: 0.8rem;
	padding-right: 0.8rem;
	width: 17.8rem;
	height: 7rem;
	background-image: repeating-linear-gradient(180deg, #ffab48, #ffab48 5px, transparent 5px, transparent 9px);
	background-position: right top 1px;
	background-repeat: repeat-y;
	background-size: 2px calc(100% * 9);
}
#allWrap .navi ul li.top,
#allWrap .navi ul li.tshirt {
	width: 13.6rem;
}
#allWrap .navi ul li.tshirt {
	background-image: none;
}
#allWrap .navi ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2rem;
	font-weight: 900;
	line-height: 2.4rem;
	text-align: center;
	height: 7rem;
}
#allWrap .navi ul li.cur a {
	background-color: #fff68a;
	border-radius: 1rem;
}
#allWrap .navi ul li.top a {
	color: #f08200;
}
#allWrap .navi ul li.event a {
	color: #6aad00;
}
#allWrap .navi ul li.sweets a {
	color: #00b0ec;
}
#allWrap .navi ul li.gourmet a {
	color: #eb3340;
}
#allWrap .navi ul li.cheers a {
	color: #7840b2;
}
#allWrap .navi ul li.tshirt a {
	color: #ff539f;
}
@media screen and (max-width: 768px) {
	#allWrap .navi {
		top: 0;
	}
	#allWrap .navi ul {
		padding: 0 4vw;
		display: flex;
		flex-wrap: wrap;
		height: auto;
	}
	#allWrap .navi ul li {
		margin: 0.9rem 0;
		padding: 0 0.9rem;
		width: 32.4vw;
		height: auto;
		background-image: repeating-linear-gradient(180deg, #ffab48, #ffab48 0.8vw, transparent 0.8vw, transparent 1.333vw);
		background-position: right top;
		background-repeat: repeat-y;
		background-size: 0.267vw 100%;
		position: relative;
	}
	#allWrap .navi ul li.top,
	#allWrap .navi ul li.gourmet {
		width: 26.667vw;
	}
	#allWrap .navi ul li.sweets {
		background-image: none;
	}
	#allWrap .navi ul li.tshirt {
		width: 32.4vw;
	}
	#allWrap .navi ul li.top::after,
	#allWrap .navi ul li.event::after,
	#allWrap .navi ul li.sweets::after {
		display: block;
		content: '';
		position: absolute;
		left: 0.933vw;
		bottom: -0.9rem;
		width: 93%;
		background-image: repeating-linear-gradient(90deg, #ffab48, #ffab48 0.8vw, transparent 0.8vw, transparent 1.333vw);
		background-position: left bottom;
		background-repeat: repeat-x;
		background-size: 100% 0.267vw;
		height: 0.267vw;
	}
	#allWrap .navi ul li a {
		font-size: 1.4rem;
		line-height: 1.8rem;
		height: 5rem;
	}
}

/* btnMore */
.summer .btnMore {
	margin: 3rem auto 0;
	width: 36rem;
	position: relative;
}
.summer .btnMore a,
.summer .btnMore span {
	display: block;
	padding: 1.7rem 1.5rem;
	font-size: 2rem;
	font-weight: 700;
	color: #fff;
	background-color: #f08200;
	border-radius: 4rem;
	text-align: center;
	position: relative;
}
.summer .btnMore a::before,
.summer .btnMore a::after,
.summer .btnMore span::before,
.summer .btnMore span::after {
	display: block;
	content: '';
	width: 1.2rem;
	height: 0.4rem;
	background-color: #fff;
	border-radius: 0.2rem;
	position: absolute;
	top: calc(50% - 0.2rem);
	right: 2rem;
	transform-origin: 92% center;
}
.summer .btnMore a::before,
.summer .btnMore span::before {
	transform: rotate(45deg);
}
.summer .btnMore a::after,
.summer .btnMore span::after {
	transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
	.summer .btnMore {
		margin: 1.5rem auto 0;
		width: 80%;
	}
	.summer .btnMore a {
		padding: 1.7rem;
		font-size: 1.4rem;
	}
	.summer .btnMore a::before,
	.summer .btnMore a::after,
	.summer .btnMore span::before,
	.summer .btnMore span::after {
		width: 0.9rem;
		height: 0.3rem;
		top: calc(50% - 0.15rem);
		transform-origin: 90% center;
	}
}

/* framebox */
.framebox {
	padding: 7.5rem 4rem;
	background-color: #fff;
	border-radius: 3rem;
}
.framebox h3 {
	padding-left: 3rem;
	font-size: 2.4rem;
	position: relative;
}
.framebox h3::before {
	display: block;
	content: '';
	width: 2.6rem;
	height: 3rem;
	background-image: url(/pages/summer/img/icon_tag.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
}
.framebox .btnMore + h3 {
	margin-top: 8rem;
}
.framebox iframe {
	border: none;
}
@media screen and (max-width: 768px) {
	.framebox {
		padding: 2rem 1.5rem 3rem;
	}
	.framebox h3 {
		padding-left: 2.3rem;
		font-size: 1.7rem;
	}
	.framebox h3::before {
		width: 1.9rem;
		height: 2.3rem;
	}
	.framebox iframe {
		height: 380px !important;
	}
}


/* bnrArea */
.summer .bnrArea h3 {
	margin-top: 6rem;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
}
.summer .bnrArea h3 span {
	padding: 0 1.5rem;
	position: relative;
}
.summer .bnrArea h3 span::before,
.summer .bnrArea h3 span::after {
	display: block;
	content: '';
	width: 0.2rem;
	height: 2.5rem;
	background-color: #333;
	position: absolute;
	top: 0.5rem;
}
.summer .bnrArea h3 span::before {
	left: 0;
	transform: rotate(-25deg);
}
.summer .bnrArea h3 span::after {
	right: 0;
	transform: rotate(25deg);
}
@media screen and (max-width: 768px) {
	#allWrap.summer .bnrArea .inner {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	.summer .bnrArea h3 {
		margin-top: 2.5rem;
		font-size: 1.4rem;
		line-height: 2rem;
	}
	.summer .bnrArea h3 span {
		display: block;
		padding: 0;
	}
	.summer .bnrArea h3 span::before,
	.summer .bnrArea h3 span::after {
		top: 1.2rem;
	}
	.summer .bnrArea h3 span::before {
		left: 1rem;
	}
	.summer .bnrArea h3 span::after {
		right: 1rem;
	}
	.summer .bnrArea h3.character span::before,
	.summer .bnrArea h3.character span::after {
		top: 0;
	}
}

/* sns */
.summer .area_sns {
	margin: 7rem auto 0;
	max-width: 98rem;
	text-align: center;
}
.summer .area_sns .instagram {
	margin: 0 auto;
	width: 62rem;
	position:relative;
}
.summer .area_sns .instagram a {
	display: flex;
	align-items: center;
	padding: 2.8rem 4rem;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	background: linear-gradient(90deg, rgba(235,51,114,1) 0%, rgba(248,140,0,1)100%);
	border-radius: 2rem;
	box-shadow: 0px 5px 0px 0px rgba(178,220,245,1);
	position: relative;
}
.summer .area_sns .instagram a::after {
	display: block;
	content: '';
	width: 2.2rem;
	height: 2.2rem;
	border-right: solid 0.4rem #fff;
	border-bottom: solid 0.4rem #fff;
	transform: rotate(-45deg);
	position: absolute;
	top: calc(50% - 1.1rem);
	right: 3.5rem;
}
.summer .area_sns .instagram .icon {
	margin-right: 1.5rem;
	width: 6rem;
}
.summer .area_sns .instagram .txt span {
	display: block;
	margin-bottom: 1rem;
	font-size: 2rem;
}
@media screen and (max-width: 768px) {
	.summer .area_sns {
		margin: 4rem auto 0;
		max-width: 100%;
	}
	.summer .area_sns .instagram {
		margin: 0 auto;
		width: 96%;
	}
	.summer .area_sns .instagram a {
		padding: 1.4rem 3.3rem 1.8rem 2rem;
		font-size: 1.2rem;
		text-align: left;
	}
	.summer .area_sns .instagram .icon {
		margin-right: 1.6rem;
		width: 14%;
	}
	.summer .area_sns .instagram .txt span {
		margin-bottom: 0.5rem;
		font-size: 1.4rem;
		line-height: 1.3;
	}
}

.summer .area_sns .others {
	margin: 5rem auto 7rem;
}
.summer .area_sns .others p {
	font-size: 1.8rem;
	margin-bottom: 2rem;
}
.summer .area_sns .others p::before{
	content:"＼";
	display: inline-block;
	transform: rotate(20deg);
}
.summer .area_sns .others p::after{
	content:"／";
	display: inline-block;
	transform: rotate(-20deg);
}
.summer .area_sns .others ul {
	display: flex;
	justify-content: center;
	align-items: center;
}
.summer .area_sns .others ul li {
	padding: 0 1rem;
	width: 5rem;
	box-sizing: content-box;
}
.summer .area_sns .others ul li:nth-child(2) {
	width: 4rem;
}
@media screen and (max-width: 768px) {
	.summer .area_sns .others {
		margin: 3rem auto 2.5rem;
	}
	.summer .area_sns .others p {
		font-size: 1.4rem;
		margin-bottom: 1rem;
	}
	.summer .area_sns .others ul li {
		width: 4rem;
	}
	.summer .area_sns .others ul li:nth-child(2) {
		width: 3rem;
	}
}

[v-cloak] {
	display: none;
}

/* modal */
.summer a.modalBtn {
	display: flex;
	flex-direction: column;
	height: 100%;
}
/* フェードイン・フェードアウト */
@keyframes mmfadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}
@keyframes mmfadeOut {
	from { opacity: 1; }
	to { opacity: 0; }
}
.summer .micromodalSlide {
	display: none;
}
.summer .micromodalSlide.is-open {
	display: block;
}
.summer .micromodalSlide[aria-hidden="false"] .modalOverlay {
	animation: mmfadeIn .5s cubic-bezier(0.0, 0.0, 0.2, 1);
}
.summer .micromodalSlide[aria-hidden="true"] .modalOverlay {
	animation: mmfadeOut .5s cubic-bezier(0.0, 0.0, 0.2, 1);
}
.summer .micromodalSlide .modalOverlay {
	will-change: transform;
}
.summer .modalOverlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.8);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 100;
}
.summer .modalContainer {
	padding: 0;
	background: #fff;
	border-radius: 2rem;
	width: 100rem;
	position: relative;
}
.summer .modalDocument {
	padding: 6.5rem 6rem;
	max-height: calc(100vh - 20rem);
	overflow-y: auto;
	scrollbar-width: none
}
/* 見出しを非表示にする */
.summer .modalHeaderHidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
/* .modalClose */
.summer .modalClose {
	position: absolute;
	top: 1.5rem;
	right: 1.5rem;
	width: 4.2rem;
	height: 4.2rem;
	border-radius: 2rem;
	z-index: 10;
}
.summer .modalClose::after,
.summer .modalClose::before {
	content: "";
	position: absolute;
	width: 0.2rem;
	height: 2rem;
	top: 50%;
	left: 50%;
	background: #fff;
	transition: opacity 0.3s ease-out;
}
.summer .modalClose::before {
	transform: translate(-50%, -50%) rotate(45deg);
}
.summer .modalClose::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}
.summer .modalDocument .wrap {
	margin-top: 0;
	display: flex;
	gap: 0 4.5%;
}
.summer .modalDocument .modalDetail {
	width: 47.7%;
}
.summer .modalDocument .modalDetail .modalItemName {
	margin-top: 3rem;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 3.2rem;
}
.summer .modalDocument .modalDetail .modalItemName:nth-of-type(1) {
	margin-top: 0;
}
.summer .modalDocument .modalDetail .modalPrice {
	margin-top: 1.5rem;
	font-size: 1.4rem;
}
.summer .modalDocument .modalDetail .modalPrice span {
	font-size: 2rem;
}
.summer .modalDocument .modalDetail .modalNote {
	margin-top: 0.5rem;
	font-size: 1.4rem;
	line-height: 2rem;
}
.summer .modalDocument .modalDetail .modalIcons {
	margin-top: 2rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}
.summer .modalDocument .modalDetail .modalIcons li {
	padding: 0.6rem 0.9rem;
	font-size: 1.2rem;
	border-radius: 0.3rem;
}
.summer .modalDocument .modalDetail .modalIcons li.gentei {
	border: none;
	background-color: #ffdfdf;
	color: #ff0000
}
.summer .modalDocument .modalDetail .modalIcons li.soramachi {
	border: none;
	background-color: #dbf6ff;
	color: #00a4e1
}
.summer .modalDocument .modalDetail .modalTxt {
	margin-top: 1.5rem;
	font-size: 1.4rem;
	line-height: 2rem;
}
.summer .modalDocument .modalDetail .modalCopy {
	margin-top: 1.5rem;
	font-size: 1.4rem;
	line-height: 2rem;
}
.summer .modalDocument .modalDetail .modalShop {
	margin-top: 3.5rem;
	padding: 2rem;
	border-radius: 1rem;
	font-size: 1.4rem;
}
.summer .modalDocument .modalDetail .modalShopWrap {
	margin-top: 1.5rem;
	display: flex;
	gap: 0 2.5rem;
}
.summer .modalDocument .modalDetail .moadlPlace {
	padding-left: 1.5rem;
	position: relative;
}
.summer .modalDocument .modalDetail .moadlPlace::before {
	display: block;
	content: '';
	background-repeat: no-repeat;
	background-size: contain;
	width: 1.1rem;
	height: 1.4rem;
	position: absolute;
	top: calc(50% - 0.6rem);
	left: 0;
}
.summer .modalDocument .modalDetail .modalTel {
	padding-left: 1.5rem;
	position: relative;
}
.summer .modalDocument .modalDetail .modalTel::before {
	display: block;
	content: '';
	background-repeat: no-repeat;
	background-size: contain;
	width: 1.1rem;
	height: 1.4rem;
	position: absolute;
	top: calc(50% - 0.6rem);
	left: 0;
}
.summer .modalDocument .modalDetail .modalInfoBtn {
	width: 25rem;
}
.summer .modalDocument .modalDetail .modalInfoBtn a {
	font-size: 1.6rem;
}
.summer .modalDocument .modalDetail .modalInfoBtn a::before,
.summer .modalDocument .modalDetail .modalInfoBtn a::after {
	width: 1rem;
	height: 0.2rem;
	top: calc(50% - 0.1rem);
}
.summer .modalDocument .modalPic {
	width: 47.7%;
}
.summer .modalDocument .modalPic img {
	border-radius: 1.5rem;
}
@media screen and (max-width: 768px) {
	.summer .modalContainer {
		border-radius: 1.5rem;
		width: 84.2%;
	}
	.summer .modalDocument {
		padding: 5rem 3rem 3rem;
	}
	/* .modalClose */
	.summer .modalClose {
		top: 1.2rem;
		right: 1.2rem;
		width: 3.1rem;
		height: 3.1rem;
		border-radius: 3rem;
	}
	.summer .modalDocument .wrap {
		flex-direction: column-reverse;
		gap: 2rem 0;
	}
	.summer .modalDocument .modalDetail {
		width: 100%;
	}
	.summer .modalDocument .modalDetail .modalItemName {
		font-size: 1.8rem;
		line-height: 2.6rem;
	}
	.summer .modalDocument .modalDetail .modalPrice {
		margin-top: 1rem;
		font-size: 1.2rem;
	}
	.summer .modalDocument .modalDetail .modalPrice span {
		font-size: 1.8rem;
	}
	.summer .modalDocument .modalDetail .modalIcons {
		margin-top: 1rem;
		gap: 0.3rem;
	}
	.summer .modalDocument .modalDetail .modalIcons li {
		padding: 0.3rem 0.7rem 0.5rem;
		font-size: 1rem;
	}
	.summer .modalDocument .modalDetail .modalTxt {
		margin-top: 1rem;
		font-size: 1.2rem;
		line-height: 1.8rem;
	}
	.summer .modalDocument .modalDetail .modalCopy {
		margin-top: 1rem;
		font-size: 1.2rem;
		line-height: 1.8rem;
	}
	.summer .modalDocument .modalDetail .modalShop {
		margin-top: 3.2rem;
		padding: 1.3rem 1.5rem;
		border-radius: 1rem;
		font-size: 1.2rem;
	}
	.summer .modalDocument .modalDetail .modalShopWrap {
		margin-top: 1.2rem;
		gap: 0 2.5rem;
	}
	.summer .modalDocument .modalDetail .moadlPlace {
		padding-left: 1.5rem;
	}
	.summer .modalDocument .modalDetail .moadlPlace::before {
		width: 1rem;
		height: 1.3rem;
	}
	.summer .modalDocument .modalDetail .modalTel {
		padding-left: 1.5rem;
	}
	.summer .modalDocument .modalDetail .modalTel::before {
		width: 1rem;
		height: 1.3rem;
	}
	.summer .modalDocument .modalDetail .modalInfoBtn {
		width: 100%;
	}
	.summer .modalDocument .modalDetail .modalInfoBtn a {
		font-size: 1.2rem;
	}
	.summer .modalDocument .modalDetail .modalInfoBtn a::before,
	.summer .modalDocument .modalDetail .modalInfoBtn a::after {
		width: 1rem;
		height: 0.2rem;
		top: calc(50% - 0.1rem);
	}
	.summer .modalDocument .modalPic {
		width: 100%;
	}
	.summer .modalDocument .modalPic img {
		border-radius: 1rem;
	}
}


/* gototop */
#gototop {
	position: fixed;
	right: 2rem;
	bottom: 2rem;
	width: 17.3rem;
	z-index: 100;
}
#gototop a {
	display: block;
	position: relative;
}
@media screen and (max-width: 768px) {
	#gototop {
		bottom: 7rem;
		width: 26%
	}
}
