@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP&family=Oswald&display=swap');

/*----------------------------
	furisode common.css
------------------------------*/
@media (max-width: 1300px) {
	html {
		font-size: 0.769230vw;
	}
}
@media (max-width: 768px) {
	html {
		font-size: 1.333333vw;
	}
}
body {
	overflow-wrap: anywhere;
}
body.menuOpen {
	overflow: hidden;
	padding-right: 15px;
}
main {
	margin: 0 auto;
	max-width: 130rem;
	font-size: 1.6rem;
}
@media (max-width: 768px) {
	main {
		font-size: 3rem;
	}
}
button, input, select, textarea {
	font: inherit;
	color: inherit;
	background: transparent;
	border: none;
	border-radius: 0;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
button {
	cursor: pointer;
}
textarea {
	resize: vertical;
}
a {
	color: #333;
	text-decoration: none;
}
a,
button {
	transition: opacity 0.3s ease-out;
}
a:hover,
button:hover {
	opacity: 0.7;
}
img {
	max-width: 100%;
	height: auto;
}
img[src$=".svg"] {
	width: 100%;
	height: auto;
}
/* スクリーンリーダー用 */
.srOnly {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
/* for safari */
/* @supports (-webkit-hyphens: none) {
	[tabindex="-1"]:focus-visible {
		outline: none !important;
	}
} */

/* .menuButton
-------------------------------------------------------------------------------------------- */
.menuButton{
	position: absolute;
	z-index: 102;
	top: 3rem;
	right: 2.5rem;
	width: 10rem;
	height: 8rem;
	cursor: pointer;
}
.menuButton.fixed {
	position: fixed;
	top: 5rem;
	left: 50%;
	margin-left: 52rem;
}
.menuButton .bar {
	width: 100%;
	height: 0.6rem;
	background-color: #333;
	transition: transform 0.3s;
	border-radius: 0.4rem;
	position: absolute;
	left: 0;
}
.menuButton .bar:nth-of-type(1) {
	top: 0;
}
.menuButton .bar:nth-of-type(2) {
	top: 2.6rem;
}
.menuButton .menuLabel {
	display: block;
	text-align: center;
	padding: 4rem 0 0;
	font-size: 3rem;
}
.menuOpen .menuButton#menuButton {
	display: none;
}
.menuOpen .menuButton {
	width: 10rem;
	height: 10rem;
	top: 5rem;
	right: 2.5rem;
}
.menuOpen .menuButton .bar {
	background-color: #fff;
	width: 10rem;
  height: 0.6rem;
}
.menuOpen .menuButton .bar:nth-of-type(1) {
	top: 4.5rem;
	transform: rotate(45deg);
}
.menuOpen .menuButton .bar:nth-of-type(2) {
	top: 4.5rem;
	transform: rotate(-45deg);
}
.menuOpen .menuButton .menuLabel {
	background-color: transparent;
}
@media (max-width: 768px) {
	.menuButton{
		top: 8rem;
		right: 2.5rem;
		width: 10rem;
		height: 7rem;
	}
	.menuButton.fixed{
		top: 3rem;
		left: auto;
		right: 2.5rem;
		margin-left: 0;
	}
	.menuButton .line span{
		height: 0.5rem;
		border-radius: 0.3rem;
	}
	.menuButton .line span:nth-of-type(1) {
		top: 0;
	}
	.menuButton .line span:nth-of-type(2) {
		top: 2rem;
	}
	.menuButton .menuLabel{
		padding: 3rem 0 0;
		font-size: 3rem;
	}
}

/* overlay
-------------------------------------------------------------------------------------------- */
#overlay {
	visibility: hidden;
	opacity: 0;
	position: fixed;
	inset: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 100;
	transition: opacity 0.3s;
}
.menuOpen #overlay {
	visibility: visible;
	opacity: 1;
}

/* menu
-------------------------------------------------------------------------------------------- */
#menu {
	position: fixed;
	width: 100%;
	height: 100vh;
	right: 0;
	top: 0;
	z-index: 10002;
	overflow-y: auto;
	transition: all 0.3s;
	opacity: 0;
}
.menuOpen #menu {
	opacity: 1;
}
#menu #menuList {
	width: 100%;
	margin: 5rem auto 8rem;
	padding: 5rem 0 8rem;
	background: #404040;
}
#menu .close {
	position: relative;
	z-index: 2;
	margin-left: auto;
	width: 3.7rem;
	right: 3rem;
	cursor: pointer;
}
#menu #menuList .title {
	text-align: center;
	margin-bottom: 3rem;
}
#menu #menuList .title p {
	font-size: 3.5rem;
	font-weight: 500;
	font-family: "Noto Serif CJK JP", serif;
	text-align: center;
	color: #fff;
}
#menu #menuList .title p .yellow {
	display: inline-block;
	font-size: 2rem;
	color: #fde47f;
	border-bottom: 1px solid #fde47f;
}
#menu #menuList .title p .small {
	font-size: 2.5rem;
}
#menu #menuList .title a {
	display: block;
	width: 17.5rem;
	margin: 1.5rem auto 0;
}
#menu #menuList .title a p {
	display: block;
	width: 17.5rem;
	margin: 1.5rem auto 0;
	font-size: 1.8rem;
	font-family: "Noto Sans CJK JP", sans-serif;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.1em;
	color: #e95506;
	background: #fff;
	border-radius: 2rem;
	position: relative;
}
#menu #menuList .title a p::after {
	content: '';
	width: 0.8rem;
	height: 0.8rem;
	border-top: solid 2px #e95506;
	border-right: solid 2px #e95506;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 0.5rem);
	right: 3.5rem;
}
@media (max-width: 768px) {
	#menu #menuList {
		width: 100%;
		margin: 0;
		padding: 3.5rem 3.5rem 12rem;
	}
	#menu .close {
		width: 7.5rem;
		right: -1rem;
	}
	#menu #menuList .title {
		margin-bottom: 3.5rem;
	}
	#menu #menuList .title p {
		font-size: 7rem;
	}
	#menu #menuList .title p .yellow {
		font-size: 4rem;
		border-bottom: none;
	}
	#menu #menuList .title p .small {
		font-size: 5rem;
	}
	#menu #menuList .title a {
		width: 35rem;
		margin: 2.5rem auto 0;
	}
	#menu #menuList .title a p {
		width: 35rem;
		margin: 2.5rem auto 0;
		font-size: 3.7rem;
		border-radius: 3rem;
	}
	#menu #menuList .title a p::after {
		width: 1.5rem;
		height: 1.5rem;
		border-top: solid 0.4rem #e95506;
		border-right: solid 0.4rem #e95506;
		top: calc(50% - 0.75rem);
		right: 7.5rem;
	}
}

/* menu01 menu_list */
.menu01 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 92.8rem;
	margin: 0 auto;
	gap: 2.5rem 0;
}
.menu01 ul li a {
	width: 45.4rem;
	display: flex;
	align-items: center;
	font-size: 1.8rem;
	line-height: 1.5;
	color: #fff;
	background: #e95506;
	border-radius: 5rem;
	padding: 1.5rem 2rem 1.5rem 9rem;
	position: relative;
}
/* .menu01 ul li:nth-child(2) a {
	padding: 2.8rem 2rem 2.8rem 9rem;
} */
.menu01 ul li a::after {
	content: '';
	width: 2.9rem;
	height: 2rem;
	background: url("/base/pc/store/special/gofuku/furisode2026/img/common/arrow02.png") no-repeat;
	background-size: contain;
	position: absolute;
	top: calc(50% - 1rem);
	right: 2rem;
}
.menu01 ul li a::before {
	content: '';
	width: 5.6rem;
	height: 5.6rem;
	position: absolute;
	top: calc(50% - 2.8rem);
	left: 1rem;
}
.menu01 ul li:first-child a::before {
	background: url("/base/pc/store/special/gofuku/furisode2026/img/common/menu_icn01.png") no-repeat;
	background-size: contain;
}
.menu01 ul li:nth-child(2) a::before {
	background: url("/base/pc/store/special/gofuku/furisode2026/img/common/menu_icn02.png") no-repeat;
	background-size: contain;
}
.menu01 ul li:nth-child(3) a::before {
	background: url("/base/pc/store/special/gofuku/furisode2026/img/common/menu_icn03.png") no-repeat;
	background-size: contain;
}
.menu01 ul li:nth-child(4) a::before {
	background: url("/base/pc/store/special/gofuku/furisode2026/img/common/menu_icn04.png") no-repeat;
	background-size: contain;
}
.menu01 ul li:nth-child(5) a::before {
	background: url("/base/pc/store/special/gofuku/furisode2026/img/common/menu_icn05.png") no-repeat;
	background-size: contain;
}
.menu01 ul li:nth-child(6) a::before {
	background: url("/base/pc/store/special/gofuku/furisode2026/img/common/menu_icn06.png") no-repeat;
	background-size: contain;
}
.menu01 ul li a .num {
	margin-right: 1.5rem;
	/* width: 7%; */
	font-size: 2.6rem;
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
	flex-shrink: 0;
}
.menu01 ul li a .ttl {
	width: 93%;
	font-weight: 500;
}
.menu01 ul li a .ttl .small {
	font-size: 1.7rem;
}
@media (max-width: 768px) {
	.menu01 ul {
		flex-direction: column;
		flex-wrap: nowrap;
		width: 100%;
		gap: 2.5rem 0;
	}
	.menu01 ul li a {
		width: 100%;
		font-size: 2.8rem;
		line-height: 1.5;
		border-radius: 8rem;
		padding: 2rem 4rem 2rem 13.5rem;
	}
	/* .menu01 ul li:nth-child(2) a {
		padding: 3.65rem 4rem 3.65rem 13.5rem;
	} */
	.menu01 ul li a::after {
		width: 4.3rem;
		height: 3rem;
		top: calc(50% - 1.5rem);
		right: 3rem;
	}
	.menu01 ul li a::before {
		width: 9.7rem;
		height: 9.7rem;
		top: calc(50% - 4.85rem);
		left: 2rem;
	}
	.menu01 ul li a .num {
		margin-right: 1.5rem;
		width: 10%;
		font-size: 4.5rem;
	}
	.menu01 ul li a .ttl {
		width: 93%;
	}
	.menu01 ul li a .ttl .small {
		font-size: 2.7rem;
	}
}

/* menu02 */
.menu02 {
	margin: 3rem auto 0;
	width: 91.2rem;
}
.menu02 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 2rem 0;
}
.menu02 ul li {
	width: 49%;
}
.menu02 ul li a {
	display: block;
	padding: 2rem;
	border:  1px solid #fff;
	font-size: 2.2rem;
	font-weight: 600;
	letter-spacing: 0.35em;
	text-align: center;
	color: #fff;
	position: relative;
}
.menu02 ul li:nth-child(2) a {
	letter-spacing: 0;
}
.menu02 ul li:nth-child(3) a {
	letter-spacing: 0.2em;
}
.menu02 ul li a span {
	display: inline-block;
	position: relative;
}
.menu02 ul li a span::after {
	content: '';
	width: 3.1rem;
	height: 2.1rem;
	background: url("/base/pc/store/special/gofuku/furisode2026/img/common/arrow02.png") no-repeat;
	background-size: contain;
	position: absolute;
	top: calc(50% - 1.05rem);
	right: -5rem;
}
@media (max-width: 768px) {
	.menu02 {
		margin: 4.5rem auto 0;
		width: 100%;
	}
	.menu02 ul {
		flex-direction: column;
		gap: 2rem 0;
	}
	.menu02 ul li {
		width: 100%;
	}
	.menu02 ul li a {
		padding: 2.5rem 5rem 2.5rem 0;
		border:  2px solid #fff;
		font-size: 3.5rem;
		text-align: center;
	}
	.menu02 ul li:nth-child(3) a {
		letter-spacing: 0.4em;
	}
	.menu02 ul li a::after {
		content: '';
		width: 4.7rem;
		height: 3.3rem;
		background: url("/base/pc/store/special/gofuku/furisode2026/img/common/arrow02.png") no-repeat;
		background-size: contain;
		position: absolute;
		top: calc(50% - 1.65rem);
		right: 9rem;
	}
	.menu02 ul li a span::after {
		content: none;
	}
}

/* imageSlider
-------------------------------------------------------------------------------------------- */
.imageSlider {
	position: relative;
	height: 75.9rem;
}
.imageSlider .swiper-button-next {
	width: 2rem;
	height: 2rem;
	right: auto;
	left: 2rem;
}
.imageSlider .swiper-button-next::after {
	margin: auto;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	width: 2rem;
	height: 2rem;
}
.swiper-button-next::after {
	background-image: url("/base/pc/store/special/gofuku/furisode2026/img/common/arrow03.svg");
	background-repeat: no-repeat;
	background-position: center center;
}
.imageSlider .swiper-pagination {
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 1rem;
	right: auto;
	left: 2.2rem;
}
.imageSlider .swiper-pagination-bullet {
	margin: 0 !important;
	width: 1.6rem;
	height: 1.6rem;
	background: #FFF;
	border: 1px solid #5A5B62;
	opacity: 1;
	cursor: pointer;
}
.imageSlider .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #FFFF00;
}
@media (max-width: 768px) {
	.imageSlider {
		height: 97.9rem;
	}
	.imageSlider .swiper-button-next {
		width: 3.6rem;
		height: 3.6rem;
		left: 2.4rem;
	}
	.imageSlider .swiper-button-next::after {
		width: 3.6rem;
		height: 3.6rem;
	}
	.imageSlider .swiper-pagination {
		left: 3rem;
	}
	.imageSlider .swiper-pagination-bullet {
		width: 2.5rem;
		height: 2.5rem;
		border: 2px solid #5A5B62;
	}
}

/* variation2 */
.imageSlider.variation2 .swiper-button-next {
	margin-top: 2rem;
}
.imageSlider.variation2 .swiper-pagination {
	margin-top: -2rem;
}
/* variation3 */
.imageSlider.variation3 .swiper-button-next {
	margin-top: 4.5rem;
}
.imageSlider.variation3 .swiper-pagination {
	margin-top: -1rem;
}


/* note
--------------------------------------------------------------------------------------------*/
.note {
	width: 93.4rem;
	margin: 6rem auto 0;
	padding-top: 2rem;
	padding-bottom: 2rem;
	border-top: 1px solid #9d9d9d;
	border-bottom: 1px solid #9d9d9d;
}
.note ul {
	width: 61rem;
	margin: 0 auto;
}
.note ul li {
	font-size: 1.3rem;
	line-height: 2.6rem;
	text-indent: -1em;
	padding-left: 1em;
}
@media (max-width: 768px) {
	.note {
		width: 70rem;
		margin: 3rem auto 0;
		padding-top: 0;
		padding-bottom: 5.5rem;
		border-top: none;
		border-bottom: 1px solid #9d9d9d;
	}
	.note ul {
		width: 100%;
		padding: 0 2rem;
	}
	.note ul li {
		font-size: 2.1rem;
		line-height: 3.4rem;
	}
}

/* footerMenu
-------------------------------------------------------------------------------------------- */
.menu01.footerMenu {
	margin-top: 4rem;
}
@media (max-width: 768px) {
	.menu01.footerMenu {
		margin: 5.5rem auto 0;
		width: 68.4rem;
	}
}
/* fBtnTop
-------------------------------------------------------------------------------------------- */
.fBtnTop{
	width: 34rem;
	margin: 4.5rem auto;
}
.fBtnTop a{
	display: block;
	padding: 2rem;
	text-align: center;
	color: #e95506;
	border: 3px solid #e95506;
}
.fBtnTop .txt01{
	font-family: "Noto Serif CJK JP", serif;
	font-size: 2rem;
	font-weight: 500;
	line-height: 2.5rem;
	margin-bottom: 1rem;
}
.fBtnTop .txt01 span{
	font-size: 2.9rem;
	line-height: 1.5;
}
.fBtnTop .arrow {
	position: relative;
}
.fBtnTop .arrow span {
	font-size: 1.5rem;
	padding-right: 4rem;
}
.fBtnTop .arrow::after {
	content: '';
	width: 4rem;
	height: 3.2rem;
	background: url("/base/pc/store/special/gofuku/furisode2026/img/common/arrow01.png") no-repeat;
	background-size: contain;
	position: absolute;
	top: calc(50% - 1.3rem);
	right: 5.5rem;
}
@media (max-width: 768px) {
	.fBtnTop{
		width: 52rem;
		margin: 4rem auto;
	}
	.fBtnTop a{
		display: block;
		padding: 2.5rem;
		border: 3px solid #003bc8;
	}
	.fBtnTop .txt01{
		font-size: 3rem;
		line-height: 3.8rem;
		margin-bottom: 1rem;
	}
	.fBtnTop .txt01 span{
		font-size: 4.4rem;
		line-height: 1.5;
	}
	.fBtnTop .arrow span {
		font-size: 2.3rem;
		padding-right: 6rem;
	}
	.fBtnTop .arrow::after {
		width: 6rem;
		height: 4.1rem;
		top: calc(50% - 1.7rem);
		right: 9rem;
	}
}
