/*共通設定*/
#look-book {
/*
	background: url(../img/girl.jpg) no-repeat;
	height: 16378px;
*/
	background-size: 100%;
	font-size: 10px;
	color: #5b5b5b;
	margin: auto;
	width: 799px;
}
#look-book .girl .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 .girl .main-visual {
	width: 100%;
}
#look-book .girl .main-visual img {
	width: 100%;
}
#look-book .girl .block-ttl {
	position: relative;
}
/*
#look-book .girl .block-ttl h1 {
	background: url(../img/girl_logo.png) no-repeat;
	background-size: 58%;
	background-position: center;
	height: 20px;
	width: 42%;
	margin: 24px auto 0;
	padding: 42px 0 0 0;
}
*/
#look-book .girl .block-ttl h1 img {
	width: 100%;
}
#look-book .girl .block-ttl h2 {
	background: url(../img/h2-txt.png) no-repeat;
	background-size: 100%;
	background-position: center;
	height: 110px;
	width: 54%;
	margin: 75px auto 0;
	padding: 0;
}
#look-book .girl .block-ttl .read .caption {
	width: 84%;
	margin:19px auto 87px;
}
#look-book .girl .block-ttl .read .caption img {
	width: 100%;
}
.img-list .overlap {
	position: relative;
}


/* img-list */
#look-book .girl .img-list {
	position: relative;
}
#look-book .girl .img-list .colorful {
	position: relative;
	background: url(../img/bg.jpg) no-repeat;
	background-size: 100%;
}
#look-book .girl .img-list .group {
	position: relative;
}
#look-book .girl .img-list img {
	width: 100%;
}
#look-book .girl .img-list .image01 {
	width: 100%;
	margin: 0 auto 9px;
}
#look-book .girl .img-list .image02 {
	width: 59%;
	position: absolute;
	top: 90px;
}
#look-book .girl .img-list .image03 {
	width: 41%;
	position: absolute;
	right: 0;
	top: 233px;
}
#look-book .girl .img-list .image04 {
	width: 100%;
	margin: 0 0 57px 0;
}
#look-book .girl .img-list .image05 {
	width: 75%;
	position: absolute;
	left: 34px;
}
#look-book .girl .img-list .image06 {
	width: 52%;
	position: absolute;
	z-index: 2;
	right: 40px;
	top: 263px;
}
#look-book .girl .img-list .image07 {
	width: 100%;
	margin: 0 auto 37px;
}
#look-book .girl .img-list .image08 {
	width: 54%;
	position: absolute;
	right: 59px;
	z-index: 1;
}
#look-book .girl .img-list .image09 {
	width: 59%;
	position: absolute;
	left: 63px;
	z-index: 2;
	top: 238px;
}
#look-book .girl .img-list .image10 {
	width: 92%;
	margin: 0 auto 35px;
}
#look-book .girl .img-list .image11 {
	width: 65%;
	position: absolute;
	top: 80px;
	z-index: 2;
}
#look-book .girl .img-list .image12 {
	width: 53%;
	position: absolute;
	top: 347px;
	right: 0;
	z-index: 1;
}
#look-book .girl .img-list .image13 {
	width: 100%;
	margin-bottom: 47px;
}
#look-book .girl .img-list .image14 {
	width: 59%;
	position: absolute;
	left: 36px;
	z-index: 1;
}
#look-book .girl .img-list .image15 {
	width: 55%;
	position: absolute;
	right: 32px;
	z-index: 2;
	top: 489px;
}

#look-book .girl .img-list .blue {
	position: relative;
	height: 840px;
	margin-bottom: 280px;
}
#look-book .girl .img-list .yellow {
	height: 839px;
	margin-bottom: 157px;
}
#look-book .girl .img-list .pink {
	height: 819px;
	margin-bottom: 168px;
}
#look-book .girl .img-list .green {
	height: 880px;
	margin-bottom: 121px;
}
#look-book .girl .img-list .purple {
	height: 1104px;
	margin-bottom: 143px;
}


/* credit */
#look-book .girl .credit {
	color: #5b5b5b;
	font-size: 14px;
	text-align: center;
/* 	padding: 100px 0; */
	position: relative;
	letter-spacing: 0.08rem;
	padding-bottom: 80px;
}
#look-book .girl .credit .credit-list span {
	font-weight: bold;	
}
#look-book .girl .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 .girl .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: 600px;
	left: 260px;
}
.more-read {
	width: 25%;
	margin: 0 auto;
}
