#collectionSection {
  max-width: 1000px;
  margin: 0 auto;
  padding: 43px 0 292px;
}

#collectionSection img {
  width: 100%;
  height: auto;
}

#collectionSection p {
  letter-spacing: 0.025em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", HiraKakuProN-W3, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#collectionSection a {
  letter-spacing: 0.025em;
  display: block;
  text-decoration: underline;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", HiraKakuProN-W3, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#collectionSection .mainttl {
  padding-bottom: 80px;
  margin-bottom: 80px;
  border-bottom: 1px solid #333;
}

#collectionSection .mainttl img {
  margin-bottom: 60px;
}

#collectionSection .mainttl p {
  font-size: 13px;
  line-height: 27px;
  color: #333;
  text-align: center;
}

#collectionSection .mainttl span {
  font-size: 18px;
  display: block;
  line-height: 1;
  margin-bottom: 33px;
}

#itemContents {
  max-width: 1000px;
  margin: 0 auto;
  color: #333;
}

#itemContents .boxarea {
  display: flex;
  justify-content: space-between;
}

#itemContents .box01 {
  margin-bottom: 185px;
}

#itemContents .box02 {
  margin-bottom: 330px;
}

#itemContents .box01 .boxarea_img {
  width: 400px;
}

#itemContents .boxarea_credit {
  margin-top: 30px;
}

#itemContents .boxarea_credit a {
  font-size: 11px;
  line-height: 20px;
}

#itemContents .box01 .boxarea_txt {
  width: 570px;
  margin-top: 60px;
  position: relative;
}

#itemContents .boxarea_txt--ttl {
  font-size: 16px;
  line-height: 27px;
  color: #333;
  margin-bottom: 20px;
}

#itemContents .boxarea_txt--txt {
  font-size: 13px;
  line-height: 27px;
  color: #333;
}

#itemContents .item_02 {
  margin-top: 200px;
  width: 300px;
}

#itemContents .item_03 {
  width: 300px;
  position: absolute;
  top: 205px;
  right: 0;
}

#itemContents .box02 .boxarea_img {
  width: 500px;
  order: 2;
}

#itemContents .box02 .boxarea_txt {
  width: 470px;
  margin-top: 160px;
  position: relative;
  order: 1;
}

#itemContents .item_05 {
  margin-top: 180px;
  width: 360px;
}

#itemContents .item_06 {
  width: 360px;
  position: absolute;
  bottom: -95px;
  left: 390px;
}

#itemContents .box03 .boxarea_img {
  width: 480px;
}

#itemContents .box03 .boxarea_txt {
  width: 490px;
  margin-top: 170px;
  position: relative;
}

#itemContents .item_08 {
  width: 550px;
  position: absolute;
  bottom: -25px;
  right: 0;
}


