@charset "UTF-8";
:root {
  --color-red: #db0000;
  --color-pink: #f5a9a9;
  --color-blue: #1c4896;
  --color-text: #333;
  --color-bg: #f2f2f2;
  --color-border: #ddd;
  --color-button-border: #dadada;
  --color-disabled: #ccc;
  --color-disabled-border: #f1f1f1;
  --color-red--75: #db000075;
}
@media screen and (min-width: 768px), print {
  .contents-wrap {
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  #main > .inner.detail {
    padding: 0 15px;
  }
}
#main section.kv {
  background-image: url(../media/images/works/kv_bg.webp);
}
@media screen and (min-width: 768px), print {
  #main section.kv {
    margin-top: 0;
    aspect-ratio: 3.415;
    padding-bottom: 5px;
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  #main section.kv {
    background-position: left 12.5% center;
    gap: 0;
    padding-bottom: 3px;
  }
}
#main section.kv h2 {
  letter-spacing: 0.5em;
  padding-left: 0.5em;
}
@media screen and (max-width: 767px) {
  #main section.kv h2 {
    text-align: center;
    font-size: 30px;
    line-height: 1.3333333333;
    letter-spacing: 0.3em;
    padding-left: 0.3em;
    text-indent: 0;
  }
}
#main section.kv .subtitle {
  padding: 6px 17px 8px;
}
@media screen and (max-width: 767px) {
  #main section.kv .subtitle {
    margin-top: 4px;
    min-width: 110px;
    padding: 8px 0 6px;
  }
}
#main section.tag-list {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #main section.tag-list {
    margin-top: 17px;
    padding: 0 20px;
  }
}
#main section.tag-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 6.625px 20.5px;
}
@media screen and (max-width: 767px) {
  #main section.tag-list ul {
    gap: 2.6px 10px;
  }
}
#main section.tag-list ul li {
  flex: 0 0 auto;
}
#main section.tag-list ul li a {
  display: block;
  text-decoration: none;
  color: #666;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #main section.tag-list ul li a {
    font-size: 13px;
  }
}
#main section.tag-list ul li a::before {
  content: "＃";
}
#main section.tag-list ul li a:hover {
  text-decoration: underline;
}
#main section.work-list {
  margin-top: 81px;
}
@media screen and (max-width: 767px) {
  #main section.work-list {
    margin-top: 26px;
    padding: 0 20px;
  }
}
#main section.work-list > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 52px 50px;
}
@media screen and (max-width: 767px) {
  #main section.work-list > ul {
    grid-template-columns: 1fr;
    gap: 49.6px;
  }
}
#main section.work-list > ul > li a {
  display: block;
  color: inherit;
  text-decoration: none;
}
#main section.work-list > ul > li a:hover {
  text-decoration: underline;
}
#main section.work-list > ul > li .thumb img {
  vertical-align: top;
  width: 100%;
}
#main section.work-list > ul > li ul.tags {
  list-style: none;
  margin: 13px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0 10px;
}
@media screen and (max-width: 767px) {
  #main section.work-list > ul > li ul.tags {
    margin-top: 7px;
    font-size: 13px;
  }
}
#main section.work-list > ul > li ul.tags li {
  flex: 0 0 auto;
}
#main section.work-list > ul > li ul.tags li a {
  display: block;
  text-decoration: none;
  color: #666;
}
#main section.work-list > ul > li ul.tags li a::before {
  content: "＃";
}
#main section.work-list > ul > li ul.tags li a:hover {
  text-decoration: underline;
}
#main section.work-list > ul > li p.catch {
  margin: 4px 0 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.15em;
  text-decoration: underline var(--color-red--75);
  text-underline-offset: 10px;
}
@media screen and (max-width: 767px) {
  #main section.work-list > ul > li p.catch {
    margin-top: 1px;
    font-size: 16px;
    line-height: 2.1875;
  }
}
#main section.more-button {
  margin: 79px 0 97px;
}
@media screen and (max-width: 767px) {
  #main section.more-button {
    margin: 49px 0 62px;
  }
}
#main section.more-button a {
  --border-color: var(--color-red);
  --bg-color: var(--color-red);
  --text-color: #fff;
  --hover-bg-color: #fff;
  --hover-text-color: var(--color-red);
  --arrow-image: url(../media/images/templete/arrow-white.svg);
  --hover-arrow-image: url(../media/images/templete/arrow-red.svg);
  display: block;
  width: 285px;
  height: 60px;
  padding: 14px 10px;
  border-radius: 30px;
  border: 1px solid var(--border-color);
  background-color: var(--bg-color);
  background-image: var(--arrow-image);
  background-repeat: no-repeat;
  background-position: right 30px center;
  color: var(--text-color);
  font-size: 16px;
  line-height: 1.875;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  transition: background 0.3s ease-in, color 0.3s ease-in;
  /*&[target=_blank] {
	background-image: var(--arrow-image);
	background-repeat: no-repeat;
	background-position: right 30px center;

	&:hover {
	background-image: var(--hover-arrow-image);
	background-position: right 20px center;
}
}*/
  --border-color: var(--color-red);
  --bg-color: #fff;
  --text-color: var(--color-red);
  --hover-bg-color: var(--color-red);
  --hover-text-color: #fff;
  --arrow-image: url(../media/images/templete/arrow-red.svg);
  --hover-arrow-image: url(../media/images/templete/arrow-white.svg);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #main section.more-button a {
    width: 200px;
    height: 45px;
    padding: 8.5px 10px;
    font-size: 13px;
    background-size: 11px;
    background-position: right 20px center;
  }
}
#main section.more-button a:hover {
  opacity: 1;
  background-color: var(--hover-bg-color);
  background-image: var(--hover-arrow-image);
  background-position: right 20px center;
  color: var(--hover-text-color);
}
@media screen and (max-width: 767px) {
  #main section.more-button a:hover {
    background-position: right 15px center;
  }
}
#main section.lead {
  padding-top: 30px;
}
#main section.lead h2 {
  margin: 0 0 0 -6px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.4333333333;
  letter-spacing: 0.08em;
  position: relative;
}
#main section.lead h2::before {
  content: "";
  display: block;
  background: url(../media/images/model_house/caption-stripe.svg) center;
  position: absolute;
  height: 25px;
  top: 9px;
  right: calc(100% + 37px);
  width: calc(50vw - 543px);
  max-width: 300px;
}
#main section.lead p {
  margin: 42px 0 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
#main section.gallery {
  margin-top: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid #e5e5e5;
  /*
		> div {
			display: flex;
			justify-content: flex-start;
			align-items: stretch;
			gap: 40px;
			+ div {
				margin-top: 40px;
			}
			img {
				flex: 0 1 auto;
				max-width: 100%;
				vertical-align: top;
				object-fit: cover;
			}
			&.row1 {
				img {
					width: 100%;
					aspect-ratio: 10 / 7;
				}
			}
			&.row2 {
				img {
					width: 48%;
					aspect-ratio: 10 / 7;
				}
			}
			&.row3 {
				img {
					width: calc(92% / 3);
					aspect-ratio: 92 / 144;
				}
			}
		}
		*/
}
#main section.gallery .main_pic img {
  max-width: 100%;
}
#main section.gallery .pics ul li {
  margin: 0;
}
#main section.voice {
  margin-top: 69px;
}
#main section.voice h3 {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 25px;
}
#main section.voice h3::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 30px;
  background-color: var(--color-red);
  vertical-align: -4px;
  margin-right: 20px;
}
#main section.voice h4 {
  font-size: 19px;
  line-height: 1.8421052632;
  padding: 0 10%;
}
#main section.voice .name {
  margin: 20px 0 -10px;
  color: #333;
  font-size: 17px;
  line-height: 2.0588235294;
  padding: 0 10%;
}
#main section.voice p {
  margin: 34px 0 0;
  padding: 0 10%;
  color: #666;
  font-size: 17px;
  line-height: 2.0588235294;
}
#main section.back-button {
  margin: 83px 0 82px;
}
#main section.back-button a {
  --border-color: var(--color-red);
  --bg-color: var(--color-red);
  --text-color: #fff;
  --hover-bg-color: #fff;
  --hover-text-color: var(--color-red);
  --arrow-image: url(../media/images/templete/arrow-white.svg);
  --hover-arrow-image: url(../media/images/templete/arrow-red.svg);
  display: block;
  width: 285px;
  height: 60px;
  padding: 14px 10px;
  border-radius: 30px;
  border: 1px solid var(--border-color);
  background-color: var(--bg-color);
  background-image: var(--arrow-image);
  background-repeat: no-repeat;
  background-position: right 30px center;
  color: var(--text-color);
  font-size: 16px;
  line-height: 1.875;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  transition: background 0.3s ease-in, color 0.3s ease-in;
  /*&[target=_blank] {
	background-image: var(--arrow-image);
	background-repeat: no-repeat;
	background-position: right 30px center;

	&:hover {
	background-image: var(--hover-arrow-image);
	background-position: right 20px center;
}
}*/
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #main section.back-button a {
    width: 200px;
    height: 45px;
    padding: 8.5px 10px;
    font-size: 13px;
    background-size: 11px;
    background-position: right 20px center;
  }
}
#main section.back-button a:hover {
  opacity: 1;
  background-color: var(--hover-bg-color);
  background-image: var(--hover-arrow-image);
  background-position: right 20px center;
  color: var(--hover-text-color);
}
@media screen and (max-width: 767px) {
  #main section.back-button a:hover {
    background-position: right 15px center;
  }
}
/*# sourceMappingURL=./works.css.map */