definitions@charset "euc-jp";
/*! normalize.css 2012-07-07T09:50 UTC - https://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & bbc.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	display: block;
}
/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & bbc.
 */
audio, canvas, video {
	display: inline-block;
 *display: inline;
 *zoom: 1;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, bbc, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
	display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
	margin: 0
	font-size: 100%;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
	-ms-text-size-adjust: 100%;/* 2 */
}
/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html, button, input, select, textarea {
	font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
	margin: 0;
	padding: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
	outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active, a:hover {
	outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
h2 {
	font-size: 1.5em;
	margin: 0.5em 0;
	line-height: 1.8em;
}
h3 {
	font-size: 1.5em;
	margin: 1em 0;
	line-height: 1.6em;
}
h4 {
	font-size: 1em;
	margin: 1.33em 0;
	font-weight: lighter;
}
h5 {
	font-size: 0.83em;
	margin: 1.67em 0;
}
h6 {
	font-size: 0.75em;
	margin: 2.33em 0;
}
h7 {
	font-size: 1.5em;
	margin: 1em 0;
	line-height: 1.6em;
	color: #222;
	font-weight: 600;
}
h8 {
	font-size: 25px;
	text-align: left;
	margin: 1em 0;
	line-height: 1.6em;
	color: #bbc300;
	font-weight: 600;
}
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
	border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in bbc+, S4/5, Chrome.
 */
b, strong {
	font-weight: bold;
}
blockquote {
	margin: 1em 40px;
}
/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
	font-style: italic;
}
/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
	background: #ff0;
	color: #222;
}
/*
 * Addresses margins set differently in IE6/7.
 */
p, pre {
	margin: 1em 0;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code, kbd, pre, samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
	quotes: none;
}
/*
 * Addresses `quotes` property not supported in S4.
 */
q:before, q:after {
	content: '';
	content: none;
}
small {
	font-size: 75%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl, menu, ol, ul {
	margin: 1em 0;
}
dd {
	margin: 0 0 0 40px;
}
/*
 * Addresses paddings set differently in IE6/7.
 */
menu, ol, ul {
	padding: 0 0 0 40px;
}
/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul, nav ol {
	list-style: none;
	list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, bbc.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
	border: 0;
	/* 1 */
	-ms-interpolation-mode: bicubic;/* 2 */
}
/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
	overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
	margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
	margin: 0;
}
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in bbc.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
	border: 0;
	/* 1 */
	padding: 0;
	white-space: normal;
  /* 2 */
  *margin-left: -7px;
/* 3 */
}
/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, bbc+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button, input, select, textarea {
	font-size: 100%;
	/* 1 */
	margin: 0;
	/* 2 */
	vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
/* 3 */
}
/*
 * Addresses bbc/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button, input {
	line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
	cursor: pointer;
  /* 3 */
  *overflow: visible;
/* 4 */
}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled], input[disabled] {
	cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
/* 3 */
}
/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	/* 2 */
	box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}

/*
 * Removes inner padding and border in bbc+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
	overflow: auto;
	/* 1 */
	vertical-align: top;/* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*�E�ڤ�E��E�٥�E��E��E�/
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-weight: 500;
	font-family: �E�⥴�E��E��E�å�E��E��E�, 'Yu Gothic', YuGothic, '�E�ҥ饮�E�γѥ�E��E��E��E�å�E� Pro', 'Hiragino Kaku Gothic Pro', �E�ᥤ�E��E�, Meiryo, Osaka, '�E�ͣ�E� �E�Х�E��E��E��E�å�E�', 'MS PGothic', sans-serif;
	font-feature-settings: "palt";
	overflow-y: scroll;
	overflow-x: hidden;
}

.wrap{
  position: relative;
  background-color: #fff;
	top:0px;
}

.back01{
  position: absolute;
  too: 0;
  left: 0;
  /*background-color: #6ba429;*/
  width: 100%;
  height: 100%;
  z-index: -999;
}
.back02{
  position: absolute;
  too: 0;
  left: 0;
  /*background-color: #6ba429;*/
  width: 100%;
  height: 100%;
  z-index: -1000;
}

.warpactive{
  background-color: #e40000;
  animation: bg-color 3s;
  -webkit-animation: bg-color 3s;
  overflow: hidden;
}
@-webkit-keyframes bg-color {
  0% { background-color: #f1a2c1; }
  100% { background-color: #e40000; }
}
@keyframes bg-color {
  0% { background-color: #f1a2c1; }
  100% { background-color: #e40000; }
}

/*�E��E��E��E��E��E�*/
#loader {
	opacity: 1;
	position: fixed;
	z-index: 100000;
	width: 100%;
	height: 100%;
	background: #777;
	top: 0;
	left: 0;
}
.spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: auto;
	width: 50px;
	height: 40px;
	text-align: center;
	font-size: 10px
}
.spinner>div {
	background-color: #fff;
	height: 100%;
	width: 2%;
	display: inline-block;
	-webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
	animation: sk-stretchdelay 1.2s infinite ease-in-out
}
.spinner .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s
}
.spinner .rect3 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}
.spinner .rect4 {
	-webkit-animation-delay: -.9s;
	animation-delay: -.9s
}
.spinner .rect5 {
	-webkit-animation-delay: -.8s;
	animation-delay: -.8s
}
 @-webkit-keyframes sk-stretchdelay {
 0%, 40%, 100% {
 -webkit-transform: scaleY(0.4)
}
 20% {
 -webkit-transform: scaleY(1.0)
}
}
 @keyframes sk-stretchdelay {
 0%, 40%, 100% {
 transform: scaleY(0.4);
 -webkit-transform: scaleY(0.4);
}
 20% {
 transform: scaleY(1.0);
 -webkit-transform: scaleY(1.0);
}
}

.load_img{
  width: 1000px;
}
.load_img{
  width: 1000px;
  display: block;
  margin: 60px auto;
}

h1, h2, h3, h4, h5 {
	margin: 0;
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
dl, p {
	margin: 0;
	padding: 0;
}
i {
	font-style: normal;
}
a {
	color: #222;
	text-decoration: none;
}
a.link {
	color: #0088cc;
	text-decoration: underline;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}
a:hover img {
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	opacity: 0.5;
}


.clear {
	clear: both;
}

/*�E�⡼�E��E��E��E�*/
	.overlay {
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	position: fixed;
	z-index: 2000;
}
.btn_area {
	width: 600px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: rgba(255,255,255,1);
	text-align: center;
	z-index: 2001;
}
.btn_area .tit {
	font-weight: bold;
	font-size: 27px;
	margin: 15px 0;
}
.m_get_c {
	display: block;
	width: 570px;
	margin: 15px auto;
	font-size: 18px;
	border: 1px solid #222;
	padding: 5px 0;
	position: relative;
}
.m_get_c span{
	display: block;
	position: absolute;
	top: 1px;
	right: 10px;
	font-size: 1.2em;
}
.btn_area button {
	display: block;
	font-size: 12px;
	font-weight: bold
	letter-spacing: 0.1em;
	margin: 0 auto;
	color: #222;
	border: none;
	position: absolute;
	top: 2px;
	left: 2px;
	padding: 0;
	background: none;
}
.btn_area button:hover {
}
.batsu {
	width: 45px;
	height: 45px;
	position: relative;
	border: solid 1px #222;
	box-sizing: border-box;
}

.batsu::before,
.batsu::after {
	content: "";
	width: 145%;
	height: 1px;
	display: inline-block;
	background: #222;
	position: absolute;
	top: 48%;
	left: -23%;
}

.batsu::before {
	transform: rotate(45deg); /* �E��E��E�ײ�E��E��E�45�E�ٲ�E�ž�E��E��E��E��E��E� */
}
.batsu::after {
	transform: rotate(-45deg); /* ȿ�E��E��E�ײ�E��E��E�45�E�ٲ�E�ž�E��E��E��E��E��E� */
}





/* TOP�E��E��E��E��E��E�/
#page-top {
	width: 35px;
	height: 35px;
	display: none;
	position: fixed;
	right: 13px;
	bottom: 13px;
	z-index: 999;
}
#page-top p {
	margin: 0;
	padding: 0;
	text-align: center;
	background:  rgba(22,22,22,0.5);
	border: solid 1px #fff;
	border-radius: 2px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 999;
}
#move-page-top {
	color: #fff;
	line-height: 35px;
	text-decoration: none;
	display: block;
	cursor: pointer;
	z-index: 999;
}
#move-page-top img{
	width: 19px;
	margin-top: 10px;
}
#move-page-top img:hover {
	opacity: 1;
}
/*�E�ɥ�E��E��E�*/
#chase_lav{
	position: fixed;
	width: 120px;
	top: 20px;
	left: 30px;
	z-index: 3000;
}
#chase_lav img{
	width: 120px;
}
#chase_lav.active {
	display: none;
}
.insta_logo_sp{
	display: none;
}
.zdo_drawer_menu {
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
	font: inherit;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-align: left;
	text-decoration: none;
	list-style: none;
	display: none;
}
.zdo_drawer_menu a {
	color: inherit;
	text-decoration: none;
}

.zdo_drawer_menu a:visited {
	color: inherit;
}

.zdo_drawer_menu .zdo_drawer_bg {
	width: 550px;
	height: 100%;
	position: fixed;
	z-index: 1999;
	background: linear-gradient(to right, rgba(226, 167, 168, 0.9), rgba(255, 255, 255, 0.0));
	display: none;
	top: 0;
	left: 0;
}
.zdo_drawer_menu .zdo_drawer_button {
	display: block;
	border: none;
	padding: 0 5px;
	width: 40px;
	letter-spacing: 0.1em;
	cursor: pointer;
	position: fixed;
	top: 50px;
	left: 25px;
	z-index: 2001;
	text-align: center;
	outline: none;
	background-color: rgba(255, 255, 255, 0.0);
}
.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar {
	width: 28px;
	background-color: #fff;
}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar1 {
	transform: rotate(40deg);
}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar2 {
	opacity: 0;
}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar3 {
	transform: rotate(-40deg);
}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_menu_text {
	display: none;
}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_close {
	display: block;
}
.zdo_drawer_menu .zdo_drawer_bar {
	display: block;
	height: 1px;
	margin: 8px 0;
	transition: all 0.2s;
	transform-origin: 0 0;
}
.zdo_drawer_menu .zdo_drawer_text {
	text-align: center;
	font-size: 10px;
	letter-spacing: -0.01em
}

.zdo_drawer_menu .zdo_drawer_close {
	letter-spacing: 0.08em;
	display: none;
}

.zdo_drawer_menu .zdo_drawer_menu_text {
	display: block;
}

.zdo_drawer_menu .zdo_drawer_nav_wrapper {
	width: 300px;
	height: 100%;
	transition: all 0.2s;
	transform: translate(-312px);
	position: fixed;
	top: 100px;
	left: -200;
	z-index: 2000;
	/*background-color: #fff;*/
}

.zdo_drawer_menu .zdo_drawer_nav_wrapper.open {
	transform: translate(0);
}

.zdo_drawer_menu.left .zdo_drawer_button {
	right: auto;
	left: 32px;
}

.zdo_drawer_menu.left .zdo_drawer_nav_wrapper {
transform: translate(-312px);
	right: auto;
	left: 0;
}

.zdo_drawer_menu.left .zdo_drawer_nav_wrapper.open {
transform: translate(0);
}

/*+++ Default Navigation CSS +++*/
.zdo_drawer_menu .zdo_drawer_nav {
	padding: 0 28px;
}
.zdo_drawer_menu .zdo_drawer_nav li {
	display: block;
	font-size: 15px;
	line-height: 2.0em;
	font-weight: 500;
	color: #fff;
}
.zdo_drawer_menu .zdo_drawer_nav_child {
	margin: 5px 0 0 20px;
}
.zdo_drawer_menu .zdo_drawer_nav_child li {}
.zdo_drawer_menu .zdo_drawer_nav .nav_parent {
	margin-top: 35px;
}
.zdo_drawer_menu .zdo_drawer_nav .nav_child {}
.zdo_drawer_menu .zdo_drawer_nav .eng {
	font-family: montserrat, sans-serif;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0.12em;
}
.zdo_drawer_menu .zdo_drawer_nav .shirohato{
	font-size: 17px;
	display:block;
	margin-top: 75px;
	/*color: #ff829c;*/
	letter-spacing: 0.2em;
	font-family: century-gothic, sans-serif;
	font-weight: 400;
	font-style: normal;
}
/*+++ Default Button Color +++*/
.zdo_drawer_menu .zdo_drawer_button {
	color: #222;
}

.zdo_drawer_menu .zdo_drawer_button .zdo_drawer_bar {
	background-color: #222;
}

.info{
	height: 40px;
	background: #222;
}

.hdr{
	background: rgba(255,255,255,1);
	height: 100px;
	display: flex;
	position: fixed;
	transition: .3s;
	width: 100%;
	z-index: 1000;
	border-bottom: 1px solid #ccc;
}
.hdr.transform{
	background: rgba(255,255,255,0.95);
	border-bottom: 1px solid #ccc;
	height: 60px;
}
.hdr_inr{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: ;
	align-items: center;
	position: relative;
}
#mon_logo {
	display: block;
}
#mon_logo img{
	display: inline-block;
	float: left;
	width: 180px;
}
#ev_tit{
	display: inline-block;
	float: left;
	font-size: 17px;
	font-weight: 500;
	margin-left: 7px;
	transform: translate(0, -1px);	
}
.sns_logo{
	width: 29px;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}
#line_logo{
	right: 45px;
}
#insta_logo{
	right: 0;
}
.gnav_menu{
	display: flex;
	margin-left: 15px;
}
.oya_menu{
	margin-left: 40px;
	font-family: montserrat, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.1em;
	font-size: 13px;
	position: relative;
}
.oya_menu a{
	color: #000;
	text-decoration: none;

}
#oya_women.hover a{
	border-bottom: 4px solid #b52542;
	padding-bottom: 37px;
}
#oya_men.hover a{
	border-bottom: 4px solid #b52542;
	padding: 0 15px 37px;
	margin: 0 -15px;
}
#oya_kids.hover a{
	border-bottom: 4px solid #b52542;
	padding: 0 12px 37px;
	margin: 0 -12px;
}
#oya_women.transform.hover a{
	border-bottom: 4px solid #b52542;
	padding-bottom: 17px;
}
#oya_men.transform.hover a{
	border-bottom: 4px solid #b52542;
	padding-bottom: 17px;
}
#oya_kids.transform.hover a{
	border-bottom: 4px solid #b52542;
	padding-bottom: 17px;
}
#oya_sale a{
	color: #eb6ea5;
}
.sub_hdr{
	width: 100%;
	background: rgba(255,255,255,1);
	display: none;
	z-index: 999;
	position: fixed;
	top: 100px;
	transition: .3s;
}
.sub_hdr.transform{
	top: 60px;
}
.gnav_chi{
	width: 1200px;
	margin: 0 auto;	
	padding: 35px 0 15px;
	font-size: 16px;
	display: flex;
	flex-wrap: wrap;
}
.gnav_chi li:nth-child(n+13){
	display: none;
}
#gnav_men{
	width: 1000px;
	transform: translate(-100px, 0);
}
#sub_hdr_women .gnav_chi{
	/*transform: translate(384px, 0);*/
}
#sub_hdr_men .gnav_chi{
	/*transform: translate(522px, 0);*/
}
.chi_menu{
	width: 16.666%;
	margin: 15px 0 25px;
}
#gnav_men .chi_menu{
	width: 20%;
	margin: 15px 0 25px;
}
.chi_menu img{
	width: 20px;
	transform: translate(0, 1px);
	margin-right: 10px
}
.chi_menu a:hover img{
	opacity: 1;
}
.gnav_mago{
	display: block;
	margin: 10px 0 0 31px;
}
.gnav_mago li:nth-child(n+6){
	display: none;
}
.mago_menu{
	margin: 0 0 4px;
	font-size: 14px;
}
.mago_all{
	display: none;
}
.symbol_sp{
	display: none;
}

/*�E��E��E��E��E��E��E�ƥ�E��E��E��E��E��E��E�/
.cat_area{
	width: 100%;
	background: #fff;
	padding: 75px 0 60px;
}
.cat_area .gnav_chi li:nth-child(n+13){
	display: block;
}
.cat_area #gnav_women .chi_menu{
	margin: 15px 0 75px;
}
.cat_area .gnav_mago li:nth-child(n+6){
	display: block;
}
/*.cat_inr{
	width: 1200px;
	margin: 0 auto;
}*/
.cat_br{
	border-bottom: 1px solid #ccc;
}
#kids_br{
	margin-top: 50px;
}
.cat_tit{
	font-size: 25px;
	text-align: center;
	letter-spacing: 0.1em;
}
#kids, #men{
	margin-top: 75px;
}




/*�E��E��E��E��E�ȥ�E�*/
header.hdr{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 1000;
  background:#fff;
  border-bottom:1px solid #ccc;
}
#tit_area{
	position: relative;
	width: 100%;
	height: 400px !important;
	top: 100px;
	margin: 0;
}
#tit_back{
	height: 100%;
	width: 100%;
	object-fit: cover;
	background-position: center;
	background-image: url(../img/brandsale_2512.jpg);
	background-repeat: no-repeat;
}
#tit{
	position: absolute;
	width: 500px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#tit img{
	width: 100%;
}
#offritsu {
	display: block;
	color: #fff;
	letter-spacing: 0.15em;
	font-family: "kozuka-gothic-pr6n", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 67px;
	transform: translate(1%, 0);
	line-height: 1.85em;
}


#read {
	text-align: center;
	font-size: 16px;
	margin: 0 0 55px;
	padding: 75px 0 0;
	font-weight: bold;
}




#main_con {
	background: #102c54;
	padding: 0 0 0;
}


/* �E��E�äȥܥ�E��E��E��E�*/
.all_item {
    width: 365px;
    position: relative;
    display: block;
    padding: 6px 0;
    margin: 35px auto;
    text-align: center;
    font-size: 13px;
    border: solid 1px #333;
	background: #fff;
	font-family: "�E�⥴�E��E��E�å�E��E��E�", "Yu Gothic", YuGothic, "�E�ҥ饮�E�γѥ�E��E��E��E�å�E� Pro", "Hiragino Kaku Gothic Pro", "�E�ᥤ�E��E�", Meiryo, Osaka, "�E�ͣ�E� �E�Х�E��E��E��E�å�E�", "MS PGothic", sans-serif;
}
.all_item a {
    display: block;
    overflow: hidden;
}
.all_item p {
    display: inline-block;
}
.all_item .arrow{
	position: absolute;
	right: 5px;
	top: 7px;
	transform: scale(0.75, 2)
}
#all_brand {
	width: 650px;
	margin: -100px auto 35px;
}
#all_brand .arrow {
	transform: scale(2, 0.75) rotate(90deg);
	right: 15px;
}

.bnr_782 {
	display: block;
	width: 782px;
	margin: 75px auto 0;
}







.area_tit{
	margin: 0 auto 40px;
	text-align: center;
	font-size: 60px;
	font-weight: bold;
	line-height: 1.35em;
}


.lineup ul{
  display: flex;
  flex-direction: row;
  align-items: center;
}
.lineup ul:after{
  content: '';
  clear: both;
}
.lineup li {
  display: inline-block;
  font-weight: 500;
  margin: 0 2.5% 2.5%;
}
.lineup .parent{
  font-size: 16px;
  vertical-align: middle;
  font-weight: 500;
}
.lineup .child{
  font-size: 12px;
  vertical-align: middle;
}
.lineup li a{
  color: #000;
}
.lineup li .down{
  font-size: 14px;
  display: inline-block;
  margin-left: 6px;
  transform: rotate(90deg);
}
.lineup li .blank{
  width: 100%;
  padding: 35px 0;
  padding-left: 0px 0;

  font-size: 14px;
}


.parent img{
  margin: 10%;
 
  display: block;
  width:150px;
}

.pick_brand_list{
  width: 100%;
  padding: 35px 0;
  padding-left: 0px 0;

}
.lineup li{
  float: left;
  width: 25%;
  margin: 2% 4%;
  margin-left:5%;
  text-align: center;
}



/*�E�֥�E��E�ɥ�E��E��E�*/


.panel5_list {
  display: block;
  max-width: 700px;
  text-align:center;
  margin: 0 auto;
  padding: 0;
  font-size: 0;
}
.panel5_list li {
  display: inline-block;
  width: 25%;
  vertical-align: top;
  text-align: center;
  padding-bottom: 7%;

}
.panel5_list .cat_img {
  overflow: hidden;
  width: 100%;
  margin: 0 0;
	height: 62px;
}
.panel5_list a:hover img {
	opacity: 1;
}
.panel5_list .cat_name{
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	line-height: 1em;
	padding: 0;
	margin: 10px 0 15px;
}
.panel5_list .item_disc{	
 margin-top: 2px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #fff;
}

.panel5_list .item_disc span{
  padding: 2px 8px 2px 9px;
  color: #fff;
  background: #cf1414;
}
.brand_titimg{
  display: block;
  width: 300px;
  text-align: center;
  margin: 0 auto 50px;
}
.brand_name{
  display: block;
  font-size: 14px;
  text-align: center;
  margin: 0px auto 20px;
}




.item_area{
	position: relative;
	width: 100%;
	margin: 0;
	padding: 45px 0;
	border-top: 1px solid rgba(255,255,255,1);
}
#item_tit{
	top: 15px;
	left: 30px;
}
#osusume {
	color: #fff;
}
.more_item{
	display: block;
	text-align: center;
	font-size: 16px;
	padding: 5px 0;
	border: solid 1px #666;
	margin: 25px auto 50px;
	width: 500px
}
.more_item a{
	display: block;
	position: relative
}
.more_item span{
	position: absolute;
	right: 5px;
	top: 50%;
	font-size: 1.3em;
	font-weight: bold;
	display: inline-block;
	transform:rotate(0) scaleX(0.5)translate(0, -50%);
}





.item_box {
	width: 1150px;
	margin: 100px auto 100px;
	padding: 50px 0 75px;;
	background: #fff;
	color: #222;
}
.item_box a{
	color: #222;
}
.cat_name{
	padding: 55px 0 0;
	font-size: 23px;
	text-align: center;
}
.item_box .lpCheck{
	width: 1050px;
	margin: 55px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.item_box .lpCheck:before{
	content: "";
	display: block;
	width: 250px;
	height: 0;
	order:1;
}
.item_box .lpCheck:after{
	content: "";
	display: block;
	width: 250px;
	height: 0;
}
.item_box .lpCheck li{
	width: 22.5%;
	margin: 0 0 45px;
	font-size: 14px;
}
.item_box .dscRate{
	display: inline-block;
	color: #fff;
	line-height: 1em;
	background: #cf1414;;
	padding: 3px 9px;
	margin: 0 0 9px;
}
.item_box .postage{
	display: inline-block;
	color: #fff;
	line-height: 1em;
	background: #666;
	padding: 3px 9px;
	margin: 0 0 9px;
}
.item_box .itemName {
	margin: 15px 0 0;
	text-align: left;
	line-hight: 1.5em;
	height: 1.5em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.item_box .stdPrice {
	display: inline-block;
	margin: 9px 9px 0 0;
	text-align: left;
	color: #aaa;
	text-decoration: line-through #666;
	-moz-text-decoration: line-through #666;
	-webkit-text-decoration: line-through #666;
	font-size: 16px;
}
.item_box .salePrice {
	display: inline-block;
	margin: 9px 0 0;
	text-align: left;
	color: #bf0000;
	font-size: 16px;
}

.mens{
  display: block;
  width: 780px;
  margin: 65px auto 40px;
}


.bnr {
	display: block;
	width: 700px;
	margin: 0 auto 0;
}
.bnr_txt{
	text-align: center;
	margin: 15px 0 0;
}
.bnr_txt span{
	font-weight: bold;
	display: inline-block;
	margin: 0 1px 0 15px;
	transform:rotate(0) scaleX(0.5);
	vertical-align: -0.05em;
}



.itm_bdr{
	width: 100%;
	border-top: 1px solid #fff;
	color: #fff;
	text-align: center;
	font-size: 23px;
	padding: 15px 0 0;
	margin: 0 0 50px;
	letter-spacing: 0.2em;
}







/*
Page top
-----------------------------------*/
#pageTop {
	margin: 40px 0 10px;
	background: #5c5c5c;
}
#pageTop a {
	position: relative;
	display: block;
	padding: 5px;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	color: #fff;
}
#pageTop a:before {
	display: block;
	content: "";
	position: absolute;
	top: -8px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -7px;
	border-style: solid;
	border-width: 0 7.5px 8px 7.5px;
	border-color: transparent transparent #5c5c5c transparent;
}









.end_cau{
	font-size: 14px;
	max-width: 800px;
	text-align: center;
	margin: 60px auto 0;
	padding: 0 0 75px;
	color: #fff;
}
.align_left{
	display: inline-block;
	text-align: justify;
}


.footer{
	position: relative;
	width: 100%;
	margin: 0 0 0;
	background-color: #222;
}
.ftr_shilogo{
	display: inline-block;
	font-size: 19px;
	font-weight: 500;
	margin: 15px 0 15px 25px;
	letter-spacing: 0.2em;
	font-family: 'Century Gothic', sans-serif;
}
.ftr_shilogo a{
	color: #fff!important;
}
.cpyr{
	display: inline-block;
	font-size: 11px;
	float: right;
	color: #fff;
	margin: 21px 25px 0 0;
}

.sp_only{
	display: none;
}



/*---------------SP-------------------*/
@media screen and (max-width: 640px) {



/*�E�ɥ�E��E��E�*/
#chase_lav{
	position: fixed;
	top: 19px;
	left: 63px;
	z-index: 3000;
	width: 30px;
}
#ev_tit_sp{
	position: fixed;
	top: 17px;
	left: 64px;
	font-size: 15px;
	width: 150px;
}
#ev_tit_sp.active{
	display: none;
}
.insta_logo_sp{
	display: block;
	position: fixed;
	width: 29px;
	top: 11px;
	right: 12px;
	z-index: 3000;
}
.zdo_drawer_menu{
	display: block!important;
	z-index: 2000;
	height: 50px;
	width: 100%;
	background: #fff;
	top: 0 !important;
	position: fixed;
	border-bottom: 1px solid #ccc;
}
.zdo_drawer_menu .zdo_drawer_bg {
	width: 100%;
	background: rgba(0, 0, 0, 0.8);
}
.zdo_drawer_menu .zdo_drawer_button {
	top: 8px;
	left: 12px;
}
.zdo_drawer_menu .zdo_drawer_nav_wrapper {
	top: 55px;
}
.zdo_drawer_menu .zdo_drawer_nav {
	padding: 0 0 0 17px;
}
.zdo_drawer_menu .zdo_drawer_nav li {
	font-size: 14px;
	line-height: 2.4em;
}
.zdo_drawer_menu .zdo_drawer_nav_child {
	margin: 5px 0 0 10%;
	display: flex;
	flex-wrap: wrap;
}
.zdo_drawer_menu .zdo_drawer_nav_child li {
	margin: 0 10% 0 0;
	font-size: 15px;
}
.zdo_drawer_menu .zdo_drawer_nav .nav_parent {
	margin-top: 15px;
}
.zdo_drawer_menu .zdo_drawer_nav .nav_child {}
.zdo_drawer_menu .zdo_drawer_nav .eng {}
.zdo_drawer_menu .zdo_drawer_nav .shirohato{
	font-size: 15px;
	margin-top: 50px;
}
/*�E�ɥ�E��E��E�*/


.sns_logo{
	width: 25px;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}
#line_logo{
	right: 47px;
}
#insta_logo{
	right: 12px;
}




.hdr{
	display: none;
}
.gnav_chi{
	width: 100%;
	margin: 0 auto;	
	padding: 0;
	font-size: 15px;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #ccc;
}
#gnav_men{
	width: 100%;
	transform: translate(0, 0);
}
#sub_hdr_women .gnav_chi{
	/*transform: translate(384px, 0);*/
}
#sub_hdr_men .gnav_chi{
	/*transform: translate(522px, 0);*/
}
.chi_menu{
	position: relative;
	width: 100%;
	margin: 0;
	font-size: 17px;
	border-top: 1px solid #ccc;
	padding: 11px 0 11px;
}
.chi_menu a{
	display: block;
}
#gnav_men .chi_menu{
	width: 100%;
	margin: 0;
}
.chi_menu img{
	width: 20px;
	transform: translate(0, 2px);
	margin-right: 15px;
	margin-left: 15px;
}
.chi_menu a:hover img{
	opacity: 1;
}
.gnav_mago{
	display: none;
	margin: 11px 0 0;
}
.mago_menu{
	position: relative;
	margin: 0;
	font-size: 17px;
	border-top: 1px solid #ccc;
	padding: 9px 0 9px 75px;
}
.gnav_mago li:last-child{
	padding: 9px 0 0 75px;
}
.mago_all{
	display: block;
}
.symbol_sp{
	display: block;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 9px;
	right: 20px;
	background-size: contain;
}
.plus{
	background-image: url("../img/plus.png");
}
.plus.minus{
	background-image: url("../img/minus.png");
}
/*.arrow{
	background-image: url("../img/arrow.png");
}*/
.panel5_list {
  width: 95%;
	margin: 0 auto;
}
.panel5_list li {
  width: 30.3333%;
  margin: 0 1.5% 2%;
	padding:
}
.panel5_list .cat_img {
  overflow: hidden;
  width: 100%;
  margin: 0 0 0px
}
.panel5_list .cat_name{
	display: inline-block;
	font-size: 11px;
	line-height: 1em;
	padding: 0;
}
.panel5_list .item_disc{
	display: inline-block;
	width: 100%;
	font-size: 13px;

}
	.br-pc { display:none; }
	.br-sp { display:block; }
	.panel5_list .item_disc span{
	padding: 2px 6px 2px 7px;
	color: #fff;
	background: #cf1414;
}
.more_brand{
	display: block;
	margin: 10px 0px 0 0;
	font-size: 11px;
	font-weight: 300;
	float: right;
	font-family: 'Roboto', sans-serif;
	font-style: italic;
	text-decoration: underline;
}



.cat_area{
	width: 100%;
	background: #fff;
	padding: 0;
	margin-top: 0;
}
.cat_area #gnav_women .chi_menu{
	margin: 0;
}
/*.cat_inr{
	width: 100%;
	margin: 0;
}*/
.cat_br{
	display: none;
}
.cat_tit{
	font-size: 18px;
	text-align: center;
	letter-spacing: 0.1em;
	color: #fff;
	background: #ccc;
	padding: 15px 0;
}
#kids, #men {
	margin-top: 0;
}




.sp_info{
	display: block;
	position: relative;
	top: 50px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	background: #b52542;
	padding: 0.25em 0;
}



/*�E��E��E��E��E�ȥ�E�*/
#tit_area{
	width: 100%;
    max-width: 100%;
    height: 240px !important; 
	top: 51px;
	margin: 0 0 51px;
	overflow: hidden;
	position: relative;
}
#tit_back{
	width: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
#tit{
	width: 70%;
	position: absolute;
	transform: translate(-50%, -50%);
}
#offritsu {
	color: #fff;
	font-size: clamp(28px, 8vw, 40px);;
	text-align: center;
}



#read {
	font-size: 14px;
	margin: 0 0 40px;
	padding: 50px 0 0;
}


/* �E��E�äȥܥ�E��E��E��E�*/

.all_item {
    width: 70%;
    position: relative;
    display: block;
    padding: 4px 0;
    margin: 25px auto;
    text-align: center;
    font-size: 12px;
}
.all_item a {
    display: block;
    overflow: hidden;
}
.all_item p {
    display: inline-block;
}
#all_brand {
	width: 92%;
	margin: -60px auto 35px;
}
#all_brand .arrow {
	transform: scale(2, 0.75) rotate(90deg);
	right: 15px;
}


.bnr_782 {
	width: 95%;
	margin: 50px auto 0;
}


/* �E��E��E��E��E�ڡ�E��E��E� */
.campaign {
	width: 100%;
	margin: -40px 0 0;
	padding: 12px 0 6px;
}
#campaign_tit {
	top: 5px;
	left: 18px;
}
.camp {
	width: 80%;
	margin: 0 auto;
} 
.camp_img {
	width: 100%;
	margin: 15px auto;
}
.camp_note{
	margin: -1px 0 0;
	font-size: 11px;
}
.camp_note span{
	top: 50%;
	right: 4px;
	transform: scale(0.5, 1)translate(0, -50%);
	font-size: 1.5em;
}
.item_area .camp_img {
	width: 94%;
	margin: 0 auto 50px;
}
.item_box .camp_img {
	padding: 0 0 50px;
}


.ss_search{
	width: 80%;
	margin: 25px auto 25px;
}
.sss{
	width: 100%;
	font-size: 18px;
	padding: 6px 0;
	margin: 5px 0;
}
.sss a span{
	right: 5px;
}
.sss_tit{
	font-size: 12px;
}


/*�E��E��E��E�*/
.ship_area{
	width: 100%;
	margin: 0;
	padding: 12px 0 25px;
}
#ship_tit {
	top: 5px;
	left: 18px;
}
#pigeon{
	width: 33.333%;
	margin: 15px auto 25px;
}
.ship_cart{
	width: 100%;
	margin: 15px 0 0;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: column-reverse
}
#shi_cart{
	display: block;
	margin: 15px auto 0;
	width: 60%;
	transform: translateX(-3%);
}
#intr{
	margin: 0 0 0;
	font-size: 18px;
}
#intr span{
	font-weight: bold;
	color: #bf0000;
}
.ship_item{
	width: 90%;
	margin: 25px auto; 
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	padding: 25px 5%;
}
.ship_item li{
	width: 48%;
	margin: 1%;
}
.ship_item_name{
	margin: 10px 0 0;
	line-hight: 1.5em;
	height: 3.0em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 14px;
}
.ship_item_pri{
	margin: 5px 0 0;
	color: #888;
	font-size: 14px;
}



.area_tit{
	margin: 0 auto 20px;
	font-size: 20px;
}




/*�E��E��E��E��E�ݥ�E�*/
.coupon_area {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 25px 0 25px;
}
#coupon_tit{
	top: 5px;
	left: 18px;
}
.get_coupon {
	margin: 0 auto 20px;
	font-size: 20px;
}
.coupon_box {
	width: 80%;
	margin: 0 auto 0px;
}
.cpn_sub_tit{
	font-size: 16px;
	margin: 0 0 15px;
}
.coupon {
	margin: 0 auto 15px;
	flex-direction: column-reverse ;
}
.coupon li {
	width: 98%;
	margin: 0 1% 15px;
}
.coupon li img{
	width: 100%;
}
/*.coupon .itm_cpn {
	width: 48%;
	margin: 0 1% 15px;
}*/
.coupon .itm_cpn {
	width: 98%;
	margin: 0 1% 15px;
}
.coupon_cou {
	margin: 0 auto 15px;
	width: 100%;
	font-size: 13px;
	line-height: 1.6em;
}
.coupon_cou span {}



.item_area{
	position: relative;
	width: 100%;
	margin: 0;
	padding: 20px 0;
}
#item_tit{
	top: 5px;
	left: 18px;
}
#osusume {
	margin: 0 auto 20px;
	font-size: 20px;
}
#osusume span{
	display: inline-block;
	/*text-align: left;*/
	text-align: center;
}
.more_item{
	display: block;
	text-align: center;
	font-size: 13px;
	width: 90%;
	margin: 10px auto 20px;
}
.more_item a{}
#all_item a{}
.more_item span{}
#all_item span{}






.item_box {
	width: 100%;
	margin: 75px auto 75px;
	padding: 50px 0 25px;
	background: #fff;
}
.cat_name{
	padding: 25px 0 0;
	font-size: 18px;
	text-align: center;
}
.item_box .lpCheck{
	width: 90%;
	margin: 25px auto 0;
}
.item_box .lpCheck:before{
	width: 47%;
}
.item_box .lpCheck:after{
	width: 47%;
}
.item_box .lpCheck li{
	width: 47%;
	margin: 0 0 35px;
	font-size: 13px;
}
.item_box .dscRate{
	padding: 3px 9px;
	margin: 0 0 3px;
}
.item_box .postage{
	margin: 0 0 3px;
}
.item_box .itemName {
	font-size: 12px;
}
.item_box .stdPrice {}
.item_box .salePrice {}

#men_box {
	padding: 0 0 25px;
}
#men_box img {
	width: 100%!important;
}


.bnr {
	display: block;
	width: 90%;
	margin: -25px auto 25px;
}



.itm_bdr{
	font-size: 18px;
	padding: 10px 0 0;
	margin: 0 0 35px;
}




/* TOP�E��E��E��E��E��E�/
#page-top {
  bottom: ;
}
/* #page-top p {
	display: none;
	z-index: 0;
}
#page-top p:hover {
	display: none;
	z-index: 0;
}
#move-page-top {
	display: none;
	z-index: 0;
}*/






.end_cau{
	width: 80%;
	margin: 0px auto 0;
	font-size: 11px;
	line-height: 1.7em;
}
.align_left{}


.footer{
	margin: 0;
}
.ftr_shilogo{
	font-size: 12px;
	margin: 2% 0 2% 3%;
}
.cpyr{
	font-size: 10px;
	margin: 2.5% 3% 0 0;
}

.pc_only{
	display: none;
}

.sp_only{
	display: block;
}

}








































/*------------------�E��E��E�ĥ�E��E��E��E��E��E�ǥ�E��E��E��E��E�-----------------------*/






#more-menu {
  width: 100%;
  margin: auto;
  text-align: center;
	background: #fff;
	padding: 0 0 50px;
}

/* �E��E�ʸ�E�򱣤�E��E�⤵�E��E��E��E��E��E�*/
#more-menu_p {
  position: relative;
  height: 400px;
  overflow: hidden;
}

/* �E��E�äȸ�E��E��E�ܥ�E��E��E�ǹ⤵�E��E�ư�E��E��E�*/
#more-menu_p.active {
  height: auto;
	padding-bottom: 120px;
}

/* Ʃ�E�ᥰ�E��E�ǡ�E��E��E��E��E��E��E��E�osition�E��E��E��E�
#more-menu_p::before {
 content: ""; 
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(rgba(255, 255, 255, 0) 0, #fff 90%);
  position: absolute;
  top: 0;
  left: 0;
}*/

#gradation{
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(rgba(255, 255, 255, 0) 0, #fff 90%);
  position: absolute;
  top: 0;
  left: 0;
	pointer-events: none;
}


/* �E��E�äȸ�E��E��E�ܥ�E��E��E��E�ơ�E��E��E�ᥰ�E��E�ǡ�E��E��E��E��E��E��E��E��E�
#more-menu_p.active::before {
  background: none;
} */

/* �E��E�äȸ�E��E��E�ܥ�E��E��E��E�ơ�E��E��E�ᥰ�E��E�ǡ�E��E��E��E��E��E��E��E��E� */
#gradation.active{
  display: none;
}





/*---------------SP-------------------*/
@media screen and (max-width: 640px) {

/*�E��E��E�ĥ�E��E��E��E��E��E�ǥ�E��E��E��E��E�*/

#more-menu {
  width: 100%;
  margin: auto;
  text-align: center;
	padding: 0 0 20px;
}

/* �E��E�ʸ�E�򱣤�E��E�⤵�E��E��E��E��E��E�*/
#more-menu_p {
  position: relative;
  height: 600px;
  overflow: hidden;
}

/* �E��E�äȸ�E��E��E�ܥ�E��E��E�ǹ⤵�E��E�ư�E��E��E�*/
#more-menu_p.active {
  height: auto;
		padding-bottom: 80px;

}

/* Ʃ�E�ᥰ�E��E�ǡ�E��E��E��E��E��E��E��E�osition�E��E��E��E�
#more-menu_p::before {
 content: ""; 
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(rgba(255, 255, 255, 0) 0, #fff 90%);
  position: absolute;
  top: 0;
  left: 0;
}*/

#gradation{
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(rgba(255, 255, 255, 0) 0, #fff 90%);
  position: absolute;
  top: 0;
  left: 0;
	pointer-events: none;
}


/* �E��E�äȸ�E��E��E�ܥ�E��E��E��E�ơ�E��E��E�ᥰ�E��E�ǡ�E��E��E��E��E��E��E��E��E�
#more-menu_p.active::before {
  background: none;
} */

/* �E��E�äȸ�E��E��E�ܥ�E��E��E��E�ơ�E��E��E�ᥰ�E��E�ǡ�E��E��E��E��E��E��E��E��E� */
#gradation.active{
  display: none;
}
}



		 

