@charset "UTF-8";
@font-face {
  font-family: "ShinRetroMaruGothic";
  src: url("../font/ShinRetroMaruGothic-Regular.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "ShinRetroMaruGothic";
  src: url("../font/ShinRetroMaruGothic-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "ShinRetroMaruGothic";
  src: url("../font/ShinRetroMaruGothic-Bold.ttf") format("truetype");
  font-weight: 700;
}
#l_animation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: var(--white);
  transition: filter 0.5s, opacity 0.7s;
}
@media screen and (max-width: 767px) {
  #l_animation {
    width: 100dvw;
    height: 100dvh;
  }
}
#l_animation.is-hide {
  filter: blur(5rem);
  opacity: 0;
  pointer-events: none;
}
#l_animation.is-load .panel {
  filter: blur(0);
  opacity: 1;
  transform: translateY(-2rem);
}
#l_animation .panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: filter 0.5s, opacity 0.7s, transform 1.2s var(--easeOutCubic);
  filter: blur(5rem);
  opacity: 0;
  transform: translateY(3rem);
}
#l_animation .panel01 img {
  width: 33rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  #l_animation .panel01 img {
    width: 60%;
    margin-bottom: 1rem;
  }
}
#l_animation .panel01 p.catch {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  #l_animation .panel01 p.catch {
    font-size: 1.6rem;
  }
}
#l_animation .panel02 {
  z-index: 100;
  background: var(--white);
  transition-delay: 1.5s;
}

#l_container {
  position: relative;
  z-index: 5;
  background-size: 10rem auto;
}
#l_container section, #l_container .c-section {
  position: relative;
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  #l_container section, #l_container .c-section {
    padding: 6rem 0;
  }
}

.p-contactCtr {
  z-index: 10;
  display: flex;
  align-items: center;
  padding: var(--space700) 0;
  background: linear-gradient(122deg, #1C1B0D 7.71%, #060D17 54.22%);
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  .p-contactCtr {
    display: block;
    padding: 6rem 0 8rem;
  }
}
.p-contactCtr__wrap {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-contactCtr__wrap {
    flex-direction: column;
  }
}
.p-contactCtr .ttl {
  text-wrap: nowrap;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-contactCtr .ttl {
    text-wrap: initial;
    position: relative;
  }
}
.p-contactCtr .ttl .en {
  color: #fff;
}
.p-contactCtr a img {
  height: 25rem;
}
@media screen and (max-width: 767px) {
  .p-contactCtr a img {
    height: auto;
    width: 100%;
  }
}

#l_footer {
  z-index: 10;
  position: relative;
  padding: 8rem 0 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #l_footer {
    padding: 6rem 0 0;
  }
}
#l_footer #sitemap {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 10rem;
  gap: 10rem;
}
@media screen and (max-width: 767px) {
  #l_footer #sitemap {
    display: block;
    margin-bottom: 6rem;
  }
}
#l_footer #sitemap > div {
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  #l_footer #sitemap .box01 {
    margin-bottom: 3rem;
  }
}
#l_footer #sitemap .box01 .logo {
  margin-bottom: 5rem;
  mix-blend-mode: difference;
}
@media screen and (max-width: 767px) {
  #l_footer #sitemap .box01 .logo {
    margin-bottom: 3rem;
  }
}
#l_footer #sitemap .box01 .logo a {
  display: inline-block;
}
#l_footer #sitemap .box01 .logo a img {
  width: 29.4rem;
}
@media screen and (max-width: 767px) {
  #l_footer #sitemap .box01 .logo a img {
    width: 17rem;
  }
}
#l_footer #sitemap .box01 p {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  #l_footer #sitemap .box01 p {
    font-size: 1.4rem;
    margin-bottom: 0.1rem;
  }
}
#l_footer #sitemap .box02 dl + dl,
#l_footer #sitemap .box03 dl + dl,
#l_footer #sitemap .box04 dl + dl {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  #l_footer #sitemap .box02 dl + dl,
  #l_footer #sitemap .box03 dl + dl,
  #l_footer #sitemap .box04 dl + dl {
    margin: 0;
  }
}
#l_footer #sitemap .box02 dl dt,
#l_footer #sitemap .box03 dl dt,
#l_footer #sitemap .box04 dl dt {
  position: relative;
  font-size: 2.2rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #l_footer #sitemap .box02 dl dt,
  #l_footer #sitemap .box03 dl dt,
  #l_footer #sitemap .box04 dl dt {
    margin: 0;
    font-size: 1.6rem;
  }
}
#l_footer #sitemap .box02 dl dt a span,
#l_footer #sitemap .box03 dl dt a span,
#l_footer #sitemap .box04 dl dt a span {
  font-family: "Zen Kurenaido", sans-serif;
}
@media screen and (max-width: 767px) {
  #l_footer #sitemap .box02 dl dt a,
  #l_footer #sitemap .box03 dl dt a,
  #l_footer #sitemap .box04 dl dt a {
    display: block;
    padding: 0.6rem 0;
  }
}
#l_footer #sitemap .box02 dl dd,
#l_footer #sitemap .box03 dl dd,
#l_footer #sitemap .box04 dl dd {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #l_footer #sitemap .box02 dl dd,
  #l_footer #sitemap .box03 dl dd,
  #l_footer #sitemap .box04 dl dd {
    padding-bottom: 2rem;
    font-size: 1.4rem;
  }
}
#l_footer #sitemap .box02 dl dd a,
#l_footer #sitemap .box03 dl dd a,
#l_footer #sitemap .box04 dl dd a {
  position: relative;
  display: block;
  padding-left: 1em;
}
#l_footer #sitemap .box02 dl dd a:before,
#l_footer #sitemap .box03 dl dd a:before,
#l_footer #sitemap .box04 dl dd a:before {
  content: "";
  position: absolute;
  margin: auto;
  top: 1.3rem;
  left: 0;
  width: 1rem;
  height: 0.05rem;
  background: #484848;
}
#l_footer #sitemap .box02 dl dd a + a,
#l_footer #sitemap .box03 dl dd a + a,
#l_footer #sitemap .box04 dl dd a + a {
  margin-top: 0.8rem;
}
#l_footer #end {
  z-index: 201;
  padding: 1.5rem;
  text-align: center;
  font-size: var(--fz110);
  color: #fff;
  background: linear-gradient(122deg, #1C1B0D 7.71%, #060D17 54.22%);
}
@media screen and (max-width: 767px) {
  #l_footer #end {
    display: block;
    padding: 1rem;
  }
}

#l_header p.fixedLogo {
  position: fixed;
  top: -6rem;
  left: 3rem;
  z-index: 20;
  transition: top 0.5s var(--easeOutCubic);
}
@media screen and (max-width: 767px) {
  #l_header p.fixedLogo {
    left: 2rem;
  }
}
#l_header p.fixedLogo.is-show {
  top: 2.4rem;
}
@media screen and (max-width: 767px) {
  #l_header p.fixedLogo.is-show {
    top: 2.2rem;
  }
}
#l_header p.fixedLogo a {
  display: inline-block;
}
#l_header p.fixedLogo a img {
  width: 5rem;
}
@media screen and (max-width: 767px) {
  #l_header p.fixedLogo a img {
    width: 3.5rem;
  }
}
#l_header p.logo.fv_logo .typo {
  transition: 1s;
  margin-left: -80rem;
}
#l_header p.logo.fv_logo.show .typo {
  margin-left: 0rem;
}
#l_header p.logo span {
  position: absolute;
  left: 8rem;
  z-index: 20;
  width: 28rem;
}
@media screen and (max-width: 767px) {
  #l_header p.logo span {
    width: 17rem;
    left: 2.5rem;
  }
}
#l_header p.logo span a {
  display: block;
}
#l_header p.logo span.mark {
  top: 2.8rem;
}
#l_header p.logo span.mark img {
  width: 2rem;
}
@media screen and (max-width: 767px) {
  #l_header p.logo span.mark img {
    width: 1.8rem;
  }
}
#l_header p.logo span.typo {
  position: fixed;
  mix-blend-mode: difference;
  text-align: right;
  top: 11rem;
  background: #fff;
  -webkit-mask: url("../img/base_logo.svg") no-repeat center right;
          mask: url("../img/base_logo.svg") no-repeat center right;
  -webkit-mask-size: 28rem auto;
          mask-size: 28rem auto;
  transition: background 0.3s;
}
@media screen and (max-width: 767px) {
  #l_header p.logo span.typo {
    -webkit-mask-size: 17rem auto;
            mask-size: 17rem auto;
    top: 5rem;
  }
}
#l_header p.logo span.typo img {
  width: 28rem;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  #l_header p.logo span.typo img {
    width: 17rem;
  }
}
#l_header .drawerBtn {
  position: fixed;
  top: 74dvh;
  right: 3rem;
  z-index: 203;
  width: 15rem;
  height: 15rem;
  background: linear-gradient(138deg, #E1DDD9 3.33%, #CDD2DF 96.67%);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #l_header .drawerBtn {
    right: 1rem;
    width: 9.5rem;
    height: 9.5rem;
    top: 80dvh;
  }
}
#l_header .drawerBtn::before {
  content: "";
  position: absolute;
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  border: 2px solid #777;
  mix-blend-mode: multiply;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 767px) {
  #l_header .drawerBtn::before {
    width: calc(100% - 1.5rem);
    height: calc(100% - 1.5rem);
    border: 1px solid #777;
  }
}
#l_header .drawerBtn p {
  position: absolute;
  left: 2rem;
  top: 2rem;
  font-family: "Zen Kurenaido", sans-serif;
  font-size: 3.5rem;
  line-height: 1.2;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none; /* テキストの選択を無効化 */
}
@media screen and (max-width: 767px) {
  #l_header .drawerBtn p {
    font-size: 1.8rem;
    left: 1.5rem;
    top: 1.5rem;
  }
}
#l_header .drawerBtn i {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none; /* テキストの選択を無効化 */
  position: absolute;
  right: 1.7rem;
  height: 1px;
  background: #777;
  mix-blend-mode: multiply;
  transition: transform 0.5s var(--easeOutCubic), top 0.5s var(--easeOutCubic);
}
#l_header .drawerBtn i:nth-of-type(1) {
  bottom: 4rem;
  width: 21%;
}
@media screen and (max-width: 767px) {
  #l_header .drawerBtn i:nth-of-type(1) {
    bottom: 3rem;
  }
}
#l_header .drawerBtn i:nth-of-type(2) {
  bottom: 3rem;
  width: 28%;
}
@media screen and (max-width: 767px) {
  #l_header .drawerBtn i:nth-of-type(2) {
    bottom: 2.5rem;
  }
}
#l_header .drawerBtn i:nth-of-type(3) {
  bottom: 2rem;
  width: 35%;
}
@media screen and (max-width: 767px) {
  #l_header .drawerBtn i:nth-of-type(3) {
    bottom: 2rem;
  }
}
#l_header .drawerBtn:hover::before {
  transition: 0.5s;
  transform: translateX(-50%) translateY(-50%) rotate(180deg);
}
#l_header .drawerBtn.is-open i:nth-of-type(1) {
  bottom: 4rem;
  width: 30%;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  #l_header .drawerBtn.is-open i:nth-of-type(1) {
    bottom: 2.5rem;
  }
}
#l_header .drawerBtn.is-open i:nth-of-type(2) {
  opacity: 0;
}
#l_header .drawerBtn.is-open i:nth-of-type(3) {
  bottom: 4rem;
  width: 30%;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  #l_header .drawerBtn.is-open i:nth-of-type(3) {
    bottom: 2.5rem;
  }
}
#l_header .drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 202;
  width: auto;
  height: 100%;
  background: var(--white);
  padding: 6rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s;
  box-shadow: -5px -4px 4px 0px rgba(0, 0, 0, 0.1);
}
#l_header .drawer.is-open {
  pointer-events: auto;
  opacity: 1;
}
#l_header .drawer.is-open .top,
#l_header .drawer.is-open .sitemap,
#l_header .drawer.is-open .bottom {
  opacity: 1;
  transform: translateY(0);
}
#l_header .drawer.is-open .top {
  transition-delay: 0.15s;
}
#l_header .drawer.is-open .sitemap {
  transition-delay: 0.3s;
}
#l_header .drawer.is-open .bottom {
  transition-delay: 0.45s;
}
#l_header .drawer .top,
#l_header .drawer .sitemap,
#l_header .drawer .bottom {
  transition: opacity 0.5s, transform 0.5s var(--easeOutCubic);
  opacity: 0;
  transform: translateY(7rem);
}
#l_header .drawer .top {
  display: flex;
  justify-content: center;
  text-align: center;
}
#l_header .drawer .top a {
  display: inline-block;
}
#l_header .drawer .top a .identity {
  display: flex;
  align-items: center;
}
#l_header .drawer .top a .identity span.mark {
  width: 3.1rem;
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  #l_header .drawer .top a .identity span.mark {
    width: 2.2rem;
    margin-right: 1rem;
  }
}
#l_header .drawer .top a .identity span.typo {
  width: 26rem;
  background: var(--black);
  -webkit-mask: url("../img/base_logo.svg") no-repeat center left;
          mask: url("../img/base_logo.svg") no-repeat center left;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
}
@media screen and (max-width: 767px) {
  #l_header .drawer .top a .identity span.typo {
    width: 20rem;
  }
}
#l_header .drawer .top a .identity span.typo img {
  opacity: 0;
}
#l_header .drawer .top a .identity span img {
  width: 100%;
}
#l_header .drawer .top a .voice {
  font-size: 2rem;
  letter-spacing: 0.5em;
  font-weight: var(--fontBold);
}
@media screen and (max-width: 767px) {
  #l_header .drawer .top a .voice {
    font-size: 1.2rem;
    margin-top: 0.5rem;
  }
}
#l_header .drawer .sitemap {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  #l_header .drawer .sitemap {
    display: block;
    margin-top: 5rem;
  }
}
@media screen and (max-width: 767px) {
  #l_header .drawer .sitemap dl {
    border-bottom: 1px solid var(--gray300);
  }
}
#l_header .drawer .sitemap dl + dl {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  #l_header .drawer .sitemap dl + dl {
    margin-top: 0;
  }
}
#l_header .drawer .sitemap dl dt {
  position: relative;
  font-size: 1.8rem;
  margin-bottom: 3rem;
  letter-spacing: var(--ls100);
}
@media screen and (max-width: 767px) {
  #l_header .drawer .sitemap dl dt {
    font-size: var(--fz200);
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  #l_header .drawer .sitemap dl dt a {
    display: block;
    padding: 1.3rem 0;
  }
}
#l_header .drawer .sitemap dl dt i {
  display: none;
}
@media screen and (max-width: 767px) {
  #l_header .drawer .sitemap dl dt i {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    width: 5rem;
    height: 5rem;
  }
}
@media screen and (max-width: 767px) {
  #l_header .drawer .sitemap dl dt i:before, #l_header .drawer .sitemap dl dt i:after {
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 1rem;
    height: 1px;
    background: #777;
    transition: transform 0.3s;
  }
}
@media screen and (max-width: 767px) {
  #l_header .drawer .sitemap dl dt i:after {
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 767px) {
  #l_header .drawer .sitemap dl dt i.is-active:after {
    transform: rotate(0deg);
  }
}
#l_header .drawer .sitemap dl dd {
  font-size: 1.6rem;
  letter-spacing: var(--ls300);
}
@media screen and (max-width: 767px) {
  #l_header .drawer .sitemap dl dd {
    display: none;
    font-size: var(--fz110);
    padding-bottom: 2rem;
  }
}
#l_header .drawer .sitemap dl dd a {
  position: relative;
  display: block;
  padding-left: 1em;
}
#l_header .drawer .sitemap dl dd a:before {
  content: "";
  position: absolute;
  margin: auto;
  top: 1.4rem;
  left: 0;
  width: 1rem;
  height: 0.05rem;
  background: #484848;
}
@media screen and (max-width: 767px) {
  #l_header .drawer .sitemap dl dd a:before {
    top: 1.1rem;
  }
}
#l_header .drawer .sitemap dl dd a + a {
  margin-top: 0.8rem;
}
#l_header .drawer .bottom {
  display: flex;
  margin-top: 5rem;
  padding-top: 6rem;
  border-top: 1px solid var(--gray500);
}
@media screen and (max-width: 767px) {
  #l_header .drawer .bottom {
    display: block;
    margin-top: 4rem;
    padding-top: 0;
    border: none;
  }
}
#l_header .drawer .bottom .company {
  order: 1;
}
@media screen and (max-width: 767px) {
  #l_header .drawer .bottom .company {
    margin-top: 7rem;
    text-align: right;
  }
}
#l_header .drawer .bottom .company h3.name {
  font-size: var(--fz140);
  margin-bottom: 1rem;
}
#l_header .drawer .bottom .company .address,
#l_header .drawer .bottom .company .tel {
  font-size: var(--fz110);
}
#l_header .drawer .bottom ul.bnr {
  order: 2;
  display: flex;
  justify-content: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  text-align: center;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  #l_header .drawer .bottom ul.bnr {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 50%));
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    row-gap: 3rem;
  }
}
#l_header .drawer .bottom ul.bnr li a {
  display: block;
  width: 24rem;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  #l_header .drawer .bottom ul.bnr li a {
    width: auto;
  }
}
#l_header .drawer .bottom ul.bnr li a picture {
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  #l_header .drawer .bottom ul.bnr li a picture {
    margin-bottom: 0.5rem;
  }
}
#l_header .drawer .bottom ul.bnr li a picture img {
  width: 100%;
}
#l_header .drawer .bottom ul.bnr li a span.name {
  display: block;
  font-size: var(--fz110);
}
#l_header .drawer .bottom ul.bnr li a span.name:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 1rem;
  height: 1rem;
  margin-left: 0.5rem;
  background: var(--black);
  -webkit-mask: url("../img/i_blank.svg") no-repeat center;
          mask: url("../img/i_blank.svg") no-repeat center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
}

.p-otherHeader {
  background-color: #FCFCFC;
  padding-bottom: 2rem;
}
.p-otherHeader .m_box_fixed {
  padding-top: 20rem;
}
@media screen and (max-width: 767px) {
  .p-otherHeader .m_box_fixed {
    padding-top: 15rem;
  }
}
.p-otherHeader .m_txt_secTtl {
  border-bottom: solid 1px #E0E0E0;
  margin-bottom: 2rem;
}
.p-otherHeader .m_txt_secTtl .en {
  font-size: var(--fz900);
}
.p-otherHeader .m_txt_secTtl .ja {
  margin-top: 0rem;
  padding-bottom: 0.5rem;
}

#l_modal {
  position: relative;
  z-index: 1000;
}

html.modal-open, body.modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=layout.css.map */