/***  media ***/
@media screen and (min-width: 1200px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  a {
    transition: 0.3s ease-in-out;
  }
  a:hover {
    opacity: 0.7;
  }
}
/******************************************************個別 start***/
.display_none {
  display: none;
}
.display_block {
  display: block;
}
.archive-page main {
  width: 100%;
  height: 100%;
  background: url(../../img/mitsuo/mitsuo-4.jpg) repeat-y;
  background-size: 100%;
}
@media screen and (max-width: 1200px) {
  .archive-page main {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .archive-page main {
    padding-bottom: 116px;
  }
}
.archive-page section {
  padding-top: 40px;
  text-align: -webkit-center;
}
@media (max-width: 1490px) {
  .archive-page section {
    padding: 40px 20px 0 20px;
  }
}
/*******************************************************個別 END***/
/*******************************************************img_scroll Start***/
.c-banner {
  width: 100% !important;
}
/*******************************************************img_scroll end***/
/*******************************************************img_scroll Start***/
.archive_detailed {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .archive_detailed > div {
    width: 920px;
  }
}
.archive_detailed .archive_list {
  margin: 20px 0;
}
.archive_detailed .title_infos {
  position: relative;
  width: calc(100% - 20px);
  color: aliceblue;
  margin: 10px;
  border-bottom: 1px solid #a08446;
  padding-bottom: 25px;
  padding-top: 5px;
  text-align: left;
}
.archive_detailed .title_infos .title1 {
  position: relative;
  display: inline-block;
  word-break: break-all;
}
@media screen and (max-width: 1200px) {
  .archive_detailed .title_infos .title1 {
    width: 100%;
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 1200px) {
  .archive_detailed .title_infos .title1 {
    width: 20%;
  }
}
.archive_detailed .title_infos .title2 {
  position: relative;
  display: inline-block;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1200px) {
  .archive_detailed .title_infos .title2 {
    width: 100%;
    font-size: 13px;
  }
}
@media screen and (min-width: 1200px) {
  .archive_detailed .title_infos .title2 {
    width: 77%;
    font-size: 14px;
  }
}
.archive_detailed .title_infos .title1_span1 {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .archive_detailed .title_infos .title1_span1 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .archive_detailed .title_infos .title1_span1 {
    font-size: 22px;
  }
}
.archive_detailed .title_infos .title1_span2 {
  color: #a08446;
}
.archive_detailed .img_infos img {
  margin: 10px;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .archive_detailed .img_infos img {
    width: 70%;
  }
}
@media screen and (min-width: 1200px) {
  .archive_detailed .img_infos img {
    width: calc(20% - 20px);
  }
}
.archive_detailed .img_infos {
  display: inline-table;
  vertical-align: middle;
}
/*******************************************************img_scroll end***/
.img_details {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
  justify-content: center;
}
.detail {
  margin: auto;
  background: url(../../img/jewellry/pickup/09_000001.png) no-repeat;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  max-width: 500px;
  margin-right: 13px;
  margin-left: 13px;
}
.detail .img_detail {
  position: relative;
  width: 100%;
  height: auto;
  padding: 2% 3%;
}
.detail .text1_detail {
  padding: 2% 3%;
  font-size: 24px;
}
.detail .text2_detail {
  padding: 2% 8% 10% 8%;
  font-size: 18px;
  text-align: left;
}
.detail .img_detail img {
  position: relative;
  width: 100%;
}
.detail .text_detail {
  padding: 1% 3% 5% 3%;
}
.detail .img1_detail img {
  width: 50%;
  padding-bottom: 40px;
}
.img_details_tojiru {
  color: #707070;
  cursor: pointer;
  font-size: 16px;
  background-color: #eff0ef;
  border-radius: 50%;
  height: 26px;
  width: 26px;
  line-height: 26px;
  float: right;
  margin-right: -13px;
  margin-top: -13px;
}
/*******************************************************img_scroll end***/
header {
  position: inherit;
}
header #header-top {
  background-color: #000000;
}
