blockquote[id^="block-"] {
  scroll-margin-top: 65px;
}

@media screen and (min-width: 641px) {
  .header .headerNav .headerLogoArea a.sp {
    display: none;
  }
  .sp {
    display: none;
  }
  br.sp {
    display: none;
  }
  br.pc {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .header .headerNav .headerLogoArea a.pc {
    display: none;
  }
  .pc {
    display: none;
  }
  br.pc {
    display: flex;
  }
}
.inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
.inner2 {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
}
.subMv {
  height: 160px;
  background-color: var(--pointColor3);
  background-image: url('../img/common/subMvBg.png');
  background-repeat: no-repeat;
  background-position: right center;
}
.subMv .subMvBox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}
.subMv .subMvBox h1 {
  font-size: var(--fz32);
  font-weight: 600;
  color: #fff;
  margin-top: 0;
}
.pageTitle {
  line-height: 1.2;
  font-size: var(--fz24);
  font-weight: 600;
  padding-left: 1rem;
  position: relative;
  margin-bottom: 2rem;
}
.pageTitle::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 3px;
  background-color: var(--pointColor3);
}
.content {
  margin: 3.5rem 0;
}
.contentTitle {
  margin-bottom: 1.5rem;
  font-size: var(--fz24);
  font-weight: 600;
  color: var(--pointColor3);
}
.contentBoxs {
  display: flex;
  gap: 2rem;
}
.contentBox {
  margin-bottom: 4rem;
  overflow: hidden;
}

.contentLeft {
  width: 280px;
}
.contentLeft .contentList li {
  padding: 1rem;
  font-weight: 600;
  box-sizing: border-box;
  border-bottom: 1px solid var(--pointColor3);
}
.contentLeft .contentList li a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  cursor: pointer;
}
.contentLeft .contentList li a i {
  margin-left: 0.5rem;
}
.contentRight {
  width: calc(100% - 280px);
}
.contentRight .contentFeaturesBox {
  background: rgba(0, 78, 162, 0.1);
  padding: 2rem;
  box-sizing: border-box;
}
.contentRight .contentFeaturesList li {
  padding-left: 1.5rem;
  text-indent: -1.5rem;
  position: relative;
}
.contentRight .contentFeaturesList li i {
  color: var(--pointColor2);
}
.contentRight .lineupList li:not(:nth-last-of-type(1)) {
  margin-bottom: 2rem;
}
.contentRight .lineupList li {
  display: flex;
  border: 1px solid var(--pointColor3);
}
.contentRight .lineupList figure {
  display: flex;
  min-height: 80px;
  width: 240px;
}
.contentRight .lineupList figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
}
.contentRight .lineupList .lineupTextArea {
  padding: 1rem;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contentRight .lineupList .lineupTextArea .moreBtn {
  text-align: right;
}
.contentRight .lineupList .lineupTextArea .moreBtn a {
  font-size: var(--fz20);
  color: var(--pointColor3);
  padding-right: 6rem;
  position: relative;
}
.contentRight .lineupList .lineupTextArea .moreBtn a i {
  margin-left: 0.5rem;
  position: absolute;
  top: calc(50% - 5px);
  right: 1rem;
  transform: translate(0, -50%);
  transition: transform 0.3s ease;
}

.contentRight .lineupList .lineupTextArea .moreBtn a:hover i {
  transform: translate(1rem, -50%);
}
.contentRight .lineupList .lineupTitle {
  font-size: var(--fz20);
  font-weight: 600;
}
.contentRight .lineupList .lineupDes {
  font-size: var(--fz18);
}
nav.bread {
  margin: 0 auto;
  width: 90%;
  max-width: 1080px;
  padding-top: 1.5rem;
}
nav.bread ul {
  font-size: var(--fz14);
  font-weight: 500;
}
nav.bread ul li {
  display: inline-block;
}
nav.bread ul li a {
  color: var(--pointColor3);
}
nav.bread ul li:last-of-type a {
  color: #c9c9c9;
  font-weight: 400;
  cursor: default;
}
nav.bread ul li a img {
  margin-right: 0.3rem;
}
nav.bread ul li:after {
  content: '〉';
  color: var(--pointColor3);
  font-size: 1.1rem;
  display: inline-block;
  vertical-align: 0.2rem;
  margin: 0 2px 0 5px;
}
nav.bread ul li:last-of-type:after {
  content: '';
}
.sec {
  padding: 16rem 0;
}
.sec h2 {
  font-size: var(--fz32);
  font-weight: 600;
  color: #fff;
  text-align: center;
  position: relative;
  margin-bottom: 6rem;
}
.sec h2::before {
  color: #ffffff30;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  font-size: var(--fz80);
  line-height: 1.1;
}
.sec.lineupSec {
  padding-bottom: 0;
}
.sec.lineupSec h2::before {
  content: 'LINEUP';
}
.sec.newsSec h2::before {
  content: 'NEWS';
}
.sec.aboutSec h2 {
  color: #333;
}
.sec.aboutSec h2::before {
  content: 'ABOUT';
  color: #004ea21a;
}
.contactSec {
  z-index: 1;
  position: relative;
}
/* button */
.btnarea {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
  gap: 2rem;
}
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--btnColor1);
  font-size: var(--fz18);
  color: #fff;
  border-radius: 50px;
  padding: 1rem 3rem;
  box-sizing: border-box;
  transition:
    transform 0.3s,
    background-color 0.3s;
}
.btn.white {
  text-align: center;
  background: #fff;
  color: #333;
  font-weight: 600;
  max-width: 300px;
  width: 100%;
  position: relative;
}
.btn.blue {
  text-align: center;
  background: var(--btnColor1);
  font-weight: 600;
  max-width: 300px;
  width: 100%;
  position: relative;
}
.btn.white i {
  position: absolute;
  top: calc(50% - 5px);
  right: 3rem;
  transform: translate(0, -50%);
  transition: transform 0.3s ease;
}
.btn.blue i {
  position: absolute;
  top: calc(50% - 5px);
  right: 3rem;
  transform: translate(0, -50%);
  transition: transform 0.3s ease;
}
.btn.white:hover i,
.btn.blue:hover i {
  transform: translate(1rem, -50%);
}
.btn.black {
  background: #333;
}
.btn:hover {
  transform: scale(1.05);
}
.btn.black:hover {
  background: var(--btnColor1);
}
/* header */
.header {
  background-color: #fff;
  z-index: 100;
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  transition: height 0.3s ease;
  height: 70px;
}

.header .headerNav {
  max-width: 1280px;
  width: 90%;
  height: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: max-width 0.3s ease;
}
.header .headerNav .headerLogoArea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0.5rem;
}
.header .headerNav .headerLogoArea a {
  display: flex;
}
.header .headerNav .headerLogoArea .headerlogoimg img {
  max-width: 300px;
  width: 100%;
  transition: max-width 0.3s ease;
}
.header .headerNav .headerNavList {
  position: relative;
  margin-top: 0.5rem;
  display: flex;
  justify-content: center;
  gap: 4rem;
  transition: margin-top 0.3s ease;
}
.header .headerNav .navHidden {
  display: none;
}
.header .headerNav .headerNavList a.topNavLink {
  position: relative;
  display: inline-block;
  color: inherit;
  text-decoration: none;
  transition: color 0.3s;
  font-size: var(--fz16);
}
.header .headerNav .headerNavList a.topNavLink::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: var(--pointColor1);
  transition: width 0.3s;
}

.header .headerNav .headerNavList a.topNavLink:hover::after {
  width: 100%;
}
.header .headerNav .btnList {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.header .headerNav .btnList img {
  max-width: 30px;
  width: 100%;
  transition: max-width 0.3s ease;
}
.header .submenu {
  display: none;
  position: absolute;
  top: 4.6rem;
  background: white;
  padding: 0.1rem 1.5rem;
  box-sizing: border-box;
  border: 1px solid #ccc;
  z-index: 1000000;
  min-width: 160px;
  white-space: nowrap;
  border-radius: 10px;
}
.header .submenu a:hover {
  color: var(--pointColor3);
  border-bottom: 1px solid var(--pointColor3);
}
.header .submenu li {
  padding: 0.7rem 1rem;
  position: relative;
}
.header .submenu li::before {
  content: '';
  background: url(../img/arrow.svg) no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 12px;
}
.header .submenu li:not(:nth-last-of-type(1)) {
  border-bottom: 1px solid #ececec;
}
.header .headerNavList > li {
  position: relative;
}
/* footer */
.footer {
  background-color: #f5f5f5;
}
.contactBox {
  max-width: 980px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  gap: 2rem;
  padding: 7rem 0;
}

.contactBox li {
  width: 50%;
  text-align: center;
  background-color: #fff;
  border: 1px solid transparent;
  border-image: var(--grade);
  border-image-slice: 1;
  padding: 4rem 2rem;
  position: relative;
  overflow: hidden;
}

.contactBox li::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 200%;
  height: 100%;
  background: var(--grade);
  transition: 0.5s;
  z-index: 0;
  opacity: 0;
}
.contactBox li a {
  font-weight: 500;
  position: relative;
  z-index: 1;
}
.contactBox li:hover::before {
  left: 0;
  opacity: 1;
  animation: gradient-move 2s infinite linear;
}
.contactBox li:hover a,
.contactBox li:hover a .iconArea {
  color: #fff;
}
.contactBox li:hover .iconArea img {
  filter: brightness(0) invert(1);
}
@keyframes gradient-move {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
.contactBox li a p:nth-child(1) {
  font-size: var(--fz20);
}
.contactBox li a p:nth-child(2) {
  font-size: var(--fz30);
}
.contactBox li .iconArea {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  color: var(--pointColor1);
}
.footerInfoArea {
  max-width: 980px;
  width: 90%;
  margin: 7rem auto 0;
  text-align: center;
  padding-bottom: 6rem;
}
.footerAdress {
  margin: 1rem 0;
  display: flex;
  justify-content: center;
  gap: 0 0.5rem;
  flex-wrap: wrap;
}

.footerBar {
  background: var(--pointColor1);
}
.footerBar ul {
  display: flex;
  justify-content: flex-end;
  gap: 2rem;
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  padding: 1rem;
  box-sizing: border-box;
}
.footerBar ul a {
  font-size: var(--fz12);
  color: #fff;
}
.footerContactSec {
  padding: 7rem 0;
}
.footernew {
  z-index: 99;
  position: relative;
  background-color: #f5f5f5;
  padding: 10rem 0;
  box-sizing: border-box;
}
.footernew.bottom {
  padding-bottom: 0;
}
.contactBoxnew {
  max-width: 980px;
  width: 90%;
  margin: 0 auto;
  background-color: #fff;
}
.single .contactBoxnew h2,
.contactBoxnew h2 {
  font-size: var(--fz24);
  font-weight: 600;
  background: var(--btnColor1);
  text-align: center;
  padding: 0.3rem 1rem;
  box-sizing: border-box;
  color: #fff;
}
.single .contactBoxnew h2 {
  margin-top: 0;
}
.contactContent {
  max-width: 680px;
  margin: 0 auto;
  background-color: #fff;
  padding: 2.5rem 2rem;
  box-sizing: border-box;
}
.contactContent .contactTitleText {
  font-size: var(--fz20);
  font-weight: 600;
  text-align: center;
}
.contactContent .contactTitleDes {
  text-align: center;
}
.contactBtnArea {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  margin-top: 2.5rem;
}
.contactBtnArea i {
  display: flex;
}
.contactBtnArea .contactTell {
  flex: 1;
  display: flex;
  align-items: flex-start;
}
.contactBtnArea .contactTell i {
  margin-right: 0.8rem;
}
.contactBtnArea .contactTell .tellTextArea {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contactBtnArea .contactTell .tellTextArea p:nth-of-type(1) a {
  font-size: var(--fz32);
  font-weight: 600;
  color: var(--pointColor3);
}
.contactBtnArea .contactTell .tellTextArea p:nth-of-type(2) {
  font-size: var(--fz14);
}
.contactBtnArea .contactTell .tellTextArea p:nth-of-type(3) {
  font-size: var(--fz14);
  color: #989898;
}
.contactBtnArea .contactBtn {
  flex: 1.3;
}
.contactBtnArea .contactBtn a {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  box-sizing: border-box;
  background: var(--btnColor1);
  font-size: var(--fz20);
  font-weight: 600;
  color: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  transition: all 0.5s;
}
.contactBtnArea .contactBtn a:hover {
  opacity: 0.7;
}
main {
  flex: 1;
  margin-top: 70px;
}

/* 個別ページPDF */
.catalogList {
  display: flex;
  gap: 1rem;
}
.catalogList li {
  width: calc(100% / 4 - 1rem);
}
.catalogList .imgBox {
  display: flex;
  background: #00000042;
  padding: 0;
}
.catalogList .imgBox img {
  padding: 0;
  width: 100%;
}
.catalogList .catalogImgBox {
  position: relative;
}
.catalogList .catalogImgBox p.caption {
  font-size: var(--fz16);
  position: absolute;
  color: #fff;
  top: 2rem;
  left: 50%;
  width: 90%;
  transform: translate(-50%, 0);
  text-align: center;
}
.catalogList .catalogTextBox {
  color: var(--pointColor3);
  text-align: right;
}
.catalogList .catalogTextBox a {
  text-decoration: underline;
  color: var(--pointColor3);
  line-height: 1;
  display: block;
  margin-top: 1rem;
}
.catalogList .catalogTextBox a:hover {
  text-decoration: none;
}
.catalogList .catalogTextBox a i img {
  vertical-align: top;
}
.disabled {
  background: #a8a8a8 !important;
}
@media screen and (max-width: 1028px) {
  .header .headerNav .headerLogoArea .headerlogoimg img {
    max-width: 250px;
  }
  .header .headerNav .headerNavList {
    gap: 2rem;
  }
  .contactBox li a p:nth-child(1) {
    font-size: var(--fz16);
  }
  .contactBox li a p:nth-child(2) {
    font-size: var(--fz20);
  }
  .contactBox li a p img {
    max-width: 20px;
  }
}
@media screen and (max-width: 820px) {
  .catalogList li {
    width: calc(100% / 3 - 1rem);
  }
}
@media screen and (max-width: 790px) {
  .header .headerNav .headerNavList a {
    font-size: var(--fz14);
  }
}
@media screen and (min-width: 866px) {
  .hambergerBox {
    display: none;
  }
  .hambergerArea {
    display: none;
  }
}
@media screen and (max-width: 865px) {
  .header .headerNav .headerNavList {
    display: none;
  }
  .header .headerNav .headerNavList a {
    font-size: var(--fz16);
  }
  .hambergerArea {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #004ea280;
    backdrop-filter: blur(10px);
    z-index: 1000;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
  }

  .hambergerArea.active {
    display: block;
  }

  .hambergerMenu {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 2rem;
  }

  .hambergerMenu li .menuTitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem;
    border-bottom: 1px solid #fff;
  }
  .hambergerMenu li .menuTitle span {
    color: #fff;
    cursor: pointer;
    font-size: var(--fz18);
    font-weight: 600;
  }
  .hambergerMenu a {
    color: white;
    font-size: 1.5rem;
    text-decoration: none;
    transition: color 0.3s ease;
    width: 100%;
  }
  .header .headerNav .headerLogoArea .hambergerMenu a {
    justify-content: flex-start;
  }
  .hambergerMenu a:hover {
    color: #ffcc00;
  }
  .header .headerNav .headerLogoArea a {
    font-size: var(--fz18);
    justify-content: center;
  }
  .hambergerBox {
    display: flex;
    position: relative;
    z-index: 1001;
    height: 40px;
    width: 40px;
  }
  .hambergerSubmenu {
    display: none;
  }
  .hambergerSubmenu li {
    padding: 1rem 1rem 1rem 4rem;
    border-bottom: 1px solid #ffffff7e;
  }
  .menu {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
  }
  .hambergerIcon {
    height: 4px;
    width: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50px;
    background-color: #333;
    transform: translate(-50%, -50%) rotate(0deg);
    transition: all 0.5s ease;
  }
  .hambergerIcon::before,
  .hambergerIcon::after {
    content: '';
    position: absolute;
    height: 4px;
    border-radius: 50px;
    background-color: #333;
    margin: auto;
    width: 40px;
    transition: all 0.5s ease;
  }
  .hambergerIcon::before {
    top: -10px;
    left: 0;
  }
  .hambergerIcon::after {
    bottom: -10px;
    right: 0;
  }
  .open {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .open::before {
    transform: rotate(-90deg);
    top: 0;
  }
  .open::after {
    transform: rotate(-90deg);
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  blockquote[id^="block-"] {
    scroll-margin-top: 55px;
  }
  .contactBtnArea {
    flex-direction: column-reverse;
    align-items: center;
  }
  .contactBtnArea .contactTell,
  .contactBtnArea .contactBtn {
    flex: auto;
  }
  .contactBtnArea .contactTell {
    justify-content: center;
  }

  .main {
    margin-top: 55px;
  }

  .header {
    height: 55px;
  }
  .header .headerNav .headerLogoArea .headerlogoimg img {
    max-width: 220px;
  }
  .header .headerNav .btnList img {
    max-width: 25px;
  }
  .btn.black {
    font-size: var(--fz16);
    padding: 0.5rem 2rem;
  }
  /* お問い合わせ */
  .contactBox {
    flex-wrap: wrap;
  }
  .contactBox li {
    width: 100%;
  }
  .contactBox li a p:nth-child(1) {
    font-size: var(--fz18);
  }
  .contactBox li a p:nth-child(2) {
    font-size: var(--fz24);
  }
  /* page */
  .contentBoxs {
    gap: 2rem;
  }
  .contentRight .lineupList li {
    flex-direction: column;
  }
  .contentRight .lineupList figure {
    width: 100%;
    min-height: auto;
    height: 90px;
  }
  .contentRight .lineupList .lineupTextArea .moreBtn {
    margin-top: 2rem;
  }
  .sec {
    padding: 12rem 0;
  }
}
@media screen and (min-width: 641px) {
  .footerInfoArea p br.sp {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .footerAdress li {
    width: 100%;
  }
  .header .headerNav .btnList {
    gap: 1rem;
  }
  .header .headerNav .headerLogoArea .headerlogoimg img {
    max-width: 80px;
  }

  .sec {
    padding: 6rem 0;
  }
  .subMv {
    height: 120px;
  }
  .contactTitleDes {
    font-size: var(--fz14);
  }
  /* page */
  .content {
    margin: 2.5rem 0;
  }
  .contentBoxs {
    flex-direction: column-reverse;
  }
  .contentLeft {
    width: 100%;
  }
  .contentRight {
    width: 100%;
  }
  .contentRight .lineupList li {
    flex-direction: row;
  }
  .contentRight .lineupList figure {
    height: auto;
    width: 240px;
    min-height: 120px;
  }
}
@media screen and (max-width: 480px) {
  .btnList li.btnListContact {
    display: none;
  }
  .subMv {
    height: 120px;
  }
  .contactTitleDes br.sp {
    display: flex;
  }
  /* page */
  .contentRight .lineupList figure {
    height: auto;
    min-height: 140px;
    width: 180px;
  }
  .btn.blue i {
    width: 24px;
  }
  .btn.blue i img {
    width: 100%;
  }
}

/* 画面保護フィルムテーブル */
.tableText {
  text-align: right;
}
.tableImg a {
  display: block;
  position: relative;
}
.tableImg a .tableBack {
  opacity: 0;
  background-color: #000;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s;
}
.plusSearchArea {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.plusSearchArea img {
}
.tableImg a:hover .tableBack {
  opacity: 0.4;
}
.tableImg img {
  width: 100%;
  display: flex;
}
#lightbox {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  z-index: 9999;
}
.lightbox .lb-image {
  max-width: 90vw !important;
  max-height: 80vh !important;
  width: auto;
  height: auto;
  object-fit: contain;
  border: none;
}
.lb-data .lb-close {
  background: url('../img/film/close.png') top right no-repeat;
  background-size: contain;
  cursor: pointer;
}
.lb-outerContainer {
  background-color: unset;
}
.lb-dataContainer {
  position: fixed;
  top: -30px;
  left: 50%;
  transform: translate(-50%, 0);
}

/* scroll hint 横スクロール */
.tableScrollArea {
  overflow: auto;
}
.tableScrollArea table {
  border-collapse: collapse;
}
.scroll-hint-text {
  margin-top: 0;
}
@media screen and (max-width: 880px) {
  .single .tableScrollArea table,
  .page .tableScrollArea table {
    width: 880px;
  }
}
/* サイトマップ */
.sitemapUl .sitemapTitle a {
  font-size: var(--fz18);
  font-weight: 600;
  color: var(--pointColor3);
}
.sitemapUl a {
  color: #414141;
}
.sitemapUl a:hover {
  text-decoration: underline;
}
.sitemapUl .sitemapTitle {
  width: 250px;
}
.sitemapUl > li:nth-of-type(1) {
  border-top: 1px solid #d5d5d5;
  padding-top: 3rem;
}
.sitemapUl > li {
  border-bottom: 1px solid #d5d5d5;
  display: flex;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}
.sitemapListUl {
  width: calc(100% - 250px);
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (max-width: 640px) {
  .sitemapUl > li {
    flex-wrap: wrap;
  }
  .sitemapUl .sitemapTitle {
    width: 100%;
  }
  .sitemapListUl {
    width: 100%;
    gap: 1rem 4rem;
    margin-top: 2rem;
  }
  .sitemapUl > li {
    padding-bottom: 1.2rem;
    margin-bottom: 1.2rem;
  }
  .sitemapUl > li:nth-of-type(1) {
    padding-top: 1.2rem;
  }
  .lb-data .lb-close {
    width: 20px;
    height: 20px;
  }
}
/* 404 */
.error404 {
  text-align: center;
  width: 90%;
  margin: 0 auto;
}
.error404 p {
  font-size: var(--fz16);
}
.error404 p.errorTitle {
  font-size: var(--fz20);
  margin-bottom: 1rem;
  font-weight: 600;
}
