@charset "utf-8";
#rwd-main-content * {
  box-sizing: border-box;
}
#rwd-main-content img {
  max-width: 100%;
}

.lead-txt{
  font-size:2.0rem;
  text-align: center;
  margin:1em 0 2.2em;
}

/* 画像ボックス */
.card-wrap {
  position: relative;
  display: block;
  overflow: hidden;
}
.card-wrap figure {
  margin: 0;
  overflow: hidden;
  background: #000;
  border: solid 1px #e6e6e6;
}
.card-wrap img {
  width: 100%;
  height: auto;
  transition: transform .6s ease;
}
#rwd-content .rwd-main-content-group a.card-wrap:hover img {
  opacity: 0.5 !important;
}
.card-wrap .number {
    position: absolute;
    top: -10px;
    left: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 36px;
    line-height: 1;
    color: #ffffff;
    z-index: 2;
    pointer-events: none;
}
.card-wrap .number.grey{
    color: #aaaaaa;
}
.card-wrap:hover img {
  transform: scale(1.08);
}
/* オーバーレイテキスト */
.card-wrap .card-caption {
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  color: #fff;
  opacity: 0;
  transition: opacity .4s ease;
  text-align: center;
  pointer-events: none;
  padding: 0 10px;
  line-height: 1.4;
}

/* hoverしたとき */
.card-wrap:hover .card-caption {
  opacity: 1;
}


#bottom-logo {
  width: 120px;
  margin: 66px auto 0;
}


/* 什器紹介ページ */
.work-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end; 
  margin-bottom: 10px;
}

h2.work-ttl {
  font-size: 3.2rem!important;
  display: flex;
  align-items: flex-end;
  gap: 0.4em;
}
h2.work-ttl span {
  font-family: 'Roboto', sans-serif;
  font-size: 3.4rem!important;
  font-weight: 500;
  position: relative;
  line-height: 1.2;
  margin-bottom: 0;
}
h2.work-ttl span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 6px;
  background-color: #888;
}
.back-link {
  text-align: right;
  margin-bottom: 10px;
}
.back-link a {
  display: flex;
  align-items: center;
  text-decoration: none;
  border-bottom: solid 3px #dbdbdc;
  padding-bottom: .5em;
}
.back-link .rwd-icon-left-arrow {
    width: 14px !important;
    height: 14px !important;
    margin-right: 0.5em;
    margin-bottom: 2px;
}
.workWrap {
  display: flex;
  justify-content: space-between; 
  align-items: flex-start;
  gap: 3%;
}
.workWrap .picture {
  width: 52%;
}
.workWrap .work-data {
  width: 45%;
  padding-top:5px;
}
.workWrap .picture img {
  display: block;
  width: 100%;
}
.workWrap figure {
  margin: 0;
}
.workWrap .work-data h3 {
  font-weight: normal;
  padding-left: 25px;
  margin-bottom: 15px !important;
  line-height: normal;
  position: relative;
}
.workWrap .work-data h3::before {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  width: 12px;
  height: 105%;
  background-color: #d8c6a0;
  background-image: 
    repeating-linear-gradient(90deg, transparent, transparent 1px, rgba(0,0,0,0.05) 1px, rgba(0,0,0,0.05) 3px),
    repeating-linear-gradient(0deg, transparent, transparent 1px, rgba(255,255,255,0.3) 1px, rgba(255,255,255,0.3) 3px);
}
.workWrap .work-data dl{
  margin-bottom:1.5em!important;
}
.workWrap dl {
  margin: 0;
}
.workWrap dt,
.workWrap dd {
  display: inline-block;
  vertical-align: top;
}
.workWrap dt {
  font-weight: 600;
  margin-bottom: .2em;
}
.workWrap dt span {
  color: #406483;
}
/*.workWrap dt::after {
  content: "|";
  position: absolute;
  right: 0;
  top: -2px;
  color: #495c6d;
}*/
.workWrap dd {
  margin: 0 0 15px 0;
  padding-left:16px;
  display: block;
  color: #444;
}
.frame{
  border: solid 5px #eeeedc;
  padding: 1.5em;
  margin-bottom:1.5em;
}

@media screen and (min-width:768px) {
#rwd-content .rwd-grid-unison.pc-grid3of12.gallery-card .rwd-grid-item {
    width: 24.25%!important;
}
#rwd-content .rwd-grid-unison.pc-grid3of12.gallery-card .rwd-grid-item{
  margin-left: 1%!important;
}
#rwd-content .rwd-grid-unison.pc-grid3of12.gallery-card .rwd-grid-item:first-child{
  margin-left: 0!important;
}
#rwd-content .rwd-grid-unison.pc-grid3of12.gallery-card .rwd-grid-item:nth-child(4n + 1){
  margin-left: 0!important;
}
#rwd-content .picture figure {
  margin-bottom: 0!important;
}
.work-header {
  margin-top: 2em;
}
}

@media screen and (max-width:767px) {
#rwd-content .rwd-product-header .rwd-headline1-type02 {
    padding-right: 2%!important;
}
.lead-txt{
  font-size:1.6rem;
  text-align: left;
}
.card-wrap .number {
    top: -5px;
    left: 6px;
    font-size: 24px;
}

/*作品名称部分*/
#rwd-content .rwd-product-header {
    margin-bottom: 15px!important;
}
.work-header {
  flex-direction: column;
  align-items: flex-start;
}

.back-link {
  order: -1;
  text-align: right;
  width: 100%;
  margin-bottom: 10px;
}

.back-link a {
  display: inline-flex;
  align-items: center;
  border-bottom: solid 3px #dbdbdc;
  padding-bottom: .5em;
  text-decoration: none;
  font-size: 1.3rem;
}

.work-ttl {
  width: 100%;
  text-align: left;
  margin-top: 0;
}
h2.work-ttl span {
    font-size: 2.2rem !important;
    margin-bottom: 8px;
}
h2.work-ttl {
    font-size: 2.4rem !important;
    gap: 0.5em;
}
.workWrap {
  flex-direction: column;
  gap: 10px;
}
.workWrap .picture,
.workWrap .work-data {
  width: 100%; 
}
.frame{
  padding: 0;
  border: solid 1px #d5d5d5;
}
.workWrap .work-data {
  padding: 0 1em 1.5em;
}
.workWrap .picture img {
  box-shadow: none;
}
.workWrap .work-data h3 {
  font-size:1.8rem;
}
.workWrap dd span {
    margin-left: 0;
}
}

/* -------------------------------------------------
  Pagenation
------------------------------------------------- */
.button-container {
  max-width: 1220px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin: 0 auto;
}
.button-container.type1 {
  margin: 0 auto 3em;
  border-top: 2px solid #b9b9b9;
  padding-top: 1.4rem;
}
.text-button {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: inherit;
}
.icon-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  border: 2px solid #999;
  border-radius: 8px;
  background-color: #fff;
  cursor: pointer;
  transition: transform 0.2s, background-color 0.2s;
}
.icon-button:hover {
  background-color: #f0f0f0;
}
/* 左右矢印ボタン */
.arrow:hover {
  transform: scale(1.05);
}
/* 左向き矢印 */
.arrow.left::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 6px solid #000;
  transform: translateX(-1.5px);
}
/* 右向き矢印 */
.arrow.right::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #000;
  transform: translateX(1.5px);
}
/* メニューボタン */
.menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.menu .menu-line {
  width: 38%;
  height: 2px;
  background-color: #000;
  border-radius: 1.2px;
}
.menu .menu-line {
  transform: none;
}
/*ページネイションのはじめ／終わり*/
.button-container .text-button-terminal{
  width: 4em;
}
/*什器テキストリンク*/
a.link-text{
  color: #2766f7!important;
}
a.link-text:hover{
  color: #e95b3a!important;
}
.rwd-main-content p a.link-text:link {
    text-decoration: underline!important;
    text-decoration-style: dotted!important;
    text-underline-offset: 3px;
}
