.logo {
  width: 100%;
  overflow-x: hidden;
  height: auto;
}

.logo .dummy {
  margin-top: 0;
  opacity: 0.333 !important;
  z-index: -1;
}

.logoPage {
  position: relative;
  display: block;
  z-index: 10;
  width: 100%;
  height: auto;
  padding-bottom: 18rem;
  margin-left: 39px;
}
@media screen and (max-width: 768px) {
  .logoPage {
    height: auto;
    padding-bottom: 12rem;
    padding-right: 0;
    margin-left: 0;
  }
}

#basicArea {
  position: relative;
  display: block;
  width: 100%;
  padding-right: 78px;
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  #basicArea {
    padding-right: 0;
    margin-top: 6.4rem;
    padding: 0 3.2rem;
  }
}
#basicArea #basicContainer {
  position: relative;
  width: 94.6rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #basicArea #basicContainer {
    width: 100%;
  }
}
#basicArea #basicBrandArea {
  position: relative;
  width: 94.6rem;
  height: 30rem;
  border: #dadada solid 1px;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #basicArea #basicBrandArea {
    width: 100%;
    height: 37.5rem;
    flex-direction: column;
    align-items: center;
  }
}
#basicArea #basicBrandArea #basic__logo {
  position: absolute;
  top: 4.5rem;
  left: 14.6rem;
  width: 18.8rem;
  height: 15.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  #basicArea #basicBrandArea #basic__logo {
    top: 5.6rem;
    left: 8.2rem;
    width: 14.7rem;
    height: 11.4rem;
  }
}
#basicArea #basicBrandArea #basic__logo dt {
  color: #212426;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 3.6rem;
  letter-spacing: 0.04rem;
}
#basicArea #basicBrandArea #basic__logo dd {
  position: relative;
  width: 100%;
}
#basicArea #basicBrandArea #basic__logo dd img {
  width: 100%;
}
#basicArea #basicBrandArea #basic__slogan {
  position: absolute;
  top: 4.5rem;
  left: 50.2rem;
  width: 32rem;
  height: 13.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
#basicArea #basicBrandArea #basic__slogan img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #basicArea #basicBrandArea #basic__slogan {
    top: 22rem;
    left: 2.8rem;
    width: 25.5rem;
    height: 8rem;
  }
}
#basicArea #basicBrandArea #basic__slogan dt {
  color: #212426;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 3.6rem;
  letter-spacing: 0.04rem;
  text-indent: -2rem;
}
@media screen and (max-width: 768px) {
  #basicArea #basicBrandArea #basic__slogan dt {
    text-indent: 0;
  }
}
#basicArea #basicBrandArea #basic__slogan dd {
  position: relative;
  width: 100%;
}
#basicArea #basicBrandArea #basic__slogan dd img {
  width: 100%;
}
#basicArea #basicColorArea {
  position: relative;
  width: 94.6rem;
  height: 8rem;
  background-color: #eb5505;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #basicArea #basicColorArea {
    width: 100%;
    height: 20.9rem;
  }
}
#basicArea #basicColorArea #basic__color {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 3.2rem;
}
@media screen and (max-width: 768px) {
  #basicArea #basicColorArea #basic__color {
    flex-direction: column;
    align-items: flex-start;
  }
}
#basicArea #basicColorArea #basic__color .brandColor__title {
  color: #fff;
  font-weight: 900;
  font-size: 1.6rem;
  line-height: 3.6rem;
  letter-spacing: 0.06rem;
}
@media screen and (max-width: 768px) {
  #basicArea #basicColorArea #basic__color .brandColor__title {
    margin-top: 0.8rem;
  }
}
#basicArea #basicColorArea #basic__color .brandColor__color {
  position: relative;
  width: 61.7rem;
}
@media screen and (max-width: 768px) {
  #basicArea #basicColorArea #basic__color .brandColor__color {
    width: 100%;
  }
}
#basicArea #basicColorArea #basic__color .brandColor__color .colorTypeList {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  #basicArea #basicColorArea #basic__color .brandColor__color .colorTypeList {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 0.8rem;
    gap: 0rem;
  }
}
#basicArea #basicColorArea #basic__color .brandColor__color .colorTypeList .colorTypeList__item {
  position: relative;
  display: inline-block;
}
#basicArea #basicColorArea #basic__color .brandColor__color .colorTypeList .colorTypeList__item dt {
  position: relative;
  display: inline-block;
  color: #fff;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 2.8rem;
  letter-spacing: 0.06rem;
  margin-right: 0.4rem;
}
@media screen and (max-width: 768px) {
  #basicArea #basicColorArea #basic__color .brandColor__color .colorTypeList .colorTypeList__item dt {
    width: 7.4rem;
  }
}
#basicArea #basicColorArea #basic__color .brandColor__color .colorTypeList .colorTypeList__item dd {
  position: relative;
  display: inline-block;
  border-radius: 0.3rem;
  padding: 0 0.8rem;
  color: #fff;
  font-weight: 900;
  font-size: 1.3rem;
  line-height: 2.8rem;
  letter-spacing: 0.06rem;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0);
  transition: background-color 0.3s ease-out;
}
#basicArea #basicColorArea #basic__color .brandColor__color .colorTypeList .colorTypeList__item dd:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
#basicArea .basic__note {
  position: relative;
  color: #212426;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.8rem;
  letter-spacing: 0.06rem;
  margin-bottom: 4rem;
}
#basicArea .basic__note::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1.5 - 2.8) * 0.5rem);
}
#basicArea .basic__note::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1.5 - 2.8) * 0.5rem);
}
@media screen and (max-width: 768px) {
  #basicArea .basic__note {
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
}

.section {
  position: relative;
  display: block;
  width: 100%;
  padding-right: 78px;
  margin-top: 14.6rem;
}
@media screen and (max-width: 768px) {
  .section {
    padding-right: 0;
    margin-top: 8.6rem;
    padding: 0 3.2rem;
  }
}

.section__container {
  position: relative;
  width: 94.6rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .section__container {
    width: 100%;
  }
}

h3.section__title {
  position: relative;
  color: #212426;
  font-weight: 900;
  font-size: 2.6rem;
  line-height: 3.6rem;
  letter-spacing: 0.06rem;
}
@media screen and (max-width: 768px) {
  h3.section__title {
    font-size: 1.8rem;
  }
}

#sloganBrandLogo.section {
  margin-top: 13.2rem;
}
@media screen and (max-width: 768px) {
  #sloganBrandLogo.section {
    margin-top: 9.2rem;
  }
}
#sloganBrandLogo .typeSetting {
  position: relative;
  width: 94.6rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  #sloganBrandLogo .typeSetting {
    width: 100%;
    margin-top: 3rem;
    align-items: flex-start;
    flex-direction: column;
  }
}
#sloganBrandLogo .typeSetting__figure {
  position: relative;
  width: 64.9rem;
  height: 36rem;
  border: #dadada solid 1px;
}
@media screen and (max-width: 768px) {
  #sloganBrandLogo .typeSetting__figure {
    width: 31.1rem;
    height: 31rem;
  }
}
#sloganBrandLogo .typeSetting__space {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#sloganBrandLogo .typeSetting__shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#sloganBrandLogo .typeSetting__select {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  width: 20rem;
  height: 3.8rem;
  border: #212426 solid 1px;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  #sloganBrandLogo .typeSetting__select:hover::after {
    margin-top: 3px;
  }
}
@media screen and (max-width: 768px) {
  #sloganBrandLogo .typeSetting__select {
    bottom: 2.4rem;
    right: 2.3rem;
    width: 26.3rem;
    height: 3.8rem;
  }
}
#sloganBrandLogo .typeSetting__select::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;
  pointer-events: none;
  transition: all 0.2s ease-out;
}
#sloganBrandLogo .typeSetting__select select {
  color: #212426;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 3.6rem;
  letter-spacing: 0.06rem;
  width: 100%;
  height: 100%;
  padding: 0 1.4rem;
  cursor: pointer;
}
#sloganBrandLogo .typeSetting__info {
  position: relative;
  width: 29.7rem;
  height: 36rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding-left: 4.4rem;
}
@media screen and (max-width: 768px) {
  #sloganBrandLogo .typeSetting__info {
    width: auto;
    height: auto;
    padding-left: 0;
  }
}
#sloganBrandLogo .typeSetting__title {
  color: #212426;
  font-weight: 900;
  font-size: 2rem;
  line-height: 3.6rem;
  letter-spacing: 0.06rem;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  #sloganBrandLogo .typeSetting__title {
    font-size: 1.6rem;
    margin-top: 2.6rem;
  }
}
#sloganBrandLogo .typeSetting__desc {
  color: #212426;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.8rem;
  letter-spacing: 0.06rem;
  padding-bottom: 1.6rem;
  margin-top: 1.6rem;
}
@media screen and (max-width: 768px) {
  #sloganBrandLogo .typeSetting__desc {
    font-size: 1.4rem;
    line-height: 2.6rem;
    margin-top: 0.4rem;
  }
}
#sloganBrandLogo #sloganBrandLogoV {
  position: absolute;
  top: 11.6rem;
  left: 19.6rem;
  width: 24.9rem;
}
@media screen and (max-width: 768px) {
  #sloganBrandLogo #sloganBrandLogoV {
    top: 8.8rem;
    left: 7.3rem;
    width: 16.4rem;
  }
}
#sloganBrandLogo #sloganBrandLogoV__space--large-pc {
  position: absolute;
  top: 8.2rem;
  left: 12.2rem;
  width: 35.57rem;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
@media screen and (min-width: 769px) {
  #sloganBrandLogo #sloganBrandLogoV__space--large-pc {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #sloganBrandLogo #sloganBrandLogoV__space--large-pc {
    display: none;
  }
}
#sloganBrandLogo #sloganBrandLogoV__space--small-pc {
  position: absolute;
  top: 8.3rem;
  left: 15.2rem;
  width: 31.1rem;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
@media screen and (min-width: 769px) {
  #sloganBrandLogo #sloganBrandLogoV__space--small-pc {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #sloganBrandLogo #sloganBrandLogoV__space--small-pc {
    display: none;
  }
}
#sloganBrandLogo #sloganBrandLogoV__space--large-sp {
  position: absolute;
  top: 4.8rem;
  left: 2.3rem;
  width: 23.6rem;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
@media screen and (min-width: 769px) {
  #sloganBrandLogo #sloganBrandLogoV__space--large-sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #sloganBrandLogo #sloganBrandLogoV__space--large-sp {
    display: block;
  }
}
#sloganBrandLogo #sloganBrandLogoV__space--small-sp {
  position: absolute;
  top: 6.2rem;
  left: 4rem;
  width: 21.25rem;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
@media screen and (min-width: 769px) {
  #sloganBrandLogo #sloganBrandLogoV__space--small-sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #sloganBrandLogo #sloganBrandLogoV__space--small-sp {
    display: block;
  }
}
#sloganBrandLogo #horizontalStandardType {
  position: relative;
  margin-top: 3.2rem;
}
@media screen and (max-width: 768px) {
  #sloganBrandLogo #horizontalStandardType {
    margin-top: 2.4rem;
  }
}
#sloganBrandLogo #sloganBrandLogoHS {
  position: absolute;
  top: 13.7rem;
  left: 10.7rem;
  width: 42.4rem;
}
@media screen and (max-width: 768px) {
  #sloganBrandLogo #sloganBrandLogoHS {
    top: 11.6rem;
    left: 4.6rem;
    width: 22.53rem;
  }
}
#sloganBrandLogo #sloganBrandLogoHS__space--large-pc {
  position: absolute;
  top: 10.3rem;
  left: 3.2rem;
  width: 53.34rem;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
@media screen and (min-width: 769px) {
  #sloganBrandLogo #sloganBrandLogoHS__space--large-pc {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #sloganBrandLogo #sloganBrandLogoHS__space--large-pc {
    display: none;
  }
}
#sloganBrandLogo #sloganBrandLogoHS__space--small-pc {
  position: absolute;
  top: 10.3rem;
  left: 6.3rem;
  width: 48.61rem;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
@media screen and (min-width: 769px) {
  #sloganBrandLogo #sloganBrandLogoHS__space--small-pc {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #sloganBrandLogo #sloganBrandLogoHS__space--small-pc {
    display: none;
  }
}
#sloganBrandLogo #sloganBrandLogoHS__space--large-sp {
  position: absolute;
  top: 7.8rem;
  left: 0.75rem;
  width: 28.17rem;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
@media screen and (min-width: 769px) {
  #sloganBrandLogo #sloganBrandLogoHS__space--large-sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #sloganBrandLogo #sloganBrandLogoHS__space--large-sp {
    display: block;
  }
}
#sloganBrandLogo #sloganBrandLogoHS__space--small-sp {
  position: absolute;
  top: 9.2rem;
  left: 2.18rem;
  width: 26.31rem;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
@media screen and (min-width: 769px) {
  #sloganBrandLogo #sloganBrandLogoHS__space--small-sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #sloganBrandLogo #sloganBrandLogoHS__space--small-sp {
    display: block;
  }
}
#sloganBrandLogo #horizontalLargeType {
  position: relative;
  margin-top: 3.2rem;
}
@media screen and (max-width: 768px) {
  #sloganBrandLogo #horizontalLargeType {
    margin-top: 2.4rem;
  }
}
#sloganBrandLogo #sloganBrandLogoHL {
  position: absolute;
  top: 15.5rem;
  left: 16.5rem;
  width: 31.8rem;
}
@media screen and (max-width: 768px) {
  #sloganBrandLogo #sloganBrandLogoHL {
    top: 12.6rem;
    left: 3.5rem;
    width: 23.63rem;
  }
}
#sloganBrandLogo #sloganBrandLogoHL__space--large-pc {
  position: absolute;
  top: 13rem;
  left: 13.4rem;
  width: 36.4rem;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
@media screen and (min-width: 769px) {
  #sloganBrandLogo #sloganBrandLogoHL__space--large-pc {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #sloganBrandLogo #sloganBrandLogoHL__space--large-pc {
    display: none;
  }
}
#sloganBrandLogo #sloganBrandLogoHL__space--small-pc {
  position: absolute;
  top: 13rem;
  left: 14.4rem;
  width: 35rem;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
@media screen and (min-width: 769px) {
  #sloganBrandLogo #sloganBrandLogoHL__space--small-pc {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #sloganBrandLogo #sloganBrandLogoHL__space--small-pc {
    display: none;
  }
}
#sloganBrandLogo #sloganBrandLogoHL__space--large-sp {
  position: absolute;
  top: 10.4rem;
  left: 1rem;
  width: 27.38rem;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
@media screen and (min-width: 769px) {
  #sloganBrandLogo #sloganBrandLogoHL__space--large-sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #sloganBrandLogo #sloganBrandLogoHL__space--large-sp {
    display: block;
  }
}
#sloganBrandLogo #sloganBrandLogoHL__space--small-sp {
  position: absolute;
  top: 10.4rem;
  left: 1.8rem;
  width: 26.43rem;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
@media screen and (min-width: 769px) {
  #sloganBrandLogo #sloganBrandLogoHL__space--small-sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #sloganBrandLogo #sloganBrandLogoHL__space--small-sp {
    display: block;
  }
}

#sloganSeparateType {
  position: relative;
}
#sloganSeparateType .typeSetting__figure {
  position: relative;
  height: 51.6rem;
}
@media screen and (max-width: 768px) {
  #sloganSeparateType .typeSetting__figure {
    height: 35rem;
  }
}
#sloganSeparateType .slogan__figure {
  position: relative;
  width: 64.9rem;
  height: 51.6rem;
  margin-top: 4.8rem;
  display: block;
}
@media screen and (max-width: 768px) {
  #sloganSeparateType .slogan__figure {
    width: 100%;
    height: 35rem;
    margin-top: 0rem;
    padding-top: 4rem;
  }
}
#sloganSeparateType .slogan__figure .sloganSample {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
#sloganSeparateType .slogan__figure .sloganSample__title {
  position: relative;
  color: #212426;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 2.8rem;
  letter-spacing: 0.06rem;
}
@media screen and (max-width: 768px) {
  #sloganSeparateType .slogan__figure .sloganSample__title {
    font-size: 1.2rem;
    line-height: 2.8rem;
    letter-spacing: 0.06rem;
  }
}
#sloganSeparateType .slogan__figure .sloganSample__logo {
  position: relative;
  margin-top: 0.8rem;
  margin-left: 2rem;
  width: 21.4rem;
}
@media screen and (max-width: 768px) {
  #sloganSeparateType .slogan__figure .sloganSample__logo {
    margin-top: 0.6rem;
    margin-left: 0.2rem;
    width: 21.74rem;
  }
}
#sloganSeparateType .slogan__figure .sloganSample__figure {
  position: relative;
  margin-top: 2.7rem;
  margin-left: 2rem;
  width: 53rem;
  height: 34rem;
  border: #707070 solid 1px;
}
@media screen and (max-width: 768px) {
  #sloganSeparateType .slogan__figure .sloganSample__figure {
    margin-top: 4rem;
    margin-left: 0rem;
    width: 26.3rem;
    height: 16.9rem;
  }
}
#sloganSeparateType .slogan__figure .sloganSample__figure .sloganSample__figure--small {
  position: absolute;
  top: 2.4rem;
  left: 2.8rem;
  width: 16.762rem;
  height: auto;
  opacity: 1;
  transition: opacity 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  #sloganSeparateType .slogan__figure .sloganSample__figure .sloganSample__figure--small {
    top: 1.1rem;
    left: 1.4rem;
    width: 8.32rem;
  }
}
#sloganSeparateType .slogan__figure .sloganSample__figure .sloganSample__figure--large {
  position: absolute;
  top: 2.4rem;
  left: 2.8rem;
  width: 41.904rem;
  height: auto;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  #sloganSeparateType .slogan__figure .sloganSample__figure .sloganSample__figure--large {
    top: 1.1rem;
    left: 1.4rem;
    width: 20.79rem;
  }
}
#sloganSeparateType .slogan__figure .sloganSample__figure .sloganSample__figure--au {
  position: absolute;
  bottom: 1.9rem;
  right: 1.5rem;
  width: 3.462rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  #sloganSeparateType .slogan__figure .sloganSample__figure .sloganSample__figure--au {
    bottom: 0.9rem;
    right: 0.7rem;
    width: 1.72rem;
  }
}
#sloganSeparateType .slogan__figure .sloganSample__caption {
  position: relative;
  margin-top: 2.4rem;
  color: #212426;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: 0.06rem;
}
@media screen and (max-width: 768px) {
  #sloganSeparateType .slogan__figure .sloganSample__caption {
    text-align: center;
    margin-top: 1.2rem;
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
}

#priority {
  position: relative;
  margin-top: 15.2rem;
}
@media screen and (max-width: 768px) {
  #priority {
    margin-top: 7.4rem;
  }
}
#priority__container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  #priority__container {
    flex-direction: column;
    align-items: flex-start;
  }
}
#priority .priority__info {
  position: relative;
  text-align: left;
  width: 100%;
}
#priority .priority__figure {
  position: relative;
  width: 89.1rem;
  height: 76.6rem;
  margin-top: 4.8rem;
  margin-left: -5.6rem;
  border: #dadada solid 1px;
  display: block;
  padding-top: 5.6rem;
}
@media screen and (max-width: 768px) {
  #priority .priority__figure {
    width: 28.4rem;
    height: 71.3rem;
    margin-top: 3.2rem;
    padding-top: 4rem;
    margin-left: 0;
  }
}
#priority .priority__figure .prioritySample {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
#priority .priority__figure .prioritySample__title {
  position: relative;
  color: #212426;
  font-weight: 900;
  font-size: 1.6rem;
  line-height: 2.8rem;
  text-indent: 0.2rem;
  letter-spacing: 0.06rem;
}
@media screen and (max-width: 768px) {
  #priority .priority__figure .prioritySample__title {
    font-size: 1.6rem;
    line-height: 2.8rem;
    letter-spacing: 0.06rem;
  }
}
#priority .priority__figure .prioritySample__label {
  position: relative;
  color: #212426;
  font-weight: 800;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-indent: 0.2rem;
  letter-spacing: 0.06rem;
}
#priority .priority__figure .prioritySample__label::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1.6 - 2.4) * 0.5rem);
}
#priority .priority__figure .prioritySample__label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1.6 - 2.4) * 0.5rem);
}
#priority .priority__figure .prioritySample__label.monochrome {
  margin-top: 4.8rem;
}
@media screen and (max-width: 768px) {
  #priority .priority__figure .prioritySample__label.monochrome {
    margin-top: 4.8rem;
  }
}
@media screen and (max-width: 768px) {
  #priority .priority__figure .prioritySample__label {
    font-weight: 900;
    font-size: 1.6rem;
    line-height: 2.8rem;
    letter-spacing: 0.04rem;
  }
  #priority .priority__figure .prioritySample__label::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1.6 - 2.8) * 0.5rem);
  }
  #priority .priority__figure .prioritySample__label::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1.6 - 2.8) * 0.5rem);
  }
}
#priority .priority__figure .prioritySample__note {
  position: relative;
  color: #212426;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: 0.04rem;
  margin-top: 1rem;
}
#priority .priority__figure .prioritySample__note::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1.4 - 2.4) * 0.5rem);
}
#priority .priority__figure .prioritySample__note::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1.4 - 2.4) * 0.5rem);
}
@media screen and (max-width: 768px) {
  #priority .priority__figure .prioritySample__note {
    margin-top: 1rem;
    font-size: 1.2rem;
    line-height: 1.8rem;
    letter-spacing: 0.04rem;
    text-align: center;
  }
}
#priority .priority__figure .prioritySample__figure {
  position: relative;
}
#priority .priority__figure .prioritySample__figure--opw {
  position: relative;
  margin-top: 2rem;
  width: 69.3rem;
  height: 15rem;
  border: #dadada solid 1px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 768px) {
  #priority .priority__figure .prioritySample__figure--opw {
    grid-template-columns: 1fr;
    margin-top: 0.6rem;
    width: 22.2rem;
    height: 19.9rem;
  }
}
#priority .priority__figure .prioritySample__figure--opb {
  position: relative;
  margin-top: 0.8rem;
  width: 69.3rem;
  height: 15rem;
  border: #2c2c2c solid 1px;
  background-color: #000;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#priority .priority__figure .prioritySample__figure--opb .prioritySample__figure--oh {
  border-left: #2c2c2c solid 1px;
  border-top: none;
}
@media screen and (max-width: 768px) {
  #priority .priority__figure .prioritySample__figure--opb {
    grid-template-columns: 1fr;
    margin-top: 0.8rem;
    width: 22.2rem;
    height: 19.9rem;
  }
  #priority .priority__figure .prioritySample__figure--opb .prioritySample__figure--oh {
    border-left: none;
    border-top: #2c2c2c solid 1px;
  }
}
#priority .priority__figure .prioritySample__figure--ov {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #priority .priority__figure .prioritySample__figure--ov {
    height: 9.9rem;
  }
}
#priority .priority__figure .prioritySample__figure--ov img {
  width: 15.81rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  #priority .priority__figure .prioritySample__figure--ov img {
    width: 9.437rem;
    height: auto;
  }
}
#priority .priority__figure .prioritySample__figure--oh {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: #dadada solid 1px;
  border-top: none;
}
@media screen and (max-width: 768px) {
  #priority .priority__figure .prioritySample__figure--oh {
    border-top: #dadada solid 1px;
    border-left: none;
    height: 10rem;
  }
}
#priority .priority__figure .prioritySample__figure--oh img {
  width: 26.4rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  #priority .priority__figure .prioritySample__figure--oh img {
    width: 15.534rem;
  }
}
#priority .priority__figure .prioritySample__figure--mp {
  position: relative;
  margin-top: 2rem;
  width: 69.3rem;
  height: 15rem;
  border: #dadada solid 1px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 768px) {
  #priority .priority__figure .prioritySample__figure--mp {
    grid-template-columns: 1fr;
    margin-top: 0.6rem;
    width: 22.2rem;
    height: 19.9rem;
  }
}
#priority .priority__figure .prioritySample__figure--mn {
  position: relative;
  margin-top: 2rem;
  width: 69.3rem;
  height: 15rem;
  border: #9d9d9d solid 1px;
  background-color: #808080;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#priority .priority__figure .prioritySample__figure--mn .prioritySample__figure--oh {
  border-left: #9d9d9d solid 1px;
  border-top: none;
}
@media screen and (max-width: 768px) {
  #priority .priority__figure .prioritySample__figure--mn .prioritySample__figure--oh {
    border-top: #9d9d9d solid 1px;
    border-left: none;
  }
}
@media screen and (max-width: 768px) {
  #priority .priority__figure .prioritySample__figure--mn {
    grid-template-columns: 1fr;
    margin-top: 0.6rem;
    width: 22.2rem;
    height: 19.9rem;
  }
}
#priority .priority__figure .prioritySample__figure--op {
  position: relative;
  margin-top: 2.4rem;
  width: 69.3rem;
  height: 13rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 768px) {
  #priority .priority__figure .prioritySample__figure--op {
    grid-template-columns: 1fr;
    margin-top: 1.6rem;
    width: 23.6rem;
    height: 17.9rem;
  }
}
#priority .priority__figure .prioritySample__figure--ow {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: #dadada solid 1px;
  border-bottom: #dadada solid 1px;
  border-right: none;
}
@media screen and (max-width: 768px) {
  #priority .priority__figure .prioritySample__figure--ow {
    border: #dadada solid 1px;
    border-right: #dadada solid 1px;
    border-bottom: none;
  }
}
#priority .priority__figure .prioritySample__figure--ow img {
  width: 9.687rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  #priority .priority__figure .prioritySample__figure--ow img {
    width: 5.781rem;
  }
}
#priority .priority__figure .prioritySample__figure--ob {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: #2c2c2c solid 1px;
  background-color: #000;
}
#priority .priority__figure .prioritySample__figure--ob img {
  width: 9.687rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  #priority .priority__figure .prioritySample__figure--ob img {
    width: 5.781rem;
  }
}
#priority .priority__figure .prioritySample__figure--mps {
  position: relative;
  margin-top: 2.4rem;
  width: 34.7rem;
  height: 13rem;
  border: #dadada solid 1px;
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (max-width: 768px) {
  #priority .priority__figure .prioritySample__figure--mps {
    grid-template-columns: 1fr;
    margin-top: 1.6rem;
    width: 23.6rem;
    height: 9rem;
  }
}
#priority .priority__figure .prioritySample__figure--mns {
  position: relative;
  margin-top: 2.4rem;
  width: 34.7rem;
  height: 13rem;
  border: #9d9d9d solid 1px;
  background-color: #808080;
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (max-width: 768px) {
  #priority .priority__figure .prioritySample__figure--mns {
    grid-template-columns: 1fr;
    margin-top: 1.6rem;
    width: 23.6rem;
    height: 9rem;
  }
}
#priority .priority__figure .prioritySample__figure--au {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#priority .priority__figure .prioritySample__figure--au img {
  width: 9.687rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  #priority .priority__figure .prioritySample__figure--au img {
    width: 5.781rem;
  }
}
@media screen and (max-width: 768px) {
  #priority .priority__figure .prioritySample__figure {
    margin-top: 4rem;
    margin-left: 0rem;
    width: 26.3rem;
    height: 16.9rem;
  }
}
#priority .priority__figure .prioritySample__figure .prioritySample__figure--small {
  position: absolute;
  top: 2.4rem;
  left: 2.8rem;
  width: 16.762rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  #priority .priority__figure .prioritySample__figure .prioritySample__figure--small {
    top: 1.1rem;
    left: 1.4rem;
    width: 8.32rem;
  }
}
#priority .priority__figure .prioritySample__figure .prioritySample__figure--large {
  position: absolute;
  top: 2.4rem;
  left: 2.8rem;
  width: 41.904rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  #priority .priority__figure .prioritySample__figure .prioritySample__figure--large {
    top: 1.1rem;
    left: 1.4rem;
    width: 20.79rem;
  }
}
#priority .priority__figure .prioritySample__figure .prioritySample__figure--au {
  position: absolute;
  bottom: 1.9rem;
  right: 1.5rem;
  width: 3.462rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  #priority .priority__figure .prioritySample__figure .prioritySample__figure--au {
    bottom: 0.9rem;
    right: 0.7rem;
    width: 1.72rem;
  }
}
#priority .priority__figure .prioritySample .prioritySample__spacer {
  position: relative;
  width: 100%;
  height: 1px;
  margin-top: 5.6rem;
  font-size: 0;
  background: #dadada;
}
@media screen and (max-width: 768px) {
  #priority .priority__figure .prioritySample .prioritySample__spacer {
    margin-top: 4rem;
  }
}
#priority .priority__indicate {
  position: absolute;
  top: 0;
  right: -5.5rem;
  width: 5.5rem;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #priority .priority__indicate {
    right: -4rem;
    width: 4rem;
  }
}
#priority .priority__indicate--high {
  position: absolute;
  top: 0;
  right: 0;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #212426;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.8rem;
  letter-spacing: 0.4rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #priority .priority__indicate--high {
    right: 1.3rem;
    font-size: 1.3rem;
    line-height: 1.5rem;
    letter-spacing: 0.16rem;
  }
  #priority .priority__indicate--high::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2rem;
    height: 9.6rem;
    background: #fff;
    z-index: -1;
  }
}
#priority .priority__indicate--low {
  position: absolute;
  bottom: 0;
  right: 0;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #212426;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.8rem;
  letter-spacing: 0.4rem;
}
@media screen and (max-width: 768px) {
  #priority .priority__indicate--low {
    font-size: 1.3rem;
    line-height: 1.5rem;
    letter-spacing: 0.16rem;
  }
}
#priority .priority__indicate--bar {
  position: absolute;
  top: 0rem;
  left: 3rem;
  width: 0.2rem;
  height: 100%;
  background-color: #212426;
}
@media screen and (max-width: 768px) {
  #priority .priority__indicate--bar {
    left: 1.9rem;
  }
}
#priority .priority__indicate--bar::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0.025rem;
  width: 0.8rem;
  height: 0.7rem;
  transform: translateX(-0.35rem) rotate(180deg);
  background-color: #fff;
  background-image: url(/brand/visual-identity/au/assets/image/logo_priority_indicate_head.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

#motionLogoArea {
  position: relative;
  width: 100%;
  padding-right: 78px;
  margin-top: 15.6rem;
}
@media screen and (max-width: 768px) {
  #motionLogoArea {
    padding-right: 0;
    margin-top: 10rem;
    padding: 0 3.2rem;
  }
}
#motionLogoArea #motionLogoContainer {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 94.6rem;
  margin: 0 auto;
  border-top: #edeeef solid 1px;
  padding-top: 18rem;
}
@media screen and (max-width: 768px) {
  #motionLogoArea #motionLogoContainer {
    border-top: none;
    padding-top: 0;
    flex-direction: column;
    width: 100%;
  }
}
#motionLogoArea #motionLogoContainer .motionLogo__title {
  position: relative;
  display: block;
  width: 29.7rem;
  color: #212426;
  font-weight: 900;
  font-size: 2.6rem;
  line-height: 3.6rem;
  letter-spacing: 0.06rem;
}
@media screen and (max-width: 768px) {
  #motionLogoArea #motionLogoContainer .motionLogo__title {
    font-size: 1.8rem;
    line-height: 3rem;
  }
}
#motionLogoArea #motionLogoContainer .motionLogo__txt {
  position: relative;
  display: block;
  flex: 1;
  color: #212426;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.8rem;
  letter-spacing: 0.06rem;
}
@media screen and (max-width: 768px) {
  #motionLogoArea #motionLogoContainer .motionLogo__txt {
    margin-top: 3.2rem;
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
}

#fullArea {
  position: relative;
  display: block;
  width: 100%;
  padding-right: 78px;
  font-size: 0;
  margin-top: 7.2rem;
}
@media screen and (max-width: 768px) {
  #fullArea {
    margin-top: 4.8rem;
    padding: 0 3.2rem;
  }
}
#fullArea #fullContainer {
  position: relative;
  width: 94.6rem;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 768px) {
  #fullArea #fullContainer {
    width: 100%;
  }
}

#shortArea {
  position: relative;
  display: block;
  width: 100%;
  padding-right: 78px;
  font-size: 0;
  margin-top: 7.6rem;
}
@media screen and (max-width: 768px) {
  #shortArea {
    margin-top: 4.8rem;
    padding: 0 3.2rem;
  }
}
#shortArea #shortContainer {
  position: relative;
  width: 94.6rem;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 768px) {
  #shortArea #shortContainer {
    width: 100%;
  }
}

.video__title {
  position: relative;
  color: #212426;
  font-weight: 900;
  font-size: 2rem;
  line-height: 3.6rem;
  letter-spacing: 0.06rem;
  margin-bottom: 4rem;
}
.video__title::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((2 - 3.6) * 0.5rem);
}
.video__title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((2 - 3.6) * 0.5rem);
}
@media screen and (max-width: 768px) {
  .video__title {
    font-size: 1.8rem;
    line-height: 3rem;
    margin-bottom: 2.4rem;
  }
  .video__title::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1.8 - 3) * 0.5rem);
  }
  .video__title::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1.8 - 3) * 0.5rem);
  }
}

.video__container {
  position: relative;
  width: 94.6rem;
  border: #dadada solid 1px;
  aspect-ratio: 16/9;
  overflow: hidden;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 768px) {
  .video__container {
    width: 100%;
    margin-bottom: 1.6rem;
  }
}
.video__container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.01);
}

#doubleLogo {
  position: relative;
  margin-top: 14.6rem;
}
@media screen and (max-width: 768px) {
  #doubleLogo {
    margin-top: 12rem;
  }
}
#doubleLogo__container {
  position: relative;
  display: block;
}
@media screen and (max-width: 768px) {
  #doubleLogo__container {
    flex-direction: column;
    align-items: flex-start;
  }
}
#doubleLogo .doubleLogo__info {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #doubleLogo .doubleLogo__info {
    flex-direction: column;
  }
}
#doubleLogo .doubleLogo__info .doubleLogo__title {
  position: relative;
  width: 29.7rem;
  color: #212426;
  font-weight: 900;
  font-size: 2.6rem;
  line-height: 3.6rem;
  letter-spacing: 0.06rem;
}
@media screen and (max-width: 768px) {
  #doubleLogo .doubleLogo__info .doubleLogo__title {
    margin-top: 2.4rem;
    width: 100%;
    font-size: 1.8rem;
    line-height: 3rem;
  }
}
#doubleLogo .doubleLogo__info .doubleLogo__desc {
  position: relative;
  flex: 1;
  color: #212426;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.8rem;
  letter-spacing: 0.06rem;
}
@media screen and (max-width: 768px) {
  #doubleLogo .doubleLogo__info .doubleLogo__desc {
    margin-top: 2.4rem;
    width: 100%;
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
}
#doubleLogo .doubleLogo__figure {
  position: relative;
  width: 94.6rem;
  height: 32rem;
  margin-top: 6.4rem;
  border: #dadada solid 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 9rem;
}
@media screen and (max-width: 768px) {
  #doubleLogo .doubleLogo__figure {
    width: 100%;
    height: auto;
    margin-top: 2.6rem;
    flex-direction: column;
    padding: 5.6rem 0;
  }
}
#doubleLogo .doubleLogo__figure .doubleLogo__sample {
  position: relative;
  width: 38.3rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  #doubleLogo .doubleLogo__figure .doubleLogo__sample {
    width: 24.5rem;
  }
}
#doubleLogo #detail__btn {
  position: relative;
  width: 94.6rem;
  height: 6.4rem;
  margin: 0 auto;
  margin-top: 8rem;
  border: #212426 solid 1px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #doubleLogo #detail__btn {
    width: 100%;
  }
}
#doubleLogo #detail__btn span {
  color: #212426;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 3.6rem;
  letter-spacing: 0.06rem;
  transition: color 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  #doubleLogo #detail__btn span {
    font-size: 1.5rem;
    line-height: 3.6rem;
  }
}
#doubleLogo #detail__btn .blankIcon {
  position: absolute;
  top: 50%;
  right: 3.2rem;
  width: 1.8rem;
  height: 1.6rem;
  transform: translateY(-50%);
  display: inline-block;
  transition: right 0.3s ease-out;
}
#doubleLogo #detail__btn .blankIcon::before {
  content: "";
  position: absolute;
  top: 0.3rem;
  left: 0;
  width: 1.5rem;
  height: 1.3rem;
  border: #212426 solid 1px;
  background-color: #fff;
  box-sizing: border-box;
  transition: all 0.3s ease-out;
}
#doubleLogo #detail__btn .blankIcon::after {
  content: "";
  position: absolute;
  top: 0rem;
  left: 0.7rem;
  width: 1.1rem;
  height: 0.8rem;
  border: #212426 solid 1px;
  background-color: #fff;
  box-sizing: border-box;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  #doubleLogo #detail__btn .blankIcon {
    right: 1.5rem;
  }
}
@media screen and (min-width: 769px) {
  #doubleLogo #detail__btn:hover span {
    color: #EB5505;
  }
  #doubleLogo #detail__btn:hover .blankIcon {
    position: absolute;
    top: 50%;
    right: 2.4rem;
    width: 1.8rem;
    height: 1.6rem;
    transform: translateY(-50%);
    display: inline-block;
  }
  #doubleLogo #detail__btn:hover .blankIcon::before {
    content: "";
    position: absolute;
    top: 0.6rem;
    left: 0;
    width: 1.1rem;
    height: 1rem;
    border: #212426 solid 1px;
    background-color: #fff;
    box-sizing: border-box;
    transition: all 0.3s ease-out;
  }
  #doubleLogo #detail__btn:hover .blankIcon::after {
    content: "";
    position: absolute;
    top: 0rem;
    left: 0.3rem;
    width: 1.5rem;
    height: 1.2rem;
    border: #212426 solid 1px;
    background-color: #EB5505;
    box-sizing: border-box;
    transition: all 0.3s ease-out;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  #doubleLogo #detail__btn:hover .blankIcon {
    right: 1.5rem;
  }
}

#guideline {
  position: relative;
  display: block;
  width: 100%;
  padding-right: 78px;
  margin-top: 16rem;
}
@media screen and (max-width: 768px) {
  #guideline {
    width: 100%;
    padding-right: 0;
    margin-top: 8rem;
    padding: 0 3.2rem;
  }
}
#guideline #guideline__container {
  position: relative;
  width: 94.6rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #guideline #guideline__container {
    width: 100%;
  }
}
#guideline .guideline__txt {
  position: relative;
  width: 100%;
  color: #212426;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.8rem;
  letter-spacing: 0.04rem;
  text-align: center;
}
#guideline .guideline__txt::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1.5 - 2.8) * 0.5rem);
}
#guideline .guideline__txt::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1.5 - 2.8) * 0.5rem);
}
@media screen and (max-width: 768px) {
  #guideline .guideline__txt {
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
}
#guideline .download__btn {
  position: relative;
  width: 100%;
  height: 6.4rem;
  margin: 0 auto;
  border: #212426 solid 1px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #guideline .download__btn {
    width: 100%;
    padding-right: 2rem;
  }
}
#guideline .download__btn span {
  color: #212426;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 3.6rem;
  letter-spacing: 0.06rem;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  #guideline .download__btn span {
    font-size: 1.5rem;
    line-height: 3.6rem;
  }
}
#guideline .download__btn .downloadIcon {
  position: absolute;
  top: 50%;
  right: 3.2rem;
  width: 1.6rem;
  height: 2.25rem;
  transform: translateY(-50%);
  display: inline-block;
  transition: right 0.3s ease-out;
}
#guideline .download__btn .downloadIcon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0.2rem;
  width: 1.2rem;
  height: 1.5rem;
  background-image: url(/brand/visual-identity/au/assets/image/icon_download_arrow.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  pointer-events: none;
  box-sizing: border-box;
  transition: all 0.3s ease-out;
}
#guideline .download__btn .downloadIcon::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1.6rem;
  height: 1px;
  background-color: #212426;
}
@media screen and (max-width: 768px) {
  #guideline .download__btn .downloadIcon {
    right: 1.5rem;
  }
}
@media screen and (min-width: 769px) {
  #guideline .download__btn:hover span {
    color: #EB5505;
}
  #guideline .download__btn:hover .downloadIcon::before {
    top: 0.3rem;
  }
}
#guideline .guideline__txt2 {
  position: relative;
  margin-top: 7.2rem;
  width: 100%;
  color: #212426;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.8rem;
  letter-spacing: 0.04rem;
  text-align: center;
}
#guideline .guideline__txt2::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1.5 - 2.8) * 0.5rem);
}
#guideline .guideline__txt2::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1.5 - 2.8) * 0.5rem);
}
@media screen and (max-width: 768px) {
  #guideline .guideline__txt2 {
    margin-top: 6.4rem;
    font-size: 1.4rem;
    line-height: 2.6rem;
    text-align: left;
  }
}
#guideline .guideline__download__btn {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  gap: 2rem;
  margin-top: 3.2rem;
}
@media screen and (max-width: 768px) {
  #guideline .guideline__download__btn {
    flex-direction: column;
    gap: 1.6rem;
    margin-top: 2.4rem;
  }
}
#guideline .download__btn--s {
  position: relative;
  width: 100%;
  height: 6.4rem;
  margin: 0 auto;
  border: #212426 solid 1px;
  padding-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #guideline .download__btn--s {
    padding-right: 2rem;
    width: 100%;
  }
}
#guideline .download__btn--s span {
  color: #212426;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 3.6rem;
  letter-spacing: 0.06rem;
  transition: all 0.3s ease-out;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #guideline .download__btn--s span {
    font-size: 1.5rem;
    line-height: 2.1rem;
  }
}
#guideline .download__btn--s .download__arrow {
  position: absolute;
  top: 50%;
  right: 2.5rem;
  transform: translate(0, -50%);
  width: 0.86rem;
  height: auto;
	transition: all 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  #guideline .download__btn--s .download__arrow {
    right: 1.8rem;
  }
}
@media screen and (min-width: 769px) {
  #guideline .download__btn--s:hover span {
    color: #EB5505;
		transform: translate(0.5rem , 0)
  }
	#guideline .download__btn--s:hover .download__arrow {
		right: 2.25rem;
	}
}