@charset "UTF-8";

/* ****************************************************************** 

	--style.css--

	1. Style setting
		1-1. Base styles
		1-2. Headline styles

	2. Layout setting
		2-1. Base styles
		2-2. Header styles
		2-3. Main styles
		2-4. Footer styles
		2-5. Vendor

	3. Media Layout

****************************************************************** */

/*==================================================================
	1. Style setting
===================================================================*/

/* ------------------------------------------------------------------
	1-1. Base styles
-------------------------------------------------------------------*/
html { color: #000; }
a:link, a:visited {
	color: #000;
	text-decoration: none;
	transition: 0.3s color;
}
a:hover {
	color:#7f7f7f;
}
.touchHover,
.noTapColor,
button { -webkit-tap-highlight-color: rgba(0,0,0,0); }
.dotted {
	border-bottom: 1px dotted #000;
}
.bgWave img,
.bgWave02 img {
	width: 100%;
}
.spDisplay {
	display: none;
}

/* ------------------------------------------------------------------
	1-2. Headline styles
-------------------------------------------------------------------*/
.bHead,
.textHead {
	margin: 0 auto 97px;
	text-align: center;
	width: 1200px;
}
.textHead {
	font-size: 38px;
	font-weight: bold;
	line-height: 1.35;
}
.textHead img {
	vertical-align: baseline;
}
.textHead span {
	display: block;
	font-size: 16px;
	letter-spacing: 2px;
}
.mHead {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 110px;
	line-height: 1.35;
	position: relative;
	z-index: 10;
}

/*==================================================================
	2. Layout setting
===================================================================*/

/* ------------------------------------------------------------------
	2-1. Base styles
-------------------------------------------------------------------*/
body { min-width: 320px; }
#container {
	position: relative;
}
#content {
	padding-top: 126px;
}
.whiteBtn,
.blackBtn {
	text-align: center;
}
.whiteBtn a,
.blackBtn a {
	border: 3px solid #000;
	background-color: #fff;
	display: inline-block;
	font-weight: 600;
	text-align: center;
	position: relative;
	padding: 13px 0;
	transition: 0.5s all;
	width: 380px;
}
.blackBtn a {
	background-color: #000;
	color: #fff;
}
.whiteBtn a:hover {
	background-color: #000;
	color: #fff;
}
.blackBtn a:hover {
	border-color: #000;
	background-color: #fff;
	color: #000;
}
.whiteBtn i,
.blackBtn i {
	position: absolute;
	right: 10px;
	top: 35%;
}
.whiteBtn a:hover i {
	color: #fff;
}
.blackBtn i {
	color: #fff;
}
.blackBtn a:hover i {
	color: #000;
}
.normal a {
	font-size: 14px;
	padding: 5px 0;
	width: 250px;
}
.normal i {
	top: 32%;
}
.overLink a {
	opacity: 1;
	transition: 0.5s opacity;
}
.overLink a:hover {
	opacity: 0.5;
}


/* ------------------------------------------------------------------
	2-2. Header styles
-------------------------------------------------------------------*/
#header {
	margin: 0 auto;
	width: 1240px;
	padding-top: 28px;
	position: relative;
	z-index: 20;
}
#header .hInner {
	float: right;
}
.menu .icon-link {
	display: none;
}
#header .menu {
	float: left;
}
#header #gNav li {
	font-weight: 600;
	float: left;
	margin-right: 26px;
}
#header #gNav li .active {
	opacity: 0.5;
}
#header .socialList {
	float: left;
	margin-top: -2px;
}
#header .socialList li {
	float: left;
	font-size: 20px;
	margin-right: 12px;
}


/* ------------------------------------------------------------------
	2-3. Main styles
-------------------------------------------------------------------*/
#container {
	position: relative;
}
#container .sectionInner {
	margin: 0 auto;
	width: 1240px;
}
#content {
	margin-bottom: 10px;
}
.bgGray {
	position: relative;
}
.bgGray:before {
	background-color: #f7f7f7;
	content: "";
	display: block;
	height: 770px;
	position: absolute;
	left: -5%;
	width: 120%;
	transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	top: 170px;
}
.detailShop {
	width: 630px;
}
.detailShop .content {
	font-weight: 600;
	margin-bottom: 29px;
}
.note {
	font-size: 12px;
	font-weight: normal!important;
	line-height: 1.8;
}
.note em {
	color: #e52d8a;
}
#followUs {
	padding-top: 145px;
	position: relative;
}
#followUs:before {
	background-color: #f7f7f7;
	content: "";
	display: block;
	height: 720px;
	position: absolute;
	left: -5%;
	width: 120%;
	transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	top: 170px;
}
#followUs .headGroup {
	margin: 0 auto 40px;
	max-width: 620px;
	text-align: center;
	position: relative;
	z-index: 10;
}
#followUs .headGroup h2 {
	margin-bottom: -5px;
}
#followUs .headGroup h2 img {
	max-width: 146px;
}
#followUs .headGroup .icon i {
	font-size: 45px;
}
#followUs .headGroup .atmarkTag {
	font-weight: 600;
}
#followUs .gallery {
	background-color: #fff;
	margin: 0 auto;
	padding: 10px 0 0 5px;
	position: relative;
	width: 1140px;
	z-index: 10;
}
#followUs .gallery ul {
	margin-bottom: 44px;
}
#followUs .gallery ul li {
	display: none;
	float: left;
	margin: 0 5px -3px;
}
#followUs .gallery ul li:nth-child(4n+1) {
	clear: left;
}


/* ------------------------------------------------------------------
	2-4 Footer styles
-------------------------------------------------------------------*/
.bgFooter {
	position: absolute;
	bottom: 167px;
	width: 100%;
}
.bgFooter img {
	width: 100%;
}
#footer {
	padding-bottom: 30px;
	padding-top: 300px;
	position: relative;
	z-index: 10;
}
#footer .inner {
	font-size: 13px;
	line-height: 1.8;
	margin: 0 auto;
	text-align: center;
	width: 1240px;
}
#shopList {
	margin-bottom: 38px;
}
#shopList li {
	font-weight: 600;
}
#shopList li ul li {
	display: inline;
	padding-right: 2px;
}
#shopList li ul li:after {
	content: "/";
	padding-left: 4px;
}
#shopList li ul li:last-child:after {
	content: "";
}
#footer #copyright {
	color: #a4ebc0;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 2px;
}
#pageTop {
	position: fixed;
	right: 20px;
	bottom: 0;
	z-index: 20;
}
#pageTop i {
	font-size: 35px;
}


/* ------------------------------------------------------------------
	2-5. Vendor
-------------------------------------------------------------------*/
.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 17px;
}
.owl-theme .owl-dots .owl-dot {
	outline: none;
}
.owl-theme .owl-dots .owl-dot span {
	background-color: #fff;
	width: 8px;
	height: 8px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background-color: #ff9bc9;
}


/*==================================================================
	3. Media Layout
===================================================================*/

@media only screen and (max-width:1240px) {
	#header {
		margin: 0;
		width: 100%;
	}
	#header .hInner {
		padding-right: 25px;
	}
}

@media only screen and (max-width:1200px) {
	.bHead,
	.textHead {
		padding: 0 40px;
		width: 100%;
	}
	#followUs .gallery {
		width: 94%;
		padding-left: 0;
	}
	#followUs .gallery ul li {
		width: 23.7888%;
		margin: 0 0 1% 1%;
		line-height: 0;
	}
	#followUs .gallery ul li img {
		width: 100%;
	}
	#footer .inner {
		width: 94%;
	}
}

@media only screen and (max-width:1024px) {
	#header #gNav li {
		font-size: 16px;
	}
	#footer {
		padding-top: 200px;
	}
}

@media only screen and (max-width:768px) {
	#header {
		padding-top: 0;
	}
	#header .hInner {
		float: none;
		padding-right: 0;
	}
	#header .hInner .menu-content {
		background-color: #fec6e3;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1000;
		width: 100%;
		height: 100%;
		overflow: auto;
	}
	#header .menu .icon-link {
		display: inherit;
		position: absolute;
		left: 25px;
		top: 28px;
		z-index: 1010;
	}
	#header .menu.sp-active .icon-link {
		position: fixed;
	}
	#header .menu {
		float: none;
		position: relative;
		z-index: 1001;
		width: 100%;
	}
	#header .menu #gNav,
	#header .menu .social {
		margin-left: 0;
	}
	#header .menu #gNav ul li {
		margin-right: 0;
		line-height: 1.5;
		float: none;
	}
	#header .menu #gNav ul li a {
		font-size: 24px;
		padding: 13px 20px;
	}
	.sp-icon {
		display: block;
		position: absolute;
		top: 5px;
		left: 8px;
		text-align: center;
	}
	#header .menu.sp-active .sp-icon {
		left: 0;
	}
	.icon-link {
		display: block;
		height: 40px;
		width: 40px;
	}
	.sp-icon .sp-r1,
	.sp-icon .sp-r2 {
		display: block;
		width: 33px;
		height: 3px;
		background-color: #000;
		margin-bottom: 8px;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.sp-icon .sp-r3 {
		color: #000;
		font-family: "Times New Roman";
		font-size: 14px;
		font-weight: 900;
		letter-spacing: 2px;
		position: relative;
		left: -8px;
		top: -11px;
	}
	.sp-active .sp-icon span {
		width: 43px;
	}
	.sp-active .sp-r2 {
		-webkit-transform: translateY(0) rotateZ(-45deg);
		transform: translateY(0) rotateZ(-45deg);
	}
	.sp-active .sp-r1 {
		-webkit-transform: translateY(11px) rotateZ(45deg);
		transform: translateY(11px) rotateZ(45deg);
	}
	.sp-active .sp-r3 {
		opacity: 0;
	}
	.sp-active .sp-backdrop {
		opacity: 1;
		pointer-events: auto;
	}
	.menu-content {
		background-color: #fff;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 1001;
		opacity: 0;
		padding-top: 102px;
		padding-bottom: 80px;
		overflow-y: auto;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	.sp-active .menu-content {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
		overflow: auto;
	}
	.menu-content ul li a {
		display: block;
		font-size: 20px;
		padding: 15px 20px;
		text-align: center;
		text-decoration: none;
	}
	#header .socialList {
		float: right;
		margin-right: 25px;
		margin-top: 28px;
	}
	#header .socialList li {
		margin-right: 0;
		margin-left: 8px;
	}
	#header .socialList a {
		background-color: #f6cce4;
		border-radius: 50%;
		color: #fff;
		display: inline-block;
		font-size: 34px;
		height: 60px;
		line-height: 60px;
		text-align: center;
		width: 60px;
	}
	.mHead {
		margin-bottom: 60px;
	}
	.detailShop {
		width: 90%;
	}
	#followUs .headGroup h2 {
		margin-bottom: 1px;
	}
	#followUs .headGroup h2 img {
		max-width: 283px;
	}
	#followUs .headGroup .icon {
		margin-bottom: 15px;
	}
	#followUs .headGroup .icon i {
		font-size: 87px;
	}
	#followUs .headGroup .atmarkTag {
		font-size: 35px;
		font-weight: bold;
		letter-spacing: 2px;
	}
	#followUs .gallery {
		margin: 0 25px;
		padding-left: 0;
		width: auto;
	}
	#followUs .gallery ul {
		padding-right: 2%;
	}
	#followUs .gallery ul li {
		width: 48%;
		margin: 0 0 2% 2%;
	}
	#followUs .gallery ul li:nth-child(2n+1) {
		clear: left;
	}
	#footer {
		padding-top: 130px;
	}
}

@media only screen and (max-width:640px) {
	.pcDisplay {
		display: none;
	}
	.spDisplay {
		display: inline-block;
	}
	.bgFooter {
		left: 0;
		bottom: 0;
		padding-top: 60px;
		position: relative;
		overflow: hidden;
		width: 100%;
	}
	.bgFooter img {
		position: relative;
		left: -30%;
		width: 150%;
		max-width: 150%;
	}
	#footer {
		padding-top: 40px;
	}
	#footer .inner {
		text-align: left;
		padding: 0 25px;
		width: auto;
	}
	#footer #shopList li {
		font-weight: normal;
	}
	#footer #copyright {
		text-align: center;
	}
}

@media only screen and (max-width:480px) {
	body {
		font-size: 14px;
	}
	.sp-icon .sp-r2 {
		margin-bottom: 12px;
	}
	#header .socialList {
		margin-top: 20px;
	}
	#header .socialList a {
		font-size: 18px;
		height: 40px;
		line-height: 40px;
		width: 40px;
	}
	.mHead {
		font-size: 25px;
	}
	#followUs {
		padding-top: 100px;
	}
	#followUs .headGroup h2 {
		margin-bottom: 1px;
	}
	#followUs .headGroup h2 img {
		max-width: 200px;
	}
	#followUs .headGroup .icon {
		margin-bottom: 10px;
	}
	#followUs .headGroup .icon i {
		font-size: 60px;
	}
	#followUs .headGroup .atmarkTag {
		font-size: 26px;
		letter-spacing: 1px;
	}
	.bgFooter {
		padding-top: 40px;
	}
	#footer {
		padding-top: 20px;
	}
	#footer .inner {
		font-size: 12px;
	}
	#footer #copyright {
		font-weight: normal;
		font-size: 11px;
		letter-spacing: 0.5px;
	}
}