:root {
  --card-inner-radius: calc(6px + 0.5vw);
  --padding-hor: 3.8vw;
}

header .depth1-menu ul {
  display: none;
}

header .depth2-menu {
  display: none;
}

header .logo img {
  padding: 14px 0 14px 0px;
  width: calc(86px + 3.4vw);
}

.header-menu #display-mode-button {
  top: 3px;
  margin-right: 0;
  width: 30px;
  height: 30px;
  background-color: var(--mono4);
  border-radius: 30px;
  overflow: hidden;
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
}

.header-menu #display-mode-button #light-mode-button {
  filter: var(--filter-invert);
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
}

.header-menu #display-mode-button #dark-mode-button {
  top: 0;
}

.header-menu .lang-button {
  font-size: calc(1.1rem + 0.16vw);
  border: none;
  padding: 0;
  padding-right: 3px;
  margin: 0;
  background-color: transparent;
}

.header-menu .menu-button {
  display: none;
}

footer {
  padding: 0;
  width: 100%;
}


footer .footer-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

footer .wrap {
  background-color: var(--footer-background-color);
}

footer .wrap .top-wrap {
  margin: 0 auto;
  width: calc(100% - (var(--padding-hor) * 2));
}

footer .wrap .top-wrap .sitemap {
  flex-wrap: wrap;
}

footer .wrap .top-wrap .sitemap ul {
  margin-bottom: 2vw;
  width: 33.33%;
}

footer .wrap .top-wrap .sitemap li {
  font-size: 1rem;
  letter-spacing: -0.01rem;
  line-height: 1.9rem;
}

footer .wrap .top-wrap .sitemap li span {
  font-size: calc(0.6rem + 0.2vw);
  letter-spacing: 0;
}

footer .wrap .top-wrap .sitemap li:first-child {
  margin-bottom: 4px;
  font-size: 1.2rem;
}

footer .wrap .bottom-wrap {
  margin: 0 auto;
  margin-top: calc(4px + 2vw);
  padding-top: calc(4px + 5vw);
  padding-bottom: calc(70px + 9vw);
  width: calc(100% - (var(--padding-hor) * 2));
}

footer .wrap .bottom-wrap ul {
  flex-direction: column;
  padding-bottom: calc(4px + 5vw);
}

footer .wrap .bottom-wrap li {
  font-size: 1rem;
  letter-spacing: -0.01rem;
  line-height: 2.3rem;
}

footer .wrap .bottom-wrap .copyright {
  margin-top: 2vw;
  padding-top: 6vw;
  margin-bottom: 2vw;
  font-size: 1rem;
  letter-spacing: 0;
  border-top: 1px solid #333;
}

footer .hide-mobile {
  display: none;
}

section.contents {
  position: relative;
}

section.contents .plus-icon {
  width: calc(40px + 2.8vw);
  height: calc(40px + 2.8vw);
  background-size: 46%;
}

section.full-wrap {
  padding-top: 90px;
}

.mobile-menu-button {
  display: block;
  position: fixed;
  z-index: 10;
  width: calc(58px + 0.4vw);
  height: calc(58px + 0.4vw);
  left: calc(50% - ((58px + 0.4vw) / 2));
  bottom: 0;
  margin: 0;
  transform: translateY(-3.4vh);
  padding: 0;
  border-radius: 9px;
  box-shadow: 0.6px 1.4px 4px 0.2px rgba(0, 0, 0, 0.16);
  background: url("/assets/images/common/simbol.png") no-repeat center / 47%;
  background-position-y: calc(50% + 1px);
  background-color: #fff;
}

.mobile-menu-button .bar {
  margin: 6px auto;
  width: 40.2%;
  height: 3px;
  background-color: #000;
}

span.step2::after {
  white-space: pre-wrap;
  content: "\a";
}

span.no-step2::after {
  white-space: unset;
  content: "\a";
}

/**/

#bottom-banner-layer {
  bottom: calc(10px + 0.4vw);
}

#bottom-banner-layer .wrap {
  flex-direction: column;
  align-items: flex-start;
  padding: 12px 0;
}

#bottom-banner-layer .wrap p {
  padding: 0 14px;
  font-size: 0.81rem;
  line-height: 1.34rem;
  letter-spacing: -0.02rem;
}

#bottom-banner-layer .wrap .button-wrap {
  margin-top: 8px;
  padding-left: 14px;
}

#bottom-banner-layer .wrap .button-wrap button {
  margin-left: 0;
  margin-right: 8px;
  font-size: 0.81rem;
  line-height: 1.34rem;
  letter-spacing: -0.02rem;
}