/*共通設定*/
#look-book {
/*
	background: url(../img/anap.jpg) no-repeat;
	height: 20000px;
	background-size: 100%;
*/
	font-size: 14px;
	text-align: center;
	line-height: 1.7rem;
	color: #5b5b5b;
	width: 799px;
	margin: auto;
}
#look-book .anap .dpy-none {
	display: none;
}
#look-book .flex{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-flow: row wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	flex-wrap:wrap;
}


/*スタイル設定*/
#look-book .anap .main-visual {
	width: 100%;
}
#look-book .anap .main-visual img {
	width: 100%;
}
#look-book .anap .block-ttl {
	position: relative;
}
/*
#look-book .anap .block-ttl h1 {
	background: url(../img/anap_logo.png) no-repeat;
	background-size: 58%;
	background-position: center;
	height: 89px;
	width: 41%;
	margin: 20px auto 0;
	padding: 67px 0 0;
}
*/
#look-book .anap .block-ttl h2 {
	background: url(../img/h2-txt.png) no-repeat;
	background-size: 100%;
	background-position: center;
	height: 35px;
	width: 51%;
	margin: 29px auto 30px;
	padding: 0;
}
#look-book .anap .block-ttl .read .caption {
	width: 70%;
	margin: 0 auto 100px;
}
#look-book .anap .block-ttl .read .caption img {
	width: 100%;
}
.img-list .overlap {
	position: relative;
}


/* img-list */
#look-book .anap .img-list {
	position: relative;
}
#look-book .anap .img-list .group {
	position: relative;
}
#look-book .anap .img-list img {
	width: 100%;
}
#look-book .anap .img-list .image01 {
	width: 100%;
	margin: 0 auto 30px;
}
#look-book .anap .img-list .image02 {
	width: 100%;
	margin: 0 0 30px 0;
}
#look-book .anap .img-list .image03 {
	width: 100%;
	margin: 0 auto 44px;
}
#look-book .anap .img-list .image04 {
	width: 100%;
	margin: 0 auto 58px;
}
#look-book .anap .img-list .image05 {
	width: 100%;
	margin: 0 auto 70px;
}
#look-book .anap .img-list .image06 {
	width: 100%;
	margin: 0 0 52px 0;
}
#look-book .anap .img-list .image07 {
	width: 100%;
	margin: 0 auto 95px;
}


/* credit */
#look-book .anap .credit {
	color: #5b5b5b;
	font-size: 14px;
	text-align: center;
/* 	padding: 100px 0; */
	position: relative;
	letter-spacing: 0.08rem;
	padding-bottom: 80px;
}
#look-book .anap .credit .credit-list span {
	font-weight: bold;	
}
#look-book .anap .credit .credit-list {
	font-size: 14px;
	font-family: Century Gothic, 'Century Gothic' !important;
	font-weight: normal;
	line-height: 2rem;
	list-style: none;
	padding: 0 0 74px;
}
.item-list-container .item .info {
	height: 20px;
}
#look-book .anap .item-list-container .item .item-properties {
	display: none;
}


/* btn */
#look-book .credit .btn {
	background: url(../img/btn.jpg) no-repeat;
	background-size: 64%;
	background-position: center;
	height: 96px;
	margin: auto;
}
#look-book .credit .btn a {
	width: 512px;
	height: 96px;
	text-indent: -9999px;
	display: block;
	transition : 0.4s;
	margin: auto;
}
#look-book .credit .btn a:hover {
	background: #fff;
	transition : 0.4s;
	opacity: 0.2;
}


/*------------------------------

フェードイン

------------------------------*/
.fadeIn {
  opacity: 0;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.7s ease-in, -webkit-transform 1s ease;
  transition: opacity 0.7s ease-in, -webkit-transform 1s ease;
  -o-transition: opacity 0.7s ease-in, transform 1s ease;
  transition: opacity 0.7s ease-in, transform 1s ease;
  transition: opacity 0.7s ease-in, transform 1s ease, -webkit-transform 1s ease;
}

.fadeIn.inview {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}


/*------------------------------

アコーディオンのCSS

------------------------------*/
.accordion {
  width: 100%;
  position: relative;
}
.accordion-hidden{
  display: none;
}
.accordion-open {
	display: block;
	cursor: pointer;
	text-align: center;
}
.accordion-close {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  transition: 0.5s;/* 表示速度の設定 */
}
.accordion-hidden:checked + .accordion-open + .accordion-close {
  height: auto;
  opacity: 1;
}
.accordion-hidden:checked + .accordion-open .more-read {
	position: absolute;
	top: 740px;
	left: 190px;
}
.more-read {
	width: 36%;
	margin: 0 auto;
}
