
#index{
  overflow: hidden;
}


.bg_color1{
  background:#F9F9F9;
}
.bg_color2{
  background:#2A2A2A;
  color: #FFF !important;
}
.bg_color2 a{
  color: #FFF !important;
}
.bg_color3{
  background:#FFF34B;
}
.bg_w{
  background:#FFF;
}
.flex_rebirth{
  
}

.no_c{
}
.no_c:hover{
  filter: brightness(100%) !important;
}
#look_list .item_box{
  display: flex;
  flex-wrap: wrap;
	gap: 54px 20px;
}

#look_list .item{

}

#look_list .item p img{
  display: block;
  opacity: 0 !important;
  pointer-events: none;
}
#look_list .item a{
  display: block;
  filter: brightness(100%);
}
#look_list .item a:hover{
  opacity: 1 !important;
  filter: brightness(60%);

}
#look_list .item a span{
  transition: .3s;
    border-bottom: 1px #F3F2ED solid;
}
#look_list .item a:hover span{
    border-bottom: 1px solid #1A1A1A
}
#look_list .item p{
  background-size: cover;
  background-position: center;
}
#look_list .item span{
font-family: 'EB Garamond', serif;
font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  #look_list .item_box{
    justify-content: space-between;
  }
  #look_list .item{
    width: calc(50% - 10px);
  }
  #look_list .item p img{
    width: 100%;
  }
}


/*-----------------------------------main
*/

#look_list_detail{
padding-bottom: 0;
}
#look_list_detail ul{
width: inherit;
}

#look_list_detail .item{
padding-bottom: 80px;
}

#look_list_detail .item div img{
  display: block;
  width: auto !important;
  height: 900px !important;
}
#look_list_detail.aurora .item div img{
 height: auto !important;
}
#look_list_detail .item a{
  display: block;
  filter: brightness(100%);
}

#look_list_detail .item p{
  margin-top: 25px;
  font-family: 'EB Garamond', serif;
  text-align: left;
  font-size: 1.8rem;
  line-height: 1;
}
#look_list_detail .item p:last-child{
  margin-top: 8px;
  font-family: 'EB Garamond', serif;
  text-align: left;
  font-size: 1.6rem;
}
#look_list_detail .item:last-child{
  padding-bottom: 93px;
}
#look_list_detail .item_r:last-child{
  padding-bottom: 80px;
}
#look_list_detail .item_box{
  height: calc(100vh - 65px);
  overflow: visible;
  overflow-y: scroll;
}
#look_list_detail .item_box_rlex{
  height: calc(100vh - 65px);
  overflow: visible;
  overflow-y: scroll;
}

#look_list_detail .item_r{
  width: 100%;
  padding-left: 60px;
  box-sizing: border-box;
}
#look_list_detail .item_r .item_in{
margin-bottom: 80px;
display: flex;
justify-content:space-between;
width: 100%;
padding-bottom: 9px;
border-bottom: 1px solid #1E1E1E;
}
#look_list_detail .item_r::-webkit-scrollbar{
  display:none;
}
#look_list_detail .item::-webkit-scrollbar{
  display:none;
}
#look_list_detail .item_r div img{
  display: block;
  width: auto !important;
  height: 200px !important;
}
#look_list_detail .item_r a{
  display: block;
  filter: brightness(100%);
}

#look_list_detail .item_r p{
  text-align: left;
  font-size: 1.8rem;
  line-height: 1.4;
  display:flex;
  margin-bottom: -0.4em;
  text-indent: 2px;
  align-items:flex-end
}
@media screen and (max-width: 1770px) {
  #look_list_detail .item_r div img{
    display: block;
    width: 160px !important;
    min-width: 160px !important;
    height: auto !important;
  }
}
@media screen and (max-width: 1770px) {
  #look_list_detail .item div img{
    display: block;
    width: 100% !important;
    height: auto !important;
  }
}
.in_title{
  display: none;
}
.in_title_sp{
  display: none;
  
}
@media screen and (max-width: 1078px) {
  .in_title{
    display: block;
  }
  .sp_bot{
    border-top: 1px solid #1A1A1A;
    width: 230px;
    margin:7px auto;
    transform: translateX(-17px);
  }
  #look_list_detail.wrapper{
    padding-right: 0;
  }

  #look_list_detail .in_title{
    display: none
  }
  .in_title_sp span{
    width: 230px;
height: 1px;
background: #1E1E1E;
margin: auto;
position: absolute;
bottom: 0;
left: 50%;

margin-left: -115px;
z-index: 10;
  }
  .in_title_sp{
    padding-top: 113px;
display: block;
    padding-bottom: 50px;
    margin-bottom: 6px;
    position: fixed;
    top:0;
    left:0%;
    background: #F3F2ED;
    z-index: 10;
    width: 100%;
    text-align: center;
    height: 20px;
  font-size: 23px;
  }

  #look_list_detail{
    padding-top: 185px;
  display: block;
  }
  #look_list_detail .item_box{
    overflow: visible;
    overflow-x: scroll;
    display: flex;
    height: 456px;
  }
  #look_list_detail .sp_bot img{
    margin-top: 57px;
    display: inline-block;
    width:62px;
    margin-right: 4px;
  }
  #look_list_detail .item_box_rlex{
    display: flex;
        height: 230px;
  }
  #look_list_detail .item_r{
    padding-left: 0 !important;
    margin-right: 4px;
  }
  #look_list_detail .item_r .item_in{
    width: auto !important;
    border: none !important;
  }
  #look_list_detail .item_r .item_in p{
    display: none;
  }
  #look_list_detail .item_box p{
    display: none;
  }
  #look_list_detail .item{
    padding-bottom: 0px;
    margin-bottom: 4px;
    margin-right: 4px;
  }
  #look_list_detail .item_box .item img{
    height: 452px !important;
    width: auto !important;
    max-width: inherit;
  }
  #look_list_detail .item_box .item
  #look_list_detail .item_box_rlex{
    height: 250px;
    overflow: visible;
    overflow-x: scroll;
  }
}
#exhibition_item {
width: 1980px;
padding: 65px 100px 290px 268px;
}
#exhibition_item .ex_in{
  border-top: 1px solid #1E1E1E;
  display: flex;
  width: fit-content;
  padding-top: 5px;
  margin-top: 5px;
  height: 50px;
}
#exhibition_item .ex_title{
  font-size: 2rem;
  width: 350px;
  text-align: left;
}
#exhibition_item .ex_title span{
  cursor: pointer;
  margin-top: -1.6rem;
  background-color: #F3F2ED;
  padding-right: 20px;
  display: block;
  width: fit-content;
      font-size: 2rem !important;
}
#exhibition_item .in_pic{

}
#exhibition_item .in_pic a{
  display: block;
  filter: brightness(100%);
}
#exhibition_item .ex_in .in_pic{
  transition: .3s;
  cursor: pointer;
}
#exhibition_item .ex_in:hover .in_pic{
  opacity: 1 !important;
  filter: brightness(60%);

}
#exhibition_item  .ex_in .ex_title span t{
  transition: .3s;
  border-bottom: 1px #F3F2ED solid;
}
#exhibition_item  .ex_in:hover .ex_title span t{
  border-bottom: 1px #1A1A1A solid;
}


#exhibition_item .item_box{
  position: relative;
}
#exhibition_item .item:first-child{
  margin-top: 0px !important;
  z-index: 100;
}
#exhibition_item .item{
  height: 78px;
  z-index: 99;
      position: inherit;
}
#exhibition_item .item:nth-child(2){
  z-index: 98;
}
#exhibition_item .item:nth-child(3){
  z-index: 97;
}
#exhibition_item .item:nth-child(4){
  z-index: 96;
}
#exhibition_item .item:nth-child(5){
  z-index: 95;
}
#exhibition_item .item:nth-child(6){
  z-index: 94;
}
#exhibition_item .item:nth-child(7){
  z-index: 93;
}
#exhibition_item .item:nth-child(8){
  z-index: 92;
}
#exhibition_item .item:nth-child(9){
  z-index: 91;
}
#exhibition_item .item:nth-child(10){
  z-index: 90;
}
#exhibition_item .item:nth-child(11){
  z-index: 89;
}
#exhibition_item .item:nth-child(12){
  z-index: 88;
}
#exhibition_item .item:nth-child(13){
  z-index: 87;
}
#exhibition_item .item:nth-child(14){
  z-index: 86;
}
#exhibition_item .item:nth-child(15){
  z-index: 85;
}
#exhibition_item .item:nth-child(16){
  z-index: 84;
}
#exhibition_item .item:nth-child(17){
  z-index: 83;
}
#exhibition_item .item:nth-child(18){
  z-index: 82;
}
#exhibition_item .item:nth-child(19){
  z-index: 81;
}
#exhibition_item .item:nth-child(20){
  z-index: 80;
}
#exhibition_item .item:nth-child(21){
  z-index: 79;
}
#exhibition_item .item:nth-child(22){
  z-index: 78;
}
#exhibition_item .item:nth-child(23){
  z-index: 77;
}
#exhibition_item .item:nth-child(24){
  z-index: 76;
}
#exhibition_item .item:nth-child(25){
  z-index: 75;
}
#exhibition_item .item:nth-child(26){
  z-index: 74;
}
#exhibition_item .item:nth-child(27){
  z-index: 73;
}
#exhibition_item .item:nth-child(28){
  z-index: 72;
}
#exhibition_item .item:nth-child(29){
  z-index: 71;
}
#exhibition_item .item:nth-child(30){
  z-index: 70;
}
#exhibition_item .item:nth-child(31){
  z-index: 69;
}
#exhibition_item .item:nth-child(32){
  z-index: 68;
}
#exhibition_item .item:nth-child(33){
  z-index: 67;
}



#exhibition_item .item:nth-child(2) .ex_title{
   width: 706px;
}
#exhibition_item .item:nth-child(3) .ex_title{
  width: 1060px;
}


#exhibition_item .item:nth-child(4) .ex_title{
 
}
#exhibition_item .item:nth-child(5) .ex_title{
   width: 706px;
}

#exhibition_item .item:nth-child(6) .ex_title{
  width: 1060px;
}

#exhibition_item .item:nth-child(7) .ex_title{

}
#exhibition_item .item:nth-child(8) .ex_title{
  width: 630px;
}
#exhibition_item .item:nth-child(9) .ex_title{
  width: 985px;
}
#exhibition_item .item:nth-child(10) .ex_title{
  width: 1215px;
}
#exhibition_item .item:nth-child(11) .ex_title{
  width: 1435px;
}
#exhibition_item .item:nth-child(12) .ex_title{
}
#exhibition_item .item:nth-child(13) .ex_title{
  width: 580px;
}
#exhibition_item .item:nth-child(14) .ex_title{
  width: 810px;
}
#exhibition_item .item:nth-child(15) .ex_title{
  width: 1040px;
}

#exhibition_item .item:nth-child(16) .ex_title{
}
#exhibition_item .item:nth-child(17) .ex_title{
  width:  660px;
}
#exhibition_item .item:nth-child(18) .ex_title{
  width: 890px;
}
#exhibition_item .item:nth-child(19) .ex_title{
  width: 1200px;
}
#exhibition_item .item:nth-child(20) .ex_title{
}
#exhibition_item .item:nth-child(21) .ex_title{
  width: 580px;
}
#exhibition_item .item:nth-child(22) .ex_title{
  width: 810px;
}
#exhibition_item .item:nth-child(23) .ex_title{
  width: 1120px;
}

#exhibition_item .item:nth-child(24) .ex_title{
}
#exhibition_item .item:nth-child(25) .ex_title{
  width: 580px;
}
#exhibition_item .item:nth-child(26) .ex_title{
  width: 890px;
}
#exhibition_item .item:nth-child(27) .ex_title{

}
#exhibition_item .item:nth-child(28) .ex_title{
width: 580px;
}
#exhibition_item .item:nth-child(29) .ex_title{
  width: 806px;
}
#exhibition_item .item:nth-child(30) .ex_title{
  width: 1116px;
}

#exhibition_item .item:nth-child(31) .ex_title{
}
#exhibition_item .item:nth-child(32) .ex_title{
  width: 580px;
}
#exhibition_item .item:nth-child(33) .ex_title{
  width: 890px;
}
@media screen and (min-width: 768px) {
  #detail_header h1{
    margin-left: -2px;
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .sp_title{
    text-align: center;
  }
  #exhibition_item {
  width: auto;
  }
  #exhibition_item .ex_in{
    border-top: none;
    display: block;
    width: auto;
    padding-top: 0px;
    margin-top: 0px;
    height: auto;
  }
  #exhibition_item .sp_title{
    padding-top: 112px;
position: fixed;
top: 0;
left: 0;
width: 100%;
background: #F3F2ED;
z-index: 101;
padding-bottom: 50px;
display: block;
  }
  #exhibition_item .ex_title{
    font-size: 2rem;
    width: 100% !important;
    text-align: center;
  }
  #exhibition_item .ex_title span{
    margin-top: 0;
    background-color: none;
    padding-right: 0px;
    display: inline-block;
    width: fit-content;
  }
  #exhibition_item .in_pic{
    display: none;
  }
  #exhibition_item .item_box{
    padding-top: 128px;
    width: 230px;
    margin:55px auto 0;
    border-bottom: 1px solid #1E1E1E;
    padding-bottom: 10px;
  }
  #exhibition_item .item:first-child{
    margin-top: 0px !important;
    z-index: 100;
  }
  #exhibition_item .item{
    z-index: 99;
        position: inherit;
        height: 54px;
  }
#exhibition_item .ex_title span{
  font-size: 1.6rem !important;
}
}

.item_box_rlex a .in_pic img{
  transition: .3s;
  filter: brightness(100%);
}
.item_box_rlex a:hover .in_pic img{
  filter: brightness(60%);
}


#exhibition_detail.wrapper {
padding-bottom: 0;
}
#exhibition_detail .ex_in{
  border-top: 1px solid #1E1E1E;
  display: flex;
  width: fit-content;
  padding-top: 0px;
  margin-top: 5px;
}
#exhibition_detail .ex_title{
  font-size: 1.8rem;
  width: 350px;
  text-align: left;
}
#exhibition_detail .ex_title span{
  cursor: pointer;
  margin-top: -1.1rem;
  background-color: #F3F2ED;
  padding-right: 20px;
  display: block;
  width: fit-content;
  white-space: nowrap;
  position: relative;
}
#exhibition_detail .ex_title span::after{
  content: "";
  width: calc(100% - 20px);
  height: 1px;
  background: #1E1E1E;
  position: absolute;
  bottom: -2px;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s;
}
#exhibition_detail .ex_title span:hover::after{
  opacity: 1;
}

#exhibition_detail .in_pic{
  text-align: right;
  box-sizing: border-box;
  padding-left: 20px;
  display: block;
  height: calc(100vh - 70px);
  overflow-y:scroll;
  padding-top: 5px;
  padding-bottom: 160px;

}

#exhibition_detail .in_pic::-webkit-scrollbar{
  display:none;
}

#exhibition_detail .in_pic img{

}
#exhibition_detail .item_box{
  position: relative;
}
#exhibition_detail .item:first-child{
  margin-top: 0px !important;
  z-index: 100;
}
#exhibition_detail .item{
max-width: 1360px;
      position: inherit;
}
#exhibition_detail .item:nth-child(2) .ex_title{
  width: 550px;
}

@media screen and (max-width: 768px) {
  #exhibition_detail .padding_top_80.sp{
    border-top: 1px solid #1E1E1E;
    margin: 80px auto 0;
    width: 230px;

  }

  #exhibition_detail.wrapper {
  padding-bottom: 160px;
  transform: none !important;
  }
  #exhibition_detail .ex_in{
    border-top: none;
    display: block;
    width: fit-content;
    padding-top: 15px;
    margin-top: 100px;
  }
  #exhibition_detail .ex_title{
    font-size: 2.2rem !important;
    width: 100%;
    padding-top: 109px;
position: fixed;
top: 0;
left: 0;
width: 100%;
background: #F3F2ED;
z-index: 1000;
padding-bottom: 45px;
display: block;
  }
  #exhibition_detail .padding_top_80.sp a img{
    width:51px;
    height: auto;
    margin-right: 4px;

  }
  #exhibition_detail .ex_title span:hover::after{
    opacity: 0 !important;
  }
    #exhibition_detail .ex_title::after{
      content: "";
  width: 230px;
height: 1px;
background: #1E1E1E;
margin: auto;
position: absolute;
bottom: 0;
left: 50%;
margin-left: -115px;
z-index: 10;
}
  #exhibition_detail .ex_title span{
    margin-top: 0;
    background-color: #F3F2ED;
    padding-right: 0px;
    display: block;
    width:100%;
    text-align: center;
    white-space: nowrap;
  }
  #exhibition_detail .in_pic{
    text-align: center;
    padding-left: 0px;
    height: auto;
      padding-bottom: 0px;
  }
  #exhibition_detail .item_box{
    position: relative;
  }
  #exhibition_detail .item:first-child{
    margin-top: 0px !important;
    z-index: 100;
  }
  #exhibition_detail .item{
  max-width: 1360px;
        position: inherit;
  }
  #exhibition_detail .item:nth-child(2) .ex_title{
    width: 550px;
  }

}



#about_item li{
  margin-top: 90px;
}
#about_item .item_box.castli li{
  margin-top: 0px;
  margin-bottom: 30px;
}
#about_item .item_box.castli li a{
  white-space: nowrap;
}
#about_item .t_t a{
		padding-bottom: 24px;
    display: block;
    white-space: nowrap;
}
#about_item li a span{
	width: 1px;
	height: 24px;
	background: #000;
	display: inline-block;
	margin: 0 20px -5px;
}
#about_item .item_box.castli li b t{
  font-size: 1.6rem;
}
#about_item .item_box.castli li a b:last-child t{
    font-size: 2rem;
}
#about_item li a b{
	font-weight: 500;
	width: 300px;

	display: inline-block;
  white-space: nowrap;
}
#about_item li a b t{
  transition: .3s;
  border-bottom: 1px solid #F3F2ED;
}
#about_item li a:hover b t{
  border-bottom: 1px solid #1A1A1A;

}
#about_item li a b{
	text-align: right;
}
#about_item li a b:last-child{
	text-align: left;
  font-family: 'EB Garamond', serif;

}
#about_item img{

}

#about_item li p{
  width: 340px;
  height: 1px;
  background: #000;
  margin: 70px auto;
}
.pl10{
  padding-left: 10px;
}
.pr10{
  padding-right: 10px;
}


/*-----------------------------------main
*/
  #about_item .item_box.castli {
    margin-left: 0px;
  }
@media screen and (max-width: 768px) {
  #about_item li a b{
  	font-weight: 500;
  	width: 130px;

  	display: inline-block;
    white-space: nowrap;
  }
  #about_item .item_box.castli li a b:last-child t{
      font-size: 1.6rem;
  }
  #about_item .item_box.castli li b t {
    font-size: 1.2rem;
}
  #about_item .item_box.castli li{
    margin-top: 0px;
    margin-bottom: 17px;
  }
  #look_list .item{
  	margin-top: 20px;
  }
  #look_list .item p{
  	color:#E56161 !important;
  	font-size: 1.4rem;
  	margin-bottom: 5px;
  }

  #TOP.wrapper{
      padding: 100px 35px !important;
  }

  #about_item li a b{
  	font-size: 1.6rem;
  }
  #about_item.wrapper{
		padding:17px 35px;
		position: relative;
		text-align: center;
		box-sizing: border-box;
	}

  #about_item li a span{
  	width: 1px;
  	height: 21px;
  	background: #000;
  	display: inline-block;
  	margin: 0 20px -5px;
  }

  #about_item li p{
    width: 230px;
    height: 1px;
    background: #000;
    margin: 49px auto;
  }
  .pl10{
    padding-left: 0px;
  }
  .pr10{
    padding-right: 0px;
  }
  #about_item li{
    margin-top: 80px;
  }

}


/*-----------------------------------
*/
