@charset "utf-8";
html,
body {
  width: 100%;
  height: 100%;
}
#dai-auction img {
  max-width: 100%;
  height: auto;
  pointer-events: none;
  flex-shrink: 0;
}
a {
  color: #000;
  text-decoration: none;
}
html {
  overflow-x: hidden;
}
body {
  position: relative;
  color: #fff;
}
.pc {
  display: block;
}
.sp {
  display: none;
}

.inner {
  position: relative;
  margin: 0 auto;
  width: 800px;
}

.disabled {
  display: block;
  pointer-events: none;
}
.inview {
  opacity: 0;
  transition: 0.3s;
}

.mfp-iframe-scaler iframe {
  box-shadow: none;
  background: none;
}
.mfp-iframe-holder .mfp-content {
  max-width: 831px;
}
.mfp-fade.mfp-bg.mfp-ready {
  transition: all 0.3s ease-out;
}
/* mfp-bg（overlay） */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-bg {
  background-color: #03071c;
  opacity: 0.97;
}
.mfp-figure:after {
  box-shadow: none;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 1;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* mfp-content */

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.mfp-figure figure {
  background-color: #fff;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder {
  cursor: auto;
}
.mfp-close,
.mfp-close:active {
  position: fixed;
  top: 30px;
  right: 30px;
  font-size: 0;
  text-indent: -9999px;
  width: 70px;
  height: 70px;
  cursor: pointer !important;
}
.mfp-close:before,
.mfp-close:after {
  display: block;
  content: '';
  width: 100%;
  height: 3px;
  background-color: #fff;
  transition: 0.4s;
}
.mfp-close:before {
  transform: rotateZ(45deg);
}
.mfp-close:hover:before {
}
.mfp-close:after {
  transform: rotateZ(-45deg) translateY(-3px);
}
.mfp-close:hover:after {
}
.mfp-close img {
  width: 100%;
  height: auto;
}
iframe {
  border: none;
}

.mfp-image-holder .mfp-content {
  max-width: 1000px;
}
img.mfp-img {
  padding: 0;
  background-color: #000;
  border: 1px solid #8d6b30;
  pointer-events: none;
}

#report-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #03071c;
  opacity: 0.97;
}
.report-popup-inner {
  margin: 100px auto;
  max-width: 800px;
}

/* --------------------------------------------------

contents

-------------------------------------------------- */
#dai-auction {
  overflow-x: hidden;
  background: #000 url(../image/cmn-bg01.jpg) left top repeat fixed;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  font-family: ;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.dqdai-auction {
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.5) 100%
  );
}

.header-img {
  margin: 0;
  padding: 0;
}

/* --------------------------------------------------

intro

-------------------------------------------------- */
.intro {
  padding: 60px 0 100px;
  background: #000 url(../image/intro-bg01.jpg) left top repeat;
  background-size: cover;
}
.intro-lead-txt {
  text-align: center;
}
.intro-lead-txt:nth-of-type(1) {
  padding-bottom: 60px;
}
.intro-lead-txt:nth-of-type(2) {
  padding-bottom: 25px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.12em;
  line-height: 1.4;
}
.intro-lead-txt:nth-of-type(3) {
  padding-bottom: 25px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.12em;
  line-height: 1.5;
}
.intro-lead-txt:nth-of-type(4) {
  padding-bottom: 60px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.12em;
  line-height: 1.5;
}

.yt-viewer-block {
  margin: 0 auto;
  width: 700px;
}
.yt-viewer-ttl {
  position: relative;
  z-index: 200;
  margin: 0 auto;
  padding: 0;
  width: 532px;
}
.yt-viewer-thumb {
  position: relative;
  cursor: pointer;
  margin-top: -40px;
  background-color: #000;
}
.yt-viewer-thumb img {
  opacity: 0.7;
  transition: 0.3s;
  transform: scale(0.9);
}
.yt-viewer-thumb:hover img {
  opacity: 1;
}
.yt-viewer-thumb:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../image/youtube-frame01.png) center center no-repeat;
  background-size: cover;
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 1);
}
.yt-viewer-block a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  display: block;
  width: 100%;
  height: 100%;
}
.yt-viewer-block a:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(../image/youtube-play-ico01.png) center center no-repeat;
  background-size: 80px;
}

/* --------------------------------------------------

ご報告

-------------------------------------------------- */
.report {
  padding: 120px 0 50px;
}
.report-head,
.report-popup-head {
  margin: 0px auto 25px;
  width: 340px;
}

/* --------------------------------------------------

出品物

-------------------------------------------------- */
.item {
  padding-bottom: 100px;
}
.item .inner {
  width: 844px;
}
.item-head {
  margin: -35px auto 65px;
  width: 340px;
}
.item-list {
  display: flex;
  flex-wrap: wrap;
  align-items: ;
  justify-content: space-between;
}
.item-list-block {
  position: relative;
  width: 422px;
  margin-bottom: 50px;
}
.item-list-thumb a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  display: block;
  width: 100%;
  height: 100%;
}
.item-list-coming {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  display: block;
  width: 170.5px;
  transform: translate(-50%, 0);
}
.item-list-thumb {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
.item-list-thumb:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(../image/item-frame01.png) center center no-repeat;
  background-size: contain;
}
.item-list-img {
  display: block;
  transform: scale(0.7);
  background-color: #000;
}
.item-list-img img {
  transition: 0.3s;
}
.item-list-block:hover .item-list-img img {
  opacity: 0.7;
}

.item-list-plate {
  position: relative;
  display: block;
  margin: -15px auto 0;
  padding: 2px;
  width: 350px;
  text-align: center;
  background: linear-gradient(
    0deg,
    rgba(203, 167, 64, 1) 0%,
    rgba(245, 232, 201, 1) 50%,
    rgba(203, 167, 64, 1) 100%
  );
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.4);
  font-weight: bold;
}
.item-list-plate-inner {
  padding: 10px 10px 18px;
  background-color: #011545;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.4) inset;
}
.item-list-lot {
  display: block;
  font-family: 'Noto Serif JP', serif;
  font-size: 16px;
  letter-spacing: 0.12em;
  line-height: 1.6;
}
.item-list-ttl {
  display: block;
  font-family: 'Noto Serif JP', serif;
  font-size: 26px;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.item-list-ttl i {
  display: block;
  font-size: 16px;
}
.item-list-price {
  display: block;
  padding-top: 0.2em;
  color: #0048ff;
  font-size: 20px;
  text-shadow: 0 0 10px #000;
  line-height: 1;
}
.item-list-price strong {
  font-size: 26px;
  text-shadow: 0 0 10px #000;
  letter-spacing: 0.07em;
}

.popup-block {
  margin: 0 auto;
  padding: 100px 0;
  max-width: 800px;
}
.popup-block img {
  max-width: 100%;
}

.item-popup-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.item-popup-list-item {
  margin-bottom: 20px;
  width: 49%;
  border: 1px solid #e6c574;
  font-size: 0;
}
.item-popup-list-item:nth-of-type(even) {
  margin-left: 16px;
}
.item-popup-detail {
  padding-top: 20px;
}
.item-popup-ttl {
  padding-top: 1.4em;
  font-family: 'Noto Serif JP', serif;
  font-size: 22px;
  font-weight: 700;
  color: #e6c574;
  letter-spacing: 0.12em;
  line-height: 1;
}
.item-popup-txt {
  padding-top: 0.5em;
  font-size: 16px;
  letter-spacing: 0.07em;
}
.item-popup-txt em {
  font-size: 20px;
}
.item-popup-paragraph + .item-popup-paragraph {
  padding-top: 0;
}
.item-popup-itemizing {
  display: block;
}

/* --------------------------------------------------

参加方法

-------------------------------------------------- */
.entry-detail-block {
  position: relative;
  margin: 50px auto;
  width: 800px;
  background: url(../image/entry-bg03.png) center top repeat-y;
  background-size: contain;
  color: #000;
  text-align: center;
}
.entry-detail-block:before,
.entry-detail-block:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 800px;
  height: 60px;
  background-size: contain;
}
.entry-detail-block:before {
  background: url(../image/entry-bg01.png) center top no-repeat;
  top: -60px;
  background-size: contain;
}
.entry-detail-block:after {
  background: url(../image/entry-bg02.png) center top no-repeat;
  bottom: -60px;
  background-size: contain;
}
.entry-detail-head {
  margin: 0 auto;
  padding-bottom: 10px;
  width: 190px;
}
.entry-detail-ttl {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.entry-detail-txt {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.entry-detail-txt mark {
  background: none;
  color: #0048ff;
  font-weight: 900;
}

.entry-detail-txt {
  margin-bottom: 20px;
}
.entry-app-txt {
  padding-bottom: 30px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.07em;
}
.entry-detail-bnr {
  margin: 0 auto 30px;
  width: 309px;
  transition: 0.3s;
}
.entry-detail-bnr:hover {
  opacity: 0.7;
}

.entry-detail-date {
  margin: 20px auto 40px;
  padding: 10px 0;
  width: 700px;
  background-color: #0048ff;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.07em;
}

.entry-detail-link {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 600px;
  background-color: #000;
  transition: 0.3s;
}
.entry-detail-link:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid #fff;
  box-sizing: border-box;
}
.entry-detail-link a {
  display: block;
  position: relative;
  z-index: 100;
  padding: 20px 0 25px;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
}
.entry-detail-link a i {
  display: block;
  padding-top: 0.5em;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.07em;
}
.entry-detail-link strong {
  display: block;
  padding: 0.6em 0;
  color: #fffc00;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1.4;
}

.entry-illust-gome {
  display: block;
  position: absolute;
  top: -180px;
  right: -113px;
  z-index: 100;
  width: 264px;
}
.entry-illust-pira {
  display: block;
  position: absolute;
  bottom: -110px;
  left: -110px;
  z-index: 100;
  width: 212px;
}

/* --------------------------------------------------

落札額予想キャンペーン

-------------------------------------------------- */
.campaign {
  position: relative;
  margin-top: 200px;
  background: url(../image/campaign-bg01.jpg) center top no-repeat;
  background-size: cover;
}
.campaign:after,
.campaign:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 60px;
}
.campaign:after {
  top: 0;
  background: url(../image/campaign-li01.png) center top repeat-x;
  background-size: 50%;
}
.campaign:before {
  bottom: 0;
  background: url(../image/campaign-li02.png) center bottom repeat-x;
  background-size: 50%;
}

.campaign-inner {
  position: relative;
  width: 800px;
  margin: 0 auto;
  padding: 100px 0;
}

.campaign-detail-block {
  position: relative;
  background-image: url(../image/campaign-frame03.png), url(../image/campaign-bg02.jpg);
  background-size: 100% auto, cover;
  background-repeat: repeat-y, no-repeat;
  font-weight: 700;
  text-align: center;
}
.campaign-detail-block:after,
.campaign-detail-block:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 15px;
}
.campaign-detail-block:after {
  top: 0;
  background: url(../image/campaign-frame01.png) center top no-repeat;
  background-size: cover;
}
.campaign-detail-block:before {
  bottom: 0;
  background: url(../image/campaign-frame02.png) center bottom no-repeat;
  background-size: cover;
}

.campaign-detail-head {
  margin: 0 auto;
  padding-top: 50px;
  width: 495px;
}
.campaign-detail-txt {
  padding-top: 20px;
  letter-spacing: 0.07em;
  opacity: 0.5;
}
.campaign-detail-txt:nth-of-type(1) {
  font-size: 24px;
  font-weight: 900;
}
.campaign-detail-txt:nth-of-type(2) {
  font-size: 20px;
}
.campaign-detail-txt:nth-of-type(3) {
  font-size: 18px;
}
.campaign-detail-txt mark {
  background: none;
  color: #fff100;
}
.campaign-thanks-txt {
  position: absolute;
  top: 160px;
  left: 50%;
  transform: translateX(-50%);
  width: 570px;
}

.campaign-detail-link {
  display: block;
  margin: 0 auto;
  padding: 40px 0 50px;
  width: 383px;
  transition: 0.3s;
}
.campaign-detail-link:hover {
  opacity: 0.7;
}
.campaign-detail-link a img {
  width: 100%;
}

.campaign-illust-dai {
  position: absolute;
  right: -140px;
  bottom: 0;
  width: 310px;
}

/* --------------------------------------------------

フッター

-------------------------------------------------- */
.auction-logo {
  margin: 0 auto;
  display: flex;
  width: 150px;
  align-items: center;
  font-size: 16px;
}
.auction-logo a {
  width: 100px;
  font-size: 0;
}
.auction-logo img {
  max-width: 100%;
  height: auto;
}

/* ----------------------------------------------------------------------------------------------------

ここから1200px以下

---------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1199px) {
}

/* ----------------------------------------------------------------------------------------------------

ここからスマートフォン

---------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .inner {
    margin: 0 5.333333vw;
    max-width: none;
    width: auto;
  }

  .mfp-close,
  .mfp-close:active {
    top: 4vw;
    right: 5.333333vw;
    width: 10.333333vw;
    height: 10.333333vw;
  }

  #report-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #03071c;
    opacity: 0.97;
  }
  .report-popup-inner {
    margin: 100px auto;
    max-width: none;
    width: 90%;
  }
  .report-popup-txt img {
    width: 100%;
  }

  /* --------------------------------------------------

  contents

  -------------------------------------------------- */
  #dai-auction {
  }

  .dqdai-auction {
  }

  .header-img {
  }

  /* --------------------------------------------------

  intro

  -------------------------------------------------- */
  .intro {
    padding: 8vw 0 13.333333vw;
    background: #000 url(../image/intro-bg01.jpg) left top repeat;
    background-size: contain;
  }
  .intro-lead-txt {
    text-align: center;
  }
  .intro-lead-txt:nth-of-type(1) {
    padding-bottom: 8vw;
  }
  .intro-lead-txt:nth-of-type(2) {
    padding-bottom: 3.333333vw;
    font-size: 4.266666vw;
  }
  .intro-lead-txt:nth-of-type(3) {
    padding-bottom: 3.333333vw;
    font-size: 3.2vw;
  }
  .intro-lead-txt:nth-of-type(4) {
    padding-bottom: 8vw;
    font-size: 3.2vw;
  }

  .yt-viewer-block {
    width: auto;
  }
  .yt-viewer-ttl {
    width: auto;
  }
  .yt-viewer-thumb {
    margin-top: -5.333333vw;
  }
  .yt-viewer-thumb img {
    opacity: 1;
  }
  .yt-viewer-block a:after {
    background-size: 13.333333vw;
  }

  /* --------------------------------------------------

  ご報告

  -------------------------------------------------- */
  .report {
    padding: 16vw 0 6.666666vw;
  }
  .report-head,
  .report-popup-head {
    margin: 0 auto 3.333333vw;
    width: 53.333333vw;
  }

  /* --------------------------------------------------

  出品物

  -------------------------------------------------- */
  .item {
    padding-bottom: 13.333333vw;
  }
  .item .inner {
    width: auto;
  }
  .item-head {
    margin: -4.666666vw auto 5.222222vw;
    width: 53.333333vw;
  }
  .item-list {
    display: block;
  }
  .item-list-block {
    width: auto;
    margin-bottom: 6.666666vw;
  }
  .item-list-thumb a {
  }
  .item-list-coming {
    width: 22.666666vw;
  }
  .item-list-thumb {
  }
  .item-list-thumb:after {
  }
  .item-list-img {
  }
  .item-list-img img {
  }
  .item-list-block:hover .item-list-img img {
    opacity: 1;
  }

  .item-list-plate {
    margin: -2vw auto 0;
    padding: 3px;
    width: 60vw;
    box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.4);
  }
  .item-list-plate-inner {
    padding: 2.666666vw;
    box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.4) inset;
  }
  .item-list-lot {
    font-size: 3.2vw;
  }
  .item-list-ttl {
    font-size: 4.533333vw;
  }
  .item-list-ttl i {
    font-size: 3.2vw;
  }
  .item-list-price {
    font-size: 3.2vw;
  }
  .item-list-price strong {
    font-size: 4.533333vw;
  }

  .popup-block {
    margin: 0 auto;
    padding: 20vw 4.266666vw;
  }
  .popup-block img {
  }

  .item-popup-list {
    display: block;
  }
  .item-popup-list-item {
    margin: 0 auto 5.333333vw;
    width: auto;
  }
  .item-popup-list-item:nth-of-type(even) {
    margin-left: 0;
  }
  .item-popup-detail {
    padding-top: 2.666666vw;
  }
  .item-popup-ttl {
    font-size: 5.866666vw;
  }
  .item-popup-txt {
    font-size: 3.733333vw;
  }
  .item-popup-txt em {
    font-size: 5.333333vw;
  }
  .item-popup-paragraph + .item-popup-paragraph {
    padding-top: 2.666666vw;
  }
  .item-popup-itemizing {
  }

  /* --------------------------------------------------

  参加方法

  -------------------------------------------------- */
  .entry-detail-block {
    margin: 6.666666vw 5.333333vw;
    width: auto;
  }
  .entry-detail-block:before,
  .entry-detail-block:after {
    width: 100%;
    height: 8vw;
  }
  .entry-detail-block:before {
    top: -6vw;
  }
  .entry-detail-block:after {
    bottom: -8vw;
  }
  .entry-detail-head {
    padding-bottom: 1.333333vw;
    width: 41.466666vw;
  }
  .entry-detail-ttl {
    font-size: 6.4vw;
  }
  .entry-detail-txt {
    font-size: 4.266666vw;
  }
  .entry-detail-txt mark {
  }

  .entry-detail-txt {
    margin-bottom: 2.666666vw;
  }
  .entry-app-txt {
    margin: 0 5.333333vw;
    padding-bottom: 5.333333vw;
    font-size: 3.2vw;
    text-align: left;
  }
  .entry-detail-bnr {
    margin: 0 auto 5.333333vw;
    width: 80%;
  }
  .entry-detail-bnr:hover {
    opacity: 1;
  }
  .entry-detail-date {
    margin: 5.333333vw;
    padding: 1.333333vw 0;
    width: auto;
    font-size: 4.8vw;
  }

  .entry-detail-link {
    margin: 0 5.333333vw;
    width: auto;
  }
  .entry-detail-link:after {
  }
  .entry-detail-link a {
    padding: 2.666666vw 0 2.666666vw;
    font-size: 4.8vw;
  }
  .entry-detail-link a i {
    font-size: 2.666666vw;
  }
  .entry-detail-link strong {
    padding: 0.7em 0;
    font-size: 4.266666vw;
  }

  .entry-illust-gome {
    top: -24vw;
    right: -4.266666vw;
    width: 35.2vw;
  }
  .entry-illust-pira {
    bottom: -26.666666vw;
    left: -4.266666vw;
    width: 28.266666vw;
  }

  /* --------------------------------------------------

  落札額予想キャンペーン

  -------------------------------------------------- */
  .campaign {
    margin-top: 28vw;
  }
  .campaign:after,
  .campaign:before {
  }
  .campaign:after {
  }
  .campaign:before {
  }

  .campaign-inner {
    width: auto;
    margin: 0 5.333333vw;
    padding: 13.333333vw 0;
  }

  .campaign-detail-block {
  }
  .campaign-detail-block:after,
  .campaign-detail-block:before {
  }
  .campaign-detail-block:after {
  }
  .campaign-detail-block:before {
  }

  .campaign-detail-head {
    padding-top: 8vw;
    width: 75.466666vw;
  }
  .campaign-detail-txt {
    padding-top: 2.666666vw;
  }
  .campaign-detail-txt:nth-of-type(1) {
    font-size: 4.266666vw;
  }
  .campaign-detail-txt:nth-of-type(2) {
    font-size: 3.2vw;
  }
  .campaign-detail-txt:nth-of-type(3) {
    font-size: 2.666666vw;
  }
  .campaign-detail-txt mark {
  }
  .campaign-thanks-txt {
    top: 40vw;
    width: 90%;
  }
  .campaign-detail-link {
    padding: 5.333333vw 0 6.666666vw;
    width: 74.666666vw;
  }
  .campaign-detail-link:hover {
    opacity: 1;
  }

  .campaign-illust-dai {
    display: none;
  }

  /* --------------------------------------------------

  フッター

  -------------------------------------------------- */
  .auction-logo {
    width: 40vw;
    font-size: 3.2vw;
  }
  .auction-logo a {
    width: 26.666666vw;
  }
}
