@charset "utf-8";
body{
	padding-top: 84px;
  line-height: inherit;
	background-color: #EDE3D9;
	/*ヘッダーの高さ*/
}	

.wrapper{
	width: 100%;
	min-width: 1024px;
}

/*-------------------------------------
　　ヘッダー
-------------------------------------*/
header{
	background-color: #ffffff;
	width: 100%;
	min-width: 1024px;
	position: fixed;
	z-index: 200;
	top: 0;
}

/*ヘッダー　ロゴ*/
header .header_inner .header_logo{
	float: left;
    content: "";
    text-align: center;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    text-indent: 150%;
    white-space: nowrap;
    display: block;
    background-image: url(../images/logo.png);
}

/*ヘッダー　ナビゲーション*/
header .header_inner nav{
	float: left;
}

header .header_inner nav > ul.g_nav > li{
    text-align: center;
    display: block;
    float: left;
     height: 84px;
}

header .header_inner nav > ul.g_nav > li > a{
	width: 100%;
	display: block;
	box-sizing:inherit;
	opacity: 1;
	text-align: center;
	position: relative;
}


header .header_inner nav li a span{
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

header .header_inner nav li a span{
	margin: 0 auto;	
	width: 100%;
	display: block;
	line-height: 100%;
	
}

@media all and (-ms-high-contrast: none) {
  /* IEのみ */
	header .header_inner nav li a span{
		margin-top: 0.2em;

	}
}



header .header_inner nav li a span.after{
	position: absolute;
	opacity: 0;
	visibility: hidden;
}

header .header_inner nav li a:hover span.before{
	opacity: 0;
	visibility: hidden;
}

header .header_inner nav li a:hover span.after{
    visibility: visible;
    opacity: 1;
	background-color: #ffffff;
}

	header{
		height: 84px;
	}
	
	header .header_inner{
		display: block;
		width:100%;
		min-width: 1024px;
		padding: 0 70px;
		box-sizing: border-box;
		margin: 0 auto;
	}	

/*PC*/
@media screen and (max-width: 1100px){
	header .header_inner{padding: 0 20px;}
}

	header .header_inner .header_logo{
		width: 73px;
		height: 84px;
		background-position: top 9px center;
	}

	/*ヘッダー　ナビゲーション*/
	header .header_inner nav > ul.g_nav > li{
		    padding-top: 30px;
	}

	header .header_inner nav > ul.g_nav > li:first-of-type{/*ABOUT Kissora*/
		width: 9.6em;
	}

	header .header_inner nav > ul.g_nav > li:nth-of-type(2){/*CATEGORY*/
		width: 7.6em;
	}

	header .header_inner nav > ul.g_nav > li:nth-of-type(3){/*SERIES*/
		width: 6.1em;
	}

	header .header_inner nav > ul.g_nav > li:nth-of-type(4){/*COLLABORATION*/
		width: 10.6em;
	}
	
	header .header_inner nav > ul.g_nav > li:nth-of-type(5){/*SHOP*/
		width: 6.1em;
	}
	

	/*検索　マイページアイコン　カートアイコン*/
	header .header_inner .shop_nav{
		display: block;
		float: right;
		height: 24px;
		width: 226px;
		margin-top: 27px;
	}

	/*検索フォーム*/
	header .header_inner .shop_nav form{
		width: 144px;
		height: 26px;
		float: left;
		border-bottom: 1px solid #000000;
		margin-right: 20px;
	}

	/*検索ボックス*/
	header .header_inner .shop_nav form input[type="text"]{
		background-color: transparent;
		border:none;
		padding: 0;
		margin: 0;
		width: 110px;
		float: left;
		font-size: 14px;
		line-height: 27px;
		height: 27px;
		letter-spacing: 0.06em;
	}

    /* Webkit */
    ::-webkit-input-placeholder {
        color: #000000;
        opacity: 1;
    }
    /* Firefox 18 以前 */
    :-moz-placeholder {
        color: #000000;
    }
    /* Firefox 19 以降 */
    ::-moz-placeholder {
        color: #000000;

        /* Firefox 19 以降のデフォルトでは */
        /* color ではなく opacity で色合いを調整しているため */
        /* 文字色を指定する場合、opacity を 1 にする必要がある */
        opacity: 1;
    }
    /* IE 10 以降 */
    :-ms-input-placeholder {
        color: #000000;
    }
    /* CSS4では以下のような名前の擬似クラスになるらしい */
    /* おそらく今のところ対応ブラウザはない */
    :placeholder-shown {
        color: #000000;
    }


	/*検索ボタン*/
	header .header_inner .shop_nav form input[type="image"]{
		margin-top: 2px;
		width: 21px;
		height: 21px;
		float: right;
	}


	header .header_inner .shop_nav .btn a:first-of-type{
		margin-right: 13px;
	}

	header .header_inner .shop_nav .btn a img{
		width: 22px;
		height: 22px;
		margin-top: 2px;
	}
	
	/*メガメニュー*/
	header .header_inner nav .g_nav li .menu_contents{
		display: none;
		position: absolute;
		width: 100%;
		left: 0;
		top: 84px;
		z-index: 100;
		background-color: rgba(255,255,255,0.8);
		cursor: default;
	}
	
	header .header_inner nav .g_nav > li:hover > .menu_contents{
		display: block;
		
	}
	
	header .header_inner nav .g_nav li .menu_contents div.clearfix{
		display: block;
		width: 100%;
		max-width: 1180px;
		min-width: 884px;
		padding: 20px;
		margin: 50px auto;
		box-sizing: border-box;
	}
		
	
	/*メガメニュー　　　　　　-―――――商品一覧*/
	header .header_inner nav .g_nav li div dl,
  header .header_inner nav .g_nav li div > a{
		width: 245px;
		float: left;
		text-align: left;
		line-height: 180%
	}
	
	header .header_inner nav .g_nav li div dl dt,
  header .header_inner nav .g_nav li div > a{
		font-weight: bold;
		display: block;
		margin-bottom: 10px;
	}
		
	header .header_inner nav .g_nav li div dl dd ul li:before{
    content: "-";
		display: inline-block;
		margin-right: 0.4em;
	}	
	

	/*メガメニュー　　　　　　-―――――シリーズ*/	
	header .header_inner nav .g_nav li div.gnav_sub_bnr{
		margin-bottom: 10px;
	}
	
	header .header_inner nav .g_nav li div.gnav_sub_bnr div.clearfix{
		margin-bottom: 20px;
	}	
	
	header .header_inner nav .g_nav li div.gnav_sub_bnr ul li{
		font-size: 22px;
		width: 15.3333%;
		margin-right: 1.60%;
		float: left;
		line-height: 100%;
		text-align: left;
		font-weight: 200
	}

	header .header_inner nav .g_nav li div.gnav_sub_bnr ul li a{
		display: block;
		font-family: 'Raleway-ExtraLight';
	}
	
	
	header .header_inner nav .g_nav li div.gnav_sub_bnr ul li:nth-of-type(6n){
		margin-right: 0;
	}	
		
	header .header_inner nav .g_nav li div.gnav_sub_bnr ul li img{
		width: 100%;
		margin-bottom: 0.5em;

	}	

	header .header_inner nav .g_nav li div.gnav_sub_bnr ul li span{
		font-size: 14px;
		font-weight: bold;
		margin-top: 0.8em;
		margin-bottom: 2.5em;
		font-family: 'Yu Gothic',YuGothic,'游ゴシック体','游ゴシック','YuGothM','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
}	
	
	header .header_inner nav .g_nav li div.gnav_sub_bnr p{
		/*一覧はこちら*/
		width: 100%;
		font-size: 14px;
		text-align: right;
		line-height: 150%;
	}
	
	header .header_inner nav .g_nav li div.gnav_sub_bnr p:after{
		content: "▲";
		display: inline-block;
		vertical-align: middle;
		font-size: 9.62px;
		margin-top: -3px;
		margin-left: 0.3em;
		transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
	}


/*-------------------------------------
　　メイン部分共通　
-------------------------------------*/
#Main{
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}

/*見出し*/
#Main article h2,
#Main article h4{
	text-align: center;
	font-weight: 400;
}

#Main article h2 span,
#Main article h4 span{
	font-weight: normal;
    display: inline-block;
	letter-spacing: 2.8px;
}


/*MORE*/
.morebtn {
display: flex;
justify-content: center;
align-items: center;
border: 1px solid #1a0c08;
border-radius: 100%;
transition: .3s;
margin: 0 auto;
}

.morebtn span {
display: block;
}

.morebtn span::after {
content: "";
display: block;
background-image: url(../images/arrow.png);
margin: 0.3em auto 0;
background-repeat: no-repeat;
background-size: contain;
background-position: center;
}

.morebtn:hover {
border: 1px solid #9e4734;
color: #fff;
background: #9e4734;
opacity: 1;
}
.morebtn:hover span::after {
background-image: url(../images/arrow_hover.png);
}

  #Main article h2 span,
	#Main article h4 span{
		font-size: 14px;
		margin-top: 13px;
	}

	/*見出し*/
  #Main article h2,
	#Main article h4{
		font-size: 30px;
		line-height: 30px;
	}
	
	.morebtn {
	width: 60px;
	height: 60px;
	font-size: 12px;
	}
	.morebtn span::after {
	width: 28px;
	height: 7px;
	}
	
	


#Main ul.clearfix {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}


#Main ul.clearfix li a {
	display: block;
	width: 100%;
}


/*ページTOPボタン*/

.GoTOP {
	display: flex;
	width: 87px;
	height: 87px;
	border: 1px solid #1a0c08;
	background: #EDE3D9;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	text-align: center;
	line-height: 1.2;
	position: fixed;
	bottom: 50px;
	right: 15px;
	z-index: 10;
	transition: .3s;
}

.GoTOP span {
	display: block;
	position: relative;
	padding-top: 0.9em;
}

	.GoTOP span::before {
		content: "▲";
		position: absolute;
		font-size: 14px;
		top: 0;
		left: 35%;
	}

.GoTOP:hover {
	display: flex;
	width: 87px;
	height: 87px;
	border: 1px solid #9e4734;
	background: #9e4734;
	border-radius: 50%;
	justify-content: center;
	color: #fff;
	align-items: center;
	text-align: center;
	line-height: 1.2;
	position: fixed;
	bottom: 50px;
	right: 15px;
	z-index: 10;
	opacity: 1;
}

.GoTOP span:hover {
	display: block;
	position: relative;
	padding-top: 0.9em;
}

	.GoTOP:hover span::before {
		content: "▲";
		position: absolute;
		font-size: 14px;
		top: 0;
		left: 35%;
	}


/*-------------------------------------
　　フッター
-------------------------------------*/
footer{
	background-color: #f5f5f5;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	position: relative;
}

/*Copyright*/
footer p.copy{
	text-align: center;
}


footer{
	height: 390px;
	padding-top: 73px;
	
}

/*フッター ロゴ*/
footer h3 a img{
	width: 95px;
	height: 79px;
	margin-bottom: 60px;
}

/*フッター ナビゲーション PCだけ*/
footer nav ul li{
	font-size: 13px;
	display: inline-block;
	margin: 0 35px;
}
	
/*SNS*/
footer dl.sns{
	position: fixed;
	height: 100vh;
	bottom: 0px;
	right: 0px;
	line-height: 100%;
	width: 70px;
	top: 50%;
	
}



footer dl.sns dt{
	font-size: 12px;
}

footer dl.sns dd{
	margin-top: 20px;
}
	
/*Copyright*/
footer p.copy{
	font-size: 12px;
	margin-top: 65px;
	}



/*-------------------------------------
　　ページ内リンク
-------------------------------------*/
a[id^="p_link_a"]{
  opacity: 0;
  visibility: hidden;
  height: 0;
  width: 0;
  overflow: hidden;
  display: block;
  transform: translateY(-84px);
}



/*-----------------------------------------------
	パンくず 
-----------------------------------------------*/
#Main .Pan {
	align-items: center;
	width:100%;
	margin: 16px auto;
	padding: 0 70px;
	box-sizing: border-box;
	font-family: 'Yu Gothic',YuGothic,'游ゴシック体','游ゴシック','YuGothM','.Agingtitle divヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	line-height: 22.4px;
	font-size: 0;
}

#Main .Pan li {
	position: relative;
	display: inline;
	font-family: 'Yu Gothic',YuGothic,'游ゴシック体','游ゴシック','YuGothM','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
}

#Main .Pan li::after {
	content: "";
	position: absolute;
	display: block;
}

#Main .Pan li:last-child {
	font-weight: bold;
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  #Main .Pan {
		padding: 0 20px;
	}
}

#Main .Pan li {
	font-size: 14px;
	padding-right: 1.5em;
}

#Main .Pan li::after {
	top: 0.39em;
	right: 0.6em;
	width: 5px;
	height: 5px;
	transform: rotate(45deg);
	border-top: 1px solid #1a0c08;
	border-right: 1px solid #1a0c08;
}

#Main .Pan li:last-child::after {
	display: none;
}



/*-----------------------------------------------
	ナビゲーション
-----------------------------------------------*/
.post-navigation {
  overflow: hidden;
}
.post-navigation .nav-next {
	margin-top: 1.5em;
}

.nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
	margin-right: 0.5em;
}

.nav-links .nav-next .nav-title .nav-title-icon-wrapper {
	margin-left: 0.5em;
}

.post-navigation {
  clear: both;
}

.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.nav-next,
.post-navigation .nav-next {
  margin-top: 0;
}

.nav-links{
	padding: 0 !important;
}

.nav-title{
	display: none;
}


.nav-links div a{
	display: inline-block;
  background-image: url(../images/arrow_l.png);
  background-position: left center;
	background-repeat: no-repeat;
	box-sizing: border-box;
	padding: 0;
	padding-left: 2.3em;
}

.nav-links div.nav-next a{
  background-image: url(../images/arrow_r.png);
  background-position: right center;
	padding-right: 2.3em;
}


.nav-links div a:hover{
box-shadow: inset 0 0 0 rgba(100, 100, 100, 0), 0 3px 0 rgba(100, 100, 100, 0);
}



.nav-links div span.nav-subtitle{
	font-size: 15px!important;
	margin-bottom: 0;
	font-weight: normal;
}

.nav-links div.nav-previous{
	text-align: left;
}

.nav-title-icon-wrapper svg{display: none}

.post-navigation{
	margin: 2em 0;
}


/*-----------------------------------------------
ページネーション
-----------------------------------------------*/
#Main .pagination{
  text-align: center;
  margin-bottom: 155px;
}
#Main .pagination > *{
	display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  height: 53px;
  width:  53px;
  font-size: 18px;
}

/*Next Previous　←共通*/
#Main .pagination .prev span,
#Main .pagination .next span{
	content: "";
  text-align: center;
  overflow: hidden;
  text-indent: 150%;
  white-space: nowrap;
	background-repeat: no-repeat;
	display:block;
  width: 100%;
  height: 100%;
  background-size: 28px 7px;
}

/*Previous*/
#Main .pagination .prev span{
	background-image: url(../images/arrow_l.png);
	background-position: right 25% center;
}
/*Next*/
#Main .pagination .next span{
	background-image: url(../images/arrow_r.png);
	background-position: left 25% center;
}


/*選択しているページ*/
#Main .pagination .current{
	border-radius: 50%;
	border: 1px solid #000000;
}


/*-----------------------------------------------
	下層ページタイトル
-----------------------------------------------*/

.Contenttitle {
	width: 100%;
	height: 0;
	padding-top: 13.02083333%;
  background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
}

.Contenttitle div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	letter-spacing: 0.1em;
	font-weight: 400;
}

.Contenttitle div span {
	display: block;
	font-size: 14px;
	padding-top: 0.5em;
}
	
