@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, a, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-weight: normal;
}

body {
  position: relative;
  word-break: normal;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #000;
	background-color: #ffffff;
	-webkit-animation: fadeIn 1s ease 0s 1 normal;
    animation: fadeIn 1s ease 0s 1 normal;
	height:100%;
}


html {
  overflow-y: scroll;
  height:100%;	
}

.menu-base-top-humo2021 a {
  text-decoration: none;
  color: #ffffff;
  transition: 0.5s;
}

.newsbox-top a {
  text-decoration: none;
  color: #ffffff;
  transition: 0.5s;
}

.menu-collec-humo2021 a {
  text-decoration: none;
  color: #ffffff;
  transition: 0.5s;
}


.tit-13-humo2021 a {
  text-decoration: none;
  color: #ffffff;
  transition: 0.5s;
}


.menu-cart-humo2021 a {
  text-decoration: none;
  color: #000;
  transition: 0.5s;
}

.menu-cart-sp-humo2021 a {
  text-decoration: none;
  color: #000;
  transition: 0.5s;
}

.menu-blk-humo2021 a {
  text-decoration: none;
  color: #000;
  transition: 0.5s;
}

.menu-collec-humo2021 a {
  text-decoration: none;
  color: #000;
  transition: 0.5s;
}

.menu-blk-cr-humo2021 a {
  text-decoration: none;
  color: #afafaf;
  transition: 0.5s;
}

.txt-11-humo2021 a {
  text-decoration: none;
  color: #000;
  transition: 0.5s;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  opacity: 30%;
}

a:active {
  text-decoration: none;
}

ol, ul {
  list-style: none;
}

/* 位置 */

.tac {
  text-align: center !important;
}

.tal {
  text-align: left !important;
}

.tar {
  text-align: right !important;
}

.ac {
  margin: 0 auto !important;
}



/* レイアウト-カラム配置 横 */

.jca {
	justify-content: space-around !important;
}

.jcb {
	justify-content: space-between !important;
}

.jcc {
	justify-content: center !important;
}

.jcf-start {
	justify-content: flex-start !important;
}

.jcf-end {
	justify-content: flex-end !important;
}



/* レイアウト-カラム配置 縦 */

.aic {
	align-items: center !important;
}

.aib {
	align-items: baseline !important;
}

.ais {
	align-items: stretch !important;
}

.aif-start {
	align-items: flex-start !important;
}

.aif-end {
	align-items: flex-end !important;
}


.right {
    margin: 0 0 0 auto;
}


/* PC・タブレット・SP　表示・非表示切り替え */

.dpc_block {
  display: block !important;
}

@media screen and (max-width: 1199px) {
  .dpc_block {
    display: none !important;
  }
}


.dsp_block {
  display: none !important;
}

@media screen and (max-width: 1199px) {
  .dsp_block {
    display: block !important;
  }



}
@media screen and (max-width: 760px) {
  

  .menu_sp-humo2021 li.mt20 {
    margin-top: 10px !important;
}
.menu_sp-humo2021 li {

  height: 32px!important;

}
}

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

	ページレイアウト- 共通

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

.entry-content img {
  max-width: 100%;
  height: auto;
}
.content-humo2021 {
	position: relative;
	margin: 0 auto;
	width: 100%;
  height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
	vertical-align: top;
}

.contents-n-clm {
	position: relative;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
	margin: 0 auto;
}

.content-inner-humo2021 {
	position: relative;
    margin: 0 auto;
    padding-top: 15px;
	width: 100%;
  min-height: calc(100% - 180px);
	vertical-align: top;
}


@media only screen and (min-width: 1199px) {
  .content-humo2021 .content-humo2021-left {
    position: fixed;
  }
  .content-humo2021 .content-humo2021-right {
    width: calc(100% - 316px);
    margin-right: 40px;
    margin-left: 276px;
  }
}



@media screen and (max-width: 1199px) {


/* 共通 */


.content-humo2021 {
	position: relative;
	margin: 0 auto;
	width: 100%;
    height: 100%;
    display: block;
	vertical-align: top;
}

.content-inner-humo2021 {
	position: relative;
    margin: 0 auto;
    padding-top: 100px;
	width: 90%;
	vertical-align: top;
}

}



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

	トップ

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


.top-bg-humo2021 {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
	color: transparent;
	background-image: none;
    background-size: cover;
    background-position: right;
    background-repeat: none;
    z-index: 0;
}


@media screen and (max-width: 1199px) {

.top-bg-humo2021 {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
	color: transparent;
	background-image: none;
    background-size: cover;
    background-position: right;
    background-repeat: none;
    z-index: 0;
}


}




.newsbox-top {
    position: absolute;
    width: auto;
    height: auto;
    padding: 20px 30px 20px 30px;
    bottom: 40px;
    right: 40px;
    background:rgba(0,0,0,0.3); 
    border: solid 1px rgba(255, 255, 255, .5);
    -webkit-animation: SlideIn_news 1s ease 0s 1 normal;
    animation: SlideIn_news 1s ease 0s 1 normal;
}


.shopimg {
     margin: 60px 60px 0 0;
     width: 480px;
}

.shopmap {
     margin-top: 40px;
     display: block;
}

.shopmap iframe {
     width: 810px;
     height: 360px;
     display: block;
}


.shopmap iframe,
.shopmap object,
.shopmap embed {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}



.content-shop {
     -webkit-animation: SlideIn 1s ease 0s 1 normal;
    animation: SlideIn 1s ease 0s 1 normal;
}

.content-shop-txt {
     -webkit-animation: SlideIn_ 1s ease 0s 1 normal;
    animation: SlideIn_ 1s ease 0s 1 normal;
}



.aboutimg {
     width: 319px;
     -webkit-animation: SlideIn 1s ease 0s 1 normal;
    animation: SlideIn 1s ease 0s 1 normal;
}

.abouttxt {
     -webkit-animation: SlideIn_ 1s ease 0s 1 normal;
    animation: SlideIn_ 1s ease 0s 1 normal;
}


@media screen and (max-width: 800px) {

.shopmap {
  display: none;
}

.shopimg {
     margin: 40px 0 0 0;
     width: 100%;
}

.newsbox-top {
    position: absolute;
    width: 160px;
    height: auto;
    padding: 20px 30px 20px 30px;
    bottom: 150px;
    left: 40px;
    background:rgba(0,0,0,0.3); 
    border: solid 1px rgba(255, 255, 255, .5);
    -webkit-animation: SlideIn_news 1s ease 0s 1 normal;
    animation: SlideIn_news 1s ease 0s 1 normal;
}


}





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

	COLLECTION

//////////////////////////////////////////////////////////////////////////////////////////////*/
#book .book_detail ul li p.ttl {
  text-align: left;
  margin-top: 30px;

}
#book .book_detail ul li p.ttl_24aw{
  text-align: left;
  margin-top: 40px;
  font-size: 13px;	
  letter-spacing: 0.15em;
  line-height: 3em;
  font-family: adobe-garamond-pro, ヒラギノ明朝 ProN W3, HiraMinProN-W3, serif;	
}
#book .book_detail ul li p.ttl_24aw_single{
  text-align: left;
  font-size: 13px;
  margin-bottom: 100px;	
　letter-spacing: 0.15em	;
  line-height: 3em;
　font-family: adobe-garamond-pro, ヒラギノ明朝 ProN W3, HiraMinProN-W3, serif; 	
}
.books_old {
	position: relative;
	margin: 0 auto;
	width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
	vertical-align: top;
}

.books_old li {
	width: 270px;
	vertical-align: top;
    margin-top: 80px;
}

.book_new {
	width: 300px;;
	vertical-align: top;
}

#book {
    max-width: 1000px;
    width: 100%;
    padding: 50px 0 0 0;
    display: block;
    position: static;
}
#book ul {
    margin-top: 30px;
    width: 100%;
}

#book ul li {
position: relative;
opacity: 0;
display: inline-block;
box-sizing: border-box;
margin: 0 0 20px 0;
width: 12%;
}


/* 詳細（タテ） */

#book .book_detail {
        margin-top: 100px;
}
#book .book_detail ul li {
    width: 100%;
    margin-bottom: 100px;
    padding-top: 50px;
    opacity: 1;
}
#book .book_detail ul li img {
  filter: grayscale(0%);
    width: 55%;
    float: left;
}
#book .book_detail ul li.h1 {
    text-align: center;
}
#book .book_detail ul li.h1 img {
  filter: grayscale(0%);
    width: 50%;
    float: none;
    margin: 0 auto;
}
#book .book_detail ul li span {
width: 40%;
margin-left: 5%;
float: right;
bottom:5px;
position:absolute;
font-family:adobe-garamond-pro, ヒラギノ明朝 ProN W3, HiraMinProN-W3, serif;
font-size: 0.8rem;
line-height: 1.8em;
letter-spacing: 0.12em;
}

#book .book_detail ul li p {
width: 100%;
font-family: adobe-garamond-pro, ヒラギノ明朝 ProN W3, HiraMinProN-W3, serif;
font-size: 1.0rem;
line-height: 1.8em;
letter-spacing: 0.12em;
}

#book .book_detail ul li i {
font-family: adobe-garamond-pro, serif;
font-style: italic;
font-size: 0.8rem;
line-height: 1.8em;
letter-spacing: 0.12em;
}


#book .book_detail ul li span img {
    width: 65%;
    margin: 50px 15% 50px;
}

#book .book_detail ul li span strong{
font-family: adobe-garamond-pro, serif;
letter-spacing: 0.12em;
font-size: 1.15rem;
font-weight: normal;
padding: 3em 0 1em;
display: block;
}
#book .book_detail ul li span strong_24aw{
font-family: adobe-garamond-pro, serif;
letter-spacing: 0.12em;
font-size: 1.15rem;
font-weight: normal;
padding: 3em 0 1em;
display: block;
}

#book .book_detail ul li span small{
margin-left: 4px;
}

#book .book_detail .taxinfo {
    font-family: adobe-garamond-pro, serif;
    font-size: 0.7rem;
}
#book .book_detail .taxinfo_24aw {
    font-family: adobe-garamond-pro, ヒラギノ明朝 ProN W3, HiraMinProN-W3, serif;
    font-size: 0.7rem;
	margin-top: 45px;
}
#book .book_detail .credit {
    font-family: adobe-garamond-pro, ヒラギノ明朝 ProN W3, HiraMinProN-W3, serif;
    font-size: 1.0rem;
    line-height: 1.8em;
    letter-spacing: 0.12em;
}
#book .book_detail .credit_detail {
    font-family: adobe-garamond-pro, serif;
    font-size: 0.8rem;
    line-height: 1.8em;
    letter-spacing: 0.12em;
}
#book .book_detail .credit_detail_24aw {
    font-family: adobe-garamond-pro, serif;
    font-size: 0.8rem;
    line-height: 1.8em;
    letter-spacing: 0.12em;
}




/* 詳細（ヨコ） */

#book .book_detail_yoko {
        margin-top: 100px;
}
#book .book_detail_yoko ul li {
    width: 100%;
    margin-bottom: 100px;
    padding-top: 50px;
    opacity: 1;
}
#book .book_detail_yoko ul li img {
  filter: grayscale(0%);
  float: none;
    width: 100%;
}
#book .book_detail_yoko ul li.h1 {
    text-align: center;
}
#book .book_detail_yoko ul li.h1 img {
  filter: grayscale(0%);
    width: 50%;
    margin: 0 auto;
}
#book .book_detail_yoko ul li span {
width: fit-content;
margin-right: 64px;
bottom:5px;
font-family: adobe-garamond-pro, serif;
font-size: 0.8rem;
line-height: 1.8em;
letter-spacing: 0.12em;
}

#book .book_detail_yoko ul li span img {
    width: 65%;
    margin: 50px 15% 50px;
}

#book .book_detail_yoko ul li span strong{
font-family: adobe-garamond-pro, serif;
letter-spacing: 0.12em;
font-size: 1.15rem;
font-weight: normal;
padding: 2em 0 1em;
display: block;
}
#book .book_detail_yoko ul li span strong_24aw{
font-family: adobe-garamond-pro, serif;
letter-spacing: 0.12em;
font-size: 1.15rem;
font-weight: normal;
padding: 2em 0 1em;
display: block;
}

#book .book_detail_yoko ul li span small{
margin-left: 4px;
}

#book .book_detail_yoko .taxinfo {
    font-family: adobe-garamond-pro, serif;
    font-size: 0.7rem;
}

.flex{
      display: flex;
      justify-content: flex-start;
    }


#book .yoko ul li {
position: relative;
opacity: 0;
display: inline-block;
box-sizing: border-box;
margin: 0 0 20px 0;
width: 19%;
}



#book .yoko ul li img {
     width: 90%;
  filter: grayscale(100%);
 }


 #book ul li img{
     width: 80%;
  filter: grayscale(100%);
 }
 
 #book ul li img:hover{
opacity: 1.0;
  filter: grayscale(0%);
  transition: filter 0.8s;

 }
 #book ul li a:hover {
      opacity: 1.0;
 }
 #book ul li a {
     padding: 0;
     margin: 0;
 }


/* フェード用 PC */
.bookfadeanime {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1.5s;
 -ms-animation-duration:1.5s;
 animation-duration:1.5s;
 -webkit-animation-name: bookfadeanime;
 -ms-animation-name: bookfadeanime;
 animation-name: bookfadeanime;
 visibility: visible !important;
}
@-webkit-keyframes bookfadeanime {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes bookfadeanime {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

@media screen and ( max-width:960px) {
#book .book_detail ul li p.ttl_24aw{
  font-size: 12px;	
}
#book .book_detail ul li p.ttl_24aw_single{
  margin-top: 30px;
  margin-bottom: 0px;	
}
.mt120_24aw {
  margin-top: 10px !important;
}	
#book ul li {
width: 16%;
margin: 0 0 15px 0;
}
#navi li {
padding: 0 15px 15px 0;
}

#header h1 {
position: absolute;
position: static;
left: 0px;
top: 30px;
}
#navi span, #navi a {
font-size: 1.0em;
letter-spacing: 0.05em;
display: block;
}
/* 詳細用 SP */
#wrapper{
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    padding: 0 20px;
}
    
#book .book_detail {
}
    
#book .book_detail ul {
    width: 100%;
    margin: 0 auto;
}
#book .book_detail ul li {
    margin-bottom: 100px;
}
#book .book_detail ul li img {
    width: 100%;
    margin: 0 auto;
    float: none;
}
#book .book_detail ul li span {
width: 100%;
float: none;
display: block;
position: relative;
bottom:5px;
margin-left: 0;
padding-left: 0;
font-size: 0.7rem;
}
#book .book_detail ul li span img {
    width: 70%;
    margin: 50px 15% 20px;
    margin-bottom: 20px;
}
#book .book_detail ul li span strong{
padding: 1em 0 0.5em;
font-size: 1.35rem;
}
#book .book_detail ul li span strong_24aw{
padding: 30px 0 0.5em;
font-size: 1.1rem;
}	

#book .book_detail_yoko ul li span {
width: 100%;
margin-right: 0px;
bottom:5px;
font-family: adobe-garamond-pro, serif;
font-size: 0.8rem;
line-height: 1.8em;
letter-spacing: 0.12em;
}

#book .book_detail_yoko ul li span strong{
font-family: adobe-garamond-pro, serif;
letter-spacing: 0.12em;
font-size: 1.15rem;
font-weight: normal;
padding: 1em 0 0.5em;
display: block;
}
#book .book_detail_yoko ul li span strong_24aw{
font-family: adobe-garamond-pro, serif;
letter-spacing: 0.12em;
font-size: 1.15rem;
font-weight: normal;
padding: 1em 0 0.5em;
display: block;
}	

.flex{
      display: block;
    }
    
}



#photo{
	width:720px;
	display:block;
	height:575px;
	position:relative;
}
#photo ul{
	padding:0;
	margin:0;
	list-style:none;
}
#photo li{
	padding:0;
	margin:0;
	display:block;
	width:720px;
	height:575px;
}
#photo li .photo_1,
#photo li .photo_2{
	display:block;
	float:left;	
	padding:0;
	width:360px;
}
#photo li .photo_1.width_full {
	width:710px;
}

#photo li .photo_1{
	width:330px;
}
#photo li .photo_2{
	width:310px;
}
#photo li .photo_1.width_full {
	width:640px;
}

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

	MENU

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


.menu-base-top-humo2021 {
	position: relative;
	width: 236px;
    height: 100vh;
	vertical-align: top;
    margin: 0px 0 0 40px;
}

.menu-logo-humo2021 {
	position: absolute;
	width: 196px;
    bottom: 40px;
}

.logo-sp-humo2021 {
	position: absolute;
	width: 196px;
    bottom: 30px;
    left: 40px;
}

.menu-cart-humo2021 {
	position: relative;
	width: 100%;
    text-align: right !important;
}

.menu-cart-humo2021-contain {
	position: relative;
	width: 100%;
}

.cart-humo2021:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 17px;
  background-image: url("../images/top/icon_cart.png");
  background-size: contain;
  vertical-align: middle;
  margin-right:6px;
}

.member-humo2021:before {
  content: '';
  display: inline-block;
  width: 17px;
  height: 17px;
  background-image: url("../images/top/icon_login.png");
  background-size: contain;
  vertical-align: middle;
  margin-right:6px;
}




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

	MENU SP

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


.header-contents-humo2021 {
	display: block;
	position: fixed;
    top: 0px;
	height: 70px;
	width: 100%;
	vertical-align: top;
	padding-top: 16px;
	z-index: 10;
	transition: .3s;
    background-color: #ffffff;
    z-index: 100;
}

.header-logo-humo2021 {
	display: block;
	position: relative;
	margin: 0;
	padding-left: 20px;
}

.menu-cart-sp-humo2021 {
	position: relative;
	width: auto;
    text-align: right;
}



/* 開閉用ボタン コンテンツページ */
	
.menu-btn-contents-humo2021,
.menu-btn-contents-humo2021 span {
    display: inline-block;
	transition: all .3s;
	box-sizing: border-box;
    cursor: pointer;
    z-index: 101;
}

.menu-btn-contents-humo2021 {
    position: absolute;
    right: 20px;
    top: 5px;
	width: 40px;
	height: 24px;
}	
	
.menu-btn-contents-humo2021 span {
    position: absolute;
	left: 0;
	width: 100%;
}

.menu-btn-contents-humo2021 span:nth-of-type(1) {
	top: 0;
	background-color: #000;
	height: 2px;
}
.menu-btn-contents-humo2021 span:nth-of-type(2) {
	top: 9px;
	left:2px;
	font-size: 10px;
    letter-spacing: 0.2em;
    line-height: 0.8em;
	font-family: adobe-garamond-pro, serif;
}
.menu-btn-contents-humo2021 span:nth-of-type(3) {
	bottom: 0;
	background-color: #000;
	height: 2px;
}	


/* 開閉用ボタン トップページ */
	
.menu-btn-top-humo2021,
.menu-btn-top-humo2021 span {
    display: inline-block;
	transition: all .3s;
	box-sizing: border-box;
    cursor: pointer;
    z-index: 101;
}

.menu-btn-top-humo2021 {
    position: absolute;
    right: 20px;
    top: 20px;
	width: 40px;
	height: 24px;
}	
	
.menu-btn-top-humo2021 span {
    position: absolute;
	left: 0;
	width: 100%;
}

.menu-btn-top-humo2021 span:nth-of-type(1) {
	top: 0;
	background-color: #ffffff;
	height: 2px;
}
.menu-btn-top-humo2021 span:nth-of-type(2) {
	top: 9px;
	left:2px;
	font-size: 10px;
    letter-spacing: 0.2em;
    line-height: 0.8em;
	font-family: adobe-garamond-pro, serif;
    color: #ffffff;
}
.menu-btn-top-humo2021 span:nth-of-type(3) {
	bottom: 0;
	background-color: #ffffff;
	height: 2px;
}	




/* 開閉用ボタンクリック時 */
	
.open .menu-btn-contents-humo2021 span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotate(-45deg);
  transform: translateY(11px) rotate(-45deg);
}
	
.open .menu-btn-contents-humo2021 span:nth-of-type(2) {
  opacity: 0;
}
	
.open .menu-btn-contents-humo2021 span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
}

.open .menu-btn-top-humo2021 span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotate(-45deg);
  transform: translateY(11px) rotate(-45deg);
  background-color: #000;
}
	
.open .menu-btn-top-humo2021 span:nth-of-type(2) {
  opacity: 0;
}
	
.open .menu-btn-top-humo2021 span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
  background-color: #000;
}


/* メニュー */
	
.menu_sp-humo2021 {
	position: fixed;
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.9);
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
}

.menu_sp-humo2021 ul {
    display: table-cell;
    vertical-align: top;
	padding-top: 40px;
}

.menu_sp-humo2021 li {
    width: 100%;
    height: 36px;
    margin: 0 auto;
    text-align: center;
}

.menu_sp-humo2021 li a {
    display: block;
    font-size: 15px;
	letter-spacing: 0.08em;
    line-height: 1.0em;
	font-family: adobe-garamond-pro, serif;
    color: #000;
}

.menu_sp-humo2021 li a:hover {
    text-decoration: none;
}

	
/* メニューオープン時 */
	
.open .menu_sp-humo2021 {
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: visible;
    opacity: 1;
	z-index: 100;
}	






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

	TEXT

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

.menu-wht-humo2021 {
    font-size: 16px;
    font-family: adobe-garamond-pro, serif;
	font-weight: 400;
	font-style: normal;
    letter-spacing: 0.15em;
    line-height: 2.2em;
    color: #ffffff;
}

.menu-blk-humo2021 {
    font-size: 16px;
    font-family: adobe-garamond-pro, serif;
	font-weight: 400;
	font-style: normal;
    letter-spacing: 0.15em;
    line-height: 2.2em;
    color: #000;
}

.menu-blk-cr-humo2021 {
    font-size: 16px;
    font-family: adobe-garamond-pro, serif;
	font-weight: 400;
	font-style: normal;
    letter-spacing: 0.15em;
    line-height: 2.2em;
    color: #afafaf;
}

.menu-collec-humo2021 {
    font-size: 14px;
    font-family: adobe-garamond-pro, serif;
	font-weight: 400;
	font-style: normal;
    letter-spacing: 0.15em;
    line-height: 1.0em;
    color: #000;
}

.menu-s-blk-humo2021 {
    font-size: 12px;
    font-family: adobe-garamond-pro, serif;
	font-weight: 400;
	font-style: normal;
    letter-spacing: 0.15em;
    line-height: 2.5em;
    color: #000;
}

.tit-humo2021 {
    font-size: 24px;
    font-family: adobe-garamond-pro, serif;
	font-weight: 400;
	font-style: normal;
    letter-spacing: 0.12em;
    line-height: 2.0em;
    color: #000;
}

.tit-20-humo2021 {
    font-size: 19px;
    font-family: adobe-garamond-pro, serif;
	font-weight: 400;
	font-style: normal;
    letter-spacing: 0.12em;
    line-height: 2.0em;
    color: #000;
}


.txt-13-humo2021 {
    font-size: 13px;
    font-family: ヒラギノ明朝 ProN W3, HiraMinProN-W3, serif;
	font-weight: 300;
	font-style: normal;
    letter-spacing: 0.15em;
    line-height: 2.3em;
    color: #000;
}

.txt-13-humo2021-about {
    font-size: 13px;
    font-family: ヒラギノ明朝 ProN W3, HiraMinProN-W3, serif;
	font-weight: 300;
	font-style: normal;
    letter-spacing: 0.15em;
    line-height: 2.6em;
    color: #000;
}


.tit-13-humo2021 {
    font-size: 13px;
    font-family: ヒラギノ明朝 ProN W3, HiraMinProN-W3, serif;
	font-weight: 300;
	font-style: normal;
    letter-spacing: 0.15em;
    line-height: 1.5em;
    color: #000;
}

.tit-11-humo2021 {
    font-size: 11px;
    font-family: ヒラギノ明朝 ProN W3, HiraMinProN-W3, serif;
	font-weight: 500;
	font-style: normal;
    letter-spacing: 0.15em;
    line-height: 2.3em;
    color: #000;
}

.txt-11-humo2021 {
    font-size: 11px;
    font-family: ヒラギノ明朝 ProN W3, HiraMinProN-W3, serif;
	font-weight: 300;
	font-style: normal;
    letter-spacing: 0.15em;
    line-height: 2.3em;
    color: #000;
}

.txt-11-s-humo2021 {
    font-size: 11px;
    font-family: ヒラギノ明朝 ProN W3, HiraMinProN-W3, serif;
	font-weight: 300;
	font-style: normal;
    letter-spacing: 0.15em;
    line-height: 1.95em;
    color: #000;
}


.menu-bold-humo2021 {
    font-size: 16px;
    font-family: adobe-garamond-pro, serif;
	font-weight: 600;
	font-style: normal;
    letter-spacing: 0.3em;
    line-height: 2.5em;
}

.tr {
    text-align: left;
}

.wht {
    color: #ffffff;
}




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

	MARGIN

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

.mt5 {
  margin-top: 5px !important;
}

.pt5 {
  padding-top: 3px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.pd40 {
  padding-top: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.pr100 {
  padding-right: 80px !important;
}

.mt110 {
  margin-top: 110px !important;
}

.mt120 {
  margin-top: 120px !important;
}
.mt120_24aw {
  margin-top: 120px;
}

.mt160 {
  margin-top: 160px !important;
}

.mt200 {
  margin-top: 200px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

@media screen and (max-width: 1199px) {

.mt110 {
  margin-top: 40px !important;
}
.content-humo2021-right .menu-cart-humo2021.pd40.mb40.dsp_block {
  padding: 0 30px 30px 0;
}

}



@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@keyframes SlideIn {
  0% {transform: translateY(10px);}
  100% {transform: translateY(0);}
}

@-webkit-keyframes SlideIn {
  0% {transform: translateY(10px);}
  100% {transform: translateY(0);}
}

@keyframes SlideIn_ {
  0% {transform: translateY(-2px);}
  100% {transform: translateY(0);}
}

@-webkit-keyframes SlideIn_ {
  0% {transform: translateY(-2px);}
  100% {transform: translateY(0);}
}

@keyframes SlideIn_news {
  0% {transform: translateY(25px);}
  100% {transform: translateY(0);}
}

@-webkit-keyframes SlideIn_news {
  0% {transform: translateY(25px);}
  100% {transform: translateY(0);}
}


nav.menu_sp-humo2021 .menu-bottom {
  text-align: center;
  margin-top: 30px;
  font-size: 11px;
  line-height: 300%;
}
.menu_sp-humo2021 ul {

  vertical-align: top;
  padding-top: 100px;
}
.menu_sp-humo2021 li a {
  display: block;
  font-size: 15px;
  letter-spacing: 0.08em;
  line-height: 1.0em;
  font-family: adobe-garamond-pro, serif;
  color: #000;
}
.menu_sp-humo2021 li a {
  display: block;
  font-size: 15px;
  letter-spacing: 0.08em;
  line-height: 1.0em;
  font-family: adobe-garamond-pro, serif;
  color: #000;
  text-decoration: none;
}
.menu_sp-humo2021 li {
  width: 100%;
  height: 36px;
  margin: 0 auto;
  text-align: center;
}
.menu_sp-humo2021 {
 
  background: rgb(255 255 255);
}