@charset "UTF-8";
#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;
  font-weight: 800;
}
@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 {
  overflow: hidden;
  z-index: 9;
  display: flex;
  align-items: center;
  padding: var(--space700) 0;
  background: linear-gradient(90deg, #1C1C1C 0%, #272727 49.04%, #1C1C1C 100%);
  background-size: cover;
  padding: 10rem 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-contactCtr {
    display: block;
    padding: 6rem 0 8rem;
  }
}
.p-contactCtr .m_box_fixed {
  width: 88rem;
}
@media screen and (max-width: 767px) {
  .p-contactCtr .m_box_fixed {
    width: 100%;
  }
}
.p-contactCtr .u-bg {
  background-size: cover;
  position: absolute;
  bottom: -43rem;
  width: 110vw;
  left: 50%;
  transform: translateX(-50%);
  max-width: initial;
}
.p-contactCtr__wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-contactCtr__wrap {
    flex-direction: column;
  }
}
.p-contactCtr__wrap .ttl {
  text-wrap: nowrap;
  color: #fff;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-contactCtr__wrap .ttl {
    text-wrap: initial;
    position: relative;
  }
}
.p-contactCtr__wrap .ttl .en {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}
.p-contactCtr__wrap .ttl .ja {
  color: #fff;
}
.p-contactCtr__wrap p {
  letter-spacing: 0.1em;
  font-weight: 300;
  margin-bottom: 2rem;
  font-size: 1.6rem;
}
.p-contactCtr a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background: url("../img/common/ctr-btn.png");
  background-size: cover;
  border-radius: 3.5rem;
  top: -2rem;
  right: 0rem;
  height: 24rem;
  width: 24rem;
  transform-origin: center;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .p-contactCtr a {
    top: 2rem;
    right: -4rem;
    scale: 0.8;
    position: relative;
  }
}
.p-contactCtr a:hover {
  opacity: 1;
  scale: 1.1;
}
@media screen and (max-width: 767px) {
  .p-contactCtr a:hover {
    top: 2rem;
    right: -4rem;
    scale: 0.9;
  }
}
.p-contactCtr a::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  border-radius: 3.5rem;
  z-index: 2;
  background-color: #212121;
}
.p-contactCtr a::after {
  transform: translateX(-50%) translateY(-50%);
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  border-radius: 3.5rem;
  z-index: -1;
  background: url("../img/common/ctr-btn.png");
  background-size: cover;
  animation: scaleUp 2s infinite;
}
@keyframes scaleUp {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.p-contactCtr a span {
  z-index: 3;
  font-size: 3.5rem;
  line-height: 1.3;
}
.p-contactCtr a span small {
  display: block;
  text-align: center;
  margin-left: 1rem;
  font-size: 60%;
  margin-bottom: 0.5rem;
}
.p-contactCtr a span small::before, .p-contactCtr a span small::after {
  content: "";
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0;
  background-color: #fff;
}
.p-contactCtr a span small::before {
  transform: rotate(15deg);
  right: 0.9rem;
}
.p-contactCtr a span small::after {
  transform: rotate(-15deg);
  left: 0;
}
#l_footer {
  z-index: 8;
  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: 2rem;
  gap: 4rem;
}
@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;
  margin-top: -2rem;
}
@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: 24rem;
}
@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 .box01 .u-subLink {
  font-family: "Oxanium", sans-serif;
  text-transform: uppercase;
  opacity: 0.7;
  margin-top: 0.8rem;
  display: block;
}
@media screen and (max-width: 767px) {
  #l_footer #sitemap .box02,
  #l_footer #sitemap .box03,
  #l_footer #sitemap .box04 {
    padding-bottom: 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: 1.8rem;
  margin-bottom: 0.5rem;
  font-family: "Oxanium", sans-serif;
  text-transform: uppercase;
}
@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;
    padding-bottom: 1rem;
    font-size: 1.6rem;
  }
}
@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 {
    font-size: 1.4rem;
  }
}
#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: "Oxanium", sans-serif;
  text-transform: uppercase;
}
@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;
  padding-bottom: 0.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: 1rem;
    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 span,
#l_footer #sitemap .box03 dl dd a span,
#l_footer #sitemap .box04 dl dd a span {
  font-family: "Oxanium", sans-serif;
  text-transform: uppercase;
}
#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;
  }
}

.p__header--logo {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 3rem;
}
@media screen and (max-width: 767px) {
  .p__header--logo {
    padding: 2rem 2rem;
  }
}
.p__header--logo img {
  width: 12rem;
}
@media screen and (max-width: 767px) {
  .p__header--logo img {
    width: 9rem;
  }
}

#l_header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 1rem 3rem;
  height: 9rem;
  mix-blend-mode: exclusion;
}
@media screen and (max-width: 767px) {
  #l_header {
    top: initial;
    bottom: 0;
    opacity: 0;
    transition: 1s;
    pointer-events: none;
  }
  #l_header.show {
    pointer-events: initial;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  #l_header nav {
    width: 100%;
  }
}
#l_header nav ul {
  display: flex;
  align-items: center;
  gap: 1rem;
}
#l_header nav ul li {
  font-family: Oxanium;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0.5rem 2rem 0.3rem;
  transition: 0.3s;
  border-radius: 0.5rem;
  color: #DFDFDF;
}
@media screen and (max-width: 767px) {
  #l_header nav ul li {
    display: none;
  }
}
#l_header nav ul li:hover {
  background: rgba(239, 239, 239, 0.08);
  box-shadow: 3px 3px 3px 0 rgba(255, 255, 255, 0.355) inset;
}
#l_header nav ul li a:hover {
  opacity: 1;
}
#l_header nav ul li.contact {
  background: #d7cbcb;
  color: #000000;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #l_header nav ul li.contact {
    display: block;
    width: 100%;
    font-size: 2rem;
    padding: 0.8rem 2rem 0.6rem;
    text-align: center;
  }
}
#l_header nav ul li.contact::before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: url("../img/accent-color.png") no-repeat;
  background-position: center;
  opacity: 0;
  transition: 0.3s;
}
#l_header nav ul li.contact:hover {
  scale: 0.95;
  opacity: 1;
}
#l_header nav ul li.contact:hover::before {
  opacity: 1;
}

#l_header02 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 1rem 3rem;
  height: 9rem;
}
@media screen and (max-width: 767px) {
  #l_header02 {
    display: flex;
  }
}
#l_header02 .drawerBtn {
  position: fixed;
  top: 74dvh;
  right: 3rem;
  z-index: 203;
  width: 15rem;
  height: 15rem;
  background: #fff;
  cursor: pointer;
  border-radius: 500rem;
}
@media screen and (max-width: 767px) {
  #l_header02 .drawerBtn {
    right: 1rem;
    width: 5.5rem;
    height: 5.5rem;
    top: 2dvh;
  }
}
#l_header02 .drawerBtn p {
  position: absolute;
  left: 2rem;
  top: 2rem;
  font-family: "Oxanium", 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_header02 .drawerBtn p {
    font-size: 1.8rem;
    left: 1.5rem;
    top: 1.5rem;
  }
}
#l_header02 .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_header02 .drawerBtn i:nth-of-type(1) {
  bottom: 4.5rem;
  width: 35%;
}
@media screen and (max-width: 767px) {
  #l_header02 .drawerBtn i:nth-of-type(1) {
    bottom: 3.25rem;
  }
}
#l_header02 .drawerBtn i:nth-of-type(2) {
  bottom: 3.5rem;
  width: 35%;
}
@media screen and (max-width: 767px) {
  #l_header02 .drawerBtn i:nth-of-type(2) {
    bottom: 2.75rem;
  }
}
#l_header02 .drawerBtn i:nth-of-type(3) {
  bottom: 2rem;
  width: 35%;
}
@media screen and (max-width: 767px) {
  #l_header02 .drawerBtn i:nth-of-type(3) {
    bottom: 2.25rem;
  }
}
#l_header02 .drawerBtn:hover::before {
  transition: 0.5s;
  transform: translateX(-50%) translateY(-50%) rotate(180deg);
}
#l_header02 .drawerBtn.is-open i:nth-of-type(1) {
  bottom: 4rem;
  width: 35%;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  #l_header02 .drawerBtn.is-open i:nth-of-type(1) {
    bottom: 2.75rem;
  }
}
#l_header02 .drawerBtn.is-open i:nth-of-type(2) {
  opacity: 0;
}
#l_header02 .drawerBtn.is-open i:nth-of-type(3) {
  bottom: 4rem;
  width: 35%;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  #l_header02 .drawerBtn.is-open i:nth-of-type(3) {
    bottom: 2.75rem;
  }
}
#l_header02 .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);
}
@media screen and (max-width: 767px) {
  #l_header02 .drawer {
    padding: 4rem;
  }
}
#l_header02 .drawer.is-open {
  pointer-events: auto;
  opacity: 1;
}
#l_header02 .drawer.is-open .top,
#l_header02 .drawer.is-open .sitemap,
#l_header02 .drawer.is-open .bottom {
  opacity: 1;
  transform: translateY(0);
}
#l_header02 .drawer.is-open .top {
  transition-delay: 0.15s;
}
#l_header02 .drawer.is-open .sitemap {
  transition-delay: 0.3s;
}
#l_header02 .drawer.is-open .bottom {
  transition-delay: 0.45s;
}
#l_header02 .drawer .top,
#l_header02 .drawer .sitemap,
#l_header02 .drawer .bottom {
  transition: opacity 0.5s, transform 0.5s var(--easeOutCubic);
  opacity: 0;
  transform: translateY(7rem);
}
#l_header02 .drawer .top {
  display: flex;
  justify-content: center;
  text-align: center;
}
#l_header02 .drawer .top a {
  display: inline-block;
}
#l_header02 .drawer .top a .identity {
  display: flex;
  align-items: center;
}
#l_header02 .drawer .top a .identity img {
  width: 76%;
  margin: 2rem auto -2rem;
}
#l_header02 .drawer .top a .voice {
  font-size: 2rem;
  letter-spacing: 0.5em;
  font-weight: var(--fontBold);
}
@media screen and (max-width: 767px) {
  #l_header02 .drawer .top a .voice {
    font-size: 1.2rem;
    margin-top: 0.5rem;
  }
}
#l_header02 .drawer .sitemap {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  #l_header02 .drawer .sitemap {
    display: block;
    margin-top: 5rem;
  }
}
@media screen and (max-width: 767px) {
  #l_header02 .drawer .sitemap dl {
    border-bottom: 1px solid var(--gray300);
    padding-bottom: 0.5rem;
  }
}
#l_header02 .drawer .sitemap dl + dl {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  #l_header02 .drawer .sitemap dl + dl {
    margin-top: 0;
  }
}
#l_header02 .drawer .sitemap dl dt {
  position: relative;
  font-size: 1.8rem;
  margin-bottom: 3rem;
  letter-spacing: var(--ls100);
  font-family: "Oxanium", sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  #l_header02 .drawer .sitemap dl dt {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
    padding-top: 1rem;
  }
}
@media screen and (max-width: 767px) {
  #l_header02 .drawer .sitemap dl dt a {
    display: block;
    padding: 1.3rem 0;
  }
}
#l_header02 .drawer .sitemap dl dt i {
  display: none;
}
@media screen and (max-width: 767px) {
  #l_header02 .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_header02 .drawer .sitemap dl dt i:before, #l_header02 .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_header02 .drawer .sitemap dl dt i:after {
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 767px) {
  #l_header02 .drawer .sitemap dl dt i.is-active:after {
    transform: rotate(0deg);
  }
}
#l_header02 .drawer .sitemap dl dd {
  font-size: 1.6rem;
  letter-spacing: var(--ls300);
}
@media screen and (max-width: 767px) {
  #l_header02 .drawer .sitemap dl dd {
    font-size: var(--fz110);
    padding-bottom: 1rem;
  }
}
#l_header02 .drawer .sitemap dl dd a {
  position: relative;
  display: block;
  padding-left: 1em;
}
#l_header02 .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_header02 .drawer .sitemap dl dd a:before {
    top: 1.1rem;
  }
}
#l_header02 .drawer .sitemap dl dd a + a {
  margin-top: 0.8rem;
}
#l_header02 .drawer .sitemap dl dd a span {
  font-family: "Oxanium", sans-serif;
  text-transform: uppercase;
}
#l_header02 .drawer .sitemap .u-subLink {
  font-family: "Oxanium", sans-serif;
  text-transform: uppercase;
  opacity: 0.7;
  margin-top: 0.8rem;
  display: block;
}
#l_header02 .drawer .bottom {
  display: flex;
  margin-top: 5rem;
  padding-top: 6rem;
  border-top: 1px solid var(--gray500);
}
@media screen and (max-width: 767px) {
  #l_header02 .drawer .bottom {
    display: block;
    margin-top: 4rem;
    padding-top: 0;
    border: none;
  }
}
#l_header02 .drawer .bottom .company {
  order: 1;
}
@media screen and (max-width: 767px) {
  #l_header02 .drawer .bottom .company {
    margin-top: 7rem;
    text-align: right;
  }
}
#l_header02 .drawer .bottom .company h3.name {
  font-size: var(--fz140);
  margin-bottom: 1rem;
}
#l_header02 .drawer .bottom .company .address,
#l_header02 .drawer .bottom .company .tel {
  font-size: var(--fz110);
}
#l_header02 .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_header02 .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_header02 .drawer .bottom ul.bnr li a {
  display: block;
  width: 24rem;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  #l_header02 .drawer .bottom ul.bnr li a {
    width: auto;
  }
}
#l_header02 .drawer .bottom ul.bnr li a picture {
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  #l_header02 .drawer .bottom ul.bnr li a picture {
    margin-bottom: 0.5rem;
  }
}
#l_header02 .drawer .bottom ul.bnr li a picture img {
  width: 100%;
}
#l_header02 .drawer .bottom ul.bnr li a span.name {
  display: block;
  font-size: var(--fz110);
}
#l_header02 .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: #e7e7e7;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-otherHeader {
    margin-bottom: 5rem;
  }
}
.p-otherHeader::before {
  content: "";
  position: absolute;
  margin: auto;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: url("../img/bg_noise.webp") var(--white);
  background-size: 20rem 20rem;
  mix-blend-mode: multiply;
  opacity: 0.5;
}
.p-otherHeader .m_box_fixed {
  padding-top: 20rem;
  margin-bottom: -6.9rem;
}
@media screen and (max-width: 767px) {
  .p-otherHeader .m_box_fixed {
    padding-top: 15rem;
    margin-bottom: -3rem;
  }
}
.p-otherHeader .m_txt_secTtl {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-otherHeader .m_txt_secTtl {
    align-items: flex-start;
    flex-direction: column;
  }
}
.p-otherHeader .m_txt_secTtl .en {
  font-size: 19rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: -4rem;
  margin-left: -0.6rem;
}
@media screen and (max-width: 767px) {
  .p-otherHeader .m_txt_secTtl .en {
    font-size: 7rem;
    margin-bottom: -1rem;
    margin-left: 0rem;
  }
}
.p-otherHeader .m_txt_secTtl .ja {
  margin-top: 0rem;
  margin-left: 10rem;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-otherHeader .m_txt_secTtl .ja {
    margin-left: 6rem;
    font-size: 1.5rem;
  }
}
.p-otherHeader .m_txt_secTtl .ja::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 50%;
  right: 105%;
  width: 5rem;
  height: 1px;
  background: #272727;
  opacity: 0;
  animation: fadeInLine 1s forwards;
}
@keyframes fadeInLine {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#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 */