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

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

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

/* header shadow */
div.hdr_shadow {
  width: 100%;
  height: 175px;
  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 */

/* alphaBtn for hideMenu */
div.alphaBtn {
  cursor: pointer;
  width: 80px;
  height: 80px;
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 1001;
}
/* alphaBtn for hideMenu end */

/* hide menu */
section.hideMenu {
  width: 80px;
  height: 80px;
  background-image: url("../img/btn/menu_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 1000;
  }
  section.hideMenu nav {
    width: 40px;
    height: 43px;
    margin: 0px 0px 0px 0px;
    position: absolute;
    right: 19px;
    top: 19px;
    z-index: 1000;
    }
    section.hideMenu p {
      width: 100%;
      height: auto;
      margin-top: 0.5em;
      text-align: center;
      font-size: 72%;
      color: var(--white);
}

/* humbager */
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  }
  .menu-trigger {
    position: relative;
    left: 7px;
    width: 25px;
    height: 14px;
    margin: 6px auto 0px;
    }
    section.hideMenu .menu-trigger span {
      position: absolute;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: var(--white);
      border-radius: 2px;
      }
      .menu-trigger span:nth-of-type(1) {
        top: 0;
      }
      .menu-trigger span:nth-of-type(2) {
        top: 6px;
      }
      .menu-trigger span:nth-of-type(3) {
        bottom: 0px;
      }
      .menu-trigger.active span:nth-of-type(1) {
        -webkit-will-change: transform;	
                will-change: transform;
        transform: translateY(6.5px) rotate(-40deg);
      }
      .menu-trigger.active span:nth-of-type(2) {
        opacity: 0;
      }
      .menu-trigger.active span:nth-of-type(3) {
        -webkit-will-change: transform;	
                will-change: transform;
        transform: translateY(-5.9px) rotate(42deg);
}
/* humbager end */

/* overlay */
#overlay {
  width: 100%;
  height: 100vh;
  background: rgba(255,255,255,0);
  margin: auto;
  position: fixed;
  z-index: 900;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/* overlay end */

/* shdow for hideNav */
div.shadow {
  width: 30.3%;
  min-width: 333px;
  height: 100vh;
  background: rgba(0,0,0,0.1);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 9% 100%);
  position: fixed;
  z-index: 909;
  top: 0;
  right: 0;
}
/* shdow for hideNav end */

/* hideNav */
section.hideNav {
  display: none;
  width: 30%;
  min-width: 330px;
  height: 100vh;
  background: rgba(255,255,255,1);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 9% 100%);
  position: fixed;
  z-index: 910;
  top: 0;
  right: 0;
  }
  section.hideNav nav.main_nav {
    width: 200px;
    height: 350px;
    margin: calc((100vh - 431px) / 2) auto 0;
    position: relative;
    z-index: 910;
    }
    section.hideNav nav.main_nav ul {
      width: 100%;
      height: auto;
      padding: 45px 0px 45px;
      border-top: 2px solid var(--wisteria);
      border-bottom: 2px solid var(--wisteria);
      position: relative;
      z-index: 910;
      }
      section.hideNav nav.main_nav ul li a {
        display: block;
        width: auto;
        margin-bottom: 30px;
        padding-left: 15px;
        letter-spacing: 0.1em;
        color: var(--dark_light_brown); /* dark light brown */
        font-size: 108%;
        text-align: left;
        font-family: 'Lato', sans-serif;
        font-weight: bold;
      }
      section.hideNav nav.main_nav ul li:last-of-type a {
        margin-bottom: 0;
      }
      /* icon */
      section.hideNav nav.main_nav ul li a img {
        display: inline-block;
        margin-right: 0.6em;
        position: relative;
        top: 2px;
        /* 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 li a:hover img,
      section.hideNav nav.main_nav ul 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%);
      }
      /* icon end */
      section.hideNav nav.main_nav ul li a:hover,
      section.hideNav nav.main_nav ul li:nth-of-type(5) a {
        color: var(--pastel_red);/* #be97dd; */
        font-weight: bold;
    }
    /* sns */
    section.hideNav ol.social {
      width: 100%;
      height: 30px;
      margin-top: 30px;
      list-style: none;
      }
      section.hideNav ol.social li a {
        display: block;
        width: 30px;
        height: 30px;
        margin: 0px 4px 0px;
        float: right;
      }
      section.hideNav ol.social li img {
        display: block;
        width: 30px;
        height: 30px;
        border: none;
}
/* hide menu end */

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

/* contents */
#contents{
  width: 90%;
  height: auto;
  margin: 0px auto 80px;
  clear: both;
  justify-content: space-around; /* 均等余白 */
  align-items: stretch; /* 高さの均等 */
  flex-wrap: wrap;
  display: flex;
  }
  #contents table.works {
    width: calc(45% - 0px);
    margin: 30px 0px 60px 0px;
    letter-spacing: 0.1em;
    }
    /* 項目 */
    table.works th {
      width: 15%;
      height: 25px;
      line-height: 25px;
      padding: 0 1em 0.5em 0;
      text-align: left;
      color: var(--dark_brown); /* dark brown */
      font-size: 82%;
      letter-spacing: 0.1em;
    }
    /* 字間調整 */
    table.works th.tsp {
      letter-spacing: 0.2em;
    }
    /* 字間調整 end */

    /* 作品No. */
    table.works th.num {
      width: 100%;
      padding-top: 10px;
      padding-bottom: 1em;
      padding-right: 0;
      line-height: 1.4em;
      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: 82%;
    }
    /* 作品No. end */

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

    table.works td {
      width: auto;
      height: 20px;
      text-align: left;
      font-size: 92%;
      color: var(--dark_brown); /* dark brown */
      }
      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);
        font-size: 92%;
        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: 10px auto 0px;
        color: var(--white);
        font-size: 92%;
        background: var(--dark_brown); /* 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: 90%;
	height: 50px;
	margin: 0px auto 200px;
  }
  #pager ul {
    width: 100%;
    min-height: 50px;
    /* only pc & tablet */
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
    }
    #pager ul li a {
      display: block;
      width: 50px;
      height: auto;
      margin: 0px 10px 10px;
      padding: 11px 0px 11px;
      color: var(--white);
      font-size: 100%;
      text-align: center;
      background: var(--dark_brown); /* dark brown */
      float: left;
      border-radius: 3px;
    }
    #pager ul li.hvr a,
    #pager ul li a:hover {
      background: var(--pastel_red);
}
/* contents 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: 30px;
  bottom: 100px;
}
/* page-top 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;
	}

	/*copy & sns*/
	footer table.copy {
		width: calc(100% - 10px);
		height: 35px;
    margin-right: 10px;
		margin-top: 60px;
		margin-bottom: 60px;
		float: right;
		}
		footer table.copy th {
			width: 100%;
			height: 35px;
			line-height: 35px;
			padding-right: 15px;
      text-align: right;
			font-size: 85%;
			letter-spacing: 0.1em;
			color: var(--white);
			font-weight: lighter;
      }
      footer table.copy th span {
        font-weight: bold;
      }
      footer table.copy td {
        width: 45px;
        height: 35px;
        }
        footer table.copy td a img {
          display: block;
          width: 35px;
          height: 35px;
          line-height: 35px;
          margin-right: 5px;
          cursor: pointer;
	}
	/* copy & sns end */

	#navBottom {
    width: 94%;
		height: auto;
		margin: 0 0 60px 6%;
		float: left;
		}

    /* footer nav */
    #navBottom ul {
      width: 220px;
      height: auto;
      padding: 5px 0px 5px;
      padding-left: 5px;
      border-left: 1px solid var(--wisteria);
      }
      #navBottom ul li a {
        display: block;
        width: auto;
        margin-bottom: 30px;
        padding-left: 15px;
        letter-spacing: 0.1em;
        color: var(--white);
        font-size: 108%;
        text-align: left;
        font-family: 'Lato', sans-serif;
        }
        #navBottom ul li:last-of-type a {
          margin-bottom: 0;
          }
          /* icon */
          #navBottom ul li a img {
            display: inline-block;
            margin-right: 0.6em;
            position: relative;
            top: 2px;
            /* svg color change #be97dd light wistaria */
            filter: invert(85%) sepia(20%) saturate(5133%) hue-rotate(203deg) brightness(90%) contrast(92%);
          }
          #navBottom ul li a:hover img,
          #navBottom ul 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%);
          }
          /* icon end */
          #navBottom ul li a:hover,
          #navBottom ul li:nth-of-type(5) a {
            color: var(--pastel_red);
            font-weight: bold;
  }
  /* footer nav end */

  /* 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);
}