/*================================
Reset CSS
================================*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html,
body {
  height: 100%;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
video,
canvas,
svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  object-fit: cover;
  object-position: center;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root,
#__next {
  isolation: isolate;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

ul,
li {
  list-style: none;
  padding: 0;
}

figure {
  margin: 0;
}

img {
  vertical-align: text-bottom;
  vertical-align: -webkit-baseline-middle;
  max-width: 100%;
  height: auto;
  width/***/: auto;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: 16px;
}

input[type=button],
input[type=text],
input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

textarea {
  resize: none;
  -webkit-appearance: none;
  border-radius: 0;
}

/*================================
Base
================================*/
html,
body {
  color: #402d22;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: 10px;
  background: #fbf9f8;
  margin-top: 0 !important;
}

h1,
h2,
h3 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.08em;
}

p {
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  line-height: 200%;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 1.4rem;
  }
}

a {
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  line-height: 200%;
  font-weight: 500;
  text-decoration: none;
  transition: ease 0.3s;
  color: #402d22;
}
@media screen and (max-width: 767px) {
  a {
    font-size: 1.4rem;
  }
}
a:hover {
  transition: ease 0.3s;
  text-decoration: none;
}

figure {
  line-height: 1;
}

img {
  width: 100%;
}

ul {
  line-height: 100%;
}
ul li {
  list-style: none;
  text-align: justify;
  line-height: 100%;
}

@media screen and (max-width: 1279px) {
  br.pc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  br.pcTb {
    display: none;
  }
}
br.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  br.sp {
    display: block;
  }
}
br.tb {
  display: none;
}
@media screen and (max-width: 1024px) {
  br.tb {
    display: block;
  }
}
br.tbOnly {
  display: none;
}
@media screen and (max-width: 1024px) {
  br.tbOnly {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  br.tbOnly {
    display: none;
  }
}
br.pc-smallOnly {
  display: none;
}
@media screen and (max-width: 1279px) {
  br.pc-smallOnly {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  br.pc-smallOnly {
    display: none;
  }
}

span.gry {
  color: #aaaabb;
}

.c-section__heading {
  margin-bottom: 3.2rem;
  padding-bottom: 5.6rem;
  background: url("../images/common/ico_ttl.svg") left bottom no-repeat;
  background-size: auto 13px;
}
@media screen and (max-width: 767px) {
  .c-section__heading {
    margin-bottom: 2.4rem;
    padding-bottom: 3.2rem;
    background: url("../images/common/ico_ttl.svg") left bottom no-repeat;
    background-size: auto 8px;
  }
}
.c-section__heading--mb {
  margin-bottom: 5.6rem;
}
@media screen and (max-width: 767px) {
  .c-section__heading--mb {
    margin-bottom: 3.2rem;
  }
}
.c-section__heading--center {
  text-align: center;
  background: none;
  position: relative;
  padding-bottom: 8.8rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .c-section__heading--center {
    padding-bottom: 5.8rem;
    margin-bottom: 2.4rem;
  }
}
.c-section__heading--center::before {
  position: absolute;
  display: block;
  content: "";
  background: #402d22;
  background-size: 100%;
  width: 1px;
  height: 40px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .c-section__heading--center::before {
    height: 32px;
  }
}
.c-section__heading-jp {
  font-size: 1.4rem;
  line-height: 100%;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .c-section__heading-jp {
    font-size: 1.2rem;
    margin-bottom: 3rem;
  }
}
.c-section__heading-en img {
  width: 100%;
  height: 4.8rem;
  object-fit: contain;
  object-position: left;
}
@media screen and (max-width: 767px) {
  .c-section__heading-en img {
    height: 2.8rem;
  }
}
.c-section__heading-en--center img {
  object-position: center;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  padding: 3.2rem 4rem;
  box-sizing: border-box;
  transition: 0.3s ease-out;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
}
@media screen and (max-width: 767px) {
  .l-header {
    padding: 1.6rem 2rem;
  }
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-header__logo {
  display: block;
  width: 10rem;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 8rem;
  }
}
.l-header__logo__ttl a {
  display: block;
}
.l-header__logo__ttl a:hover {
  opacity: 0.75;
}
.l-header__logo__ttl a img {
  width: 100%;
  transition: 0.3s ease-out;
}
.l-header__nav {
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .l-header__nav {
    display: none;
  }
}
.l-header__nav-list {
  display: flex;
  align-items: flex-end;
  gap: 2.4rem;
}
.l-header__nav-list__item a {
  display: block;
  width: 100%;
  font-size: 1.5rem;
  line-height: 100%;
  letter-spacing: 0;
  color: #ffffff;
}
.l-header__nav-list__item a:hover {
  color: #402d22;
  transition: ease 0.3s;
}
.l-header__menu {
  z-index: 9999;
  position: relative;
  width: 36px;
  height: 36px;
  cursor: pointer;
  transition: all 0.5s;
  display: none;
}
@media screen and (max-width: 1024px) {
  .l-header__menu {
    display: block;
  }
}
.l-header__menu__inner {
  position: relative;
  cursor: pointer;
  width: 36px;
  height: 36px;
  box-sizing: border-box;
}
.l-header__menu__inner span {
  display: inline-block;
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 36px;
  height: 1.5px;
  background: #ffffff;
}
.l-header__menu__inner span:nth-of-type(1) {
  top: 5px;
}
.l-header__menu__inner span:nth-of-type(2) {
  top: 15px;
}
.l-header__menu__inner span:nth-of-type(3) {
  top: 25px;
}
.l-header__menu__inner.is-active span:nth-of-type(1) {
  top: 11px;
  transform: translateY(0) rotate(-45deg) translateX(0);
  left: 3px;
  background: #ffffff;
}
.l-header__menu__inner.is-active span:nth-of-type(2) {
  display: none;
}
.l-header__menu__inner.is-active span:nth-of-type(3) {
  top: 11px;
  transform: translateY(0px) rotate(45deg) translateX(0);
  left: 3px;
  background: #ffffff;
}
.l-header__spNav {
  position: fixed;
  z-index: 999;
  opacity: 0;
  background-color: #d2b167;
  overflow-y: scroll;
  transition: 0.5s;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  margin: 0 auto;
  padding: 2rem 0 5.2rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .l-header__spNav {
    padding: 1.6rem 2rem;
  }
}
.l-header__spNav.is-open {
  opacity: 1;
  transition: 0.5s;
  visibility: visible;
}
.l-header__spNav__logo {
  display: block;
  width: 10rem;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .l-header__spNav__logo {
    width: 8rem;
  }
}
.l-header__spNav__logo a {
  display: block;
  width: 100%;
}
.l-header__spNav-list {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 100%;
  margin: 3.2rem auto;
}
.l-header__spNav-list__item a {
  padding: 3.2rem 2.4rem;
  width: 100%;
  display: inline-block;
  border-top: 1px solid #ffffff;
  font-size: 1.5rem;
  color: #ffffff;
  font-weight: 500;
  line-height: 100%;
}
.l-header__spNav-list__item:last-child a {
  border-bottom: 1px solid #ffffff;
}

.l-footer {
  background: url("../images/common/bg_footer.png") center no-repeat;
  background-size: cover;
}
.l-footer__inner {
  width: min(90%, 1200px);
  margin: 0 auto;
  padding: 14rem 0 12rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8rem;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    padding: 8rem 0;
    margin-bottom: 4rem;
  }
}
.l-footer__logo {
  width: 22rem;
}
.l-footer__logo a {
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    width: 14rem;
  }
}
.l-footer__nav {
  width: 100%;
}
.l-footer__nav-list {
  display: flex;
  justify-content: center;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .l-footer__nav-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 2.4rem 0;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__nav-list__item {
    width: 50%;
  }
}
.l-footer__nav-list__item a {
  font-size: 1.5rem;
  line-height: 100%;
}
.l-footer__nav-list__item a:hover {
  color: #c39734;
}
.l-footer__copy {
  font-size: 1.2rem;
  line-height: 100%;
  text-align: center;
}

.p-top {
  overflow: hidden;
}
.p-top-mv__container {
  background: url("../images/top/bg_main.png") center no-repeat;
  background-size: cover;
  height: 100vh;
  position: relative;
}
.p-top-mv__inner {
  width: min(90%, 1200px);
  margin: 0 auto;
}
.p-top-mv__detail {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.p-top-about__container {
  background: url("../images/top/bg_about.png") center bottom no-repeat;
  background-size: cover;
}
.p-top-about__inner {
  width: min(90%, 1200px);
  margin: 0 auto;
  padding: 16rem 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-top-about__inner {
    padding: 8rem 0;
  }
}
.p-top-about__photo {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .p-top-about__photo {
    width: 100%;
    margin-bottom: 4rem;
  }
}
.p-top-about__detail {
  width: 42.9%;
}
@media screen and (max-width: 1024px) {
  .p-top-about__detail {
    width: 46.9%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-about__detail {
    width: 100%;
  }
}
.p-top-about__info {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__info {
    gap: 1.6rem;
  }
}
.p-top-about__info p {
  line-height: 240%;
}
.p-top-origin__container {
  background: url("../images/top/bg_origin.png") center no-repeat;
  background-size: cover;
}
.p-top-origin__inner {
  width: min(90%, 1200px);
  margin: 0 auto;
  padding: 12rem 0 16rem;
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
@media screen and (max-width: 767px) {
  .p-top-origin__inner {
    gap: 5rem;
    padding: 8rem 0 10rem;
  }
}
.p-top-origin__detail {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-bottom: 8rem;
}
@media screen and (max-width: 1024px) {
  .p-top-origin__detail {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .p-top-origin__detail {
    padding-bottom: 5rem;
  }
}
.p-top-origin__detail::before {
  position: absolute;
  display: block;
  content: "";
  background: url("../images/common/ico_line.svg") center bottom no-repeat;
  background-size: cover;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
}
.p-top-origin__detail:last-child {
  padding: 0;
}
.p-top-origin__detail:last-child::before {
  display: none;
}
.p-top-origin__heading {
  width: 21.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-origin__heading {
    width: 100%;
    margin-bottom: 3.2rem;
  }
}
.p-top-origin__heading-jp {
  font-size: 1.4rem;
  line-height: 100%;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-top-origin__heading-jp {
    font-size: 1.2rem;
    margin-bottom: 2.4rem;
  }
}
.p-top-origin__heading-en img {
  width: 100%;
  height: 3.4rem;
  object-fit: contain;
  object-position: left;
}
@media screen and (max-width: 767px) {
  .p-top-origin__heading-en img {
    height: 2.4rem;
  }
}
.p-top-origin__info {
  width: calc(100% - 31.2rem);
}
@media screen and (max-width: 767px) {
  .p-top-origin__info {
    width: 100%;
  }
}
.p-top-message__container {
  background: url("../images/top/bg_message.png") center top no-repeat;
  background-size: cover;
}
.p-top-message__inner {
  width: min(90%, 1200px);
  margin: 0 auto;
  padding: 14rem 0;
}
@media screen and (max-width: 767px) {
  .p-top-message__inner {
    padding: 8rem 0;
  }
}
.p-top-message__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-top-message__info {
    margin-bottom: 8rem;
  }
}
.p-top-message__info p {
  line-height: 280%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-message__info p {
    text-align: left;
    line-height: 240%;
  }
}
.p-top-message__photo {
  width: min(100%, 1000px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.p-top-message__photo picture {
  width: 21%;
}
@media screen and (max-width: 767px) {
  .p-top-message__photo picture {
    width: 60%;
    margin: 0 auto 2.4rem;
  }
}
.p-top-message__photo-detail {
  width: 72.6%;
}
@media screen and (max-width: 767px) {
  .p-top-message__photo-detail {
    width: 100%;
  }
}
.p-top-message__photo-detail p span.gry {
  display: block;
  font-size: 1.6rem;
  line-height: 175%;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .p-top-message__photo-detail p span.gry {
    font-size: 1.4rem;
    margin-bottom: 1.6rem;
  }
}
.p-top-message__photo-detail p span.fontM {
  font-size: 1.8rem;
  line-height: 150%;
}
@media screen and (max-width: 1024px) {
  .p-top-message__photo-detail p span.fontM {
    font-size: 1.6rem;
  }
}
.p-top-message__photo-detail p span.fontL {
  font-size: 3.2rem;
  line-height: 150%;
  display: block;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 1024px) {
  .p-top-message__photo-detail p span.fontL {
    font-size: 2.4rem;
    margin-bottom: 2.4rem;
  }
}
.p-top-service__container {
  background: url("../images/top/bg_service.png") center bottom no-repeat;
  background-size: cover;
}
.p-top-service__inner {
  width: min(90%, 1200px);
  margin: 0 auto;
  padding: 12rem 0 14rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-top-service__inner {
    padding: 8rem 0 10rem;
  }
}
.p-top-service__detail {
  width: calc(100% - 594px);
}
@media screen and (max-width: 1024px) {
  .p-top-service__detail {
    width: 100%;
    margin-bottom: 4rem;
  }
}
.p-top-service__contents {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 53.2rem;
}
@media screen and (max-width: 1024px) {
  .p-top-service__contents {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2rem 0;
    width: 100%;
    flex-direction: inherit;
  }
}
@media screen and (max-width: 767px) {
  .p-top-service__contents {
    display: flex;
    flex-direction: column;
  }
}
.p-top-service__content {
  background: #ffffff;
  border: 3px solid;
  border-image: linear-gradient(90deg, #d0a96a 12%, #fffddf 26%, #f8d7a2 44%, #ebd78e 60%, #fff5dd 82%, #d0a96a) 1;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  padding: 1.5rem 3.8rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.p-top-service__content::before {
  position: absolute;
  display: block;
  content: "";
  border: 1px solid;
  border-image: linear-gradient(90deg, #d0a96a 12%, #fffddf 26%, #f8d7a2 44%, #ebd78e 60%, #fff5dd 82%, #d0a96a) 1;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  left: 4px;
  top: 4px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1024px) {
  .p-top-service__content {
    width: 48%;
    justify-content: center;
    padding: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-service__content {
    width: 100%;
    gap: 1.6rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1.6rem 2.4rem;
  }
}
.p-top-service__content picture {
  width: 140px;
}
@media screen and (max-width: 1024px) {
  .p-top-service__content picture {
    width: 125px;
    margin: 0 auto 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-service__content picture {
    width: 125px;
    margin: 0 auto;
  }
}
.p-top-service__sub {
  width: 62.2%;
}
@media screen and (max-width: 1024px) {
  .p-top-service__sub {
    width: 100%;
  }
}
.p-top-service__sub-ttl {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-top-service__sub-ttl {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
  }
}
.p-top-service__sub-list li {
  padding-left: 2rem;
  background: url("../images/common/ico_list.svg") center left no-repeat;
  background-size: 10px auto;
  font-size: 1.3rem;
  line-height: 200%;
}
@media screen and (max-width: 767px) {
  .p-top-service__sub-list li {
    font-size: 1.2rem;
  }
}
.p-top-company__container {
  background: url("../images/top/bg_company.png") center top no-repeat;
  background-size: cover;
}
.p-top-company__inner {
  width: min(90%, 1000px);
  margin: 0 auto;
  padding: 14rem 0 10rem;
}
@media screen and (max-width: 767px) {
  .p-top-company__inner {
    padding: 8rem 0;
  }
}
.p-top-company__table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-right: none;
  position: relative;
}
.p-top-company__table table::before {
  position: absolute;
  display: block;
  content: "";
  background: url("../images/common/ico_line.svg") center no-repeat;
  background-size: cover;
  width: 100%;
  height: 1px;
  left: 0;
  top: 0;
}
.p-top-company__table table tbody tr {
  position: relative;
}
.p-top-company__table table tbody tr::before {
  position: absolute;
  display: block;
  content: "";
  background: url("../images/common/ico_line.svg") center no-repeat;
  background-size: cover;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
}
.p-top-company__table table tbody tr th {
  padding: 3.2rem 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 175%;
  width: 20rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-top-company__table table tbody tr th {
    display: block;
    width: 100%;
    padding: 0;
    font-size: 1.4rem;
    padding: 1.6rem 0 0.8rem 0;
  }
}
.p-top-company__table table tbody tr td {
  padding: 3.2rem 0;
  font-size: 1.5rem;
  line-height: 175%;
}
@media screen and (max-width: 767px) {
  .p-top-company__table table tbody tr td {
    display: block;
    width: 100%;
    padding: 0;
    font-size: 1.4rem;
    padding: 0 0 1.6rem 0;
  }
}
