@charset "UTF-8";
/*===========================================================================*/
/*  media quary  */
/*===========================================================================*/
@import "/css/common.css";
/*==================================================================*/
/* style css　*/
/*==================================================================*/
header {
  position: absolute;
}
header .header-in {
  padding-top: 4em;
}

/* -------------------------------------------- */
/* mainvisual */
/* -------------------------------------------- */
.mainvisual {
  height: 100vh;
  background: url(/image/main_grad_top.png) repeat-x left top, url(/image/main_bg.jpg) no-repeat center center/cover;
  position: relative;
  margin-bottom: 3em;
}
.mainvisual::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 135px;
  background: url(/image/main_grad_bottom.png) repeat-x left bottom;
  z-index: 3;
}
.mainvisual .cloud li {
  position: absolute;
  z-index: 3;
}
.mainvisual .cloud .left {
  left: -10%;
  bottom: -3em;
  width: 1200px;
  height: 500px;
}
.mainvisual .cloud .right {
  right: -10%;
  bottom: 15%;
  width: 1060px;
  height: 440px;
}
.mainvisual .outblock {
  height: 100%;
}
.mainvisual .inblock {
  position: relative;
  height: 100%;
}
.mainvisual .inblock h1 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15%;
  width: 18%;
  font-size: 3.8em;
  font-weight: bold;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  z-index: 5;
  line-height: 1.8;
}
.mainvisual .inblock h1 strong {
  color: #b74329;
}
.mainvisual .inblock h1 span {
  display: inline-block;
  opacity: 0;
  -webkit-filter: blur(4px);
  filter: blur(4px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
.mainvisual .inblock .illust {
  position: absolute;
  bottom: 0;
  right: -15%;
  z-index: 1;
  width: 75%;
  min-width: 750px;
}
.mainvisual .inblock .circle {
  position: absolute;
  top: -7em;
  left: -2em;
}

/* -------------------------------------------- */
/* バナースライダー */
/* -------------------------------------------- */
.slider {
  margin: 0 auto 5em;
}
.slider .slick-slide {
  aspect-ratio: 2/1;
  overflow: hidden;
}
.slider img {
  max-width: 700px;
  min-width: 700px;
  padding: 0 1em;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position:50% 50%;";
  width: 100%;
  height: 100%;
}

.slick-dots {
  bottom: -2.5em;
}
.slick-dots li button:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #23221f;
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  color: #23221f;
  background: #23221f;
  opacity: 1;
}

/* -------------------------------------------- */
/* サービス */
/* -------------------------------------------- */
.service {
  padding: 7em 0;
  position: relative;
  background: url(/image/nami_right.png) no-repeat right top, url(/image/nami_left.png) no-repeat left bottom 7em;
}
.service::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 440px;
  height: 315px;
  z-index: -1;
  background: url(/image/gold_left.png) no-repeat left top/contain;
}
.service::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  height: 100%;
  background: #b74329;
  z-index: -2;
}
.service .inblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.service .inblock .catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 30%;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 3.2em;
  font-weight: bold;
  color: #fff;
}
.service .inblock .text-area {
  width: 64%;
}
.service .inblock .text-area .text {
  margin-bottom: 3em;
}
.service .inblock .text-area .text .read {
  font-size: 1.1em;
  line-height: 2.4;
}
.service .inblock .text-area .text .base-btn {
  text-align: left;
}
.service .inblock .text-area .photo {
  position: relative;
}
.service .inblock .text-area .photo .ill {
  position: absolute;
  top: -5em;
  right: 1em;
}

/* -------------------------------------------- */
/* 浮世絵・版画とは */
/* -------------------------------------------- */
.about-ukiyoe {
  position: relative;
  margin-bottom: 7em;
}
.about-ukiyoe .ukiyoe {
  position: absolute;
  top: -0.5em;
  left: 0;
  font-size: 12em;
  line-height: 1;
  color: #fff;
  mix-blend-mode: difference;
}
.about-ukiyoe .bg-area {
  background: url(/image/bg_ukiyoe.jpg) no-repeat center center/cover;
  width: 100%;
  height: 450px;
}
.about-ukiyoe .inblock {
  border-image-source: linear-gradient(#fff, #fff);
  border-image-slice: 0 fill;
  border-image-outset: 0 0 0 100vw;
  padding: 4em 0;
  width: 85%;
  position: relative;
}
.about-ukiyoe .inblock h2 {
  position: absolute;
  top: -40%;
  right: -1em;
  border-top: 8px solid #b74329;
  display: inline-block;
  line-height: 1;
  background: #293a68;
  padding: 0.7em 0.55em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #fff;
  font-size: 3em;
}
.about-ukiyoe .inblock .text {
  width: 85%;
}

/* -------------------------------------------- */
/* 買取実績 */
/* -------------------------------------------- */
.record {
  margin-bottom: 5em;
}
.record .record-wrap {
  margin-bottom: 5em;
}
.record .record-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.record .record-list li {
  width: 23%;
  margin-right: 2.5%;
  margin-bottom: 3em;
}
.record .record-list li:nth-child(4n) {
  margin-right: 0;
}
.record .record-list li a {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.record .record-list li a:hover {
  text-decoration: none;
}
.record .record-list li a:hover .photo img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1;
}
.record .record-list li a:hover .title {
  color: #b74329;
}
.record .record-list li a:hover .title::after {
  width: 100%;
}
.record .record-list li a .photo {
  margin-bottom: 1em;
  overflow: hidden;
  aspect-ratio: 4/3;
}
.record .record-list li a .photo img {
  width: 100%;
  height: 100%;
}
.record .record-list li a .title {
  margin-bottom: 1em;
  padding-bottom: 8px;
  font-size: 1.1em;
  line-height: 1.7;
  position: relative;
}
.record .record-list li a .title::before, .record .record-list li a .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
}
.record .record-list li a .title::after {
  width: 0%;
  background: #b74329;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.record .record-list li a .title::before {
  width: 100%;
  background: #23221f;
}
.record .record-list li .cate a {
  display: inline-block;
  border: 1px solid #23221f;
  background: #fff;
  padding: 0 0.8em;
  font-size: 0.85em;
}
.record .record-list li .cate a:hover {
  text-decoration: none;
  background: #23221f;
  color: #fff;
}
.record .c-btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.record .c-btn-area li {
  width: 48%;
}
.record .c-btn-area li a {
  display: block;
  position: relative;
  overflow: visible;
  padding: 2em 1em;
  color: #fff;
}
.record .c-btn-area li a:hover {
  text-decoration: none;
}
.record .c-btn-area li a:hover .ill {
  top: -2em;
}
.record .c-btn-area li a .ill {
  position: absolute;
  top: -1.5em;
  left: 1.5em;
  width: 25%;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.record .c-btn-area li a dl {
  width: 74%;
  margin: 0 0 0 auto;
  text-align: center;
}
.record .c-btn-area li a dl dt {
  font-size: 1.15em;
  letter-spacing: normal;
}
.record .c-btn-area li a dl dd {
  font-size: 2.2em;
  line-height: 1.6;
}
.record .c-btn-area li.e-btn a {
  background: #293a68;
}
.record .c-btn-area li.f-btn a {
  background: #b74329;
}

/* -------------------------------------------- */
/* 買取対象 */
/* -------------------------------------------- */
.target {
  margin-bottom: 7em;
  padding: 7em 0 5em;
  background: #fff;
}
.target .read {
  margin-bottom: 4em;
}
.target .target-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.target .target-list li {
  width: 23.5%;
  margin-bottom: 5em;
  position: relative;
  text-align: center;
}
.target .target-list li h3 {
  position: absolute;
  top: -1em;
  left: 1em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 1.2em;
  background: #fff;
  border: 1px solid #23221f;
  border-top-width: 3px;
  padding: 1em 0.5em;
  line-height: 1.2;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

/* -------------------------------------------- */
/* 買取の流れ */
/* -------------------------------------------- */
#flow {
  margin-bottom: 5em;
}

/* -------------------------------------------- */
/* お知らせブログ */
/* -------------------------------------------- */
#news {
  padding: 7em 0 5em;
  background: #fff;
}
#news .news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 2em;
}
#news .news-list li {
  width: 18.7%;
  margin-right: 1.5%;
}
#news .news-list li:last-child {
  margin-right: 0;
}
#news .news-list li a {
  display: block;
  margin-bottom: 5px;
}
#news .news-list li a:hover {
  text-decoration: none;
}
#news .news-list li a:hover .ttl::before {
  width: 100%;
}
#news .news-list li a .photo {
  margin-bottom: 0.5em;
  overflow: hidden;
  aspect-ratio: 2/1;
}
#news .news-list li a .photo img {
  width: 100%;
  height: 100%;
}
#news .news-list li a .ttl {
  margin-bottom: 0.5em;
  font-size: 1.1em;
  line-height: 1.6;
  padding-bottom: 5px;
  position: relative;
}
#news .news-list li a .ttl::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background: #23221f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#news .news-list li a .date {
  font-size: 0.85em;
  color: #777;
}
#news .news-list li .cate a {
  display: inline-block;
  border: 1px solid #23221f;
  background: #23221f;
  color: #fff;
  padding: 0 0.5em;
  font-size: 0.8em;
}
#news .news-list li .cate a:hover {
  background: #fff;
  color: #23221f;
}

/*===========================================================================*/
/*  media quary:1300px  */
/*===========================================================================*/
/*===========================================================================*/
/*  media quary:1000px  */
/*===========================================================================*/
@media screen and (max-width: 1025px) {
  /* -------------------------------------------- */
  /* mainvisual */
  /* -------------------------------------------- */
  .mainvisual {
    height: 80vh;
    background-size: 60px, cover;
  }
  .mainvisual::before {
    background-size: 100px;
  }
  .mainvisual .cloud .left {
    width: 1000px;
    height: 410px;
  }
  .mainvisual .cloud .right {
    width: 960px;
    height: 390px;
  }
  .mainvisual .inblock h1 {
    font-size: 3em;
  }
  .mainvisual .inblock .illust {
    min-width: 600px;
    width: 85%;
    right: -20%;
  }
  .mainvisual .inblock .circle {
    top: -5em;
    width: 50%;
  }
  /* -------------------------------------------- */
  /* サービス */
  /* -------------------------------------------- */
  .service {
    background-size: 30%;
  }
  .service::before {
    width: 45%;
  }
  .service .inblock .catch {
    font-size: 2.4em;
  }
  .service .inblock .text-area .text .read {
    font-size: 1em;
    line-height: 2;
  }
  /* -------------------------------------------- */
  /* 浮世絵・版画とは */
  /* -------------------------------------------- */
  .about-ukiyoe .ukiyoe {
    font-size: 17vw;
  }
  .about-ukiyoe .bg-area {
    height: 300px;
  }
  .about-ukiyoe .inblock {
    width: 90%;
  }
  .about-ukiyoe .inblock h2 {
    right: -0.5em;
    font-size: 2.6em;
  }
  .about-ukiyoe .inblock .text .read {
    margin-bottom: 1em;
  }
  /* -------------------------------------------- */
  /* 買取実績 */
  /* -------------------------------------------- */
  .record .c-btn-area {
    width: 100%;
  }
  .record .c-btn-area li a .ill {
    top: -1.2em;
    left: 1em;
    width: 20%;
  }
  .record .c-btn-area li a dl {
    width: 80%;
  }
  .record .c-btn-area li a dl dt {
    font-size: 1em;
  }
  .record .c-btn-area li a dl dd {
    font-size: 1.8em;
  }
  /* -------------------------------------------- */
  /* 買取対象 */
  /* -------------------------------------------- */
  .target .target-list li {
    width: 48.5%;
  }
  /* -------------------------------------------- */
  /* お知らせブログ */
  /* -------------------------------------------- */
  #news .news-list li {
    width: 31.5%;
    margin-right: 2%;
    margin-bottom: 2em;
  }
  #news .news-list li:nth-child(3n) {
    margin-right: 0;
  }
  #news .news-list li a {
    display: block;
  }
  #news .news-list li a:hover {
    text-decoration: none;
  }
  #news .news-list li a:hover .ttl::before {
    width: 100%;
  }
  #news .news-list li a .photo {
    margin-bottom: 0.5em;
  }
  #news .news-list li a .photo img {
    aspect-ratio: 2/1;
  }
  #news .news-list li a .ttl {
    margin-bottom: 0.5em;
    font-size: 1.1em;
    line-height: 1.6;
    padding-bottom: 5px;
    position: relative;
  }
  #news .news-list li a .ttl::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background: #23221f;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #news .news-list li a .date {
    font-size: 0.85em;
    color: #777;
  }
  #news .news-list li a .cate {
    display: inline-block;
    background: #23221f;
    color: #fff;
    padding: 0 0.5em;
    font-size: 0.8em;
  }
}
/*===========================================================================*/
/*  media quary:767px  */
/*===========================================================================*/
@media screen and (max-width: 769px) {
  /* -------------------------------------------- */
  /* mainvisual */
  /* -------------------------------------------- */
  .mainvisual {
    height: 70vh;
  }
  .mainvisual::before {
    background-size: 80px;
  }
  .mainvisual .cloud .left {
    width: 750px;
    height: 300px;
  }
  .mainvisual .cloud .right {
    width: 700px;
    height: 280px;
  }
  .mainvisual .inblock h1 {
    left: 10%;
    font-size: 2.4em;
  }
  .mainvisual .inblock .illust {
    min-width: 520px;
    right: auto;
    left: 30%;
  }
  .mainvisual .inblock .circle {
    top: -5em;
    width: 65%;
  }
  /* -------------------------------------------- */
  /* バナースライダー */
  /* -------------------------------------------- */
  .slider img {
    max-width: 500px;
    min-width: 500px;
  }
  .slick-dots li {
    width: 15px;
    height: 15px;
  }
  .slick-dots li button:before {
    top: 5px;
    left: 5px;
    width: 6px;
    height: 6px;
  }
  .slick-dots li.slick-active button:before {
    color: #23221f;
    background: #23221f;
    opacity: 1;
  }
  /* -------------------------------------------- */
  /* サービス */
  /* -------------------------------------------- */
  .service {
    padding: 0 0 7em;
    background-position: top right, left bottom 4em;
  }
  .service::after {
    top: auto;
    bottom: 0;
    width: 40%;
    height: 30%;
  }
  .service .inblock {
    display: block;
  }
  .service .inblock .catch {
    font-size: 1.6em;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    width: 100%;
    color: #23221f;
    margin-bottom: 1em;
  }
  .service .inblock .text-area {
    width: 100%;
  }
  .service .inblock .text-area .photo .ill {
    top: -3em;
    width: 23%;
  }
  /* -------------------------------------------- */
  /* 浮世絵・版画とは */
  /* -------------------------------------------- */
  .about-ukiyoe .bg-area {
    height: 280px;
  }
  .about-ukiyoe .inblock h2 {
    top: -5em;
    font-size: 2em;
  }
  /* -------------------------------------------- */
  /* 買取実績 */
  /* -------------------------------------------- */
  .record .record-wrap {
    margin-bottom: 3em;
  }
  .record .record-list li {
    width: 48%;
    margin-right: 4%;
  }
  .record .record-list li:nth-child(2n) {
    margin-right: 0;
  }
  .record .c-btn-area {
    display: block;
    max-width: 500px;
  }
  .record .c-btn-area li {
    width: 100%;
    margin-bottom: 3em;
  }
  .record .c-btn-area li a {
    padding: 1.5em 1em;
  }
  .record .c-btn-area li a dl dd {
    font-size: 1.6em;
  }
  /* -------------------------------------------- */
  /* 買取対象 */
  /* -------------------------------------------- */
  .target .target-list li h3 {
    padding: 0.7em 0.5em;
    font-size: 1em;
  }
  /* -------------------------------------------- */
  /* 買取の流れ */
  /* -------------------------------------------- */
  /* -------------------------------------------- */
  /* お知らせブログ */
  /* -------------------------------------------- */
  #news .news-list {
    margin-bottom: 0;
  }
  #news .news-list li {
    width: 48%;
    margin-right: auto;
  }
  #news .news-list li:nth-child(2n) {
    margin-right: 0;
  }
  #news .news-list li:nth-child(3n) {
    margin-right: auto;
  }
  #news .news-list li:last-child {
    display: none;
  }
  #news .news-list li a .photo {
    margin-bottom: 1em;
  }
  #news .news-list li a .ttl {
    font-size: 1em;
    line-height: 1.6;
    padding-bottom: 5px;
    position: relative;
  }
  #news .news-list li a .date {
    font-size: 0.8em;
  }
}
/*===========================================================================*/
/*  media quary:600px  */
/*===========================================================================*/
/*===========================================================================*/
/*  media quary:479px  */
/*===========================================================================*/
@media screen and (max-width: 479px) {
  /* -------------------------------------------- */
  /* mainvisual */
  /* -------------------------------------------- */
  .mainvisual {
    background-size: 60px, cover;
  }
  .mainvisual .cloud .left {
    width: 500px;
    height: 200px;
    bottom: -1em;
  }
  .mainvisual .cloud .right {
    width: 400px;
    height: 160px;
    bottom: 6%;
  }
  .mainvisual .inblock h1 {
    left: 14%;
    font-size: 1.8em;
  }
  .mainvisual .inblock .illust {
    min-width: 460px;
    right: auto;
    left: 30%;
  }
  .mainvisual .inblock .circle {
    width: 75%;
  }
  /* -------------------------------------------- */
  /* バナースライダー */
  /* -------------------------------------------- */
  .slider img {
    max-width: 300px;
    min-width: 300px;
    padding: 0 0.5em;
  }
  /* -------------------------------------------- */
  /* サービス */
  /* -------------------------------------------- */
  .service {
    background-size: 40%;
    padding: 0 0 5em;
  }
  .service::after {
    width: 60%;
    height: 25%;
  }
  .service .inblock .catch {
    font-size: 1.4em;
    letter-spacing: normal;
  }
  /* -------------------------------------------- */
  /* 浮世絵・版画とは */
  /* -------------------------------------------- */
  .about-ukiyoe {
    margin-bottom: 5em;
  }
  .about-ukiyoe .bg-area {
    height: 180px;
  }
  .about-ukiyoe .inblock {
    margin: 0;
    padding: 2em 0 2em 5%;
  }
  .about-ukiyoe .inblock h2 {
    top: -2em;
    right: -1em;
    border-top-width: 5px;
    font-size: 1.5em;
  }
  .about-ukiyoe .inblock .text {
    width: 88%;
  }
  /* -------------------------------------------- */
  /* 買取実績 */
  /* -------------------------------------------- */
  .record {
    margin-bottom: 3em;
  }
  .record .record-list li a .title {
    font-size: 1em;
  }
  .record .c-btn-area li {
    margin-bottom: 2em;
  }
  .record .c-btn-area li a dl {
    font-size: 0.9em;
  }
  /* -------------------------------------------- */
  /* 買取対象 */
  /* -------------------------------------------- */
  .target {
    margin-bottom: 5em;
    padding: 5em 0 3em;
  }
  .target .target-list li {
    margin-bottom: 3em;
  }
  .target .target-list li h3 {
    padding: 0.5em;
    font-size: 0.9em;
  }
  .target .target-list li .photo {
    aspect-ratio: 1/1;
  }
  .target .target-list li .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  /* -------------------------------------------- */
  /* 買取の流れ */
  /* -------------------------------------------- */
  #flow {
    margin-bottom: 3em;
  }
  /* -------------------------------------------- */
  /* お知らせブログ */
  /* -------------------------------------------- */
  #news {
    padding: 5em 0;
  }
}