@charset "utf-8";

/* .link-button-area {
  text-align: center;
  margin-top: 40px;
} */

.sort-btn-line-top{
	display: inline-block;
	position:relative;
	height: 1px;
	top: 20px;
	/* z-index: -1; */
	background-color: #ccc;
	width: 100%;
  color: #001F5B;
}


/* box для центрирования */
.h-box{
  display: flex;
  justify-content: center;
  text-align: center;
  /* margin-top: 10px; */
}

.btn-txt {
  height: 25px;
  padding-left: 20px;
  padding-right: 20px;
  /* width: 120px; */
  display: inline-block;
  background-color: #ddd;
  line-height: 220%;
  /* border-bottom: 1px solid #ccc; */
  /* box-shadow: 2px 2px 5px #ccc; */
  /* background-color: #ccc; */
  /* padding-top: 5px; */
  text-align: center;
  font-size: 11px;
  border-radius: 20px;
  letter-spacing: 0.05em;
  transition: all .3s ease-Out;
}

.btn-txt:hover {
  background-color: #001F5B;
  color: #fff;
}

.btn-txt span{
  display: inline-block;
  /* transition: all .4s; */
  position:relative;
  left: -100%;
  height: 1px;
  top: -47px;
  z-index: -1;
  /* border-radius: 2px; */
  background-color: #ccc;
  width: 300%;
}

.button-img {
  display: flex;
	width: 100%;
	display: block;
  text-align: center;
	background-color: #fff;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom: 1.5px solid #ccc;
  box-shadow: 2px 2px 5px #ccc;
  }

  .sort-btn-img{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 10px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }


  .sort-btn-img li{
    width: 45%;
    text-decoration: none;
    font-family: 'Noto Sans JP', sans-serif;
    margin:0 7px 0px 0;
    text-align: center;
    font-size: 13px;
    font-weight: normal;
  }
  
  .sort-btn-img li.active{
    text-decoration: none;
  }


  .blok {
    display: inline-block;
    position: relative;
    width:100px;
	  height:100px;
    box-sizing: border-box;
    text-align: center;
    border-radius:50%;
    text-decoration: none;
    background:#61A5F2;
    background-blend-mode: luminosity;

    background-size: cover;
    font-size: 20px;
    text-decoration: none;
    color: #fff;
    border:1px solid #fff;
    outline: none;
    padding: 10px 30px;
    text-align: center;
    box-shadow: 0 5px 10px #aaa;
    transition: all 1s;

    /* text-decoration: none;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    display: block;
      padding: 10px 30px;
      text-align: center;
      outline: none;
    background-image: url(/images/photo1.jpg);
    background-color: #61A5F2;
    background-blend-mode: luminosity;
    background-size: cover;
    transition: all 1s; */
    }
  
    .blok:hover {
    background-blend-mode: normal;
    }
  

    .blok span{
      width: 80px;
    align-items: center;
    position:fixed;
    left: 50%;
    top:45%;
    transform:translate(-50%,-50%);
    transition: all .5s;
    display: block;
    white-space: nowrap;
    /* box-shadow: 0 5px 10px #aaa; */
  }


/*差し替わるテキストの設定*/
.blok span:nth-child(2){
	opacity:0;/*透過0に*/
    font-size: 20px;
    
}

/*hoverするとテキストが入れ替わる設定*/
.blok:hover span:nth-child(1){
	opacity:0;/*透過0に*/
}

.blok:hover span:nth-child(2){
	opacity:1;/*不透明に*/
}

    .blok._00 {
      backdrop-filter: blur(10px);

    background-image: url(/images/photo2.jpg);
    transition: all 1s;

    }
  
    .blok._01 {

    background-image: url(/images/photo1.jpg);
    backdrop-filter: blur(10px);

    transition: all 1s;

    }
  
    .blok._02 {
    background-image: url(/images/lens6.jpg);
    transition: all 1s;

    }
  
    .blok._03 {
    background-image: url(/images/seasons1.jpg);
    transition: all 1s;

    }
  

/* .btn-txt {
  height: 25px;
  width: 120px;
  background-color: #ccc;
  text-align: center;
  padding-top: 5px;
  font-size: 11px;
  border-radius: 20px;
  letter-spacing: 0.05em;
  transition: all .45s ease-Out;
  } */

  /* .btn-txt :hover{
    height: 25px;
    width: 120px;
    background-color: #61A5F2;
  } */

.icon-btn {
  border-radius: 50%;
  height: 100px;
  width: 100px;
  /* background-image: url("/images/photo1.jpg"); */
  background-color: #0d52a0;
  padding-left : 32px;
  padding-top : 10px;
  padding-bottom : 10px;
  background-repeat : no-repeat;
  background-size: cover;
  transition: all .45s ease-Out;
  }

  .icon-btn a :hover{
    background-color: #61A5F2;
    background-image: url("/images/photo2.jpg");
    padding-left : 32px;
    padding-top : 10px;
    padding-bottom : 10px;
    background-repeat : no-repeat;
    background-size: cover;
    }

/* @import url('https://fonts.googleapis.com/css?family=Raleway:300,400'); */
/* body {
  background: #2D3142;
  font-family: 'Raleway', sans-serif;
} */


/* Heading */

/* h1 {
  font-size: 1.5em;
  text-align: center;
  padding: 70px 0 0 0;
  color: #EF8354;
  font-weight: 300;
  letter-spacing: 1px;
} */

/* span {
  border: 2px solid #4F5D75;
  padding: 10px;
} */


/* Layout Styling */

/* #container {
  width: 100%;
  margin: 0 auto;
  padding: 50px 0 150px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
} */


/* Button Styles */

.button {
  display: inline-flex;
  border-radius: 50%;
  height: 100px;
  width: 100px;
  border: 2px solid #fff;
  margin: 20px 20px 20px 20px;
  background-color: #0d52a0;
  background-image: url(/images/photo1.jpg);
  background-size: cover;
  /* filter: grayscale(1); */
  /* filter:opacity(0.5); */
  /* mix-blend-mode:color; */
  background-blend-mode: luminosity;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: .8em;
  letter-spacing: 1.5px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0 5px 10px #aaa;
}

.button :hover{
  color: #fff;
  text-decoration: none;
  letter-spacing: 1px;
  background-image: url(/images/photo2.jpg);
  background-blend-mode: normal;

}

.button.button-3 {
	position: relative;
	overflow: hidden;
	cursor: pointer;
  }

  .button.button-3 a {
	position: relative;
	transition: all .45s ease-Out;
	
  }

  .button.circle {
	width: 0%;
	height: 0%;
	opacity: 0;
	line-height: 40px;
	border-radius: 50%;
	background: #61A5F2;
	position: absolute;
	transition: all .5s ease-Out;
	top: 50px;
	left: 50px;
  }

  .button.circle :hover{
	width: 200%;
	height: 200%;
	opacity: 1;
	top: -50px;
	left: -50px;
  }

  .button.button-3 a :hover {
	color: #fff;
	}
/* Third Button */

#button-3 {
	position: relative;
	overflow: hidden;
	cursor: pointer;
  
  }
  

  #button-3 a {
	position: relative;
	transition: all .45s ease-Out;
	
  }
  
  #circle {
	width: 0%;
	height: 0%;
	opacity: 0;
	line-height: 40px;
	border-radius: 50%;
	background: #61A5F2;
	position: absolute;
	transition: all .5s ease-Out;
	top: 50px;
	left: 50px;
  }
  
  #button-3:hover #circle {
	width: 200%;
	height: 200%;
	opacity: 1;
	top: -50px;
	left: -50px;
  }
  
  #button-3:hover a {
	color: #fff;
	}

/* First Button */

/* #arrow-hover {
  width: 15px;
  height: 10px;
  position: absolute;
  transform: translateX(60px);
  opacity: 0;
  -webkit-transition: all .25s cubic-bezier(.14, .59, 1, 1.01);
  transition: all .15s cubic-bezier(.14, .59, 1, 1.01);
  margin: 0;
  padding: 0 5px;
}

a#button-1:hover img {
  width: 15px;
  opacity: 1;
  transform: translateX(50px);
} */


/* Second Button */

/* #button-2 {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

#button-2 a {
  position: relative;
  transition: all .35s ease-Out;
}

#slide {
  width: 100%;
  height: 100%;
  left: -200px;
  background: #BFC0C0;
  position: absolute;
  transition: all .35s ease-Out;
  bottom: 0;
}

#button-2:hover #slide {
  left: 0;
}

#button-2:hover a {
  color: #2D3142;
} */





/* Fourth Button */

/* #button-4 {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

#button-4 a {
  position: relative;
  transition: all .45s ease-Out;
}

#underline {
  width: 100%;
  height: 2.5px;
  margin-top: 15px;
  align-self: flex-end;
  left: -200px;
  background: #BFC0C0;
  position: absolute;
  transition: all .3s ease-Out;
  bottom: 0;
}

#button-4:hover #underline {
  left: 0;
} */


/* Fifth Button */

/* #button-5 {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

#button-5 a {
  position: relative;
  transition: all .45s ease-Out;
}

#translate {
  transform: rotate(50deg);
  width: 100%;
  height: 250%;
  left: -200px;
  top: -30px;
  background: #BFC0C0;
  position: absolute;
  transition: all .3s ease-Out;
}

#button-5:hover #translate {
  left: 0;
}

#button-5:hover a {
  color: #2D3142;
} */


/* Sixth Button */

/* #button-6 {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

#button-6 a {
  position: relative;
  transition: all .45s ease-Out;
}

#spin {
  width: 0;
  height: 0;
  opacity: 0;
  left: 70px;
  top: 20px;
  transform: rotate(0deg);
  background: none;
  position: absolute;
  transition: all .5s ease-Out;
}

#button-6:hover #spin {
  width: 200%;
  height: 500%;
  opacity: 1;
  left: -70px;
  top: -70px;
  background: #BFC0C0;
  transform: rotate(80deg);
}

#button-6:hover a {
  color: #2D3142;
} */


/* Seventh Button */

/* #button-7 {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

#button-7 a {
  position: relative;
  left: 0;
  transition: all .35s ease-Out;
}

#dub-arrow {
  width: 100%;
  height: 100%;
  background: #BFC0C0;
  left: -200px;
  position: absolute;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .35s ease-Out;
  bottom: 0;
}

#button-7 img {
  width: 20px;
  height: auto;
}

#button-7:hover #dub-arrow {
  left: 0;
}

#button-7:hover a {
  left: 150px;
} */

/* @media screen and (min-width:1000px) {
  h1 {
    font-size: 2.2em;
  }
  #container {
    width: 50%;
  }
} */