@charset "utf-8";
/* ----------------------------------------- */
#collectionSection * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 0.08em;
}
#collectionSection {
  display: block;
  width: 1200px;
  margin: 0 auto 150px;
}
#mainVisualArea #mainTTL {
  padding: 60px 0;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.24em;
  font-family: "Open Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
  color: #272727;
  font-weight: 300;
  line-height: 1;
}
#collectionSection .itemContents .itemBox .itemName{
  font-size: 12px;
}
#collectionSection .itemContents .itemBox .itemName a{
  text-decoration: underline;
  /* display: block; */
  /* line-height: 1.8; */
}
.itemContents{
  margin: 0 auto;
}
#collectionSection .itemContents .itemBox .itemName .itemTextDouble{
  display: flex;
justify-content: flex-end;
}
#collectionSection .itemContents .itemBox .itemName .itemTextDouble .leftText{
  margin-right: 30px;
}
#collectionSection .itemContents .itemBox .itemName._right{
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.rightText,.leftText{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.rightText p,.leftText p{
  margin-bottom: 10px;
}
.itemContents .itemBox._01 img{
  width: 100%;
  display: block;
}
.itemContents .itemBox{
  margin-bottom: 60px;
}
.itemContents .itemBox .doubleImg{
  display: flex;
  justify-content: center;
}
.itemContents .itemBox._01{
  margin: 0 auto 60px;
}
.itemContents .itemBox._02 .positionArea{
  height: 848px;
  position: relative;
}
.itemContents .itemBox._02 .positionArea .poshi01{
  position: relative;
  top:0;
  left:0;
}
.itemContents .itemBox._02 .positionArea .poshi02{
  position: absolute;
  top:244px;
  left:404px;
}
.itemContents .itemBox._04 .positionArea{
  height: 848px;
  position: relative;
}
.itemContents .itemBox._04 .positionArea .poshi01{
  position: relative;
  top:0;
  left:0;
}
.itemContents .itemBox._04 .positionArea .poshi02{
  position: absolute;
  top:220px;
  left:46px;
}

.itemContents .itemBox._06 .positionArea{
  height: 848px;
  position: relative;
}
.itemContents .itemBox._06 .positionArea .poshi01{
  position: relative;
  top:0;
  left:0;
}
.itemContents .itemBox._06 .positionArea .poshi02{
  position: absolute;
  top:285px;
  left:158px;
}

.itemContents .itemBox._08 .positionArea{
  height: 848px;
  position: relative;
}
.itemContents .itemBox._08 .positionArea .poshi01{
  position: relative;
  top:0;
  left:0;
}
.itemContents .itemBox._08 .positionArea .poshi02{
  position: absolute;
  top:279px;
  right:54px;
}

.itemContents .itemBox._10 .positionArea{
  height: 848px;
  position: relative;
}
.itemContents .itemBox._10 .positionArea .poshi01{
  position: relative;
  top:0;
  left:0;
}
.itemContents .itemBox._10 .positionArea .poshi02{
  position: absolute;
  top:192px;
  left:47px;
}

.itemContents .itemBox._12 .positionArea{
  height: 848px;
  position: relative;
}
.itemContents .itemBox._12 .positionArea .poshi01{
  position: relative;
  top:0;
  left:0;
}
.itemContents .itemBox._12 .positionArea .poshi02{
  position: absolute;
  top:254px;
  right:64px;
}

.itemContents .itemBox._13 .positionArea{
  height: 848px;
  position: relative;
}
.itemContents .itemBox._13 .positionArea .poshi01{
  position: relative;
  top:0;
  left:0;
}

.itemContents .itemBox._13 .positionArea .poshi02{
  position: absolute;
  top:240px;
  left:130px;
  z-index: 3;
}
.itemContents .itemBox._13 .positionArea .poshi03{
  position: absolute;
  top:310px;
  left:340px;
  z-index: 2
}
.itemContents .itemBox._13 .positionArea .poshi04{
  position: absolute;
  top:422px;
  left:194px;
  z-index: 1;
}
.staff{
  margin: 100px auto 160px;
}
.staff p{
  font-size: 12px;
  text-align: left;
  line-height: 1.8;
}
/**************************************
#btnAllItem
**************************************/

.btnAllItem{width: 240px; margin: 0 auto;}

.btnAllItem > a{
    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: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    height: 52px;
    padding: 0;
	font-size: 14px;
	font-family: "Open Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 300;
	letter-spacing: 0.24em;
    text-align: center;
    border: 1px solid #939393;
    color: #272727;
    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;
}
