@charset "utf-8";
/* reset
-------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,
p,blockquote,table,th,td, figure, section, article {margin: 0; padding: 0;}
body {font:13px/1 "Meiryo UI", "ヒラギノ角ゴ Pro W3", YuGothic, "Yu Gothic Medium", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;}
* html body {font-size: small;}
*:first-child+html body {font-size: small;}
img {border: 0; vertical-align: top;}
h1,h2,h3,h4,h5,h6 {font-size: 100%; font-weight: normal;}
ul,dl,ol {text-indent: 0;}
li {list-style: none;}
address,caption,cite,code,dfn,em,strong,th,var {font-style: normal; font-weight: normal;}
sup {vertical-align: text-top;}
sub {vertical-align: text-bottom;}
input,textarea,select {font-family: inherit; font-size: inherit; font-weight:inherit;}
* html input,* html textarea,* html select {font-size: 100%;}
*:first-child+html+input,*:first-child html+textarea,*:first-child+html select {font-size: 100%;}
table {border-collapse: collapse; border-spacing: 0; font-size: inherit;}
th,td {text-align: left; vertical-align: top;}
caption {text-align: left;}
pre,code,kbd,samp,tt {font-family: monospace;}
* html pre,* html code,* html kbd,* html samp,* html tt {font-size: 100%; line-height: 100%;}
*:first-child+html pre,*:first-child html+code,*:first-child html+kbd,*:first-child+html+samp,*:first-child+html tt {font-size: 108%; line-height: 100%;}
input,select,textarea {font-size: 100%; font-family: Verdana, Helvetica, sans-serif;}
*:focus {outline: none;}
/*--------------------------------------
 base
--------------------------------------*/
html{
  font-size: 62.5%; /* 1rem = 10px */
}
*{
	box-sizing:border-box;
}
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 1.6rem;
	background: #F3EFE7;
	color: #212121;
}
strong {
	font-weight:bold;
}
a {
	color: #212121;
	text-decoration:none;
	transition: opacity 0.2s linear;
}
a:hover {
	opacity: 0.7 !important;
}
@media only screen and (max-width: 768px) {
	a:hover {
		opacity: 1 !important;
	}	
}
img{
  max-width: 100%;
  height: auto;
}
:root {
	--sp-content-width: 700px;
  --color-black: #212121;
  --color-brown: #9B8078;
	--color-pink: #C46666;
	--color-beige: #DCD3C2;
	--color-bg: #F3EFE7;
	--font-en: "Roboto", sans-serif;
	--font-mincho: "Noto Serif JP", serif;
}
.en,
.font-en{
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
	letter-spacing: 0.03em;
}
@media only screen and (max-width: 780px) {
	html{
		font-size: 70%;
	}
	body{
		font-size: 1.8rem;
		padding-top: 100px;
	}
}
/*--------------------------------------
 layout
--------------------------------------*/
#site-main{
	width: var(--sp-content-width);
	margin: 0 auto;
	padding-bottom: 140px;
}
#aside-left{
	position: fixed;
	left: 20px;
	top: 0px;
	width: calc((100% - 780px - 80px) / 2);
	height: 100%;
}
#aside-right{
	position: fixed;
	right: 20px;
	top: 0;
	width: calc((100% - 780px - 80px) / 2);
	height: calc(100% - 100px);
}
#site-footer{
	background: #fff;
	width: var(--sp-content-width);
	margin: auto;
}
@media only screen and (max-width: 1260px) {
	#aside-left,
	#aside-right{
		display: none;
	}
	#site-header{
		width: 780px;
	}
}
@media only screen and (max-width: 780px) {
	#site-header{
		width: 100%;
		left: 0;
	}
	#site-footer{
		/* padding-bottom: 60px; */
	}
	.fixed-contact-btn{
		display: none !important;
	}
	#spnav-fixedbottom{
		display: none !important;
	}
}
@media only screen and (min-width: 1690px) {
	#aside-left{
		max-width: 400px;
		left: auto;
		right: calc((100% - 780px) + 353px);
	}
	#aside-right{
		max-width: 400px;
		right: auto;
		left: calc((100% - 780px) + 353px);
	}
}
/*--------------------------------------
 header
--------------------------------------*/
#site-header{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	display: flex;
	width: 100%;
	height: 100px;
	background: #fff;
	align-items: center;
	padding-left: 20px;
	.logo{
		margin-right: auto;
		& img{
			width: 240px;
			height: auto;
		}
	}
	.header-btn{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 100px;
		height: 100px;
		background: #F3EDE1;
		font-size: 1.6rem;
		color: #9B8078;
		font-weight: 700;
		.ico{
			margin-bottom: 11px;
		}
	}
	.header-furisode-btn{
		background: #DCD3C2;
	}
}
@media only screen and (min-width: 767px) {
	#site-header{
		display: none;
	}	
}
/*menu*/
.menubtn{
  display: block;
  width: 100px;
  height: 100px;
  position: relative;
	top: 0;
	right: 0;
	z-index: 20;
  background: #9B8078;
}
.menubtn .txt{
	font-size: 1.6rem;
	color: #fff;
	display: block;
	width: 100px;
	position: absolute;
	left: 0;
	bottom: 16px;
	text-align: center;
}
.hamburger{
  display: inline-block;
  cursor: pointer;
  width: 60px;
  position: absolute;
  top: 20px;
  left: 20px;
}
.bar1, .bar2, .bar3 {
  display: block;
  width: 60px;
  height: 3px;
  background-color: #ffffff;
	border-radius: 100px;
  transition: 0.4s;
}
.hamburger:hover .bar1,
.hamburger:hover .bar2,
.hamburger:hover .bar3{
  background-color: #ffffff;
}
.bar1,
.bar2{
  margin-bottom: 10px;
}
.active .bar1 {
  transform: rotate(-45deg) translate(-9px, 9px);
}
.active .bar2 {
  opacity: 0;
}
.active .bar3 {
  transform: rotate(45deg) translate(-9px, -9px);
}

#global-nav{
	opacity: 0;
	visibility: hidden;
	transform: scale(0.96);
	transition: all 0.3s ease;
	position: fixed;
	z-index: 9;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #9B8078;
	overflow: scroll;
	padding-top: 100px;
}
#global-nav.open{
	opacity: 1;
	transform: scale(1);
	visibility: visible;
}

.global-nav-menu{
	background: none;
	margin-top: 0;
	padding: 70px 20px;
}
.global-nav-menu .parent-nav{
	max-width: 640px;
	margin: auto;
}
.global-nav-menu .parent-nav > li{
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.global-nav-menu .parent-nav > li > a{
	display: block;
	padding: 20px 10px;
	font-size: 2.2rem;
	font-weight: 400;
	color: #fff;
	position: relative;
	&::before{
		content: "";
		display: none;
		width: 17px;
		height: 11px;
		background: url("/furisode/common/img/shoplist/ico-link.svg") no-repeat;
		margin-right: 10px;
	}
}
.global-nav-menu .parent-nav > li.has-child > a span{
	background: #fff;
	display: block;
	width: 50px;
	height: 37px;
	border-radius: 50px;
	position: absolute;
	top: 10px;
	right: 10px;
}
.global-nav-menu .parent-nav > li.has-child > a span::before,
.global-nav-menu .parent-nav > li.has-child > a span::after{
	content: "";
	display: block;
	width: 15px;
	height: 2px;
	background: var(--color-brown);
	position: absolute;
	top: 17px;
	left: 17px;
	transition: transform 0.2s linear;
}
.global-nav-menu .parent-nav > li.has-child > a span::before{
	transform: rotate(-90deg);
}
.global-nav-menu .parent-nav > li.has-child > a.active span::before{
	transform: rotate(0);
}
.global-nav-menu .child-nav{
	background: rgba(0, 0, 0, 0.07);
	margin-bottom: 0;
	display: none;
	& li + li{
		border-top: 1px dashed rgba(255, 255, 255, 0.2);
	}
	& a{
		display: block;
		padding: 15px 10px 15px 36px;
		font-size: 1.8rem;
		font-weight: 400;
		color: #fff;
	}
}


/*--------------------------------------
 footer
--------------------------------------*/
#site-footer{
	padding-top: 1px;
	background: #DCD3C2;
}
#footer-nav{
	padding: 0 20px;
}
#footer-nav .en{
	font-size: 4.6rem;
	font-weight: 700;
	margin: 50px 0;
}
.main-menu > li {
  margin-bottom: 3px;
	background: #fff;
}
.accordion-title::after{
}
.accordion-title.open::after{
	transform: rotate(180deg);
}
.main-menu > li > a,
.menu-toggle {
  display: flex;
  align-items: center;
  padding: 21px 15px;
  font-weight: 700;
  cursor: pointer;
  position: relative;
}
.main-menu > li > a::before,
.menu-toggle::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 24px;
  background-color: var(--color-brown);
  margin-right: 12px;
}
.main-menu > li.has-submenu.is-open > .menu-toggle {
  background-color: #faf8f5; 
}
.menu-toggle::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	border-top: 7px solid var(--color-brown);
	border-bottom: 0;
	position: absolute;
	top: calc(50% - 2px);
	right: 23px;
	transition: transform 0.3s linear;
}
.main-menu > li.has-submenu.is-open > .menu-toggle::after {
  transform: rotate(180deg);
}
.main-menu > li > a::after {
	content: "";
	display: block;
	width: 16px;
	height: 10px;
	position: absolute;
	right: 20px;
	top: calc(50% - 5px);
	background: url("/furisode/common/img/ico/btn-arrow-br.svg") no-repeat;
	background-size: contain;
}
.sub-menu {
}
.sub-menu li{
	display: flex;
	align-items: center;
	gap: 10px;
}
.sub-menu li{
	border-top: 1px solid var(--color-beige);
}
.sub-menu li a:first-child {
	flex-grow: 1;
  display: flex;
  align-items: center;
  padding: 25px 15px 25px 30px;
}
.sub-menu li a:first-child::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #a38570;
  margin-right: 12px;
}
.sub-menu li .menu-btn{
	width: 110px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--color-black);
	color: #fff;
	border-radius: 10px;
	margin-right: 10px;
}
.sub-menu li .menu-btn.pink{
	background: var(--color-pink);
	margin-right: 0;
}
.menu-style02{
	background: #DCD3C2;
	padding-left: 20px;
	border-bottom: 1px solid var(--color-brown);
}
.menu-style02 + .sub-menu li:first-child{
	border-top: 0;
}
.menu-style02::before{
	display: none;
}
.footer-bnr{
	padding: 0 20px;
	margin: 50px 0;
	& li + li{
		margin-top: 15px;
	}
	& li img{
		border-radius: 10px;
	}
}
.footer-logo{
	background: var(--color-bg);
	text-align: center;
	padding: 50px 20px;
	& address{
		line-height: 1.5;
		font-size: 1.4rem;
		margin-top: 20px;
	}
}
.copyright{
	text-align: center;
	font-size: 1.4rem;
	margin-top: 20px;
}

#spnav-fixedbottom{
  display: block;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #201613;
  z-index: 1;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease;
	display: none;
}
@media only screen and (max-width: 768px) {
	#spnav-fixedbottom{
		display: block;
	}
}
#spnav-fixedbottom.active{
  z-index: 20;
}
#spnav-fixedbottom.hide{
  opacity: 0;
  visibility: hidden;
}
#spnav-fixedbottom ul{
  display: flex;
}
#spnav-fixedbottom ul li{
  flex: 1 1 0;
}
#spnav-fixedbottom ul li + li{
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
#spnav-fixedbottom ul li a{
  display: block;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  padding: 12px 0 0 0;
  height: 70px;
  box-sizing: border-box;
}
#spnav-fixedbottom ul li a.active{
  background: #FFE7EA;
}
#spnav-fixedbottom ul li img{
  width: 34px;
  height: auto;
  margin-bottom: 10px;
	opacity: 0.8;
}
#spnav-fixedbottom #fitting{
  position: relative;
}
#spnav-fixedbottom #fitting span{
  position: absolute;
  top: -8px;
  right: 3px;
  background: #CD0003;
  color: #fff;
  font-size: 12px;
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 100px;
  font-weight: normal;
}

/*--------------------------------------
 aside
--------------------------------------*/
#aside-left{
	overflow: auto;
	padding-top: 60px;
}
#aside-left .font-en{
	font-size: 2.4rem;
	font-weight: 500;
	text-align: center;
}
.tab-menu{
	display: flex;
	gap: 10px;
	margin-top: 50px;
	margin-bottom: 20px;
}
.tab-menu li{
	flex: 1 1 0;
}
.tab-menu li a{
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
	background: #fff;
	position: relative;
	padding: 16px 0;
}
.tab-menu li a::after{
	content: "";
	display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 7px solid var(--color-brown);
  border-bottom: 0;
	position: absolute;
	left: calc(50% - 4px);
	bottom: 5px;
}
.tab-menu li.active a{
	background: var(--color-beige);
}
.tab-menu li.active a::after{
	border-top-color: #fff;
}
#tab-exhibition{
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 15px;
}

#aside-right{
	padding-top: 60px;
}
#aside-right .en{
	font-weight: 600;
}
#aside-right .logo{
	text-align: center;
}
#aside-right .label{
	text-align: center;
	background: var(--color-brown);
	color: #fff;
	font-family: var(--font-en);
	letter-spacing: 0.03em;
	padding: 10px 0;
	border-radius: 50px;
	margin: 20px 0 50px;
}
.aside-nav-list li{
	border-bottom: 1px dashed var(--color-brown);
}
.aside-nav-list li a{
	display: flex;
	align-items: center;
	padding: 11px 0 13px 0;
	width: 100%;
	font-size: 1.6rem;
}
.aside-nav-list li a::before{
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	background: var(--color-brown);
	margin-right: 12px;
	vertical-align: 1px;
}
.btn-line{
	background: #06C755;
	color: #fff;
	display: flex;
	font-weight: 500;
	align-items: center;
	gap: 8px;
	height: 60px;
	padding: 0 20px;
	font-size: 1.6rem;
	margin-top: 25px;
}
.btn-line .ico img{
	width: 48px;
	height: auto;
}
.fixed-contact-btn{
	background: var(--color-pink);
	color: #fff;
	font-size: 1.8rem;
	height: 80px;
	width: calc((100% - 780px - 40px) / 2);
	display: flex;
	gap: 20px;
	align-items: center;
	padding-left: 20px;
	position: fixed;
	right: 0;
	bottom: 0;
}
.fixed-contact-btn::before{
	content: "";
	display: inline-block;
	width: 48px;
	height: 48px;
	background: url("../img/ico/ico-calendar-w.png") no-repeat;
	background-size: contain;
}
.fixed-contact-btn::after{
	content: "";
	display: inline-block;
	width: calc(100% - 110px);
	height: 24px;
	background: url("../img/ico/link-arrow-w.svg") no-repeat;
	background-position: right bottom;
	position: absolute;
	left: 87px;
	bottom: 14px;
}
.text-fav-link{
	margin-top: 40px;
}
.heart{
	color: #CB0000;
}



/*--------------------------------------
 common
--------------------------------------*/
.roboto-condenced{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 800;
}
.noto-serif{
	font-family: "Noto Serif JP", serif;
}
.btn{
	display: inline-flex;
	min-width: 340px;
	height: 64px;
	padding: 0 55px 0 35px;
	margin-top: 50px;
	align-items: center;
	justify-content: center;
	background: var(--color-black);
	color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
	border-radius: 100px;
	text-align: center;
	position: relative;
	line-height: 1.2;
	border: 0;
	cursor: pointer;
}
@media only screen and (max-width: 768px) {
	.btn{
		min-width: 0;
	}
}
.btn::after{
	content: "";
	display: block;
	width: 16px;
	height: 10px;
	position: absolute;
	right: 20px;
	top: calc(50% - 5px);
	background: url("/furisode/common/img/ico/btn-arrow-w.svg") no-repeat;
	background-size: contain;
}
.btn:disabled{
  background: #E4E4E4;
  color: #707070;
  cursor: not-allowed;
}
.btn-wrap-center{
	display: flex;
	justify-content: center;
}
.btn-medium{
	height: 52px;
}
.btn-beige{
	background: var(--color-beige);
	color: var(--color-black);
	&::after{
		background-image: url("../img/ico/btn-arrow.svg");
	}
}

#favnumlink{
	position: fixed;
	right: 0;
	bottom: 0;
	display: flex;
	background: #C34545;
	width: calc((100% - 780px - 40px) / 2);
	z-index: 1;
	.favnumlink-btn{
		flex-grow: 1;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		padding: 0 10px;
		font-size: 2rem;
		color: #fff;
		& p{
			text-align: center;
			line-height: 1.2;
		}
		& p span{
			display: inline-block;
		}
		& p span + span{
			margin-left: 0.5em;
		}
	}
	.favtotalnum{
		font-size: 3.6rem;
	}
}
@media only screen and (max-width: 768px) {
	#favnumlink{
		display: none;
	}
}
#pagetop{
	background: #201613;
	transition: background 0.2s linear;
	width: 80px;
	height: 80px;
	margin-left: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	.ico img{
		width: 14px;
		height: 30px;
		margin-left: 9px;
	}
	.txt{
		color: #fff;
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 1.4rem;
	}
	&:hover{
		opacity: 1;
		background: #333;
	}
}
@media only screen and (max-width: 1260px) {
	#favnumlink{
		width: 230px;
	}
	#pagetop{
		width: 50px;
		height: 50px;
		.ico img{
			width: 8px;
			height: 21px;
		}
	}
}

.furisode-nav > ul{
	display: flex;
	gap: 10px;
}
.furisode-nav > ul > li{
	position: relative;
	background: var(--color-beige);
	&.active{
		background: var(--color-pink);
	}
	&.active > a{
		color: #fff;
	}
	&.active > a::after{
		border-top-color: #fff;
	}
}
.furisode-nav > ul > li > a{
	display: flex;
	padding: 10px 25px 10px 14px;
	color: var(--color-black);
	position: relative;
	white-space: nowrap;
}
.furisode-nav > ul > li > a::after{
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	border-top: 7px solid var(--color-black);
	border-bottom: 0;
	position: absolute;
	top: calc(50% - 2px);
	right: 8px;
}
.furisode-nav li .dropdown{
	background: var(--color-pink);
	position: absolute;
	top: 100%;
	left: 0;
	padding: 20px;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s linear;
	z-index: 1;
}
.furisode-nav li.active .dropdown{
	visibility: visible;
	opacity: 1;
}
.furisode-nav .color-dropdown{
	width: 360px;
}
.furisode-nav .color-checkbox{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
	& a{
		display: block;
		cursor: pointer;
		padding: 7px 10px;	
		background: #fff;
	}
	& input{
		display: none;
	}
}
.furisode-nav .color-checkbox li a::before{
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	margin-right: 10px;
	vertical-align: -5px;
}
.furisode-nav .color-checkbox li.red a::before{
	background: #ea5e5e;
}
.furisode-nav .color-checkbox li.blue a::before{
	background: #5e82ea;
}
.furisode-nav .color-checkbox li.yellow a::before{
	background: #eae55e;
}
.furisode-nav .color-checkbox li.green a::before{
	background: #78ea5e;
}
.furisode-nav .color-checkbox li.orange a::before{
	background: #eac15e;
}
.furisode-nav .color-checkbox li.skyblue a::before{
	background: #bcd4ff;
}
.furisode-nav .color-checkbox li.yellowgreen a::before{
	background: #D7E288;
}
.furisode-nav .color-checkbox li.purple a::before{
	background: #c288fd;
}
.furisode-nav .color-checkbox li.pink a::before{
	background: #ffb9ea;
}
.furisode-nav .color-checkbox li.black a::before{
	background: #4e4e4e;
}
.furisode-nav .color-checkbox li.white a::before{
	background: #fff;
	border: 1px solid #666;
	box-sizing: border-box;
}
.furisode-nav .color-checkbox li.beige a::before{
	background: #e2d7c3;
}
.furisode-nav .color-checkbox li.grey a::before{
	background: #b6b6b6;
}
.furisode-nav .price-dropdown{
	width: 330px;
	& h3{
		color: #fff;
		font-size: 1.6rem;
		margin-bottom: 10px;
		font-weight: 500;
	}
}
.furisode-nav .list{
	margin-bottom: 15px;
	li + li{
		margin-top: 8px;
	}
	& a{
	display: block;
	background: #fff;
	padding: 10px 15px;
	}
	&:last-child{
		margin-bottom: 0;
	}
}
#site-header .furisode-nav li .model-dropdown,
#site-header .furisode-nav li .image-dropdown{
	position: fixed;
	left: calc((100% - 780px) / 2);
	width: calc((100% - 100px) - ((100% - 780px) / 2));
	top: 67px;
}
.furisode-nav .model-dropdown-list{
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 25px 10px;
	& li{
		text-align: center;
	}
	& a{
		color: #fff;
		line-height: 1.2;
	}
	& img{
		margin-bottom: 10px;
	}
}
@media only screen and (max-width: 780px) {
	.furisode-nav .model-dropdown-list{
		grid-template-columns: repeat(5, 1fr);
	}
}

.furisode-nav .image-dropdown-list{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	& img{
		margin-bottom: 10px;
	}
	& li{
		text-align: center;
	}
	& a{
		color: #fff;
		line-height: 1.2;
	}
}
