.typography {
  width: 100%;
  overflow-x: hidden;
  height: auto;
}
.typography img {
	max-width: 100%;
	height: auto;
}
.typography .dummy {
  margin-top: 0;
  opacity: 0 !important;
  width: 100%;
  z-index: -1;
}

.typographyPage {
  position: relative;
  display: block;
  z-index: 10;
  width: 100%;
  padding-bottom: 18rem;
  margin-left: 39px;
}
@media screen and (max-width: 768px) {
  .typographyPage {
    height: auto;
    padding-bottom: 11.2rem;
    margin-left: 0;
  }
}

#brandFontArea {
  position: relative;
  width: 100%;
  padding-right: 78px;
  margin-top: 12rem;
}
@media screen and (max-width: 768px) {
  #brandFontArea {
    padding-right: 0;
    margin-top: 6.4rem;
  }
}
#brandFontArea #brandFontContainer {
  position: relative;
  width: 94.6rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  #brandFontArea #brandFontContainer {
    width: 100%;
    flex-direction: column;
    padding: 0 3.2rem;
  }
}
#brandFontArea #brandFontContainer .brandFont {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 12.8rem;
  font-size: 0;
}
@media screen and (max-width: 768px) {
  #brandFontArea #brandFontContainer .brandFont {
    flex-direction: column;
    justify-content: space-between;
    height: 8.6rem;
  }
}
#brandFontArea #brandFontContainer .brandFont__type {
  color: #212426;
  font-weight:900;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.04rem;
}
@media screen and (max-width: 768px) {
  #brandFontArea #brandFontContainer .brandFont__type {
    color: #eb5505;
  }
}
#brandFontArea #brandFontContainer .brandFont__name {
  width: 74rem;
	margin-top: -1rem;
}
@media screen and (max-width: 768px) {
  #brandFontArea #brandFontContainer .brandFont__name {
    width:100%;
  }
}
#brandFontArea #brandFontContainer .brandFont__sample {
  position: relative;
  width: 100%;
  min-height: 44.8rem;
  background-color: #f7f7f7;
  padding: 6rem 5.5rem;
}
@media screen and (max-width: 768px) {
  #brandFontArea #brandFontContainer .brandFont__sample {
    min-height: 31.2rem;
    margin-top: 4rem;
    padding: 3.2rem 2rem;
  }
}
#brandFontArea #brandFontContainer .brandFont__sample .sampleControl {
  position: relative;
  width: 100%;
  height: 6.8rem;
}
@media screen and (max-width: 768px) {
  #brandFontArea #brandFontContainer .brandFont__sample .sampleControl {
    height: auto;
		display: flex;
    flex-direction: column-reverse;
  }
}
#brandFontArea #brandFontContainer .brandFont__sample .sampleControl .control__weight {
  position: relative;
  width: 13rem;
  height: 3.8rem;
  border: #212426 solid 1px;
  background-color: #fff;
	margin-bottom: 3rem;
}
#brandFontArea #brandFontContainer .brandFont__sample .sampleControl .control__weight::after {
  content: "";
  position: absolute;
  top: 49%;
  right: 1.2rem;
  width: 0.92rem;
  height: 0.92rem;
  transform: translateY(-50%) rotate(90deg);
  background-image: url(/brand/visual-identity/au/assets/image/icon_arrow_down.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  #brandFontArea #brandFontContainer .brandFont__sample .sampleControl .control__weight {
    width: 26.3rem;
    height: 3.8rem;
    margin: 2.4rem auto 0;
  }
}
#brandFontArea #brandFontContainer .brandFont__sample .sampleControl .control__weight .weight__select--brand {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 1.2rem;
  color: #212426;
  font-size: 1.5rem;
  line-height: 4rem;
  letter-spacing: 0.04rem;
}
@media screen and (max-width: 768px) {
  #brandFontArea #brandFontContainer .brandFont__sample .sampleControl .control__weight #weight__select--brand {
    font-size: 1.3rem;
    line-height: 3.6rem;
  }
}
#brandFontArea #brandFontContainer .brandFont__sample #brandFont__input {
  position: relative;
  width: 100%;
  min-height: 26rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  #brandFontArea #brandFontContainer .brandFont__sample #brandFont__input {
    min-height: 21.8rem;
  }
}
#brandFontArea #brandFontContainer .brandFont__note {
  position: relative;
  display: block;
  width: 100%;
  color: #212426;
  font-weight:400;
  font-size: 1.5rem;
  line-height: 2.8rem;
  letter-spacing: 0.06rem;
  margin-top: 3.5rem;
}
@media screen and (max-width: 768px) {
  #brandFontArea #brandFontContainer .brandFont__note {
    margin-top: 1.8rem;
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
}

#standardFontArea {
  position: relative;
  width: 100%;
  padding-right: 78px;
  margin-top: 15.2rem;
}
@media screen and (max-width: 768px) {
  #standardFontArea {
    margin-top: 5.8rem;
    padding-right: 0;
  }
}
#standardFontArea #standardFontContainer {
  position: relative;
  width: 95rem;
  margin: 0 auto;
  display: block;
  vertical-align: top;
  padding-left: 40rem;
}
@media screen and (max-width: 768px) {
  #standardFontArea #standardFontContainer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    padding: 0 3.2rem;
  }
}
#standardFontArea #standardFontContainer .standardFont {
  position: absolute;
  top: 3.6rem;
  left: 0;
  display: inline-flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  width: 39.5rem;
  height: 10rem;
  font-size: 0;
}
@media screen and (max-width: 768px) {
  #standardFontArea #standardFontContainer .standardFont {
    position: relative;
    display: flex;
    align-items: flex-start;
    width: 100%;
    font-size: 0;
    flex-direction: column;
    justify-content: space-between;
    height: 8.6rem;
    margin-bottom: 3.6rem;
  }
}
#standardFontArea #standardFontContainer .standardFont__type {
  color: #212426;
  font-weight:900;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.04rem;
}
#standardFontArea #standardFontContainer .standardFont__name {
	width: 32.7rem;
}
@media screen and (max-width: 768px) {
  #standardFontArea #standardFontContainer .standardFont__name {
	width: 22.5rem;
  }
}
#standardFontArea #standardFontContainer .standardFont__sample {
  position: relative;
  display: inline-block;
  width: 55rem;
  min-height: 39.1rem;
  background-color: #f7f7f7;
  padding: 6rem 5.5rem;
}
@media screen and (max-width: 768px) {
  #standardFontArea #standardFontContainer .standardFont__sample {
    width: 100%;
    min-height: 31.2rem;
    margin-top: 4rem;
    padding: 3.2rem 2rem;
  }
}
#standardFontArea #standardFontContainer .standardFont__sample .sampleControl {
  position: relative;
  width: 100%;
  height: 6.8rem;
}
@media screen and (max-width: 768px) {
  #standardFontArea #standardFontContainer .standardFont__sample .sampleControl {
    height: auto;
		display: flex;
		flex-direction: column-reverse;
  }
}
#standardFontArea #standardFontContainer .standardFont__sample .sampleControl .control__weight {
  position: relative;
  width: 13rem;
  height: 3.8rem;
  border: #212426 solid 1px;
  background-color: #fff;
	margin-bottom: 3rem;
}
#standardFontArea #standardFontContainer .standardFont__sample .sampleControl .control__weight::after {
  content: "";
  position: absolute;
  top: 49%;
  right: 1.2rem;
  width: 0.92rem;
  height: 0.92rem;
  transform: translateY(-50%) rotate(90deg);
  background-image: url(/brand/visual-identity/au/assets/image/icon_arrow_down.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  #standardFontArea #standardFontContainer .standardFont__sample .sampleControl .control__weight {
    width: 26.3rem;
    height: 3.8rem;
    margin: 2.4rem auto 0;
  }
}
#standardFontArea #standardFontContainer .standardFont__sample .sampleControl .control__weight .weight__select--standard {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 1.2rem;
  color: #212426;
  font-size: 1.5rem;
  line-height: 4rem;
  letter-spacing: 0.04rem;
}
@media screen and (max-width: 768px) {
  #standardFontArea #standardFontContainer .standardFont__sample .sampleControl .control__weight .weight__select--standard {
    font-size: 1.3rem;
    line-height: 3.6rem;
  }
}
#standardFontArea #standardFontContainer .standardFont__sample #standardFont__txt {
  width: 100%;
  min-height: 26rem;
  height: auto;
  color: #212426;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 2.3rem;
  line-height: 1.52;
  letter-spacing: 0.12rem;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  #standardFontArea #standardFontContainer .standardFont__sample #standardFont__txt {
    min-height: 18.6rem;
    font-size: 1.7rem;
    line-height: 1.588;
    letter-spacing: 0.04rem;
  }
}
#standardFontArea #standardFontContainer .standardFont__note {
  position: absolute;
  top: 19.6rem;
  left: 0;
  display: block;
  width: 32.7rem;
  color: #212426;
  font-weight:400;
  font-size: 1.5rem;
  line-height: 2.8rem;
  letter-spacing: 0.04rem;
}
@media screen and (max-width: 768px) {
  #standardFontArea #standardFontContainer .standardFont__note {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    margin-top: 2.8rem;
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
}
#standardFontArea #downloadContainer {
  position: relative;
  width: 95rem;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 768px) {
  #standardFontArea #downloadContainer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    padding: 0 3.2rem;
  }
}
#standardFontArea #downloadContainer .download__note {
  position: relative;
  display: block;
  width: 100%;
  color: #212426;
  font-weight:400;
  font-size: 1.5rem;
  line-height: 2.8rem;
  letter-spacing: 0.06rem;
  margin-top: 3.5rem;
}
#standardFontArea #downloadContainer .download__note a {
  position: relative;
  display: inline-block;
  color: #212426;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 2.8rem;
  letter-spacing: 0;
	overflow: hidden;
}
#standardFontArea #downloadContainer .download__note a .newWindowIcon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 1rem;
}
@media screen and (min-width: 769px) {
  #standardFontArea #downloadContainer .download__note a:hover .newWindowIcon {
    width: 0.9rem;
    height: 0.8rem;
    vertical-align: middle;
  }
  #standardFontArea #downloadContainer .download__note a:hover .newWindowIcon::before {
    content: "";
    position: absolute;
    top: 0.3rem;
    left: 0;
    width: 0.6rem;
    height: 0.5rem;
    border: #212426 solid 1px;
    background-color: #fff;
    box-sizing: border-box;
    transition: all 0.3s ease-out;
  }
  #standardFontArea #downloadContainer .download__note a:hover .newWindowIcon::after {
    content: "";
    position: absolute;
    top: 0rem;
    left: 0.2rem;
    width: 0.7rem;
    height: 0.6rem;
    border: #212426 solid 1px;
    background-color: #EB5505;
    box-sizing: border-box;
    transition: all 0.3s ease-out;
  }
}
@media screen and (min-width: 769px) {
  #standardFontArea #downloadContainer .download__note a::before {
    position: absolute;
    bottom: 4px;
    left: -100%;
    width: 200%;
    height: 1px;
    min-height: 1px;
    content: "";
    background-image: linear-gradient(to right, #212426, #212426 50%, transparent 50%, transparent);
    transition: left 0.3s ease-out;
  }
  #standardFontArea #downloadContainer .download__note a:hover::before {
    left: 0%;
  }
}
@media screen and (max-width: 768px) {
  #standardFontArea #downloadContainer .download__note a {
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  #standardFontArea #downloadContainer .download__note {
    margin-top: 1.8rem;
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
}