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

body {
  width: 100%;
  height: auto;
  font-family: "Noto Sans JP";
  }
  #container {
    display: none;
    width: 100%;
    max-width: 980px;
    margin: 0px auto;
    background: var(--white);
    }
    h1 {
      display: none;
      width: 100%;
      height: 30px;
      margin: 10px auto -5px;
      font-size: 72%;
      color: #867f6f;
      letter-spacing: 0.2em;
      text-align: center;
      font-weight: lighter;
}

/* header */
header {
	width: 100%;
	height: 40px;
	margin: 0px auto;
	background: var(--white);
	position: relative;
	box-shadow:0px -3px 7px -5px rgba(33,28,26,0.57);
  }
/* header end */

/* 題字（ ログインフォーム用 | form-login.php ） */
article.works-bid h2 {
  text-align: center;
  font-size: 266%;
  letter-spacing: 0.1em;
  padding: 30px 0 20px;
  color: var(--pastel_red);
  }
  /* 題字 斜線 */
  article.works-bid span.oblique_line {
    display: block;
    width: 300px;
    height: 11px;
    margin: 0 auto 80px;
    background: var(--pastel_red);
    transform: rotate(-2deg);
    clip-path: polygon(100% 0, 0 0, 12% 100%);
}
/* 題字（ ログインフォーム用 | form-login.php ） 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;
}
/* // ul.not-latest-term 過去ターム用 継承打ち消し（ オークションページのみ継承あり ） // */
/* header */
section.hideNav nav.main_nav ul.latest-term li:nth-of-type(5) a img {
  /* svg color change #be97dd light wistaria */
  filter: invert(85%) sepia(20%) saturate(5133%) hue-rotate(203deg) brightness(90%) contrast(92%);
  }
  section.hideNav nav.main_nav ul.latest-term li:nth-of-type(5) a {
    color: var(--dark_light_brown);
    font-weight: bold;
  }
  /* hover */
  section.hideNav nav.main_nav ul.latest-term li:nth-of-type(5) a:hover 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(5) a:hover {
      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;
}
/* // ul.latest-term 最新ターム用 継承打ち消し（ オークションページのみ継承あり ）  // */
/* header */
section.hideNav nav.main_nav ul.not-latest-term li:nth-of-type(2) a img {
  /* svg color change #be97dd light wistaria */
  filter: invert(85%) sepia(20%) saturate(5133%) hue-rotate(203deg) brightness(90%) contrast(92%);
  }
  section.hideNav nav.main_nav ul.not-latest-term li:nth-of-type(2) a {
    color: var(--dark_light_brown);
    font-weight: bold;
  }
  /* hover */
  section.hideNav nav.main_nav ul.not-latest-term li:nth-of-type(2) a:hover 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(2) a:hover {
      color: var(--pastel_red);
      font-weight: bold;
}
/* footer */
#navBottom ul.not-latest-term li:nth-of-type(2) a img {
  /* svg color change #be97dd light wistaria */
  filter: invert(85%) sepia(20%) saturate(5133%) hue-rotate(203deg) brightness(90%) contrast(92%);
  }
  #navBottom ul.not-latest-term li:nth-of-type(2) a {
    color: var(--white);
    font-weight: normal;
  }
  /* hover */
  #navBottom ul.not-latest-term li:nth-of-type(2) a:hover 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(2) a:hover {
      color: var(--pastel_red);
      font-weight: bold;
}
/* nav hvr 処理 end */


/* contents */
#contents {
  width: 100%;
  height: auto;
  margin: 0px auto 80px;
  clear: both;
  }

  /* comments */
  h3.title {
    width: 85%;
    max-width: 640px;
    height: auto;
    margin: 25px auto 15px;
    padding: 18px 0px 5px 0px;
    line-height: 1.4em;
    font-size: 116%;
    letter-spacing:0.1em;
    text-indent: -0.1em;
    text-align: center;
    color: var(--dark_brown);
    border-top: 2px solid var(--light_beige);
    }
    h3.title span {
      display: block;
      font-size: 82%;
      font-weight: normal;
  }
  h3.comment {
    width: 85%;
    max-width: 640px;
    height: auto;
    margin: 0px auto 15px;
    padding: 5px 0px 5px 0px;
    font-size: 100%;
    font-weight: lighter;
    letter-spacing:0.1em;
    text-indent: -0.1em;
    text-align: center;
    background: var(--light_beige);
  }
  div.comment {
    width: 80%;
    max-width: 600px;
    height: auto;
    margin: 30px auto 15px;
    padding-bottom: 30px;
    font-size: 100%;
    letter-spacing: 0.1em;
    line-height: 2em;
    color: var(--dark_brown);
    text-align: justify;
    border-bottom: 2px dotted var(--light_beige);
    }
    div.comment a {
      color: var(--light_blue);
  }
  p.size {
    width: 85%;
    max-width: 640px;
    height: auto;
    margin: 0px auto 20px;
    padding-bottom: 15px;
    font-size: 100%;
    letter-spacing: 0.1em;
    line-height: 2em;
    text-align: center;
    color: var(--dark_brown);
    border-bottom: 2px solid var(--light_beige);
}
/* contents end */

#gallery {
	margin: 80px auto;
}

/* prev and 入札 */
div.play {
	width: 370px;
	height: auto;
	margin: 0px auto 40px;
  justify-content: space-around;
  flex-wrap: wrap;
  display: flex;
  gap: 10px;
  }
  /* 戻るBtn */
  #contents a.prev {
    display: block;
    width: 180px;
    height: auto;
    padding: 10px 0px 10px;
    text-align: center;
    letter-spacing: 0.2em;
    color: var(--white);
    background: #867f6f;
    float: left;
    border-radius: 3px;
  }
  /* 入札Btn */
  #contents a.bid {
    display: block;
    width: 180px;
    height: auto;
    padding: 10px 0px 10px;
    text-align: center;
    letter-spacing: 0.2em;
    color: var(--white);
    background: var(--dark_brown); /* dark brown */
    float: left;
    border-radius: 3px;
}
/* prev and 入札 end */

/* footer */
footer {
	width: 100%;
	height: auto;
  padding: 20px 0 5px;
  background: var(--dark_brown); /* 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_pc */

  /* 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;
        color: var(--white);
        justify-content: center;
        flex-wrap: wrap;
        display: flex;
        }
        footer dl.small dd ul li {
          width: auto;
          height: auto;
          padding: 0 1em;
          line-height: 1.8em;
          }
          footer dl.small dd ul li a {
            color: var(--white);
}