:root {
  --White: #fff;
  --White__R: #000;
  --White-gray: #dcdcdc;
  --white-gray-2-ex-background: #f5f5f5;
  --Accenct-color: #467aff;
  --black-1-ex-text: #efefef;
  --black-1-ex-text__R: #1a1a1a;
  --black-2-ex-bg: #000;
  --black-2-ex-bg__R: #fff;
  --black: #1e1e1e;
  --gray-1-ex-text: #5a5a5a;
  --gray-2-ex-line: #d0d0d0;
  --Red: #e00;
  --XXXL: 160px;
  --XXL: 120px;
  --XL: 80px;
  --LL: 64px;
  --L: 56px;
  --M: 40px;
  --S: 32px;
  --SS: 24px;
  --XS: 16px;
  --XXS: 8px;
  --XXXS: 4px;
  --XXXL-pcin: calc((160 / 1440) * 100vw);
  --XXL-pcin: calc((120 / 1440) * 100vw);
  --XL-pcin: calc((80 / 1440) * 100vw);
  --LL-pcin: calc((64 / 1440) * 100vw);
  --L-pcin: calc((56 / 1440) * 100vw);
  --M-pcin: calc((40 / 1440) * 100vw);
  --S-pcin: calc((32 / 1440) * 100vw);
  --SS-pcin: calc((24 / 1440) * 100vw);
  --XS-pcin: calc((16 / 1440) * 100vw);
  --XXS-pcin: calc((8 / 1440) * 100vw);
  --XXXS-pcin: calc((4 / 1440) * 100vw);
  --XXXL-sp: 100px;
  --XXL-sp: 80px;
  --XL-sp: 60px;
  --LL-sp: 50px;
  --L-sp: 40px;
  --M-sp: 30px;
  --S-sp: 20px;
  --SS-sp: 15px;
  --XS-sp: 10px;
  --XXS-sp: 5px;
  --XXXS-sp: 0px;
}

@media all and (min-width: 961px) {
  .-sp {
    display: none !important;
  }
}
@media all and (max-width: 960px) {
  .-pc {
    display: none !important;
  }
}
.header {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  background: linear-gradient(180deg, #111 0%, rgba(17, 17, 17, 0) 100%);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}

.pageSplashContent {
  transform: translateY(0);
}

.header__in {
  align-items: center;
  align-self: stretch;
  display: flex;
  justify-content: space-between;
  padding: var(--SS) var(--M) 18px var(--M);
}

@media all and (min-width: 961px) and (max-width: 1440px) {
  .header__in {
    padding: var(--SS-pcin) var(--M-pcin) 1.25vw var(--M-pcin);
  }
}
@media screen and (max-width: 960px) {
  .header__in {
    padding: 15px 13px 15px 14px;
  }
}
.header__logo {
  height: 19.8px;
  width: 120px;
}
.header__logo a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 1;
}
.header__logo img {
  width: 100%;
}

@media all and (min-width: 961px) and (max-width: 1440px) {
  .header__logo {
    height: 1.375vw;
  }
}
.header__r {
  align-items: center;
  display: flex;
}

.header__btns {
  gap: var(--XS);
  align-items: center;
  display: flex;
}
.header__btns a {
  gap: var(--XXS);
  align-items: center;
  border: 1px solid var(--gray-1-ex-text);
  border-radius: 0.5em;
  display: flex;
  font-size: 0.75rem;
  font-weight: 700;
  justify-content: center;
  line-height: 150%;
  padding: 10px var(--SS);
  color: var(--White);
}
.header__btns a span {
  position: relative;
  top: -0.05em;
}
.header__btns a:before {
  background: var(--Accenct-color);
  border-radius: 0.5em;
  content: "";
  height: 8px;
  width: 8px;
}
.header__btns a.-green {
  background-color: var(--Accenct-color);
  border-color: var(--Accenct-color);
  color: var(--black-1-ex-text);
}
.header__btns a.-green:before {
  background-color: var(--black-1-ex-text);
}

@media screen and (max-width: 960px) {
  .header__btns {
    gap: var(--XS-sp);
  }
}
@media all and (min-width: 961px) and (max-width: 1440px) {
  .header__btns a {
    font-size: 0.8333vw;
  }
}
@media screen and (max-width: 960px) {
  .header__btns a {
    font-size: 0.6875rem;
  }
}
@media screen and (min-width: 961px) {
  .header__btns a {
    transition: background-color 0.1s ease-out, border-color 0.1s ease-out;
  }
  .header__btns a:before {
    transition: transform 0.1s ease-out;
  }
  .header__btns a:hover:before {
    transform: scale(1.25);
  }
}
@media all and (min-width: 961px) and (max-width: 1440px) {
  .header__btns a {
    gap: var(--XXS-pcin);
    padding: 0.6944vw var(--SS-pcin);
  }
}
@media screen and (max-width: 960px) {
  .header__btns a {
    gap: var(--XXS-sp);
    padding: 7px 12px;
  }
  .header__btns a:before {
    display: none;
  }
}
@media all and (min-width: 961px) and (max-width: 1440px) {
  .header__btns a:before {
    height: 0.5556vw;
    width: 0.5556vw;
  }
}
@media screen and (min-width: 961px) {
  .header__btns a.-green:hover {
    background-color: var(--black-1-ex-text);
    border-color: var(--black-1-ex-text);
    color: var(--White);
  }
  .header__btns a.-green:hover:before {
    background-color: var(--White);
  }
}
.header__navBtn {
  margin-left: 24px;
}
.header__navBtn a {
  border: solid 1px #5a5a5a;
  border-radius: 0.5em;
  cursor: pointer;
  display: block;
  height: 52px;
  width: 52px;
}
.header__navBtn a svg {
  fill: var(--black-1-ex-text);
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .header__navBtn {
    margin-left: 25px;
  }
}
@media screen and (min-width: 961px) {
  .header__navBtn a svg {
    transition: transform 0.1s ease-out;
  }
  .header__navBtn a:hover svg {
    transform: scale(1.25);
  }
}
@media screen and (max-width: 960px) {
  .header__navBtn a {
    height: 40px;
    width: 40px;
  }
}
@-moz-document url-prefix() {
  .header__navBtn a svg {
    transform: rotate(0.1deg);
  }
}
.header.-blk {
  background: linear-gradient(180deg, #111 0%, rgba(17, 17, 17, 0) 100%);
}
.header.-blk .header__btns a.-white {
  border-color: var(--White-gray);
  color: var(--White);
}
.header.-blk .header__btns a.-green {
  color: var(--black-1-ex-text);
}
.header.-blk .header__logo svg {
  fill: var(--White);
}
.header.-blk .header__navBtn a {
  border-color: #d0d0d0;
}
.header.-blk .header__navBtn a svg {
  fill: var(--White);
}

@media screen and (min-width: 961px) {
  .header.-blk .header__btns a.-white:hover {
    border-color: var(--White);
  }
}
@media screen and (min-width: 961px) {
  .header.-blk .header__btns a.-green:hover {
    background-color: var(--White);
    border-color: var(--White);
  }
  .header.-blk .header__btns a.-green:hover:before {
    background-color: var(--black-1-ex-text);
  }
}
.gNav {
  background: var(--black-2-ex-bg);
  display: none;
  height: 100dvh;
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 999 !important;
}

@media screen and (min-width: 961px) {
  .gNav:before {
    background: url(../../../themes/tatap/assets/images/common/nav-bg.jpg) center center/cover no-repeat;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 34%;
  }
}
@media screen and (min-width: 961px) {
  .gNav__in {
    height: 100%;
    position: relative;
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .gNav__in {
    height: 100%;
    overflow-y: auto;
  }
}
.gNav__head__in {
  align-items: center;
  align-self: stretch;
  display: flex;
  justify-content: space-between;
  padding: var(--SS) var(--M) 18px var(--M);
}

@media all and (min-width: 961px) and (max-width: 1440px) {
  .gNav__head__in {
    padding: var(--SS-pcin) var(--M-pcin) 1.25vw var(--M-pcin);
  }
}
@media screen and (max-width: 960px) {
  .gNav__head__in {
    padding: 15px 13px 15px 14px;
  }
}
.gNav__head__logo {
  height: 19.8px;
  width: 120px;
}
.gNav__head__logo a {
  display: block;
  height: 100%;
  line-height: 1;
  width: 100%;
}
.gNav__head__logo svg {
  fill: var(--White);
  height: 100%;
  width: 100%;
}

@media all and (min-width: 961px) and (max-width: 1440px) {
  .gNav__head__logo {
    height: 1.375vw;
    width: 8.3333vw;
  }
}
@media screen and (max-width: 960px) {
  .gNav__head__logo {
    height: 13.2px;
    width: 80px;
  }
}
.gNav__head__navBtn {
  margin-left: 24px;
}
.gNav__head__navBtn a {
  border: solid 1px #d0d0d0;
  border-radius: 0.5em;
  cursor: pointer;
  display: block;
  height: 52px;
  width: 52px;
}
.gNav__head__navBtn a svg {
  fill: var(--White);
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .gNav__head__navBtn {
    margin-left: 6.6667vw;
  }
}
@media screen and (max-width: 960px) {
  .gNav__head__navBtn a {
    height: 40px;
    width: 40px;
  }
}
.gNav__cnt {
  display: flex;
}

@media screen and (min-width: 961px) {
  .gNav__cnt {
    gap: 42px;
    -webkit-transform: translate(-50%, -50%);
    align-items: flex-start;
    justify-content: flex-end;
    left: 50%;
    padding-left: 520px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1216px;
  }
}
@media all and (min-width: 961px) and (max-width: 1440px) {
  .gNav__cnt {
    gap: 2.9167vw;
    padding-left: 36.1111vw;
    width: 84.4444vw;
  }
}
@media screen and (max-width: 960px) {
  .gNav__cnt {
    gap: 30px;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 0 80px;
    width: 305px;
  }
}
.gNav__navList {
  display: flex;
  flex-direction: column;
  width: 176px;
}
.gNav__navList > li a {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 150%;
}

@media all and (min-width: 961px) and (max-width: 1440px) {
  .gNav__navList {
    width: 12.2222vw;
  }
}
@media screen and (min-width: 961px) {
  .gNav__navList:nth-child(1) {
    gap: var(--M);
  }
  .gNav__navList:nth-child(2) {
    gap: var(--S);
  }
}
@media all and (min-width: 961px) and (max-width: 1440px) {
  .gNav__navList:nth-child(1) {
    gap: var(--M-pcin);
  }
  .gNav__navList:nth-child(2) {
    gap: var(--S-pcin);
  }
}
@media screen and (max-width: 960px) {
  .gNav__navList {
    gap: var(--M-sp);
    width: 100%;
  }
}
@media all and (min-width: 961px) and (max-width: 1440px) {
  .gNav__navList > li a {
    font-size: 1.3889vw;
  }
}
@media screen and (max-width: 960px) {
  .gNav__navList > li a {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 961px) {
  .gNav__navList a {
    position: relative;
    transition: padding-left 0.2s ease-out;
  }
  .gNav__navList a:before {
    -webkit-transform: scale(0) translateY(-50%);
    background: var(--Accenct-color);
    border-radius: 0.5em;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    top: calc(50% + 0.1em);
    transform: scale(0) translateY(-50%);
    width: 8px;
  }
}
@media screen and (min-width: 961px) and (min-width: 961px) {
  .gNav__navList a:before {
    transition: transform 0.2s ease-in-out;
  }
}
@media screen and (min-width: 961px) and (min-width: 961px) and (max-width: 1440px) {
  .gNav__navList a:before {
    height: 0.5556vw;
    width: 0.5556vw;
  }
}
@media screen and (min-width: 961px) and (max-width: 960px) {
  .gNav__navList a:before {
    height: 5px;
    width: 5px;
  }
}
@media screen and (min-width: 961px) {
  .gNav__navList a:hover {
    padding-left: 24px;
  }
  .gNav__navList a:hover:before {
    transform: scale(1) translateY(-50%);
  }
  .device-tablet .gNav__navList a:hover {
    padding-left: 0;
  }
  .device-tablet .gNav__navList a:hover:before {
    opacity: 0;
  }
  .gNav__navList .gNav__navListSub__list a:hover {
    padding-left: 16px;
  }
  .device-tablet .gNav__navList .gNav__navListSub__list a:hover {
    padding-left: 0;
  }
}
@media screen and (max-width: 960px) {
  .gNav__navListSub {
    display: flex;
    justify-content: space-between;
  }
}
.gNav__navListSub__list {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  padding-left: var(--XXS);
}
.gNav__navListSub__list > li {
  margin-bottom: var(--XS);
}
.gNav__navListSub__list > li a {
  color: var(--gray-2-ex-line);
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 150%;
}

@media all and (min-width: 961px) and (max-width: 1440px) {
  .gNav__navListSub__list {
    margin-top: 1.3889vw;
    padding-left: var(--XXS-pcin);
  }
}
@media screen and (max-width: 960px) {
  .gNav__navListSub__list {
    margin-top: 0;
    padding-left: 0;
    width: 145px;
  }
}
@media all and (min-width: 961px) and (max-width: 1440px) {
  .gNav__navListSub__list > li {
    margin-bottom: var(--XS-pcin);
  }
}
@media screen and (max-width: 960px) {
  .gNav__navListSub__list > li {
    margin-bottom: var(--XS-sp);
  }
  .gNav__navListSub__list > li:last-child {
    margin-bottom: 0;
  }
}
@media all and (min-width: 961px) and (max-width: 1440px) {
  .gNav__navListSub__list > li a {
    font-size: 0.8333vw;
  }
}
@media screen and (max-width: 960px) {
  .gNav__navListSub__list > li a {
    font-size: 0.6875rem;
  }
}
.gNav__btns {
  gap: var(--XS);
  display: flex;
  flex-direction: column;
  padding-left: 40px;
  width: 280px;
}
.gNav__btns a {
  gap: var(--XXS);
  align-items: center;
  border: 1px solid var(--gray-1-ex-text);
  border-radius: 0.5em;
  color: var(--White);
  display: flex;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 150%;
  padding: 12px var(--SS);
}
.gNav__btns a span {
  position: relative;
  top: -0.05em;
}
.gNav__btns a:before {
  background: var(--Accenct-color);
  border-radius: 0.5em;
  content: "";
  height: 8px;
  width: 8px;
}
.gNav__btns a.-white {
  border-color: var(--White-gray);
  color: var(--White);
}
.gNav__btns a.-green {
  background-color: var(--Accenct-color);
  border-color: var(--Accenct-color);
  color: var(--black-1-ex-text);
}
.gNav__btns a.-green:before {
  background-color: var(--black-1-ex-text);
}

@media all and (min-width: 961px) and (max-width: 1440px) {
  .gNav__btns {
    gap: var(--XS-pcin);
    padding-left: 2.7778vw;
    width: 19.4444vw;
  }
}
@media screen and (max-width: 960px) {
  .gNav__btns {
    gap: var(--XS-sp);
    padding-left: 0;
    padding-top: 30px;
    width: 100%;
  }
}
@media all and (min-width: 961px) and (max-width: 1440px) {
  .gNav__btns a {
    font-size: 0.9722vw;
  }
}
@media screen and (max-width: 960px) {
  .gNav__btns a {
    font-size: 0.8125rem;
  }
}
@media all and (min-width: 961px) and (max-width: 1440px) {
  .gNav__btns a {
    gap: var(--XXS-pcin);
    padding: 0.8333vw var(--SS-pcin);
  }
}
@media screen and (max-width: 960px) {
  .gNav__btns a {
    gap: var(--XXS-sp);
    font-size: 1.125rem;
    font-weight: 700;
    justify-content: center;
    line-height: 150%;
    padding: 15px 0;
  }
}
@media screen and (max-width: 960px) and (min-width: 961px) and (max-width: 1440px) {
  .gNav__btns a {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  .gNav__btns a {
    font-size: 1rem;
  }
}
@media all and (min-width: 961px) and (max-width: 1440px) {
  .gNav__btns a:before {
    height: 0.5556vw;
    width: 0.5556vw;
  }
}
@media screen and (max-width: 960px) {
  .gNav__btns a:before {
    height: 6px;
    width: 6px;
  }
}
@media screen and (min-width: 961px) {
  .gNav__btns a {
    transition: background-color 0.1s ease-out, border-color 0.1s ease-out;
  }
  .gNav__btns a:before {
    transition: transform 0.1s ease-out;
  }
  .gNav__btns a:hover:before {
    transform: scale(1.25);
  }
}
@media screen and (min-width: 961px) {
  .gNav__btns a.-white:hover {
    border-color: var(--White);
  }
}
@media screen and (min-width: 961px) {
  .gNav__btns a.-green:hover {
    background-color: var(--White);
    border-color: var(--White);
  }
  .gNav__btns a.-green:hover:before {
    background-color: var(--black-1-ex-text);
  }
}
.subHeader__in {
  align-items: center;
  align-self: stretch;
  display: flex;
  justify-content: space-between;
  padding: var(--SS) var(--M) 18px var(--M);
}

@media all and (min-width: 961px) and (max-width: 1440px) {
  .subHeader__in {
    padding: var(--SS-pcin) var(--M-pcin) 1.25vw var(--M-pcin);
  }
}
@media screen and (max-width: 960px) {
  .subHeader__in {
    padding: 15px 13px 15px 14px;
  }
}
.subHeader__logo {
  height: 19.8px;
  width: 120px;
}
.subHeader__logo a {
  display: block;
  height: 100%;
  line-height: 1;
  width: 100%;
}
.subHeader__logo svg {
  fill: var(--black-1-ex-text);
  height: 100%;
  width: 100%;
}

@media all and (min-width: 961px) and (max-width: 1440px) {
  .subHeader__logo {
    height: 1.375vw;
    width: 8.3333vw;
  }
}
@media screen and (max-width: 960px) {
  .subHeader__logo {
    height: 13.2px;
    width: 80px;
  }
}
.footerCvr {
  gap: 120px;
  align-items: center;
  background: var(--gray-1-ex-text);
  display: flex;
  justify-content: center;
  padding: var(--LL) 0px;
  position: relative;
}

@media all and (min-width: 961px) and (max-width: 1440px) {
  .footerCvr {
    gap: 8.3333vw;
    padding: var(--LL-pcin) 0px;
  }
}
@media screen and (max-width: 960px) {
  .footerCvr {
    gap: 0;
    flex-direction: column;
    padding: 0;
  }
}
.footerCvr__box {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  padding: var(--XL) 0px;
  width: 488px;
}
.footerCvr__box > div {
  width: 100%;
}

@media all and (min-width: 961px) and (max-width: 1440px) {
  .footerCvr__box {
    padding: var(--XL-pcin) 0px;
    width: 33.8889vw;
  }
}
@media screen and (max-width: 960px) {
  .footerCvr__box {
    padding: var(--XXL-sp) var(--S-sp);
    width: 100%;
  }
}
.footerCvr__box__link {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.footerCvr__box__head__txt1 {
  color: var(--White);
  font-family: "Impact";
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 100%;
}

@media all and (min-width: 961px) and (max-width: 1440px) {
  .footerCvr__box__head__txt1 {
    font-size: 3.8889vw;
  }
}
@media screen and (max-width: 960px) {
  .footerCvr__box__head__txt1 {
    font-size: 2.5rem;
    line-height: 125%;
  }
}
.footerCvr__box__head__txt2 {
  color: var(--White);
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 150%;
}

@media all and (min-width: 961px) and (max-width: 1440px) {
  .footerCvr__box__head__txt2 {
    font-size: 0.9722vw;
  }
}
@media screen and (max-width: 960px) {
  .footerCvr__box__head__txt2 {
    font-size: 0.8125rem;
  }
}
.footerCvr__box__arw .c-arw {
  height: 68px;
  width: 68px;
  position: relative;
}
.footerCvr__box__arw .c-arw::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-color: var(--Accenct-color);
  border-width: 1px;
  border-style: solid;
}
.footerCvr__box__arw .c-arw svg {
  fill: var(--Accenct-color);
  height: 25.5px;
  width: 25.5px;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

.footerCvr__box__link:hover .footerCvr__box__arw .c-arw svg {
  scale: 120%;
  transition: all 0.3s ease-in-out;
}

@media all and (min-width: 961px) and (max-width: 1440px) {
  .footerCvr__box__arw .c-arw {
    height: 4.7222vw;
    width: 4.7222vw;
  }
}
@media screen and (max-width: 960px) {
  .footerCvr__box__arw .c-arw {
    height: 52px;
    width: 52px;
  }
}
@media all and (min-width: 961px) and (max-width: 1440px) {
  .footerCvr__box__arw .c-arw svg {
    height: 1.7708vw;
    width: 1.7708vw;
  }
}
@media screen and (max-width: 960px) {
  .footerCvr__box__arw .c-arw svg {
    height: 20px;
    width: 20px;
  }
}
.footerCvr__box__txt {
  color: var(--White-gray);
  font-size: 0.875rem;
  line-height: 175%;
  padding-top: var(--S);
}

@media all and (min-width: 961px) and (max-width: 1440px) {
  .footerCvr__box__txt {
    font-size: 0.9722vw;
  }
}
@media screen and (max-width: 960px) {
  .footerCvr__box__txt {
    font-size: 0.8125rem;
  }
}
@media all and (min-width: 961px) and (max-width: 1440px) {
  .footerCvr__box__txt {
    padding-top: var(--S-pcin);
  }
}
@media screen and (max-width: 960px) {
  .footerCvr__box__txt {
    padding-top: var(--S-sp);
  }
}
.footerCvr__line {
  align-self: stretch;
  background: var(--gray-2-ex-line);
  flex-shrink: 0;
  width: 1px;
}

@media screen and (max-width: 960px) {
  .footerCvr__line {
    height: 1px;
    width: 100%;
  }
}
.footer {
  gap: var(--XL);
  align-items: center;
  background: var(--black);
  display: flex;
  flex-direction: column;
  padding: var(--XL) 0px var(--M) 0px;
  position: relative;
  z-index: 90 !important;
}

@media all and (min-width: 961px) and (max-width: 1440px) {
  .footer {
    gap: var(--XL-pcin);
    padding: var(--XL-pcin) 0px var(--M-pcin) 0px;
  }
}
@media screen and (max-width: 960px) {
  .footer {
    gap: var(--XL-sp);
    padding: var(--XL-sp) 0px var(--M-sp) 0px;
  }
}
.footer__nav {
  gap: 32px;
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: auto;
  width: 1217px;
}

@media all and (min-width: 961px) and (max-width: 1440px) {
  .footer__nav {
    gap: 2.2222vw;
    width: 84.5139vw;
  }
}
@media screen and (max-width: 960px) {
  .footer__nav {
    gap: 0;
    justify-content: space-between;
    width: 89.3333vw;
  }
}
.footer__nav__clm {
  display: flex;
}

.footer__nav__clm__child {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 961px) {
  .footer__nav__clm {
    gap: 32px;
  }
  .footer__nav__clm__child {
    gap: 40px;
    width: 176px;
  }
}
@media all and (min-width: 961px) and (max-width: 1440px) {
  .footer__nav__clm {
    gap: 2.2222vw;
  }
  .footer__nav__clm__child {
    gap: 2.7778vw;
    width: 12.2222vw;
  }
}
@media screen and (max-width: 960px) {
  .footer__nav__clm {
    gap: 30px;
    flex-direction: column;
    width: 160px;
  }
  .footer__nav__clm__child {
    gap: 30px;
  }
}
.footer__nav a {
  color: var(--White);
}
.footer__nav .navLink__top {
  font-size: 1rem;
  font-weight: 700;
  line-height: 200%;
}
.footer__nav .navLink__list {
  gap: var(--XXS);
  display: flex;
  flex-direction: column;
  margin-top: var(--XXS);
}
.footer__nav .navLink__list a {
  color: var(--gray-2-ex-line);
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 150%;
}
.footer__nav .navLinkTopList {
  gap: 16px;
  display: flex;
  flex-direction: column;
}
.footer__nav .navLinkTopList a {
  font-size: 1rem;
  font-weight: 700;
  line-height: 200%;
}
.footer__nav .navLinkOther {
  margin-top: -3px;
}
.footer__nav .navLinkOther li {
  margin-bottom: 3px;
}
.footer__nav .navLinkOther a {
  font-size: 0.75rem;
  line-height: 175%;
}
.footer__nav .-pp {
  border-top: solid 1px rgba(220, 220, 220, 0.5);
  padding-top: var(--M, 40px);
}
.footer__nav .-pp a {
  color: var(--gray-2-ex-line, #d0d0d0);
  font-size: 0.75rem;
  line-height: 175%;
}

@media all and (min-width: 961px) and (max-width: 1440px) {
  .footer__nav .navLink__top {
    font-size: 1.1111vw;
  }
}
@media screen and (max-width: 960px) {
  .footer__nav .navLink__top {
    font-size: 0.875rem;
  }
}
@media all and (min-width: 961px) and (max-width: 1440px) {
  .footer__nav .navLink__list a {
    font-size: 0.8333vw;
  }
}
@media screen and (max-width: 960px) {
  .footer__nav .navLink__list a {
    font-size: 0.6875rem;
  }
}
@media all and (min-width: 961px) and (max-width: 1440px) {
  .footer__nav .navLink__list {
    gap: var(--XXS-pcin);
    margin-top: var(--XXS-pcin);
  }
}
@media screen and (max-width: 960px) {
  .footer__nav .navLink__list {
    gap: var(--XS-sp);
    margin-top: var(--XS-sp);
  }
}
@media all and (min-width: 961px) and (max-width: 1440px) {
  .footer__nav .navLinkTopList {
    gap: 1.1111vw;
  }
}
@media screen and (max-width: 960px) {
  .footer__nav .navLinkTopList {
    gap: 16px;
  }
}
@media all and (min-width: 961px) and (max-width: 1440px) {
  .footer__nav .navLinkTopList a {
    font-size: 1.1111vw;
  }
}
@media screen and (max-width: 960px) {
  .footer__nav .navLinkTopList a {
    font-size: 0.875rem;
  }
}
@media all and (min-width: 961px) and (max-width: 1440px) {
  .footer__nav .navLinkOther {
    margin-top: -0.2083vw;
  }
}
@media screen and (max-width: 960px) {
  .footer__nav .navLinkOther {
    margin-top: 4vw;
  }
}
@media all and (min-width: 961px) and (max-width: 1440px) {
  .footer__nav .navLinkOther li {
    margin-bottom: 0.2083vw;
  }
}
@media screen and (max-width: 960px) {
  .footer__nav .navLinkOther li {
    margin-bottom: 0vw;
  }
}
@media all and (min-width: 961px) and (max-width: 1440px) {
  .footer__nav .navLinkOther a {
    font-size: 0.8333vw;
  }
}
@media screen and (max-width: 960px) {
  .footer__nav .navLinkOther a {
    font-size: 0.625rem;
  }
}
@media all and (min-width: 961px) and (max-width: 1440px) {
  .footer__nav .-pp a {
    font-size: 0.8333vw;
  }
}
@media screen and (max-width: 960px) {
  .footer__nav .-pp a {
    font-size: 0.625rem;
  }
}
@media all and (min-width: 961px) and (max-width: 1440px) {
  .footer__nav .-pp {
    padding-top: var(--M-pcin);
  }
}
@media screen and (max-width: 960px) {
  .footer__nav .-pp {
    margin-top: 35px;
    padding-top: var(--M-sp);
  }
}
@media screen and (min-width: 961px) {
  .footer__nav a {
    transition: color 0.1s ease-out;
  }
  .footer__nav a:hover {
    color: var(--Accenct-color);
  }
}
.footer__bottom {
  gap: 80px;
  align-items: flex-end;
  align-self: stretch;
  display: flex;
  justify-content: center;
  padding: 0px 112px 0px 48px;
}

@media all and (min-width: 961px) and (max-width: 1440px) {
  .footer__bottom {
    gap: 5.5556vw;
    padding: 0px 7.7778vw 0px 3.3333vw;
  }
}
@media screen and (max-width: 960px) {
  .footer__bottom {
    gap: 30px;
    align-items: flex-start;
    flex-direction: column;
    margin: 0 auto;
    padding: 0;
    width: 89.3333vw;
  }
}
.footer__bottom__logo {
  line-height: 1;
  width: 60%;
}
.footer__bottom__logo img {
  width: 100%;
}

.footer__bottom__company {
  color: var(--White);
  font-size: 0.75rem;
  line-height: 175%;
}

@media all and (min-width: 961px) and (max-width: 1440px) {
  .footer__bottom__company {
    font-size: 0.8333vw;
  }
}
@media screen and (max-width: 960px) {
  .footer__bottom__company {
    font-size: 0.625rem;
  }
}
.footer__bottom__company__txt1 {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 150%;
}

@media all and (min-width: 961px) and (max-width: 1440px) {
  .footer__bottom__company__txt1 {
    font-size: 0.9722vw;
  }
}
@media screen and (max-width: 960px) {
  .footer__bottom__company__txt1 {
    font-size: 0.8125rem;
  }
}
.footer__bottom__company__txt2 {
  margin-top: var(--XXS);
}

@media all and (min-width: 961px) and (max-width: 1440px) {
  .footer__bottom__company__txt2 {
    margin-top: var(--XXS-pcin);
  }
}
@media screen and (max-width: 960px) {
  .footer__bottom__company__txt2 {
    margin-top: var(--XXS-sp);
  }
}
.footer__bottom__company__txtCopy {
  color: var(--White-gray);
  margin-top: var(--XS);
}

@media all and (min-width: 961px) and (max-width: 1440px) {
  .footer__bottom__company__txtCopy {
    margin-top: var(--XS-pcin);
  }
}
@media screen and (max-width: 960px) {
  .footer__bottom__company__txtCopy {
    margin-top: var(--XS-sp);
  }
}
.subFooter {
  align-items: center;
  background: var(--black-2-ex-bg);
  color: var(--White);
  display: flex;
  font-size: 0.75rem;
  height: 100px;
  justify-content: center;
  line-height: 175%;
  text-align: center;
}

@media all and (min-width: 961px) and (max-width: 1440px) {
  .subFooter {
    font-size: 0.8333vw;
  }
}
@media screen and (max-width: 960px) {
  .subFooter {
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 960px) {
  .subFooter {
    height: 78px;
  }
}
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 960px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}/*# sourceMappingURL=header_footer.css.map */