@charset "UTF-8";
/* 共通STYLE */
@media screen and (max-width: 414px) {
  html {
    font-size: 2.666vw;
  }
  body {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 415px) and (max-width: 768px) {
  html {
    font-size: 2.666vw;
  }
  body {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 769px) {
  html {
    font-size: 0.724vw;
  }
  body {
    font-size: 1.6rem;
  }
}
:root {
  --scrollbarWidth: 0;
  --ratio: 1;
  --ratioM: 1;
}

html {
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  overscroll-behavior: none;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body,
html {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  overscroll-behavior: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  color: #212426;
  backface-visibility: hidden;
}
body.js-lock,
html.js-lock {
  position: fixed;
  left: 0;
  width: 100%;
  overflow-y: scroll;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  border-style: solid;
  border-width: 0;
}

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  vertical-align: middle;
  -webkit-appearance: none; /* 1 */
  appearance: none;
  background: transparent;
  border-radius: 0;
}
button:focus-visible,
input:focus-visible,
optgroup:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 1px solid #EB5505;
  outline: none;
  outline-offset: -2px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none;
}
a:focus-visible {
  outline: 1px solid #EB5505;
  outline-offset: 0;
}

video {
  filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
  outline: none;
  border: none;
}

.pc {
  display: block !important;
}

.pci {
  display: inline-block !important;
}

.pcf {
  display: flex !important;
}

.sp {
  display: none !important;
}

.spi {
  display: none !important;
}

.spf {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .spi {
    display: inline-block !important;
  }
  .spf {
    display: flex !important;
  }
  .pc {
    display: none !important;
  }
  .pci {
    display: none !important;
  }
  .pcf {
    display: none !important;
  }
}
.dummy {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  width: 100%;
  pointer-events: none;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  .dummy {
    top: 0px;
  }
}

main {
  position: relative;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  main {
    padding: 0;
  }
}

#mv {
  position: relative;
  display: block;
  width: 100%;
  padding-right: 78px;
}
@media screen and (max-width: 768px) {
  #mv {
    padding-right: 0;
  }
}
#mv .mvt {
  position: relative;
  width: 94.6rem;
  margin: 0 auto;
  padding-top: 20rem;
  margin-bottom: 26rem;
}
@media screen and (max-width: 768px) {
  #mv .mvt {
    width: 31.1rem;
    padding-top: calc(64px + 10rem);
    margin-bottom: 16rem;
  }
}
@media screen and (max-width: 768px) and (min-width: 415px) {
  #mv .mvt {
    padding-top: calc(96px + 10rem);
  }
}
#mv .mvt__title {
  font-weight:900;
  color: #212426;
  font-size: 4.4rem;
  line-height: 7.1rem;
  letter-spacing: 0rem;
  margin-bottom: 24rem;
}
#mv .mvt__title::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((4.4 - 7.1) * 0.5rem);
}
#mv .mvt__title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((4.4 - 7.1) * 0.5rem);
}
@media screen and (max-width: 768px) {
  #mv .mvt__title {
    font-size: 3.2rem;
    line-height: 4.2rem;
    margin-bottom: 12rem;
  }
  #mv .mvt__title::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((3.2 - 4.2) * 0.5rem);
  }
  #mv .mvt__title::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((3.2 - 4.2) * 0.5rem);
  }
}
#mv .mvt__guideline {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 8rem;
}
@media screen and (max-width: 768px) {
  #mv .mvt__guideline {
    gap: 5.6rem;
  }
}
#mv .mvt__guideline__item {
  display: grid;
  grid-template-columns: 29.7rem 64.9rem;
  gap: 8rem 0;
}
@media screen and (max-width: 768px) {
  #mv .mvt__guideline__item {
    grid-template-columns: 1fr;
    gap: 3.6rem 0;
  }
}
#mv .mvt__guideline dt {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  font-weight:900;
  font-size: 2.6rem;
  line-height: 2.8rem;
  letter-spacing: 0.04rem;
}
#mv .mvt__guideline dt::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((2.6 - 2.8) * 0.5rem);
}
#mv .mvt__guideline dt::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((2.6 - 2.8) * 0.5rem);
}
@media screen and (max-width: 768px) {
  #mv .mvt__guideline dt {
    font-size: 1.8rem;
    line-height: 3rem;
  }
  #mv .mvt__guideline dt::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1.8 - 3) * 0.5rem);
  }
  #mv .mvt__guideline dt::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1.8 - 3) * 0.5rem);
  }
}
#mv .mvt__guideline dd {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  font-weight:400;
  font-size: 1.5rem;
  line-height: 2.8rem;
  letter-spacing: 0.044rem;
}
#mv .mvt__guideline dd::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1.5 - 2.8) * 0.5rem);
}
#mv .mvt__guideline dd::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1.5 - 2.8) * 0.5rem);
}
@media screen and (max-width: 768px) {
  #mv .mvt__guideline dd {
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
  #mv .mvt__guideline dd::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1.4 - 2.6) * 0.5rem);
  }
  #mv .mvt__guideline dd::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1.4 - 2.6) * 0.5rem);
  }
}
#mv .mvt__guideline dd li {
  position: relative;
  display: block;
  padding-left: 2.2rem;
  margin-bottom: 1.6rem;
}
#mv .mvt__guideline dd 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) {
  #mv .mvt__guideline dd li::before {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
#mv .mvt__guideline dd li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #mv .mvt__guideline dd li {
    padding-left: 1.6rem;
    margin-bottom: 1rem;
  }
}

#regulationTitle {
  position: relative;
  display: block;
  width: 100%;
  padding-right: 78px;
}
#regulationTitle h2 {
  display: block;
  height: 6.4rem;
  width: 94.6rem;
  margin: 0 auto;
  font-weight:900;
  font-size: 3.6rem;
  line-height: 3.6rem;
  letter-spacing: 0.04rem;
  border-bottom: #EB5505 solid 2px;
}
#regulationTitle h2::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((3.6 - 3.6) * 0.5rem);
}
#regulationTitle h2::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((3.6 - 3.6) * 0.5rem);
}
@media screen and (max-width: 768px) {
  #regulationTitle h2 {
    height: 5rem;
    width: 100%;
    font-size: 2.8rem;
    line-height: 3.6rem;
  }
  #regulationTitle h2::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((2.8 - 3.6) * 0.5rem);
  }
  #regulationTitle h2::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((2.8 - 3.6) * 0.5rem);
  }
}
@media screen and (max-width: 768px) {
  #regulationTitle {
    width: 100%;
    padding: 0 3.2rem;
  }
}

.js-copied {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  color: #fff;
  font-weight:400;
  font-size: 1.1rem;
  line-height: 2.8rem;
  letter-spacing: 0.06rem;
}

#pageCover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  transition: opacity 0.3s ease-out;
  opacity: 1;
  pointer-events: auto;
}

.newWindowIcon {
  position: relative;
  display: inline-block;
  width: 0.9rem;
  height: 0.8rem;
}
.newWindowIcon::before {
  content: "";
  position: absolute;
  top: 0.2rem;
  left: 0;
  width: 0.7rem;
  height: 0.6rem;
  border: #212426 solid 1px;
  background-color: #fff;
  box-sizing: border-box;
  transition: all 0.3s ease-out;
}
.newWindowIcon::after {
  content: "";
  position: absolute;
  top: 0.1rem;
  left: 0.3rem;
  width: 0.5rem;
  height: 0.4rem;
  border: #212426 solid 1px;
  background-color: #fff;
  box-sizing: border-box;
  transition: all 0.3s ease-out;
}

.newWindowIconHV {
  position: relative;
  display: inline-block;
  width: 0.9rem;
  height: 0.8rem;
}
.newWindowIconHV::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;
}
.newWindowIconHV::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;
}

.scrollAttention {
  display: none;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 65px;
  box-sizing: border-box;
  z-index: 100;
  pointer-events: none;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  #header {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (max-width: 768px) and (min-width: 415px) {
  #header {
    height: 97px;
  }
}

#headerTitle {
  position: absolute;
  top: 0;
  left: 16px;
  width: 142px;
  height: 164px;
  left: calc(1.6rem * var(--ratioM));
  width: calc(14.2rem * var(--ratioM));
  height: calc(16.4rem * var(--ratioM));
  background-color: #fff;
  pointer-events: auto;
  font-size: 0;
}
#headerTitle a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #headerTitle {
    top: 0;
    left: 0;
    width: 100%;
    height: 64px;
    flex-direction: row;
  }
  #headerTitle a {
    position: relative;
    display: block;
    width: 120px;
    height: 100%;
  }
}
@media screen and (max-width: 768px) and (min-width: 415px) {
  #headerTitle {
    height: 96px;
  }
}
#headerTitle #headerTitle__logo {
  position: absolute;
  top: 48px;
  left: 17px;
  width: 112.23px;
  top: calc(4.8rem * var(--ratioM));
  left: calc(1.7rem * var(--ratioM));
  width: calc(11.223rem * var(--ratioM));
  height: auto;
}
@media screen and (max-width: 768px) {
  #headerTitle #headerTitle__logo {
    top: 17px;
    left: 24px;
    width: 76.52px;
    height: auto;
  }
}
@media screen and (max-width: 768px) and (min-width: 415px) {
  #headerTitle #headerTitle__logo {
    top: 26px;
    left: 36px;
    width: 114.77px;
    height: auto;
  }
}
#headerTitle #headerTitle__logo img {
  width: 100%;
}
#headerTitle #headerTitle__label {
  position: absolute;
  top: 107px;
  top: calc(10.7rem * var(--ratioM));
  left: 50%;
  transform: translate(-50%);
  width: 58px;
  width: calc(5.8rem * var(--ratioM));
  height: auto;
  pointer-events: none;
  font-weight:800;
  color: #212426;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
#headerTitle #headerTitle__label img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #headerTitle #headerTitle__label {
    top: 27px;
    left: auto;
    right: 78px;
    width: 100px;
    height: auto;
    font-size: 11px;
    line-height: 12px;
    text-align: right;
    transform: none;
  }
}
@media screen and (max-width: 768px) and (min-width: 415px) {
  #headerTitle #headerTitle__label {
    top: 42px;
    left: auto;
    right: 110px;
    width: 150px;
    height: auto;
  }
}

.header--top #headerTitle {
  /*background-color: transparent;*/
	background-color: #FFFFFF!important;
}

#menuArea {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#menuArea .dummy {
  margin-top: 0;
  top: 0;
  opacity: 0;
}

#menuBg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(237, 238, 239, 0.9);
  display: none;
  pointer-events: auto;
}
#menuBg::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: left 0.4s cubic-bezier(0.28, 0.13, 0.06, 0.92) 0.1s;
  display: none;
}
@media screen and (max-width: 768px) {
  #menuBg::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transition: left 0.4s cubic-bezier(0.28, 0.13, 0.06, 0.92) 0.1s;
    display: block;
  }
}

#menuBtnArea {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  width: 78px;
  height: 100%;
  pointer-events: auto;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f7f7f7;
  border-left: #f7f7f7 solid 1px;
  transition: background-color 0.6s ease-out, border-left 0.6s ease-out;
}
#menuBtnArea:focus-visible {
  outline: 1px solid #EB5505;
  outline-offset: 0px;
}
#menuBtnArea__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f7f7f7;
  transition: width 0.6s ease-out;
}
@media screen and (max-width: 768px) {
  #menuBtnArea__bg {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #menuBtnArea {
    background-color: transparent;
    width: 76px;
    height: 64px;
    border-left: none;
  }
}
@media screen and (max-width: 768px) and (min-width: 415px) {
  #menuBtnArea {
    background-color: transparent;
    width: 114px;
    height: 96px;
    border-left: none;
  }
}
#menuBtnArea #menuBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 38px;
  cursor: pointer;
  pointer-events: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  #menuBtnArea #menuBtn {
    height: 34px;
  }
}
@media screen and (max-width: 768px) and (min-width: 415px) {
  #menuBtnArea #menuBtn {
    transform: translate(-50%, -50%) scale(1.5);
  }
}
#menuBtnArea #menuBtn.close .menuBtn__bar--1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 1px;
  background-color: #212426;
  display: block;
  transition: all 0.5s ease-out;
}
#menuBtnArea #menuBtn.close .menuBtn__bar--2 {
  position: absolute;
  top: 7px;
  right: 0;
  width: 22px;
  height: 1px;
  background-color: #212426;
  display: block;
  transition: all 0.5s ease-out;
}
#menuBtnArea #menuBtn.close .menuBtn__bar--3 {
  position: absolute;
  top: 14px;
  right: 0;
  width: 16px;
  height: 1px;
  background-color: #212426;
  display: block;
  transition: all 0.5s ease-out;
}
#menuBtnArea #menuBtn.open .menuBtn__bar--1 {
  position: absolute;
  top: 0;
  right: 4px;
  width: 18px;
  height: 1px;
  background-color: #212426;
  transform: rotate(45deg);
  transform-origin: 0 0;
  display: block;
  transition: all 0.5s ease-in-out;
}
#menuBtnArea #menuBtn.open .menuBtn__bar--2 {
  position: absolute;
  top: 7px;
  right: -22px;
  width: 22px;
  height: 1px;
  background-color: #212426;
  display: block;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
#menuBtnArea #menuBtn.open .menuBtn__bar--3 {
  position: absolute;
  top: 13px;
  right: 5px;
  width: 18px;
  height: 1px;
  background-color: #212426;
  transform: rotate(-45deg);
  transform-origin: 0 0;
  display: block;
  transition: all 0.5s ease-in-out;
}
#menuBtnArea .menuBtn__txt--menu {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #212426;
  font-weight: 400;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0;
  transition: opacity 0.5s ease-out 0s;
}
#menuBtnArea .menuBtn__txt--close {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #212426;
  font-weight: 400;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0;
  transition: opacity 0.5s ease-out 0s;
}
#menuBtnArea .open .menuBtn__txt--menu {
  opacity: 0;
}
#menuBtnArea .open .menuBtn__txt--close {
  opacity: 1;
}
#menuBtnArea .close .menuBtn__txt--menu {
  opacity: 1;
}
#menuBtnArea .close .menuBtn__txt--close {
  opacity: 0;
}

@media screen and (min-width: 769px) {
  .close #menuBtnArea:hover {
    background-color: #fff;
    border-left: #edeeef solid 1px;
  }
  .close #menuBtnArea:hover #menuBtnArea__bg {
    width: 0%;
  }
  .close #menuBtnArea:hover #menuBtn.close .menuBtn__bar--1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 1px;
    background-color: #212426;
    display: block;
  }
  .close #menuBtnArea:hover #menuBtn.close .menuBtn__bar--2 {
    position: absolute;
    top: 7px;
    right: 0;
    width: 30px;
    height: 1px;
    background-color: #212426;
    display: block;
  }
  .close #menuBtnArea:hover #menuBtn.close .menuBtn__bar--3 {
    position: absolute;
    top: 14px;
    right: 0;
    width: 30px;
    height: 1px;
    background-color: #212426;
    display: block;
  }
}

#menuListArea {
  position: absolute;
  top: 0;
  right: 78px;
  height: 100%;
  width: 205px;
  overflow-y: auto;
  pointer-events: auto;
  transition: right 0.1s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  display: none;
}
#menuListArea #menuListHeaderSp {
  display: none;
}
@media screen and (max-width: 768px) {
  #menuListArea {
    top: 0;
    left: 0;
    right: auto;
    width: 100%;
    border-left: none;
    overflow-x: hidden;
  }
  #menuListArea #menuListHeaderSp {
    position: relative;
    width: 100vw;
    height: 24rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    pointer-events: auto;
    opacity: 0;
  }
  #menuListArea #menuListHeaderSp img {
    width: 14.2rem;
    margin-top: 6.8rem;
    margin-left: 1.5rem;
  }
  #menuListArea #menuListHeaderSp img#menuListHeaderSp__label {
    font-weight:800;
    color: #212426;
    font-size: 1.5rem;
    line-height: 2.2rem;
    letter-spacing: 0;
    text-align: center;
    margin-top: 2rem;
    width: 7.375rem;
    margin-left: 0rem;
  }
}

.close #menuListArea {
  pointer-events: none;
}

#menuList {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 740px;
  pointer-events: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #menuList {
    display: grid;
    height: auto;
    min-height: auto;
    grid-template-columns: 50% 1fr;
    padding-bottom: 3.8rem;
  }
}
#menuList .menuList__item {
  position: relative;
  height: 63px;
  height: auto;
  flex: 1;
  width: 100%;
  display: block;
  border-left: 1px solid #edeeef;
  border-bottom: 1px solid #edeeef;
  background-color: #fff;
  transform: translate(256px);
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #menuList .menuList__item {
    height: 5.8rem;
  }
  #menuList .menuList__item:first-child {
    border-top: 1px solid #edeeef;
  }
  #menuList .menuList__item:nth-child(2) {
    border-top: 1px solid #edeeef;
  }
}
#menuList .menuList__item:last-child {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  #menuList .menuList__item:last-child {
    border-bottom: 1px solid #edeeef;
  }
}
#menuList .menuList__item a {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 16px;
  font-weight:800;
  color: #212426;
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 0.04px;
}
#menuList .menuList__item a.current {
  color: #EB5505;
}
@media screen and (min-width: 769px) {
  #menuList .menuList__item a {
    transition: color 0.3s ease-out, padding-left 0.3s ease-out;
  }
  #menuList .menuList__item a::before {
    content: "";
    display: block;
    width: 9.2px;
    height: 9.2px;
    position: absolute;
    top: 50%;
    left: 22px;
    transform: translateY(-50%) rotate(180deg);
    background-image: url(/brand/visual-identity/au/assets/image/icon_arrow_next.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    transition: left 0.3s ease-out, opacity 0.3s ease-out;
    opacity: 0;
  }
  #menuList .menuList__item a:focus-visible {
    outline: 1px solid #EB5505;
    outline-offset: -2px;
  }
  #menuList .menuList__item a:hover {
    color: #EB5505;
    padding-left: 26px;
  }
  #menuList .menuList__item a:hover::before {
    left: 12px;
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  #menuList .menuList__item a {
    padding-left: 0;
    justify-content: center;
    font-size: 1.4rem;
    line-height: 3.6rem;
    letter-spacing: 0.04rem;
  }
}
#menuList .menuList__item .menuList__new {
  position: absolute;
  top: 50%;
  right: 1.1rem;
  transform: translateY(-50%);
  font-weight:800;
  color: #EB5505;
  font-size: 1.3rem;
  line-height: 3.6rem;
  letter-spacing: 0.06rem;
  pointer-events: none;
  border: solid 1px #EB5505;
  padding: 0.4rem 0.5rem 0.4rem;
}
#menuList .menuList__item .menuList__new::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1.1 - 3.6) * 0.5rem);
}
#menuList .menuList__item .menuList__new::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1.1 - 3.6) * 0.5rem);
}
@media screen and (max-width: 768px) {
  #menuList .menuList__item .menuList__new {
    top: 0.6rem;
    right: auto;
    left: 0.7rem;
    font-size: 1rem;
    transform: none;
    padding: 0.2rem 0.3rem 0.1rem;
  }
}
#menuList .menuList__item--sub {
  position: relative;
  width: 100%;
  height: 38px;
  flex: 0.6;
  display: block;
  border-left: 1px solid #edeeef;
  border-bottom: 1px solid #edeeef;
  background-color: #fff;
  transform: translate(256px);
}
@media screen and (max-width: 768px) {
  #menuList .menuList__item--sub {
    height: 4rem;
  }
  #menuList .menuList__item--sub:first-child {
    border-top: 1px solid #edeeef;
    grid-column: 1/3;
  }
}
#menuList .menuList__item--sub:last-child {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  #menuList .menuList__item--sub:last-child {
    border-bottom: 1px solid #edeeef;
  }
}
#menuList .menuList__item--sub a {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 16px;
  color: #212426;
  font-weight: 400;
  font-size: 11px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0;
}
#menuList .menuList__item--sub a:hover span::before {
  left: 0%;
}
#menuList .menuList__item--sub a span {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  #menuList .menuList__item--sub a span::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;
  }
}
@media screen and (min-width: 769px) {
  #menuList .menuList__item--sub a:focus-visible {
    outline: 1px solid #EB5505;
    outline-offset: -2px;
  }
}
@media screen and (max-width: 768px) {
  #menuList .menuList__item--sub a {
    padding-left: 0;
    justify-content: center;
    color: #212426;
    font-size: 1.1rem;
    line-height: 2.4rem;
    letter-spacing: 0.04rem;
  }
}
#menuList .menuList__item--sub a .newWindowIcon {
  margin-left: 0.2rem;
}
@media screen and (min-width: 769px) {
  #menuList .menuList__item--sub a:hover .newWindowIcon {
    position: relative;
    display: inline-block;
    width: 0.9rem;
    height: 0.8rem;
  }
  #menuList .menuList__item--sub 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;
  }
  #menuList .menuList__item--sub 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;
  }
}

#footer {
  position: relative;
  width: 100%;
  z-index: 30;
  padding-right: 78px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #footer {
    padding-right: 0;
  }
}
#footer .dummy {
  margin-top: 0;
  top: 0;
  opacity: 0.333;
  margin-left: 0;
}
#footer .footerContainer {
  position: relative;
  display: block;
  border-top: #edeeef solid 1px;
  width: 114.4rem;
  height: 19rem;
  margin: 0 auto;
  padding: 4.2rem 0 0 0rem;
}
@media screen and (max-width: 768px) {
  #footer .footerContainer {
    width: 100%;
    height: auto;
    padding: 4.2rem 3.2rem 4rem 3.2rem;
  }
}
#footer .footerContainer .footerLinks {
  position: relative;
  display: block;
  width: 80rem;
}
@media screen and (max-width: 768px) {
  #footer .footerContainer .footerLinks {
    width: 100%;
  }
}
#footer .footerContainer .footerLinks__item {
  position: relative;
  display: inline-block;
  margin-right: 2.6rem;
}
@media screen and (max-width: 768px) {
  #footer .footerContainer .footerLinks__item {
    display: block;
  }
}
#footer .footerContainer .footerLinks__item a {
  position: relative;
  display: block;
  color: #212426;
  font-weight: 400;
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 2.2rem;
  letter-spacing: 0;
  overflow: hidden;
}
#footer .footerContainer .footerLinks__item a .newWindowIcon {
  margin-left: 0rem;
}
@media screen and (min-width: 769px) {
  #footer .footerContainer .footerLinks__item a:hover .newWindowIcon {
    position: relative;
    display: inline-block;
    width: 0.9rem;
    height: 0.8rem;
  }
  #footer .footerContainer .footerLinks__item 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;
  }
  #footer .footerContainer .footerLinks__item 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) {
  #footer .footerContainer .footerLinks__item 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;
  }
  #footer .footerContainer .footerLinks__item a:hover::before {
    left: 0%;
  }
}
@media screen and (max-width: 768px) {
  #footer .footerContainer .footerLinks__item a {
    display: inline-block;
    margin-bottom: 0.94rem;
  }
  #footer .footerContainer .footerLinks__item a .blankIcon {
    width: 0.8rem;
    margin-left: 0.4rem;
  }
  #footer .footerContainer .footerLinks__item a .blankIcon img {
    width: 100%;
  }
}
#footer .footerContainer .footerContact {
  position: relative;
  display: block;
  margin: 3.8rem 0 0 0rem;
  color: #212426;
  font-weight:800;
  font-size: 1.3rem;
  line-height: 2.4rem;
  letter-spacing: 0rem;
  font-style: normal;
}
#footer .footerContainer .footerContact .contact__mail {
  color: #212426;
  font-weight: 400;
  text-decoration: underline;
  margin-left: 1.6rem;
}
@media screen and (max-width: 768px) {
  #footer .footerContainer .footerContact {
    margin-top: 2.2rem;
    border-top: #edeeef solid 1px;
    padding-top: 4rem;
    font-size: 1.2rem;
    line-height: 1.8rem;
    letter-spacing: 0;
  }
  #footer .footerContainer .footerContact .contact__mail {
    display: inline-block;
    margin-top: 0.6rem;
    margin-left: 0;
  }
}
#footer .footerContainer .footerCopyright {
  position: absolute;
  bottom: 3rem;
  left: 0;
  display: block;
  font-size: 1.1rem;
  line-height: 2.4rem;
  color: #212426;
  font-weight: 400;
  letter-spacing: 0rem;
  white-space: nowrap;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  #footer .footerContainer .footerCopyright {
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: 4rem;
    font-size: 1rem;
    letter-spacing: 0rem;
    line-height: 1.6rem;
  }
}

#nextArea {
  position: relative;
  width: 100%;
  padding-right: 78px;
  background-color: #fff;
  z-index: 25;
}
@media screen and (max-width: 768px) {
  #nextArea {
    padding-right: 0;
  }
}
#nextArea #nextBtnList {
  position: relative;
  width: 114.4rem;
  height: 23.1rem;
  border-top: #edeeef solid 1px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #nextArea #nextBtnList {
    width: 100%;
    height: 9.4rem;
  }
}
#nextArea #nextBtnList #prevBtnArea {
  position: relative;
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#nextArea #nextBtnList #prevBtnArea #prevBtn {
  position: relative;
  width: 100%;
  height: 23rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #nextArea #nextBtnList #prevBtnArea #prevBtn {
    height: 9.4rem;
  }
}
@media screen and (min-width: 769px) {
  #nextArea #nextBtnList #prevBtnArea #prevBtn:focus-visible {
    outline: 1px solid #EB5505;
    z-index: 1;
    outline-offset: -2px;
  }
  #nextArea #nextBtnList #prevBtnArea #prevBtn:hover #prevBtn__arrow {
    left: 2rem;
  }
  #nextArea #nextBtnList #prevBtnArea #prevBtn:hover #prevBtn__title {
    left: 5rem;
    color: #EB5505;
  }
}
#nextArea #nextBtnList #prevBtnArea #prevBtn #prevBtn__arrow {
  position: absolute;
  top: 50%;
  left: 2.5rem;
  width: 0.92rem;
  height: 0.92rem;
  transform: translateY(-50%) scale(-1);
  transition: left 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  #nextArea #nextBtnList #prevBtnArea #prevBtn #prevBtn__arrow {
    top: 50%;
    left: 1.6rem;
  }
}
#nextArea #nextBtnList #prevBtnArea #prevBtn #prevBtn__title {
  position: absolute;
  top: 50%;
  left: 6rem;
  width: 18.4rem;
  text-align: left;
  transform: translateY(-50%);
  font-weight:900;
  color: #212426;
  font-size: 2rem;
  line-height: 3.6rem;
  letter-spacing: 0.04rem;
  transition: left 0.3s ease-out, color 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  #nextArea #nextBtnList #prevBtnArea #prevBtn #prevBtn__title {
    font-weight:700;
    font-size: 1.4rem;
    line-height: 3.6rem;
    top: 50%;
    left: 3.2rem;
  }
}
#nextArea #nextBtnList #nextBtnArea {
  position: relative;
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #nextArea #nextBtnList #nextBtnArea {
    height: 9.4rem;
  }
}
#nextArea #nextBtnList #nextBtnArea::before {
  content: "";
  position: absolute;
  top: 2.4rem;
  left: -0.5px;
  width: 1px;
  height: 18rem;
  background-color: #edeeef;
}
@media screen and (max-width: 768px) {
  #nextArea #nextBtnList #nextBtnArea::before {
    content: "";
    position: absolute;
    top: 0;
    left: -0.5px;
    width: 1px;
    height: 9.4rem;
    background-color: #edeeef;
  }
}
#nextArea #nextBtnList #nextBtnArea #nextBtn {
  position: relative;
  display: block;
  width: 100%;
  height: 23rem;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #nextArea #nextBtnList #nextBtnArea #nextBtn {
    height: 9.4rem;
  }
}
@media screen and (min-width: 769px) {
  #nextArea #nextBtnList #nextBtnArea #nextBtn:focus-visible {
    outline: 1px solid #EB5505;
    z-index: 1;
    outline-offset: -2px;
  }
  #nextArea #nextBtnList #nextBtnArea #nextBtn:hover #nextBtn__arrow {
    right: 2rem;
  }
  #nextArea #nextBtnList #nextBtnArea #nextBtn:hover #nextBtn__title {
    right: 5rem;
    color: #EB5505;
  }
}
#nextArea #nextBtnList #nextBtnArea #nextBtn #nextBtn__arrow {
  position: absolute;
  top: 50%;
  right: 2.5rem;
  width: 0.92rem;
  height: 0.92rem;
  transform: translateY(-50%);
  transition: right 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  #nextArea #nextBtnList #nextBtnArea #nextBtn #nextBtn__arrow {
    right: 1.6rem;
    top: 50%;
  }
}
#nextArea #nextBtnList #nextBtnArea #nextBtn #nextBtn__title {
  position: absolute;
  top: 50%;
  right: 6rem;
  transform: translateY(-50%);
  width: 17rem;
  white-space: nowrap;
  text-align: right;
  font-weight:900;
  color: #212426;
  font-size: 2rem;
  line-height: 3.6rem;
  letter-spacing: 0.04rem;
  transition: right 0.3s ease-out, color 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  #nextArea #nextBtnList #nextBtnArea #nextBtn #nextBtn__title {
    font-weight:700;
    font-size: 1.4rem;
    line-height: 3.6rem;
    top: 50%;
    right: 3.2rem;
  }
}

#contactArea {
  position: relative;
  width: 100%;
  padding-right: 0px;
  margin-bottom: 8rem;
  z-index: 20;
  display: block;
}
@media screen and (max-width: 768px) {
  #contactArea {
    padding-right: 0;
    padding: 0 3.2rem;
  }
}
#contactArea #contactContainer {
  position: relative;
  width: 94.6rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  border: #F7F7F7 solid 5px;
  padding: 4.9rem 5rem 4.6rem 5rem;
}
@media screen and (max-width: 768px) {
  #contactArea #contactContainer {
    padding-top: 4.8rem;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    padding: 4rem 2.7rem 4rem;
  }
}
#contactArea #contactContainer #contactTitle {
  position: relative;
  width: 10.8rem;
  font-weight:800;
  color: #212426;
  font-size: 1.8rem;
  line-height: 2.4rem;
  padding-top: 0.4rem;
}
#contactArea #contactContainer #contactTitle::before, #contactArea #contactContainer #contactTitle::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
#contactArea #contactContainer #contactTitle::before {
  margin-top: -0.6rem;
}
#contactArea #contactContainer #contactTitle::after {
  margin-bottom: -0.3rem;
}
@media screen and (max-width: 768px) {
  #contactArea #contactContainer #contactTitle {
    width: 100%;
    padding-top: 0rem;
    text-align: center;
    font-size: 1.6rem;
  }
}
#contactArea #contactContainer #contactContent {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 2.4rem;
}
@media screen and (max-width: 768px) {
  #contactArea #contactContainer #contactContent {
    margin-top: 0rem;
    flex-direction: column;
  }
}
#contactArea #contactContainer #contactTxt {
  position: relative;
  width: 49.5rem;
  font-weight:400;
  color: #212426;
  font-size: 1.5rem;
  line-height: 2.8rem;
  letter-spacing: 0.04rem;
}
@media screen and (max-width: 768px) {
  #contactArea #contactContainer #contactTxt {
    width: 100%;
    text-align: left;
    font-size: 1.4rem;
    line-height: 2.6rem;
    margin-top: 2.8rem;
  }
  #contactArea #contactContainer #contactTxt::before, #contactArea #contactContainer #contactTxt::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  #contactArea #contactContainer #contactTxt::before {
    margin-top: -1rem;
  }
  #contactArea #contactContainer #contactTxt::after {
    margin-bottom: -0.7rem;
  }
}
#contactArea #contactContainer #contactMail {
  position: relative;
  width: 29.7rem;
  height: 5.6rem;
  border: #212426 solid 1px;
}
@media screen and (max-width: 768px) {
  #contactArea #contactContainer #contactMail {
    width: 100%;
    margin-top: 2.4rem;
  }
}
#contactArea #contactContainer #contactMail a {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight:400;
  color: #212426;
  font-size: 1.5rem;
  line-height: 2.4rem;
  letter-spacing: 0.04rem;
}
@media screen and (max-width: 768px) {
  #contactArea #contactContainer #contactMail a {
    font-size: 1.3rem;
    line-height: 2rem;
  }
}
#contactArea #contactContainer #contactMail a #mailIcon {
  position: relative;
  margin-right: 1.2rem;
}