@charset "UTF-8";

.container,
.navbar-static-top .container,
.navbar-fixed-bottom .container,
.span12 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700&subset=japanese');
/*背景のやつcss*/
#fourth-campaign{margin: 0 -200%; /* マージンを追記 */padding: 0 200%; /* マージンで横にはみ出した部分を戻す */background-color:#fff;}

.ren_selection{
	margin-bottom: 7%;
	font-family: futura-pt, sans-serif;
	letter-spacing: .3em!important;
}

.ren_selection h1{
	text-align: center;
	background-color: #989898;
	color: #ffffff;
	font-size: 26px;
	margin: 0 0 5% 0;
	padding: 4% 0;
}

#collection{
	margin-left: 2.1%;
}

#collection .collection-inner.collection-content .row-fluid [class*="span"] {
    padding: 0 20px 20px;
}
#collection a:hover{
	opacity: 1;
}
.collection-content .has-animation.slide-animation [class*="span"]:nth-child( 2n + 1 ) {
    -webkit-animation: card-animation .7s ease forwards;
    -ms-animation: card-animation .7s ease forwards;
    animation: card-animation .7s ease forwards;
}
#collection .collection-inner.collection-content .row-fluid [class*="span"] a, #collection .collection-inner.collection-content .row-fluid [class*="span"] a:hover {
    color: white;
}
#collection .collection-inner.collection-content .row-fluid [class*="span"] a h2, #collection .collection-inner.collection-content .row-fluid [class*="span"] a:hover h2 {
    color: white;
    position: absolute;
    top: 40%;
    font-size: 32px;
    text-shadow: none;
    letter-spacing: 0.11em;
}
.row-fluid [class*=span] {
	margin-left: 0 !important;
}
figure {
    margin: 0;
    padding: 0;
	display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
}
.rollphoto {
    display: block;
    position: relative;
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(4 4 4 / 58%)), to(rgba(10 10 10 / 3%)));
    background-image: linear-gradient(to top, rgb(4 4 4 / 58%), rgb(10 10 10 / 3%));
}
.rollphoto img{
	mix-blend-mode: multiply;
}
.rollphoto .rollphoto-img img, .rollphoto h2, .rollphoto .btn-check {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.rollphoto h2 {
    color: #fff;
    font-size: 22px;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 45%;
    text-shadow: 0 0.1rem 3px rgba(0,0,0,0.3);
    cursor: pointer;
    z-index: 10;
}
#collection .collection-inner.collection-content .row-fluid [class*="span"] a .btn-check {
    top: 55%;
}
.rollphoto .rollphoto-img img, .rollphoto h2, .rollphoto .btn-check {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.rollphoto .btn-check {
    display: inline-block;
    color: #000000;
    background-color: #ffffff;
    text-align: center;
    padding: 11px 31px;
    filter: alpha(opacity=0);
    position: absolute;
    left: 40%;
    border: 1px solid #ffffff;
    line-height: 20px;
}
.rollphoto .btn-check:hover{
	color: #ffffff;
	background-color: transparent;
	border: 1px solid #ffffff;
}
.rollphoto .btn-check:active{
	color: #ffffff;
	background-color: transparent;
	border: 1px solid #ffffff;
}

.has-animation.slide-animation {
    opacity: 1;
}
.has-animation {
    opacity: 0;
    transform: translate3d( 0, 0, 0 );
}

/* mousezoom */
.mousezoom {
  overflow: hidden;
}
.mousezoom img {
  -webkit-transition: all .8s ease-out;
      -ms-transition: all .8s ease-out;
          transition: all .8s ease-out;
}
.mousezoom:hover img {
  -webkit-transition: all .8s ease-out;
      -ms-transition: all .8s ease-out;
          transition: all .8s ease-out;
  -webkit-transform:scale( 1.02 );
      -ms-transform:scale( 1.02 );
          transform:scale( 1.02 );
}

.rollphoto{
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(4 4 4 / 45%)), to(rgb(255 255 255 / 0%)));
    background-image: linear-gradient(to top, rgb(4 4 4 / 45%), rgb(255 255 255 / 0%));
}
.rollphoto img{
	mix-blend-mode: multiply;
}

.btn-check{
  font-size: 12px;
}

@media (max-width: 1080px){
/*   html {
    font-size: 62.5%;
  } */

.rollphoto .btn-check {
    left: 38.5%;
}

}

@media (min-width: 768px) and (max-width: 979px){

.row-fluid .span6 {
    width: 48.61878453038674%!important;
}
  html {
    font-size: 62.5%;
  }

}

@media (max-width: 980px){
 /*  html {
    font-size: 62.5%;
  } */

#collection{

	margin-left: 2.6%;
}
.rollphoto .btn-check {
    left: 37%;
}
	
}

@media (max-width: 780px){
/*   html {
    font-size: 62.5%;
  } */

.ren_selection h1{
	font-size: 18px;
	margin: 0;
	padding: 12% 0;
}

#collection .collection-inner.collection-content .row-fluid [class*="span"] {
    padding: 0 !important;
}
figure {
    margin-block-start: 0em;
    margin-block-end: 0em;
}
.rollphoto .btn-check {
    left: 35.5%;
}

}

@media (max-width: 767px){

#collection{
	margin-left: 0;
}

.rollphoto .btn-check {
    left: 41.5%;
}

.row-fluid [class*=span] {
  clear: left;
}

#page-body {
  padding: 0 calc(20* (100vw / 750));
  width: auto;
}
.container,
.navbar-static-top .container,
.navbar-fixed-bottom .container,
.span12 {
  line-height: calc(40* (100vw / 750));
}

.row-fluid .span6 {
  width: 100%!important;
}

}

@media (max-width: 550px){

.rollphoto .btn-check {
    left: 37%;
}
	
}

@media (max-width: 414px){

#collection .collection-inner.collection-content .row-fluid [class*="span"] a h2, #collection .collection-inner.collection-content .row-fluid [class*="span"] a:hover h2 {
    top: 37%;
	font-size: calc(54* (100vw / 750));
}

#collection .collection-inner.collection-content .row-fluid [class*="span"] a .btn-check {
    top: 54%;
}
.rollphoto .btn-check {
    left: 36.5%;
}

}

@media (max-width: 375px){

#collection .collection-inner.collection-content .row-fluid [class*="span"] a h2, #collection .collection-inner.collection-content .row-fluid [class*="span"] a:hover h2 {
    top: 37%;	
}
fluid [class*="span"] a .btn-check {
    top: 54%;
}
.rollphoto .btn-check {
    padding: calc(18* (100vw / 750)) calc(58* (100vw / 750));
    left: 35.4%;
}
	
}

@media (max-width: 320px){
	
#collection .collection-inner.collection-content .row-fluid [class*="span"] a h2, #collection .collection-inner.collection-content .row-fluid [class*="span"] a:hover h2 {
    top: 35%;
}
#collection .collection-inner.collection-content .row-fluid [class*="span"] a .btn-check {
    top: 54%;
}
.rollphoto .btn-check {
    padding: 0.8rem 2.9rem;
    left: 33%;
}

}

@media (max-width: 1280px){

.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container, .span12, #header-nav, #global-navi .nav, #global-navi.fixed .nav {
    max-width: 100% !important;
}

}

