@charset "utf-8";

/* -----------------------------------------------------
 共通
------------------------------------------------------- */
.top_link{
	margin: 80px auto 65px;
	text-align: center;
}
.top_link a {
	width: 420px;
	padding: 25px 115px;
	color: #000;
	font-size: 1.4em;
	font-weight: 300;
	border: 1px solid #000;
	background: url(/assets/images/common/link_arrow_g.png)no-repeat right 5% center/5%;
	transition: .1s linear;
}
.top_link a:hover{
	background: url(/assets/images/common/link_arrow_g.png)no-repeat right 8% center/6%;
	opacity: 0.6;
	transition: .1s linear;
}
.page-sec{
	width:100%;
}
.secInner_wrap{
	width: 90%;
	max-width: 1120px;
	margin: 0 auto;
	padding: 10px 0;
}
.page-sec_title{
	font-size: 3.9em;
	font-weight: 600;
	letter-spacing: 3.5px;
	margin: 0 0 10px 0;
}
.page-sec_title_sub{
	font-size: 1.2em;
	font-weight: 400;
	margin: -16px 0 26px;
}

@media screen and (min-width: 768px){
	.top_link{
		margin: 60px auto;
		text-align: center;
	}
	.top_link a{
		width: 420px;
		padding: 40px 130px;
		color: #000;
		font-size: 1.8em;
		font-weight: 500;
		border: 1px solid #000;
		background: url(/assets/images/common/link_arrow_g.png)no-repeat right 10% center/6%;
		transition: .1s linear;
	}
	.top_link a:hover{
		background: url(/assets/images/common/link_arrow_g.png)no-repeat right 8% center/6%;
		opacity: 0.6;
		transition: .1s linear;
	}
	.secInner_wrap{
		width: 100%;
		max-width: 1120px;
		margin: 0 auto;
		padding: 50px 0;
	}
	.page-sec_title{
		font-size: 6.6em;
		margin: 0 0 50px -3px;
	}
	.page-sec_title_sub{
		font-size: 1.75em;
		margin: -60px 0 60px;
	}
}
/* -----------------------------------------------------
 MV 下層ページ
------------------------------------------------------- */
.page_image {
	position:relative;
	background: url(/assets/images/gallery/mv_pc.jpg)no-repeat center top/cover;
	margin-bottom:65px;
}
.page_title{
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	
	width:100%;
	height: 500px;
	font-size: 7.4em;
	font-weight: 600;
	margin-bottom: 50px;
}
@media screen and (max-width: 768px){
	.page_image {
		background: url(/assets/images/gallery/mv_sp.jpg)no-repeat center top/cover;
		margin-bottom:30px;
	}
	.page_title {
		height: 250px;
		font-size: 3.5em;
	}
}
.page__inside {
  padding-top: 25px;
  padding-top: 7.8125vw;
  padding-bottom: 30px;
  padding-bottom: 9.375vw;
}
@media screen and (min-width: 769px) {
  .page__inside {
    padding-top: 60px;
    padding-bottom: 80px;
	width: 90%;
	max-width: 1120px;
	margin: 0 auto;
  }
}
/* -----------------------------------------------------
 ナビ
------------------------------------------------------- */
.gallery__choice--list {
	/*display: none;*/
  margin-bottom: 30px;
  margin-bottom: 9.375vw;
}
.gallery__choice--title {
  font-size: 13px;
  font-size: 4.0625vw;
  font-weight: bold;
}
.gallery__choice--title img {
  width: 17px;
  width: 5.3125vw;
  margin-right: 7px;
  margin-right: 2.1875vw;
  display: inline-block;
  vertical-align: middle;
}
.gallery__choice--item:nth-child(1) .gallery__choice--title img {
  vertical-align: -2px;
  vertical-align: -.6250vw;
}
.gallery__choice {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.gallery__choice li {
  padding: 2px 0;
  padding: 6px 0;
}
.gallery__choice li:after {
  margin-left: 6px;
  margin-left: 1.875vw;
}

@media screen and (max-width: 768px) {
  .gallery__choice--item + .gallery__choice--item {
    margin-top: 16px;
    margin-top: 5vw;
  }
  .gallery__choice--title {
    margin-bottom: 20px;
    margin-bottom: 6.25vw;
    /*color: #eee;*/
  }
  .gallery__choice {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .gallery__choice li {
    width: 270px;
    width: 42.1875vw;
  }
  .gallery__choice li:nth-child(n+3) {
    margin-top: 10px;
    margin-top: 3.125vw;
  }
}

@media screen and (min-width: 769px) {
  .gallery__choice--list {
    margin-bottom: 60px;
  }
  .gallery__choice--item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .gallery__choice--item:first-child .gallery__choice--title,
  .gallery__choice--item:first-child .gallery__choice {
    padding-top: 18px;
  }
  .gallery__choice--item:last-child .gallery__choice--title,
  .gallery__choice--item:last-child .gallery__choice {
    padding-bottom: 18px;
	  /*color: #eee;*/
  }
  .gallery__choice--item + .gallery__choice--item .gallery__choice--title,
  .gallery__choice--item + .gallery__choice--item .gallery__choice {
    padding-top: 40px;
  }
  .gallery__choice--title {
    width: 205px;
    font-size: 16px;
  }
  .gallery__choice--title img {
    width: 28px;
    margin-right: 8px;
  }
  .gallery__choice--item:nth-child(1) .gallery__choice--title img {
    vertical-align: -2px;
  }
  .gallery__choice {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 34px;
    border-left: 1px solid #111;
    box-sizing: border-box;
  }
  .gallery__choice li {
    width: 160px;
    margin-left: 20px;
    padding: 7px 0;
    box-sizing: border-box;
  }
  .gallery__choice li:nth-child(n+6) {
    margin-top: 20px;
  }
  .gallery__choice li:nth-child(5n+1) {
    margin-left: 0;
  }
  .gallery__choice li:after {
    width: 8px;
    height: 8px;
    margin-left: 10px;
  }
}



/* -----------------------------------------------------
 ギャラリー
------------------------------------------------------- */
.gallery__wrap {
  position: relative;
  min-height: 1200px;
  min-height: 100vh;
}
.gallery__wrap .icon-loading {
  top: 100px;
  transition: .7s linear .3s;
}
.gallery__wrap.is-active .icon-loading {
  opacity: 0;
}
.gallery__transit {
  opacity: 0;
  transition: .8s;
}
.gallery__wrap.is-active .gallery__transit {
  opacity: 1;
}
.gallery__list {
  margin: -1px;
  margin: -0.3125vw;
}
.gallery__item {
  width: 50%;
  padding: 1px;
  padding: 0.3125vw;
  line-height: 0;
  box-sizing: border-box;
}

@media screen and (min-width: 769px) {
  .gallery__list {
    margin: -10px;
  }
  .gallery__item {
    width: 33.3%;
    width: calc(100% / 3);
    padding: 10px;
  }
  .gallery__wrap .icon-loading {
    width: 100px;
    opacity: 1;
    color: #000;
  }
}

/* -----------------------------------------------------
 Zoom
------------------------------------------------------- */
@media screen and (min-width: 769px) {
  .zoom__item {
    text-align: center;
  }
  .zoom__item.portrait {
    height: 100vh;
    padding: 30px 0;
    box-sizing: border-box;
  }
  .zoom__item img {
    width: auto;
    max-width: 1120px;
    display: inline-block;
  }
  .zoom__item.portrait img {
    height: 100%;
  }
}
@media screen and (max-width: 480px){
	.slick-initialized .slick-slide {
		margin: 20px 10px;
	}
}
/* -----------------------------------------------------
 Banner
------------------------------------------------------- */
.banner{
	width: 100%;
}
.banner_wrap{
	position: relative;
	width: 100%;
	max-width: 1250px;
	margin: 0 auto;
	/*padding: 45px 0 85px;*/
	padding: 45px 0 45px;
}
.banner-small{
	margin: 0 auto;
	width: 1120px;
	margin-left: 90px;
}
.banner-small__slider{
	width:100%;
	max-width:1120px;
}
.banner_arrow_left,
.banner_arrow_right{
	box-sizing: border-box;
	width: 50px;
	line-height: 50%;
	padding: 5px;
	transition: .1s linear;
}
.banner_arrow_left:hover,
.banner_arrow_right:hover{
	opacity:0.5;
	transition: .2s linear;
}
.banner_arrow_left{
	position:absolute;
	top: 40%;
	left:0;
}
.banner_arrow_left:hover{
	margin-left:-10px;
}
.banner_arrow_right{
	position:absolute;
	top: 40%;
	right:0;
}
.banner_arrow_right:hover{
	margin-right:-10px;
}
.banner .slick-track{
	display: flex;
}
.banner .banner-small_arrow{
	z-index:9999;
}

@media screen and (min-width: 769px) {
	.banner-small li a{
		display: block;
		margin-right: 35px;
	}
	.banner-small .banner-small__slider .banner1,
	.banner-small .banner-small__slider .banner2{
		margin-right: 40px;
	}
	.banner-small .banner-small__slider .banner1{
		min-width:540px;
	}
	.banner-small .banner-small__slider .banner2{
		min-width:345px;
		}
}
@media screen and (max-width: 768px) and (min-width: 481px){
	.banner-small li a {
		display: block;
		margin-right: 30px;
	}
	.banner-small__slider {
		width: 100%;
		max-width: 610px;
	}
	.banner_arrow_left {
		position: absolute;
		top: 40%;
		left: 3%;
	}
	.banner_arrow_right {
		position: absolute;
		top: 40%;
		right: 6%;
	}
}
.slick-dots {
  margin-top: -1px;
  margin-top: -.3125vw;
  padding: 7px 0;
  padding: 2.8vw 0 2.2vw;
  text-align: center;
  line-height: 0;
}
.slick-dots li {
  width: 2%;
  display: inline-block;
  line-height: 0;
}
.slick-dots li + li {
  margin-left: 3.6%;
}
.slick-dots li button {
	width: 100%;
	height: 0;
	padding: 100% 0 0;
	display: block;
	border-radius: 50%;
	/*border: 1px solid #bbb;*/
	background: #bbb;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	box-sizing: content-box;
	transition: .15s;
}
.slick-dots li.slick-active button {
	/*border: 2.2px solid #000;*/
	background-color: #000;
}
@media screen and (min-width: 481px) {
	.slick-dots {
		position: absolute;
		bottom: -50px;
		left: 48.5em;
		padding: 0;
	}
	.slick-dots li {
		width: 8px;
	}
	.slick-dots li button {
		border-width: 2.2px;
	}
	.slick-dots li + li {
		margin-left: 25px;
	}
}
@media screen and (max-width: 768px) and (min-width: 481px){
	.slick-dots{
		display:none!important;
	}
}
@media screen and (max-width: 480px){
	.banner_wrap {
		position: relative;
		width: 90%;
		padding: 20px 0 0;
	}
	.banner-small {
		margin: 0 auto;
		width: 400px;
	}
	.banner-small__slider {
		width: 90%;
		max-width: 290px;
	}
	.banner .banner-small_arrow {
		display: none;
	}
	.slick-dots {
		display: none;
	}
	.slick-dots li button {
		display: none;
	}
	.banner_arrow_left,
	.banner_arrow_right{
	display:none;
	}
}