@charset "UTF-8";
/* commonParts
---------------------------------------------------- */
.__inner {
  width: 99.375rem;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .__inner {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  .__inner {
    width: calc(100% - 40px);
  }
}
.__inner.__medium {
  width: 82.5rem;
}
@media screen and (max-width: 1199px) {
  .__inner.__medium {
    width: 99.375rem;
  }
}
@media screen and (max-width: 991px) {
  .__inner.__medium {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  .__inner.__medium {
    width: calc(100% - 40px);
  }
}

.__liststyle li {
  display: flex;
  align-items: baseline;
}
.__liststyle li::before {
  content: "⚫︎";
  display: block;
  margin-right: 0.3em;
  flex-shrink: 0;
}
.__liststyle.__number li::before {
  content: none;
}
.__liststyle.__number li span.__num {
  display: block;
  flex-shrink: 0;
  margin-right: 0.3em;
}
.__liststyle.__note li::before {
  content: "※";
}

span.__en {
  font-family: "Imbue", serif;
  letter-spacing: 0.06em;
}

.__ttltxt.__style01 span.__jp {
  display: block;
  font-size: 2.25rem;
  letter-spacing: 0.4em;
}
@media screen and (max-width: 1199px) {
  .__ttltxt.__style01 span.__jp {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 767px) {
  .__ttltxt.__style01 span.__jp {
    font-size: min(5.6vw, 1.375em);
    letter-spacing: 0.3em;
  }
}
.__ttltxt.__style01 span.__en {
  display: block;
  color: #636d50;
  font-size: 1.5em;
  line-height: 1em;
  margin-top: -0.6em;
}
@media screen and (max-width: 1199px) {
  .__ttltxt.__style01 span.__en {
    font-size: 1.25em;
    margin-top: 0;
  }
}
@media screen and (max-width: 991px) {
  .__ttltxt.__style01 span.__en {
    margin-top: 0.6em;
  }
}
.__ttltxt.__style01.__green02 span.__en {
  color: #8e9a75;
}
.__ttltxt.__style02 {
  text-align: center;
}
.__ttltxt.__style02 span.__en {
  font-size: 3.75rem;
  letter-spacing: 0.04em;
  line-height: 1em;
}
@media screen and (max-width: 1199px) {
  .__ttltxt.__style02 span.__en {
    font-size: 2.75em;
  }
}
@media screen and (max-width: 767px) {
  .__ttltxt.__style02 span.__en {
    font-size: 2.5em;
  }
}
.__ttltxt.__style02.__dark {
  color: #111111;
}
.__ttltxt.__style02.__green02 {
  color: #8e9a75;
}
.__ttltxt.__style03 span.__jp {
  display: block;
  font-size: 1.75em;
  letter-spacing: 0.4em;
}
@media screen and (max-width: 1199px) {
  .__ttltxt.__style03 span.__jp {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .__ttltxt.__style03 span.__jp {
    font-size: min(5.6vw, 1.375em);
    letter-spacing: 0.3em;
  }
}
.__ttltxt.__style03 span.__en {
  display: block;
  color: #636d50;
  font-size: 1.5em;
  line-height: 1em;
}
@media screen and (max-width: 1199px) {
  .__ttltxt.__style03 span.__en {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 991px) {
  .__ttltxt.__style03 span.__en {
    margin-top: 0.4em;
  }
}
.__ttltxt.__style03.__green02 span.__en {
  color: #8e9a75;
}

a.__txtlink {
  color: #111111;
  display: inline;
  text-decoration: underline;
  opacity: 1;
  transition: all 0.2s ease;
}
a.__txtlink:hover {
  opacity: 0.6;
}

.__linkbtn.__style01 {
  width: 14em;
}
.__linkbtn.__style01 a, .__linkbtn.__style01 button {
  position: relative;
  text-align: center;
  width: 100%;
  padding: 0.72em 0;
  color: #fff;
  overflow: hidden;
  transition: all 0.48s cubic-bezier(0, 0.4, 0.6, 1);
}
@media screen and (max-width: 767px) {
  .__linkbtn.__style01 a, .__linkbtn.__style01 button {
    padding: 0.48em 0;
  }
}
.__linkbtn.__style01 a a, .__linkbtn.__style01 button a {
  font-family: "Imbue", serif;
}
.__linkbtn.__style01 a span.__txt, .__linkbtn.__style01 button span.__txt {
  position: relative;
  z-index: 2;
  font-size: 1.5em;
}
@media screen and (max-width: 1599px) {
  .__linkbtn.__style01 a span.__txt, .__linkbtn.__style01 button span.__txt {
    font-size: 1.25em;
  }
}
.__linkbtn.__style01.__green01 a, .__linkbtn.__style01.__green01 button {
  background-color: #636d50;
  box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.2);
}
.__linkbtn.__style01.__green01 a:hover, .__linkbtn.__style01.__green01 button:hover {
  background-color: #222222;
}
.__linkbtn.__style01.__green02 a, .__linkbtn.__style01.__green02 button {
  background-color: #8e9a75;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
}
.__linkbtn.__style01.__green02 a:hover, .__linkbtn.__style01.__green02 button:hover {
  background-color: #444444;
}
.__linkbtn.__style01.__dark a, .__linkbtn.__style01.__dark button {
  background-color: #222222;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
}
.__linkbtn.__style01.__dark a:hover, .__linkbtn.__style01.__dark button:hover {
  background-color: #666666;
}
.__linkbtn.__style01.__lgray a, .__linkbtn.__style01.__lgray button {
  color: #222222;
  background-color: #f7f7f7;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
}
.__linkbtn.__style01.__lgray a:hover, .__linkbtn.__style01.__lgray button:hover {
  background-color: #fff;
}

.__overview-table {
  width: min(100%, 55em);
  margin: 0 auto;
}
.__overview-table dl {
  display: flex;
}
@media screen and (max-width: 767px) {
  .__overview-table dl {
    display: block;
  }
}
.__overview-table dl dt {
  letter-spacing: 0.1em;
  line-height: 1.6em;
  font-weight: 400;
  width: 16em;
  padding: 1.5em 0;
  border-bottom: solid 1px #bbbbbb;
}
@media screen and (max-width: 767px) {
  .__overview-table dl dt {
    width: 100%;
    padding: 1.6em 0;
    border-bottom: none;
  }
}
.__overview-table dl dd {
  letter-spacing: 0.1em;
  line-height: 1.6em;
  width: calc(100% - 16em);
  padding: 1.5em 0;
  border-bottom: solid 1px #bbbbbb;
}
@media screen and (max-width: 767px) {
  .__overview-table dl dd {
    width: 100%;
    padding-top: 0;
    padding-bottom: 1.6em;
  }
}
.__overview-table dl dd a {
  display: inline;
  font-size: 1em;
}
.__overview-table dl dd ul.__note li {
  font-size: 0.9em;
  margin-top: 0.8em;
}
.__overview-table dl:nth-of-type(1) dt, .__overview-table dl:nth-of-type(1) dd {
  padding-top: 0;
}

.__txtAnimation {
  display: inline;
}
.__txtAnimation .char-wrap {
  display: inline-block;
  overflow-x: hidden;
}
.__txtAnimation .char-wrap .char {
  position: relative;
  display: inline-block;
  opacity: 0;
  transform: translateX(-100%);
  transition: all 1s cubic-bezier(0, 0.7, 0.4, 1) 0.1s;
}
.__txtAnimation.__inview .char-wrap .char {
  opacity: 1;
  transform: translateX(0);
}

.__fadeIn {
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.8s ease 0.4s;
}
.__fadeIn.__delay00 {
  transition-delay: 0s;
}
.__fadeIn.__inview {
  opacity: 1;
  transform: translateY(0);
}

/* header
---------------------------------------------------- */
header {
  position: relative;
}
header .header-logo {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  margin-top: 30px;
  margin-left: 30px;
  width: 240px;
  transition: all 0.48s ease;
}
@media screen and (max-width: 991px) {
  header .header-logo {
    width: 216px;
  }
}
@media screen and (max-width: 767px) {
  header .header-logo {
    width: min(50vw, 180px);
    margin: 20px 16px;
  }
}
header .header-logo img {
  width: 100%;
  height: auto;
}
header .header-logo.__bg-white {
  filter: invert(100%);
}
header .header-menu {
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
}
header .header-menu:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  margin-top: -40px;
  margin-right: -40px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-color: rgb(17, 17, 17);
  transform: scale(1);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 991px) {
  header .header-menu:before {
    margin-top: -36px;
    margin-right: -36px;
    width: 160px;
    height: 160px;
  }
}
@media screen and (max-width: 767px) {
  header .header-menu:before {
    margin-top: -24px;
    margin-right: -24px;
    width: 120px;
    height: 120px;
  }
}
header .header-menu.__open:before {
  transform: scale(24);
  background-color: rgba(17, 17, 17, 0.8);
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
}
header .nav-btn {
  cursor: pointer;
  text-align: center;
  padding: 40px;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.4s ease;
}
@media screen and (max-width: 991px) {
  header .nav-btn {
    padding: 36px;
  }
}
@media screen and (max-width: 767px) {
  header .nav-btn {
    padding: 30px 24px;
  }
}
header .nav-btn .btn-wrap {
  position: relative;
  margin-top: 4px;
}
header .nav-btn .btn-wrap span.__border {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 60px;
  height: 1px;
  background-color: #fff;
  transition: all 0.2s ease;
}
@media screen and (max-width: 767px) {
  header .nav-btn .btn-wrap span.__border {
    width: 40px;
  }
}
header .nav-btn .btn-wrap span.__border:nth-of-type(1) {
  margin-top: -4px;
}
header .nav-btn .btn-wrap span.__border:nth-of-type(2) {
  margin-top: 4px;
}
header .nav-btn span.__txt {
  display: block;
  font-family: "Imbue", serif;
  letter-spacing: 0.06em;
  font-size: 1.5em;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  header .nav-btn span.__txt {
    font-size: 1.25em;
  }
}
header .nav-btn:hover {
  opacity: 0.6;
}
header .nav-btn.__open .btn-wrap span.__border:nth-of-type(1) {
  margin-top: 0;
  transform: translate(-50%, -50%) rotate(20deg);
}
header .nav-btn.__open .btn-wrap span.__border:nth-of-type(2) {
  margin-top: 0;
  transform: translate(-50%, -50%) rotate(-20deg);
}
header .header-menu-inner {
  position: fixed;
  z-index: 99;
  width: calc(100% - 10.3125rem);
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.48s ease;
}
@media screen and (max-width: 991px) {
  header .header-menu-inner {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 767px) {
  header .header-menu-inner {
    width: 100%;
    flex-direction: column-reverse;
    margin-top: 3lvh;
  }
}
header .header-menu-inner.__open {
  opacity: 1;
  visibility: visible;
  transition: all 0.48s ease 0.48s;
}
@media screen and (max-width: 767px) {
  header .header-menu-inner .inner-left {
    text-align: center;
    margin-top: 4lvh;
  }
}
header .header-menu-inner .inner-left .menu-logo {
  width: 25rem;
}
@media screen and (max-width: 1199px) {
  header .header-menu-inner .inner-left .menu-logo {
    width: 35rem;
  }
}
@media screen and (max-width: 767px) {
  header .header-menu-inner .inner-left .menu-logo {
    width: 14em;
    margin: 0 auto;
  }
}
header .header-menu-inner .inner-left .menu-logo img {
  width: 100%;
  height: auto;
}
header .header-menu-inner .inner-left p {
  color: #666666;
  font-size: 1.25em;
  margin-top: 1em;
}
@media screen and (max-width: 1199px) {
  header .header-menu-inner .inner-left p {
    font-size: 1.125em;
    margin-top: 0.6em;
  }
}
header .header-menu-inner nav {
  width: 50vw;
}
@media screen and (max-width: 1199px) {
  header .header-menu-inner nav {
    width: 45.8333333333vw;
  }
}
@media screen and (max-width: 767px) {
  header .header-menu-inner nav {
    width: 100%;
  }
}
header .header-menu-inner nav ul li a {
  position: relative;
  margin: 24px 0;
  padding: 1em 0;
  border-bottom: solid 1px #666666;
}
@media screen and (max-width: 991px) {
  header .header-menu-inner nav ul li a {
    padding: 1.5em 0;
  }
}
@media screen and (max-width: 767px) {
  header .header-menu-inner nav ul li a {
    text-align: center;
    margin: 0;
    padding: 3.6lvh 0 2.4lvh;
  }
}
header .header-menu-inner nav ul li a span {
  display: block;
}
header .header-menu-inner nav ul li a span.__jp {
  letter-spacing: 0.4em;
  font-size: 1.375em;
  line-height: 1.2em;
}
@media screen and (max-width: 1599px) {
  header .header-menu-inner nav ul li a span.__jp {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 1199px) {
  header .header-menu-inner nav ul li a span.__jp {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 767px) {
  header .header-menu-inner nav ul li a span.__jp {
    font-size: 1em;
    line-height: 1.4em;
  }
}
header .header-menu-inner nav ul li a span.__en {
  color: #999999;
  font-size: 1.25em;
}
@media screen and (max-width: 1599px) {
  header .header-menu-inner nav ul li a span.__en {
    font-size: 1.125em;
  }
}
header .header-menu-inner nav ul li a::before {
  content: "";
  display: block;
  background-color: #bbbbbb;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: -1px;
  transform-origin: right top;
  transform: scaleX(0);
  transition: transform 0.48s ease;
}
header .header-menu-inner nav ul li a:hover::before {
  transform: scaleX(1);
  transform-origin: left top;
}
header .header-menu-inner nav ul li.__current a::before {
  transform: scaleX(1);
}

/* footer
---------------------------------------------------- */
footer {
  background-color: #111111;
  padding-top: 7.5rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 1199px) {
  footer {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 991px) {
  footer {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
footer .footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 991px) {
  footer .footer-inner {
    display: block;
  }
}
footer .footer-inner .footer-left .footer-logo {
  width: 300px;
}
@media screen and (max-width: 1599px) {
  footer .footer-inner .footer-left .footer-logo {
    width: 270px;
  }
}
@media screen and (max-width: 1199px) {
  footer .footer-inner .footer-left .footer-logo {
    width: 225px;
  }
}
@media screen and (max-width: 991px) {
  footer .footer-inner .footer-left .footer-logo {
    margin: 0 auto;
  }
}
footer .footer-inner .footer-left .footer-logo img {
  width: 100%;
  height: auto;
}
footer .footer-inner .footer-left .footer-info {
  margin-top: 1em;
}
@media screen and (max-width: 991px) {
  footer .footer-inner .footer-left .footer-info {
    text-align: center;
  }
}
footer .footer-inner .footer-left .footer-info p {
  line-height: 2em;
}
@media screen and (max-width: 1199px) {
  footer .footer-inner .footer-left .footer-info p {
    font-size: 0.9em;
  }
}
footer .footer-inner .footer-left .footer-info p a {
  font-size: 1em;
  display: inline-block;
}
footer .footer-inner .footer-left .footer-info p a img {
  width: 0.8em;
  height: auto;
  margin-left: 0.4em;
  opacity: 1;
  transition: all 0.2s ease;
}
footer .footer-inner .footer-left .footer-info p a:hover img {
  opacity: 0.7;
}
footer .footer-inner .footer-menu ul {
  display: flex;
}
@media screen and (max-width: 991px) {
  footer .footer-inner .footer-menu ul {
    justify-content: center;
    margin-top: 3em;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-menu ul {
    display: block;
    margin-top: 4em;
  }
}
footer .footer-inner .footer-menu ul li a {
  margin-left: 3.75rem;
  opacity: 1;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1199px) {
  footer .footer-inner .footer-menu ul li a {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 991px) {
  footer .footer-inner .footer-menu ul li a {
    margin: 0 1em;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-menu ul li a {
    text-align: center;
    margin: 1em 0;
  }
}
footer .footer-inner .footer-menu ul li a:hover {
  opacity: 0.7;
}
footer .copyright {
  text-align: center;
  margin-top: 7.5rem;
}
@media screen and (max-width: 1199px) {
  footer .copyright {
    margin-top: 100px;
  }
}
@media screen and (max-width: 991px) {
  footer .copyright {
    margin-top: 120px;
  }
}
@media screen and (max-width: 767px) {
  footer .copyright {
    margin-top: 100px;
  }
}
footer .copyright p {
  color: #999999;
  font-size: 13px;
}
@media screen and (max-width: 1199px) {
  footer .copyright p {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  footer .copyright p {
    font-size: 9px;
  }
}

#pagetop {
  display: none;
  position: fixed;
  z-index: 9;
  bottom: 0;
  right: 0;
}
#pagetop a {
  width: 80px;
  height: 80px;
  background-color: #111111;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1199px) {
  #pagetop a {
    width: 72px;
    height: 72px;
  }
}
@media screen and (max-width: 767px) {
  #pagetop a {
    width: 48px;
    height: 48px;
  }
}
#pagetop a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: auto;
}
@media screen and (max-width: 767px) {
  #pagetop a img {
    width: 16px;
  }
}
#pagetop a:hover {
  background-color: rgba(0, 0, 0, 0.8);
}/*# sourceMappingURL=common.css.map */