@charset "UTF-8";
/*//////////////////////////////////////////////////
*
*	トップページスタイル
*
//////////////////////////////////////////////////*/
/* Scss Document */
/* Scss Document */
.mv .mv-container {
  position: relative;
  z-index: 1;
}
.mv .mv-body {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 9rem;
  overflow: hidden;
}
.mv .mv-body .l-container {
  position: relative;
  z-index: 1;
  height: 100%;
}
.mv .mv-develop {
  width: fit-content;
  margin: auto auto 1em;
  padding: 0.5em 2em;
  text-align: center;
}
.mv .mv-develop img {
  width: 27.6rem;
}
.mv .mv-badge {
  position: absolute;
  z-index: 1;
  bottom: 1em;
  left: 0;
}
.mv .mv-badge img {
  width: 12.8rem;
}
.mv .mv-caption {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 0.5em;
  text-align: right;
  font-size: 0.8rem;
  color: #fff;
  text-shadow: 0 0 2px #000, 0 0 2px #000, 0 0 4px #000;
}

@media screen and (min-width: 768px) {
  .mv .mv-body {
    padding-top: 14rem;
  }
  .mv .mv-develop img {
    width: 43rem;
  }
  .mv .mv-badge img {
    width: 23.4rem;
  }
  .mv .mv-caption {
    font-size: 1rem;
  }
}
.merritt .merritt-container {
  margin-bottom: 7.2rem;
}
.merritt .merritt-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.merritt .merritt-items .item {
  padding: 2rem 0;
  text-align: center;
  letter-spacing: 0.05em;
  background: url("../../images/home/merritt-background-sp.jpg") center/cover no-repeat;
}
.merritt .merritt-items .item .outer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.merritt .merritt-items .item .border {
  position: relative;
  z-index: 1;
}
.merritt .merritt-items .item .border::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: -2rem;
  left: 4vw;
  width: 92vw;
  border-bottom: 1px solid rgba(124, 105, 41, 0.5);
}
.merritt .merritt-items .item:nth-child(even) .outer {
  border-left: 1px solid rgba(124, 105, 41, 0.5);
}
.merritt .merritt-items .item:last-child {
  grid-column: span 2;
}
.merritt .merritt-items .item .read {
  margin-bottom: 0.8em;
  line-height: 1;
  font-size: 1.1rem;
}
.merritt .merritt-items .item .note {
  line-height: 1.46;
  color: #7F2B40;
  font-size: 1.6rem;
}

@media screen and (min-width: 768px) {
  .merritt .merritt-container {
    margin-bottom: 13rem;
  }
  .merritt .merritt-items {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }
  .merritt .merritt-items .item {
    flex: 0 0 25%;
    width: 25%;
    padding: 2.4rem 0;
  }
  .merritt .merritt-items .item:nth-child(n+5) {
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
  }
  .merritt .merritt-items .item:nth-child(n+5) .outer {
    padding: 0.6em 0;
  }
  .merritt .merritt-items .item .outer {
    border-left: 1px solid rgba(124, 105, 41, 0.5);
  }
  .merritt .merritt-items .item:first-child .outer, .merritt .merritt-items .item:nth-child(5) .outer {
    border-left: none;
  }
  .merritt .merritt-items .item:first-child .border::after {
    bottom: -2.4rem;
    left: 3vw;
    width: 94vw;
  }
  .merritt .merritt-items .item:not(:first-child) .border::after {
    content: none;
  }
  .merritt .merritt-items .item .read {
    margin-bottom: 0.4em;
    font-size: 1.8rem;
  }
  .merritt .merritt-items .item .note {
    font-size: 2.2rem;
  }
}
.conversion .conversion-container {
  margin-bottom: 6rem;
}
.conversion .conversion-inner {
  position: relative;
  z-index: 1;
}
.conversion .conversion-body {
  position: relative;
  z-index: 1;
  padding: 1.8rem 0 2.4rem;
  border-top: 2px solid #AA8546;
  border-bottom: 2px solid #AA8546;
  background: linear-gradient(90deg, #F0EEE6 0%, #DDD6BF 100%);
}
.conversion .conversion-body::before, .conversion .conversion-body::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 1em;
  aspect-ratio: 1;
  background: #AA8546;
}
.conversion .conversion-body::before {
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.conversion .conversion-body::after {
  bottom: 0;
  right: 0;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.conversion .conversion-back {
  overflow: hidden;
  position: absolute;
  z-index: -1;
  top: 0.5em;
  left: 0.5em;
  width: 100%;
  height: 100%;
}
.conversion .conversion-back img {
  height: 100%;
  object-fit: cover;
}
.conversion .conversion-title {
  margin-bottom: 1.2rem;
  text-align: center;
  letter-spacing: 0.15em;
  font-size: 2rem;
}
.conversion .conversion-title .icon {
  width: 5.6rem;
  margin: auto;
  line-height: 1;
}
.conversion .conversion-note {
  margin-bottom: 2rem;
  text-align: center;
  font-size: 1.2rem;
}
.conversion .c-button {
  width: 88%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .conversion .conversion-container {
    margin-bottom: 13rem;
  }
  .conversion .conversion-body {
    padding: 3.6rem 0 5.2rem;
  }
  .conversion .conversion-title {
    margin-bottom: 2.6rem;
    font-size: 4rem;
  }
  .conversion .conversion-title .icon {
    width: 8.8rem;
  }
  .conversion .conversion-note {
    margin-bottom: 4rem;
    font-size: 2.2rem;
  }
  .conversion .c-button {
    width: 100%;
    margin: 0 auto;
  }
  .conversion .c-button .c-button_btn {
    width: 78rem;
    height: 14rem;
    font-size: 3rem;
  }
}
.concept .concept-container {
  margin-bottom: 3rem;
}
.concept .concept-top {
  position: relative;
  z-index: 1;
  padding: 6.2rem 0 15rem;
  background: url("../../images/home/concept-back_sp.jpg") center/cover no-repeat;
}
.concept .concept-top .concept-title {
  margin-bottom: 2rem;
  font-family: "EB Garamond", serif;
  line-height: 1;
  color: #AA8546;
  font-weight: 400;
  font-size: 2rem;
}
.concept .concept-top .concept-body {
  margin-bottom: 3.2rem;
}
.concept .concept-top .concept-body .read {
  margin-bottom: 2.8rem;
  font-size: 2.8rem;
  letter-spacing: 0.48em;
  font-feature-settings: "palt";
}
.concept .concept-top .concept-body .read .border {
  padding-bottom: 0.2em;
  border-bottom: 1px solid #222222;
}
.concept .concept-top .concept-body .note {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
.concept .concept-top .concept-body .kome::after {
  display: inline-block;
  transform: translate(-50%, -50%);
  font-size: 0.6em;
}
.concept .concept-bottom {
  position: relative;
  z-index: 1;
}
.concept .concept-bottom .concept-develop {
  padding: 4.8rem 2rem 6rem;
  box-shadow: 3px 6px 30px rgba(0, 0, 0, 0.13);
  background: #fff;
  transform: translateY(-5rem);
}
.concept .concept-bottom .concept-develop::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 1px;
  height: 5.2rem;
  background: #AA8546;
  transform: translate(-50%, -50%);
}
.concept .concept-bottom .concept-develop .concept-develop-title {
  margin-bottom: 2.8rem;
  line-height: 1;
  text-align: center;
  color: #AA8546;
  font-size: 2rem;
}
.concept .concept-bottom .concept-develop .concept-develop_wrapper {
  display: grid;
  grid-template-columns: 1fr;
}
.concept .concept-bottom .concept-develop .concept-develop_wrapper .concept-develop_box {
  line-height: 2;
  font-size: 1.3rem;
}
.concept .concept-bottom .concept-develop .concept-develop_wrapper .concept-develop_box .concept-develop_box_logo {
  margin-bottom: 2rem;
}
.concept .concept-bottom .concept-develop .concept-develop_wrapper .concept-develop_box .concept-develop_note {
  text-align: left;
}
.concept .concept-bottom .concept-develop .concept-develop_wrapper .hhp {
  text-align: center;
}
.concept .concept-bottom .concept-develop .concept-develop_wrapper .hhp img {
  width: 19.6rem;
}
.concept .concept-bottom .concept-develop .concept-develop_wrapper .sumitomo {
  text-align: center;
}
.concept .concept-bottom .concept-develop .concept-develop_wrapper .sumitomo img {
  width: 12.4rem;
}
.concept .concept-bottom .concept-develop .concept-develop_wrapper .concept-develop_unit {
  padding: 2em 0;
  text-align: center;
}
.concept .concept-bottom .concept-develop .concept-develop_wrapper .concept-develop_unit img {
  width: 5rem;
}

@media screen and (min-width: 768px) {
  .concept .concept-container {
    margin-bottom: 7rem;
  }
  .concept .concept-top {
    padding: 11rem 0 16.8rem;
    background: url("../../images/home/concept-back_pc.jpg") center/cover no-repeat;
  }
  .concept .concept-top .concept-title {
    padding-left: 4rem;
    font-size: 2.6rem;
  }
  .concept .concept-top .concept-wrapper {
    display: grid;
    grid-template-columns: 68rem 1fr;
    gap: 0 2.5rem;
  }
  .concept .concept-top .concept-body {
    padding-left: 4rem;
  }
  .concept .concept-top .concept-body .read {
    margin-bottom: 3.2rem;
    font-size: 4.2rem;
  }
  .concept .concept-top .concept-body .note {
    font-size: 1.6rem;
  }
  .concept .concept-bottom .concept-develop {
    padding: 6.6rem 0 7.6rem;
    transform: translateY(-8rem);
  }
  .concept .concept-bottom .concept-develop::before {
    height: 7.2rem;
  }
  .concept .concept-bottom .concept-develop .concept-develop-title {
    font-size: 2.6rem;
  }
  .concept .concept-bottom .concept-develop .concept-develop_wrapper {
    justify-content: center;
    grid-template-columns: 1fr auto 1fr;
    gap: 0 4.5rem;
    align-items: end;
  }
  .concept .concept-bottom .concept-develop .concept-develop_wrapper .concept-develop_box_inner {
    width: fit-content;
  }
  .concept .concept-bottom .concept-develop .concept-develop_wrapper .concept-develop_box {
    line-height: 2.5;
    font-size: 1.4rem;
  }
  .concept .concept-bottom .concept-develop .concept-develop_wrapper .concept-develop_box .concept-develop_box_logo {
    margin-bottom: 3rem;
  }
  .concept .concept-bottom .concept-develop .concept-develop_wrapper .concept-develop_box .concept-develop_note {
    text-align: center;
  }
  .concept .concept-bottom .concept-develop .concept-develop_wrapper .hhp .concept-develop_box_inner {
    margin: 0 0 0 auto;
  }
  .concept .concept-bottom .concept-develop .concept-develop_wrapper .hhp img {
    width: 25.2rem;
  }
  .concept .concept-bottom .concept-develop .concept-develop_wrapper .sumitomo .concept-develop_box_inner {
    margin: 0 auto 0 0;
  }
  .concept .concept-bottom .concept-develop .concept-develop_wrapper .sumitomo img {
    width: 16.8rem;
  }
  .concept .concept-bottom .concept-develop .concept-develop_wrapper .concept-develop_unit img {
    width: 10rem;
  }
}
.location .location-container {
  margin-bottom: 5.4rem;
}
.location .location-top {
  position: relative;
  z-index: 1;
  margin-bottom: 5.4rem;
}
.location .location-top .location-top_back {
  overflow: hidden;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.location .location-top .location-top_back img {
  width: 110%;
  height: 110%;
  object-fit: cover;
}
.location .location-top .location-top_body {
  padding: 4.4rem 0 3.4rem;
}
.location .location-top .location-top_body .title {
  margin-bottom: 1.2rem;
  letter-spacing: 0.15em;
  text-align: center;
  font-size: 2rem;
}
.location .location-top .location-top_body .note {
  font-size: 1.4rem;
}
.location .location-bottom .location-items .item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem 1rem;
  padding: 2rem;
  background: linear-gradient(150deg, #F3EFE6 0%, #E1D7C3 100%);
  border-radius: 4rem 0 4rem 0;
}
.location .location-bottom .location-items .item + .item {
  margin-top: 2rem;
}
.location .location-bottom .location-items .item .title {
  padding-top: 0.5em;
  line-height: 1;
  text-align: center;
  color: #AA8546;
}
.location .location-bottom .location-items .item .title .icon {
  margin-bottom: 0.5em;
}
.location .location-bottom .location-items .item .title .icon img {
  width: 2rem;
}
.location .location-bottom .location-items .item .title .en {
  margin-bottom: 0.8em;
  font-family: "EB Garamond", serif;
  font-size: 1.5rem;
}
.location .location-bottom .location-items .item .title .jp {
  font-size: 2.6rem;
}
.location .location-bottom .location-items .item .image .info {
  letter-spacing: 0.05em;
  text-align: right;
  font-size: 0.8rem;
}
.location .location-bottom .location-items .item .note {
  grid-column: span 2;
  letter-spacing: 0.05em;
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .location .location-container {
    margin-bottom: 11rem;
  }
  .location .location-top {
    margin-bottom: 10rem;
  }
  .location .location-top .location-top_body {
    padding: 6.4rem 0 7.2rem;
    text-align: center;
  }
  .location .location-top .location-top_body .title {
    margin-bottom: 3.2rem;
    font-size: 3rem;
  }
  .location .location-top .location-top_body .note {
    font-size: 1.7rem;
  }
  .location .location-bottom .location-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 4rem;
  }
  .location .location-bottom .location-items .item {
    padding: 2rem 2.4rem 7rem;
    border-radius: 8rem 0 8rem 0;
  }
  .location .location-bottom .location-items .item + .item {
    margin-top: 0;
  }
  .location .location-bottom .location-items .item:nth-child(2) {
    transform: translateY(4rem);
  }
  .location .location-bottom .location-items .item .title {
    grid-column: span 2;
  }
  .location .location-bottom .location-items .item .title .icon img {
    width: 2.2rem;
  }
  .location .location-bottom .location-items .item .title .en {
    font-size: 2rem;
  }
  .location .location-bottom .location-items .item .title .jp {
    font-size: 4rem;
  }
  .location .location-bottom .location-items .item .title + .image {
    grid-column: span 2;
  }
  .location .location-bottom .location-items .item .image .info {
    font-size: 1rem;
  }
  .location .location-bottom .location-items .item .note {
    font-size: 1.4rem;
  }
}
.conversion_end {
  padding: 5.4rem 0;
  background: #fff;
}

@media screen and (min-width: 768px) {
  .conversion_end {
    padding: 11.2rem 0;
  }
}
.information {
  background: #EDEBE2;
}
.information .info_wp {
  padding: 4rem 0 5.5rem;
}
.information .information-ttl {
  margin-bottom: 3rem;
  text-align: center;
  line-height: 1;
}
.information .information-ttl .information-ttl-en {
  margin-bottom: 0.4em;
  font-family: "EB Garamond", serif;
  font-size: 2rem;
  color: #AA8546;
}
.information .information-ttl .information-ttl-jp {
  font-size: 1.4rem;
}
.information .c-news-lists {
  padding: 2rem 2.4rem;
  background: #fff;
}
.information .c-news-lists .c-news-lists_items {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  font-size: 1.4rem;
  border-bottom: 1px solid #DDD8D1;
}
.information .c-news-lists .c-news-lists_items .c-news_data {
  font-family: "EB Garamond", serif;
  color: #AA8546;
}
.information .c-news-lists .c-news-lists_items .c-news_data + .c-news_data {
  font-family: "A1明朝", "A1 Mincho", serif;
  color: #222222;
}
.information .c-news-lists .c-news-lists_items a {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

@media screen and (min-width: 768px) {
  .information .info_wp {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0 7rem;
    align-items: center;
    padding: 8rem 0;
  }
  .information .information-ttl {
    margin-bottom: 0;
    text-align: left;
  }
  .information .information-ttl .information-ttl-en {
    margin-bottom: 0.4em;
    font-size: 2.6rem;
  }
  .information .information-ttl .information-ttl-jp {
    font-size: 1.8rem;
  }
  .information .c-news-lists {
    padding: 5rem 6rem;
  }
  .information .c-news-lists .c-news-lists_items {
    margin-bottom: 2.5rem;
    padding-bottom: 2rem;
    font-size: 1.5rem;
  }
}
/*# sourceMappingURL=style.css.map */
