@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@100..900&display=swap");
@keyframes bar-anime {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 50px;
  }
  100% {
    height: 40px;
    top: 50px;
  }
}
@keyframes bar-anime-sp {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 40px;
  }
  100% {
    height: 40px;
    top: 40px;
  }
}
@keyframes moveleft {
  0% {
    left: 100vw;
  }
  100% {
    left: -200vw;
  }
}
@keyframes moveright {
  0% {
    left: -200vw;
  }
  100% {
    left: 100vw;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "EB Garamond", serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #111;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #FFF;
}

a {
  color: #111;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:active, a.active {
  color: #C3C3C3;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

i {
  font-style: normal;
}

form, section, p, div, ul, li, dl, dt, dd, a, span, input, textarea {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  list-style: none;
}

br.brsp {
  display: none;
}

/* ---------------------------------------------------------page--------------------------------------------------------- */
header {
  width: calc(100% - 80px);
  position: absolute;
  top: 20px;
  left: 40px;
  z-index: 999;
  pointer-events: none;
  transition: all 0.25s ease-in 0s;
  opacity: 1;
}
header.on {
  opacity: 1;
}
header .inner {
  width: 100%;
  position: relative;
}
header .inner h1 {
  width: 500px;
  height: 195px;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}

main {
  width: 100%;
  padding: 0px;
  margin: 0 0 90px 0;
  position: relative;
  z-index: 0;
  box-sizing: border-box;
  overflow: hidden;
}
main section#visual {
  width: 100%;
  margin: 0 auto 120px auto;
  position: relative;
}
main section.sec {
  width: calc(100% - 160px);
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
main section.sec:not(:last-child) {
  margin-bottom: 120px;
}
main section.sec#about h3:not(:last-child) {
  margin-bottom: 20px;
}
main section.sec#about h3 span:nth-child(1) {
  transform: translateY(0rem);
}
main section.sec#about h3 span:nth-child(2) {
  width: 350px;
  height: 50px;
  background-image: url(../images/logo_text.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  margin-left: 20px;
}
main section.sec#about h4 {
  color: #111;
  font-family: "EB Garamond", serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.2em;
  margin-bottom: 40px;
}
main section.sec#about .inner {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section.sec#about .inner .text {
  width: 100%;
  text-align: center;
}
main section.sec#about .inner .text.jp {
  margin-bottom: 20px;
}
main section.sec#about .inner .text.jp p {
  color: #111;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
}
main section.sec#about .inner .text.en p {
  color: #111;
  font-family: "EB Garamond", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
}
main section.sec#service {
  width: 100%;
  max-width: 100%;
  margin: 0px;
}
main section.sec#service .lphoto {
  width: 100%;
  position: relative;
}
main section.sec#service .lphoto .title {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
main section.sec#service .lphoto .title div {
  text-align: left;
  width: calc(100% - 160px);
  max-width: 1200px;
}
main section.sec#service .lphoto .title div h3 {
  color: #FFF;
  font-family: "EB Garamond", serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  display: inline-block;
}
main section.sec#service .lphoto .title div .set {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main section.sec#service .lphoto .title div .set p {
  color: #FFF;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
}
main section.sec#service .lphoto .title div .set p:nth-child(2) {
  margin-left: 40px;
}
main section.sec#store {
  width: 100%;
  max-width: 100%;
  padding: 0 0 80px 0;
  background-color: #111;
}
main section.sec#store .lphoto {
  width: 100%;
  position: relative;
  margin-bottom: 40px;
}
main section.sec#store .lphoto .title {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
main section.sec#store .lphoto .title div {
  text-align: left;
  width: calc(100% - 160px);
  max-width: 1200px;
}
main section.sec#store .lphoto .title div h3 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main section.sec#store .lphoto .title div h3 span {
  color: #FFF;
}
main section.sec#store .inner {
  width: calc(100% - 160px);
  max-width: 1200px;
  margin: 0 auto;
}
main section.sec#store .inner:not(:last-child) {
  margin-bottom: 40px;
}
main section.sec#store .inner .text {
  text-align: left;
  width: calc(50% - 20px);
}
main section.sec#store .inner .text.jp p {
  color: #FFF;
}
main section.sec#store .inner .text.en p {
  color: #FFF;
}
main section.sec#store .photos {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
  left: calc(50% - 50vw);
}
main section.sec#store .photos:not(:last-child) {
  margin-bottom: 40px;
}
main section.sec#store .photos > div {
  width: 25%;
}
main section.sec#store .info {
  width: 800px;
  margin: 0 auto;
}
main section.sec#store .info:not(:last-child) {
  margin-bottom: 40px;
}
main section.sec#store .info h4 {
  color: #FFF;
  font-family: "EB Garamond", serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
main section.sec#store .info table {
  text-align: left;
  width: 100%;
  border-top: solid 1px #C3C3C3;
}
main section.sec#store .info table tr th {
  color: #FFF;
  font-family: "EB Garamond", serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
  vertical-align: middle;
  width: 30%;
  padding: 20px 0;
  border-bottom: solid 1px #C3C3C3;
}
main section.sec#store .info table tr td {
  color: #FFF;
  font-family: "EB Garamond", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  vertical-align: middle;
  padding: 20px 0;
  border-bottom: solid 1px #C3C3C3;
}
main section.sec#store .info table tr td a {
  color: #FFF;
  text-decoration: underline;
}
main section.sec#contact h3 {
  color: #111;
  font-family: "EB Garamond", serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 20px;
}
main section.sec#contact h4 {
  color: #111;
  font-family: "EB Garamond", serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.2em;
  margin-bottom: 40px;
}
main section.sec#contact .inner {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section.sec#contact .inner:not(:last-child) {
  margin-bottom: 40px;
}
main section.sec#contact .inner .text {
  width: 100%;
  text-align: center;
}
main section.sec#contact .inner .text.jp {
  margin-bottom: 20px;
}
main section.sec#contact .inner .text.jp p {
  color: #111;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
}
main section.sec#contact .inner .text.en p {
  color: #111;
  font-family: "EB Garamond", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
}
main section.sec#contact .btn {
  width: 480px;
  margin: 0 auto;
}
main section.sec#contact .btn a {
  color: #FFF;
  font-family: "EB Garamond", serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  width: 100%;
  height: 60px;
  background-color: #111;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
main section.sec#contact .btn a:hover {
  background-color: #666;
}
main section.sec h3 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
}
main section.sec h3:not(:last-child) {
  margin-bottom: 40px;
}
main section.sec h3 span {
  position: relative;
}
main section.sec h3 span:not(:first-child) {
  margin-left: 10px;
}
main section.sec h3 span:nth-child(1) {
  color: #111;
  font-family: "EB Garamond", serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  transform: translateY(-0.5rem);
}
main section.sec h3 span:nth-child(2) {
  color: #111;
  font-family: "EB Garamond", serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
main section.sec .inner {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main section.sec .inner .text {
  text-align: left;
  width: calc(50% - 20px);
}
main section.sec .inner .text.jp p {
  color: #111;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
}
main section.sec .inner .text.en p {
  color: #111;
  font-family: "EB Garamond", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
}
main section.sec .inner .text > p:not(:last-child) {
  margin-bottom: 20px;
}
main section.sec .inner .text .name {
  margin-bottom: 40px;
}
main section.sec .inner .text .name h4 {
  color: #111;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 20px;
}
main section.sec .inner .text .name h5 {
  color: #111;
  font-family: "EB Garamond", serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
main section.sec .inner .text .name p {
  color: #111;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0em;
}
main section.sec .inner .text .photo {
  width: 100%;
  position: relative;
}
main section.sec .inner .text .photo:not(:last-child) {
  margin-bottom: 20px;
}
main section.sec .inner .text .photo.to-l img {
  width: 50vw;
  position: relative;
  left: calc(100% - 50vw);
}
main section.sec .inner .text .photo.to-r img {
  width: 50vw;
  position: relative;
}

footer {
  text-align: left;
  width: 100%;
  padding: 0px 0 80px 0;
}
footer .inner {
  width: calc(100% - 80px);
  margin: 0 auto;
}
footer .inner .link {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
footer .inner .link ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
footer .inner .link ul li {
  width: 50px;
}
footer .inner .link ul li a {
  width: 100%;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
footer .inner .link ul li:not(:first-child) {
  margin-left: 20px;
}
footer .inner .link ul li:nth-child(1) a {
  background-image: url(../images/icon_insta.png);
}
footer .inner .link ul li:nth-child(2) a {
  background-image: url(../images/icon_x.png);
}
footer .inner .link ul li:nth-child(3) a {
  background-image: url(../images/icon_fb.png);
}
footer .inner .cp {
  text-align: center;
}
footer .inner .cp p {
  color: #111;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  br.brsp {
    display: block;
  }

  header {
    width: calc(100% - 40px);
    top: 20px;
    left: 20px;
  }
  header .inner h1 {
    width: 250px;
    height: 98px;
  }

  main {
    width: 100%;
    padding: 0px;
    margin: 0 0 80px 0;
    position: relative;
    z-index: 0;
    box-sizing: border-box;
    overflow: hidden;
  }
  main section#visual {
    margin: 0 auto 40px auto;
  }
  main section.sec {
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    margin: 0 auto;
    position: relative;
  }
  main section.sec:not(:last-child) {
    margin-bottom: 60px;
  }
  main section.sec#about h3:not(:last-child) {
    margin-bottom: 20px;
  }
  main section.sec#about h3 span:nth-child(1) {
    transform: translateY(0rem);
  }
  main section.sec#about h3 span:nth-child(2) {
    width: 210px;
    height: 30px;
    margin-left: 10px;
  }
  main section.sec#about h4 {
    color: #111;
    font-family: "EB Garamond", serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.2em;
    margin-bottom: 40px;
  }
  main section.sec#about .inner {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section.sec#about .inner .text {
    text-align: left;
  }
  main section.sec#about .inner .text.jp {
    margin-bottom: 10px;
  }
  main section.sec#about .inner .text.jp p {
    color: #111;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0em;
  }
  main section.sec#about .inner .text.jp p br {
    display: none;
  }
  main section.sec#about .inner .text.en p {
    color: #111;
    font-family: "EB Garamond", serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0em;
  }
  main section.sec#about .inner .text.en p br {
    display: none;
  }
  main section.sec#service {
    width: 100%;
    max-width: 100%;
    margin: 0px;
    background-color: #111;
  }
  main section.sec#service .lphoto {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section.sec#service .lphoto img {
    width: 100%;
    order: 1;
  }
  main section.sec#service .lphoto .title {
    width: 100%;
    height: auto;
    padding: 20px;
    position: relative;
    top: auto;
    left: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    order: 2;
  }
  main section.sec#service .lphoto .title div {
    text-align: center;
    width: 100%;
    max-width: 100%;
  }
  main section.sec#service .lphoto .title div h3 {
    color: #FFF;
    font-family: "EB Garamond", serif;
    font-size: 4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    display: inline-block;
  }
  main section.sec#service .lphoto .title div h3:not(:last-child) {
    margin-bottom: 20px;
  }
  main section.sec#service .lphoto .title div .set {
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  main section.sec#service .lphoto .title div .set p {
    color: #FFF;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0em;
    width: calc(50% - 10px);
  }
  main section.sec#service .lphoto .title div .set p:nth-child(2) {
    margin-left: 0px;
  }
  main section.sec#store {
    max-width: 100%;
    padding: 0 0 40px 0;
  }
  main section.sec#store .lphoto {
    margin-bottom: 20px;
    overflow: hidden;
  }
  main section.sec#store .lphoto .title {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
  }
  main section.sec#store .lphoto .title div {
    text-align: center;
    width: calc(100% - 80px);
    max-width: calc(100% - 80px);
  }
  main section.sec#store .lphoto .title div h3 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    transform: translateY(-10px);
  }
  main section.sec#store .lphoto .title div h3 span {
    color: #FFF;
  }
  main section.sec#store .lphoto .title div h3 span:nth-child(2) {
    margin: 0px;
  }
  main section.sec#store .lphoto img {
    width: 150vw;
    position: relative;
    left: -25vw;
  }
  main section.sec#store .inner {
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    margin: 0 auto;
  }
  main section.sec#store .inner:not(:last-child) {
    margin-bottom: 40px;
  }
  main section.sec#store .inner .text {
    text-align: left;
    width: 100%;
  }
  main section.sec#store .inner .text p:not(:last-child) {
    margin-bottom: 10px;
  }
  main section.sec#store .inner .text.jp {
    margin-bottom: 20px;
  }
  main section.sec#store .inner .text.jp p {
    color: #FFF;
  }
  main section.sec#store .inner .text.en p {
    color: #FFF;
  }
  main section.sec#store .photos {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    left: auto;
  }
  main section.sec#store .photos:not(:last-child) {
    margin-bottom: 20px;
  }
  main section.sec#store .photos > div {
    width: 50%;
  }
  main section.sec#store .info {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  main section.sec#store .info:not(:last-child) {
    margin-bottom: 40px;
  }
  main section.sec#store .info h4 {
    color: #FFF;
    font-family: "EB Garamond", serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
  }
  main section.sec#store .info table {
    text-align: left;
    width: 100%;
    border-top: solid 1px #C3C3C3;
  }
  main section.sec#store .info table tr th {
    color: #FFF;
    font-family: "EB Garamond", serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
    vertical-align: middle;
    width: 100%;
    padding: 10px 0 0 0;
    border-bottom: none;
    display: block;
  }
  main section.sec#store .info table tr td {
    color: #FFF;
    font-family: "EB Garamond", serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
    vertical-align: middle;
    padding: 0 0 10px 0;
    border-bottom: solid 1px #C3C3C3;
    display: block;
  }
  main section.sec#store .info table tr td a {
    color: #FFF;
    text-decoration: underline;
  }
  main section.sec#contact h3 {
    color: #111;
    font-family: "EB Garamond", serif;
    font-size: 4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 10px;
  }
  main section.sec#contact h4 {
    color: #111;
    font-family: "EB Garamond", serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
  }
  main section.sec#contact .inner {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section.sec#contact .inner:not(:last-child) {
    margin-bottom: 40px;
  }
  main section.sec#contact .inner .text {
    width: 100%;
    text-align: center;
  }
  main section.sec#contact .inner .text.jp {
    margin-bottom: 20px;
  }
  main section.sec#contact .inner .text.jp p {
    color: #111;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0em;
  }
  main section.sec#contact .inner .text.en p {
    color: #111;
    font-family: "EB Garamond", serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0em;
  }
  main section.sec#contact .btn {
    width: 100%;
    margin: 0 auto;
  }
  main section.sec#contact .btn a {
    color: #FFF;
    font-family: "EB Garamond", serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    width: 100%;
    height: 40px;
  }
  main section.sec#contact .btn a:hover {
    background-color: #111;
  }
  main section.sec h3 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
  }
  main section.sec h3:not(:last-child) {
    margin-bottom: 40px;
  }
  main section.sec h3 span {
    position: relative;
  }
  main section.sec h3 span:not(:first-child) {
    margin-left: 10px;
  }
  main section.sec h3 span:nth-child(1) {
    color: #111;
    font-family: "EB Garamond", serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    transform: translateY(-0.5rem);
  }
  main section.sec h3 span:nth-child(2) {
    color: #111;
    font-family: "EB Garamond", serif;
    font-size: 4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  main section.sec .inner {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section.sec .inner .text {
    text-align: left;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section.sec .inner .text.jp p {
    color: #111;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0em;
    order: 3;
  }
  main section.sec .inner .text.en p {
    color: #111;
    font-family: "EB Garamond", serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0em;
    order: 3;
  }
  main section.sec .inner .text > p:not(:last-child) {
    margin-bottom: 20px;
  }
  main section.sec .inner .text .name {
    margin-bottom: 20px;
    order: 2;
  }
  main section.sec .inner .text .name h4 {
    color: #111;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 3rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 10px;
  }
  main section.sec .inner .text .name h5 {
    color: #111;
    font-family: "EB Garamond", serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 10px;
  }
  main section.sec .inner .text .name p {
    color: #111;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0em;
  }
  main section.sec .inner .text .photo {
    width: 100%;
    position: relative;
    order: 1;
  }
  main section.sec .inner .text .photo:not(:last-child) {
    margin-bottom: 20px;
  }
  main section.sec .inner .text .photo.to-l {
    margin-bottom: 20px;
  }
  main section.sec .inner .text .photo.to-l img {
    width: 100%;
    position: relative;
    left: auto;
  }
  main section.sec .inner .text .photo.to-r img {
    width: 100%;
    position: relative;
  }

  footer {
    text-align: left;
    width: 100%;
    padding: 0px 0 80px 0;
  }
  footer .inner {
    width: calc(100% - 80px);
    margin: 0 auto;
  }
  footer .inner .link {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  footer .inner .link ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
  }
  footer .inner .link ul li {
    width: 40px;
  }
  footer .inner .link ul li a {
    width: 100%;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
  }
  footer .inner .link ul li:not(:first-child) {
    margin-left: 20px;
  }
  footer .inner .cp {
    text-align: center;
  }
  footer .inner .cp p {
    color: #111;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}

/*# sourceMappingURL=style.css.map */
