@charset "UTF-8";
/* CSS Document */

html, body{
	text-align: center;
	color: #333;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
}
body{
	-webkit-text-size-adjust: 100%;
}

a[data="tel"]{
	color: #333;
}
img{
	max-width: 100%;
	height: auto;
}

.wovn-languages-box {position:absolute;background:#FFF;border:1px solid #333;border-radius:10px;padding:2%;text-align:center;display:none;}
.wovn-languages-box ul li {padding:3px 0;font-size: 1.6rem;line-height: 150%;cursor: pointer;}
.wovn-box{display: block;padding: 0 15px 25px;overflow: hidden;position: relative;cursor: pointer;right: inherit;top: inherit;width: 30px;}

@media screen and (max-width: 768px) {
	.wovn-box {padding: 0;fill: #fff;}
	.wovn-languages-box {width:10em;padding:20% 0;right: -100%;z-index: 999;}
}

@media screen and (max-width: 320px) {
.wovn-box {right:107px;top:6px;}
}
/*Header
------------------------------------------*/
header{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background: #fff;
	box-sizing: border-box;
	box-shadow: 0 1px 0 #F3F3F3;
	/*overflow: hidden;*/
}
header .inner{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
header p.cam{
    display: table;
    width: 100%;
	text-align: center;
	background: #ffde3b;
    margin: 0 0 10px
}
header p.cam a{
	color: #231816;
    display: inline-block;
    line-height: 50px;
	font-size: 1.7rem;
    font-weight: bold;
    padding: 0 100px;
    position: relative;
    transition: all 0.3s ease;
}
header p.cam a:hover{
    opacity: 0.7;
    text-decoration: none;
}
header p.cam a:before{
    display: block;
    content: "";
    width: 60px;
    height: 45px;
    background: url(/img/icn/card.png) no-repeat 0 0 / cover;
    position: absolute;
    left: 25px;
    top: 3px;
}
header p.cam a:after{
    display: inline-block;
    content: "詳しくはこちら";
    font-size: 1.4rem;
    background: #005bac;
    color: #FFF;
    font-weight: bold;
    margin: 0 0 0 20px;
    padding: 0 30px 0 20px;
    line-height: 2.2;
    clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 16px, 100% calc(100% - 16px), calc(100% - 15px) 100%, 0 100%);
}
header .logo{
    padding: 5px 0 0;

}
header .logo a{
	color: #333;
	transition: 0.3s ease-in-out;
    display: table-cell;
    vertical-align: middle;
}
header .logo a:hover{
	text-decoration: none;
	opacity: 0.7;
}
header .logo img{
	height: 70px;
	width: auto;
	vertical-align: inherit;
}
header .logo span{
	display: inline-block;
	font-size: 1.4rem;
	line-height: 1.0;
	font-weight: bold;
	margin: 0;
	text-align: center;
}
header .navi{
	display: block;
	letter-spacing: -0.4em;
	text-align: left;
	line-height: 0;
    margin-left: auto;
}
header ul.nav{
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 0 0;
}
header ul.nav>li{
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	font-size: 1.45rem;
	font-weight: bold;
	margin: 0;
}
header ul.nav>li>a{
	display: table-cell;
	vertical-align: middle;
	line-height: 100%;
	color: #333;
	overflow: hidden;
	position: relative;
	padding: 0 1.0vw;
	cursor: pointer;
	height: 80px;
}
header ul.nav>li>a::after{
	content: '';
	width: 8px;
	height: 8px;
	background: #666;
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -4px;
	border-radius: 100%;
	transition: 0.3s ease-in-out;
}
header ul.nav>li>a:hover{
	text-decoration: none;
}
header ul.nav>li>a:hover::after,
header ul.nav>li>a.active::after{
	bottom: 8px;
}

header ul.nav li a.products:before,
header ul.nav li a.guide:before,
header ul.nav li a.material:before {
	position: absolute;
    top: 50%;
    right: 5px;
    display: block;
    content: '';
    width: 4px;
    height: 4px;
    margin-top: -2px;
    border-top: 2px solid #77c38c;
    border-right: 2px solid #77c38c;
    -webkit-transform: rotate(45deg);
    transform: rotate(135deg);
    transition: 0.3s ease;
}

header ul.icn{
	display: inline-block;
	vertical-align: top;
	margin-top: 15px;
}
/*
@media screen and (min-width:1200px){
	header ul.icn{margin-right: 65px;}
}
*/

header ul.icn>li{
	display: inline-block;
	letter-spacing: normal;
	vertical-align: bottom;
	margin: 0;
}
header ul.icn>li>a{
	display: block;
	padding: 0 10px 20px;
	text-align: center;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
header ul.icn>li>a:hover{
	text-decoration: none;
}
header ul.icn>li>a span{
	display: block;
	margin: 10px auto 0;
	color: #000;
}
header ul.icn > li.cart-icon > a{
	padding-right: 20px;
}
header ul.icn > li.globalstore{
	margin:0 20px -5px;
}
header ul.icn > li.globalstore > a{
	padding:0 0 20px;
}
header ul.icn > li.globalstore > a img{
	width: 90px;
	height: auto;
}

header ul.icn>li>a::after{
	content: '';
	width: 8px;
	height: 8px;
	background: #666;
	position: absolute;
	bottom: -12px;
	left: 50%;
	margin-left: -4px;
	border-radius: 100%;
	transition: 0.3s ease-in-out;
}
header ul.icn>li>a:hover::after,
header ul.icn>li>a.active::after{
	bottom: 6px;
}
header ul.icn>li i{
	font-size: 1rem;
	color: #fff;
	background: #7e989b;
	font-weight: bold;
	border-radius: 100%;
	padding: 0;
	width: 20px;
	text-align: center;
	line-height: 20px;
	position: absolute;
	top: 5px;
	right: 3px;
	z-index: 2;
	font-style: normal;
}
body>a#menu-btn{
	display: block;
	line-height: 0;
	position: fixed;
	top: 20px;
	right: 50px;
	width: 50px;
	height: 50px;
	border: 1px solid #fff;
	border-radius: 100%;
	cursor: pointer;
	z-index: 999;
	background: #fff;
}
body.v2>a#menu-btn{
	top: 80px;
}
body>a#menu-btn:hover{
	border: 1px solid #fff;
}
body>a#menu-btn:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
	top: 0;
	left: 0;
	background: #333;
	opacity: 0;
	border-radius: 100%;
	will-change: opacity;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-transform: scale(0.5, 0.5);
	transform: scale(0.5, 0.5);
	-webkit-transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms,-webkit-transform 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
	transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms,-webkit-transform 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
	transition: transform 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms,opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
	transition: transform 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms,opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms,-webkit-transform 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
body>a#menu-btn:hover:after{
	opacity: 1;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}
body>a#menu-btn ul{
	position: absolute;
	width: 30px;
	height: 18px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
}
body>a#menu-btn ul li{
	position: absolute;
	background-color: #1c1c1c;
	width: 100%;
	height: 1px;
	will-change: transform, top, right, opacity;
	-webkit-transition: top 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 200ms,right 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms,width 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms,opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms,background-color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms,-webkit-transform 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
	transition: top 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 200ms,right 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms,width 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms,opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms,background-color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms,-webkit-transform 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
	transition: transform 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms,top 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 200ms,right 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms,width 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms,opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms,background-color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
	transition: transform 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms,top 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 200ms,right 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms,width 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms,opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms,background-color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms,-webkit-transform 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
body>a#menu-btn ul li:nth-child(1){
	right: 0;
	top: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
body>a#menu-btn ul li:nth-child(2){
	right: 0;
	top: 50%;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
body>a#menu-btn ul li:nth-child(3){
	right: 0;
	top: 100%;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
body>a#menu-btn:hover ul li{
	background: #fff;
}
body>a#menu-btn.active ul li{
	-webkit-transition: top 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms,right 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms,width 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms,opacity 0ms cubic-bezier(0.25, 0.1, 0.25, 1) 200ms,background-color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms,-webkit-transform 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 200ms;
	transition: top 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms,right 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms,width 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms,opacity 0ms cubic-bezier(0.25, 0.1, 0.25, 1) 200ms,background-color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms,-webkit-transform 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 200ms;
	transition: transform 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 200ms,top 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms,right 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms,width 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms,opacity 0ms cubic-bezier(0.25, 0.1, 0.25, 1) 200ms,background-color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
	transition: transform 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 200ms,top 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms,right 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms,width 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms,opacity 0ms cubic-bezier(0.25, 0.1, 0.25, 1) 200ms,background-color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms,-webkit-transform 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 200ms;
}
body>a#menu-btn.active ul li:nth-child(1){
	top: 50%;
	width: 100%;
	right: 0%;
	-webkit-transform: translate3d(0, 0, 0) rotate(45deg);
	transform: translate3d(0, 0, 0) rotate(45deg);
}
body>a#menu-btn.active ul li:nth-child(2){
	opacity: 0;
	top: 50%;
	-webkit-transform: translate3d(0, 0, 0) rotate(0deg);
	transform: translate3d(0, 0, 0) rotate(0deg);
}
body>a#menu-btn.active ul li:nth-child(3){
	top: 50%;
	width: 100%;
	right: 0%;
	-webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
	transform: translate3d(0, 0, 0) rotate(-45deg);
}



/*Global Navigation
------------------------------------------*/
.header-pulldown{
	display: none;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 80px;
	left: 0;
	z-index: 99;
	overflow: hidden;
    transition: all 0.5s ease;
}
body.v2 .header-pulldown{
	top: 138px;
}
/*
.header-pulldown>span{
	text-indent: -9999px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(102, 102, 102, 0.6);
	z-index: 1;
}
*/
.header-pulldown>.in{
	background: #edefef;
	padding: 30px 0;
	position: relative;
	z-index: 2;
}
.header-pulldown a{
	color: #666;
}
.header-pulldown a.close{
	position: absolute;
	top: 0;
	right: -20px;
	cursor: pointer;
	transition: 0.3s ease-in-out;
}
.header-pulldown a.close:hover{
	transform: rotate(90deg);
}
.header-pulldown.v2 .inner{
	text-align: right;
}
.header-pulldown ul.cat{
	display: inline-block;
	letter-spacing: -0.4em;
	text-align: left;
	line-height: 0;
	margin: 0 auto;
}
.header-pulldown.v2 ul.cat{
	margin: 0 220px 0 auto;
}
.header-pulldown ul.cat>li{
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	/*min-width: 300px;*/
	margin: 0 90px 0 0;
}
.header-pulldown ul.cat>li.material-list{
	width: 865px;
}
.header-pulldown ul.cat>li.v2{
	max-width: 370px;
}
.header-pulldown ul.cat>li:last-child{
	margin-right: 0;
}
.header-pulldown p{
	font-size: 1.6rem;
	line-height: 140%;
	font-weight: bold;
	margin: 0 auto 15px;
	padding: 10px 0 0;
}
.header-pulldown p.t{
	border-bottom: 1px solid #999;
	padding: 0 0 10px;
	margin: 0 auto 10px;
}
.header-pulldown p a{
	color: #333;
}
.header-pulldown p a:hover{
	text-decoration: none;
}
.header-pulldown ul.cat>li>ul{
	display: block;
	margin: 0 auto 20px;
}
.header-pulldown ul.cat>li>ul>li{
	font-size: 1.45rem;
	line-height: 200%;
	margin: 0 auto;
}
.header-pulldown ul.cat>li>ul.v2{
	display: block;
	letter-spacing: -0.4em;
	text-align: left;
	line-height: 0;
}
.header-pulldown ul.cat>li>ul.v2>li{
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	min-width: 185px;
}
.header-pulldown ul.cat>li>ul.v3{
	display: block;
	letter-spacing: -0.4em;
	text-align: left;
	line-height: 0;
	padding: 15px 0 0;
}
.header-pulldown ul.cat>li>ul.v3>li{
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	margin: 0 30px 0 0;
	text-align: center;
	line-height: 0;
	/*width: calc(100% / 6 - 30px);*/
}
.header-pulldown ul.cat>li>ul.v3>li:last-child{
	margin-right: 0;
}
.header-pulldown ul.cat>li>ul.v3>li img{
	border-radius: 80px;
}
.header-pulldown ul.cat>li>ul.v3>li span{
	display: block;
	padding: 15px 0 0;
	line-height: 120%;
}

.header-pulldown[data="account"]{
	background: none;
	padding: 0;
	text-align: right;
}
.header-pulldown[data="account"] ul{
	display: inline-block;
	padding: 30px 60px 20px;
	background: #edefef;
	text-align: left;
	margin: 0 60px 0 0;
	position: relative;
	z-index: 2;
}
.header-pulldown[data="account"] ul>li{
	display: block;
	font-size: 1.45rem;
	line-height: 200%;
	margin: 0 auto 10px;
}
.header-pulldown[data="account"] .in{
	display: inline-block;
	padding: 30px 60px 20px;
	background: #edefef;
	text-align: left;
	margin: 0;
	position: relative;
	z-index: 2;
}
.header-pulldown[data="account"] .in ul{
	padding: 0 0 0 10px;
	margin: 0;
}
.header-pulldown[data="account"] p.t{
	margin: 0 -15px;
	padding: 0 15px 10px;
}
.header-pulldown[data="account"] p.p{
	font-size: 1.45rem;
	color: #666;
	font-weight: normal;
}
.header-pulldown[data="account"] p.p strong{
	font-size: 1.8rem;
	color: #333;
	padding: 0 10px 0 0;
}

.header-pulldown[data="cart"]{
	background: none;
	padding: 0;
	text-align: right;
}
.header-pulldown[data="cart"] ul{
	display: inline-block;
	padding: 30px 80px 20px;
	background: #edefef;
	text-align: left;
	margin: 0 40px 0 0;
	position: relative;
	z-index: 2;
}
.header-pulldown[data="cart"] ul>li{
	display: block;
	font-size: 1.45rem;
	line-height: 200%;
	margin: 0 auto 10px;
}

.header-pulldown[data="beginner"]{
	background: none;
	padding: 0;
	text-align: right;
}
.header-pulldown[data="beginner"] ul{
	display: inline-block;
	padding: 30px 40px 20px;
	background: #edefef;
	text-align: left;
	margin: 0 40px 0 0;
	position: relative;
	z-index: 2;
}
.header-pulldown[data="beginner"] ul>li{
	display: block;
	font-size: 1.45rem;
	line-height: 200%;
	margin: 0 auto 10px;
}


/*Footer
------------------------------------------*/
footer{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 80px 0 50px;
	background: #333;
	color: #fff;
	text-align: center;
}
footer a{
	color: #fff;
}
footer a[target="_blank"]{
	background: url('../img/icn/_blank.svg') right top no-repeat;
	background-size: 16px auto;
	padding: 0 25px 0 0;
}
footer ul.nav{
	display: block;
	letter-spacing: -0.4em;
	text-align: left;
	line-height: 0;
}
footer ul.nav>li{
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	margin: 0 45px 0 0;
}
::-webkit-full-page-media, :future, :root footer ul.nav>li{
	margin: 0 30px 0 0;
}
.ipad {display: none;}
::-webkit-full-page-media, :future, :root .ipad{
	display: block;
}
::-webkit-full-page-media, :future, :root footer .inner{
	padding: 0 40px !important;
	width: 1300px;
}
footer ul.nav>li:last-child{
	margin-right: 0;
}
footer ul.nav>li p.cat{
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 120%;
	margin: 0 auto 10px;
}
footer ul.nav>li p.cat a[data="nolink"]{
	text-decoration: none;
}
footer ul.nav>li ul{
	display: block;
	margin: 0 auto 40px;
}
footer ul.nav>li ul>li{
	display: block;
	font-size: 1.3rem;
	line-height: 220%;
}
footer ul.nav>li ul>li a{
	cursor: pointer;
}
footer p#copy{
	text-align: center;
	font-size: 1.1rem;
	line-height: 120%;
	padding: 30px 0 0;
}
footer ul.nav>li ul.sns{
	display: block;
	letter-spacing: -0.4em;
	text-align: left;
	line-height: 0;
	margin: 0 auto;
}
footer ul.nav>li ul.sns>li{
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	margin: 0 15px 0 0;
}
footer ul.nav>li ul.sns>li:last-child{
	margin-right: 0;
}
footer ul.nav>li ul.sns>li a[target="_blank"]{
	padding: 0;
	background: none;
}
footer ul.nav>li ul.sns>li img{
	width: auto;
	height: 26px;
}

/*Wrap
------------------------------------------*/

#wrap{
	z-index: 1;
	position: relative;
	transition: all 500ms ease;
	overflow: hidden;
	padding: 80px 0 0 !important;
}
#wrap.v2{
	/*padding-top: 138px;*/
}
#wrap::after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(102, 102, 102, 0.6);
	z-index: 999;
}
#wrap.open-menu{
	transform: translate3d(-430px, 0px, 0px);
}
#wrap.open-menu::after{
	content: '';
}
#wrap>p.p{
	text-align: center;
	margin: 0 auto;
	padding: 15px 0;
	line-height: 0;
	background: #fff;
}
#wrap>p.p img{
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
}

#wrap a#scrtop{
	display: none;
	position: fixed;
	bottom: 70px;
	right: 20px;
	text-indent: -9999px;
	line-height: 0;
	width: 50px;
	height: 50px;
	background: #fff;
	border: 1px solid #333;
	border-radius: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	transition: 0.3s ease-in-out;
	z-index: 9;
}
#wrap a#scrtop::after{
	position: absolute;
	top: 50%;
	right: 20px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -3px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	transform: rotate(-45deg);
	transition: 0.3s ease-in-out;
}
#wrap a#scrtop:hover{
	background: #333;
}
#wrap a#scrtop:hover::after{
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}



/*MENU
------------------------------------------*/
#menu-area{
	width: 430px;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	position: fixed;
	top: 0;
	right: 0;
	z-index: 11;
	height: 100%;
	visibility: hidden;
	background: #333;
	transition-property: all;
	transition-duration: 400ms;
	transition-timing-function: ease-out;
	margin: 0;
	padding: 120px 0 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body.v2>#menu-area{
	padding-top: 160px;
}
#menu-area.active{
		visibility: visible;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
}
#menu-area>.in{
	padding: 0 50px 50px;
	max-height: 100%;
	overflow: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#menu-area>.in ul.nav{
	display: block;
	line-height: 0;
	border-top: 1px solid #666;
	margin: 0 auto 25px;
}
#menu-area>.in ul.nav.v2{
	margin-bottom: 0;
}
#menu-area>.in ul.nav>li{
	display: block;
	border-bottom: 1px solid #666;
	position: relative;
}
#menu-area>.in ul.nav>li>a{
	display: block;
	font-size: 1.6rem;
	padding: 15px 10px;
	color: #fff;
	line-height: 120%;
	text-align: left;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	position: relative;
}
#menu-area>.in ul.nav>li>a:hover{
	text-decoration: none;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#menu-area>.in ul.nav.v2>li>a{
	padding: 15px 20px;
}
#menu-area>.in ul.nav.v2>li::before{
	position: absolute;
	top: 22px;
	left: 5px;
	display: block;
	content: '';
	width: 3px;
	height: 3px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#menu-area>.in ul.nav>li.parent>a{
	cursor: pointer;
}
#menu-area>.in ul.nav>li.parent>a::before{
	content: '';
	width: 10px;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 23px;
	right: 10px;
	transform: rotate(90deg);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#menu-area>.in ul.nav>li.parent>a.active::before{
	transform: rotate(180deg);
}
#menu-area>.in ul.nav>li.parent>a::after{
	content: '';
	width: 10px;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 23px;
	right: 10px;
}
#menu-area>.in ul.nav>li.parent>ul.child{
	display: none;
	border-top: 1px solid #666;
}
#menu-area>.in ul.nav>li.parent>ul.child>li{
	display: block;
	border-bottom: 1px solid #666;
}
#menu-area>.in ul.nav>li.parent>ul.child>li:last-child{
	border-bottom: none;
}
#menu-area>.in ul.nav>li.parent>ul.child>li>a{
	display: block;
	font-size: 1.45rem;
    color: #DDD;
	padding: 15px 20px 15px 30px;
	line-height: 120%;
	text-align: left;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	position: relative;
}
#menu-area>.in ul.nav>li.parent>ul.child>li>a::after{
	position: absolute;
	top: 50%;
	left: 15px;
	display: block;
	content: '';
	width: 4px;
	height: 4px;
	margin-top: -2px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
}
#menu-area>.in ul.nav>li.parent>ul.child>li>a:hover{
	text-decoration: none;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

#menu-area>.in ul.nav>li.parent>ul.child>li>a[target="_blank"]{
	background: url('../img/icn/_blank.svg') right top no-repeat;
	background-position: right 15px top 15px;
	background-size: 13px auto;
}

#menu-area>.in ul.nav.v2>li>.child{
	display: block;
	background: #f2f2f2;
	padding: 15px 20px;
}
#menu-area>.in ul.nav.v2>li>.child p.t{
	font-size: 1.6rem;
	font-weight: bold;
	color: #333;
	border-bottom: 1px solid #333;
	margin: 0 auto 10px;
	padding: 0 0 10px;
	text-align: left;
	line-height: 120%;
}
#menu-area>.in ul.nav.v2>li>.child p.t:last-child{
	margin-bottom: 0;
	border: none;
	padding-bottom: 0;
}
#menu-area>.in ul.nav.v2>li>.child p.t strong{
	font-size: 2rem;
	font-weight: 900;
}
#menu-area>.in ul.nav.v2>li>.child p.t small{
	font-size: 1.2rem;
	font-weight: normal;
	padding: 0 10px 0 5px;
}
#menu-area>.in ul.nav.v2>li>.child p.limit{
	font-size: 1.6rem;
	font-weight: bold;
	color: #333;
	margin: 0 auto 10px;
	padding: 0 30px;
	text-align: left;
	line-height: 120%;
	background: url('../img/icn/limit.svg') 5px 0 no-repeat;
	background-size: 16px auto;
}
#menu-area>.in ul.nav.v2>li>.child p.point{
	font-size: 1.6rem;
	color: #333;
	margin: 0 auto 10px;
	padding: 0 30px;
	text-align: left;
	line-height: 120%;
}
#menu-area>.in ul.nav.v2>li>.child p.point strong,
#menu-area>.in ul.nav.v2>li>.child p.point span{
	font-size: 2rem;
}
#menu-area>.in ul.nav.v2>li>.child p.point small{
	font-size: 1.2rem;
}
#menu-area>.in ul.nav.v2>li>.child p.point i{
	font-style: normal;
	font-weight: bold;
}
#menu-area>.in ul.nav.v2>li>.child p.date{
	font-size: 1.6rem;
	color: #333;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	line-height: 120%;
}
#menu-area>.in ul.nav.v2>li>.child p.date strong{
	font-size: 2rem;
	font-weight: 900;
	vertical-align: bottom;
	padding: 0 5px 0 0;
}
#menu-area>.in ul.nav.v2>li>.child ul.coupon{
	display: block;
}
#menu-area>.in ul.nav.v2>li>.child ul.coupon>li{
	display: block;
	font-size: 1.6rem;
	font-weight: bold;
	color: #333;
	background: #bcd8cd;
	padding: 12px 20px;
	text-align: left;
	line-height: 120%;
	margin: 0 auto 5px;
}
#menu-area>.in ul.nav.v2>li>.child ul.coupon>li:last-child{
	margin-bottom: 0;
}
#menu-area>.in p.logout{
	text-align: right;
	margin: 0 auto 5px;
}
#menu-area>.in p.logout>a{
	display: inline-block;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	padding: 18px 10px 15px 20px;
	position: relative;
	line-height: 120%;
}
#menu-area>.in p.logout>a::before{
	position: absolute;
	top: 25px;
	left: 5px;
	display: block;
	content: '';
	width: 3px;
	height: 3px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#menu-area>.in p.mypage{

}
#menu-area>.in p.mypage>a{
	display: block;
	background: #f2f2f2;
	padding: 20px;
	position: relative;
	font-size: 1.6rem;
	font-weight: bold;
	color: #333;
	text-align: left;
	transition: 0.3s ease-in-out;
}
#menu-area>.in p.mypage>a:hover{
	text-decoration: none;
	opacity: 0.7;
}
#menu-area>.in p.mypage>a::after{
	position: absolute;
	top: 50%;
	right: 20px;
	display: block;
	content: '';
	width: 4px;
	height: 4px;
	margin-top: -2px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: 0.3s ease-in-out;
}
#menu-area>.in p.mypage>a:hover::after{
	right: 15px;
}

#menu-area>.in ul.nav2{
	display: block;
	letter-spacing: -0.4em;
	text-align: left;
	line-height: 0;
	margin: 0 auto 40px;
}
#menu-area>.in ul.nav2>li{
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	font-size: 1.3rem;
}
#menu-area>.in ul.nav2>li::after{
	content: '｜';
	color: #fff;
}
#menu-area>.in ul.nav2>li:last-child::after{
	content: none;
}
#menu-area>.in ul.nav2>li>a{
	font-size: 1.3rem;
	line-height: 120%;
	color: #fff;
}
#menu-area>.in ul.social{
	display: block;
	letter-spacing: -0.4em;
	text-align: left;
	line-height: 0;
	margin: 0 auto 15px;
	position: relative;
}
#menu-area>.in ul.social>li{
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	margin: 0 12px 0 0;
}
#menu-area>.in ul.social>li img{
	height: auto;
}
#menu-area>.in ul.social>li.globalstore{
	margin: 0;
	position: absolute;
	right: 0;
	top: -4px;
}
#menu-area>.in ul.social>li.globalstore img{
	max-width: 140px;
	height: auto;
}


#menu-area>.in .info{
	display: block;
	letter-spacing: -0.4em;
	text-align: left;
	line-height: 0;
}
#menu-area>.in .info>p.logo{
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	margin: 0 20px 0 0;
}
#menu-area>.in .info>.text{
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	margin-top: -10px;
}
#menu-area>.in .info>.text p{
	font-size: 1.3rem;
	line-height: 25px;
	color: #fff;
}
#menu-area>.in .info>.text p>a{
	color: #fff;
}

#menu-area>.in .xaccount{
	display: block;
	letter-spacing: -0.4em;
	text-align: left;
	line-height: 0;
}
#menu-area>.in .xaccount img{
	width: 90vw;
	margin: 10px 0 20px;
}

/*cart-area
------------------------------------------*/
#cart-area{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
	display: none;
}
#cart-area.active{
	display: block;
}
#cart-area>span{
	background: rgba(102, 102, 102, 0.6);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	text-indent: -9999px;
}
#cart-area>.in{
	position: relative;
	z-index: 2;
	float: right;
	width: 420px;
	background: #fff;
	margin: 90px 0 0;
	padding: 0 20px 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	visibility: hidden;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
body.v2 #cart-area>.in{
	margin-top: 138px;
}
#cart-area.active>.in{
	visibility: visible;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	overflow: auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
#cart-area.active>.in::-webkit-scrollbar{
	display: none;
}
#cart-area>.in h3{
	font-size: 2rem;
	line-height: 120%;
	padding: 40px 40px 20px;
	margin: 0 -20px 35px;
	border-bottom: 1px solid #ddd;
	position: relative;
	font-weight: normal;
	text-align: left;
}
#cart-area>.in h3::after{
	content: '';
	width: 200px;
	height: 5px;
	background: #333;
	position: absolute;
	bottom: -5px;
	left: 0;
}
#cart-area>.in p.nothing{
	font-size: 2rem;
	line-height: 150px;
}
#cart-area>.in p.cart{
	line-height: 0;
	text-align: center;
	margin: 0 auto 10px;
}
#cart-area>.in p.cart>a,
#cart-area>.in p.cart>button{
	border: 1px solid #333;
	background: #333 url('../img/icn/cart2.svg') right 85px top 28px no-repeat;
	background-size: 25px auto;
	display: block;
	line-height: 100%;
	padding: 32px 20px 30px;
	width: 100%;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}
#cart-area>.in p.cart>a:hover,
#cart-area>.in p.cart>button:hover{
	text-decoration: none;
	background: #fff url('../img/icn/cart.svg') right 85px top 28px no-repeat;
	background-size: 25px auto;
	color: #333;
}
#cart-area>.in p.cart>button:focus{
	outline: none;
}
#cart-area ul.items{
	display: block;
	line-height: 0;
}
#cart-area ul.items>li{
	display: block;
	letter-spacing: -0.4em;
	text-align: left;
	line-height: 0;
	border-bottom: 2px dotted #ddd;
	padding: 0 0 25px;
	margin: 0 auto 25px;
}
#cart-area ul.items>li>p.img{
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	width: 120px;
	margin: 0 10px 0 0;
}
#cart-area ul.items>li>p.img img{
	width: 100%;
	height: auto;
}
#cart-area ul.items>li>.info{
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	width: 250px;
	margin: 0 auto;
}
#cart-area ul.items>li>.info p.cat{
	font-size: 1.2rem;
	line-height: 140%;
	text-align: left;
	margin: 0 auto 5px;
}
#cart-area ul.items>li>.info p.title{
	font-size: 1.6rem;
	line-height: 140%;
	font-weight: bold;
	text-align: left;
	margin: 0 auto 5px;
}
#cart-area ul.items>li>.info p.p_num{
	font-size: 1.2rem;
	line-height: 140%;
	text-align: left;
	margin: 0 auto 5px;
	padding: 0 0 5px;
	color: #666;
	border-bottom: 1px solid #ddd;
}
#cart-area ul.items>li>.info p.mat{
	font-size: 1.6rem;
	line-height: 140%;
	text-align: left;
	margin: 0 auto 5px;
}
#cart-area ul.items>li>.info p.mat2{
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 160%;
	text-align: left;
	margin: 0 auto 10px;
}
#cart-area ul.items>li>.info p.option{
	font-size: 1.2rem;
	line-height: 160%;
	text-align: left;
	margin: 0 auto 10px;
}
#cart-area ul.items>li>.info p.price{
	font-size: 1.8rem;
	line-height: 160%;
	text-align: left;
	padding: 0 0 5px;
	margin: 0 auto 15px;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
}
#cart-area ul.items>li>.info p.price>span{
	font-size: 1.8rem;
}
#cart-area ul.items>li>.info p.price>small{
	font-size: 1.2rem;
	padding-left: 10px;
}
#cart-area ul.items>li>.info p.teiki{
	font-size: 1.6rem;
	line-height: 140%;
	text-align: left;
	margin: 0 auto 8px;
}
#cart-area ul.items>li>.info p.teiki>span{
	display: inline-block;
	background: #f2f2f2;
	margin: 0 10px 0 0;
	vertical-align: middle;
	padding: 5px;
	border-radius: 5px;
}
#cart-area ul.items>li>.info p.teiki i{
	display: inline-block;
	vertical-align: middle;
	font-style: normal;
}
#cart-area ul.items>li>.info p.teiki-change{
	font-size: 1.6rem;
	line-height: 140%;
	text-align: left;
	margin: 0 auto 10px;
}
#cart-area ul.items>li>.info p.teiki-change>a{
	display: inline-block;
	line-height: 40px;
	padding: 0 25px 0 35px;
	background: #999;
	border-radius: 5px;
	color: #fff;
	transition: 0.3s ease-in-out;
	position: relative;
}
#cart-area ul.items>li>.info p.teiki-change>a::before{
	position: absolute;
	top: 50%;
	left: 20px;
	display: block;
	content: '';
	width: 4px;
	height: 4px;
	margin-top: -2px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#cart-area ul.items>li>.info p.teiki-change>a:hover{
	text-decoration: none;
	opacity: 0.7;
}
#cart-area ul.items>li>.info p.kankaku{
	font-size: 1.6rem;
	line-height: 140%;
	text-align: left;
	margin: 0 auto 10px;
}
#cart-area ul.items>li>.info p.kankaku>span{
	display: inline-block;
	background: #f2f2f2;
	margin: 0 10px 0 0;
	vertical-align: middle;
	padding: 5px;
	text-align: center;
	min-width: 100px;
	border-radius: 5px;
}
#cart-area ul.items>li>.info .nums{
	display: block;
	letter-spacing: -0.4em;
	text-align: left;
	line-height: 0;
}
#cart-area ul.items>li>.info .nums>.num{
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: 138px;
	background: #f4f3f2;
	margin: 0 10px 0 0;
}
#cart-area ul.items>li>.info .nums>.num>form,
#cart-area ul.items>li>.info .nums>.num>span{
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
}
#cart-area ul.items>li>.info .nums>.num>form button{
	cursor: pointer;
	font-size: 1.6rem;
	border: none;
	color: #333;
	background: #f4f3f2;
	line-height: 120%;
	padding: 11px 15px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#cart-area ul.items>li>.info .nums>.num>form button:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#cart-area ul.items>li>.info .nums>.num>form button:focus{
	outline: none;
}
#cart-area ul.items>li>.info .nums>.num>span{
	font-size: 1.8rem;
	line-height: 120%;
	padding: 10px;
	background: none;
}
#cart-area ul.items>li>.info .nums>form.delete{
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	background: #fff;
	margin: 5px auto 0;
}
#cart-area ul.items>li>.info .nums>form.delete button{
	border: none;
	cursor: pointer;
	font-size: 1.2rem;
	font-weight: bold;
	color: #333;
	background: #fff;
	line-height: 120%;
	padding: 10px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#cart-area ul.items>li>.info .nums>form.delete button:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#cart-area ul.items>li>.info .nums>form.delete button:focus{
	outline: none;
}
#cart-area .next a {
	letter-spacing: normal;
	font-size: 1.6rem;
	border-radius: 40px;
	border: 1px solid #333;
	color: #333;
	font-weight: bold;
	background: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	display: block;
	width: 100%;
	min-width: 1px;
	margin: 50px auto 0 auto;
	line-height: 55px;
}


/*Privacy Policy
------------------------------------------*/
#privacy{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 999999;
	background: rgba(0,0,0,.75);
	display: none;
}
#privacy>.inner{
	margin: 10% auto;
	max-width: 1100px;
}
#privacy a.close{
	width: 35px;
	height: 35px;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: -40px;
	z-index: 0;
	text-indent: -9999px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#privacy a.close:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#privacy a.close:before,
#privacy a.close:after{
	width: 100%;
	height: 1px;
	content: "";
	display: block;
	background: #fff;
	position: absolute;
	top: 14px;
	left: 0;
}
#privacy a.close:before{
	transform: rotate(45deg);
}
#privacy a.close:after{
	transform: rotate(-45deg);
}
#privacy>.inner>.in{
	height: 80vh;
	overflow: auto;
	background: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 60px;
}
#privacy .in p{
	font-size: 1.6rem;
	line-height: 180%;
	margin: 0 auto 40px;
	text-align: left;
}
#privacy .in p.title{
	font-size: 2rem;
	font-weight: bold;
	line-height: 160%;
	margin: 0 auto 20px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}
#privacy .in dl{
	display: block;
	line-height: 0;
}
#privacy .in dl dt{
	display: block;
	font-size: 1.8rem;
	line-height: 160%;
	font-weight: bold;
	margin: 0 auto 10px;
	text-align: left;
}
#rules .in dl dt{
	text-indent: -1.2em;
	margin-left: 1.2em;
}
#privacy .in dl dd{
	display: block;
	font-size: 1.6rem;
	line-height: 180%;
	margin: 0 auto 40px;
	text-align: left;
}
#privacy .in dl dd p{
	margin: 0 auto 10px;
}
#privacy .in dl dd ul.list-ind{
	display: block;
	margin: 0 auto 40px;
}
#privacy .in dl dd ul.list-ind>li{
	display: block;
	font-size: 1.6rem;
	line-height: 200%;
	padding: 0 0 0 1em;
	position: relative;
}
#privacy .in dl dd ul.list-ind>li::before{
	content: '・';
	position: absolute;
	top: 0;
	left: 0;
}


/*サポートシステム
------------------------------------------*/
#supportsystem{
	background: #e5eaea;
	padding: 100px 0;
	text-align: center;
	line-height: 0;
}
#supportsystem h2{
	font-size: 2.4rem;
	color: #000;
	line-height: 120%;
	margin: 0 auto 40px;
}
#supportsystem ul{
	display: block;
	letter-spacing: -0.4em;
	text-align: center;
	line-height: 0;
}
#supportsystem ul>li{
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	width: 380px;
	margin: 0 10px 0 0;
	border-radius: 5px;
	background: #fff;
	padding: 60px 0 50px;
	text-align: center;
	min-height: 210px;
}
#supportsystem ul>li:last-child{
	margin-right: 0;
}
#supportsystem ul>li p.tit{
	font-size: 2.0rem;
	line-height: 120%;
	color: #333;
	font-weight: bold;
	margin: 0 auto 20px;
}
#supportsystem ul>li p.tx{
	font-size: 1.4rem;
	line-height: 180%;
	color: #666;
	margin: 0 auto 20px;
}
#supportsystem ul>li p.tel{
	font-size: 3.6rem;
	line-height: 120%;
	font-weight: bold;
	color: #666;
	margin: 0 auto 10px;
	font-family: 'Roboto', sans-serif;
}
#supportsystem ul>li p.tel a{
	color: #666;
}
#supportsystem ul>li p.tel a:hover{
	text-decoration: none;
}
#supportsystem ul>li p.tx2{
	font-size: 1.6rem;
	line-height: 160%;
	color: #333;
	font-weight: bold;
	margin: 0 auto;
}
#supportsystem ul>li p.btn{
	text-align: center;
	line-height: 0;
	padding: 40px 0 8px;
}
#supportsystem ul>li p.btn>a{
	display: inline-block;
	padding: 16px 60px 18px;
	line-height: 100%;
	border: 1px solid #666;
	border-radius: 10px;
	color: #333;
	transition: 0.3s ease-in-out;
}
#supportsystem ul>li p.btn>a:hover{
	background: #333;
	color: #fff;
}
#supportsystem ul>li p.btn>a>span{
	display: inline-block;
	font-size: 1.6rem;
	line-height: 100%;
	position: relative;
	padding: 0 0 0 20px;
}
#supportsystem ul>li p.btn>a>span::before{
	position: absolute;
	top: 50%;
	left: 0px;
	display: block;
	content: '';
	width: 4px;
	height: 4px;
	margin-top: -2px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: 0.3s ease-in-out;
}
#supportsystem ul>li p.btn>a:hover>span::before{
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

/*FooterBanner
------------------------------------------*/
#FooterBanner {
	margin-top: -90px;
	padding: 0 0 100px;
	background: #e5eaea;
}
#FooterBanner .inner div{
	background: #FFF;
	max-width: 1160px;
	margin: 0 auto;
	padding: 30px 0;
	border-radius: 5px;
}
#FooterBanner span.img {
	display: inline-block;
}
#FooterBanner span.img + .img {
	margin-left: 30px;
}
#FooterBanner span.img img {
    width:250px;
	height: auto;
}

#FooterBanner span.img#SunchlokunX img {
    width:400px;
}


/*Common
------------------------------------------*/

.inner{
	width: 1240px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#title{
	background: #f3f3f3;
	line-height: 0;
	padding: 40px 0;
	margin: 0 auto 20px;
}
#title h1,
#title p.h1{
	line-height: 0;
	text-align: center;
	color: #333;
	font-weight: normal;
}
#title h1>span,
#title p.h1>span{
	font-size: 2.4rem;
    font-weight: bold;
	line-height: 140%;
	display: inline-block;
	padding: 0;
}
#title p.small{
	display: block;
	font-size: 1.6rem;
	line-height: 140%;
	padding: 5px 0 0;
}

#pkz{
	padding: 35px 0 0;
	margin: 0 auto 35px;
}
#title+#pkz{
	padding-top: 0;
}
#pkz ul{
	display: block;
	letter-spacing: -0.4em;
	text-align: left;
}
#pkz ul>li{
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	font-size: 1.3rem;
	padding: 0 20px 0 0;
	position: relative;
	color: #333;
	margin: 0 10px 0 0;
}
#pkz ul>li:first-child{
	margin-top: -4px;
}
#pkz ul>li:last-child{
	margin-right: 0;
}
#pkz ul>li::after{
	content: '';
	width: 8px;
	height: 10px;
	background: url('../img/icn/pkz.svg') 0 0 no-repeat;
	background-size: auto 10px;
	position: absolute;
	top: 0;
	right: 0;
}
#pkz ul>li:first-child::after{
	top: 4px;
}
#pkz ul>li:last-child::after{
	content: none;
}
#pkz ul>li>a{
	color: #666;
}
#pkz p.cat-back{
	text-align: right;
	line-height: 0;
	margin-top: -20px;
}
#pkz p.cat-back>a{
	display: inline-block;
	font-size: 1.2rem;
	color: #666;
	line-height: 120%;
	padding: 3px 30px 3px 0;
	position: relative;
}
#pkz p.cat-back>a::after{
	content: '';
	width: 20px;
	height: 20px;
	background: url('../img/icn/arrow.svg') 0 0 no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	right: 0;
}

#contents p{
	font-size: 1.6rem;
	line-height: 200%;
	color: #333;
	text-align: left;
}

#contents table{
	max-width: 1000px;
	border-top: 1px solid #ccc;
}
#contents table th{
	border-bottom: 1px solid #ccc;
	font-size: 1.6rem;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding: 22px 60px 20px;
	line-height: 160%;
}
#contents table td{
	border-bottom: 1px solid #ccc;
	font-size: 1.6rem;
	text-align: left;
	vertical-align: top;
	padding: 22px 70px 20px;
	line-height: 160%;
}

#contents p.btn{
	text-align: center;
	line-height: 0;
	padding: 0;
}
#contents p.btn>a{
	display: inline-block;
	padding: 16px 60px 18px;
	line-height: 100%;
	border: 1px solid #666;
	border-radius: 10px;
	background: #fff;
	color: #333;
	transition: 0.3s ease-in-out;
}
#contents p.btn>a:hover{
	background: #333;
	color: #fff;
}
#contents p.btn>a>span{
	display: inline-block;
	font-size: 1.6rem;
	line-height: 100%;
	position: relative;
	padding: 0 0 0 20px;
}
#contents p.btn>a>span::before{
	position: absolute;
	top: 50%;
	left: 0px;
	display: block;
	content: '';
	width: 4px;
	height: 4px;
	margin-top: -2px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: 0.3s ease-in-out;
}
#contents p.btn>a:hover>span::before{
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

#contents .pagenavi{
	display: block;
	letter-spacing: -0.4em;
	text-align: center;
	line-height: 0;
	margin: 0 auto 0;
}
#contents .pagenavi.v2{
	padding-top: 60px;
}
#contents .pagenavi p.result{
	letter-spacing: normal;
	text-align: center;
	margin: 0 auto 10px;
}
#contents .pagenavi a,
#contents .pagenavi span{
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	font-size: 1.6rem;
	line-height: 100%;
	padding: 10px 15px;
	border: 1px solid #666;
	color: #333;
	border-radius: 5px;
	margin: 0 5px;
}
#contents .pagenavi a{
	cursor: pointer;
	transition: 0.3s ease-in-out;
}
#contents .pagenavi a:hover,
#contents .pagenavi span{
	background: #333;
	color: #fff;
	text-decoration: none;
}

#contents.articles{
	padding: 30px 0 60px;
}
#contents.articles #main{
	float: left;
	width: 890px;
}
#contents.articles #side{
	float: right;
	width: 280px;
}
#contents.articles #side form{
	display: block;
	letter-spacing: -0.4em;
	text-align: left;
	line-height: 0;
	margin: 0 auto 25px;
}
#contents.articles #side form input{
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	width: 222px;
	line-height: 48px;
	border: 1px solid #ccc;
	border-right: none;
	font-size: 1.6rem;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
#contents.articles #side form input::-webkit-input-placeholder{
	color: #ccc;
}
#contents.articles #side form input::-moz-placeholder{
	color: #ccc;
}
#contents.articles #side form input:-moz-placeholder{
	color: #ccc;
}
#contents.articles #side form input:-ms-input-placeholder{
	color: #ccc;
}
#contents.articles #side form button{
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	background: #383b41;
	width: 58px;
	padding: 13px 0;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	text-align: center;
	line-height: 0;
	border: none;
}
#contents.articles #side form button img{
	width: 24px;
	height: auto;
}
#contents.articles #side p.t{
	font-size: 2rem;
	font-weight: bold;
	padding: 0 0 0 18px;
	margin: 0 auto 20px;
	position: relative;
	line-height: 120%;
}
#contents.articles #side p.t::before{
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
	width: 6px;
	height: 20px;
	background: #333;
	border-radius: 3px;
}
#contents.articles #side ul{
	display: block;
	line-height: 0;
	margin: 0 auto 40px;
	border-bottom: 1px solid #cbcbcb;
}
#contents.articles #side ul.month{
	margin: 0 auto;
}
#contents.articles #side ul>li{
	display: block;
	border: 1px solid #cbcbcb;
	border-bottom: none;
}
#contents.articles #side ul>li>a{
	display: block;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 57px;
	text-align: left;
	padding: 0 20px;
	color: #333;
	background: #fff;
	position: relative;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#contents.articles #side ul>li>a:hover{
	text-decoration: none;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	padding: 0 20px 0 30px;
}
#contents.articles #side ul>li>a>span{
	display: block;
	position: absolute;
	top: 14px;
	right: 20px;
	width: 46px;
	line-height: 26px;
	border: 1px solid #ccc;
	border-radius: 3px;
	text-align: center;
	font-size: 1.2rem;
	font-weight: normal;
}
#contents.articles #side ul>li>a:hover>span{
	background: #66cccc;
	color: #fff;
}
#contents.articles #side ul>li.parent>a{
	cursor: pointer;
}
#contents.articles #side ul>li.parent>a::before{
	content: '';
	width: 15px;
	height: 1px;
	background: #000;
	position: absolute;
	top: 50%;
	right: 20px;
}
#contents.articles #side ul>li.parent>a::after{
	content: '';
	width: 15px;
	height: 1px;
	background: #000;
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#contents.articles #side ul>li.parent[data="active"]>a::after{
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
#contents.articles #side ul.month>li.parent>ul.child{
	margin: 0 auto;
	border-bottom: none;
}
#contents.articles #side ul.child{
	display: none;
}
#contents.articles #side ul.child>li{
	border: none;
	border-top: 1px solid #cbcbcb;
}
#contents.articles #side .banner-area{
	line-height: 0;
	padding: 40px 0 0;
}



@media screen and (max-width:1440px){

	header .navi{
        margin-right: auto;
	}
    header .inner{
    }

	.header-pulldown[data="account"] .in{
		margin-right: 240px;
	}

}

@media screen and (max-width:1280px){
/*
	header .inner {
		width: 100%;
	}
	header .logo {
		padding: 12px 0 0 12px;
	}
	header .logo img{
		height:40px;
	}
    header ul.nav>li {
        font-size: 1.3rem;
    }
    header .navi {
        padding-right: 50px;
    }*/
	
}

@media screen and (min-width:768px){
	.sp{display: none !important;}
	#float{display: none !important;}
    
	#tablet .inner{
		max-width: 1280px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	#tablet header .logo img{
		height: 50px;
	}
	#tablet header .logo span{
		font-size: 1rem;
	}
	#tablet #pkz ul>li::after{
		top: 7px;
	}
	#tablet #pkz ul>li:first-child::after{
		top: 9px;
	}
	#tablet #pkz ul>li>a>img{
		margin-top: 5px;
	}
}

@media screen and (max-width:767px){
	.pc{display: none !important;}
	img{max-width: 100%;height: auto;}

    header .inner{
        width: 100%;
        margin-right: 40px;
    }

	#wrap{padding-top: 60px !important; padding-bottom: 65px;}
	#wrap.v2{/*padding-top: 90px;*/}
	.inner{
		width: 100%;
		padding: 0 20px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	body>a#menu-btn{
		top: 10px;
		right: 10px;
		width: 40px;
		height: 40px;
	}
	body.v2>a#menu-btn{
		top: 40px;
	}
	body>a#menu-btn ul{
		width: 20px;
		height: 14px;
	}

	header .inner {
		position: relative;
        padding: 0 5px;
	}
	
	header p.cam{
        margin: 0;
	}
	header p.cam a{
        font-size: 2.6vw;
        line-height: 1.8;
        padding: 0 35px 0 0;
        height: 30px;
        display: table-cell;
        vertical-align: middle;
    }
    header p.cam a:before{
        left: 5px;
        top: 0;
        margin-top: -3px;
        width: 50px;
        height: 35px;
    }
    header p.cam a:after{
        font-size: 1.0rem;
        font-weight: normal;
        position: absolute;
        right: -5px;
        top: 4px;
        padding: 0 15px 0 5px;
    }
    
	header .logo{
	}
	header .logo img{
		height: 55px;
	}
	header .logo span{
		font-size: 1.1rem;
		line-height: 1.1;
		margin: 0;
		text-align: left;
	}
	header .navi{
		/*display: none;*/
	}
	header .navi .nav{
		display: none;
	}
	header .navi .icn li{
		display: none;
	}
	header .navi .icn li.cart-icon{
		display: block;
		position: absolute;
        right: 55px;
        top: 12px;
	}
	header .navi .icn li.cart-icon img{
		width: 25px;
		margin: 0 0 -3px;
	}
	header .icn > li > a::after{
		display: none;
	}


	footer ul.nav{
		border-top: 1px solid #ccc;
	}
	footer a:hover{
		text-decoration: none;
	}
	footer ul.nav>li{
		display: block;
		margin: 0 auto;
	}
	footer ul.nav>li p.cat{
		line-height: 0;
		border-bottom: 1px solid #ccc;
		margin: 0 auto;
	}
	footer ul.nav>li p.cat>a{
		display: block;
		font-size: 1.6rem;
		padding: 15px 20px;
		line-height: 100%;
		position: relative;
	}
	footer ul.nav>li p.cat>a::before{
		content: '';
		width: 10px;
		height: 1px;
		background: #fff;
		position: absolute;
		top: 23px;
		right: 10px;
		transform: rotate(90deg);
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}
	footer ul.nav>li p.cat>a.active::before{
		transform: rotate(180deg);
	}
	footer ul.nav>li p.cat>a::after{
		content: '';
		width: 10px;
		height: 1px;
		background: #fff;
		position: absolute;
		top: 23px;
		right: 10px;
	}
	footer ul.nav>li ul{
		margin: 0 auto;
		display: none;
	}
	footer ul.nav>li ul>li{
		line-height: 0;
		border-bottom: 1px solid #ccc;
	}
	footer ul.nav>li ul>li>a{
		display: block;
		font-size: 1.6rem;
		padding: 15px 36px;
		line-height: 100%;
		position: relative;
	}
	footer ul.nav>li ul>li>a::after{
		position: absolute;
		top: 50%;
		left: 22px;
		display: block;
		content: '';
		width: 4px;
		height: 4px;
		margin-top: -2px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		transform: rotate(45deg);
	}
	footer ul.nav>li ul>li>a[target="_blank"]{
		background-position: right 15px top 15px;
		background-size: 13px auto;
	}

	footer ul.nav>li ul.sns{
		display: block;
		text-align: center;
		margin-top: 30px;
	}
	footer ul.nav>li ul.sns>li{
		border: none;
		margin-right: 30px;
	}
	footer ul.nav>li ul.sns>li a[target="_blank"]::after{
		content: none;
	}

	#menu-area{
		width: 100%;
		overflow: auto;
		padding-top: 70px;
	}
	body.v2>#menu-area{
		padding-top: 100px;
	}
	#menu-area>.in{
		padding: 0px 20px 50px;
	}
	#menu-area>.in ul.icn{
		display: block;
		letter-spacing: -0.4em;
		text-align: center;
		line-height: 0;
		margin: 0 auto 25px;
	}
	#menu-area>.in ul.icn>li{
		display: inline-block;
		letter-spacing: normal;
		vertical-align: middle;
		width: 30px;
		margin: 0 20px;
		position: relative;
	}
	#menu-area>.in ul.icn>li i{
		font-size: 1rem;
		color: #fff;
		background: #7e989b;
		font-weight: bold;
		border-radius: 100%;
		padding: 0;
		width: 20px;
		text-align: center;
		line-height: 20px;
		position: absolute;
		bottom: -6px;
		right: -12px;
		z-index: 2;
	}
	#menu-area>.in .info>p.logo img{
		width: 150px;
	}

	#cart-area{
		/* display: none !important; */
	}
	#cart-area>.in {
		width: 100%;
		margin-top: 60px;
		padding-bottom: 20%;
	}
	body.v2 #cart-area>.in{
		margin-top: 90px;
	}
	#cart-area ul.items>li>p.img {
		width: 30%;
		margin-right: 3%;
	}
	#cart-area ul.items>li>.info {
		width: 66%;
	}
	#cart-area p.close {
		position: absolute;
		top: 20px;
		right: 10px;
		font-size: 2.5rem;
	}
	#cart-area>.in h3{
		font-size: 1.8rem;
		padding: 15px 20px 15px;
	}
	#cart-area>.in p.nothing{
		font-size: 2rem;
	}


	#privacy>.inner{
		margin: 20% auto;
	}
	#privacy a.close{
		right: 20px;
	}
	#privacy>.inner>.in{
		padding: 30px;
	}

	#supportsystem{
		padding: 60px 0;
	}
	#supportsystem ul>li{
		display: block;
		width: auto;
		margin: 0 auto 20px;
		padding: 40px 0 30px;
	}
	#supportsystem ul>li:last-child{
		margin-bottom: 0;
	}
	#supportsystem ul>li p.btn{
		padding-top: 0px;
	}

	#float{
		position: fixed;
		bottom: 0;
		left: 0;
		background: #333;
		box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
		display: block;
		letter-spacing: -0.4em;
		text-align: center;
		line-height: 0;
		z-index: 999;
		width: 100%;
		transition: all 0.3s ease;
	}
	#float a{
		display: inline-block;
		letter-spacing: normal;
		vertical-align: top;
		width: 20%;
		padding: 15px 0 15px;
		color: #fff;
		text-align: center;
		cursor: pointer;
	}
	#float a img{
		width: auto;
		height: 20px;
	}
	#float a span{
		display: block;
		font-size: 1rem;
		line-height: 100%;
		margin: 5px auto 0;
	}
	#float i{
		font-size: 1rem;
		color: #fff;
		background: #7e989b;
		font-weight: bold;
		border-radius: 100%;
		padding: 0;
		width: 20px;
		text-align: center;
		line-height: 20px;
		position: absolute;
		bottom: 30%;
		right: 2%;
		z-index: 2;
	}

	#title{
		padding: 20px 0;
		margin: 0 auto;
	}
	#title h1>span,
	#title p.h1>span{
		font-size: 2rem;
        font-weight: bold;
	}
	#pkz{
		background: #FFF;
        padding: 8px 0 !important;
        margin: 0;
        position: relative;
        top: 0 !important;
        left: 0;
        right: 0;
        overflow-x: auto;
	}
	#title+#pkz{
		padding: 20px 0;
		margin-bottom:0;
	}
	#contents>#in>#pkz{
		display: none;
	}
	#pkz ul{
        display: flex;
        letter-spacing: -0.4em;
        text-align: left;
	}
	#pkz ul>li{
        padding: 0 20px 0 0;
        margin: 0 10px 0 0;
		line-height: 140%;
		letter-spacing: 0;
        font-size:1.1rem;
        position: relative;
        color: #333;
        display: inline;
        white-space: nowrap;
        vertical-align: middle;
	}
	#pkz ul>li:first-child{
		margin-top: 0;
	}
	#pkz ul>li:last-child{
		padding: 0;
		margin: 0;
	}
	#pkz ul>li::after{
		top: 4px;
	}
    #pkz ul > li > a {
        text-decoration: underline;
    }
    #pkz ul > li:first-child a {
        display: block;
        width: 12px;
        height: auto;
        margin-top: 2px;
    }

	#pkz p.cat-back{
		display: none;
	}

	#contents{
		margin: 0 auto 60px;
	}
    #contents p {
        font-size: 1.5rem;
        line-height: 180%;
    }
	#contents p.btn>a{
		padding: 16px 40px 18px;
	}

	#contents.articles #main{
		float: none;
		width: auto;
		margin: 0 auto 40px;
	}
	#contents.articles #side{
		float: none;
		width: auto;
	}

	#contents .pagenavi a,
	#contents .pagenavi span{
		font-size: 1.2rem;
		padding: 10px;
		margin: 0 2.5px;
	}
	#contents .pagenavi a.pn-btn{
		display: none;
	}

		/*FooterBanner
	------------------------------------------*/
	#FooterBanner {
		margin-top: -40px;
		padding-bottom: 50px;
	}
	#FooterBanner span.img + .img {
		margin-left: 0;
		margin-top: 20px;
		
	}
	#FooterBanner span.img img {
		width:150px;
	}
	#FooterBanner span.img#SunchlokunX img {
		width:300px;
	}
}

@media print{
	body {
		zoom: 0.66;
		-webkit-print-color-adjust: exact;
	}
	.sp{display: none !important;}
}