@charset "UTF-8";
/* CSS Document */
@font-face {
  font-family: CormorantGaramond-Medium;
  src: url(../font/CormorantGaramond-Medium.ttf) format("truetype");
}




.archive_slider {
  font-family: CormorantGaramond-Medium, 'Cormorant Garamond', 'EB Garamond', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif, Arial, serif;
  color: #58595b;
  width: 1000px;
  margin: 0 auto 80px;
}

.archive_slider > h4 {
  font-size: 26px;
  padding: 65px 0 40px;
  margin: 0 -50px;
  text-align: center;
  border-top: 1px solid #333;
}


#lp {
 margin: 65px auto 140px;
 font-family: CormorantGaramond-Medium, 'Cormorant Garamond', 'EB Garamond', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif!important;
}

.inner {
  width: 1000px;
  margin: 0 auto;
}

.title__main {
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.03em;
  text-align: center;
}
.title__sub {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.06em;
  text-align: center;
}

.title__cap {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif!important;
  font-size: 12px;
  line-height: 2;
  color: #58595b;
  letter-spacing: 0.06em;
  text-align: center;
  margin: 64px 0;
}

.sub_read p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif!important;
  font-size: 12px;
  color: #58595B;
  line-height: 2;
  letter-spacing: 0.06em;
  text-align: center;
}

.item_container {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  flex-wrap: nowrap;
  -ms-flex-wrap: wrap;
  width: 100%;
}

.detail {
  font-size: 14px;
  color: #58595B;
  line-height: 1.4;
  letter-spacing: 0.07em;
  text-align: center;
}

.item_name {
  font-size: 12px;
  letter-spacing: 0.03em;
}

.item_cost {
  font-size: 14px;
  letter-spacing: 0.03em;
}

img { width: 100%;  display: block; }
a { display: inline-block; }
._center { text-align: center; }
._right { text-align: right; }


