@charset "UTF-8";
@media only print, only screen and (min-width: 768px){
.sp,
.tab,
.tab_sp,
.pc{
  display:none !important;
}
.pc_tab,
.tab_pc{
  display:block !important;
}
.inner_{
  width: auto;
  margin: 0 auto;
  padding: 8% 0;
  text-align: center;
}
/* Concept */
#concept{
  text-align: center;
  margin: -10% 0 0 15%;
  background: #f8f8f8;
  width: 70%;
  padding: 10% 0 13% 0;
}
#concept h2{
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  position: relative;
  height: 180px;
  overflow: hidden;
  text-align: left;
}
#concept h2::after{
  position: absolute;
  top: 110px;
  left: 18px;
  content: "";
  width: 1px;
  background: #cccccc;
  display: block;
  height: 55px;
  animation:scroll 2.4s ease 0s infinite normal;
}

		@keyframes scroll{
			0%{
				height: 0;
			}
			50%{
				height: 55px;
				margin-top: 0;
			}
			100%{
				margin-top: 0;
				height: 55px;
			}
		}
.leadText_{
  text-align: left;
  line-height: 2.4;
  display: inline-block;
  vertical-align: middle;
  margin: 7% 0 0 0;
  width: 72%;
  padding: 0 5%;
}
/* Catalog */
[class^="colum_"] {
  margin: 15em 0 !important;
}
.mask_ {
	width:100%;
	height:99%;
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	background-color:	rgba(0,0,0,0.4);
	-webkit-transition:	all 0.6s ease;
	transition:	all 0.6s ease;
}
.style_:hover .mask_ {
	opacity:1;
}
.box_{
  width: 100%;
  height: 100%;
  text-align: center;
  margin: 0 auto;
}
.box_ .style_ {
  width: 100%;
  height: 100%;
	overflow:hidden;
	position:relative;
}
/* 1 */
.colum_1_ .list_l_{
  display: inline-block;
  width: 52.5%;
  vertical-align: middle;
}
.colum_1_ .list_r_{
  width: 40%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 3%;
}
/* 2 */
.colum_2_ .list_{
  display: inline-block;
  width: 41.5%;
  vertical-align: bottom;
  margin: 0 -1.8% 0 0;
}
.colum_2_ .list_:last-child{
  width: 52.5%;
  margin: 0;
}
/* 3 */
.colum_3_ .list_l_{
  display: inline-block;
  width: 34.5%;
  vertical-align: middle;
  margin: 0 -30px 0 0;
  z-index: 100;
  position: relative;
}
.colum_3_ .list_r_{
  width: 63.5%;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
/* 4 */
.colum_4_ .list_r_{
  display: inline-block;
  width: 52.5%;
  vertical-align: middle;
}
.colum_4_ .list_l_{
  width: 40%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 3% 0 0;
}
/* 5 */
.colum_5_ .list_{
  margin: 0 0 0 auto;
  width: 56.3%;
}
.colum_5_ .list_:last-child{
  margin: -80px 40px 0 auto;
}
/* 6 */
.colum_6_ .list_r_{
  display: inline-block;
  width: 52.5%;
  vertical-align: middle;
  margin: 0 -3em 0 5em;
}
.colum_6_ .list_l_{
  width: 41.5%;
  display: inline-block;
  vertical-align: middle;
}
/* 7 */
.colum_7_ .list_{
  width: 52.5%;
  vertical-align: middle;
  margin: 0 5em 0 auto;
  text-align: right;
}
/* 8 */
.colum_8_ .list_l_{
  display: inline-block;
  width: 52.5%;
  vertical-align: middle;
}
.colum_8_ .list_r_{
  width: 40%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 5%;
}
/* 9 */
.colum_9_ .list_{
  display: inline-block;
  width: 55%;
  vertical-align: bottom;
}
.colum_9_ .list_:last-child{
  margin: 0 0 0 -25.5%;
  width: 52.5%;
}
/* 10 */
.colum_10_ .list_l_{
  display: inline-block;
  width: 31.5%;
  vertical-align: middle;
  margin: 0 5% 0 0;
}
.colum_10_ .list_r_{
  width: 50.5%;
  display: inline-block;
  vertical-align: middle;
}
.caption_ {
  font-size: 1rem;
  color: #ffffff;
  position: absolute;
  top: calc(50% - 1ch/2);
  left: calc(50% - 50ch/2);
  text-align: left;
}
.caption_ a {
  position: relative;
  transition: 0.2s;
  color: #ffffff;
  margin: 1% 0;
  display: table;
}
.caption_ a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  border-bottom: solid 1px #ffffff;
  transition: 0.2s;
}
.caption_ a:hover::after {
  width: 100%;
}
.staffCredit_ {
  margin: 0 5% 8% 0;
}
/* Item List */
#itemList{
  background: #f8f8f8;
  border: none;
}
#itemList h2{
  position: relative;
  margin: 12% 0 5% 0;
  padding: 0 0 0 10%;
}
#itemList h2::after{
  position: absolute;
  top: 15px;
  left: 200px;
  content: "";
  width: 30px;
  background: #cccccc;
  display: block;
  height: 1px;
  animation: scroll-r 2.4s ease 0s infinite normal;
}
#itemList ul{
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 5%;
  padding: 0;
}
#itemList ul li{
  width: 24%;
  text-align: left;
  margin: 2% 0.5%;
}
#itemList .creditImg_{
  display: inline-block;
  text-align: center;
}
#itemList .creditCap_{
  display: inline-block;
  vertical-align: top;
}
#itemList .creditCap_ span{
  display: block;
  margin: 3% 0;
  line-height: 1.5;
}
#itemList .creditCap_ span:first-child{
  margin: 0;
}
#itemList h4{
  display: inline-block;
  vertical-align: top;
  margin: 0;
  letter-spacing: 10px;
}
/* Information */
#information{
  background: #e8e8e8;
}
#information h2{
  position: relative;
  padding: 0 0 0 10%;
}
#information h2::after{
  position: absolute;
  top: 15px;
  left: 240px;
  content: "";
  width: 30px;
  background: #cccccc;
  display: block;
  height: 1px;
  animation: scroll-r 2.4s ease 0s infinite normal;
}
#information h2 + div{
  margin: 5% 0;
}
@keyframes scroll-r{
  0%{
    width: 0;
  }
  50%{
    width: 55px;
    margin-left: 0;
  }
  100%{
    margin-left: 0;
    width: 55px;
  }
}
.subTtle_{
  display: inline-block;
  width: 16%;
  text-align: left;
  color: #999999;
}
.info_{
  display: inline-block;
  width: 62.5%;
  vertical-align: top;
  text-align: left;
}
.info_ div:first-child{
  margin: 0 0 5% 0;
}
.info_ div p{
    margin: 0 0 2% 0;
}
.date_{
  text-align: left;
}
/* Page Top */
#page_top a{
  position: fixed;
  left: 3.5%;
  bottom: 4.3%;
  display: inline-block;
  padding: 0 0 0 0;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
}
a.arrow_{
	text-decoration:none;
	color:#62A1CB;
	display:inline-block;
	padding-right:16px;
	position:relative;
}
a.arrow_:before,
a.arrow_:after{
	content:"";
	display:block;
	position:absolute;
}
a.arrow_:before{
  border-right: 1px solid #575757;
  border-top: 1px solid #575757;
  -webkit-transform: rotate(45deg);
  transform: rotate(-45deg);
  width: 6px;
  height: 6px;
  right: 0;
  top: 40%;
  margin-top: -10px;
}
a.arrow_:after{
  width: 23px;
  border-bottom: 1px solid #575757;
  right: -8px;
  top: 0;
  transform: rotate(90deg);
}
}

@media only print, only screen and (min-width: 1200px){
.sp,
.tab,
.tab_sp,
.pc_tab{
  display:none !important;
}
.pc,
.tab_pc{
  display:block !important;
}

.inner_{
  width: 1200px;
  margin: -8% auto 8%;
  padding: 8% 0;
  text-align: center;
}
/* Concept */
#concept{
  text-align: center;
  margin: -10% 0 0 30%;
  background: #f8f8f8;
  width: 925px;
  padding: 10% 0 13% 0;
}
#concept h2{
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  position: relative;
  height: 180px;
  overflow: hidden;
  text-align: left;
}
#concept h2::after{
  position: absolute;
  top: 110px;
  left: 18px;
  content: "";
  width: 1px;
  background: #cccccc;
  display: block;
  height: 55px;
  animation:scroll 2.4s ease 0s infinite normal;
}

		@keyframes scroll{
			0%{
				height: 0;
			}
			50%{
				height: 55px;
				margin-top: 0;
			}
			100%{
				margin-top: 0;
				height: 55px;
			}
		}
.leadText_{
  text-align: left;
  line-height: 3;
  display: inline-block;
  vertical-align: middle;
  margin: 0 13% 0 0;
  width: auto;
  padding: 0;
}
/* Catalog */
[class^="colum_"] {
    margin: 20em 0 35em !important;
}
/* 1 */
.colum_1_ .list_l_{
  display: inline-block;
  width: 52.5%;
  vertical-align: middle;
}
.colum_1_ .list_r_{
  width: 41.5%;
  display: inline-block;
  vertical-align: middle;
}
.box_{
  width: 100%;
  height: 100%;
  text-align: center;
  margin: 0 auto;
}
.box_ .style_ {
  width: 100%;
  height: 100%;
	overflow:hidden;
	position:relative;
}
.colum_1_ .list_l_ .box_{
  width: 534px;
  height: 795px;
  text-align: center;
  margin: 0 auto;
}
.colum_1_ .list_l_ .box_ .style_ {
  width: 534px;
  height: 795px;
	overflow:hidden;
	position:relative;
}
/* 2 */
.colum_2_ .list_{
  display: inline-block;
  width: 41.5%;
  vertical-align: bottom;
  margin: 0 -1.8% -5px 0;
}
.colum_2_ .list_:last-child{
  width: 52.5%;
  margin: 0;
}
.colum_2_ .list_ .box_{
  width: 598px;
  height: 859px;
  text-align: center;
  margin: 0 auto;
}
.colum_2_ .list_ .box_ .style_ {
  width: 598px;
  height: 859px;
	overflow:hidden;
	position:relative;
}
/* 3 */
.colum_3_ .list_l_{
  display: inline-block;
  width: 23.5%;
  vertical-align: middle;
  margin: 0 -30px 0 0;
}
.colum_3_ .list_r_{
  width: 72.5%;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
.colum_3_ .list_l_ .box_{
  width: 450px;
  height: 670px;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}
.colum_3_ .list_l_ .box_ .style_ {
  width: 450px;
  height: 670px;
	overflow:hidden;
	position:relative;
}
.colum_3_ .list_r_ .box_{
  width: 903px;
  height: 854px;
  text-align: center;
  margin: 0 auto;
}
.colum_3_ .list_r_ .box_ .style_ {
  width: 903px;
  height: 854px;
	overflow:hidden;
	position:relative;
}
/* 4 */
.colum_4_ .list_r_{
  display: inline-block;
  width: 52.5%;
  vertical-align: middle;
}
.colum_4_ .list_l_{
  width: 41.5%;
  display: inline-block;
  vertical-align: middle;
}
.colum_4_ .list_r_ .box_{
  width: 640px;
  height: 852px;
  text-align: center;
  margin: 0 auto;
}
.colum_4_ .list_r_ .box_ .style_ {
  width: 640px;
  height: 852px;
	overflow:hidden;
	position:relative;
}
/* 5 */
.colum_5_ .list_{
  margin: 0 0 0 auto;
  width: 56.3%;
}
.colum_5_ .list_:last-child{
  margin: -80px 40px 0 auto;
}
.colum_5_ .list_ .box_{
  width: 610px;
  height: 396px;
  text-align: center;
  margin: 0 auto;
}
.colum_5_ .list_ .box_ .style_ {
  width: 610px;
  height: 396px;
	overflow:hidden;
	position:relative;
}
.colum_5_ .list_:last-child .box_{
  width: 669px;
  height: 448px;
  text-align: center;
  margin: 0 auto;
}
.colum_5_ .list_:last-child .box_ .style_ {
  width: 669px;
  height: 448px;
	overflow:hidden;
	position:relative;
}
/* 6 */
.colum_6_ .list_r_{
  display: inline-block;
  width: 52.5%;
  vertical-align: middle;
  margin: 0 -3em 0 5em;
}
.colum_6_ .list_l_{
  width: 41.5%;
  display: inline-block;
  vertical-align: middle;
}
.colum_6_ .list_l_ .box_{
  width: 495px;
  height: 742px;
  text-align: center;
  margin: 0 auto;
}
.colum_6_ .list_l_ .box_ .style_ {
  width: 495px;
  height: 742px;
	overflow:hidden;
	position:relative;
}
.colum_6_ .list_r_ .box_{
  width: 598px;
  height: 853px;
  text-align: center;
  margin: 0 auto;
}
.colum_6_ .list_r_ .box_ .style_ {
  width: 598px;
  height: 853px;
	overflow:hidden;
	position:relative;
}
/* 7 */
.colum_7_ .list_{
  display: inline-block;
  width: 52.5%;
  vertical-align: middle;
  margin: 0 -3em 0 5em;
}
.colum_7_ .list_ .box_{
  width: 557px;
  height: 836px;
  text-align: center;
  margin: 0 auto;
}
.colum_7_ .list_ .box_ .style_ {
  width: 557px;
  height: 836px;
	overflow:hidden;
	position:relative;
}
/* 8 */
.colum_8_ .list_l_{
  display: inline-block;
  width: 52.5%;
  vertical-align: middle;
}
.colum_8_ .list_r_{
  width: 41.5%;
  display: inline-block;
  vertical-align: middle;
}
.colum_8_ .list_l_ .box_{
  width: 638px;
  height: 856px;
  text-align: center;
  margin: 0 auto;
}
.colum_8_ .list_l_ .box_ .style_ {
  width: 638px;
  height: 856px;
	overflow:hidden;
	position:relative;
}
/* 9 */
.colum_9_ .list_{
  display: inline-block;
  width: 55%;
  vertical-align: bottom;
}
.colum_9_ .list_:last-child{
  margin: 0 0 6px -25.5%;
}
.colum_9_ .list_ .box_{
  width: 610px;
  height: 856px;
  text-align: center;
  margin: 0 auto;
}
.colum_9_ .list_ .box_ .style_ {
  width: 610px;
  height: 856px;
	overflow:hidden;
	position:relative;
}
/* 10 */
.colum_10_{
  margin: 20em 0 10em !important;
}
.colum_10_ .list_r_{
  display: inline-block;
  width: 41.5%;
  vertical-align: middle;
}
.colum_10_ .list_l_{
  width: 52.5%;
  display: inline-block;
  vertical-align: middle;
}
.colum_10_ .list_r_ .box_{
  width: 520px;
  height: 778px;
  text-align: center;
  margin: 0 auto;
}
.colum_10_ .list_r_ .box_ .style_ {
  width: 520px;
  height: 778px;
	overflow:hidden;
	position:relative;
}
.caption_ {
  font-size: 1rem;
  color: #ffffff;
  position: absolute;
  top: calc(50% - 1ch/2);
  left: calc(50% - 50ch/2);
  text-align: left;
}
.caption_ a {
  position: relative;
  transition: 0.2s;
  color: #ffffff;
  margin: 1% 0;
  display: table;
}
.caption_ a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  border-bottom: solid 1px #ffffff;
  transition: 0.2s;
}
.caption_ a:hover::after {
  width: 100%;
}
.mask_ {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	background-color:	rgba(0,0,0,0.4);
	-webkit-transition:	all 0.6s ease;
	transition:	all 0.6s ease;
}
.style_:hover .mask_ {
	opacity:1;
}
/* Item List */
#itemList{
  background: #f8f8f8;
  border: 30px solid #ffffff;
}
#itemList h2{
  position: relative;
  width: 180px;
  overflow: hidden;
  text-align: left;
}
#itemList h2::after{
  position: absolute;
  top: 15px;
  /* left: calc(50% - 350px); */
  left: 240px;
  content: "";
  width: 55px;
  background: #cccccc;
  display: block;
  height: 1px;
  animation: scroll-r 2.4s ease 0s infinite normal;
}

#itemList ul{
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 5% 0 0 0;
  padding: 0;
}
#itemList ul li{
  float: left;
  width: 25%;
  text-align: left;
  margin: 0 0 2%;

}
#itemList ul li:nth-child(4n){
	margin: 0;
}
#itemList .creditImg_{
  display: inline-block;
  text-align: center;
  width: 100%;
}
#itemList .creditCap_{
  display: inline-block;
	vertical-align: top;
  margin: 5%;
}
#itemList .creditCap_ span{
  display: block;
  margin: 1.5% 0;
}
#itemList .creditCap_ span a{
  letter-spacing: 0;
}
#itemList .creditCap_ span a,.date_ a {
  position: relative;
  transition: 0.2s;
  margin: 1% 0;
  display: table;
}
#itemList .creditCap_ span a::after,.date_ a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  border-bottom: solid 1px #333333;
  transition: 0.2s;
}
#itemList .creditCap_ span a:hover::after,.date_ a:hover::after {
  width: 100%;
}
#itemList h4{
  margin: 0 1% 0 0;
  letter-spacing: 10px;
}
.credit_.animate li {
  position: relative;
  top: 120px;
  opacity: 0;
}
.credit_.animate li.moving {
  opacity: 1;
  top: 0;
}
/* Information */
#information{
  background: #e8e8e8;
}
#information h2{
  position: relative;
  width: 300px;
  overflow: hidden;
  text-align: left;
}
#information h2::after{
  position: absolute;
  top: 15px;
  left: 290px;
  content: "";
  width: 55px;
  background: #cccccc;
  display: block;
  height: 1px;
  animation: scroll-r 2.4s ease 0s infinite normal;
}
#information h2 + div{
  margin: 5% 0;
}
		@keyframes scroll-r{
			0%{
				width: 0;
			}
			50%{
				width: 55px;
				margin-left: 0;
			}
			100%{
				margin-left: 0;
				width: 55px;
			}
		}
.subTtle_{
  display: inline-block;
  width: 16%;
  text-align: left;
}
.info_{
  display: inline-block;
  width: 33%;
  vertical-align: top;
  text-align: left;
}
.info_ div:first-child{
  margin: 0 0 10% 0;
}
.date_{
  text-align: left;
}

/* Page Top */
#page_top a{
  position: fixed;
  left: 2%;
  bottom: 5%;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
}
a.arrow_{
	text-decoration:none;
	color:#62A1CB;
	display:inline-block;
	padding-right:16px;
	position:relative;
}
a.arrow_:before,
a.arrow_:after{
	content:"";
	display:block;
	position:absolute;
}
a.arrow_:before{
  border-right: 1px solid #575757;
  border-top: 1px solid #575757;
  -webkit-transform: rotate(45deg);
  transform: rotate(-45deg);
  width: 6px;
  height: 6px;
  right: 0;
  top: 40%;
  margin-top: -10px;
}
a.arrow_:after{
  width: 23px;
  border-bottom: 1px solid #575757;
  right: -8px;
  top: 0;
  transform: rotate(90deg);
}
}
