@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Italianno|Noto+Sans+JP|Roboto+Condensed&display=swap');
/*====================================
 -- : Reset
====================================*/
abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1;color:#333;font-family: 'Roboto Condensed','Noto Sans JP', sans-serif;}
li{list-style: none}
h1,h2,h3,h4,h5,h6,div,p,ul,ol,li,dl,dt,dd,span,a,html,body,i,strong{box-sizing: border-box;}

a,a:link,a:hover,a:visited{
	color:#333;
	text-decoration: none;
}
img{
  width:100%;
  height:auto;
  vertical-align: bottom;
}
br.sp{
  display:none;
}
@media all and (max-width: 640px) {
  br.sp{
    display:inline;
  }
}
/*====================================
 -- : Top
====================================*/
html,body{
    width:100%;
    height:100%;
    margin:0px;
    padding:0px;
}

.collection{
	width:100%;
	/*  */
	display:flex;
	align-items: center;
}
@media (min-height: 900px) {
  .collection {
    height:100vh;
  }
}

.cl{
  width:100%;
	max-width:960px;
	margin:0 auto;
}
.cl_body{
	border:1px solid #ccc;
	padding:0 0 15px;
	margin:0 0 15px;
}


.cl_logo{
	text-align:center;
	padding:54px 0 16px;
}
.cl_logo img{
	width:auto;
}
.cl_ttl{
	text-align:center;
	font-family: 'Italianno', cursive;
	font-size:197%;
	letter-spacing:0.8px;
	color:#333;
}
.cl_items{
	display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
	margin:34px auto;
  max-width:746px;
}
.cl_credit{
	text-align:center;
	font-size:12px;
	line-height:1.1;
  padding:0 7px 0;
  letter-spacing:0.03em;
}
.cl_txt{
	text-align:center;
	font-size:20px;
	line-height:1.8;
  color:#333;
  margin:0 0 50px;
	
}
.cl_footer{
  display:flex;
  flex-wrap:wrap;
  justify-content: space-between;
  padding:0 0 15px;
}
.cl_archives{
  margin:0 0 15px;
  border-bottom:1px solid #ccc;
}
.cl_archives input{
  display:none;
}
.cl_archives dl{
  padding:0 0 15px;
}
.cl_archives dl div{
  display:flex;
  align-items:center;
  flex-direction:row;
}
.cl_archives dt{
  font-size:20px;
  padding:0 20px 0 0;
  white-space: nowrap;
}

.cl_archives ul{
	display:flex;
	flex-wrap: wrap;
	font-size:14px;
  width:100%;
}
.cl_archives li{
  padding:3px 10px 3px 13px;
  background:url(../images/arw.gif) left center no-repeat;
}
.cl_archives li a{
  transition:all 0.3s ease;
}
.cl_archives li a:hover{
  color:#ccc;
}
.cl_back{
  font-size:14px;
  line-height:1;
  padding:0 0 0 13px;
  text-align:center;
}
.cl_back a{
  display:inline-block;
  position: relative;
  transition:all 0.3s ease;
}
.cl_back a:hover{
  color:#ccc;
}
.cl_back a::before{
  content:"";
  display:block;
  width:11px;
  height:11px;
  background:url(../images/arw.gif) left center no-repeat;
  position: absolute;
  left:-13px;
  top:1px;
}


.cl_copyright{
  font-size:14px;
}
.cl_thumb{
 /* width:32.70524%;*/
/*  transition:all 1s ease;*/
width:33.33333333333%;
border:3px solid #fff;
}
.cl_thumb a,
.cl_thumb a img{
  transition:all 0.5s ease;
}

.cl_thumb a:hover img{
  opacity:0.8;
filter: grayscale(70%);
}

.cl_thumb-1{
	animation: fadeIn1 8s ease 0s 1 normal;
}
.cl_thumb-2{
	animation: fadeIn2 8s ease 0s 1 normal;
}
.cl_thumb-3{
	animation: fadeIn3 8s ease 0s 1 normal;
}
.cl_thumb-4{
	animation: fadeIn4 8s ease 0s 1 normal;
}
.cl_thumb-5{
	animation: fadeIn5 8s ease 0s 1 normal;
}
.cl_thumb-6{
	animation: fadeIn6 8s ease 0s 1 normal;
}



@media all and (max-width: 1000px) {
  .cl_body{
    margin:0 20px 15px;
  }

  .cl_footer{
    margin:0 20px;
  }
}

@media all and (max-width: 767px) {
  .collection{
    position: static;
    height:auto;
  }
  .cl_body{
    margin:0 0 20px;
    border:0;
    border-bottom:1px solid #ccc;
  }
  .cl_logo{
    padding:27px 0 8px;
  }
  .cl_logo img{
    width:140px;
  }
  .cl_ttl{
    font-size:26px;
  }
  .cl_thumb{
    width:50%;
  }
  .cl_items{
    flex-wrap: wrap;
  }
  .cl_credit{
    line-height:1.4;
    
  }
  .cl_credit span{
    display:none;
  }

  .cl_footer{
    padding:0 0 20px;
    margin:0;
    flex-direction: column;
  }
  .cl_archives dl{
    flex-direction:column;
    padding-bottom:0;
  }
  .cl_archives dl div{
    display:flex;
    flex-direction: column;
    align-items: center;
    overflow:hidden;
  }
  .cl_archives dt{
    margin:0 0 20px;
    display:inline-block;
    border-bottom:1px solid #000;
    padding:0;
  }
  .cl_archives dd{
    max-height: 0;
    transition: max-height 1s;
    overflow:hidden;
  }
  .cl_archives input:checked + dt + dd {
    max-height: 1500px;
  }
  .cl_archives ul{
    margin:0 0 20px;
    padding:0 20px;
  }
  .cl_archives li{
    width:20%;
  }
  .cl_back{
    text-align:center;
    margin:0 0 20px;
  }

  .cl_copyright{
    text-align:center;
  }

}





/*====================================
 -- : modal
====================================*/
.modal{
  display:none;
}
.slider_wrap{
  font-family: 'Roboto Condensed', sans-serif;
  position: relative;
  padding:40px 0 0;
}
.slider_nav{
  position: static;
  left:8px;
  top:8px;
  z-index: 10;
}
.slider_items{
  opacity:0;
  transition: opacity 0.5s ease-in-out;
}
.slider_items.slick-initialized{
  opacity:1;
}

.slider_item{
  width:100vw;
  max-height:1000px;
  display:flex !important;
  flex-direction:column;
  align-items:center;
  justify-content: center;
  aspect-ratio: 1/1;
}
.slider_item img{
  width:100%;
  height:100%;
  object-fit: contain;

}

@media (max-height: 1100px) and (orientation: landscape) {/*横長で画面高さ1100px以下*/
  .slider_item{
    width:800px;
    max-height:800px;
  }
  .slider_item img{
    max-width:800px;
  }
}

@media (max-height: 900px) and (orientation: landscape) {/*横長で画面高さ1100px以下*/
  .slider_item{
    width:600px;
    max-height:600px;
  }
  .slider_item img{
    max-width:600px;
  }
}
@media screen and (orientation: portrait) {/*縦長*/
  .slider_item{

  }
}
@media screen and (orientation: landscape) {/*横長*/
  .slider_item,.slider_item img{
    /* max-width:calc(100vh - 100px); */
  }
}



.slick-dots{
  display:flex;
  justify-content: center;
  position: absolute;
  left:50%;
  top:-48px;
  z-index: 10;
  width:50%;
  margin-left:-25%;
}
.slick-dots button{
  background: transparent;
  border:0;
  color:#000;
  margin:0;
  padding:0;
  font-family: 'Roboto Condensed', sans-serif;
}
.slick-dots button::before{
  content:"PHOTO";
}

.slick-dots li{
  cursor: pointer;
  font-size:18px;
  line-height:1;
  padding:5px 0px;
  margin:0 20px 0 0;
  color:#fff;
}
.slick-dots .slick-active{
  border-bottom:1px solid #ccc;
}
.slick-dots li:hover button,
.slick-active button{
  /*border-bottom:1px solid #fff;*/
  color: #ccc;
}
.slider_name{
  line-height:1;
  /*position: absolute;
  left:18px;
  bottom:18px;*/
  z-index: 8;
  color:#000;
  margin:0 20px;
  background: transparent;
  padding:20px 0 0;
  text-align:center;
}



@media all and (max-width: 480px) {
  .slick-dots{
    justify-content: center;
    margin: 0 auto;
    top:-44px;
    width:60%;
    left:50%;
    margin-left:-30%;
  }
  .slick-dots li{
    font-size:14px;
    margin:0 5px;
  }
  .slider_name{
    /*width:100vw;*/
    text-align:center;
    padding:10px 8px 0 0;
    font-size:12px;
    left:0;
    bottom:14px;
  }
}



.modaal-outer-wrapper{
  table-layout:fixed;
}
.modaal-inner-wrapper,
.modaal-content-container{
  padding:0;
}
.modaal-container{
  box-shadow: none;
  background: transparent;
}
/*
.slick-initialized .slick-slide,
.modaal-inner-wrapper,
.modaal-container,
.modaal-content,
.modaal-content-container,
.slider_wrap*/{
  display:table-cell;
}

.modaal-close:after,
.modaal-close:before{
  background:#000;
  width:1px;
  height:50px;
  top:0;
  left:25px;
  transform-origin: center center;
}
.modaal-close:after{

}
.modaal-close:before{

}



/*====================================
 -- : animation
====================================*/


@keyframes fadeIn1 {
    0% {opacity: 0}
    32%{opacity: 1}
}
@keyframes fadeIn2 {
    0% {opacity: 0}
    2%{opacity: 0}
    34%{opacity: 1}
}
@keyframes fadeIn3 {
    0% {opacity: 0}
    4%{opacity: 0}
    36%{opacity: 1}
}
@keyframes fadeIn4 {
    0% {opacity: 0}
    6%{opacity: 0}
    38% {opacity: 1}
}
@keyframes fadeIn5 {
    0% {opacity: 0}
    8%{opacity: 0}
    40%{opacity: 1}
}
@keyframes fadeIn6 {
    0% {opacity: 0}
    10%{opacity: 0}
    42%{opacity: 1}
}


