@charset "UTF-8";
/* sPhone*/
.pc,
.tablet {
  display: none !important;
}

body {
  width: 100vw;
  height: auto;
  font-family: "Noto Sans JP";
  }
  #container {
    display: none;
    width: 100vw;
    height: auto;
    position: relative;
}

header {
  width: 100%;
  height: 150px;
  position: relative;
  z-index: 2;
  background: var(--white);
  clip-path: polygon(0 0, 100% 0%, 100% 77%, 0 100%);
  }
  h1 {
    display: none;
    width: 140px;
    height: auto;
    aspect-ratio: 1/1;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    }
    h1 img {
      display: block;
      width: 100%;
}

/* header shadow */
div.hdr_shadow {
  width: 100%;
  height: 155px;
  position: absolute;
  z-index: 1;
  top: 0;
  background: rgba(236,115,139,0.6); /* var(--pastel_red) 題字共通 */
  clip-path: polygon(0 0, 100% 0%, 100% 77%, 0 100%);
}
/* header shadow end */


/* nav hvr 処置（ オークションページ ） */
  /*// 最新ターム用 （ 最新vol | hvr = オークション ） //*/
  /* header */
  section.hideNav nav.main_nav ul.latest-term li:nth-of-type(2) a img {
    /* svg color change var(--pastel_red) pastel red */
    filter: invert(76%) sepia(26%) saturate(6859%) hue-rotate(316deg) brightness(90%) contrast(77%);
  }
  section.hideNav nav.main_nav ul.latest-term li:nth-of-type(2) a {
    color: var(--pastel_red);
    font-weight: bold;
  }
  /* footer */
  #navBottom ul.latest-term li:nth-of-type(2) a img {
    /* svg color change var(--pastel_red) pastel red */
    filter: invert(76%) sepia(26%) saturate(6859%) hue-rotate(316deg) brightness(90%) contrast(77%);
  }
  #navBottom ul.latest-term li:nth-of-type(2) a {
    color: var(--pastel_red);
    font-weight: bold;
  }

  /*// 過去ターム用 （ 過去vol | hvr = 過去作品 ） //*/
  /* header */
  section.hideNav nav.main_nav ul.not-latest-term li:nth-of-type(5) a img {
    /* svg color change var(--pastel_red) pastel red */
    filter: invert(76%) sepia(26%) saturate(6859%) hue-rotate(316deg) brightness(90%) contrast(77%);
  }
  section.hideNav nav.main_nav ul.not-latest-term li:nth-of-type(5) a {
    color: var(--pastel_red);
    font-weight: bold;
  }
  /* footer */
  #navBottom ul.not-latest-term li:nth-of-type(5) a img {
    /* svg color change var(--pastel_red) pastel red */
    filter: invert(76%) sepia(26%) saturate(6859%) hue-rotate(316deg) brightness(90%) contrast(77%);
  }
  #navBottom ul.not-latest-term li:nth-of-type(5) a {
    color: var(--pastel_red);
    font-weight: bold;
  }
/* nav hvr 処置 end */


/* main_nav -> menu_sPhone.css */


h3.vol {
	width: 80%;
	height: auto;
	margin: 100px auto 50px;
	padding: 15px 0px 15px;
	text-align: center;
	color: var(--dark_brown);
	letter-spacing: 0.1em;
	border-top: 1px solid var(--dark_brown);
	border-bottom: 1px solid var(--dark_brown);
  font-size: 200%;
  font-family: 'Bebas Neue', cursive;
  }
  h3.vol span {
    display: block;
    margin: 10px auto 0px;
    text-align: center;
    font-size: 92%;
    font-weight: normal;
}

/* contents */
#contents {
  width: 80%;
  height: auto;
  margin: 0px auto 80px;
  clear: both;
  justify-content: center;  
  flex-wrap: wrap;
  display: flex;
  }
  #contents table.works {
    width: calc(100% - 0px);
    margin: 30px auto 30px;
    letter-spacing: 0.1em;
    }
    #contents table.works:nth-of-type(1) {
      width: calc(100% - 0px);
      margin: 30px auto 30px;
      border-top: none;
      letter-spacing: 0.1em;
    }
    table.works td img {
      display: block;
      margin: 2px auto 10px;
    }

    /* 項目 */
    table.works th {
      width: 20%;
      height: 28px;
      line-height: 28px;
      padding-left: 0.5em;
      padding-right: 1em;
      text-align: left;
      color: var(--dark_brown);
      font-size: 92%;
      letter-spacing: 0.1em;
      }
      /* 字間調整 */
      table.works th.tsp {
        letter-spacing: 0.2em;
    }
    /* 字間調整 end */

    /* 作品No */
    table.works th.num {
      width: 100%;
      height: auto;
      line-height: 1.6em;
      padding: 10px 0 1em 0;
      text-align: right;
      color: #867f6f;
      font-size: 100%;
      letter-spacing: 0.1em;
      font-weight: normal;
      }
      /* for No.1 and 2 調整用 */
      table.works th.num span {
        display: block;
        font-size: 92%;
    }
    /* 作品No end */


    /*作品thumnail*/
    table.works td.art_img {
      width: 100%;
      height: auto;
      vertical-align: top;
    }
    table.works td.art_img img {
      display: block;
      width: 100%;
      aspect-ratio: 2 / 3;
      margin: 0px auto;
    }
    /* 作品thumnail end */


    table.works td {
      width: auto;
      height: 20px;
      text-align: left;
      color: var(--dark_brown);
      font-size: 100%;
      }
      table.works td.studio a {
        display: inline;
        width: 100%;
        height: auto;
        text-align: left;
        padding: auto;
        margin: auto;
        color: #867f6f;
        background: none;
        letter-spacing: 0.1em !important;
      }
      /* 作品細部ボタン */
      table.works td a {
        display: block;
        width: 100%;
        height: auto;
        text-align: center;
        padding: 8px 0px 8px;
        margin: 0.8em auto 0px;
        color: var(--white);
        background: #867f6f;
        border-radius: 2px;
        letter-spacing: 0.5em;
      }
      /*入札ボタン*/
      table.works tr.bit td a {
        display: block;
        width: 100%;
        height: auto;
        text-align: center;
        padding: 12px 0px 12px;
        margin: 15px auto 0px;
        color: var(--white);
        background: var(--dark_brown);
        border-radius: 2px;
        letter-spacing: 0.15em;
    }

    /* 入札金額準備中など緊急用ボタン */
    table.works td p.btn {
      width: 100%;
      height: auto;
      text-align: center;
      padding: 10px 0px 10px;
      margin: 8px auto 0px;
      color: var(--white);
      background: #999;
}
/* 入札金額準備中など緊急用ボタン end */

/* pager */
#pager {
	width: 80%;
	min-height: 50px;
	margin: 0 auto 200px;
  }
  #pager ul {
    width: 100%;
    height: auto;
    }
    #pager ul li a {
      display: block;
      width: 50px;
      height: auto;
      margin: 0px 8px 16px;
      padding: 11px 0px 11px;
      color: var(--white);
      font-size: 100%;
      text-align: center;
      background: var(--dark_brown);
      float: left;
      border-radius: 2px;
    }
    #pager ul li.hvr a,
    #pager ul li a:hover {
      background: var(--pastel_red);
    }
    #pager ul li span.page-numbers.current,
    #pager ul li span.page-numbers.dots {
      display: block;
      width: 50px;
      height: auto;
      margin: 0px 8px 16px;
      padding: 11px 0px 11px;
      color: var(--white);
      font-size: 100%;
      text-align: center;
      background: #867f6f;
      float: left;
      border-radius: 3px;
}
/* pager end */


/* page-top */
a.page-top {
  display: block;
  width: 50px;
  height: 42px;
  padding-top: 8px;
  line-height: 1.2em;
  color: var(--wisteria);
  text-align: center;
  float: right;
  border: 1px solid var(--wisteria);
  border-radius: 50%;
  position: relative;
  z-index: 40;
  right: 20px;
  bottom: 70px;
}
/* page-top end */

/* footer */
footer {
	width: 100%;
	height: auto;
  padding: 20px 0 5px;
  background: var(--dark_brown);
  clip-path: polygon(0 11%, 100% 0%, 100% 100%, 0% 100%);
	}
	section#footer {
		width: 100%;
		height: auto;
		margin: 0px auto;
	}


  /*// footer nav -> menu_rock_pc.css //*/


  /* small */
  footer dl.small {
    width: 90%;
    height: auto;
    margin: 15px auto 0px;
    clear: both;
    }
    footer dl.small dt {
      width: 60px;
      height: 75px;
      margin: 0px auto;
    }
    footer dl.small dd {
      width: 100%;
      height: auto;
      padding-bottom: 15px;
      margin: 0px auto;
      }
      footer dl.small dd ul {
        width: 100%;
        height: auto;
        font-size: 85%;
        letter-spacing: 0.2em;
        text-align: center;
        color: var(--white);
        justify-content: center;
        flex-wrap: wrap;
        display: flex;
        }
        footer dl.small dd ul li {
          min-width: 30%;
          height: auto;
          padding: 0 1em;
          line-height: 1.8em;
          }
          footer dl.small dd ul li a {
            color: var(--white);
}
