/**************************************
common
**************************************/
#collectionSection{
	display: block;
	width: 1100px;
	margin: 66px auto 0;
    padding: 0 0 80px 0;
	opacity: 0;
    transition: all 1s ease;
}
#collectionSection.init{opacity: 1;}


#collectionSection a{
	color: #58595b;
	text-decoration: none;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

#collectionSection a:hover{ opacity: .6;}
#collectionSection *{box-sizing: border-box;}

/**************************************
fuwat
**************************************/
#collectionSection .fuwat{
	-webkit-transform: translateY(60px);
	-ms-transform: translateY(60px);
	transform: translateY(60px);
	opacity: 0;
    transition: all 1s ease;
}
#collectionSection.init .fuwat.visible{
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}


/**************************************
#mainTTL
**************************************/
#mainTTL{
	display: block;
	margin: 0 auto;
	text-align: center;
	font-family: "Cormorant Garamond", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 40px;
	line-height: 1;
}
#mainTTL > span{
	display: block;
	margin: 0 auto 27px;
	/*padding-bottom: 30px;*/
	font-size: 26px;
}

/**************************************
#itemContents
**************************************/
#itemContents{
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 140px;
}


#itemContents .subTTL{
	padding-bottom: 60px;
	text-align: center;
	font-family: "Cormorant Garamond", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 30px;
}

#itemContents .subTTL > span{
	display: inline;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 300;
    vertical-align: middle;
}

#itemContents figure{display: block;}
#itemContents figure a{display: block;}
#itemContents figure img{display: block; width: 100%; height: auto;}

#itemContents ul.credit{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
    display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items:stretch;
	align-items: stretch;
	-webkit-justify-content: center;
	justify-content: center;
	/*padding-top: 20px;*/
	margin-top: 15px;
}

#itemContents ul.credit > li{
	display: block;
	font-size: 14px;
	line-height: 1.428571428571429;
	font-family: "Cormorant Garamond", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
	letter-spacing: 0.07em;
}
#itemContents ul.credit > li::after{
	content: '\,';
	padding-right: 0.25em;
}
#itemContents ul.credit > li:nth-last-of-type(1)::after{display: none;}

#itemContents ul.credit li .pre{
	font-size: 10px;
}
/**************************************
#box01
**************************************/
#itemContents #box01{
	display: block;
	padding-top: 60px;
	margin: 0 auto;
}

#itemContents #box01 .first{
	display: block;
	padding-bottom: 100px;
}
#itemContents #box01 .first > .images figure{width: 500px;margin: 0 auto;}


#itemContents #box01 .second > .images figure{
	width: 333px;
}
#itemContents #box01 .second > .images figure{width: 600px;margin: 0 auto;}


/**************************************
#box02
**************************************/
#itemContents #box02{
	display: block;
	padding: 64px 0 140px 0;
	margin: 0 auto;
}

#itemContents #box02 .first{
	display: block;
	width: 560px;
	margin: 0 auto;
	padding-bottom: 100px;
}

#itemContents #box02 .first > .images{
	width: 500px;
	margin: 0 auto;
}

#itemContents #box02 .second > .images{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
    display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
    -webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 0;
}
#itemContents #box02 .second > .images figure{
	width: 400px;
}
#itemContents #box02 .second > .images figure:nth-of-type(1){margin-right: 50px;}


/**************************************
#box03
**************************************/
#itemContents #box03{
	display: block;
    /*padding: 0 0 180px 0;*/
    margin: 97px auto 38px;
}

#itemContents #box03 .box03Inner{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
    display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
    -webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 0;
}

#itemContents #box03 .first{
	width: 450px;
	margin: 0 auto;
}
#itemContents #box03 .second{
	width: 550px;
    padding: 300px 0 0 100px;
}


/*#itemContents #box03 .second > .credit{
	padding: 20px 20px 0;
}
*/
/**************************************
#box04
**************************************/
#itemContents #box04{
	display: block;
	padding: 0 0 180px 0;
	margin: 97px auto 0;
}

#itemContents #box04 .box04Inner{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
    display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
    -webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 0;
}

#itemContents #box04 .first > .images figure:nth-of-type(1){padding: 150px 55px 0 50px;}

#itemContents #box04 .first > .images figure:nth-of-type(2){width: 500px;margin: 0 auto;}


#itemContents #box04 .second > .credit{
	padding: 20px 20px 0;
}

#itemContents #box04 .first > .images{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
    display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
    -webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}


/**************************************
staffList
**************************************/
#itemContents .staffList{padding-bottom: 140px;}

#itemContents .staffList dl{}
#itemContents .staffList dl > dt{
	font-family: "Cormorant Garamond", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 14px;
	line-height: 1.714285714285714;
	text-align: center;
	letter-spacing: 0.03em;
}

#itemContents .staffList dl > dd{}
#itemContents .staffList dl > dd > ul{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
    display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
    -webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-justify-content: center;
	justify-content: center;
	width: 633px;
	margin: 0 auto;
}


#itemContents .staffList dl > dd > ul > li{
	display: block;
	padding-right: 0.25rem;
	font-size: 14px;
	line-height: 1.714285714285714;
	font-family: "Cormorant Garamond", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
	letter-spacing: 0.03em;
}
#itemContents .staffList dl > dd > ul > li::after{
	/*content: '\,';*/
	padding-right: 0.25em;
}
#itemContents .staffList dl > dd > ul > li:nth-last-of-type(1)::after{display: none;}


/**************************************
btnAllItem
**************************************/

#itemContents .btnAllItem{text-align: center;}
#itemContents .btnAllItem > a{
	display: inline-block;
	font-family: "Cormorant Garamond", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 20px;
    line-height: 1;
    border-bottom: 4px double #acacad;
    padding-bottom: 7px;
}

/**************************************
#Archives
**************************************/

.main-area.lp .bx-prev{
    background: url(https://fray-id.com/Page/feature/outdoor180815/img/bx-prev.png) no-repeat center center;
    left: -31px;
}
.main-area.lp .bx-next{
    background: url(https://fray-id.com/Page/feature/outdoor180815/img/bx-next.png) no-repeat center center;
    right: -31px;
}

#collectionSection #Archives{
	width: 100%;
	margin: 0 auto;
	padding: 64px 50px 0;
	border-top: 1px solid #58595b;
}

#collectionSection #Archives .ArchivesTTL{
	margin-bottom: 37px;
	text-align: center;
	font-family: "Cormorant Garamond", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 26px;
	letter-spacing: 0.03em;
}


#collectionSection #Archives .bx-wrapper{
    position: relative;
}
#collectionSection #Archives .bx-controls-direction a{
	position: absolute;
    border: none;
    background-size: 14px 26px;
    width: 14px;
    height: 26px;
    padding: 0;
    z-index: 2;
    top: -80px;
    bottom: 0;
    margin: auto;
    font-size: 0;
}

#collectionSection #Archives .bxslider a{ display: block; width: 100%; height: auto;}
#collectionSection #Archives .bxslider a img{ display: block; width: 100%; height: auto;}

#collectionSection #Archives .bx-prev{
    background: url(https://fray-id.com/Page/feature/outdoor180815/img/bx-prev.png) no-repeat center center;
    left: -31px;
}
#collectionSection #Archives .bx-next{
    background: url(https://fray-id.com/Page/feature/outdoor180815/img/bx-next.png) no-repeat center center;
    right: -31px;
}

#collectionSection #Archives .ArchiveTirle{
	font-family: "Cormorant Garamond", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 18px;
	line-height: 19px;
	margin-top: 19px;
	color: #58595b;
	text-align: center;
}
#collectionSection #Archives .date{
	font-family: "Cormorant Garamond", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 12px;
	margin-top: 5.5px;
	text-align: center;
}
#collectionSection #Archives .bx-controls{
    display: block !important;
}


/**************************************
.btn-pagetop
**************************************/
#collectionSection .btn-pagetop{
	width: 50px;
    height: 45px;
    position: fixed;
    right: 0;
    bottom: 0;
}

#collectionSection .btn-pagetop > a{
    display: block;
    background: url(/Css/images/common/ico_pagetop_01.svg) no-repeat center center;
    background-size: 50px 45px;
    height: 100%;
    width: 100%;
}