@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;500;700&family=Zen+Old+Mincho:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

/*****************************************
#kowaiten
*****************************************/

#kowaiten {
	 background-color: #000!important;
	 color:#fff;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}

#kowaiten:before {
	content: "";
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #e0b002;
}


.f_ZenMincho{
font-family: 'Zen Old Mincho', serif;
}

.f_Garamond{
	font-family: 'EB Garamond', serif;
}
.f_DM{
	font-family: 'DM Sans', sans-serif;
}


.btn_border.c_key,
.btn.c_key.btn_sign::after  {
  border-color: #e0b002!important;
}
.border_key {
  border:1px solid #e0b002!important;
}

.ttl-line,
.ttl-line span{
  position: relative
}
.ttl-line:before {
  content: "";
  background-color: #e0b002!important;
  width: 100%;
  position: absolute;
  height: 1px;
  top: 50%;
  left: 0;
}

@media screen and (max-width: 736px) {
	#kowaiten:before {
		display:none;
	}


}



/************** 
#kv
**************/

#kv{

}

#kv:before{
}

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


/**************   
#term 
**************/

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

}

/**************   
#artwork
**************/

.txt-point {
  position: relative;
  padding: 70px 0 0;
}
.txt-point:before{
	content: '';
	background-image: url(../images/index/point.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #000;
	width: 70px;
	height: 70px;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
}
.txt-point.c_black:before{
	background-image: url(../images/index/point_b.svg);
	background-color: #e0b002;
}

.txt-point  p {
position: relative;
padding:0 0 20px 0;
}

.txt-point p:before,
.txt-point p:after {
content: "";
  width: 75%;
  height: 1px;
  position: absolute;
  display: block;
  background: #e0b002;
  top: -20px;
  right: 0;
}
.txt-point p:after {
  top:auto;
  bottom:0;
  right: auto;
  left:0;
}
.txt-point.c_black p:before,
.txt-point.c_black p:after {
  background: #000;
}



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

.key-sp {
	color:#000!important;
}

.key-sp:before {
	content: "";
	background: #e0b002;
	width: 100%;
	height: 65%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.txt-point:before{
	background-image: url(../images/index/point_b.svg);
	background-color: #e0b002;
}
.txt-point p:before,
.txt-point p:after {
  background: #000;
}


}



/*****************************************
#museum
*****************************************/

#museum.item-container {
    background: #EFEAE5;
}

#museum.item-container h2{
    color: #333;
    font-size: 0rem;
    font-weight: normal;
    text-align: center;
    position: relative;
    padding: 0;
    margin: 10px 0 20px;
}

#museum.item-container h2.ttl {
    color: #54260f;
    font-size: 1.6rem;
    font-weight: normal;
    text-align: center;
    position: relative;
    padding: 10px 0;
    margin: 10px 0 10px;
}

#museum.item-container h2 span{
    padding: 10px 7vw 10px;
    z-index: 1;
    position: relative;
    display: inline-block;
    font-size: 2.2rem;
    vertical-align: middle;
}


#museum.item-container h2.ttl span:before,
#museum.item-container h2.ttl span:after {
    content: "";
    background-image: url(../images/index/line_left.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 50px;
    width: 100px;
	position: absolute;
    left: 0;
    top: 20%;
    z-index: 0;
    vertical-align: middle;
}
#museum.item-container h2.ttl span:after {
    content: "";
    background-image: url(../images/index/line_right.png);
	left: auto;
    right: 0;
}

#museum a.button {
  display: block;
  border: 0;
  background: #A0843A;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  overflow: hidden;
  color: #fff;
  font-weight: normal;
  padding: 1.2rem 2.5rem;
  margin: 0px;
  line-height: 1.2;
  font-size: 1rem;
  width: auto;
  text-align: center;
  letter-spacing: 0.1rem;
}


@media screen and (max-width: 736px) {
	#museum.item-container h2.ttl span:before, #museum.item-container h2.ttl span:after {
	    height: 50px;
	    width: 50px;
	}
	#museum.item-container h2.ttl {
	    font-size: 1.2rem;
	}
	#museum.item-container h2 span{
	    padding: 10px 12vw 10px;
	    font-size: 1.4rem;
	    line-height: 1.2;
	}

}



/*****************************************
slick
*****************************************/

.slick-dots {
    position: absolute;
    bottom: -40px;
	right: 0;
    left: 0;
    width: auto;
}
.slick-dots li {
    list-style: none;
    display: inline-block;
    margin: 0 2px;
}
.slick-dots li button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    text-indent: -9999px;
    width: 12px;
    height: 12px;
    border-radius: 100px;
    cursor: pointer;
    background: #fff;
    border:1px #000 solid;
}
.slick-dots li.slick-active button {
    background: #004DA0;
}


.slick-arrow {
	-webkit-appearance: none;
	 -moz-appearance: none;
	      appearance: none;
	position: absolute;
	border: none;
	padding: 0;
	display: block;
	width: 60px;
	height: 60px;
	z-index: 100;
	cursor: pointer;
	outline: none;
	background: rgba(255,255,255,0.8);
	border: 0px #999 solid;
	border-radius: 50%;
	top: 40%;
	font-size:15px;
}

.slick-prev:focus,
.slick-next:focus{
    background: rgba(255,255,255,0.8);
}

.slick-prev:before,
.slick-next:before{
	display:none;
}

.slick-arrow:hover {
	background: #004DA0;
}
.slick-arrow.slick-next {
    right: 10%;
    
  }
.slick-arrow.slick-prev {
	left: 10%;
}
.slick-arrow.slick-prev::after {
  right: 15px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.slick-arrow::after {
	border: solid #004DA0;
  border-width: 0 2px 2px 0;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: calc(50% - 10px);;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.slick-arrow:hover::after {
  border-color:#fff;
}


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

	.slick-arrow.slick-next {
		right: 5px!important;
		  zoom: 0.8;
	}
	.slick-arrow.slick-prev {
	  left: 5px!important;
	  zoom: 0.8;
	}
	.slick-arrow {
	}
	.slick-dots {
	    right: 28%!important;
	    right: 0%!important;
	}
}




/****************************
.htb-float_btn
****************************/

.htb-float_btn{
  position: fixed;
  right: 0px;
  top: 40%;
  z-index: 9000;
  display: none;
}
.htb-float_btn a{
  font-size: 0;
  position: relative;
  display: block;
  width: 100px;
  height:auto;
}
.htb-float_btn a {
    margin-bottom: 10px;
}


@media screen and (max-width: 736px) {
	.htb-float_btn{
	  top: 20%;
	}
	.htb-float_btn a{
	  width: 70px;
	}

}


