@charset 'UTF-8';
/* =========================================== */
/*  add reset                                  */
/* =========================================== */
html { font-size: 62.5% }
body {
	line-height: 1.75;
	font-family:  "游ゴシック", "Yu Gothic", YuGothic, "游ゴシック体", "メイリオ", Meiryo, sans-serif;
	font-size: 100%;
	color: rgba(34,34,34,1);
}
img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
a { text-decoration: none; }
a:hover { text-decoration: underline; }


/* =========================================== */
/*  common style                               */
/* =========================================== */
.bgSec a {  color: rgba(34,34,34,1); }

@media print, screen and (max-width: 750px) {
	.pc { display: none !important; }
}
@media print, screen and (min-width: 751px) {
	.sp { display: none !important; }
}

.tac { text-align: center; }
.tar { text-align: right; }

@media print, screen and (max-width: 750px) {
	.txt { font-size: 1.5rem;}
}
@media print, screen and (min-width: 751px) {
	.txt { font-size: 1.6rem;}
}

.fwb { font-weight: bold; }

.red { color: rgba(144,39,20,1); }

.mb5px { margin-bottom: 5px; }
.mb10px { margin-bottom: 10px; }

/* =========================================== */
/*  header                                     */
/* =========================================== */
header {
	background-color: rgba(61,61,45,1);
}
@media print, screen and (max-width: 750px) {
	header {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1000;
		padding-top: 1.333333333333333%;
	}
}
@media print, screen and (min-width: 751px) {
	header {
		padding-top: 35px;
	}
}
.hWrap {
	border-bottom: 1px solid rgba(223,223,223,1);
	background-color: rgba(255,255,255,1);
}
.hBox {
	position: relative;
}
.hTxt {
	font-size: 0.9rem;
}
@media print, screen and (max-width: 750px) {
	.hWrap {
	}
	.hBox {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 2.666666666666667% 4%;
	}
	.hBox h1 {
		width: 39.1304347826087%;
	}
	.hBox h1 .hLogo {
		vertical-align: text-bottom;
	}
/*	.hTxt {
		width: 46.3768115942029%;
		line-height: 1.1;
	}*/
	.spMenu {
		position: relative;
		display: block;
		width: 5.797101449275362%;
	}
	.spMenu.off::before {
		content: '';
		display: block;
		margin-bottom: 6px;
		width: 100%;
		height: 3px;
		background-color: rgba(26,20,6,1);
	}
	.spMenu.on::before {
		content: '';
		display: block;
		margin-bottom: 6px;
		width: 125%;
		height: 3px;
		background-color: rgba(26,20,6,1);
		transform: rotate(45deg) translate(5px, 8px) ;
	}
	.spMenu.off::after {
		content: '';
		display: block;
		margin-top: 6px;
		width: 100%;
		height: 3px;
		background-color: rgba(26,20,6,1);
	}
	.spMenu.on::after {
		content: '';
		display: block;
		margin-top: 6px;
		width: 125%;
		height: 3px;
		background-color: rgba(26,20,6,1);
		transform: rotate(-45deg) translate(4px, -8px);
	}
	.spMenu.off .spMenuBar {
		display: block;
		height: 3px;
		background-color: rgba(26,20,6,1);
	}
	.spMenu.on .spMenuBar {
		display: block;
		height: 3px;
		background-color: rgba(26,20,6,0);
	}
	.hNav {
		display: none;
		position: absolute;
		top: 55px;
		z-index: 1000;
		margin-left: -4%;
		border-top: 1px solid rgba(26,20,6,1);
		width: 100%;
		background-color: rgba(243,241,228,1);
	}
	.hNav.on { display: block; opacity: 1; transition: opacity 0.5s; }
	.hNav.off { display: none; opacity: 0; transition: opacity 0.5s; }
	.hNav ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.hNav {
		font-size: 1.8rem;
		font-weight: bold;
	}
	.hNavShop,
	.hNavInfo,
	.hNavAccess,
	.hNavContact {
		display: block;
		border-bottom: 1px solid rgba(26,20,6,1);
		padding: 6% 8%;
		color: rgba(26,20,6,1);
	}
	.hNavShop::before,
	.hNavInfo::before,
	.hNavAccess::before,
	.hNavContact::before {
		content: '';
		display: inline-block;
		margin-right: 3.174603174603175%;
		padding-bottom: 7.936507936507937%;
		width: 7.936507936507937%;
		background-repeat: no-repeat;
		background-size: contain;
		vertical-align: text-bottom;
	}
	.hNavShop::before { background-image: url("/seekbase/common/img/ico_nav_shop.png"); }
	.hNavInfo::before { background-image: url("/seekbase/common/img/ico_nav_info.png"); }
	.hNavAccess::before { background-image: url("/seekbase/common/img/ico_nav_access.png"); }
	.hNavContact::before { background-image: url("/seekbase/common/img/ico_nav_contact_blk.png"); }
	.hNavSubtxt {
		display: inline-block;
		margin-left: 2.380952380952381%;
		vertical-align: text-bottom;
		font-size: 1.3rem;
		font-weight: normal;
		color: rgba(144,38,20,1);
	}
	.hNavSns {
		padding: 5.333333333333333% 0;
		background-color: rgba(61,61,45,1);
		color: rgba(255,255,255,1);
		text-align: center;
	}
	.hNavSnsTxt {
		display: block;
		font-size: 1.5rem;
		font-weight: bold;
	}
	.hNavSnsTwt {
		display: inline-block;
		width: 6.666666666666667%;
	}
	.hNavLang {
		display: flex;
		flex-wrap: wrap;
		background-color: rgba(26,20,6,1);
	}
	.hNavLang a {
		display: block;
		border-top: 1px solid rgba(255,255,255,1);
		text-align: center;
		color: rgba(255,255,255,1);
	}
	.hNavLangJa,
	.hNavLangEn {
		width: 50%;
	}
	.hNavLangJa a,
	.hNavLangEn a {
		padding: 10.66666666666667% 0;
	}
	.hNavLangSc,
	.hNavLangTc,
	.hNavLangKr {
		width: calc( 100% / 3 );
	}
	.hNavLangSc a,
	.hNavLangTc a,
	.hNavLangKr a {
		padding: 16% 0;
	}
	.hNavLangEn a,
	.hNavLangTc a,
	.hNavLangKr a {
		border-left: 1px solid rgba(255,255,255,1);
	}
}
@media print, screen and (min-width: 751px) {
	.hBox {
		margin-right: auto;
		margin-left: auto;
		padding: 1.953125% 0 1.953125% 3.90625%;
		max-width: 1024px;
	}
	.hBox h1 {
		display: inline-block;
		margin-right: 2.9296875%;
		width: 24.4140625%;
	}
/*	.hTxt {
		display: inline-block;
		width: 25.390625%;
		line-height: 1.2;
		font-size: 1.3rem;
	}*/
	.spMenu {
		display: none;
	}
	.hNavMain {
		position: absolute;
		top: 0;
		right: 0;
		display: flex;
		width: 39.84375%;
		height: 100%;
		list-style: none;
	}
	.hNavMainItem {
		width: calc(100% / 3);
		height: 100%;
	}
	.hNavShop,
	.hNavInfo,
	.hNavAccess {
		position: relative;
		display: block;
		padding-top: 36.76470588235294%;
		height: 100%;
		background-repeat: no-repeat;
		background-position: 50% 11.02941176470588%;
		background-size: 20.58823529411765% 20.58823529411765%;
		text-align: center;
		font-size: 1.3671875vw;
		line-height: 1.2;
		color: rgba(26,20,6,1);
	}
	.hNavShop { background-color: rgba(252,251,245,1); }
	.hNavInfo { background-color: rgba(245,243,232,1); }
	.hNavAccess { background-color: rgba(235,234,234,1); }
	.hNavShop::before,
	.hNavInfo::before,
	.hNavAccess::before {
		content: '';
		position: absolute;
		top: 0;
		display: block;
		margin-top: 11.02941176470588%;
		padding-bottom: 20.58823529411765%;
		width: 100%;
		background-repeat: no-repeat;
		background-position: 50% 0;
		background-size: contain;
	}
	.hNavShop::before { background-image: url("/seekbase/common/img/ico_nav_shop.png"); }
	.hNavInfo::before { background-image: url("/seekbase/common/img/ico_nav_info.png"); }
	.hNavAccess::before { background-image: url("/seekbase/common/img/ico_nav_access.png"); }
	.hNavSubtxt {
		display: block;
		font-size: 1.171875vw;
		color: rgba(26,20,6,1);
	}
	.hNavSubInfo {
		position: absolute;
		top: -35px;
		right: 0;
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		width: 485px;
		height: 35px;
	}
	.hNavComu {
		list-style: none;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 7px 10px 8px 0;
		width: 135px;
	}
	.hNavSns {
		width: 24px;
	}
	.hNavContact {
		display: block;
		padding-left: 28px;
		background-image: url("/seekbase/common/img/ico_nav_contact_wht.png");
		background-repeat: no-repeat;
		background-size: contain;
		font-size: 1.3rem;
		color: rgba(255,255,255,1);
	}
	.hNavLang {
		list-style: none;
		margin: 7px 0 8px;
		width: 70%;
	}
	.hNavLang li {
		display: inline-block;
		margin-right: 15px;
	}
	.hNavLang li:last-child {
		margin-right: 0;
	}
	.hNavLang a {
		font-size: 1.3rem;
		color: rgba(255,255,255,1);
	}
}
@media print, screen and (min-width: 1025px) {
	.hNavShop,
	.hNavInfo,
	.hNavAccess {
		font-size: 1.4rem;
	}
	.hNavSubtxt {
		font-size: 1.2rem;
	}
	.hBox {
		padding: 20px 0 20px 40px;
	}
}


/* =========================================== */
/*  footer                                     */
/* =========================================== */
footer {
	position: relative;
	border-top: 1px solid rgba(213,213,213,1);
	border-bottom: 5px solid rgba(88,88,60,1);
	background-color: rgba(255,255,255,1);
}
footer .txt {
	line-height: 1;
}
footer .privacyAnc {
	color: rgba(34,34,34,1);
}
footer .privacyAnc::before {
	content: '';
	display: inline-block;
	margin-right: 6px;
	width: 6px;
	height: 9px;
	background-image: url("/seekbase/common/img/ico_arrow2_r_blk.png");
	background-repeat: no-repeat;
	vertical-align: 1px;
}
#toPagetop {
	position: absolute;
	background-color: rgba(144,38,20,1);
}
#toPagetop .tri {
	text-indent: -9999px;
	background-image: url("/seekbase/common/img/ico_arrow2_t_wht.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
@media print, screen and (max-width: 750px) {
	footer .wrap {
		padding-top: 10.14492753623188%;
		padding-bottom: 10.14492753623188%;
	}
	footer .logo {
		margin-right: auto;
		margin-bottom: 8.695652173913043%;
		margin-left: auto;
		width: 67.39130434782609%;
	}
	footer .privacy {
		margin-bottom: 2.898550724637681%;
	}
	footer .privacyAnc {
		font-size: 1.2rem;
	}
	footer .copyright {
	}
	footer .copyright span {
		display: inline-block;
		margin-left: -5.970149253731343%;
		width: 111.9402985074627%;
		text-align: center;
		font-size: 1.0rem;
	}
	#toPagetop {
		top: -45px;
		right: 0;
		width: 45px;
		height: 45px;
	}
	#toPagetop .tri {
		width: 45px;
		height: 45px;
		background-size: 22px 13px;
	}
}
@media print, screen and (min-width: 751px) {
	footer .wrap {
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		padding-top: 3.174603174603175%;
		padding-bottom: 4.232804232804233%;
	}
	footer .logo {
		width: 38.62433862433862%;
	}
	footer .txt {
		width: 58.2010582010582%;
	}
	footer .privacy {
		margin-bottom: 1.818181818181818%;
	}
	footer .privacyAnc {
		font-size: 1.4rem;
	}
	footer .copyright {
		font-size: 1.2rem;
	}
	#toPagetop {
		top: -50px;
		right: 0;
		width: 50px;
		height: 50px;
		cursor: pointer;
	}
	#toPagetop.fixed {
		position: fixed;
		top: auto;
		bottom: 10px;
	}
	#toPagetop .tri {
		width: 50px;
		height: 50px;
		background-size: 29px 18px;
	}
}
@media print, screen and (min-width: 1025px) {
	footer .wrap {
		padding-top: 30px;
		padding-bottom: 40px;
	}
}
@media print, screen and (min-width: 1085px) {
	#toPagetop {
		right: calc((100% - 1085px) / 2);
	}
}

/* =========================================== */
/*  background image                           */
/* =========================================== */
.wholeBg::before {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1000;
	display: block;
	width: 100vw;
	height: 100vh;
	background-size: cover;
}
.wholeBg.bg_defalt::before {
	background-image: url("/seekbase/common/img/whole_bg_defalt.jpg");
	background-position: 45% 0;
}
.wholeBg.bg_shop::before {
	background-image: url("/seekbase/common/img/whole_bg_shop.jpg");
	background-position: 30% 0;
}
.wholeBg.inner::before {
	background-image: url("/seekbase/common/img/whole_bg_shop.jpg");
	background-position: 30% 150px;
}
/* === for ie ============ */
@media all and (-ms-high-contrast: none){
	.wholeBg {
		background-attachment: fixed;
		background-size: cover;
	}
	.wholeBg.bg_defalt::before,
	.wholeBg.bg_shop::before {
		content: none;
	}
	.wholeBg.bg_defalt {
		background-image: url("/seekbase/common/img/whole_bg_defalt.jpg");
		background-position: 45% 0;
	}
	.wholeBg.bg_shop {
		background-image: url("/seekbase/common/img/whole_bg_shop.jpg");
		background-position: 30% 150px;
	}
	.wholeBg.inner {
		background-image: url("/seekbase/common/img/whole_bg_shop.jpg");
		background-position: 30% 150px;
	}
}
/* === // for ie ============ */
.bgSec {
	background-color: rgba(255,255,255,1);
}
#shop.bgSec {
	background-image: url("/seekbase/common/img/bg_shop.png");
	background-repeat: repeat;
}
#shop.bgSec .wrap {
	background-color: transparent;
}
@media print, screen and (max-width: 750px) {
	.bgSec {
		margin-bottom: 93.33333333333333%;
	}
	.wholeBg.inner::before {
		background-position: 30% 0;
	}
	.inquiry .bgSec {
/*		margin-top: 37.33333333333333%;*/
		margin-bottom: 0;
	}
	#shop.bgSec {
		padding-bottom: 17.33333333333333%;
	}
}
@media print, screen and (min-width: 751px) {
	.bgSec {
		margin-bottom: 400px;
	}
	.inquiry .bgSec {
		margin-bottom: 0;
	}
	#shop.bgSec {
		padding-bottom: 16.6015625%;
	}
}
@media print, screen and (min-width: 1025px) {
	#shop.bgSec {
		padding-bottom: 170px;
	}
}


/* =========================================== */
/*  breadcrumb layout                          */
/* =========================================== */
#breadcrumb {
	background-color: rgba(255,255,255,1);
}
.bdList {
	list-style: none;
}
.bdListItem {
	display: inline-block;
	margin-right: 6px;
	line-height: 1;
}
.bdListItem::after {
	content: '/';
	display: inline-block;
	margin-left: 8px;
}
.bdListItem:last-of-type::after {
	content: none;
}
.bdListItemAnc {
	color: rgba(34,34,34,1);
}
@media print, screen and (max-width: 750px) {
	.bdList {
		padding: 2.4% 4%;
	}
	.bdListItem {
		font-size: 1.1rem;
	}
}
@media print, screen and (min-width: 751px) {
	.bdList {
		margin-right: auto;
		margin-left: auto;
		padding: 0.9765625% 0 0.9765625% 3.90625%;
		max-width: 1024px;
	}
	.bdListItem {
		font-size: 1.4rem;
	}
}
@media print, screen and (min-width: 1025px) {
	.bdList {
		padding: 10px 0 10px 40px;
	}
}


/* =========================================== */
/*  inner mv layout                            */
/* =========================================== */
#mv_inner {
	width: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
@media print, screen and (max-width: 750px) {
	#mv_inner {
		padding-bottom: 37.33333333333333%;
	}
	#mv_inner.inquiry { background-image: url("/seekbase/inquiry/img/mv.jpg"); }
	#mv_inner.info { background-image: url("/seekbase/info/img/mv.jpg"); }
	#mv_inner.shop { background-image: url("/seekbase/shop/img/mv.jpg"); }
}
@media print, screen and (min-width: 751px) {
	#mv_inner {
		padding-bottom: 18.5546875%;
	}
	#mv_inner.inquiry {
		padding-bottom: 15.625%;
	}
	#mv_inner.inquiry { background-image: url("/seekbase/inquiry/img/mv.jpg"); }
	#mv_inner.info { background-image: url("/seekbase/info/img/mv.jpg"); }
	#mv_inner.shop { background-image: url("/seekbase/shop/img/mv.jpg"); }
}
@media print, screen and (min-width: 1025px) {
	#mv_inner {
		padding-bottom: 190px;
	}
	#mv_inner.inquiry {
		padding-bottom: 160px;
	}
}


/* =========================================== */
/*  box layout                                 */
/* =========================================== */
.wrap {
	position: relative;
	background-color: rgba(255,255,255,1);
}
.wrap.inner {
	overflow: hidden;
}
@media print, screen and (max-width: 750px) {
	.wrap {
		margin-right: 5.333333333333333%;
		margin-left: 5.333333333333333%;
	}
	.wrap.inner {
		padding-top: 12%;
	}
	.info .wrap.inner {
		margin-right: 4.666666666666667%;
		margin-left: 4.666666666666667%;
	}
}
@media print, screen and (min-width: 751px) {
	.wrap {
		margin-right: auto;
		margin-left: auto;
		width: 92.28515625%;
		max-width: 945px;
	}
	.wrap.inner {
		padding-top: 5.859375%;
	}
	.info .wrap.inner {
		width: 96.09375%;
		max-width: 984px;
	}
}
@media print, screen and (min-width: 1025px) {
	.wrap.inner {
		padding-top: 60px;
	}
}


/* =========================================== */
/*  ttl layout                                 */
/* =========================================== */
.wrapTtl {
	text-align: center;
}
.wrapTtl .wrapTtlAlt {
	display: inline-block;
	line-height: 1;
	font-weight: normal;
	color: rgba(129,129,129,1);
}
@media print, screen and (max-width: 750px) {
	.wrapTtl .wrapTtlAlt {
		margin-top: 4.477611940298507%;
		font-size: 1.4rem;
	}
}
@media print, screen and (min-width: 751px) {
	.wrapTtl .wrapTtlAlt {
		margin-top: 3.174603174603175%;
		font-size: 2.0rem;
	}
}


/* =========================================== */
/*  button style                               */
/* =========================================== */
.btnStyleBlk {
	display: inline-block;
	background-color: rgba(26,20,6,1);
	line-height: 1;
	text-decoration: none;
	color: rgba(255,255,255,1) !important;
}
.btnStyleWht {
	display: inline-block;
	border: 1px solid rgba(26,20,6,1);
	line-height: 1;
	text-decoration: none;
}
.btnStyleBlk:hover { text-decoration: none; }
@media print, screen and (max-width: 750px) {
	.btnStyleBlk {
		padding: 3.623188405797101%;
		font-size: 1.5rem;
	}
	.btnStyleBlk:hover {
		text-decoration: none;
	}
	.btnStyleBlk::after {
		content: '';
		display: inline-block;
		margin-left: 9px;
		width: 14px;
		height: 5px;
		background-image: url("/seekbase/common/img/ico_arrow1_r_wht.png");
		background-repeat: no-repeat;
		background-size: contain;
		vertical-align: 0.2em;
	}
	.btnStyleWht {
		padding: 3.623188405797101%;
		font-size: 1.5rem;
	}
	.btnStyleWht:hover {
		text-decoration: none;
	}
	.btnStyleWht::before {
		content: '';
		display: inline-block;
		margin-right: 9px;
		width: 14px;
		height: 5px;
		background-image: url("/seekbase/common/img/ico_arrow1_l_blk.png");
		background-repeat: no-repeat;
		background-size: contain;
		vertical-align: 0.2em;
	}
}
@media print, screen and (min-width: 751px) {
	.btnStyleBlk {
		padding: 12px 15px;
		font-size: 1.6rem;
	}
}
/* === style A =========================== */
@media print, screen and (min-width: 751px) {
	.btnEffect_a {
		position: relative;
		overflow: hidden;
		text-align: center;
		text-transform: capitalize;
		transition: all 0.2s linear 0s;
	}
	.btnEffect_a:before {
		position: absolute;
		top: 16px;
		right: 12px;
		opacity: 0;
		transition: all 0.2s linear 0s;
		content: '';
		width: 14px;
		height: 5px;
		background-image: url("/seekbase/common/img/ico_arrow1_r_wht.png");
		background-repeat: no-repeat;
		background-size: contain;
		vertical-align: 0.2em;
	}
	.btnEffect_a:hover {
		text-indent: -20px;
	}
	.btnEffect_a:hover:before {
		opacity: 1;
		text-indent: 0px;
	}
}
/* === style A large =========================== */
@media print, screen and (min-width: 751px) {
	.btnEffect_al {
		position: relative;
		overflow: hidden;
		text-align: center;
		text-transform: capitalize;
		transition: all 0.2s linear 0s;
	}
	.btnEffect_al:before {
		position: absolute;
		top: 32px;
		right: 24px;
		opacity: 0;
		transition: all 0.2s linear 0s;
		content: '';
		width: 14px;
		height: 5px;
		background-image: url("/seekbase/common/img/ico_arrow1_r_wht.png");
		background-repeat: no-repeat;
		background-size: contain;
		vertical-align: 0.2em;
	}
	.btnEffect_al:hover {
		text-indent: -20px;
	}
	.btnEffect_al:hover:before {
		opacity: 1;
		text-indent: 0px;
	}
}
/* === style B =========================== */
@media print, screen and (min-width: 751px) {
	.btnEffect_b {
		position: relative;
		overflow: hidden;
		text-align: center;
		text-transform: capitalize;
		transition: all 0.2s linear 0s;
	}
	.btnEffect_b:before {
		position: absolute;
		top: 16px;
		left: 12px;
		opacity: 0;
		transition: all 0.2s linear 0s;
		content: '';
		width: 14px;
		height: 5px;
		background-image: url("/seekbase/common/img/ico_arrow1_l_blk.png");
		background-repeat: no-repeat;
		background-size: contain;
		vertical-align: 0.2em;
	}
	.btnEffect_b:hover {
		text-indent: 20px;
	}
	.btnEffect_b:hover:before {
		opacity: 1;
		text-indent: 0px;
	}
}
/* === no effect & page under =========================== */
.btnStyleNoeffectPageunder {}
@media print, screen and (max-width: 750px) {
	.btnStyleNoeffectPageunder::before {
		content: '';
		display: inline-block;
		margin-right: 6px;
		width: 6px;
		height: 4px;
		background-image: url("/seekbase/common/img/ico_arrow3_b_wht.png");
		background-repeat: no-repeat;
		background-size: contain;
		vertical-align: 0.2em;
	}
	.btnStyleNoeffectPageunder::after {
		content: none;
	}
}
@media print, screen and (min-width: 751px) {
	.btnStyleNoeffectPageunder::before {
		content: '';
		display: inline-block;
		margin-right: 8px;
		width: 9px;
		height: 6px;
		background-image: url("/seekbase/common/img/ico_arrow3_b_wht.png");
		background-repeat: no-repeat;
		background-size: contain;
		vertical-align: 0.2em;
	}
}


