#languageSwitcher {
  width: calc(167 / 1440 * 100) rem;
  background-color: #e15300;
  border-radius: 0.5rem;
}
#languageSwitcher .option {
  background-color: #d6d6d6;
}
.foot {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.foot .f-bigTitle {
  width: 100%;
  height: 200px;
  margin-top: -90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #02306e;
  transform: translateY(62px);
  margin-bottom: 120px;
}
.foot .f-bigTitle .f-b-decorate {
  font-size: 1rem;
  letter-spacing: 1rem;
}
.foot .f-bigTitle .f-b-title {
  font-family: "NotoSerif-Black", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 7px;
}
.foot .f-bigTitle .title-en {
  letter-spacing: 0;
}
.foot .f-bigTitle .f-b-text {
  margin-top: 16px;
  font-family: "NotoSerif-regular", sans-serif;
  font-size: 1rem;
  letter-spacing: 8px;
}
.foot .f-bigTitle .text-en {
  letter-spacing: 0;
}
.foot .f-bigTitle .f-b-icon {
  width: 6.1rem;
  transform: translate(-9.1rem, 2.7rem);
}
.foot .f-bigTitle .f-b-contactUs {
  width: 10.3125rem;
  height: 10.9375rem;
  transform: translate(59%, 108%);
}
.foot .f-bigTitle .contactUs-en {
  opacity: 0;
}
.foot .f-bigTitle .contactUs-ja {
  transform: translate(99%, 108%);
}
.f-QRcode {
  width: 72.2%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4.5rem;
  justify-items: center;
  margin-top: 5.75rem;
}
.f-QRcode .f-Q-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 1.1rem;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
}
.f-QRcode .f-Q-item .f-Q-i-title {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1vw;
}
.f-QRcode .f-Q-item .f-Q-i-title .text {
  font-family: "NotoSans-regular", sans-serif;
  font-size: 1.5rem;
}
.f-QRcode .f-Q-item .f-Q-i-title img {
  width: calc(34 / 1440 * 100vw);
  min-width: 1.25rem;
}
.f-QRcode .f-Q-item .f-Q-i-img {
  min-width: 110px;
  width: 100%;
  height: auto;
}
.floatText {
  margin: 0 auto;
}
.f-footer {
  margin-top: 18.75rem;
  width: 100%;
  position: relative;
  border: #000 2px solid;
}
.f-footer .car {
  position: relative;
  z-index: 10;
  margin: 0 auto;
  width: calc(650 / 1440 * 100vw);
  min-width: 256px;
  top: -10px;
}
.f-footer .cricle {
  position: absolute;
  border: #02306e 2px solid;
}
.f-footer .cricle .lightOrange {
  z-index: -2;
  position: absolute;
  bottom: 0;
  border-radius: 50%;
  background-color: #ffc6a4;
  width: 100vw;
  height: 33.82vw;
  max-height: 487px;
  min-height: 203px;
  transform: translateY(50%) translateX(calc(-50% + 50vw));
}
.f-footer .cricle .orange {
  z-index: -1;
  position: absolute;
  bottom: 0;
  border-radius: 50%;
  background-color: #ff5e00;
  width: 100vw;
  height: 26.32vw;
  max-height: 379px;
  min-height: 228px;
  transform: translateY(calc(50% + 5%)) translateX(calc(-50% + 50vw));
}
@media (max-width: 768px) {
  .f-QRcode {
    width: 70%;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    column-gap: 0;
    gap: 40px;
  }
  .f-QRcode .f-Q-item {
    min-width: none;
  }
  .f-QRcode .f-Q-item .f-Q-i-img {
    width: 100%;
    height: auto;
  }
  .f-QRcode .f-Q-item .f-Q-i-title .text {
    font-size: 15px;
  }
  .foot .f-bigTitle {
    margin-top: -156px;
    margin-bottom: 92px;
  }
  .foot .f-bigTitle .f-b-title {
    font-size: 24px;
  }
  .foot .f-bigTitle .f-b-text {
    font-size: 12px;
  }
  .foot .f-bigTitle .f-b-contactUs {
    transform: translate(45%, 106%) scale(0.8);
  }
  .foot .f-bigTitle .contactUs-ja {
    transform: translate(72%, 106%) scale(0.8);
  }
  .foot .f-bigTitle .f-b-icon {
    transform: translate(-6.2rem, 2.8rem) scale(0.7);
  }
  .f-footer .cricle .lightOrange {
    min-width: 601px;
  }
  .f-footer .cricle .orange {
    min-width: 486px;
  }
  .f-footer .f-f-text .container .text .left {
    align-items: center;
  }
  .f-footer .f-f-text .container .text .right p {
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1224px) {
  .f-QRcode .f-Q-item .f-Q-i-title .text {
    font-size: 2vw;
  }
}
