@charset "UTF-8";
/* TOP共通 */
main {
  width: 100%;
}

.top .dummy {
  margin-top: 0;
  opacity: 0.3333;
  z-index: 2;
}

#top__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  background-image: url(/brand/visual-identity/au/assets/image/top_bg_pc.png?scl=1&fmt=png-alpha);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  #top__bg {
    top: 0;
    background-image: url(/brand/visual-identity/au/assets/image/top_bg_sp.png?scl=1&fmt=png-alpha);
    background-size: 100% auto;
  }
}

.topPage {
  position: relative;
  display: block;
  z-index: 10;
  width: 100%;
  padding-bottom: 16rem;
  margin-left: 39px;
}
@media screen and (max-width: 768px) {
  .topPage {
    padding-bottom: 10rem;
    padding-top: 65px;
    margin-left: 0;
  }
}

#fvArea {
  position: relative;
  display: block;
  width: 100%;
  padding-right: 78px;
}
@media screen and (max-width: 768px) {
  #fvArea {
    padding-right: 0;
  }
}
#fvArea #fvContainer {
  position: relative;
  width: 94.6rem;
  margin: 0 auto;
  padding-top: 28rem;
  padding-bottom: 28rem;
}
@media screen and (max-width: 768px) {
  #fvArea #fvContainer {
    width: 100%;
    padding-top: 8rem;
    padding-bottom: 16rem;
  }
}
@media screen and (max-width: 768px) and (min-width: 415px) {
  #fvArea #fvContainer {
    padding-bottom: 16rem;
  }
}
#fvArea #fvContainer #fvTitle {
  color: #212426;
  font-weight:900;
  font-size: 5.6rem;
  line-height: 7.1rem;
  letter-spacing: 0;
}
#fvArea #fvContainer #fvTitle::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((5.6 - 7.1) * 0.5rem);
}
#fvArea #fvContainer #fvTitle::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((5.6 - 7.1) * 0.5rem);
}
@media screen and (max-width: 768px) {
  #fvArea #fvContainer #fvTitle {
    padding-left: 3.2rem;
    font-size: 5.2rem;
    line-height: 7.1rem;
  }
  #fvArea #fvContainer #fvTitle span {
    font-size: 5.6rem;
    line-height: 7.1rem;
  }
  #fvArea #fvContainer #fvTitle::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((5.2 - 7.1) * 0.5rem);
  }
  #fvArea #fvContainer #fvTitle::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((5.2 - 7.1) * 0.5rem);
  }
}

#statementArea {
  position: relative;
  width: 100%;
  padding-right: 78px;
}
@media screen and (max-width: 768px) {
  #statementArea {
    padding-right: 0;
    padding: 0 2.5rem 0 1.8rem;
  }
}
#statementArea #statementContainer {
  position: relative;
  width: 94.6rem;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #statementArea #statementContainer {
    padding-left: 0rem;
    width: 100%;
  }
}
#statementArea #statementContainer #statementCopy {
  position: relative;
  width: 100%;
}
#statementArea #statementContainer #statementCopy #statementCopy__txt {
  position: relative;
  text-align: left;
  color: #212426;
  font-weight:900;
  font-size: 3.6rem;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  margin-left: -1.6rem;
}
#statementArea #statementContainer #statementCopy #statementCopy__txt::before, #statementArea #statementContainer #statementCopy #statementCopy__txt::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
#statementArea #statementContainer #statementCopy #statementCopy__txt::before {
  margin-top: -0.6rem;
}
#statementArea #statementContainer #statementCopy #statementCopy__txt::after {
  margin-bottom: -0.4rem;
}
@media screen and (max-width: 768px) {
  #statementArea #statementContainer #statementCopy #statementCopy__txt {
    font-size: 2.4rem;
    line-height: 4rem;
    margin-left: 1.4rem;
    letter-spacing: 0.1rem;
    font-feature-settings: "palt";
  }
}
#statementArea #statementContainer #statementInner {
  position: relative;
  opacity: 1;
  margin-top: 6.4rem;
}
@media screen and (max-width: 768px) {
  #statementArea #statementContainer #statementInner {
    margin-top: 5.6rem;
    margin-left: 1.4rem;
  }
}
#statementArea #statementContainer .statement__txt {
  position: relative;
  display: inline-block;
  text-align: left;
  color: #212426;
  font-weight:700;
  font-size: 1.7rem;
  line-height: 3.6rem;
  letter-spacing: 0.1rem;
  font-feature-settings: "palt";
  margin-bottom: 4rem;
  white-space: nowrap;
}
#statementArea #statementContainer .statement__txt::before, #statementArea #statementContainer .statement__txt::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
#statementArea #statementContainer .statement__txt::before {
  margin-top: -1rem;
}
#statementArea #statementContainer .statement__txt::after {
  margin-bottom: -0.9rem;
}
@media screen and (max-width: 768px) {
  #statementArea #statementContainer .statement__txt {
    font-size: 1.4rem;
    line-height: 2.5rem;
  }
}

#aboutArea {
  position: relative;
  width: 100%;
  padding-right: 78px;
  margin-top: 16rem;
}
@media screen and (max-width: 768px) {
  #aboutArea {
    padding-right: 0;
    margin-top: 4.6rem;
    padding: 0 3.2rem;
  }
}
#aboutArea #aboutContainer {
  position: relative;
  width: 94.6rem;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #aboutArea #aboutContainer {
    flex-direction: column;
    width: 100%;
    gap: 4rem;
  }
}
#aboutArea #aboutContainer #about__title {
  position: relative;
  width: 29.7rem;
  color: #212426;
  font-weight:900;
  
  font-size: 3.6rem;
  line-height: 4.4rem;
  letter-spacing: 0rem;
}
#aboutArea #aboutContainer #about__title::before, #aboutArea #aboutContainer #about__title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
#aboutArea #aboutContainer #about__title::before {
  margin-top: -0.4rem;
}
#aboutArea #aboutContainer #about__title::after {
  margin-bottom: -0.6rem;
}
@media screen and (max-width: 768px) {
  #aboutArea #aboutContainer #about__title {
    width: 100%;
    font-size: 2.8rem;
    line-height: 4.2rem;
    letter-spacing: -0.04rem;
  }
  #aboutArea #aboutContainer #about__title::before, #aboutArea #aboutContainer #about__title::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  #aboutArea #aboutContainer #about__title::before {
    margin-top: -0.8rem;
  }
  #aboutArea #aboutContainer #about__title::after {
    margin-bottom: -0.6rem;
  }
}
#aboutArea #aboutContainer .about__inner {
  position: relative;
  flex: 1;
}
#aboutArea #aboutContainer .about__inner h3 {
  position: relative;
  display: block;
  color: #212426;
  font-weight:900;
  
  font-size: 2rem;
  line-height: 3.2rem;
  letter-spacing: 0.06rem;
  margin-bottom: 4rem;
}
#aboutArea #aboutContainer .about__inner h3::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((2 - 3.2) * 0.5rem);
}
#aboutArea #aboutContainer .about__inner h3::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((2 - 3.2) * 0.5rem);
}
@media screen and (max-width: 768px) {
  #aboutArea #aboutContainer .about__inner h3 {
    font-size: 1.8rem;
    line-height: 3rem;
    margin-bottom: 3.2rem;
  }
  #aboutArea #aboutContainer .about__inner h3::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1.8 - 3) * 0.5rem);
  }
  #aboutArea #aboutContainer .about__inner h3::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1.8 - 3) * 0.5rem);
  }
}
#aboutArea #aboutContainer .about__inner .about__txt {
  position: relative;
  display: block;
  color: #212426;
  font-weight:400;
  font-size: 1.5rem;
  line-height: 2.8rem;
  letter-spacing: 0.06rem;
}
#aboutArea #aboutContainer .about__inner .about__txt::before, #aboutArea #aboutContainer .about__inner .about__txt::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
#aboutArea #aboutContainer .about__inner .about__txt::before {
  margin-top: -1rem;
}
#aboutArea #aboutContainer .about__inner .about__txt::after {
  margin-bottom: -1rem;
}
@media screen and (max-width: 768px) {
  #aboutArea #aboutContainer .about__inner .about__txt {
    font-size: 1.4rem;
    line-height: 2.6rem;
    letter-spacing: 0.03rem;
  }
  #aboutArea #aboutContainer .about__inner .about__txt::before, #aboutArea #aboutContainer .about__inner .about__txt::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  #aboutArea #aboutContainer .about__inner .about__txt::before {
    margin-top: -1.4rem;
  }
  #aboutArea #aboutContainer .about__inner .about__txt::after {
    margin-bottom: -0.6rem;
  }
}
#aboutArea #aboutContainer .about__inner .about__txt.last {
  margin-bottom: 0;
}

#guidelinesArea {
  position: relative;
  width: 100%;
  padding-right: 78px;
  margin-top: 16rem;
}
@media screen and (max-width: 768px) {
  #guidelinesArea {
    padding-right: 0;
    margin-top: 4.6rem;
    padding: 0 3.2rem;
  }
}
#guidelinesArea #guidelinesContainer {
  position: relative;
  width: 94.6rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #guidelinesArea #guidelinesContainer {
    width: 100%;
    gap: 4rem;
  }
}
#guidelinesArea #guidelinesContainer #guidelines__title {
  position: relative;
  color: #212426;
  font-weight:900;
  font-size: 3.2rem;
  line-height: 3.6rem;
  letter-spacing: 0.04rem;
  margin-bottom: 8rem;
}
#guidelinesArea #guidelinesContainer #guidelines__title::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((3.2 - 3.6) * 0.5rem);
}
#guidelinesArea #guidelinesContainer #guidelines__title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((3.2 - 3.6) * 0.5rem);
}
@media screen and (max-width: 768px) {
  #guidelinesArea #guidelinesContainer #guidelines__title {
    font-weight:800;
    font-size: 2.8rem;
    line-height: 4.2rem;
    letter-spacing: 0rem;
    margin-bottom: 6.4rem;
  }
  #guidelinesArea #guidelinesContainer #guidelines__title::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((2.8 - 4.2) * 0.5rem);
  }
  #guidelinesArea #guidelinesContainer #guidelines__title::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((2.8 - 4.2) * 0.5rem);
  }
}
#guidelinesArea #guidelinesContainer h3 {
  position: relative;
  color: #212426;
  font-weight:900;
  font-size: 2.2rem;
  line-height: 3.6rem;
  letter-spacing: 0.04rem;
  margin-bottom: 4.8rem;
  margin-top: 8rem;
}
#guidelinesArea #guidelinesContainer h3::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((2.2 - 3.6) * 0.5rem);
}
#guidelinesArea #guidelinesContainer h3::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((2.2 - 3.6) * 0.5rem);
}
@media screen and (max-width: 768px) {
  #guidelinesArea #guidelinesContainer h3 {
    font-weight:800;
    font-size: 1.8rem;
    line-height: 3rem;
    letter-spacing: 0.04rem;
    margin-bottom: 4rem;
    margin-top: 6.4rem;
  }
  #guidelinesArea #guidelinesContainer h3::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1.8 - 3) * 0.5rem);
  }
  #guidelinesArea #guidelinesContainer h3::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1.8 - 3) * 0.5rem);
  }
}
#guidelinesArea #guidelinesContainer dl {
  position: relative;
}
#guidelinesArea #guidelinesContainer dl dt {
  position: relative;
  color: #212426;
  font-weight:400;
  font-size: 1.8rem;
  line-height: 3.2rem;
  letter-spacing: 0.04rem;
  margin-bottom: 2.4rem;
  padding-left: 2rem;
}
#guidelinesArea #guidelinesContainer dl dt::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1.8 - 3.2) * 0.5rem);
}
#guidelinesArea #guidelinesContainer dl dt::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1.8 - 3.2) * 0.5rem);
}
@media screen and (max-width: 768px) {
  #guidelinesArea #guidelinesContainer dl dt {
    font-weight:400;
    font-size: 1.5rem;
    line-height: 2.4rem;
    letter-spacing: 0.04rem;
    margin-bottom: 2rem;
    padding-left: 1.6rem;
  }
  #guidelinesArea #guidelinesContainer dl dt::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1.5 - 2.4) * 0.5rem);
  }
  #guidelinesArea #guidelinesContainer dl dt::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1.5 - 2.4) * 0.5rem);
  }
}
#guidelinesArea #guidelinesContainer dl dt::before {
  content: "";
  position: absolute;
  top: 2rem;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 0.4rem;
  background-color: #DDDFE2;
}
@media screen and (max-width: 768px) {
  #guidelinesArea #guidelinesContainer dl dt::before {
    top: 1.2rem;
  }
}
#guidelinesArea #guidelinesContainer dl dd {
  position: relative;
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 768px) {
  #guidelinesArea #guidelinesContainer dl dd {
    margin-bottom: 4rem;
  }
}

.guidelines__list {
  position: relative;
  width: 88.9rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.2rem 3.2rem;
}
@media screen and (max-width: 768px) {
  .guidelines__list {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem 1.6rem;
  }
}
.guidelines__list li {
  position: relative;
  width: 27.5rem;
  height: 19rem;
}
@media screen and (max-width: 768px) {
  .guidelines__list li {
    width: 14.7rem;
    height: 15.3rem;
  }
}
.guidelines__list li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  width: 27.5rem;
  height: 19rem;
  border: #EDEEEF solid 1px;
  padding: 0.8rem 0.8rem 0 0.8rem;
}
@media screen and (max-width: 768px) {
  .guidelines__list li a {
    width: 14.7rem;
    height: 15.3rem;
    padding: 0.6rem 0.6rem 0 0.6rem;
  }
}
.guidelines__list li a .guideline__new {
  position: absolute;
  top: 0.7rem;
  left: 0.7rem;
  font-weight:800;
  
  color: #EB5505;
  font-size: 1.3rem;
  line-height: 3.6rem;
  letter-spacing: 0.04rem;
  pointer-events: none;
  border: solid 1px #EB5505;
  padding: 0.4rem 0.5rem 0.4rem;
	transition: all 0.3s ease-out;
}
.guidelines__list li a .guideline__new::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1.1 - 3.6) * 0.5rem);
}
.guidelines__list li a .guideline__new::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1.1 - 3.6) * 0.5rem);
}
@media screen and (max-width: 768px) {
  .guidelines__list li a .guideline__new {
    top: 0.7rem;
    right: auto;
    left: 0.7rem;
    font-size: 1rem;
    transform: none;
    padding: 0.2rem 0.3rem 0.1rem;
  }
}
.guidelines__list li a .guideline__img {
  width: 25.9rem;
  height: 11.8rem;
	transition: all 0.3s ease-out;
}
@media screen and (min-width: 769px) {
	.guidelines__list li a:hover .guideline__img {
		opacity: 0.5;
	}
	.guidelines__list li a:hover .guideline__new {
		opacity: 0.5;
	}
}
@media screen and (max-width: 768px) {
  .guidelines__list li a .guideline__img {
    width: 13.5rem;
    height: 9.8rem;
  }
}
.guidelines__list li a .guideline__img.photo {
  width: 25.9rem;
  height: 12.6rem;
}
@media screen and (max-width: 768px) {
  .guidelines__list li a .guideline__img.photo {
    width: 13.5rem;
    height: 10.6rem;
  }
}
.guidelines__list li a .guideline__img img {
  width: 100%;
}
.guidelines__list li a .guideline__title {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 22.7rem;
  height: 5.6rem;
  border-top: #EDEEEF solid 1px;
  margin-top: 0.8rem;
}
.guidelines__list li a .guideline__title.photo {
  height: 6.4rem;
  margin-top: 0rem;
  border-top: transparent solid 1px;
}
@media screen and (max-width: 768px) {
  .guidelines__list li a .guideline__title {
    width: 12.7rem;
    height: 4.3rem;
    justify-content: center;
    margin-top: 0.6rem;
  }
}
.guidelines__list li a .guideline__title .guideline__label {
  color: #212426;
  font-weight:900;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.04rem;
  transition: transform 0.3s ease-out, color 0.3s ease-out;
}
.guidelines__list li a .guideline__title .guideline__label::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1.6 - 2.4) * 0.5rem);
}
.guidelines__list li a .guideline__title .guideline__label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1.6 - 2.4) * 0.5rem);
}
@media screen and (max-width: 768px) {
  .guidelines__list li a .guideline__title .guideline__label {
    font-weight:800;
    font-size: 1.4rem;
    line-height: 1.5rem;
    letter-spacing: 0.04rem;
    margin-right: 0.4rem;
  }
  .guidelines__list li a .guideline__title .guideline__label::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1.4 - 1.5) * 0.5rem);
  }
  .guidelines__list li a .guideline__title .guideline__label::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1.4 - 1.5) * 0.5rem);
  }
}
.guidelines__list li a .guideline__title .guideline__arrow {
  transition: transform 0.3s ease-out;
}
@media screen and (min-width: 769px) {
  .guidelines__list li a:hover .guideline__label {
    transform: translate(0.5rem, 0);
    color: #EB5505;
  }
  .guidelines__list li a:hover .guideline__arrow {
    transform: translate(0.25rem, 0);
  }
}
.download__btn {
  position: relative;
}
.download__btn a {
  position: relative;
  width: 100%;
  height: 6.4rem;
  margin: 0 auto;
  border: #212426 solid 1px;
  padding: 0 2rem 0 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3.2rem;
}
@media screen and (max-width: 768px) {
  .download__btn a {
    margin-top: 2.4rem;
    padding-right: 3rem;
		padding-left: 3rem;
    width: 100%;
  }
}
.download__btn a span {
  color: #212426;
  font-weight:700;
  font-size: 1.8rem;
  line-height: 3.6rem;
  letter-spacing: 0.06rem;
  text-align: center;
	transition: all 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .download__btn a span {
    font-size: 1.5rem;
    line-height: 2.1rem;
  }
}
.download__btn a .download__arrow {
  position: absolute;
  top: 50%;
  right: 2.5rem;
  width: 0.86rem;
  height: auto;
  transform: translate(0, -50%);
	transition: all 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .download__btn a .download__arrow {
    right: 1.8rem;
  }
}
@media screen and (min-width: 769px) {
  .download__btn a:hover span {
    color: #EB5505;
		transform: translate(0.5rem , 0)
  }
	.download__btn a:hover .download__arrow {
		right: 2.25rem;
	}
}
.download__btn.icon__new::before {
	position: absolute;
	display: inline-flex;
	content: "NEW";
	justify-content: center;
	align-items: center;
	top: calc(50% - 1rem);
	left: 2.5rem;
	width: 4.4rem;
	height: 2.1rem;
	border: 1px solid #EB5505;
	color: #EB5505;
	font-weight:800;
	font-size: 1.3rem;
	line-height: 3.6rem;
	letter-spacing: 0.04rem;
	transition: all 0.3s ease-out;
}
@media screen and (min-width: 769px) {
	.download__btn:hover.icon__new::before {
		opacity: 0.5;
	}
}
@media screen and (max-width: 768px) {
 .download__btn.icon__new::before {
	  left: 2rem;
    font-size: 1rem;
	  width: 3.3rem;
    height: 1.6rem;
  }
}
#update {
  position: relative;
  display: block;
  width: 100%;
  padding-right: 78px;
  margin-top: 16rem;
}
@media screen and (max-width: 768px) {
  #update {
    padding-right: 0;
    padding: 0 3.2rem;
  }
}

#update__container {
  position: relative;
  width: 94.6rem;
  margin: 0 auto;
  display: block;
  border: solid 1px #EDEEEF;
  padding: 4.8rem 3.2rem 4.8rem 3.6rem;
}
@media screen and (max-width: 768px) {
  #update__container {
    width: 100%;
    padding: 3.6rem 2.4rem 3.6rem 2.4rem;
  }
}
#update__container #update__title {
  color: #212426;
  font-weight:900;
  font-size: 1.8rem;
  line-height: 3.6rem;
  letter-spacing: 0.06rem;
  margin-bottom: 3.2rem;
}
#update__container #update__title::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1.8 - 3.6) * 0.5rem);
}
#update__container #update__title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1.8 - 3.6) * 0.5rem);
}
@media screen and (max-width: 768px) {
  #update__container #update__title {
    font-size: 1.4rem;
    line-height: 3.6rem;
    margin-bottom: 2.4rem;
  }
  #update__container #update__title::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1.4 - 3.6) * 0.5rem);
  }
  #update__container #update__title::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1.4 - 3.6) * 0.5rem);
  }
}
#update__container .updateList {
  position: relative;
  display: block;
}
#update__container .updateList .updateListItem {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  color: #212426;
}
@media screen and (max-width: 768px) {
  #update__container .updateList .updateListItem {
    flex-direction: column;
  }
}
#update__container .updateList .updateListItem .updateListItem__date {
  position: relative;
  width: 12.2rem;
  font-weight:400;
  font-size: 1.5rem;
  line-height: 2.8rem;
  letter-spacing: 0.04rem;
}
#update__container .updateList .updateListItem .updateListItem__date::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1.5 - 2.8) * 0.5rem);
}
#update__container .updateList .updateListItem .updateListItem__date::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1.5 - 2.8) * 0.5rem);
}
@media screen and (max-width: 768px) {
  #update__container .updateList .updateListItem .updateListItem__date {
    font-size: 1.2rem;
    line-height: 1.8rem;
    letter-spacing: 0.04rem;
    width: 100%;
  }
  #update__container .updateList .updateListItem .updateListItem__date::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1.2 - 1.8) * 0.5rem);
  }
  #update__container .updateList .updateListItem .updateListItem__date::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1.2 - 1.8) * 0.5rem);
  }
}
#update__container .updateList .updateListItem .updateListItem__content {
  position: relative;
  flex: 1;
}
#update__container .updateList .updateListItem .updateListItem__txt {
  position: relative;
  display: block;
  font-weight:400;
  
  font-size: 1.5rem;
  line-height: 2.8rem;
  letter-spacing: 0.04rem;
}
#update__container .updateList .updateListItem .updateListItem__txt::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1.5 - 2.8) * 0.5rem);
}
#update__container .updateList .updateListItem .updateListItem__txt::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1.5 - 2.8) * 0.5rem);
}
@media screen and (max-width: 768px) {
  #update__container .updateList .updateListItem .updateListItem__txt {
    font-size: 1.2rem;
    line-height: 1.8rem;
    letter-spacing: 0.04rem;
    width: 100%;
    margin-top: 1.2rem;
  }
  #update__container .updateList .updateListItem .updateListItem__txt::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1.2 - 1.8) * 0.5rem);
  }
  #update__container .updateList .updateListItem .updateListItem__txt::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1.2 - 1.8) * 0.5rem);
  }
}
#update__container .updateList .updateListItem .updateListItem__title {
  position: relative;
  display: block;
  font-weight:800;
  font-size: 1.5rem;
  line-height: 2.8rem;
  letter-spacing: 0.04rem;
  margin-top: 2.4rem;
}
#update__container .updateList .updateListItem .updateListItem__title::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1.5 - 2.8) * 0.5rem);
}
#update__container .updateList .updateListItem .updateListItem__title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1.5 - 2.8) * 0.5rem);
}
@media screen and (max-width: 768px) {
  #update__container .updateList .updateListItem .updateListItem__title {
    font-weight:800;
    font-size: 1.2rem;
    line-height: 1.8rem;
    letter-spacing: 0.04rem;
    width: 100%;
    margin-top: 2.4rem;
  }
  #update__container .updateList .updateListItem .updateListItem__title::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1.2 - 1.8) * 0.5rem);
  }
  #update__container .updateList .updateListItem .updateListItem__title::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1.2 - 1.8) * 0.5rem);
  }
}
#update__container .updateList .updateListItem .updateListItem__list {
  position: relative;
  display: block;
  margin-top: 1.6rem;
}
@media screen and (max-width: 768px) {
  #update__container .updateList .updateListItem .updateListItem__list {
    width: 100%;
    margin-top: 1.2rem;
  }
}
#update__container .updateList .updateListItem .updateListItem__list li {
  position: relative;
  display: block;
  font-weight:400;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.06rem;
  padding-left: 2.2rem;
  margin-bottom: 0.4rem;
}
#update__container .updateList .updateListItem .updateListItem__list li::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 0.4rem;
  background-color: #DDDFE2;
}
@media screen and (max-width: 768px) {
  #update__container .updateList .updateListItem .updateListItem__list li::before {
    top: 0.6rem;
  }
}
#update__container .updateList .updateListItem .updateListItem__list li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #update__container .updateList .updateListItem .updateListItem__list li {
    padding-left: 1.6rem;
    font-weight:400;
    font-size: 1.2rem;
    line-height: 1.8;
    letter-spacing: 0.04rem;
    margin-bottom: 1.2rem;
  }
}
#update__container .update__detail {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-top: solid 1px #EDEEEF;
  padding: 2.4rem;
  margin-top: 3.2rem;
}
@media screen and (max-width: 768px) {
  #update__container .update__detail {
    padding: 2rem 0;
  }
}
#update__container .update__detail .update__link {
  position: relative;
  display: inline-block;
  color: #212426;
  font-weight:400;
  font-size: 1.5rem;
  line-height: 2.8rem;
  letter-spacing: 0.06rem;
  padding-right: 2.2rem;
}
#update__container .update__detail .update__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1.6rem;
  height: 1.6rem;
  background-image: url(/brand/visual-identity/au/assets/image/icon_anchor_arrow.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  #update__container .update__detail .update__link {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}