@charset "utf-8";
/* CSS Document */

/*for seo*/
/*
body>div>header>h1{
	width:120px;
	height:40px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:url(https://ecstatic.sbs/data/wp-content/themes/ef_2022/images/logo.png) no-repeat;
	background-size:100%;
}

-webkit-transition: all 1.0s ease;
	-moz-transition: all 1.0s ease;
	-o-transition: all 1.0s ease;
	transition: all  1.0s ease;
*/

/*
"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
*/


/*
font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight: 400;
*/


/************/
/*common*/
/************/


/*basic*/
html {
	width: 100%;
	height: 100%;
	min-width: 481px;
	background-color:#FFFFFF;
	font-family: 'A-OTF Gothic MB101 Pro R', "Gothic MB101 Regular", sans-serif;
	font-style:normal;
	font-weight:400;/*100〜900*/
	font-size:10px;
	line-height:10px;
	letter-spacing:0px;
	color:#000000;
}

body {
	width:100%;
	height: 100%;
	overflow-x: hidden;
}

/*nav*/
body>nav {
	width: 100%;
	margin-top: 3rem;
	position: fixed;
	z-index: 5000;
}

body>nav>div {
	width: 90%;
	height: 3rem;
	margin: 0 auto;
}

body>nav>div>h1 {
	width:3rem;
	height: 3rem;
	float: left;
}

body>nav>div>h1>a {
	display: block;
	width:3rem;
	height: 3rem;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

body>nav>div>h1>a:hover{
	display: block;
	width:3rem;
	height: 3rem;
	opacity: 0.5;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

body>nav>div>ul:nth-child(2) {
	width:52rem;
	height: 3rem;
	float: left;
	display: none;
	flex-wrap: wrap;
	justify-content: flex-start;
}

body>nav>div>ul:nth-child(2)>li {
	margin-left: 20px;
	padding: 0.95rem 0;
	height: 1.1rem;
}

body>nav>div>ul:nth-child(2)>li>a {
	font-family: "Gotham A", "Gotham B";
	font-size:1.1rem;
	letter-spacing: 0.2rem;
	color: #fff;
}

body>nav>div>ul:nth-child(2)>li>a>span {
	display: block;
	width: 0px;
	margin-left: 50%;
	text-align: center;
	border-bottom: 0.5px #fff solid;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	margin-top: 5px;
}

body>nav>div>ul:nth-child(2)>li>a:hover>span {
	display: block;
	width: 100%;
	margin-left: 0;
	text-align: center;
	border-bottom: 0.5px #fff solid;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

body>nav>div>ul:nth-child(3) {
	width:43rem;
	height: 3rem;
	float: right;
	display: none;
	flex-wrap: wrap;
	justify-content: flex-end;
}

body>nav>div>ul:nth-child(3)>li:first-child {
	margin-left: 0px;
	font-family: "Gotham A", "Gotham B";
	font-size: 1.1rem;
	letter-spacing: 0.2rem;
	color: #fff;
	padding: 0.95rem 0;
	height: 1.1rem;
}

body>nav>div>ul:nth-child(3)>li {
	margin-left: 2rem;
	font-family: "Gotham A", "Gotham B";
	font-size:1.1rem;
	letter-spacing: 0.2rem;
	color: #fff;
}

body>nav>div>ul:nth-child(3)>li#faq_btn>a {
	display: block;
	padding-top: calc(0.95rem - 1px);
	padding-bottom: calc(0.95rem - 1px);
	padding-left:1rem;
	padding-right:1rem;
	border: 1px #fff solid;
	background-color: none;
	color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

body>nav>div>ul:nth-child(3)>li#faq_btn>a:hover {
	padding-top: calc(0.95rem - 1px);
	padding-bottom: calc(0.95rem - 1px);
	padding-left:1rem;
	padding-right:1rem;
	border: 1px #fff solid;
	background-color: #fff;
	color: #000;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

body>nav>div>ul:nth-child(3)>li#contact_btn>a {
	display: block;
	padding-top: calc(0.95rem - 1px);
	padding-bottom: calc(0.95rem - 1px);
	padding-left:1rem;
	padding-right:1rem;
	border: 1px #fff solid;
	background-color: none;
	color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

body>nav>div>ul:nth-child(3)>li#contact_btn>a:hover {
	padding-top: calc(0.95rem - 1px);
	padding-bottom: calc(0.95rem - 1px);
	padding-left:1rem;
	padding-right:1rem;
	border: 1px #fff solid;
	background-color: #fff;
	color: #000;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

body>nav>div>ul:nth-child(3)>li#order_btn>a {
	display: block;
	padding-top: calc(0.95rem - 1px);
	padding-bottom: calc(0.95rem - 1px);
	padding-left:1rem;
	padding-right:1rem;
	border: 1px #fff solid;
	background-color: none;
	color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

body>nav>div>ul:nth-child(3)>li#order_btn>a:hover {
	padding-top: calc(0.95rem - 1px);
	padding-bottom: calc(0.95rem - 1px);
	padding-left:1rem;
	padding-right:1rem;
	border: 1px #fff solid;
	background-color: #fff;
	color: #000;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}



body>div#hide_nav {
	width: 100%;
	height: 90px;
	background-color: #000;
	position: fixed;
	z-index: 4500;
	top:-130px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

/*aside*/
body>aside {
	width: 100%;
	background-color: #fff;
	position: relative;
	z-index: 4000;
	padding: 10rem 0;
}

body>aside>ul {
	display: block;
	justify-content: space-between;
	width: 100%;
	max-width: 100rem;
	margin: 0 auto 0 auto;
}

aside>ul>li {
	width: 100%;
	opacity: 1;
	margin-bottom: 5rem;
}

aside>ul>li>span {
	display: block;
	width: 1px;
	height: 20px;
	background-color: #000;
	margin: 0 auto 15px auto;
}

aside>ul>li>h3 {
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 15px;
}

aside>ul>li>h4 {
	margin-bottom: 15px;
}

aside>ul>li>h4>a {
	display: block;
	width: 180px;
	margin: 0 auto;
	border: 1px #000 solid;
	padding: 15px 0px;
	font-family: "Gotham A", "Gotham B";
	font-size:10px;
	font-weight: normal;
	color: #000;
	text-align: center;
	letter-spacing: 0.2rem;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

aside>ul>li>h4>a:hover {
	display: block;
	width: 180px;
	margin: 0 auto;
	border: 1px #000 solid;
	padding: 15px 0px;
	font-family: "Gotham A", "Gotham B";
	font-size:10px;
	font-weight: normal;
	color: #fff;
	text-align: center;
	letter-spacing: 0.2rem;
	background-color: #000;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

aside>ul>li>p {
	text-align: center;
	line-height: 22px;
	font-family: "Gotham A", "Gotham B";
	font-size:10px;
	font-weight: normal;
	letter-spacing: 0.2rem;
}

div.sns {
	width: 300px;
	margin: 85px auto 0 auto;
}

div.sns>ul>li {
	display: block;
	margin: 0 1rem 2rem 1rem;
	text-align: center;
}

div.sns>ul>li>a {	
	font-family: "Gotham A", "Gotham B";
	font-size:10px;
	font-weight: normal;
	letter-spacing: 0.2rem;
	color: #000;
}

/*footer*/
footer.mainfooter {
	height: auto;
	background-color: #fff;
	opacity: 1;
	position: relative;
	z-index: 4000;
}

footer.mainfooter>h1 {
	width: 140px;
	margin: 0 auto 40px auto;/*-10px*/
	opacity: 1;
}

footer.mainfooter>h1>img {
	display: block;
}

footer.mainfooter>address {
	font-family: "Gotham A", "Gotham B";
	font-size: 10px;
	font-style: normal;
	text-align: center;
	margin-bottom: 0px;
	line-height: 20px;
	letter-spacing: 0.2rem;
}

div.related {
	display: block;
	flex-wrap: wrap;
	justify-content:center;
	margin-top: 45px;/*-5px;*/
	margin-bottom: -10px;
}

div.related>div {
	margin-bottom: 3rem;
}

div.related>div>a {
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

div.related>div>a:hover {
	opacity: 0.6;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

div.related>div>a.re_unanimous {
	display: block;
	width:130px;
	height: 40px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:url(https://ecstatic.sbs/data/wp-content/themes/ef_2022/images/related_unanimous.png) no-repeat center;
	background-size:100%;
	margin: 0 auto;
}

div.related>div>a.re_emptydesign {
	display: block;
	width:130px;
	height: 40px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:url(https://ecstatic.sbs/data/wp-content/themes/ef_2022/images/related_emptydesign.png) no-repeat center;
	background-size:100%;
	margin: 0 auto;
}

div.related>div>a.re_touchmanhattan {
	display: block;
	width:130px;
	height: 40px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:url(https://ecstatic.sbs/data/wp-content/themes/ef_2022/images/related_touchmanhattan.png) no-repeat center;
	background-size:100%;
	margin: 0 auto;
}

footer.mainfooter>p {
	font-family: "Gotham A", "Gotham B";
	font-size: 10px;
	font-style: normal;
	text-align: center;
	letter-spacing: 0.2rem;
	padding: 85px 0;
}

/*for iphone*/
div.order_item_iphone {
	display: none;
}


/************/
/*top*/
/************/
/*visual*/
div#container {
	position: fixed;
	width: 100%;
}

a#skip {
	display: block;
	width: 7rem;
	height: 1rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	font-family: "Gotham A", "Gotham B";
	font-size:1rem;
	font-weight: normal;
	letter-spacing: 0.2rem;
	color: #fff;
	text-align: right;
	border-left: 1px #fff solid;
	z-index: 500;
	transform: rotate(90deg);
	position: absolute;
	right: calc(5vw - 23px);
	bottom:calc(3rem + 30px);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

a#skip:hover {
	display: block;
	opacity: 0.8;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

/*concept*/
section#concept_01 {
	width: 100%;
	height: 100vh;
}

h1.logo_visual {
	position: relative;
	padding-top: calc(50vh - 3.25rem);
	width: 100%;
	font-family: "Gotham A", "Gotham B";
	font-size:2.5rem;
	font-weight: normal;
	line-height: 5rem;
	letter-spacing: 0.5rem;
	color: #fff;
	text-align: center;
	z-index: 4500;

}

section#concept_01>h2 {
	position: absolute;
	top: calc(50vh - 8rem);
	left: calc(50vw - 10rem);
	width: 20rem;
	height: 16rem;
}
	

section#concept_02 {
	width: 100%;
	height: auto;
}

section#concept_02>div {
	width: 70%;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

section#concept_02>div>div>h1 {
	width: 12rem;
	height: auto;
	padding-top: 8.5rem;
}

section#concept_02 p.en {
	width: 65%;
	height: auto;
	margin-top: 4rem;
	color: #fff;
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-size: 1rem;
	line-height: 2.3rem;
	letter-spacing: 0.2rem;
}

section#concept_02 div.jp {
	width: 65%;
	height: auto;
	margin-top: 8.5rem;
}

section#concept_02 div.jp>span.underline {
	display: block;
	width: 0%;
	height: 1px;
	background-color: #fff;
	transition: all 0.8s;
}

section#concept_02 div.jp>span.underline.isActive {
	display: block;
	width: 100%;
	height: 1px;
	background-color: #fff;
}

section#concept_02 div.jp>p {
	width: 60%;
	padding-top: 1.8rem;
	color: #fff;
	font-style: normal;
	font-size: 0.8rem;
	line-height: 1.8rem;
	letter-spacing: 0.2rem;
}

section#concept_02>div>p.jp>span {
	font-family: "Gotham A", "Gotham B";
}

section#concept_03 {
	width: 100%;
	height: auto;
	margin-top: 20rem;
	padding-bottom: 50rem;
}

section#concept_03>div {
	width: 70%;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

section#concept_03 p.en {
	width: 65%;
	height: auto;
	margin-top: 4rem;
	color: #fff;
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-size: 1rem;
	line-height: 2.3rem;
	letter-spacing: 0.2rem;
}

section#concept_03 div.jp>span.underline {
	display: block;
	width: 0%;
	height: 1px;
	background-color: #fff;
	transition: all 0.8s;
}

section#concept_03 div.jp>span.underline.isActive {
	display: block;
	width: 100%;
	height: 1px;
	background-color: #fff;
}

section#concept_03 div.jp {
	width: 65%;
	height: auto;
	margin-top: 8.5rem;
}

section#concept_03 div.jp>p {
	width: 60%;
	padding-top: 1.8rem;
	color: #fff;
	font-style: normal;
	font-size: 0.8rem;
	line-height: 1.8rem;
	letter-spacing: 0.2rem;
}

section#concept_03 div.jp>p>span {
	font-family: "Gotham A", "Gotham B";
	color: #fff;
}

.fade {
	opacity: 0;
	transition: all 1.5s;
}

.fade.isActive {
	opacity: 1;
}

/*new arrivals*/
section#newarrivals {
	width: 100%;
	background-color: #fff;
	padding-bottom: 10rem;
	display: block;
	position: relative;
	z-index: 4000;
}

section#newarrivals>h1 {
	font-family: "Gotham A", "Gotham B";
	font-size:1.6rem;
	font-weight: normal;
	letter-spacing: 0.3rem;
	color: #000;
	text-align: center;
	padding: 10rem 0;
}

section#newarrivals>div {
	width: 90%;
	max-width: 150rem;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

section#newarrivals>div>article {
	width: 33.3333%;
	max-width: 1200px;
	margin: 0 auto;
}

section#newarrivals>div>article>a {
	display: block;
	opacity: 1.0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

section#newarrivals>div>article>a:hover {
	display: block;
	opacity: 0.6;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

section#newarrivals>div>article>a>div {
	overflow: hidden;
}

section#newarrivals>div>article>a>div>img {
	display: block;
	width: 100%;
	transform: scale(1);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

section#newarrivals>div>article>a:hover>div>img {
	display: block;
	width: 100%;
	transform: scale(1.1);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

section#newarrivals>div>article>a>h2 {
	font-family: "Gotham A", "Gotham B";
	font-size: 10px;
	letter-spacing: 0.2rem;
	color: #000;
	text-align: center;
	font-weight: normal;
	margin-top: 23px;
}

section#newarrivals>div>article>a>h3 {
	font-family: "Gotham A", "Gotham B";
	font-size:8px;
	letter-spacing: 0.1rem;
	color: #000;
	text-align: center;
	font-style: italic;
	font-weight: normal;
	margin-top: 6px;
	margin-bottom: 6px;
}

section#newarrivals>ul {
	margin: 85px auto 0 auto;
}

section#newarrivals>ul>li:first-child {
	margin-bottom: 20px;
}

section#newarrivals>ul>li {
	opacity: 1;
}

section#newarrivals>ul>li>a {
	display: block;
	width: 180px;
	margin: 0 auto;
	border: 1px #000 solid;
	padding: 15px 0px;
	font-family: "Gotham A", "Gotham B";
	font-size: 1.1rem;
	letter-spacing: 0.2rem;
	color: #000;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

section#newarrivals>ul>li>a:hover {
	display: block;
	width: 180px;
	margin: 0 auto;
	border: 1px #000 solid;
	padding: 15px 0px;
	font-family: "Gotham A", "Gotham B";
	font-size: 1.1rem;
	letter-spacing: 0.2rem;
	color: #fff;
	text-align: center;background-color: #000;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

/*style*/
section#style {
	width: 100%;
	padding:10rem 0;
	background-color: #dcdddd;
	position: relative;
	z-index: 4000;
}

section#style>h1 {
	font-family: "Gotham A", "Gotham B";
	font-size:1.6rem;
	font-weight: normal;
	letter-spacing: 0.3rem;
	color: #000;
	text-align: center;
	padding: 0 0 10rem 0;
	opacity: 1;
}

section#style>div {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

/*bouquet*/
a.style_bouquet {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	position: relative;
}

a.style_bouquet>div.bg {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	background: url("https://ecstatic.sbs/data/wp-content/themes/ef_2022/images/style_bouquet.jpg") no-repeat;
	background-size: 100%;
	transform: scale(1);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

a:hover.style_bouquet>div.bg {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	background: url("https://ecstatic.sbs/data/wp-content/themes/ef_2022/images/style_bouquet.jpg") no-repeat;
	background-size: 100%;
	transform: scale(1.1);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

a.style_bouquet>div.styleicon {
	width: 15rem;
	height: 12rem;
	position: absolute;
	top: 50%;
	left:50%;
	margin-left: -7.5rem;
	margin-top: -6rem;
}

a.style_bouquet>div.styleicon>p {
	width: 3.2rem;
	height: 3.2rem;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background: url("https://ecstatic.sbs/data/wp-content/themes/ef_2022/images/icon_bouquet.svg") no-repeat;
	background-size:100%;
	margin: 0 auto 2rem auto;
}

a.style_bouquet>div.styleicon>h2 {
	font-family: "Gotham A", "Gotham B";
	font-size:1.4rem;
	font-weight: normal;
	letter-spacing: 0.3rem;
	color: #fff;
	text-align: center;
}

a.style_bouquet>div.styleicon>span {
	display: block;
	font-family: "Gotham A", "Gotham B";
	font-size:1.0rem;
	font-weight: normal;
	letter-spacing: 0.1rem;
	color: #fff;
	text-align: center;
	border: 1px #fff solid;
	margin: 5rem auto 0 auto;
	width: 7rem;
	padding: 1rem 0;
}

a.style_bouquet:hover>div.styleicon>span {
	display: block;
	font-family: "Gotham A", "Gotham B";
	font-size:1.0rem;
	font-weight: normal;
	letter-spacing: 0.1rem;
	color: #000;
	text-align: center;
	border: 1px #fff solid;
	margin: 5rem auto 0 auto;
	width: 7rem;
	padding: 1rem 0;
	background-color: #fff;
}

/*swag*/
a.style_swag {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	position: relative;
}

a.style_swag>div.bg {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	background: url("https://ecstatic.sbs/data/wp-content/themes/ef_2022/images/style_swag.jpg") no-repeat;
	background-size: 100%;
	transform: scale(1);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

a:hover.style_swag>div.bg {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	background: url("https://ecstatic.sbs/data/wp-content/themes/ef_2022/images/style_swag.jpg") no-repeat;
	background-size: 100%;
	transform: scale(1.1);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

a.style_swag>div.styleicon {
	width: 15rem;
	height: 12rem;
	position: absolute;
	top: 50%;
	left:50%;
	margin-left: -7.5rem;
	margin-top: -6rem;
}

a.style_swag>div.styleicon>p {
	width: 3.2rem;
	height: 3.2rem;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background: url("https://ecstatic.sbs/data/wp-content/themes/ef_2022/images/icon_swag.svg") no-repeat;
	background-size:100%;
	margin: 0 auto 2rem auto;
}

a.style_swag>div.styleicon>h2 {
	font-family: "Gotham A", "Gotham B";
	font-size:1.4rem;
	font-weight: normal;
	letter-spacing: 0.3rem;
	color: #fff;
	text-align: center;
}

a.style_swag>div.styleicon>span {
	display: block;
	font-family: "Gotham A", "Gotham B";
	font-size:1.0rem;
	font-weight: normal;
	letter-spacing: 0.1rem;
	color: #fff;
	text-align: center;
	border: 1px #fff solid;
	margin: 5rem auto 0 auto;
	width: 7rem;
	padding: 1rem 0;
}

a.style_swag:hover>div.styleicon>span {
	display: block;
	font-family: "Gotham A", "Gotham B";
	font-size:1.0rem;
	font-weight: normal;
	letter-spacing: 0.1rem;
	color: #000;
	text-align: center;
	border: 1px #fff solid;
	margin: 5rem auto 0 auto;
	width: 7rem;
	padding: 1rem 0;
	background-color: #fff;
}

/*arrangement*/
a.style_arrangement {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	position: relative;
}

a.style_arrangement>div.bg {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	background: url("https://ecstatic.sbs/data/wp-content/themes/ef_2022/images/style_arrangement.jpg") no-repeat;
	background-size: 100%;
	transform: scale(1);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

a:hover.style_arrangement>div.bg {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	background: url("https://ecstatic.sbs/data/wp-content/themes/ef_2022/images/style_arrangement.jpg") no-repeat;
	background-size: 100%;
	transform: scale(1.1);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

a.style_arrangement>div.styleicon {
	width: 15rem;
	height: 12rem;
	position: absolute;
	top: 50%;
	left:50%;
	margin-left: -7.5rem;
	margin-top: -6rem;
}

a.style_arrangement>div.styleicon>p {
	width: 3.2rem;
	height: 3.2rem;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background: url("https://ecstatic.sbs/data/wp-content/themes/ef_2022/images/icon_arrangement.svg") no-repeat;
	background-size:100%;
	margin: 0 auto 2rem auto;
}

a.style_arrangement>div.styleicon>h2 {
	font-family: "Gotham A", "Gotham B";
	font-size:1.4rem;
	font-weight: normal;
	letter-spacing: 0.3rem;
	color: #fff;
	text-align: center;
}

a.style_arrangement>div.styleicon>span {
	display: block;
	font-family: "Gotham A", "Gotham B";
	font-size:1.0rem;
	font-weight: normal;
	letter-spacing: 0.1rem;
	color: #fff;
	text-align: center;
	border: 1px #fff solid;
	margin: 5rem auto 0 auto;
	width: 7rem;
	padding: 1rem 0;
}

a.style_arrangement:hover>div.styleicon>span {
	display: block;
	font-family: "Gotham A", "Gotham B";
	font-size:1.0rem;
	font-weight: normal;
	letter-spacing: 0.1rem;
	color: #000;
	text-align: center;
	border: 1px #fff solid;
	margin: 5rem auto 0 auto;
	width: 7rem;
	padding: 1rem 0;
	background-color: #fff;
}

/*wreath*/
a.style_wreath {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	position: relative;
}

a.style_wreath>div.bg {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	background: url("https://ecstatic.sbs/data/wp-content/themes/ef_2022/images/style_wreath.jpg") no-repeat;
	background-size: 100%;
	transform: scale(1);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

a:hover.style_wreath>div.bg {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	background: url("https://ecstatic.sbs/data/wp-content/themes/ef_2022/images/style_wreath.jpg") no-repeat;
	background-size: 100%;
	transform: scale(1.1);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

a.style_wreath>div.styleicon {
	width: 15rem;
	height: 12rem;
	position: absolute;
	top: 50%;
	left:50%;
	margin-left: -7.5rem;
	margin-top: -6rem;
}

a.style_wreath>div.styleicon>p {
	width: 3.2rem;
	height: 3.2rem;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background: url("https://ecstatic.sbs/data/wp-content/themes/ef_2022/images/icon_wreath.svg") no-repeat;
	background-size:100%;
	margin: 0 auto 2rem auto;
}

a.style_wreath>div.styleicon>h2 {
	font-family: "Gotham A", "Gotham B";
	font-size:1.4rem;
	font-weight: normal;
	letter-spacing: 0.3rem;
	color: #fff;
	text-align: center;
}

a.style_wreath>div.styleicon>span {
	display: block;
	font-family: "Gotham A", "Gotham B";
	font-size:1.0rem;
	font-weight: normal;
	letter-spacing: 0.1rem;
	color: #fff;
	text-align: center;
	border: 1px #fff solid;
	margin: 5rem auto 0 auto;
	width: 7rem;
	padding: 1rem 0;
}

a.style_wreath:hover>div.styleicon>span {
	display: block;
	font-family: "Gotham A", "Gotham B";
	font-size:1.0rem;
	font-weight: normal;
	letter-spacing: 0.1rem;
	color: #000;
	text-align: center;
	border: 1px #fff solid;
	margin: 5rem auto 0 auto;
	width: 7rem;
	padding: 1rem 0;
	background-color: #fff;
}

/*ornament*/
a.style_ornament {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	position: relative;
}

a.style_ornament>div.bg {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	background: url("https://ecstatic.sbs/data/wp-content/themes/ef_2022/images/style_ornament.jpg") no-repeat;
	background-size: 100%;
	transform: scale(1);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

a:hover.style_ornament>div.bg {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	background: url("https://ecstatic.sbs/data/wp-content/themes/ef_2022/images/style_ornament.jpg") no-repeat;
	background-size: 100%;
	transform: scale(1.1);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

a.style_ornament>div.styleicon {
	width: 15rem;
	height: 10.3rem;
	padding-top: 1.7rem;
	position: absolute;
	top: 50%;
	left:50%;
	margin-left: -7.5rem;
	margin-top: -6rem;
}

a.style_ornament>div.styleicon>p {
	width: 5rem;
	height: 1.5rem;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background: url("https://ecstatic.sbs/data/wp-content/themes/ef_2022/images/icon_ornament.svg") no-repeat;
	background-size:100%;
	margin: 0 auto 2rem auto;
}

a.style_ornament>div.styleicon>h2 {
	font-family: "Gotham A", "Gotham B";
	font-size:1.4rem;
	font-weight: normal;
	letter-spacing: 0.3rem;
	color: #fff;
	text-align: center;
}

a.style_ornament>div.styleicon>span {
	display: block;
	font-family: "Gotham A", "Gotham B";
	font-size:1.0rem;
	font-weight: normal;
	letter-spacing: 0.1rem;
	color: #fff;
	text-align: center;
	border: 1px #fff solid;
	margin: 5rem auto 0 auto;
	width: 7rem;
	padding: 1rem 0;
}

a.style_ornament:hover>div.styleicon>span {
	display: block;
	font-family: "Gotham A", "Gotham B";
	font-size:1.0rem;
	font-weight: normal;
	letter-spacing: 0.1rem;
	color: #000;
	text-align: center;
	border: 1px #fff solid;
	margin: 5rem auto 0 auto;
	width: 7rem;
	padding: 1rem 0;
	background-color: #fff;
}

/*accessories*/
a.style_accessories {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	position: relative;
}

a.style_accessories>div.bg {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	background: url("https://ecstatic.sbs/data/wp-content/themes/ef_2022/images/style_accessories.jpg") no-repeat;
	background-size: 100%;
	transform: scale(1);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

a:hover.style_accessories>div.bg {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	background: url("https://ecstatic.sbs/data/wp-content/themes/ef_2022/images/style_accessories.jpg") no-repeat;
	background-size: 100%;
	transform: scale(1.1);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

a.style_accessories>div.styleicon {
	width: 15rem;
	height: 12rem;
	position: absolute;
	top: 50%;
	left:50%;
	margin-left: -7.5rem;
	margin-top: -6rem;
}

a.style_accessories>div.styleicon>p {
	width: 3.2rem;
	height: 3.2rem;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background: url("https://ecstatic.sbs/data/wp-content/themes/ef_2022/images/icon_accessories.svg") no-repeat;
	background-size:100%;
	margin: 0 auto 2rem auto;
}

a.style_accessories>div.styleicon>h2 {
	font-family: "Gotham A", "Gotham B";
	font-size:1.4rem;
	font-weight: normal;
	letter-spacing: 0.3rem;
	color: #fff;
	text-align: center;
}

a.style_accessories>div.styleicon>span {
	display: block;
	font-family: "Gotham A", "Gotham B";
	font-size:1.0rem;
	font-weight: normal;
	letter-spacing: 0.1rem;
	color: #fff;
	text-align: center;
	border: 1px #fff solid;
	margin: 5rem auto 0 auto;
	width: 7rem;
	padding: 1rem 0;
}

a.style_accessories:hover>div.styleicon>span {
	display: block;
	font-family: "Gotham A", "Gotham B";
	font-size:1.0rem;
	font-weight: normal;
	letter-spacing: 0.1rem;
	color: #000;
	text-align: center;
	border: 1px #fff solid;
	margin: 5rem auto 0 auto;
	width: 7rem;
	padding: 1rem 0;
	background-color: #fff;
}

span.prev {
	display: block;
	width: 2.6rem;
	height: 2.0rem;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:url(https://ecstatic.sbs/data/wp-content/themes/ef_2022/images/prev.svg) no-repeat;
	background-size:100%;
}

span.next {
	display: block;
	width: 2.6rem;
	height: 2.0rem;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:url(https://ecstatic.sbs/data/wp-content/themes/ef_2022/images/next.svg) no-repeat;
	background-size:100%;
	margin-top: 2.0rem;
}

div.owl-nav {
	width: 10rem;
	margin: 3rem auto 0 auto;
	display: flex;
	justify-content: space-between;
}

section#weddings {
	width: 100%;
	position: relative;
	background-color: #fff;
}

section#weddings>a {
	display: block;
	width: 100%;
	max-width: 150rem;
	margin: 0 auto;
	aspect-ratio: 2048 / 1000;
	overflow: hidden;
}

section#weddings>a>div.bg {
	display: block;
	width: 100%;
	aspect-ratio: 2048 / 1000;
	background: url("https://ecstatic.sbs/data/wp-content/themes/ef_2022/images/weddings.jpg") no-repeat;
	background-size: 100%;
	transform: scale(1);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

section#weddings>a:hover>div.bg {
	display: block;
	width: 100%;
	aspect-ratio: 2048 / 1000;
	background: url("https://ecstatic.sbs/data/wp-content/themes/ef_2022/images/weddings.jpg") no-repeat;
	background-size: 100%;
	transform: scale(1.1);
	opacity: 0.8;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

section#weddings>a>div.styleweddings {
	width: 10rem;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -5rem;
}

section#weddings>a>div.styleweddings>h2 {
	font-family: "Gotham A", "Gotham B";
	font-size:1.4rem;
	font-weight: normal;
	letter-spacing: 0.3rem;
	color: #fff;
	text-align: center;
}

section#weddings>a>div.styleweddings>span {
	display: block;
	font-family: "Gotham A", "Gotham B";
	font-size:1.0rem;
	font-weight: normal;
	letter-spacing: 0.1rem;
	color: #fff;
	text-align: center;
	border: 1px #fff solid;
	margin: 5rem auto 0 auto;
	width: 7rem;
	padding: 1rem 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

section#weddings>a:hover>div.styleweddings>span {
	display: block;
	font-family: "Gotham A", "Gotham B";
	font-size:1.0rem;
	font-weight: normal;
	letter-spacing: 0.1rem;
	color: #000;
	text-align: center;
	border: 1px #fff solid;
	margin: 5rem auto 0 auto;
	width: 7rem;
	padding: 1rem 0;
	background-color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

section#forbusiness {
	width: 100%;
	position: relative;
	background-color: #fff;
}

section#forbusiness>a {
	display: block;
	width: 100%;
	max-width: 150rem;
	margin: 0 auto;
	aspect-ratio: 2048 / 1000;
	overflow: hidden;
}

section#forbusiness>a>div.bg {
	display: block;
	width: 100%;
	aspect-ratio: 2048 / 1000;
	background: url("https://ecstatic.sbs/data/wp-content/themes/ef_2022/images/forbusiness.jpg") no-repeat;
	background-size: 100%;
	transform: scale(1);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

section#forbusiness>a:hover>div.bg {
	display: block;
	width: 100%;
	aspect-ratio: 2048 / 1000;
	background: url("https://ecstatic.sbs/data/wp-content/themes/ef_2022/images/forbusiness.jpg") no-repeat;
	background-size: 100%;
	transform: scale(1.1);
	opacity: 0.8;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

section#forbusiness>a>div.styleforbusiness {
	width: 15rem;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -7.5rem;
}

section#forbusiness>a>div.styleforbusiness>h2 {
	font-family: "Gotham A", "Gotham B";
	font-size:1.4rem;
	font-weight: normal;
	letter-spacing: 0.3rem;
	color: #fff;
	text-align: center;
}

section#forbusiness>a>div.styleforbusiness>span {
	display: block;
	font-family: "Gotham A", "Gotham B";
	font-size:1.0rem;
	font-weight: normal;
	letter-spacing: 0.1rem;
	color: #fff;
	text-align: center;
	border: 1px #fff solid;
	margin: 5rem auto 0 auto;
	width: 7rem;
	padding: 1rem 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

section#forbusiness>a:hover>div.styleforbusiness>span {
	display: block;
	font-family: "Gotham A", "Gotham B";
	font-size:1.0rem;
	font-weight: normal;
	letter-spacing: 0.1rem;
	color: #000;
	text-align: center;
	border: 1px #fff solid;
	margin: 5rem auto 0 auto;
	width: 7rem;
	padding: 1rem 0;
	background-color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

/************/
/*sub*/
/************/

body>header#sub {
	width: 100%;
	height: 90px;
	border-bottom: 0.5px #000 solid;
	position: fixed;
	background-color: #fff;
	z-index: 4800;
}

body>header#sub>nav {
	width: 100%;
	padding-top:3rem; 
}

body>header#sub>nav>div {
	width: 90%;
	height: 3rem;
	margin: 0 auto;
}

body>header#sub>nav>div>h1 {
	width:3rem;
	height: 3rem;
	float: left;
}

body>header#sub>nav>div>h1>a {
	display: block;
	width:3rem;
	height: 3rem;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

body>header#sub>nav>div>h1>a:hover{
	display: block;
	width:3rem;
	height: 3rem;
	opacity: 0.5;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

body>header#sub>nav>div>ul:nth-child(2) {
	width:52rem;
	height: 3rem;
	float: left;
	display: none;
	flex-wrap: wrap;
	justify-content: flex-start;
}

body>header#sub>nav>div>ul:nth-child(2)>li {
	margin-left: 20px;
	padding: 0.95rem 0;
	height: 1.1rem;
}

body>header#sub>nav>div>ul:nth-child(2)>li>a {
	font-family: "Gotham A", "Gotham B";
	font-size:1.1rem;
	letter-spacing: 0.2rem;
	color: #000;
}

body>header#sub>nav>div>ul:nth-child(2)>li>a>span {
	display: block;
	width: 0px;
	margin-left: 50%;
	text-align: center;
	border-bottom: 0.5px #000 solid;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	margin-top: 5px;
}

body>header#sub>nav>div>ul:nth-child(2)>li>a:hover>span {
	display: block;
	width: 100%;
	margin-left: 0;
	text-align: center;
	border-bottom: 0.5px #000 solid;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

body>header#sub>nav>div>ul:nth-child(3) {
	width:43rem;
	height: 3rem;
	float: right;
	display: none;
	flex-wrap: wrap;
	justify-content: flex-end;
}

body>header#sub>nav>div>ul:nth-child(3)>li:first-child {
	margin-left: 0px;
	font-family: "Gotham A", "Gotham B";
	font-size: 1.1rem;
	letter-spacing: 0.2rem;
	color: #000;
	padding: 0.95rem 0;
	height: 1.1rem;
}

body>header#sub>nav>div>ul:nth-child(3)>li {
	margin-left: 2rem;
	font-family: "Gotham A", "Gotham B";
	font-size:1.1rem;
	letter-spacing: 0.2rem;
	color: #000;
}

body>header#sub>nav>div>ul:nth-child(3)>li#faq_btn>a {
	display: block;
	padding-top: calc(0.95rem - 1px);
	padding-bottom: calc(0.95rem - 1px);
	padding-left:1rem;
	padding-right:1rem;
	border: 1px #000 solid;
	background-color: none;
	color: #000;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

body>header#sub>nav>div>ul:nth-child(3)>li#faq_btn>a:hover {
	padding-top: calc(0.95rem - 1px);
	padding-bottom: calc(0.95rem - 1px);
	padding-left:1rem;
	padding-right:1rem;
	border: 1px #fff solid;
	background-color: #000;
	color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

body>header#sub>nav>div>ul:nth-child(3)>li#contact_btn>a {
	display: block;
	padding-top: calc(0.95rem - 1px);
	padding-bottom: calc(0.95rem - 1px);
	padding-left:1rem;
	padding-right:1rem;
	border: 1px #000 solid;
	background-color: none;
	color: #000;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

body>header#sub>nav>div>ul:nth-child(3)>li#contact_btn>a:hover {
	padding-top: calc(0.95rem - 1px);
	padding-bottom: calc(0.95rem - 1px);
	padding-left:1rem;
	padding-right:1rem;
	border: 1px #000 solid;
	background-color: #000;
	color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

body>header#sub>nav>div>ul:nth-child(3)>li#order_btn>a {
	display: block;
	padding-top: calc(0.95rem - 1px);
	padding-bottom: calc(0.95rem - 1px);
	padding-left:1rem;
	padding-right:1rem;
	border: 1px #000 solid;
	background-color: none;
	color: #000;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

body>header#sub>nav>div>ul:nth-child(3)>li#order_btn>a:hover {
	padding-top: calc(0.95rem - 1px);
	padding-bottom: calc(0.95rem - 1px);
	padding-left:1rem;
	padding-right:1rem;
	border: 1px #000 solid;
	background-color: #000;
	color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

/************/
/*sub common*/
/************/
section.sub {
	padding-top: 19rem;;
	margin: 0 auto;
}

section.sub h1 {
	font-family: "Gotham A", "Gotham B";
	font-size: 1.6rem;
	font-weight: normal;
	letter-spacing: 0.5rem;
	text-align: center;
}

section.sub>div {
	margin: 10rem auto 0 auto;
}

section.sub>header {
	width: 90%;
	margin: 0 auto;
}
/************/
/*news*/
/************/
section.sub>div.news {
	width: 80%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

section.sub>div.news>article {
	width: 50%;
	max-width: 150rem;
	margin: 0 auto 8rem auto;
}

section.sub>div.news>article>a {
	display: block;
	opacity: 1.0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

section.sub>div.news>article>a:hover {
	display: block;
	opacity: 0.6;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

section.sub>div.news>article>a>img {
	display: block;
	width: 100%;
}

section.sub>div.news>article>a>h2 {
	font-family: "Gotham A", "Gotham B";
	font-size: 1rem;
	letter-spacing: 0.2rem;
	color: #000;
	text-align: center;
	font-weight: normal;
	margin-top: 2.3rem;
}

section.sub>div.news>article>a>h3 {
	font-family: "Gotham A", "Gotham B";
	font-size:0.8rem;
	letter-spacing: 0.1rem;
	color: #000;
	text-align: center;
	font-style: italic;
	font-weight: normal;
	margin-top: 0.6rem;
	margin-bottom: 0.6rem;
}

/*prev next*/
section.sub>nav {
	width: 90%;
	margin: 2.7rem auto 10rem auto;
}

section.sub>nav>ul {
	width: 30rem;
	margin: -5px auto -5px auto;
	display: flex;
	justify-content: space-around;
}

section.sub>nav>ul>li>a {
	font-family: "Gotham A", "Gotham B";
	font-size: 1.4rem;
	letter-spacing: 0.2rem;
	color: #000;
	text-align: center;
	font-weight: normal;-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

section.sub>nav>ul>li>a:hover {
	font-family: "Gotham A", "Gotham B";
	font-size: 1.4rem;
	letter-spacing: 0.2rem;
	color: #999;
	text-align: center;
	font-weight: normal;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

/************/
/*news_single*/
/************/
section.sub>div.news_single {
	width: 80%;
	max-width: 150rem;
	margin: 10rem auto 10.7rem auto;
}

section.sub>div.news_single>article {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

section.sub>div.news_single>article>div:first-child {
	width: 45%;
	margin-right: 5%;
}

section.sub>div.news_single>article>div:first-child>h2 {
	font-family: "Gotham A", "Gotham B";
	font-size: 1.4rem;
	font-weight: normal;
	line-height:2.1rem;
	letter-spacing: 0.2rem;
	margin-top: -0.5rem;
}

section.sub>div.news_single>article>div:first-child>h3 {
	font-family: "Gotham A", "Gotham B";
	font-size: 1rem;
	font-weight: normal;
	line-height:0;
	letter-spacing: 0.2rem;
	font-style: italic;
	margin-top: 1.7rem;/*2rem*/
	margin-bottom: 5rem;
}

section.sub>div.news_single>article>div:first-child>p {
	font-family: "Gotham A", "Gotham B";
	font-size: 1rem;
	font-weight: normal;
	line-height:1.7rem;
	letter-spacing: 0.2rem;
	margin-top: 2rem;
}

section.sub>div.news_single>article>div:nth-child(2) {
	width: 50%;
}

section.sub>div.news_single>article>div:nth-child(2)>img {
	display: block;
	width: 100%;
}

/************/
/*works*/
/************/
section.sub>div.works {
	width: 80%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-top: 0;
}

section.sub>div.works>article {
	width: 50%;
	max-width: 150rem;
	margin: 0 auto 8rem auto;
}

section.sub>div.works>article>a {
	display: block;
	opacity: 1.0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

section.sub>div.works>article>a:hover {
	display: block;
	opacity: 0.6;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

section.sub>div.works>article>a>img {
	display: block;
	width: 100%;
}

section.sub>div.works>article>a>h2 {
	font-family: "Gotham A", "Gotham B";
	font-size: 1rem;
	letter-spacing: 0.2rem;
	color: #000;
	text-align: center;
	font-weight: normal;
	margin-top: 2.3rem;
}

section.sub>div.works>article>a>h3 {
	font-family: "Gotham A", "Gotham B";
	font-size:0.8rem;
	letter-spacing: 0.1rem;
	color: #000;
	text-align: center;
	font-style: italic;
	font-weight: normal;
	margin-top: 0.6rem;
	margin-bottom: 0.6rem;
}

ul.works_cat {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 10rem auto 5rem auto;
	line-height: 1.8rem;
}

ul.works_cat>li {
	margin: 0 5px;
}

ul.works_cat>li>a {
	font-family: "Gotham A", "Gotham B";
	font-size:10px;
	letter-spacing: 0.2rem;
	color: #000;
	text-align: center;-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

ul.works_cat>li>a:hover {
	font-family: "Gotham A", "Gotham B";
	font-size:10px;
	letter-spacing: 0.2rem;
	color: #999;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

/************/
/*works_single*/
/************/
section.sub>div.works_single {
	width: 80%;
	max-width: 1200px;
	margin: 80px auto 85px auto;/*5px*/
}

section.sub>div.works_single>article {
	width: 100%;
	margin-bottom: -10px;
}

.mb60{
	margin-bottom: 50px;
}	
.swiper-container{
	text-align: center;
}
.swiper-container .swiper-slide img{
	max-width: 100%;
	width: 100%;
	height: auto;
}
.prettyprint{
	border: none;
	background: #fafafa;
	color: #697d86;
}
#thumbs {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
}
#thumbs .swiper-slide {
	width: 20%;
	height: 100%;
	opacity: 0.2;
	cursor: pointer;
}
#thumbs .swiper-slide-active {
	opacity: 1;
}

div.swiper-slide img {
	display: block;
}

section.sub>div.works_single>article>div.data {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

section.sub>div.works_single>article>div.data>div>h2 {
	font-family: "Gotham A", "Gotham B";
	font-size: 14px;
	color: #000;
	text-align: left;
	font-weight: normal;
	margin-top: 0px;/*-7px*/
}

section.sub>div.works_single>article>div.data>div>h3 {
	font-family: "Gotham A", "Gotham B";
	font-size:10px;
	color: #000;
	text-align: left;
	font-weight: normal;
	margin-top: 15px;/*-14px*/
	margin-bottom: 0;
}

section.sub>div.works_single>article>div.data>div>h4 {
	font-family: "Gotham A", "Gotham B";
	font-size:10px;
	color: #000;
	text-align: left;
	font-weight: normal;
	margin-top: 10px;/*-14px*/
	margin-bottom: 0;
}

section.sub>div.works_single>article>div.data>div>h5 {
	font-family: "Gotham A", "Gotham B";
	font-size:10px;
	color: #000;
	text-align: left;
	font-weight: normal;
	margin-top: 10px;/*-14px*/
	margin-bottom: 0;
}

section.sub>div.works_single>article>div.data>div:first-child {
	width:25%;
	padding-right: 5%;
}

section.sub>div.works_single>article>div.data>div:nth-child(2) {
	width:40%;
	padding-left: 5%;
	border-left: 0.5px #000 solid;
}
	
section.sub>div.works_single>article>div.data>div:nth-child(2)>p {
	font-size:12px;
	color: #000;
	text-align: left;
	font-weight: normal;
	line-height: 1.8rem;
}
	

/************/
/*store*/
/************/
div.store {
	width: 100%;
}

div.store>article {
	width:100%;
	padding-bottom: 155px;
}

div.store>article:last-child {
	margin-bottom: 85px;
}

div.store>article>img {
	display: block;
	width:100%;
	opacity: 1;
}

div.store>article>div {
	width: 80%;
	margin: 5rem auto 0 auto;
}

div.store>article>div>h2 {
	font-family: "Gotham A", "Gotham B";
	font-size: 1.4rem;
	font-weight: normal;
	letter-spacing: 0.2rem;
	color: #000;
	margin-bottom: 4rem;/*-10px*/
}

div.store>article>div>p {
	width: 75%;
	font-size: 1rem;
	font-weight: normal;
	letter-spacing: 0.2rem;
	line-height: 1.7rem;
	margin-bottom: 5rem;
}

div.store>article>div>div {
	width: 100%;
	display: flex;
	justify-content:flex-start;
}

div.store>article>div>div>div>h3 {
	font-family: "Gotham A", "Gotham B";
	font-size: 1rem;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0.2rem;
}

div.store>article>div>div>div.map {
	width: 40%;
	margin-right: 5%;
}

div.store>article>div>div>div.map>p.tel {
	font-family: "Gotham A", "Gotham B";
	font-size: 1rem;
	font-style: normal;
	letter-spacing: 0.2rem;
	margin-top:2rem;/*-10px;*/
}

div.store>article>div>div>div.map>address {
	font-family: "Gotham A", "Gotham B";
	font-size: 1rem;
	font-style: normal;
	letter-spacing: 0.2rem;
	margin-top: 0.8rem;/*-12px*/
	line-height: 1.6rem;
}

div.store>article>div>div>div.map>p>a {
	display: block;
	width: 18rem;
	margin: 1.3rem auto 0 0;/*-7px*/
	border: 1px #000 solid;
	padding: 1.5rem 0px;
	font-family: "Gotham A", "Gotham B";
	font-size:1rem;
	letter-spacing: 0.2rem;
	color: #000;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

div.store>article>div>div>div.map>p>a:hover {
	display: block;
	width: 18rem;
	margin: 1.3rem auto 0 0;/*-7px*/
	border: 1px #000 solid;
	padding: 1.5rem 0px;
	font-family: "Gotham A", "Gotham B";
	font-size:1rem;
	color: #fff;
	text-align: center;background-color: #000;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

div.store>article>div>div>div.map img {
	display: block;
	width: 100%;
	margin-top: 2rem;
}

div.store>article>div>div>div.calendar {
	width: 40%;
}

div.store>article>div>div>div.calendar img {
	display: block;
	width: 100%;
	margin-top: 2rem;
}

/************/
/*recruit*/
/************/

div.recruit {
	width: 80%;
	margin: 0 auto;
}


div.recruit>p {
	width: 100%;
	margin: 0 auto;
	font-size: 1.2rem;
	line-height: 2.2rem;
	letter-spacing: 0.2rem;
	margin-bottom: 5rem;
	text-align: left;
}

div.recruit>article {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 8rem;
}

div.recruit>article>header {
	border-bottom: 1px #000 solid;
	padding-bottom: 2rem;
	margin-bottom: 2rem;
}

div.recruit>article>header>h2 {
	font-family: "Gotham A", "Gotham B";
	font-size: 1.4rem;
	font-style:normal;
	font-weight:normal;
	line-height:1.2rem;
	letter-spacing: 0.2rem;
}

div.recruit>article>div {
	width: 100%;
	margin-bottom: 2rem;
}

div.recruit>article>div>dl {
	font-family: "Gotham A", "Gotham B";
	font-size: 1.2rem;
	font-style:normal;
	font-weight:normal;
	line-height:2.2rem;
	letter-spacing:0.2rem;
	display: flex;
	flex-direction: row;
	margin-bottom: 2rem;
}

div.recruit>article>div>dl>dt {
	width: 30%;
}

div.recruit>article>div>dl>dd {
	width: 65%;
}

/************/
/*faq*/
/************/

div.faq {
	width: 80%;
	margin: 0 auto;
}


div.faq>p {
	width: 100%;
	margin: 0 auto;
	font-size: 1.2rem;
	line-height: 2.2rem;
	letter-spacing: 0.2rem;
	margin-bottom: 5rem;
	text-align: left;
}

div.faq>article {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 8rem;
}

div.faq>article>div {
	width: 100%;
	display: flex;
	margin-bottom: 5rem;
}

div.faq>article>div>h2 {
	font-family: "Gotham A", "Gotham B";
	font-size: 1.6rem;
	font-style:normal;
	font-weight:normal;
	letter-spacing:0.2rem;
	width: 5%;
	text-align: left;
	padding-right: 5%;
}

div.faq>article>div>div {
	width: 90%;
	display: flex;
	justify-content: space-between;
	border-left: 1px #000 solid;
	padding-bottom: 3rem;
}

div.faq>article>div>div>div:first-child {
	width: 35%;
	padding-left: 5%;
}

div.faq>article>div>div>div:nth-child(2) {
	width: 55%;
	padding-left: 5%;
}

div.faq>article>div>div>div>h3 {
	font-family: "Gotham A", "Gotham B";
	font-size: 1.2rem;
	font-style:normal;
	font-weight:normal;
	letter-spacing:0.2rem;
}

div.faq>article>div>div>div>p {
	font-size: 1.2rem;
	font-style:normal;
	font-weight:normal;
	line-height: 2.2rem;
	letter-spacing:0.2rem;
	margin-top: 3rem;
}



/************/
/*contact*/
/************/
section.cont {
	padding-bottom: 10rem;
	border-bottom: 0.5px #000 solid;
}

section.sub>form {
	width: 80%;
	margin: 10rem auto 0 auto;
}

section.sub div>article:first-child {
	
}

section.sub div>article:first-child>p {
	width: 100%;
	text-align: center;
}

section.sub div>article:first-child>a {
	width: 100%;
	text-align: center;
}

section.sub div>article:first-child>h2 {
	width: 100%;
	text-align: center;
}

section.sub div>article.contactform>dl {
	width: 600px;
	margin: 0 auto 30px auto;
	display: flex;
	justify-content: flex-start;
}

section.sub div>article.contactform>dl>dt {
	width: 170px;
	margin-right: 30px;
	padding-top: 10px;
}

section.sub div>article.contactform>dl>dt.notpad {
	width: 170px;
	margin-right: 30px;
	padding-top: 0px;
}

section.sub div>article.contactform>dl>dd {
	width: 400px;
}

section.sub div>article.contactform>dl>dd>input {
	width: 100%;
	height: 40px;
}

section.sub div>article.contactform>dl>dd.postal {
	width: 400px;
}

section.sub div>article.contactform>dl>dd.postal>input {
	width: 50px;
	display: inline;
}

section.sub div>article.contactform>dl>dd>textarea {
	width: 100%;
}

section.sub div.form_btn {
	width: 102px;
	margin: 0 auto;
}

section.sub div.confirmdiv {
	width: 90%;
	margin: 80px auto 0 auto;
}

section.sub div.confirmdivbtn {
	margin: 0 auto 30px auto;
}

/*new 250224*/
section.contact {
	padding-top: 19rem;;
	margin: 0 auto;
}

section.contact>header {
	width: 90%;
	margin: 0 auto;
}

section.contact h1 {
	font-family: "Gotham A", "Gotham B";
	font-size: 1.6rem;
	font-weight: normal;
	letter-spacing: 0.5rem;
	text-align: center;
}

section.contact>div {
    width: 90%;
	margin: 10rem auto 0 auto;
}

section.contact>div>p {
    font-size: 1.2rem;
    line-height: 2.4rem;
    margin-bottom: 3rem;
}









/************/
/*onlinestore*/
/************/
section.sub>div.onlinestore {
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

section.sub>div.onlinestore>article {
	width: 25%;
	max-width: 1200px;
	margin: 0 auto 85px auto;
}

section.sub>div.onlinestore>article>a {
	display: block;
	opacity: 1.0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

section.sub>div.onlinestore>article>a:hover {
	display: block;
	opacity: 0.6;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

section.sub>div.onlinestore>article>a>img {
	display: block;
	width: 100%;
}

section.sub>div.onlinestore>article>a>h2 {
	font-family: "Gotham A", "Gotham B";
	font-size: 10px;
	color: #000;
	text-align: center;
	font-weight: normal;
	margin-top: 23px;/*-7px*/
}

section.sub>div.onlinestore>article>a>h2>span {
	display: block;
	font-size:8px;
	color: #000;
	text-align: center;
	font-weight: normal;
	margin-top: -4px;/*-14px*/
}

section.sub>div.onlinestore>article>a>p.price {
	font-size:10px;
	color: #000;
	text-align: center;
	font-weight: normal;
	margin-top: 6px;/*-14px*/
}

ul.online_cat {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 20px;/*-10px*/
}

ul.online_cat>li {
	margin: 0 5px;
}

ul.online_cat>li>a {
	font-family: "Gotham A", "Gotham B";
	font-size:10px;
	color: #000;
	text-align: center;
}

/*animation*/
div.intro {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	background-color: #ffffff;
	animation-name: intro;
	animation-duration: 1s;
	animation-timing-function: ease;
	animation-iteration-count: 1;
	animation-delay: 5s;
}

div.container {
	width:291px;
	height: 54px;
	position: absolute;
	top: 50%;
	left:50%;
	margin-top: -27px;
	margin-left: -148px;
}

@keyframes intro {
	0% {opacity: 1; z-index: 1001;}
	100% {opacity: 0;z-index: 900;}
}



svg#logo {
	width:291px;
	height: 54px;
	position: absolute;
	top: 0;
	left: 0;
	animation-name: logo;
	animation-duration: 1s;
	animation-timing-function: ease;
	animation-iteration-count: 1;
	animation-delay: 4s;
}

svg#mask {
	width:291px;
	height: 54px;
	position: absolute;
	top: 0;
	left: 0;
	animation-name: logo;
	animation-duration: 1s;
	animation-timing-function: ease;
	animation-iteration-count: 1;
	animation-delay: 4s;
}

@keyframes logo {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

.forpc {
	display: block;
}

.forsp {
	display: none;
}



/************/
/*order*/
/************/
section.orderform {
	padding-bottom: 10rem;
	border-bottom: 0.5px #000 solid;
}

.orderform>div {
	width: 80%;
	margin: 10rem auto 0 auto;
	display: block;
	justify-content: space-between;
}

.orderform>div>div {
	width: 100%;
}

.orderform>div>div:first-child {
	margin-bottom: 5rem;
}

.orderform>div>div>h2 {
	width: 20rem;
	margin: 0 auto;
	padding: 0.2rem 0 3rem 0;
	font-family: "Gotham A", "Gotham B";
	font-size: 1.6rem;
	color: #000;
	letter-spacing: 0.2rem;
	text-align: center;
	font-weight: normal;
}

.orderform>div>div>p {
	width: 100%;
	margin: -0.3rem auto 0 auto;
	font-size: 1.2rem;
	letter-spacing: 0.2rem;
	line-height: 2.2rem;
	color: #000;
	text-align: left;
	font-weight: normal;
}

.orderform>div>div>p.tit {
	width: 100%;
	margin: -0.3rem auto 1.5rem auto;
	font-size: 1.2rem;
	letter-spacing: 0.2rem;
	line-height: 2.2rem;
	color: #000;
	text-align: center;
	font-weight: normal;
}

.orderform>div>div>p>span {
	font-weight: bold;
}

.orderform>div>div>a {
	display: block;
    width: 12rem;
    margin: 3rem auto 5rem auto;
    border: 1px #000 solid;
    padding: 15px 0px;
    font-family: "Gotham A", "Gotham B";
    font-size: 10px;
    font-weight: normal;
    color: #000;
    text-align: center;
    letter-spacing: 0.2rem;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.orderform>div>div>a:hover {
	display: block;
    width: 12rem;
    margin: 3rem auto 5rem auto;
    border: 1px #000 solid;
    padding: 15px 0px;
    font-family: "Gotham A", "Gotham B";
    font-size: 10px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    letter-spacing: 0.2rem;
	background-color: #000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.orderform>div>div>img {
	display: block;
	height: 8rem;
	margin: 0 auto 5rem auto;
}

.orderform>div>div>h3 {
	margin: -1rem auto 0 auto;
	padding: 0 0 5rem 0;
	font-family: "Gotham A", "Gotham B";
	font-size: 1.6rem;
	color: #000;
	letter-spacing: 0.2rem;
	text-align: center;
	font-weight: bold;
	line-height: 3rem;
}

.orderform>div>div>h3>span {
	display: block;
	font-size: 1.4rem;
	color: #000;
	font-weight: normal;
}

.orderform .gaisankingaku {
	border: 0;
	display: inline;
	font-size: 1.6rem;
	text-align: right;
	resize: none;
	margin-top: -0.8rem;
	width: 7rem
}

div#iphone_nav {
	display: block;
}

/*231113 staff*/
div.staff {
	width: 100%;
	line-height: 21px;
	letter-spacing: 2px;
}

div.staff>div {
	height: 0;
}

div.staff>article {
	width: 80%;
	margin: 0 auto 160px auto;
}

div.staff>article>div>header {
	position: relative;
	z-index: 2;
	margin-top: 40px;
}

div.staff>article>div>header>h2 {
	font-family: "Gotham A", "Gotham B";
	font-size: 12px;
	color: #000;
	text-align: left;
	font-weight: normal;
}

div.staff>article>div>header>h3 {
	font-family: "Gotham A", "Gotham B";
	font-size: 10px;
	color: #000;
	text-align: left;
	font-weight: normal;
}

div.staff>article>div>header>p {
	font-family: "Gotham A", "Gotham B";
	font-size: 8px;
	color: #000;
	text-align: left;
	font-weight: normal;
	line-height: 1.4;
}

div.staff>article>div>div {
	position: relative;
	z-index: 1;
	width: 70%;
	margin: -100px 0 0 auto;
}

div.staff>article>div>div>img {
	display: block;
	width: 100%;
}









