@charset "UTF-8";
.craftsmanship-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .craftsmanship-hero {
    height: 70vh;
    min-height: 400px;
  }
}
.craftsmanship-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.craftsmanship-hero__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.craftsmanship-hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
}
.craftsmanship-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.craftsmanship-hero__container {
  width: 100%;
  max-width: 1650px;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (max-width: 1550px) {
  .craftsmanship-hero__container {
    max-width: 90%;
  }
}
@media only screen and (max-width: 991px) {
  .craftsmanship-hero__container {
    max-width: 90%;
    padding: 0 20px;
  }
}
.craftsmanship-hero__label {
  font-size: 4.8rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #FFF;
  margin-bottom: 24px;
  line-height: 1;
  font-family: "Shippori Mincho B1", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media only screen and (max-width: 991px) {
  .craftsmanship-hero__label {
    font-size: 4rem;
  }
}
.craftsmanship-hero__title {
  font-size: 2.8rem;
  font-weight: 200;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #FFF;
  font-family: "Shippori Mincho B1", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media only screen and (max-width: 991px) {
  .craftsmanship-hero__title {
    font-size: 2rem;
  }
}
.craftsmanship-hero__scrolltext {
  position: absolute;
  bottom: 50px;
  right: 50px;
  z-index: 1;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}
.craftsmanship-hero__scrolltext::after {
  content: "";
  position: absolute;
  bottom: -60px;
  right: -10px;
  width: 1px;
  height: 50px;
  background: rgba(255, 255, 255, 0.6);
  -webkit-animation: scrollLine 2.5s ease-in-out infinite;
          animation: scrollLine 2.5s ease-in-out infinite;
  opacity: 0;
}
@-webkit-keyframes scrollLine {
  0% {
    height: 0;
    bottom: -10px;
    opacity: 0;
  }
  50% {
    height: 20px;
    opacity: 1;
  }
  100% {
    height: 0;
    bottom: -60px;
    opacity: 0;
  }
}
@keyframes scrollLine {
  0% {
    height: 0;
    bottom: -10px;
    opacity: 0;
  }
  50% {
    height: 20px;
    opacity: 1;
  }
  100% {
    height: 0;
    bottom: -60px;
    opacity: 0;
  }
}
@media only screen and (max-width: 991px) {
  .craftsmanship-hero__scrolltext {
    display: none;
  }
}

.cs-section1 {
  background-color: #fff;
  padding: 0;
  margin-top: 150px;
}
@media only screen and (max-width: 991px) {
  .cs-section1 {
    margin-top: 100px;
  }
}
.cs-section1__inner {
  width: 100%;
  max-width: 1650px;
  display: grid;
  grid-template-columns: 50% 50%;
  min-height: 700px;
  margin: 0 auto;
}
@media only screen and (max-width: 1550px) {
  .cs-section1__inner {
    max-width: 90%;
  }
}
@media only screen and (max-width: 991px) {
  .cs-section1__inner {
    max-width: 96%;
    grid-template-columns: 1fr;
  }
}
.cs-section1--reverse .cs-section1__inner {
  grid-template-columns: 50% 50%;
}
@media only screen and (max-width: 991px) {
  .cs-section1--reverse .cs-section1__inner {
    grid-template-columns: 1fr;
  }
}
.cs-section1--reverse .cs-section1__image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 0 0 0 80px;
  height: 870px;
}
@media only screen and (max-width: 991px) {
  .cs-section1--reverse .cs-section1__image {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    padding: 0;
    height: auto;
  }
}
.cs-section1--reverse .cs-section1__body {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 0;
}
@media only screen and (max-width: 1550px) {
  .cs-section1--reverse .cs-section1__body {
    padding: 0;
  }
}
@media only screen and (max-width: 1251px) {
  .cs-section1--reverse .cs-section1__body {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    padding: 0;
  }
}
@media only screen and (max-width: 991px) {
  .cs-section1--reverse .cs-section1__body {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 50px 20px 0;
  }
}
.cs-section1__image {
  overflow: hidden;
  height: 948px;
}
@media only screen and (max-width: 991px) {
  .cs-section1__image {
    height: auto;
  }
}
.cs-section1__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  display: block;
}
.cs-section1__image--stack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  overflow: visible;
}
.cs-section1__image--stack img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.cs-section1__image--stack img:first-child {
  height: 450px;
}
.cs-section1__image--stack img:last-child {
  height: 740px;
}
@media only screen and (max-width: 991px) {
  .cs-section1__image--stack img:first-child {
    height: 260px;
  }
  .cs-section1__image--stack img:last-child {
    height: 400px;
  }
}
.cs-section1--two-images .cs-section1__inner {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.cs-section1__body {
  padding: 0 0 80px 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 1550px) {
  .cs-section1__body {
    padding: 0 0 80px 80px;
  }
}
@media only screen and (max-width: 1251px) {
  .cs-section1__body {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    padding: 0 0 80px 80px;
  }
}
@media only screen and (max-width: 991px) {
  .cs-section1__body {
    padding: 50px 20px 0;
  }
}
.cs-section1__en-title {
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 0.4em;
  line-height: 2;
  color: #333;
  margin-bottom: 28px;
}
@media only screen and (max-width: 1550px) {
  .cs-section1__en-title {
    letter-spacing: 0.4em;
  }
}
@media only screen and (max-width: 991px) {
  .cs-section1__en-title {
    font-size: 2rem;
  }
}
.cs-section1__en-text {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2;
  color: #555;
  margin-bottom: 100px;
}
@media only screen and (max-width: 991px) {
  .cs-section1__en-text {
    margin-bottom: 36px;
  }
}
.cs-section1__jp-heading {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 1.6;
  color: #111;
  margin-bottom: 24px;
}
@media only screen and (max-width: 991px) {
  .cs-section1__jp-heading {
    font-size: 2rem;
  }
}
.cs-section1__jp-text {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2.5;
  color: #444;
}
@media only screen and (max-width: 991px) {
  .cs-section1__jp-text {
    font-size: 1.6rem;
    line-height: 2.2;
  }
}

.cs-section3 {
  background-color: #fff;
  padding: 0 0 150px;
}
@media only screen and (max-width: 991px) {
  .cs-section3 {
    padding: 80px 0;
  }
}
.cs-section3__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
@media only screen and (max-width: 991px) {
  .cs-section3__inner {
    padding: 0 20px;
  }
}
.cs-section3__image-wrap {
  position: relative;
  overflow: hidden;
}
.cs-section3__image-wrap img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media only screen and (max-width: 991px) {
  .cs-section3__image-wrap img {
    height: 280px;
  }
}
.cs-section3__image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}
.cs-section3__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cs-section3__text {
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 0.25em;
  line-height: 1.8;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .cs-section3__text {
    font-size: 1.6rem;
    letter-spacing: 0.15em;
  }
}

.cs-section4 {
  margin-bottom: 150px;
}
@media only screen and (max-width: 991px) {
  .cs-section4 {
    margin-top: 100px;
    margin-bottom: 80px;
  }
}
.cs-section4 .cs-section1__body {
  padding: 0 0 80px 120px;
}
@media only screen and (max-width: 1550px) {
  .cs-section4 .cs-section1__body {
    padding: 0 0 80px 80px;
  }
}
@media only screen and (max-width: 991px) {
  .cs-section4 .cs-section1__body {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 50px 20px 0;
  }
}

.craftsmanship-story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 500px;
  background-color: #fff;
}
@media only screen and (max-width: 991px) {
  .craftsmanship-story {
    grid-template-columns: 1fr;
  }
}
.craftsmanship-story--image-left .craftsmanship-story__image {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
@media only screen and (max-width: 991px) {
  .craftsmanship-story--image-left .craftsmanship-story__image {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.craftsmanship-story--image-right .craftsmanship-story__image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (max-width: 991px) {
  .craftsmanship-story--image-right .craftsmanship-story__image {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.craftsmanship-story__image {
  overflow: hidden;
}
.craftsmanship-story__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  min-height: 400px;
}
@media only screen and (max-width: 991px) {
  .craftsmanship-story__image img {
    min-height: 260px;
  }
}
.craftsmanship-story__body {
  padding: 80px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 991px) {
  .craftsmanship-story__body {
    padding: 50px 0;
  }
}
.craftsmanship-story__en-label {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 200;
  letter-spacing: 0.05em;
  line-height: 2;
  color: #aaa;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .craftsmanship-story__en-label {
    font-size: 0.9rem;
  }
}
.craftsmanship-story__heading {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.8;
  color: #000;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .craftsmanship-story__heading {
    font-size: 1.8rem;
  }
}
.craftsmanship-story__text-en {
  font-family: "Inter", sans-serif;
  font-size: 1.2rem;
  font-weight: 200;
  line-height: 2.2;
  color: #555;
  margin-bottom: 24px;
}
@media only screen and (max-width: 991px) {
  .craftsmanship-story__text-en {
    font-size: 1.1rem;
  }
}
.craftsmanship-story__text-jp {
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 2.5;
  color: #333;
}
@media only screen and (max-width: 991px) {
  .craftsmanship-story__text-jp {
    font-size: 1.2rem;
    line-height: 2.2;
  }
}

.craftsmanship-aesthetics {
  background-color: #9e9d96;
  padding: 100px 0;
}
@media only screen and (max-width: 991px) {
  .craftsmanship-aesthetics {
    padding: 60px 0;
  }
}
.craftsmanship-aesthetics__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 80px;
}
@media only screen and (max-width: 991px) {
  .craftsmanship-aesthetics__inner {
    padding: 0;
  }
}
.craftsmanship-aesthetics__en-label {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 200;
  letter-spacing: 0.05em;
  line-height: 2;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .craftsmanship-aesthetics__en-label {
    font-size: 0.9rem;
  }
}
.craftsmanship-aesthetics__heading {
  font-family: "ryo-text-plusn", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.8;
  color: #fff;
  margin-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  .craftsmanship-aesthetics__heading {
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
}
.craftsmanship-aesthetics__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 991px) {
  .craftsmanship-aesthetics__body {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.craftsmanship-aesthetics__image {
  overflow: hidden;
  border-radius: 4px;
}
.craftsmanship-aesthetics__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  min-height: 400px;
}
@media only screen and (max-width: 991px) {
  .craftsmanship-aesthetics__image img {
    min-height: 260px;
  }
}
.craftsmanship-aesthetics__text-en {
  font-family: "Inter", sans-serif;
  font-size: 1.2rem;
  font-weight: 200;
  line-height: 2.2;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 24px;
}
@media only screen and (max-width: 991px) {
  .craftsmanship-aesthetics__text-en {
    font-size: 1.1rem;
  }
}
.craftsmanship-aesthetics__text-jp {
  font-family: "ryo-text-plusn", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 2.5;
  color: rgba(255, 255, 255, 0.9);
}
@media only screen and (max-width: 991px) {
  .craftsmanship-aesthetics__text-jp {
    font-size: 1.2rem;
    line-height: 2.2;
  }
}

.craftsmanship-showroom {
  background-color: #fff;
  border-top: 1px solid #ededed;
  padding: 100px 0 0;
}
@media only screen and (max-width: 991px) {
  .craftsmanship-showroom {
    padding: 60px 0 0;
  }
}
.craftsmanship-showroom__header {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 80px;
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  .craftsmanship-showroom__header {
    padding: 0 20px;
    margin-bottom: 40px;
  }
}
.craftsmanship-showroom__title {
  font-family: "Inter", sans-serif;
  font-size: 3rem;
  font-weight: 200;
  letter-spacing: 0.3em;
  color: #000;
  margin-bottom: 24px;
}
@media only screen and (max-width: 991px) {
  .craftsmanship-showroom__title {
    font-size: 2.2rem;
  }
}
.craftsmanship-showroom__desc {
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 2.2;
  color: #333;
  margin-bottom: 16px;
}
@media only screen and (max-width: 991px) {
  .craftsmanship-showroom__desc {
    font-size: 1.2rem;
  }
}
.craftsmanship-showroom__notice {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 2;
  color: #666;
}
.craftsmanship-showroom__cards {
  background-color: #9e9d96;
  padding: 60px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media only screen and (max-width: 991px) {
  .craftsmanship-showroom__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 20px;
    gap: 20px;
  }
}
.craftsmanship-showroom__card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 40px;
  background-color: #9e9d96;
}
@media only screen and (max-width: 991px) {
  .craftsmanship-showroom__card {
    padding: 30px 20px;
  }
}
.craftsmanship-showroom__card-title {
  font-size: 2rem;
  font-weight: 200;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.4;
}
@media only screen and (max-width: 991px) {
  .craftsmanship-showroom__card-title {
    font-size: 1.8rem;
  }
}
.craftsmanship-showroom__card-address {
  margin-bottom: 16px;
}
.craftsmanship-showroom__card-address-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.2rem;
  font-weight: 200;
  text-decoration: none;
  line-height: 1.6;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.craftsmanship-showroom__card-address-link:hover {
  opacity: 0.7;
}
.craftsmanship-showroom__ext-icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 1px;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.craftsmanship-showroom__ext-icon::before {
  content: "↗";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 8px;
  color: #fff;
}
.craftsmanship-showroom__card-hours {
  font-size: 1.2rem;
  font-weight: 200;
  line-height: 2.2;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .craftsmanship-showroom__card-hours {
    font-size: 1.1rem;
  }
}
.craftsmanship-showroom__card-tel-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 8px;
  margin-bottom: 30px;
}
.craftsmanship-showroom__card-tel-label {
  font-size: 2rem;
  font-weight: 200;
  color: #fff;
}
.craftsmanship-showroom__card-tel {
  font-size: 2.6rem;
  font-weight: 200;
  letter-spacing: 0.1em;
  color: #fff;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.craftsmanship-showroom__card-tel:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 991px) {
  .craftsmanship-showroom__card-tel {
    font-size: 2.2rem;
  }
}
.craftsmanship-showroom__card-reserve {
  display: inline-block;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 200;
  letter-spacing: 0.1em;
  padding: 10px 30px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 5px;
  text-decoration: none;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.craftsmanship-showroom__card-reserve:hover {
  background: rgba(255, 255, 255, 0.1);
}

.craftsmanship-contact {
  background-color: #fff;
  border-top: 1px solid #ededed;
  padding: 60px 0;
}
@media only screen and (max-width: 991px) {
  .craftsmanship-contact {
    padding: 40px 0;
  }
}
.craftsmanship-contact__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
@media only screen and (max-width: 991px) {
  .craftsmanship-contact__inner {
    padding: 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.craftsmanship-contact__label {
  font-family: "Inter", sans-serif;
  font-size: 2.4rem;
  font-weight: 200;
  letter-spacing: 0.2em;
  color: #000;
}
.craftsmanship-contact__text {
  font-size: 1.3rem;
  font-weight: 300;
  color: #555;
  line-height: 2;
}
.craftsmanship-contact__link {
  display: inline-block;
  background-color: #706f6b;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding: 16px 40px;
  border-radius: 10px;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.craftsmanship-contact__link:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 991px) {
  .craftsmanship-contact__link {
    font-size: 1.2rem;
    padding: 14px 24px;
    width: 100%;
    text-align: center;
  }
}

.craftsmanship-bottom {
  position: relative;
  background-color: #000;
}
.craftsmanship-bottom__bg {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .craftsmanship-bottom__bg {
    height: 320px;
  }
}
.craftsmanship-bottom__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  opacity: 0.7;
}
.craftsmanship-bottom__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .craftsmanship-bottom__content {
    height: 320px;
  }
}
.craftsmanship-bottom__label {
  font-family: "Jacques Francois", serif;
  font-size: 4.8rem;
  font-weight: 400;
  letter-spacing: 0.3em;
  color: #fff;
  margin-bottom: 12px;
}
@media only screen and (max-width: 991px) {
  .craftsmanship-bottom__label {
    font-size: 2.8rem;
  }
}
.craftsmanship-bottom__subtitle {
  font-family: "ryo-text-plusn", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.4rem;
  font-weight: 200;
  letter-spacing: 0.3em;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .craftsmanship-bottom__subtitle {
    font-size: 1.2rem;
  }
}
.craftsmanship-bottom__reserve {
  display: inline-block;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  font-weight: 200;
  letter-spacing: 0.15em;
  padding: 14px 50px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 5px;
  text-decoration: none;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.craftsmanship-bottom__reserve:hover {
  background: rgba(255, 255, 255, 0.15);
}
@media only screen and (max-width: 991px) {
  .craftsmanship-bottom__reserve {
    font-size: 1.2rem;
    padding: 12px 36px;
  }
}
.craftsmanship-bottom__images {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 991px) {
  .craftsmanship-bottom__images {
    grid-template-columns: 1fr;
  }
}
.craftsmanship-bottom__image {
  overflow: hidden;
  height: 350px;
}
@media only screen and (max-width: 991px) {
  .craftsmanship-bottom__image {
    height: 220px;
  }
}
.craftsmanship-bottom__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
.craftsmanship-bottom__image img:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}