@charset "UTF-8";
/* CSS Document */


/*  Webフォント用  */
/* html {
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
} */


/* ---- コンテンツ上のマージン ---- */

#wrangler_archives {
  font-size: 16px;
  line-height: 1.8;
  background-color: #fff;
  color: #000;
  padding-bottom: 100px;
  text-align: left;
}


/* ---- loading ---- */

#wrangler_archives .loading {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 1.0);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20000;
}

#wrangler_archives .loader {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #222;
  background: -moz-linear-gradient(left, #222 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #222 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #222 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #222 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #222 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
}

#wrangler_archives .loader:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 50%;
  background: #222;
  border-radius: 100% 0 0 0;
}

#wrangler_archives .loader:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  background: #fff;
}

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/*---------------------------------

  top

---------------------------------*/

.archives_top .title_wrapper {
  width: 100%;
}

.archives_top .title_wrapper {
  position: relative;
}

.archives_top .title_wrapper .title_txt {
  position: absolute;
  top: 6%;
  right: 12%;
  z-index: 2;
}

.archives_top .title_wrapper .title_photo {
  width: 100%;
}

.archives_top .lead {
  margin-top: 60px;
  padding: 40px 0;
  background: #d5d1c4;
}

.archives_top .lead .lead_inr {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.archives_top .lead .lead_inr .lead_photo {
  width: 540px;
}

.archives_top .lead .lead_inr p {
  width: 410px;
  font-size: 16px;
  line-height: 2;
  margin-top: -0.4em;
  letter-spacing: .14em;
}

@media screen and (max-width: 1300px) {

  .archives_top .title_wrapper .title_txt {
    right: 2%;
  }

}

@media screen and (min-width: 1800px) {

  .archives_top .title_wrapper .title_txt {
    top: 12%;
    right: 22%;
  }

}

/* ---- tops / bottoms ---- */

.archives_top .items {
  width: 1000px;
  margin: 80px auto 0;
}

.archives_top .items h2 {
  text-align: center;
}

.archives_top .items h2 img {
  height: 26px;
  text-align: center;
}

.archives_top .items ul {
  display: flex;
  justify-content: space-around;
  margin-top: 40px;
}

.archives_top .items li {
  position: relative;
  width: 380px;
  overflow: hidden;
}

.archives_top .items li img {
  position: relative;
  width: 100%;
  z-index: 1;
  transition: .3s;
}

.archives_top .items li:hover img {
  transform: scale(1.04);
}

.archives_top .items li p {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
  margin: auto;
  padding: 26px 0 18px 18px;
  width: 260px;
  background: #fff;
  ;
  font-size: 22px;
  line-height: 1;
  color: #222;
  font-weight: 700;
  pointer-events: none;
  font-family: 'Roboto Condensed', sans-serif;
  box-sizing: border-box;
}

.archives_top .items li p::after {
  content: '';
  position: absolute;
  top: 28px;
  right: 18px;
  width: 22px;
  height: 8px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  transform: skew(45deg);
}

/* ---- gimmie book ---- */

.archives_top .gimmiebook {
  width: 1000px;
  margin: 100px auto 0;
}

.archives_top .gimmiebook .gimmiebook_photo {
  width: 100%;
}

.archives_top .gimmiebook .gimmiebook_inr {
  display: flex;
  justify-content: space-between;
  width: 840px;
  margin: 40px auto 0;
}

.archives_top .gimmiebook_inr h2 {
  width: 180px;
}

.archives_top .gimmiebook_inr h2 img {
  width: 100%;
}

.archives_top .gimmiebook_inr p {
  width: 580px;
  line-height: 1.9;
  letter-spacing: .08em;
}


/*---------------------------------

  contents

---------------------------------*/

.archives_content {
  position: relative;
}

.archives_content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 125px;
  background: #d5d1c4;
  z-index: 0;
}

.archives_content .archives_content_inr {
  position: relative;
  width: 1000px;
  margin: 0 auto 0;
  padding-top: 60px;
  z-index: 1;
  /* overflow: hidden; */
}

.archives_content_inr .content_title {
  display: flex;
  justify-content: space-between;
}

.archives_content_inr .slider_wrap {
  width: 540px;
  margin: 0;
  overflow: hidden;
}

.archives_content_inr .slider_wrap img {
  width: 100%;
}

.archives_content_inr .title_txt {
  width: 390px;
}

.archives_content_inr .title_txt h1 {
  font-size: 44px;
  line-height: 1;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  margin: -0.1em 0 40px;
}

.archives_content_inr .title_txt p {
  margin-bottom: 35px;
  font-feature-settings: 'palt';
  letter-spacing: .08em;
}

.archives_content_inr .title_txt .spec {
  font-size: 16px;
  line-height: 1.6;
  font-family: 'Roboto Condensed', sans-serif;
}

.archives_content_inr .title_txt .btn_buy {
  position: relative;
  display: block;
  width: 100%;
  margin: .4em auto 0;
  padding: .8em 1em .8em 1em;
  font-size: 24px;
  color: #000;
  line-height: 1;
  letter-spacing: 0.08em;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  text-align: center;
  border: 2px solid #000;
  box-sizing: border-box;
  text-decoration: none;
  transition: .2s;
  opacity: 1;
}

.archives_content_inr .title_txt .btn_buy::after {
  content: '';
  position: absolute;
  top: 23px;
  right: 22px;
  width: 28px;
  height: 8px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  transform: skew(45deg);
  transition: .26s;
}

.archives_content_inr .title_txt .btn_buy:hover {
  color: #fff;
  background: #000;
}

.archives_content_inr .title_txt .btn_buy:hover::after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

/* ---- detail ---- */

.archives_content_inr .detail {
  width: 1000px;
  margin: 80px auto 0;
}

.archives_content_inr .detail h2 {
  text-align: center;
}

.archives_content_inr .detail h2 img {
  height: 26px;
  text-align: center;
}

.archives_content_inr .detail ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 60px;
  margin-left: -35px;
  margin-right: -35px;
}

.archives_content_inr .detail li {
  width: 460px;
  margin: 0 20px 50px;
}

.archives_content_inr .detail li img {
  width: 100%;
  margin-bottom: 10px;
}

.archives_content_inr .detail li p {
  font-size: 15px;
  padding-left: 1.4em;
  background-image: url(../img/detail_icon.png);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 0 3px;
}

.archives_content_inr .detail li p.description {
  background: none;
  font-size: 14px;
  font-feature-settings: 'palt';
  letter-spacing: .08em;
  margin-top: 6px;
  padding-left: 1.5em;
}

.archives_content_inr .btn_back {
  position: relative;
  display: block;
  width: 19em;
  margin: 50px auto 0;
  padding: 0 0 0 1em;
  font-size: 18px;
  color: #000;
  letter-spacing: .04em;
  text-align: center;
  /* border: 1px solid #000; */
  box-sizing: border-box;
  text-decoration: none;
  transition: .26s;
}

.archives_content_inr .btn_back::before {
  content: '';
  position: absolute;
  top: calc(50% - 5px);
  left: 5px;
  width: 20px;
  height: 8px;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  transform: skew(-45deg);
}

.archives_content_inr .btn_back:hover {
  text-decoration: underline;
}