@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond&family=Libre+Caslon+Display&family=Shippori+Mincho+B1:wght@400;500;600;700;800&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
html {
  font-size: 10px;
}

@media screen and (max-width: 1000px) {
  html {
    font-size: 1vw;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  ._sp {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  ._pc {
    display: none !important;
  }
}
* {
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
  margin: 0;
  padding: 0;
}

html {
  overflow: auto;
  scroll-behavior: smooth;
}

main {
  display: block;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 750px) {
  main {
    width: 100%;
  }
}
section {
  position: relative;
  overflow: hidden;
}

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

body {
  font-family: "Shippori Mincho B1", "Zen Old Mincho", serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #000;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.f-shippori {
  font-family: "Shippori Mincho B1", serif;
}

.f-zen {
  font-family: "Zen Old Mincho", serif;
}

.f-libre {
  font-family: "Libre Caslon Display", serif;
  font-weight: 400;
}

.f-garamond {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
}

figure {
  position: relative;
}

.com-note {
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0;
}
.com-note.right {
  text-align: right;
}

.com-sec-note {
  background: #fff;
  padding: 5rem 0 5rem;
  position: relative;
  z-index: 3;
}

.com-sec-note.empty {
  padding: 0 0 6.6rem;
}

@media screen and (max-width: 750px) {
  .com-note {
    font-size: 2rem;
  }
  .com-sec-note {
    padding: 12rem 0 9.6rem;
  }
  .com-sec-note.empty {
    padding: 0 0 9.6rem;
  }
}
.com-cap {
  font-size: 1rem;
  letter-spacing: 0;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5), -1px 1px 3px rgba(0, 0, 0, 0.5), 1px -1px 3px rgba(0, 0, 0, 0.5), -1px -1px 3px rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
}

.com-cap.cap-2 {
  background: rgba(0, 0, 0, 0.8);
  padding: 0.6rem 1rem;
}

.com-cap.left {
  right: auto;
  left: 0.5rem;
}

.com-cap.clr-w {
  color: #fff;
  text-shadow: none;
}

.com-cap.clr-b {
  color: #000;
  text-shadow: none;
}

@media screen and (max-width: 750px) {
  .com-cap {
    font-size: 2rem;
    bottom: 1rem;
    right: 1rem;
  }
  .com-cap.left {
    left: 1rem;
  }
}
.com-tbox {
  padding: 5.3rem 0 5rem;
}

.com-ttlEn {
  color: #8D756B;
  font-size: 2.3rem;
  line-height: 1.7521367521;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 0.7rem;
}
.com-ttlEn.large {
  font-size: 7rem;
  color: #b9a53e;
  margin-bottom: 0;
  letter-spacing: 0.1em;
}

.com-lead1 {
  font-size: 2.9rem;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.15em;
  color: #231815;
}
.com-lead1 + .com-txt {
  margin-top: 1em;
}
.com-lead1 .small {
  font-size: 2rem;
}
.com-lead1 .large {
  font-size: 10rem;
  color: #4990BE;
  line-height: 1;
}

.com-lead2 {
  font-size: 2.5rem;
  text-align: center;
  color: #231815;
  line-height: 1.7498988264;
  letter-spacing: 0.15em;
  margin-bottom: 2.8rem;
}
@media screen and (max-width: 750px) {
  .com-lead2 {
    font-size: 3.5rem;
  }
}

.com-lead3 {
  font-size: 1.8rem;
  text-align: center;
  color: #231815;
  line-height: 1.7498594716;
  letter-spacing: 0;
  margin-bottom: 2.8rem;
}

.com-txt {
  font-size: 1.5rem;
  line-height: 1.7;
  text-align: center;
  line-height: 2;
  color: #000;
  letter-spacing: 0;
}

@media screen and (max-width: 750px) {
  .com-lead1 {
    font-size: 3.4rem;
  }
  .com-lead1 .small {
    font-size: 2.4rem;
  }
  .com-lead2 {
    font-size: 3rem;
  }
  .com-lead3 {
    font-size: 2.6rem;
  }
  .com-txt {
    text-align: left;
    font-size: 2.4rem;
  }
  .com-ttlEn {
    font-size: 3.1rem;
  }
}
.com-sup {
  font-size: 1rem;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

.com-content {
  max-width: 1000px;
  width: 96%;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .com-content {
    width: 68rem;
  }
}
.js_tab-link {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
  display: block;
}
.js_tab-link:hover {
  opacity: 0.7;
}

.js_tab-content {
  display: none;
}
.js_tab-content.active {
  display: block;
}