.p-top2512 {
  font-family: "Zen Kaku Gothic New",sans-serif;
  overflow-x: unset !important;
  -webkit-font-smoothing: antialiased;
}

.p-top2512 div {
  box-sizing: border-box;
}

@-webkit-keyframes topanimation {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
  }
}

@keyframes topanimation {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
  }
}

@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("../fonts/ZenKakuGothicNew-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("../fonts/ZenKakuGothicNew-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("../fonts/ZenKakuGothicNew-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("../fonts/ZenKakuGothicNew-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("../fonts/ZenKakuGothicNew-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Zen Old Mincho";
  src: url("../fonts/ZenOldMincho-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Zen Old Mincho";
  src: url("../fonts/ZenOldMincho-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Zen Old Mincho";
  src: url("../fonts/ZenOldMincho-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Zen Old Mincho";
  src: url("../fonts/ZenOldMincho-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Zen Old Mincho";
  src: url("../fonts/ZenOldMincho-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "DM Sans",sans-serif;
  src: url("../fonts/DMSans_24pt-SemiBold-Regular.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

.p-top2512 .c-anchor {
  position: absolute;
  top: -104px;
  width: 10px;
  height: 10px;
  background-color: #3d3;
  z-index: 10000;
  opacity: 0;
}

.p-top2512 .c-breadcrumbs {
  margin-top: 40px;
}

.p-top2512 .c-breadcrumbs li {
  font-size: 12px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: .72px;
  display: inline-block;
}

.p-top2512 .c-breadcrumbs li a,
.p-top2512 .c-breadcrumbs li p {
  display: inline-block;
  position: relative;
  color: #000;
  text-decoration: none;
  margin-right: 30px;
}

.p-top2512 .c-breadcrumbs li a:before,
.p-top2512 .c-breadcrumbs li p:before {
  content: "";
  width: 12px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 9px;
  right: calc(100% + 10px);
}

.p-top2512 .c-breadcrumbs li p {
  color: #7d7c7a;
}

.p-top2512 .c-breadcrumbs li p:before {
  background-color: #7d7c7a;
}

.p-top2512 .c-breadcrumbs li:first-child a:before {
  display: none;
}

.p-top2512 .c-btn {
  background-color: red;
  border-radius: 9999px;
  padding: 14px 20px;
  text-align: center;
  color: #fff !important;
  font-size: 20px;
  font-weight: bold;
}

.p-top2512 .c-btn:visited,
.p-top2512 .c-btn:hover {
  color: #fff !important;
}

.p-top2512 .c-btn__request {
  position: relative;
  padding-left: 45px;
  color: #fff !important;
}

.p-top2512 .c-btn__request--txt {
  position: relative;
  display: inline-block;
}

.p-top2512 .c-btn__request--txt:before {
  content: "";
  width: 22px;
  height: 26px;
  position: absolute;
  top: 50%;
  right: calc(100% + 10px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../images/common/ico_request.svg");
  display: block;
}

.p-top2512 .c-btn--arrow {
  max-width: 230px;
  width: 100%;
  display: block;
  padding: 9px 10px;
  position: relative;
}

.p-top2512 .c-btn--arrow:before {
  content: "";
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 9999px;
  position: absolute;
  top: 50%;
  right: 7px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
}

.p-top2512 .c-btn--arrow:after {
  content: "";
  width: 14px;
  height: 11px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../images/common/ico_arrow.svg");
}

.p-top2512 .c-cv-link {
  background-color: red;
  padding: 45px 0px;
}

.p-top2512 .c-cv-link--items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}

.p-top2512 .c-cv-link--item {
  width: 50%;
}

.p-top2512 .c-cv-link__btn {
  background-color: #fff;
  border-radius: 9999px;
  padding: 41px 20px;
  text-align: center;
  color: red !important;
  font-size: 22px;
  font-weight: 600;
  display: block;
}

.p-top2512 .c-cv-link__btn--txt {
  color: #000;
  position: relative;
  display: inline-block;
}

.p-top2512 .c-cv-link__btn--txt span {
  color: red;
}

.p-top2512 .c-cv-link__btn--txt:before {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-top2512 .c-cv-link__btn--request .c-cv-link__btn--txt {
  padding-left: 45px;
  letter-spacing: 1px;
}

.p-top2512 .c-cv-link__btn--request .c-cv-link__btn--txt:before {
  width: 46px;
  height: 54px;
  background-image: url("../images/common/ico_request_red.svg");
}

.p-top2512 .c-cv-link__btn--requirement .c-cv-link__btn--txt {
  padding-left: 55px;
}

.p-top2512 .c-cv-link__btn--requirement .c-cv-link__btn--txt:before {
  width: 54px;
  height: 54px;
  background-image: url("../images/common/ico_requirements.svg");
}

.p-top2512 .fade_in {
  opacity: 0;
  transition: opacity 1s;
}

.p-top2512 .fade_in-active {
  opacity: 1;
}

.p-top2512 .c-fade-in {
  opacity: 0;
  transition: opacity 1s;
}

.p-top2512 .c-fade-in--active {
  opacity: 1;
}

.p-top2512 .c-fade-load {
  opacity: 0;
  transition: opacity 1s;
}

.p-top2512 .c-fade-load--active {
  opacity: 1;
}

.p-top2512 .c-fade-up-load {
  opacity: 0;
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
  transition: 1s;
}

.p-top2512 .c-fade-up-load--active {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.p-top2512 .c-fade-up {
  opacity: 0;
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
  transition: 1s;
}

.p-top2512 .c-fade-up--active {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.p-top2512 .c-top {
  position: fixed;
  bottom: 20px;
  right: 0px;
  z-index: 10000;
  background-color: #f5f5f5;
  padding: 10px 20px 10px 10px;
  border-radius: 40px 0px 0px 40px;
  opacity: 0;
  transition: opacity .5s;
}

.p-top2512 .c-top--active {
  opacity: 1;
}

.p-top2512 .c-top span {
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-top2512 .c-top span:before {
  content: "";
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../images/common/ico_up_red.svg");
  display: inline-block;
  position: relative;
  top: 0px;
  margin-right: 10px;
}

.p-top2512 .c-txt {
  color: #5c5c5c;
  font-size: 16px;
  font-weight: 400;
  line-height: 236%;
  letter-spacing: 0px;
}

.p-top2512 .c-txt--lh-200 {
  line-height: 200%;
}

.p-top2512 .c-txt--fs-14 {
  font-size: 14px;
}

.p-top2512 .c-video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.p-top2512 .c-video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.p-top2512 .l-wrapper {
  margin: 0 auto;
}

.p-top2512 .sec-contents {
  position: relative;
}

.p-top2512 .l-container {
  padding: 0 20px;
  max-width: 1225px;
  margin: auto;
  position: relative;
}

.p-top2512 .l-container:after {
  content: "";
  clear: both;
  display: block;
}

.p-top2512 .l-container__item {
  margin-top: 64px;
}

.p-top2512 .nav-btn {
  position: fixed;
  z-index: 999;
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  display: none;
  background-color: red;
  border-radius: 9999px;
}

.p-top2512 .nav-btn--inner {
  position: relative;
  top: -5px;
}

.p-top2512 .nav-btn__line {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 20px;
  height: 2px;
  background-color: #fff;
  transition: all .5s;
  border-radius: 9999px;
}

.p-top2512 .nav-btn__line:nth-of-type(1) {
  top: 20px;
}

.p-top2512 .nav-btn__line:nth-of-type(2) {
  top: 27px;
}

.p-top2512 .nav-btn__line:nth-of-type(3) {
  top: 34px;
}

.p-top2512 .nav-btn__txt {
  color: #fff;
  font-size: 11px;
  text-align: center;
  position: absolute;
  bottom: 9px;
  display: block;
  width: 100%;
}

.p-top2512 .nav-btn.is-close .nav-btn__line:nth-of-type(1) {
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  top: 27px;
}

.p-top2512 .nav-btn.is-close .nav-btn__line:nth-of-type(2) {
  width: 0;
}

.p-top2512 .nav-btn.is-close .nav-btn__line:nth-of-type(3) {
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
  top: 27px;
}

.p-top2512 .p-top2512-wrapper {
  background-color: #f5f2ed;
  position: relative;
}

.p-top2512 .p-top2512-is-center {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  border: solid 3px blue;
  box-sizing: border-box;
  z-index: 1000;
  pointer-events: none;
  opacity: 0;
}

.p-top2512 .p-top2512-is-center:before {
  content: "";
  width: 100vw;
  height: 1px;
  background-color: red;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
}

.p-top2512 .p-top2512-scroll-section {
  position: relative;
}

.p-top2512 .p-top2512__title {
  line-height: 28px;
}

.p-top2512 .p-top2512__title--jp {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: .66px;
}

.p-top2512 .p-top2512__title--en {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .42px;
  font-family: "DM Sans",sans-serif;
}

.p-top2512 .p-top2512__title--en:before {
  content: "/";
  display: inline-block;
  margin-right: 5px;
}

.p-top2512 .p-top2512-fv {
  width: 100%;
  height: calc(var(--vh, 1vh)*100 - 104px);
  max-height: 800px;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 104px;
  z-index: 10;
}

.p-top2512 .p-top2512-fv--bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-top2512 .p-top2512-fv h2 {
  position: relative;
  z-index: 10;
  margin-top: -130px;
}

.p-top2512 .p-top2512-statement {
  padding-top: 104px;
}

.p-top2512 .p-top2512-statement--inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 200vh;
  position: relative;
}

.p-top2512 .p-top2512-statement .p-top2512__title {
  position: -webkit-sticky;
  position: sticky;
  top: 104px;
  left: 0px;
  z-index: 10;
  height: 20vh;
  padding-left: 60px;
  padding-top: 46px;
  width: calc(100vw - 60px);
  background: linear-gradient(0deg, rgba(245, 242, 237, 0) 4%, rgb(245, 242, 237) 23%);
}

.p-top2512 .p-top2512-statement--sp-bottom {
  width: 100%;
  height: calc(var(--vh, 1vh)*100 - 80px);
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  pointer-events: none;
}

.p-top2512 .p-top2512-statement--sp-bottom:after {
  content: "";
  width: 100%;
  height: 70px;
  background: linear-gradient(180deg, rgba(245, 242, 237, 0) 25%, rgb(245, 242, 237) 46%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.p-top2512 .p-top2512-statement--contents {
  width: 53%;
  padding-top: 10vh;
  position: relative;
  height: 150vh;
}

.p-top2512 .p-top2512-statement--items {
  padding-bottom: 600px;
  position: -webkit-sticky;
  position: sticky;
  top: 430px;
  height: calc(600px + 30vh);
}

.p-top2512 .p-top2512-statement--txt {
  margin-bottom: 40px;
  text-align: center;
  font-family: "Zen Old Mincho",serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 230%;
  letter-spacing: .48px;
  position: relative;
}

.p-top2512 .p-top2512-statement--scroll-pos {
  width: 40px;
  height: 40px;
  border: solid 1px blue;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1000;
  margin-top: -150px;
  opacity: 0;
  pointer-events: none;
}

.p-top2512 .p-top2512-statement__videos {
  position: -webkit-sticky;
  position: sticky;
  top: 104px;
  right: 0;
  width: 47%;
  height: calc(100vh - 104px);
  z-index: 15;
  pointer-events: none;
  margin-top: -212px;
}

.p-top2512 .p-top2512-statement__videos:after {
  content: "";
  width: 100vw;
  height: 50vh;
  background: linear-gradient(180deg, rgba(245, 242, 237, 0) 25%, rgb(245, 242, 237) 46%);
  position: absolute;
  right: 100%;
  z-index: 10;
}

.p-top2512 .p-top2512-statement__videos::after {
  bottom: 0;
}

.p-top2512 .p-top2512-statement__videos--src {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity .5s;
}

.p-top2512 .p-top2512-statement .p-top2512-scroll-section-active--1 .p-top2512-statement__videos--1 {
  opacity: 1;
}

.p-top2512 .p-top2512-statement .p-top2512-scroll-section-active--2 .p-top2512-statement__videos--2 {
  opacity: 1;
}

.p-top2512 .p-top2512-statement .p-top2512-scroll-section-active--3 .p-top2512-statement__videos--3 {
  opacity: 1;
}

.p-top2512 .p-top2512-meglio {
  position: relative;
  margin-top: 104px;
}

.p-top2512 .p-top2512-meglio--contents {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-top2512 .p-top2512-meglio .c-anchor {
  top: -104px;
}

.p-top2512 .p-top2512-meglio--header {
  width: 347px;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 174px;
  left: 0;
  text-align: center;
}

.p-top2512 .p-top2512-meglio--header--inner {
  margin-left: -37px;
}

.p-top2512 .p-top2512-meglio--items {
  width: calc(100% - 347px);
  border: solid 1px #d4c5c5;
  border-right: none;
  padding: 15px 0px 15px 15px;
  margin-bottom: 25vh;
  overflow: hidden;
}

.p-top2512 .p-top2512-meglio__anchor {
  border: solid 1px #d4c5c5;
  width: 110px;
  height: 110px;
  display: block;
  border-radius: 9999px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #d4c5c5;
  font-size: 14px;
  text-decoration: none;
  position: relative;
  transition: border .3s,color .3s;
}

.p-top2512 .p-top2512-meglio__anchor--plus {
  margin-top: 50px;
}

.p-top2512 .p-top2512-meglio__anchor--plus:before,
.p-top2512 .p-top2512-meglio__anchor--plus:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #d4c5c5;
  transition: background-color .3s;
}

.p-top2512 .p-top2512-meglio__anchor--plus:before {
  width: 25px;
  height: 1px;
  top: -27px;
}

.p-top2512 .p-top2512-meglio__anchor--plus:after {
  width: 1px;
  height: 25px;
  top: -38px;
}

.p-top2512 .p-top2512-meglio__anchor--arrow {
  margin-top: 45px;
}

.p-top2512 .p-top2512-meglio__anchor--arrow--inner {
  position: absolute;
  top: -29px;
  display: inline-block;
  width: 34px;
  height: 10px;
}

.p-top2512 .p-top2512-meglio__anchor--arrow--inner::before,
.p-top2512 .p-top2512-meglio__anchor--arrow--inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - .5px);
  width: 1px;
  height: 19.8px;
  border-radius: 9999px;
  background-color: #d4c5c5;
  -webkit-transform-origin: 50% calc(100% - .5px);
  transform-origin: 50% calc(100% - .5px);
  transition: background-color .3s;
}

.p-top2512 .p-top2512-meglio__anchor--arrow--inner::before {
  -webkit-transform: rotate(61.4deg);
  transform: rotate(61.4deg);
}

.p-top2512 .p-top2512-meglio__anchor--arrow--inner::after {
  -webkit-transform: rotate(-61.4deg);
  transform: rotate(-61.4deg);
}

.p-top2512 .p-top2512-meglio__menu {
  width: 110px;
  margin: auto;
  margin-top: 17px;
}

.p-top2512 .p-top2512-meglio__menu img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  transition: opacity .5s;
}

.p-top2512 .p-top2512-meglio__item {
  width: 100%;
  height: calc(100vh - 184px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fff;
  padding: 40px;
}

.p-top2512 .p-top2512-meglio__item h4 {
  position: relative;
  z-index: 10;
  color: #fff;
  width: 100%;
  height: 50px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: .6px;
}

.p-top2512 .p-top2512-meglio__item h4::after {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
}

.p-top2512 .p-top2512-meglio__item h5 {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: .54px;
}

.p-top2512 .p-top2512-meglio__item h5 span {
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .39px;
}

.p-top2512 .p-top2512-meglio__item p {
  font-family: "Zen Old Mincho",serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: .48px;
  margin-top: 20px;
}

.p-top2512 .p-top2512-meglio__item--contents {
  position: relative;
  z-index: 10;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: calc(100% - 50px);
}

.p-top2512 .p-top2512-meglio__item--inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-top2512 .p-top2512-meglio__item--logo {
  width: 320px;
  text-align: center;
}

.p-top2512 .p-top2512-meglio__item--detail {
  position: relative;
  width: calc(100% - 320px);
  padding-left: 60px;
}

.p-top2512 .p-top2512-meglio__item--txt {
  max-width: 520px;
}

.p-top2512 .p-top2512-meglio__item:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.3);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.p-top2512 .p-top2512-meglio__item--1 {
  background-image: url("../images/brand2512/top/meglio_sustainability_bg@2x.webp");
}

.p-top2512 .p-top2512-meglio__item--1 .p-top2512-meglio__item--contents {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-top2512 .p-top2512-meglio__item--1 .p-top2512-meglio__item--detail {
  width: 520px;
  height: 315px;
  display: block;
  position: relative;
  left: 40px;
}

.p-top2512 .p-top2512-meglio__item--1 .p-top2512-meglio__item--logo p {
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: .78px;
  font-family: "Zen Kaku Gothic New",sans-serif;
  text-align: center;
}

.p-top2512 .p-top2512-meglio__item--1 .p-top2512-meglio__item--logo p span {
  font-family: "DM Sans",sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: .42px;
}

.p-top2512 .p-top2512-meglio__item--1--img {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.p-top2512 .p-top2512-meglio__item--1--img--pc {
  display: block;
}

.p-top2512 .p-top2512-meglio__item--1--img--sp {
  display: none;
}

.p-top2512 .p-top2512-meglio__item--1--txt {
  text-align: center;
}

.p-top2512 .p-top2512-meglio__item--1--txt p {
  margin-top: 10px;
}

.p-top2512 .p-top2512-meglio__item--1--txt--1 {
  position: absolute;
  bottom: -10px;
  left: 0;
}

.p-top2512 .p-top2512-meglio__item--1--txt--2 {
  position: absolute;
  bottom: -10px;
  right: -23px;
}

.p-top2512 .p-top2512-meglio__item--1--txt--3 {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}

.p-top2512 .p-top2512-meglio__item--2 {
  background-image: url("../images/brand2512/top/meglio_originality_bg@2x.webp");
}

.p-top2512 .p-top2512-meglio__item--3 {
  background-image: url("../images/brand2512/top/meglio_meglio_bg@2x.webp");
}

.p-top2512 .p-top2512-meglio .p-top2512-scroll-section-active--1 .p-top2512-meglio__menu--1 .p-top2512-meglio__anchor {
  border-color: red;
  color: red;
}

.p-top2512 .p-top2512-meglio .p-top2512-scroll-section-active--2 .p-top2512-meglio__menu--1 .p-top2512-meglio__anchor {
  border-color: red;
  color: red;
}

.p-top2512 .p-top2512-meglio .p-top2512-scroll-section-active--2 .p-top2512-meglio__menu--2 .p-top2512-meglio__anchor--plus {
  border-color: red;
  color: red;
}

.p-top2512 .p-top2512-meglio .p-top2512-scroll-section-active--2 .p-top2512-meglio__menu--2 .p-top2512-meglio__anchor--plus:before,
.p-top2512 .p-top2512-meglio .p-top2512-scroll-section-active--2 .p-top2512-meglio__menu--2 .p-top2512-meglio__anchor--plus:after {
  background-color: red;
}

.p-top2512 .p-top2512-meglio .p-top2512-scroll-section-active--3 .p-top2512-meglio__menu--1 .p-top2512-meglio__anchor {
  border-color: red;
  color: red;
}

.p-top2512 .p-top2512-meglio .p-top2512-scroll-section-active--3 .p-top2512-meglio__menu--2 .p-top2512-meglio__anchor--plus {
  border-color: red;
  color: red;
}

.p-top2512 .p-top2512-meglio .p-top2512-scroll-section-active--3 .p-top2512-meglio__menu--2 .p-top2512-meglio__anchor--plus:before,
.p-top2512 .p-top2512-meglio .p-top2512-scroll-section-active--3 .p-top2512-meglio__menu--2 .p-top2512-meglio__anchor--plus:after {
  background-color: red;
}

.p-top2512 .p-top2512-meglio .p-top2512-scroll-section-active--3 .p-top2512-meglio__menu--3 .p-top2512-meglio__anchor--arrow {
  border-color: red;
  color: red;
}

.p-top2512 .p-top2512-meglio .p-top2512-scroll-section-active--3 .p-top2512-meglio__menu--3 .p-top2512-meglio__anchor--arrow .p-top2512-meglio__anchor--arrow--inner:before,
.p-top2512 .p-top2512-meglio .p-top2512-scroll-section-active--3 .p-top2512-meglio__menu--3 .p-top2512-meglio__anchor--arrow .p-top2512-meglio__anchor--arrow--inner:after {
  background-color: red;
}

.p-top2512 .p-top2512-mission {
  --sp-menu-height: 380px;
  --sp-scroll-height: calc(var(--sp-menu-height) + 90px);
  --sp-scroll-wrapper-height: calc(var(--sp-menu-height) + 20px);
  border-bottom: solid 1px #d4c5c5;
  border-top: solid 1px #d4c5c5;
  margin-top: -12vh;
}

.p-top2512 .p-top2512-mission--is-height-min {
  --sp-menu-height: 250px !important;
}

.p-top2512 .p-top2512-mission--is-height-min .p-top2512-mission__menu--logo {
  top: 134px;
}

.p-top2512 .p-top2512-mission--is-height-min .p-top2512-mission__menu--logo img {
  width: 110px;
}

.p-top2512 .p-top2512-mission--is-height-min .p-top2512-mission__scrolls--inner h3 {
  font-size: 16px;
  line-height: 10px;
}

.p-top2512 .p-top2512-mission--is-height-min .p-top2512-mission__scrolls--inner h4 {
  font-size: 13px;
  line-height: 20px;
  margin-top: 7px;
}

.p-top2512 .p-top2512-mission--is-height-min .p-top2512-mission__scrolls--inner ul li {
  font-size: 12px;
  margin-top: 5px;
}

.p-top2512 .p-top2512-mission--is-height-min .p-top2512-mission__scrolls--inner ul li span {
  font-size: 10px;
}

.p-top2512 .p-top2512-mission--is-height-min .p-top2512-mission__menu--line {
  width: 110px;
  margin-left: -76px;
  top: 403px;
  -webkit-transform: translate(-50%, 0%) rotate(-22deg);
  transform: translate(-50%, 0%) rotate(-22deg);
}

.p-top2512 .p-top2512-mission--is-height-min .p-top2512-mission__scrolls {
  bottom: 0px;
  height: calc(100% - (var(--sp-menu-height) + 10px));
}

.p-top2512 .p-top2512-mission--is-height-min .p-top2512-mission__scrolls__num {
  font-size: 13px;
  width: 30px;
  height: 30px;
}

.p-top2512 .p-top2512-mission--is-height-625 .p-top2512-mission__menu--logo {
  top: 144px;
}

.p-top2512 .p-top2512-mission--is-height-625 .p-top2512-mission__menu--logo img {
  width: 110px;
}

.p-top2512 .p-top2512-mission--is-height-625 .p-top2512-mission__menu--line {
  width: 108px;
  margin-left: -75px;
  top: 433px;
  -webkit-transform: translate(-50%, 0%) rotate(-22deg);
  transform: translate(-50%, 0%) rotate(-22deg);
}

.p-top2512 .p-top2512-mission--is-height-625 .p-top2512-mission__scrolls--inner h3 {
  font-size: 18px;
  line-height: 10px;
}

.p-top2512 .p-top2512-mission--is-height-625 .p-top2512-mission__scrolls--inner h4 {
  font-size: 15px;
  line-height: 20px;
  margin-top: 10px;
}

.p-top2512 .p-top2512-mission--is-height-625 .p-top2512-mission__scrolls__num {
  font-size: 13px;
  width: 30px;
  height: 30px;
}

.p-top2512 .p-top2512-mission--scroll {
  max-width: 1260px;
  margin: auto;
}

.p-top2512 .p-top2512-mission--wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 104px;
  left: 0;
  width: 100%;
  height: calc(var(--vh, 1vh)*100 - 104px);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-top2512 .p-top2512-mission__header {
  width: 100%;
  height: 260px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-top2512 .p-top2512-mission__header--inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 60px;
}

.p-top2512 .p-top2512-mission__header .p-top2512__title {
  margin-right: 200px;
  position: relative;
}

.p-top2512 .p-top2512-mission__header .p-top2512__title::after {
  content: "";
  width: 1px;
  height: 90px;
  background-color: #d4c5c5;
  position: absolute;
  right: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
}

.p-top2512 .p-top2512-mission__header p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: .48px;
  font-family: "Zen Old Mincho",serif;
}

.p-top2512 .p-top2512-mission--items {
  margin-top: -100vh;
  position: relative;
  pointer-events: none;
}

.p-top2512 .p-top2512-mission--item {
  width: 100%;
  height: 100vh;
  border: solid 1px red;
  position: relative;
  opacity: 0;
}

.p-top2512 .p-top2512-mission--item:last-child {
  height: 150vh;
}

.p-top2512 .p-top2512-mission--item .c-anchor {
  top: 200px;
}

.p-top2512 .p-top2512-mission__contents {
  width: 100%;
  height: calc(100vh - 160px);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  border: solid 1px #d4c5c5;
  box-sizing: border-box;
  outline: solid 15px #f5f2ed;
  outline-offset: -16px;
  position: relative;
}

.p-top2512 .p-top2512-mission__contents:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../images/brand2512/top/mission_bg@2x.webp");
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.p-top2512 .p-top2512-mission__contents--inner {
  max-width: 1050px;
  width: 100%;
  margin: auto;
}

.p-top2512 .p-top2512-mission__menu {
  height: 510px;
  width: 50%;
  text-align: center;
  position: relative;
  z-index: 15;
  box-sizing: border-box;
  -webkit-transform-origin: center;
  transform-origin: center;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.p-top2512 .p-top2512-mission__menu--logo {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 510px;
  text-align: center;
}

.p-top2512 .p-top2512-mission__menu--line {
  width: 158px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: -155px;
  margin-left: 5px;
  z-index: 20;
}

.p-top2512 .p-top2512-mission__menu--line--inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.p-top2512 .p-top2512-mission__menu--line--inner:before,
.p-top2512 .p-top2512-mission__menu--line--inner:after {
  border-top: solid 1px #d4c5c5;
  position: absolute;
  display: block;
  transition: border .3s;
  transition-delay: .3s;
}

.p-top2512 .p-top2512-mission__menu--line--inner::before {
  content: "";
  width: 36%;
  height: 1px;
  left: -8px;
  top: 20px;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.p-top2512 .p-top2512-mission__menu--line--inner::after {
  content: "";
  width: 74%;
  height: 1px;
  right: 1px;
  top: 0;
}

.p-top2512 .p-top2512-mission__menu svg {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
  pointer-events: none;
}

.p-top2512 .p-top2512-mission__menu .menu_active {
  opacity: 0;
  transition: opacity .3s;
}

.p-top2512 .p-top2512-mission__menu .menu_circle {
  transition: stroke .3s;
}

.p-top2512 .p-top2512-mission__menu .menu_txt {
  transform-box: fill-box;
  -webkit-transform-origin: center;
  transform-origin: center;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.p-top2512 .p-top2512-mission__menu .menu_link {
  pointer-events: all;
}

.p-top2512 .p-top2512-mission__scrolls {
  max-width: 990px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: top .3s;
  box-sizing: border-box;
  z-index: 20;
  pointer-events: none;
}

.p-top2512 .p-top2512-mission__scrolls--sp-inner {
  position: relative;
  transition: top .3s;
}

.p-top2512 .p-top2512-mission__scrolls--contents {
  margin-left: 50%;
  width: 50%;
  height: calc(var(--vh, 1vh)*100 - 104px);
  position: relative;
  box-sizing: border-box;
  top: -30px;
}

.p-top2512 .p-top2512-mission__scrolls--contents-wrapper {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 335px;
  margin-top: -25px;
}

.p-top2512 .p-top2512-mission__scrolls--inner {
  width: 100%;
  position: relative;
  padding-left: 80px;
  color: #2d2d2d;
  font-weight: 500;
  pointer-events: all;
}

.p-top2512 .p-top2512-mission__scrolls--inner h3 {
  font-family: "Zen Old Mincho",serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: .78px;
}

.p-top2512 .p-top2512-mission__scrolls--inner h4 {
  font-family: "Zen Old Mincho",serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: .6px;
  margin-top: 20px;
}

.p-top2512 .p-top2512-mission__scrolls--inner ul {
  margin-top: 20px;
}

.p-top2512 .p-top2512-mission__scrolls--inner ul li {
  font-family: "Zen Old Mincho",serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: .48px;
  margin-top: 10px;
  position: relative;
  padding-left: 20px;
}

.p-top2512 .p-top2512-mission__scrolls--inner ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 9999px;
  background-color: #d4c5c5;
  position: absolute;
  left: 8px;
  top: 10px;
  display: block;
}

.p-top2512 .p-top2512-mission__scrolls--inner ul li span {
  font-size: 14px;
  letter-spacing: .42px;
}

.p-top2512 .p-top2512-mission__scrolls__num {
  font-family: "DM Sans",sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 1.26px;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 9999px;
  border: solid 1px #d4c5c5;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: border .3s;
  transition-delay: .3s;
}

.p-top2512 .p-top2512-mission .p-top2512-scroll-section-active--1 .p-top2512-mission__menu {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.p-top2512 .p-top2512-mission .p-top2512-scroll-section-active--1 .menu_txt {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.p-top2512 .p-top2512-mission .p-top2512-scroll-section-active--1 .menu01_circle {
  stroke: red;
}

.p-top2512 .p-top2512-mission .p-top2512-scroll-section-active--1 .menu01_active {
  opacity: 1;
}

.p-top2512 .p-top2512-mission .p-top2512-scroll-section-active--1 .menu_link {
  display: block;
}

.p-top2512 .p-top2512-mission .p-top2512-scroll-section-active--1 .p-top2512-mission__scrolls__num--01 {
  border-color: red;
}

.p-top2512 .p-top2512-mission .p-top2512-scroll-section-active--1 .p-top2512-mission__menu--line--01 {
  opacity: 1;
}

.p-top2512 .p-top2512-mission .p-top2512-scroll-section-active--1 .p-top2512-mission__menu--line--01:before,
.p-top2512 .p-top2512-mission .p-top2512-scroll-section-active--1 .p-top2512-mission__menu--line--01:after {
  border-color: red;
}

.p-top2512 .p-top2512-mission .p-top2512-scroll-section-active--1 .p-top2512-mission__scrolls {
  top: 0px;
}

.p-top2512 .p-top2512-mission .p-top2512-scroll-section-active--2 .p-top2512-mission__menu {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

.p-top2512 .p-top2512-mission .p-top2512-scroll-section-active--2 .menu_txt {
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.p-top2512 .p-top2512-mission .p-top2512-scroll-section-active--2 .menu02_circle {
  stroke: red;
}

.p-top2512 .p-top2512-mission .p-top2512-scroll-section-active--2 .menu02_active {
  opacity: 1;
}

.p-top2512 .p-top2512-mission .p-top2512-scroll-section-active--2 .p-top2512-mission__scrolls__num--02 {
  border-color: red;
}

.p-top2512 .p-top2512-mission .p-top2512-scroll-section-active--2 .p-top2512-mission__menu--line--02 {
  opacity: 1;
}

.p-top2512 .p-top2512-mission .p-top2512-scroll-section-active--2 .p-top2512-mission__menu--line--02:before,
.p-top2512 .p-top2512-mission .p-top2512-scroll-section-active--2 .p-top2512-mission__menu--line--02:after {
  border-color: red;
}

.p-top2512 .p-top2512-mission .p-top2512-scroll-section-active--2 .p-top2512-mission__scrolls {
  top: calc(var(--vh, -1vh)*-100 + 104px);
}

.p-top2512 .p-top2512-mission .p-top2512-scroll-section-active--3 .p-top2512-mission__menu {
  -webkit-transform: rotate(122deg);
  transform: rotate(122deg);
}

.p-top2512 .p-top2512-mission .p-top2512-scroll-section-active--3 .menu_txt {
  -webkit-transform: rotate(-122deg);
  transform: rotate(-122deg);
}

.p-top2512 .p-top2512-mission .p-top2512-scroll-section-active--3 .menu03_circle {
  stroke: red;
}

.p-top2512 .p-top2512-mission .p-top2512-scroll-section-active--3 .menu03_active {
  opacity: 1;
}

.p-top2512 .p-top2512-mission .p-top2512-scroll-section-active--3 .p-top2512-mission__scrolls__num--03 {
  border-color: red;
}

.p-top2512 .p-top2512-mission .p-top2512-scroll-section-active--3 .p-top2512-mission__menu--line--03 {
  opacity: 1;
}

.p-top2512 .p-top2512-mission .p-top2512-scroll-section-active--3 .p-top2512-mission__menu--line--03:before,
.p-top2512 .p-top2512-mission .p-top2512-scroll-section-active--3 .p-top2512-mission__menu--line--03:after {
  border-color: red;
}

.p-top2512 .p-top2512-mission .p-top2512-scroll-section-active--3 .p-top2512-mission__scrolls {
  top: calc(var(--vh, -1vh)*-200 + 208px);
}

.p-top2512 .p-top2512-mission .p-top2512-scroll-section-active--4 .p-top2512-mission__menu {
  -webkit-transform: rotate(182deg);
  transform: rotate(182deg);
}

.p-top2512 .p-top2512-mission .p-top2512-scroll-section-active--4 .menu_txt {
  -webkit-transform: rotate(-182deg);
  transform: rotate(-182deg);
}

.p-top2512 .p-top2512-mission .p-top2512-scroll-section-active--4 .menu04_circle {
  stroke: red;
}

.p-top2512 .p-top2512-mission .p-top2512-scroll-section-active--4 .menu04_active {
  opacity: 1;
}

.p-top2512 .p-top2512-mission .p-top2512-scroll-section-active--4 .p-top2512-mission__scrolls__num--04 {
  border-color: red;
}

.p-top2512 .p-top2512-mission .p-top2512-scroll-section-active--4 .p-top2512-mission__menu--line--04 {
  opacity: 1;
}

.p-top2512 .p-top2512-mission .p-top2512-scroll-section-active--4 .p-top2512-mission__menu--line--04:before,
.p-top2512 .p-top2512-mission .p-top2512-scroll-section-active--4 .p-top2512-mission__menu--line--04:after {
  border-color: red;
}

.p-top2512 .p-top2512-mission .p-top2512-scroll-section-active--4 .p-top2512-mission__scrolls {
  top: calc(var(--vh, -1vh)*-300 + 312px);
}

.p-top2512 .p-top2512-mission .p-top2512-scroll-section-active--5 .p-top2512-mission__menu {
  -webkit-transform: rotate(243deg);
  transform: rotate(243deg);
}

.p-top2512 .p-top2512-mission .p-top2512-scroll-section-active--5 .menu_txt {
  -webkit-transform: rotate(-243deg);
  transform: rotate(-243deg);
}

.p-top2512 .p-top2512-mission .p-top2512-scroll-section-active--5 .menu05_circle {
  stroke: red;
}

.p-top2512 .p-top2512-mission .p-top2512-scroll-section-active--5 .menu05_active {
  opacity: 1;
}

.p-top2512 .p-top2512-mission .p-top2512-scroll-section-active--5 .p-top2512-mission__scrolls__num--05 {
  border-color: red;
}

.p-top2512 .p-top2512-mission .p-top2512-scroll-section-active--5 .p-top2512-mission__menu--line--05 {
  opacity: 1;
}

.p-top2512 .p-top2512-mission .p-top2512-scroll-section-active--5 .p-top2512-mission__menu--line--05:before,
.p-top2512 .p-top2512-mission .p-top2512-scroll-section-active--5 .p-top2512-mission__menu--line--05:after {
  border-color: red;
}

.p-top2512 .p-top2512-mission .p-top2512-scroll-section-active--5 .p-top2512-mission__scrolls {
  top: calc(var(--vh, -1vh)*-400 + 416px);
}

.p-top2512 .p-top2512-mission .p-top2512-scroll-section-active--6 .p-top2512-mission__menu {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
}

.p-top2512 .p-top2512-mission .p-top2512-scroll-section-active--6 .menu_txt {
  -webkit-transform: rotate(-300deg);
  transform: rotate(-300deg);
}

.p-top2512 .p-top2512-mission .p-top2512-scroll-section-active--6 .menu06_circle {
  stroke: red;
}

.p-top2512 .p-top2512-mission .p-top2512-scroll-section-active--6 .menu06_active {
  opacity: 1;
}

.p-top2512 .p-top2512-mission .p-top2512-scroll-section-active--6 .p-top2512-mission__scrolls__num--06 {
  border-color: red;
}

.p-top2512 .p-top2512-mission .p-top2512-scroll-section-active--6 .p-top2512-mission__menu--line--06 {
  opacity: 1;
}

.p-top2512 .p-top2512-mission .p-top2512-scroll-section-active--6 .p-top2512-mission__menu--line--06:before,
.p-top2512 .p-top2512-mission .p-top2512-scroll-section-active--6 .p-top2512-mission__menu--line--06:after {
  border-color: red;
}

.p-top2512 .p-top2512-mission .p-top2512-scroll-section-active--6 .p-top2512-mission__scrolls {
  top: calc(var(--vh, -1vh)*-500 + 520px);
}

.p-top2512 .p-top2512-story {
  background-color: #2e2e2e;
  margin-top: 90px;
}

.p-top2512 .p-top2512-story--wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 104px;
  left: 0;
  padding-bottom: 110px;
}

.p-top2512 .p-top2512-story__header {
  height: 205px;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: solid 1px #4e4e4e;
  margin: auto;
  min-width: 1060px;
}

.p-top2512 .p-top2512-story__header--inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 0px 90px;
}

.p-top2512 .p-top2512-story__header--inner .p-top2512__title {
  color: #fff;
}

.p-top2512 .p-top2512-story__contents {
  width: 100vw;
  height: calc(100vh - 310px);
  overflow: hidden;
  position: relative;
  border-bottom: solid 1px #4e4e4e;
  box-sizing: border-box;
}

.p-top2512 .p-top2512-story__menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -30px;
}

.p-top2512 .p-top2512-story__menu--pc {
  display: block;
}

.p-top2512 .p-top2512-story__menu--sp {
  display: none;
}

.p-top2512 .p-top2512-story__menu li {
  margin-left: 45px;
  position: relative;
}

.p-top2512 .p-top2512-story__menu li:first-child a span:after {
  display: none;
}

.p-top2512 .p-top2512-story__menu li a {
  font-family: "DM Sans",sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 37px;
  letter-spacing: .42px;
  text-decoration: none;
  color: #fff;
  position: relative;
  color: #888;
}

.p-top2512 .p-top2512-story__menu li a span {
  width: 10px;
  height: 10px;
  border: solid 1px #888;
  background-color: #2e2e2e;
  border-radius: 9999px;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform-origin: center;
  transform-origin: center;
  bottom: -20px;
  transition: .3s;
}

.p-top2512 .p-top2512-story__menu li a span:after,
.p-top2512 .p-top2512-story__menu li a span:before {
  content: "";
  width: 70px;
  height: 1px;
  background-color: #888;
  position: absolute;
  bottom: 5px;
  right: 100%;
  display: block;
  transition: .3s;
}

.p-top2512 .p-top2512-story__menu li a span:before {
  display: none;
}

.p-top2512 .p-top2512-story__menu--01 {
  z-index: 9;
}

.p-top2512 .p-top2512-story__menu--02 {
  z-index: 8;
}

.p-top2512 .p-top2512-story__menu--03 {
  z-index: 7;
}

.p-top2512 .p-top2512-story__menu--04 {
  z-index: 6;
}

.p-top2512 .p-top2512-story__menu--05 {
  z-index: 5;
}

.p-top2512 .p-top2512-story__menu--06 {
  z-index: 4;
}

.p-top2512 .p-top2512-story__menu--07 {
  z-index: 3;
}

.p-top2512 .p-top2512-story__menu--08 {
  z-index: 2;
}

.p-top2512 .p-top2512-story__menu--09 {
  z-index: 1;
}

.p-top2512 .p-top2512-story__menu--09 a {
  color: rgba(0,0,0,0) !important;
}

.p-top2512 .p-top2512-story--items {
  margin-top: -100vh;
  pointer-events: none;
  opacity: 0;
  padding-bottom: 100vh;
}

.p-top2512 .p-top2512-story--item {
  width: 100%;
  height: 100vh;
  border: solid 1px red;
  box-sizing: border-box;
  color: #fff;
  font-size: 20px;
  position: relative;
}

.p-top2512 .p-top2512-story--item--sp {
  display: none;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -400px;
  left: 60px;
  z-index: 10;
  background-color: pink;
  border: solid 1px red;
  opacity: 0;
}

.p-top2512 .p-top2512-story .c-anchor {
  top: 100px;
}

.p-top2512 .p-top2512-story__scroll--items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 855vw;
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: left .3s;
}

.p-top2512 .p-top2512-story__scroll--item {
  width: 90vw;
  padding-left: 80px;
  box-sizing: border-box;
  position: relative;
}

.p-top2512 .p-top2512-story__scroll--item p,
.p-top2512 .p-top2512-story__scroll--item h3 {
  color: #fff;
}

.p-top2512 .p-top2512-story__scroll--09 {
  width: 100vw;
}

.p-top2512 .p-top2512-story__scroll--inner {
  font-family: "Zen Old Mincho",serif;
}

.p-top2512 .p-top2512-story__scroll--header {
  width: 100%;
  height: 38px;
  position: relative;
}

.p-top2512 .p-top2512-story__scroll--year {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: .72px;
  position: relative;
  padding-left: 16px;
}

.p-top2512 .p-top2512-story__scroll--year span {
  width: 10px;
  height: 10px;
  border: solid 1px #888;
  background-color: #2e2e2e;
  border-radius: 9999px;
  display: block;
  position: absolute;
  left: 5px;
  top: 13px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: border .3s,background-color .7s;
  transition-delay: .3s;
}

.p-top2512 .p-top2512-story__scroll--indicator {
  width: calc(100% - 30px);
  height: 1px;
  background-color: #4e4e4e;
  position: absolute;
  top: 50%;
  left: 110px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-top2512 .p-top2512-story__scroll--indicator-bar {
  background-color: #fff;
  display: block;
  height: 1px;
}

.p-top2512 .p-top2512-story__scroll--contents {
  width: 100%;
  height: calc(100% - 38px);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  position: relative;
}

.p-top2512 .p-top2512-story__scroll--img {
  width: 38%;
}

.p-top2512 .p-top2512-story__scroll--img img {
  width: 100%;
}

.p-top2512 .p-top2512-story__scroll--txt {
  width: 62%;
  padding-left: 50px;
}

.p-top2512 .p-top2512-story__scroll--txt h3 {
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: .69px;
}

.p-top2512 .p-top2512-story__scroll--txt p {
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: .48px;
  margin-top: 20px;
  font-size: 15px;
}

.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--1 .p-top2512-story__menu--01 a {
  color: #fff;
}

.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--1 .p-top2512-story__menu--01 span {
  background-color: red;
  border-color: #fff;
  width: 14px;
  height: 14px;
  left: -24px;
}

.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--1 .p-top2512-story__scroll--01 .p-top2512-story__scroll--year span {
  background-color: red;
  border-color: #fff;
}

.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--2 .p-top2512-story__menu--01 a,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--2 .p-top2512-story__menu--02 a {
  color: #fff;
}

.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--2 .p-top2512-story__menu--01 span,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--2 .p-top2512-story__menu--02 span {
  background-color: red;
  border-color: #fff;
  width: 14px;
  height: 14px;
  left: -24px;
}

.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--2 .p-top2512-story__menu--01 span:after,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--2 .p-top2512-story__menu--02 span:after {
  background-color: #fff;
  height: 22px;
  bottom: 15px;
  left: 6px;
}

.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--2 .p-top2512-story__scroll--02 .p-top2512-story__scroll--year span {
  background-color: red;
  border-color: #fff;
}

.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--3 .p-top2512-story__menu--01 a,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--3 .p-top2512-story__menu--02 a,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--3 .p-top2512-story__menu--03 a {
  color: #fff;
}

.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--3 .p-top2512-story__menu--01 span,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--3 .p-top2512-story__menu--02 span,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--3 .p-top2512-story__menu--03 span {
  background-color: red;
  border-color: #fff;
  width: 14px;
  height: 14px;
  left: -24px;
}

.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--3 .p-top2512-story__menu--01 span:after,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--3 .p-top2512-story__menu--02 span:after,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--3 .p-top2512-story__menu--03 span:after {
  background-color: #fff;
  height: 22px;
  bottom: 15px;
  left: 6px;
}

.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--3 .p-top2512-story__scroll--03 .p-top2512-story__scroll--year span {
  background-color: red;
  border-color: #fff;
}

.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--4 .p-top2512-story__menu--01 a,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--4 .p-top2512-story__menu--02 a,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--4 .p-top2512-story__menu--03 a,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--4 .p-top2512-story__menu--04 a {
  color: #fff;
}

.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--4 .p-top2512-story__menu--01 span,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--4 .p-top2512-story__menu--02 span,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--4 .p-top2512-story__menu--03 span,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--4 .p-top2512-story__menu--04 span {
  background-color: red;
  border-color: #fff;
  width: 14px;
  height: 14px;
  left: -24px;
}

.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--4 .p-top2512-story__menu--01 span:after,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--4 .p-top2512-story__menu--02 span:after,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--4 .p-top2512-story__menu--03 span:after,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--4 .p-top2512-story__menu--04 span:after {
  background-color: #fff;
  height: 22px;
  bottom: 15px;
  left: 6px;
}

.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--4 .p-top2512-story__scroll--04 .p-top2512-story__scroll--year span {
  background-color: red;
  border-color: #fff;
}

.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--5 .p-top2512-story__menu--01 a,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--5 .p-top2512-story__menu--02 a,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--5 .p-top2512-story__menu--03 a,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--5 .p-top2512-story__menu--04 a,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--5 .p-top2512-story__menu--05 a {
  color: #fff;
}

.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--5 .p-top2512-story__menu--01 span,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--5 .p-top2512-story__menu--02 span,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--5 .p-top2512-story__menu--03 span,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--5 .p-top2512-story__menu--04 span,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--5 .p-top2512-story__menu--05 span {
  background-color: red;
  border-color: #fff;
  width: 14px;
  height: 14px;
  left: -24px;
}

.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--5 .p-top2512-story__menu--01 span:after,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--5 .p-top2512-story__menu--02 span:after,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--5 .p-top2512-story__menu--03 span:after,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--5 .p-top2512-story__menu--04 span:after,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--5 .p-top2512-story__menu--05 span:after {
  background-color: #fff;
  height: 22px;
  bottom: 15px;
  left: 6px;
}

.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--5 .p-top2512-story__scroll--05 .p-top2512-story__scroll--year span {
  background-color: red;
  border-color: #fff;
}

.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--6 .p-top2512-story__menu--01 a,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--6 .p-top2512-story__menu--02 a,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--6 .p-top2512-story__menu--03 a,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--6 .p-top2512-story__menu--04 a,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--6 .p-top2512-story__menu--05 a,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--6 .p-top2512-story__menu--06 a {
  color: #fff;
}

.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--6 .p-top2512-story__menu--01 span,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--6 .p-top2512-story__menu--02 span,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--6 .p-top2512-story__menu--03 span,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--6 .p-top2512-story__menu--04 span,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--6 .p-top2512-story__menu--05 span,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--6 .p-top2512-story__menu--06 span {
  background-color: red;
  border-color: #fff;
  width: 14px;
  height: 14px;
  left: -24px;
}

.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--6 .p-top2512-story__menu--01 span:after,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--6 .p-top2512-story__menu--02 span:after,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--6 .p-top2512-story__menu--03 span:after,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--6 .p-top2512-story__menu--04 span:after,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--6 .p-top2512-story__menu--05 span:after,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--6 .p-top2512-story__menu--06 span:after {
  background-color: #fff;
  height: 22px;
  bottom: 15px;
  left: 6px;
}

.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--6 .p-top2512-story__scroll--06 .p-top2512-story__scroll--year span {
  background-color: red;
  border-color: #fff;
}

.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--7 .p-top2512-story__menu--01 a,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--7 .p-top2512-story__menu--02 a,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--7 .p-top2512-story__menu--03 a,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--7 .p-top2512-story__menu--04 a,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--7 .p-top2512-story__menu--05 a,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--7 .p-top2512-story__menu--06 a,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--7 .p-top2512-story__menu--07 a {
  color: #fff;
}

.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--7 .p-top2512-story__menu--01 span,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--7 .p-top2512-story__menu--02 span,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--7 .p-top2512-story__menu--03 span,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--7 .p-top2512-story__menu--04 span,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--7 .p-top2512-story__menu--05 span,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--7 .p-top2512-story__menu--06 span,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--7 .p-top2512-story__menu--07 span {
  background-color: red;
  border-color: #fff;
  width: 14px;
  height: 14px;
  left: -24px;
}

.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--7 .p-top2512-story__menu--01 span:after,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--7 .p-top2512-story__menu--02 span:after,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--7 .p-top2512-story__menu--03 span:after,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--7 .p-top2512-story__menu--04 span:after,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--7 .p-top2512-story__menu--05 span:after,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--7 .p-top2512-story__menu--06 span:after,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--7 .p-top2512-story__menu--07 span:after {
  background-color: #fff;
  height: 22px;
  bottom: 15px;
  left: 6px;
}

.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--7 .p-top2512-story__scroll--07 .p-top2512-story__scroll--year span {
  background-color: red;
  border-color: #fff;
}

.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--8 .p-top2512-story__menu--01 a,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--8 .p-top2512-story__menu--02 a,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--8 .p-top2512-story__menu--03 a,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--8 .p-top2512-story__menu--04 a,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--8 .p-top2512-story__menu--05 a,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--8 .p-top2512-story__menu--06 a,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--8 .p-top2512-story__menu--07 a,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--8 .p-top2512-story__menu--08 a {
  color: #fff;
}

.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--8 .p-top2512-story__menu--01 span,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--8 .p-top2512-story__menu--02 span,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--8 .p-top2512-story__menu--03 span,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--8 .p-top2512-story__menu--04 span,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--8 .p-top2512-story__menu--05 span,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--8 .p-top2512-story__menu--06 span,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--8 .p-top2512-story__menu--07 span,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--8 .p-top2512-story__menu--08 span {
  background-color: red;
  border-color: #fff;
  width: 14px;
  height: 14px;
  left: -24px;
}

.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--8 .p-top2512-story__menu--01 span:after,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--8 .p-top2512-story__menu--02 span:after,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--8 .p-top2512-story__menu--03 span:after,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--8 .p-top2512-story__menu--04 span:after,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--8 .p-top2512-story__menu--05 span:after,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--8 .p-top2512-story__menu--06 span:after,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--8 .p-top2512-story__menu--07 span:after,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--8 .p-top2512-story__menu--08 span:after {
  background-color: #fff;
  height: 22px;
  bottom: 15px;
  left: 6px;
}

.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--8 .p-top2512-story__scroll--08 .p-top2512-story__scroll--year span {
  background-color: red;
  border-color: #fff;
}

.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--9 .p-top2512-story__menu--01 a,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--9 .p-top2512-story__menu--02 a,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--9 .p-top2512-story__menu--03 a,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--9 .p-top2512-story__menu--04 a,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--9 .p-top2512-story__menu--05 a,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--9 .p-top2512-story__menu--06 a,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--9 .p-top2512-story__menu--07 a,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--9 .p-top2512-story__menu--08 a,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--9 .p-top2512-story__menu--09 a {
  color: #fff;
}

.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--9 .p-top2512-story__menu--01 span,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--9 .p-top2512-story__menu--02 span,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--9 .p-top2512-story__menu--03 span,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--9 .p-top2512-story__menu--04 span,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--9 .p-top2512-story__menu--05 span,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--9 .p-top2512-story__menu--06 span,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--9 .p-top2512-story__menu--07 span,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--9 .p-top2512-story__menu--08 span,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--9 .p-top2512-story__menu--09 span {
  background-color: red;
  border-color: #fff;
  width: 14px;
  height: 14px;
  left: -24px;
}

.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--9 .p-top2512-story__menu--01 span:after,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--9 .p-top2512-story__menu--02 span:after,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--9 .p-top2512-story__menu--03 span:after,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--9 .p-top2512-story__menu--04 span:after,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--9 .p-top2512-story__menu--05 span:after,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--9 .p-top2512-story__menu--06 span:after,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--9 .p-top2512-story__menu--07 span:after,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--9 .p-top2512-story__menu--08 span:after,
.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--9 .p-top2512-story__menu--09 span:after {
  background-color: #fff;
  height: 22px;
  bottom: 15px;
  left: 6px;
}

.p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--9 .p-top2512-story__scroll--09 .p-top2512-story__scroll--year span {
  background-color: red;
  border-color: #fff;
}

.p-top2512 .p-top2512-cv {
  max-width: 1260px;
  margin: auto;
  margin-top: 90px;
  padding-bottom: 100px;
  background-color: #f5f2ed;
  position: relative;
  z-index: 10;
}

.p-top2512 .p-top2512-cv--items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-top2512 .p-top2512-cv li {
  width: 50%;
  height: 30vw;
  max-height: 390px;
  min-height: 350px;
  display: block;
  border: solid 1px #d4c5c5;
  padding: 10px;
}

.p-top2512 .p-top2512-cv li:first-child {
  border-right: none;
}

.p-top2512 .p-top2512-cv__link {
  color: #fff;
  text-decoration: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  margin: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.p-top2512 .p-top2512-cv__link--brand {
  background-image: url("../images/brand2512/top/cv_brand@2x.webp");
}

.p-top2512 .p-top2512-cv__link--exterior {
  background-image: url("../images/brand2512/top/cv_exterior@2x.webp");
  background-position: center left;
}

.p-top2512 .p-top2512-cv__link--interior {
  background-image: url("../images/brand2512/top/cv_interior@2x.webp");
}

.p-top2512 .p-top2512-cv__link p {
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: .66px;
}

.p-top2512 .p-top2512-cv__link p span {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: .42px;
}

.p-top2512 .p-bland2512page-fv {
  width: 100%;
  height: calc(var(--vh, 1vh)*100);
  position: relative;
}

.p-top2512 .p-bland2512page-fv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-top2512 .p-bland2512page-fv__title {
  position: absolute;
  left: 65px;
  bottom: 50px;
  z-index: 10;
  color: #fff;
}

.p-top2512 .p-bland2512page-fv__title span {
  display: inline-block;
}

.p-top2512 .p-bland2512page-fv__title--en {
  font-family: "DM Sans",sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: .42px;
}

.p-top2512 .p-bland2512page-fv__title--jp {
  font-size: 20px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: 1.2px;
  margin-top: 28px;
}

.p-top2512 .p-bland2512page-fv__title--main {
  font-family: "Zen Old Mincho",serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 1.68px;
  margin-top: 13px;
}

.p-top2512 .p-bland2512page-contents {
  margin-top: 242px;
}

.p-top2512 .p-bland2512page-contents:nth-of-type(2) {
  margin-top: 180px;
}

.p-top2512 .p-bland2512page-contents--reverse .p-bland2512page-contents__fv {
  margin-right: calc((100vw - 1180px)/2);
  margin-left: auto;
}

.p-top2512 .p-bland2512page-contents--reverse .p-bland2512page-contents__fv--side {
  left: auto;
  right: -1px;
}

.p-top2512 .p-bland2512page-contents--reverse .p-bland2512page-contents__fv--side h3 {
  padding-right: 0;
  padding-left: 85px;
  margin-right: 0;
}

.p-top2512 .p-bland2512page-contents--reverse .p-bland2512page-contents__fv__info {
  left: auto;
  right: 0;
  padding-right: 0;
  padding-left: 50px;
}

.p-top2512 .p-bland2512page-contents__fv {
  height: calc(var(--vh, 1vh)*75);
  margin-left: calc((100vw - 1180px)/2);
  min-height: 700px;
  position: relative;
}

.p-top2512 .p-bland2512page-contents__fv--side {
  position: absolute;
  top: -1px;
  left: -1px;
  height: 100%;
  background-color: #f5f2ed;
}

.p-top2512 .p-bland2512page-contents__fv--side h3 {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: 25px;
  font-family: "Zen Old Mincho",serif;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: 3.2px;
  margin-right: 85px;
}

.p-top2512 .p-bland2512page-contents__fv--side h3 span {
  display: inline-block;
}

.p-top2512 .p-bland2512page-contents__fv--side h3 span:nth-of-type(2) {
  margin-top: 70px;
  margin-right: 15px;
}

.p-top2512 .p-bland2512page-contents__fv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-top2512 .p-bland2512page-contents__fv__info {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 370px;
  background-color: #f5f2ed;
  padding-top: 45px;
  padding-right: 50px;
}

.p-top2512 .p-bland2512page-contents__fv__info h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: .4px;
  position: relative;
  margin-bottom: 45px;
}

.p-top2512 .p-bland2512page-contents__fv__info h4 span {
  font-family: "DM Sans",sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .39px;
  display: inline-block;
  position: relative;
}

.p-top2512 .p-bland2512page-contents__fv__info h4:before {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #7d7c7a;
  display: block;
  position: absolute;
  left: 0;
  bottom: -11px;
}

.p-top2512 .p-bland2512page-contents__fv__info p {
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: .28px;
}

.p-top2512 .p-bland2512page-contents__main {
  margin-top: 120px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-top2512 .p-bland2512page-contents__main--detail {
  padding-left: 50px;
}

.p-top2512 .p-bland2512page-contents__main--detail p {
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: .32px;
}

.p-top2512 .p-bland2512page-catch {
  margin-top: 242px;
  background-color: #eee8de;
  background-repeat: no-repeat;
  background-size: 596px 596px;
  background-position: center;
  background-image: url("../images/common/catch_bg@2x.webp");
  text-align: center;
  padding: 100px 20px;
}

.p-top2512 .p-bland2512page-catch p {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 240%;
  letter-spacing: 1.02px;
}

.p-top2512 .p-bland2512page-cv {
  margin-top: 240px;
}

.p-top2512 .u-ta-l {
  text-align: left !important;
}

.p-top2512 .u-ta-c {
  text-align: center !important;
}

.p-top2512 .u-ta-r {
  text-align: right !important;
}

.p-top2512 .u-ta-j {
  text-align: justify !important;
  -ms-text-justify: inter-ideograph !important;
  text-justify: inter-ideograph !important;
}

.p-top2512 .u-bdr-t {
  border-top: 1px solid !important;
}

.p-top2512 .u-bdr-b {
  border-bottom: 1px solid !important;
}

.p-top2512 .u-bdr-l {
  border-left: 1px solid !important;
}

.p-top2512 .u-bdr-r {
  border-right: 1px solid !important;
}

.p-top2512 .u-bdr-n {
  border: none !important;
}

.p-top2512 .u-c-black {
  color: #000 !important;
}

.p-top2512 .u-c-white {
  color: #fff !important;
}

.p-top2512 .u-cs-a {
  cursor: auto;
}

.p-top2512 .u-cs-p {
  cursor: pointer;
}

.p-top2512 .u-sp-hide {
  display: none !important;
}

.p-top2512 .u-d-i {
  display: inline !important;
}

.p-top2512 .u-d-ib {
  display: inline-block !important;
}

.p-top2512 .u-d-b {
  display: block !important;
}

.p-top2512 .u-flex__center__center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-top2512 .u-ab-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.p-top2512 .u-ab-center--v {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.p-top2512 .u-ab-center--h {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.p-top2512 .u-fs-8 {
  font-size: 8px !important;
}

.p-top2512 .u-fs-9 {
  font-size: 9px !important;
}

.p-top2512 .u-fs-10 {
  font-size: 10px !important;
}

.p-top2512 .u-fs-11 {
  font-size: 11px !important;
}

.p-top2512 .u-fs-12 {
  font-size: 12px !important;
}

.p-top2512 .u-fs-13 {
  font-size: 13px !important;
}

.p-top2512 .u-fs-14 {
  font-size: 14px !important;
}

.p-top2512 .u-fs-15 {
  font-size: 15px !important;
}

.p-top2512 .u-fs-16 {
  font-size: 16px !important;
}

.p-top2512 .u-fs-17 {
  font-size: 17px !important;
}

.p-top2512 .u-fs-18 {
  font-size: 18px !important;
}

.p-top2512 .u-fs-19 {
  font-size: 19px !important;
}

.p-top2512 .u-fs-20 {
  font-size: 20px !important;
}

.p-top2512 .u-fs-21 {
  font-size: 21px !important;
}

.p-top2512 .u-fs-22 {
  font-size: 22px !important;
}

.p-top2512 .u-fs-23 {
  font-size: 23px !important;
}

.p-top2512 .u-fs-24 {
  font-size: 24px !important;
}

.p-top2512 .u-fs-25 {
  font-size: 25px !important;
}

.p-top2512 .u-fs-26 {
  font-size: 26px !important;
}

.p-top2512 .u-fs-27 {
  font-size: 27px !important;
}

.p-top2512 .u-fs-28 {
  font-size: 28px !important;
}

.p-top2512 .u-fs-29 {
  font-size: 29px !important;
}

.p-top2512 .u-fs-30 {
  font-size: 30px !important;
}

.p-top2512 .u-fs-31 {
  font-size: 31px !important;
}

.p-top2512 .u-fs-32 {
  font-size: 32px !important;
}

.p-top2512 .u-fs-33 {
  font-size: 33px !important;
}

.p-top2512 .u-fs-34 {
  font-size: 34px !important;
}

.p-top2512 .u-fs-35 {
  font-size: 35px !important;
}

.p-top2512 .u-fs-36 {
  font-size: 36px !important;
}

.p-top2512 .u-fs-37 {
  font-size: 37px !important;
}

.p-top2512 .u-fs-38 {
  font-size: 38px !important;
}

.p-top2512 .u-fs-39 {
  font-size: 39px !important;
}

.p-top2512 .u-fs-40 {
  font-size: 40px !important;
}

.p-top2512 .u-mt-0 {
  margin-top: 0px !important;
}

.p-top2512 .u-mt-5 {
  margin-top: 5px !important;
}

.p-top2512 .u-mt-10 {
  margin-top: 10px !important;
}

.p-top2512 .u-mt-15 {
  margin-top: 15px !important;
}

.p-top2512 .u-mt-20 {
  margin-top: 20px !important;
}

.p-top2512 .u-mt-25 {
  margin-top: 25px !important;
}

.p-top2512 .u-mt-30 {
  margin-top: 30px !important;
}

.p-top2512 .u-mt-35 {
  margin-top: 35px !important;
}

.p-top2512 .u-mt-40 {
  margin-top: 40px !important;
}

.p-top2512 .u-mt-45 {
  margin-top: 45px !important;
}

.p-top2512 .u-mt-50 {
  margin-top: 50px !important;
}

.p-top2512 .u-mt-55 {
  margin-top: 55px !important;
}

.p-top2512 .u-mt-60 {
  margin-top: 60px !important;
}

.p-top2512 .u-mt-65 {
  margin-top: 65px !important;
}

.p-top2512 .u-mt-70 {
  margin-top: 70px !important;
}

.p-top2512 .u-mt-75 {
  margin-top: 75px !important;
}

.p-top2512 .u-mt-80 {
  margin-top: 80px !important;
}

.p-top2512 .u-mt-85 {
  margin-top: 85px !important;
}

.p-top2512 .u-mt-90 {
  margin-top: 90px !important;
}

.p-top2512 .u-mt-95 {
  margin-top: 95px !important;
}

.p-top2512 .u-mt-100 {
  margin-top: 100px !important;
}

.p-top2512 .u-mb-0 {
  margin-bottom: 0px !important;
}

.p-top2512 .u-mb-5 {
  margin-bottom: 5px !important;
}

.p-top2512 .u-mb-10 {
  margin-bottom: 10px !important;
}

.p-top2512 .u-mb-15 {
  margin-bottom: 15px !important;
}

.p-top2512 .u-mb-20 {
  margin-bottom: 20px !important;
}

.p-top2512 .u-mb-25 {
  margin-bottom: 25px !important;
}

.p-top2512 .u-mb-30 {
  margin-bottom: 30px !important;
}

.p-top2512 .u-mb-35 {
  margin-bottom: 35px !important;
}

.p-top2512 .u-mb-40 {
  margin-bottom: 40px !important;
}

.p-top2512 .u-mb-45 {
  margin-bottom: 45px !important;
}

.p-top2512 .u-mb-50 {
  margin-bottom: 50px !important;
}

.p-top2512 .u-mb-55 {
  margin-bottom: 55px !important;
}

.p-top2512 .u-mb-60 {
  margin-bottom: 60px !important;
}

.p-top2512 .u-mb-65 {
  margin-bottom: 65px !important;
}

.p-top2512 .u-mb-70 {
  margin-bottom: 70px !important;
}

.p-top2512 .u-mb-75 {
  margin-bottom: 75px !important;
}

.p-top2512 .u-mb-80 {
  margin-bottom: 80px !important;
}

.p-top2512 .u-mb-85 {
  margin-bottom: 85px !important;
}

.p-top2512 .u-mb-90 {
  margin-bottom: 90px !important;
}

.p-top2512 .u-mb-95 {
  margin-bottom: 95px !important;
}

.p-top2512 .u-mb-100 {
  margin-bottom: 100px !important;
}

.p-top2512 .u-pt-0 {
  padding-top: 0px !important;
}

.p-top2512 .u-pt-5 {
  padding-top: 5px !important;
}

.p-top2512 .u-pt-10 {
  padding-top: 10px !important;
}

.p-top2512 .u-pt-15 {
  padding-top: 15px !important;
}

.p-top2512 .u-pt-20 {
  padding-top: 20px !important;
}

.p-top2512 .u-pt-25 {
  padding-top: 25px !important;
}

.p-top2512 .u-pt-30 {
  padding-top: 30px !important;
}

.p-top2512 .u-pt-35 {
  padding-top: 35px !important;
}

.p-top2512 .u-pt-40 {
  padding-top: 40px !important;
}

.p-top2512 .u-pt-45 {
  padding-top: 45px !important;
}

.p-top2512 .u-pt-50 {
  padding-top: 50px !important;
}

.p-top2512 .u-pt-55 {
  padding-top: 55px !important;
}

.p-top2512 .u-pt-60 {
  padding-top: 60px !important;
}

.p-top2512 .u-pt-65 {
  padding-top: 65px !important;
}

.p-top2512 .u-pt-70 {
  padding-top: 70px !important;
}

.p-top2512 .u-pt-75 {
  padding-top: 75px !important;
}

.p-top2512 .u-pt-80 {
  padding-top: 80px !important;
}

.p-top2512 .u-pt-85 {
  padding-top: 85px !important;
}

.p-top2512 .u-pt-90 {
  padding-top: 90px !important;
}

.p-top2512 .u-pt-95 {
  padding-top: 95px !important;
}

.p-top2512 .u-pt-100 {
  padding-top: 100px !important;
}

.p-top2512 .u-pb-0 {
  padding-bottom: 0px !important;
}

.p-top2512 .u-pb-5 {
  padding-bottom: 5px !important;
}

.p-top2512 .u-pb-10 {
  padding-bottom: 10px !important;
}

.p-top2512 .u-pb-15 {
  padding-bottom: 15px !important;
}

.p-top2512 .u-pb-20 {
  padding-bottom: 20px !important;
}

.p-top2512 .u-pb-25 {
  padding-bottom: 25px !important;
}

.p-top2512 .u-pb-30 {
  padding-bottom: 30px !important;
}

.p-top2512 .u-pb-35 {
  padding-bottom: 35px !important;
}

.p-top2512 .u-pb-40 {
  padding-bottom: 40px !important;
}

.p-top2512 .u-pb-45 {
  padding-bottom: 45px !important;
}

.p-top2512 .u-pb-50 {
  padding-bottom: 50px !important;
}

.p-top2512 .u-pb-55 {
  padding-bottom: 55px !important;
}

.p-top2512 .u-pb-60 {
  padding-bottom: 60px !important;
}

.p-top2512 .u-pb-65 {
  padding-bottom: 65px !important;
}

.p-top2512 .u-pb-70 {
  padding-bottom: 70px !important;
}

.p-top2512 .u-pb-75 {
  padding-bottom: 75px !important;
}

.p-top2512 .u-pb-80 {
  padding-bottom: 80px !important;
}

.p-top2512 .u-pb-85 {
  padding-bottom: 85px !important;
}

.p-top2512 .u-pb-90 {
  padding-bottom: 90px !important;
}

.p-top2512 .u-pb-95 {
  padding-bottom: 95px !important;
}

.p-top2512 .u-pb-100 {
  padding-bottom: 100px !important;
}

.p-top2512 .u-fs-o {
  font-style: oblique !important;
}

.p-top2512 .u-td-u {
  text-decoration: underline !important;
}

.p-top2512 .u-fw-n {
  font-weight: normal !important;
}

.p-top2512 .u-fw-b {
  font-weight: bold !important;
}

@media screen and (min-width: 768px)and (min-height: 1150px) {
  .p-top2512 .p-top2512-meglio--items {
    margin-bottom: 65vh;
  }

  .p-top2512 .p-top2512-mission {
    margin-top: -55vh;
  }
}

@media screen and (min-width: 768px)and (max-height: 800px) {
  .p-top2512 .p-top2512-mission__contents {
    min-height: 477px;
  }
}

@media screen and (min-width: 768px) {
  .p-top2512 .p-top2512-mission .p-top2512-scroll-section-active--2 .p-top2512-mission__menu--line--02:after {
    right: 1px;
  }

  .p-top2512 .p-top2512-mission .p-top2512-scroll-section-active--4 .p-top2512-mission__menu--line--04:before {
    left: -7px;
  }

  .p-top2512 .p-top2512-mission .p-top2512-scroll-section-active--5 .p-top2512-mission__menu--line--05:before {
    width: 37%;
    top: 20px;
  }

  .p-top2512 .p-top2512-mission .p-top2512-scroll-section-active--6 .p-top2512-mission__menu--line--06:before {
    width: 35%;
    top: 19px;
    left: -6px;
  }

  .p-top2512 .p-top2512-story--item--9 {
    height: 150vh;
  }

  .p-top2512 .p-top2512-story__scroll--09 .p-top2512-story__scroll--contents {
    width: 80vw;
    padding-right: 0px;
  }

  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--1 .p-top2512-story__menu--01 a {
    color: #fff;
  }

  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--1 .p-top2512-story__menu--01 span {
    background-color: red;
    border-color: #fff;
    width: 16px;
    height: 16px;
    bottom: -22px;
  }

  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--1 .p-top2512-story__scroll--01 .p-top2512-story__scroll--year span {
    background-color: red;
    border-color: #fff;
  }

  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--1 .p-top2512-story__scroll--items {
    left: 0px;
  }

  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--2 .p-top2512-story__menu--01 a,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--2 .p-top2512-story__menu--02 a {
    color: #fff;
  }

  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--2 .p-top2512-story__menu--01 span,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--2 .p-top2512-story__menu--02 span {
    background-color: red;
    border-color: #fff;
    width: 16px;
    height: 16px;
    bottom: -22px;
  }

  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--2 .p-top2512-story__menu--01 span:after,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--2 .p-top2512-story__menu--02 span:after {
    background-color: #fff;
    bottom: 7px;
  }

  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--2 .p-top2512-story__scroll--01 .p-top2512-story__scroll--year span {
    background-color: red;
    border-color: #fff;
  }

  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--3 .p-top2512-story__menu--01 a,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--3 .p-top2512-story__menu--02 a,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--3 .p-top2512-story__menu--03 a {
    color: #fff;
  }

  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--3 .p-top2512-story__menu--01 span,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--3 .p-top2512-story__menu--02 span,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--3 .p-top2512-story__menu--03 span {
    background-color: red;
    border-color: #fff;
    width: 16px;
    height: 16px;
    bottom: -22px;
  }

  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--3 .p-top2512-story__menu--01 span:after,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--3 .p-top2512-story__menu--02 span:after,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--3 .p-top2512-story__menu--03 span:after {
    bottom: 7px;
    background-color: #fff;
  }

  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--3 .p-top2512-story__scroll--03 .p-top2512-story__scroll--year span {
    background-color: red;
    border-color: #fff;
  }

  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--3 .p-top2512-story__scroll--items {
    left: -180vw;
  }

  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--4 .p-top2512-story__menu--01 a,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--4 .p-top2512-story__menu--02 a,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--4 .p-top2512-story__menu--03 a,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--4 .p-top2512-story__menu--04 a {
    color: #fff;
  }

  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--4 .p-top2512-story__menu--01 span,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--4 .p-top2512-story__menu--02 span,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--4 .p-top2512-story__menu--03 span,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--4 .p-top2512-story__menu--04 span {
    background-color: red;
    border-color: #fff;
    width: 16px;
    height: 16px;
    bottom: -22px;
  }

  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--4 .p-top2512-story__menu--01 span:after,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--4 .p-top2512-story__menu--02 span:after,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--4 .p-top2512-story__menu--03 span:after,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--4 .p-top2512-story__menu--04 span:after {
    background-color: #fff;
    bottom: 7px;
  }

  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--4 .p-top2512-story__scroll--04 .p-top2512-story__scroll--year span {
    background-color: red;
    border-color: #fff;
  }

  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--4 .p-top2512-story__scroll--items {
    left: -270vw;
  }

  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--5 .p-top2512-story__menu--01 a,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--5 .p-top2512-story__menu--02 a,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--5 .p-top2512-story__menu--03 a,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--5 .p-top2512-story__menu--04 a,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--5 .p-top2512-story__menu--05 a {
    color: #fff;
  }

  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--5 .p-top2512-story__menu--01 span,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--5 .p-top2512-story__menu--02 span,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--5 .p-top2512-story__menu--03 span,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--5 .p-top2512-story__menu--04 span,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--5 .p-top2512-story__menu--05 span {
    background-color: red;
    border-color: #fff;
    width: 16px;
    height: 16px;
    bottom: -22px;
  }

  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--5 .p-top2512-story__menu--01 span:after,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--5 .p-top2512-story__menu--02 span:after,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--5 .p-top2512-story__menu--03 span:after,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--5 .p-top2512-story__menu--04 span:after,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--5 .p-top2512-story__menu--05 span:after {
    background-color: #fff;
    bottom: 7px;
  }

  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--5 .p-top2512-story__scroll--05 .p-top2512-story__scroll--year span {
    background-color: red;
    border-color: #fff;
  }

  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--5 .p-top2512-story__scroll--items {
    left: -360vw;
  }

  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--6 .p-top2512-story__menu--01 a,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--6 .p-top2512-story__menu--02 a,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--6 .p-top2512-story__menu--03 a,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--6 .p-top2512-story__menu--04 a,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--6 .p-top2512-story__menu--05 a,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--6 .p-top2512-story__menu--06 a {
    color: #fff;
  }

  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--6 .p-top2512-story__menu--01 span,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--6 .p-top2512-story__menu--02 span,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--6 .p-top2512-story__menu--03 span,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--6 .p-top2512-story__menu--04 span,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--6 .p-top2512-story__menu--05 span,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--6 .p-top2512-story__menu--06 span {
    background-color: red;
    border-color: #fff;
    width: 16px;
    height: 16px;
    bottom: -22px;
  }

  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--6 .p-top2512-story__menu--01 span:after,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--6 .p-top2512-story__menu--02 span:after,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--6 .p-top2512-story__menu--03 span:after,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--6 .p-top2512-story__menu--04 span:after,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--6 .p-top2512-story__menu--05 span:after,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--6 .p-top2512-story__menu--06 span:after {
    background-color: #fff;
    bottom: 7px;
  }

  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--6 .p-top2512-story__scroll--06 .p-top2512-story__scroll--year span {
    background-color: red;
    border-color: #fff;
  }

  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--6 .p-top2512-story__scroll--items {
    left: -450vw;
  }

  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--7 .p-top2512-story__menu--01 a,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--7 .p-top2512-story__menu--02 a,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--7 .p-top2512-story__menu--03 a,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--7 .p-top2512-story__menu--04 a,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--7 .p-top2512-story__menu--05 a,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--7 .p-top2512-story__menu--06 a,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--7 .p-top2512-story__menu--07 a {
    color: #fff;
  }

  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--7 .p-top2512-story__menu--01 span,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--7 .p-top2512-story__menu--02 span,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--7 .p-top2512-story__menu--03 span,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--7 .p-top2512-story__menu--04 span,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--7 .p-top2512-story__menu--05 span,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--7 .p-top2512-story__menu--06 span,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--7 .p-top2512-story__menu--07 span {
    background-color: red;
    border-color: #fff;
    width: 16px;
    height: 16px;
    bottom: -22px;
  }

  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--7 .p-top2512-story__menu--01 span:after,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--7 .p-top2512-story__menu--02 span:after,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--7 .p-top2512-story__menu--03 span:after,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--7 .p-top2512-story__menu--04 span:after,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--7 .p-top2512-story__menu--05 span:after,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--7 .p-top2512-story__menu--06 span:after,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--7 .p-top2512-story__menu--07 span:after {
    background-color: #fff;
    bottom: 7px;
  }

  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--7 .p-top2512-story__menu--07 span:before {
    bottom: 7px;
  }

  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--7 .p-top2512-story__scroll--07 .p-top2512-story__scroll--year span {
    background-color: red;
    border-color: #fff;
  }

  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--7 .p-top2512-story__scroll--items {
    left: -540vw;
  }

  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--8 .p-top2512-story__menu--01 a,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--8 .p-top2512-story__menu--02 a,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--8 .p-top2512-story__menu--03 a,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--8 .p-top2512-story__menu--04 a,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--8 .p-top2512-story__menu--05 a,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--8 .p-top2512-story__menu--06 a,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--8 .p-top2512-story__menu--07 a,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--8 .p-top2512-story__menu--08 a {
    color: #fff;
  }

  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--8 .p-top2512-story__menu--01 span,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--8 .p-top2512-story__menu--02 span,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--8 .p-top2512-story__menu--03 span,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--8 .p-top2512-story__menu--04 span,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--8 .p-top2512-story__menu--05 span,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--8 .p-top2512-story__menu--06 span,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--8 .p-top2512-story__menu--07 span,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--8 .p-top2512-story__menu--08 span {
    background-color: red;
    border-color: #fff;
    width: 16px;
    height: 16px;
    bottom: -22px;
  }

  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--8 .p-top2512-story__menu--01 span:after,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--8 .p-top2512-story__menu--02 span:after,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--8 .p-top2512-story__menu--03 span:after,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--8 .p-top2512-story__menu--04 span:after,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--8 .p-top2512-story__menu--05 span:after,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--8 .p-top2512-story__menu--06 span:after,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--8 .p-top2512-story__menu--07 span:after,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--8 .p-top2512-story__menu--08 span:after {
    background-color: #fff;
    bottom: 7px;
  }

  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--8 .p-top2512-story__menu--08 span:before {
    bottom: 7px;
  }

  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--8 .p-top2512-story__scroll--08 .p-top2512-story__scroll--year span {
    background-color: red;
    border-color: #fff;
  }

  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--8 .p-top2512-story__scroll--items {
    left: -630vw;
  }

  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--9 .p-top2512-story__menu--01 a,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--9 .p-top2512-story__menu--02 a,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--9 .p-top2512-story__menu--03 a,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--9 .p-top2512-story__menu--04 a,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--9 .p-top2512-story__menu--05 a,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--9 .p-top2512-story__menu--06 a,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--9 .p-top2512-story__menu--07 a,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--9 .p-top2512-story__menu--08 a,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--9 .p-top2512-story__menu--09 a {
    color: #fff;
  }

  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--9 .p-top2512-story__menu--01 span,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--9 .p-top2512-story__menu--02 span,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--9 .p-top2512-story__menu--03 span,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--9 .p-top2512-story__menu--04 span,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--9 .p-top2512-story__menu--05 span,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--9 .p-top2512-story__menu--06 span,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--9 .p-top2512-story__menu--07 span,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--9 .p-top2512-story__menu--08 span,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--9 .p-top2512-story__menu--09 span {
    background-color: red;
    border-color: #fff;
    width: 16px;
    height: 16px;
    bottom: -22px;
  }

  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--9 .p-top2512-story__menu--01 span:after,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--9 .p-top2512-story__menu--02 span:after,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--9 .p-top2512-story__menu--03 span:after,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--9 .p-top2512-story__menu--04 span:after,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--9 .p-top2512-story__menu--05 span:after,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--9 .p-top2512-story__menu--06 span:after,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--9 .p-top2512-story__menu--07 span:after,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--9 .p-top2512-story__menu--08 span:after,
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--9 .p-top2512-story__menu--09 span:after {
    background-color: #fff;
    bottom: 7px;
  }

  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--9 .p-top2512-story__menu--09 span:before {
    bottom: 7px;
    background-color: #fff;
  }

  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--9 .p-top2512-story__scroll--09 .p-top2512-story__scroll--year span {
    background-color: red;
    border-color: #fff;
  }

  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--9 .p-top2512-story__scroll--items {
    left: -720vw;
  }

  .p-top2512 .u-pc-hide {
    display: none !important;
  }

  .p-top2512 .u-sp-hide {
    display: block !important;
  }
}

@media screen and (min-width: 768px)and (min-width: 768px) {
  .p-top2512 .p-top2512-story .p-top2512-scroll-section-active--2 .p-top2512-story__scroll--items {
    left: -90vw;
  }
}

@media screen and (min-width: 1020px) {
  .p-top2512 .p-top2512-statement--sp-bottom {
    display: none;
  }
}

@media screen and (max-width: 1375px) {
  .p-top2512 .p-top2512-meglio__item {
    padding: 20px;
  }

  .p-top2512 .p-top2512-meglio__item--logo {
    width: 190px;
  }

  .p-top2512 .p-top2512-meglio__item--detail {
    width: calc(100% - 190px);
  }
}

@media screen and (max-width: 1250px) {
  .p-top2512 .p-bland2512page-contents--reverse .p-bland2512page-contents__fv {
    margin-right: 30px;
    margin-left: 0;
  }

  .p-top2512 .p-bland2512page-contents--reverse .p-bland2512page-contents__fv--side h3 {
    padding-left: 40px;
  }

  .p-top2512 .p-bland2512page-contents__fv {
    margin-left: 30px;
  }
}

@media screen and (max-width: 1225px) {
  .p-top2512 .p-top2512-meglio__item--inner {
    display: block;
    text-align: center;
  }

  .p-top2512 .p-top2512-meglio__item--logo {
    width: 100%;
  }

  .p-top2512 .p-top2512-meglio__item--detail {
    width: 100%;
    padding-left: 0;
  }

  .p-top2512 .p-top2512-meglio__item--txt {
    display: inline-block;
    text-align: left;
    margin-top: 40px;
    margin-left: 0;
  }

  .p-top2512 .p-top2512-meglio__item--1 .p-top2512-meglio__item--detail {
    height: 410px;
    width: 330px;
    margin-top: 20px;
    left: 0;
  }

  .p-top2512 .p-top2512-meglio__item--1 .p-top2512-meglio__item--logo p {
    font-size: 24px;
    font-style: normal;
    letter-spacing: .72px;
  }

  .p-top2512 .p-top2512-meglio__item--1 .p-top2512-meglio__item--logo p span {
    font-size: 15px;
    letter-spacing: .45px;
  }

  .p-top2512 .p-top2512-meglio__item--1--img {
    top: 170px;
  }

  .p-top2512 .p-top2512-meglio__item--1--img--pc {
    display: none;
  }

  .p-top2512 .p-top2512-meglio__item--1--img--sp {
    display: block;
  }

  .p-top2512 .p-top2512-meglio__item--1--txt--1 {
    bottom: auto;
    top: 0px;
    left: 10px;
  }

  .p-top2512 .p-top2512-meglio__item--1--txt--2 {
    bottom: auto;
    top: 0px;
    right: -10px;
  }

  .p-top2512 .p-top2512-meglio__item--1--txt--3 {
    top: auto;
    bottom: 0;
  }

  .p-top2512 .p-top2512-meglio__item--2 {
    background-image: url("../images/brand2512/top/meglio_originality_bg_s@2x.webp");
  }

  .p-top2512 .p-top2512-meglio__item--3 {
    background-image: url("../images/brand2512/top/meglio_meglio_bg_s@2x.webp");
  }

  .p-top2512 .p-top2512-story__menu li {
    margin-left: 40px;
  }
}

@media screen and (max-width: 1185px) {
  .p-top2512 .p-top2512-story__header--inner {
    padding: 0px 60px;
  }

  .p-top2512 .p-top2512-story__menu li {
    margin-left: 30px;
  }

  .p-top2512 .p-top2512-story__menu--09 {
    margin-left: 25px !important;
  }
}

@media screen and (max-width: 1120px) {
  .p-top2512 .p-top2512-statement {
    padding-top: 60px;
  }

  .p-top2512 .p-top2512-statement--inner {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    height: 170vh;
  }

  .p-top2512 .p-top2512-statement .p-top2512__title {
    top: 80px;
    height: auto;
    width: calc(100% - 40px);
    padding-top: 40px;
    padding-bottom: 45px;
    padding-left: 40px;
    background: #f5f2ed;
  }

  .p-top2512 .p-top2512-statement--contents {
    width: 100%;
    height: 130vh;
    padding-top: 0;
  }

  .p-top2512 .p-top2512-statement--items {
    padding-bottom: 0vh;
    top: 630px;
    height: auto;
  }

  .p-top2512 .p-top2512-statement--txt p {
    padding: 0px 30px;
  }

  .p-top2512 .p-top2512-statement--txt--01 .p-top2512-statement--scroll-pos {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  .p-top2512 .p-top2512-statement--txt--02 .p-top2512-statement--scroll-pos {
    margin-top: -230px;
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  .p-top2512 .p-top2512-statement--txt--03 .p-top2512-statement--scroll-pos {
    margin-top: -230px;
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  .p-top2512 .p-top2512-statement__videos {
    width: 100%;
    height: 40vh;
    max-height: 400px;
    margin: auto;
    top: 190px;
    background-color: #f5f2ed;
    margin-top: 0;
  }

  .p-top2512 .p-top2512-statement__videos:after {
    right: 0;
    top: 100%;
    height: 50px;
    background: linear-gradient(0deg, rgba(245, 242, 237, 0) 4%, rgb(245, 242, 237) 43%);
  }

  .p-top2512 .p-top2512-statement__videos--src {
    width: calc(100% - 60px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 1120px)and (max-height: 850px) {
  .p-top2512 .p-top2512-statement--txt--03 .p-top2512-statement--scroll-pos {
    margin-top: -250px;
  }
}

@media screen and (max-width: 768px) {
  .p-top2512 .c-anchor {
    top: -80px;
  }

  .p-top2512 .c-breadcrumbs {
    margin-top: 20px;
  }

  .p-top2512 .c-btn {
    font-size: 18px;
    padding: 6px 10px;
  }

  .p-top2512 .c-btn__request--txt:before {
    margin-top: 2px;
  }

  .p-top2512 .c-btn--arrow {
    max-width: 200px;
    font-weight: 600;
  }

  .p-top2512 .c-btn--arrow:before {
    right: 5px;
  }

  .p-top2512 .c-btn--arrow:after {
    right: 13px;
  }

  .p-top2512 .c-cv-link {
    padding: 15px 0px;
  }

  .p-top2512 .c-cv-link--items {
    display: block;
  }

  .p-top2512 .c-cv-link--item {
    width: 100%;
  }

  .p-top2512 .c-cv-link--item:nth-of-type(1) {
    margin-bottom: 20px;
  }

  .p-top2512 .c-cv-link__btn {
    padding: 32px 20px;
  }

  .p-top2512 .c-cv-link__btn--request .c-cv-link__btn--txt {
    padding-left: 52px;
  }

  .p-top2512 .c-cv-link__btn--requirement .c-cv-link__btn--txt {
    padding-left: 56px;
  }

  .p-top2512 .c-top span {
    font-size: 12px;
  }

  .p-top2512 .c-top span:before {
    width: 26px;
    height: 26px;
  }

  .p-top2512 .l-wrapper {
    min-width: 100%;
    overflow: hidden;
  }

  .p-top2512 .l-container {
    margin: 0 auto;
    padding: 0 20px;
  }

  .p-top2512 .page .main-block {
    padding-top: 55px;
  }

  .p-top2512 .nav-btn {
    display: block;
    top: 10px;
    right: 10px;
  }

  .p-top2512 .nav-btn--inner {
    top: -2px;
  }

  .p-top2512 .nav-btn__txt {
    font-size: 13px;
    bottom: 12px;
  }

  .p-top2512 .p-top2512__title--jp {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .6px;
  }

  .p-top2512 .p-top2512-fv {
    height: calc(var(--vh, 1vh)*100 - 80px);
    max-height: 100%;
    padding-top: 80px;
  }

  .p-top2512 .p-top2512-fv h2 {
    margin-top: -100px;
  }

  .p-top2512 .p-top2512-statement--items {
    top: 530px;
  }

  .p-top2512 .p-top2512-statement__videos {
    width: 100%;
    height: 25vh;
    max-height: 220px;
    margin: auto;
    top: 190px;
    background-color: #f5f2ed;
    margin-top: 0;
  }

  .p-top2512 .p-top2512-meglio {
    margin-top: 80px;
  }

  .p-top2512 .p-top2512-meglio--contents {
    display: block;
  }

  .p-top2512 .p-top2512-meglio .c-anchor {
    top: -200px;
  }

  .p-top2512 .p-top2512-meglio--header {
    width: 100%;
    height: 160px;
    top: 45px;
    z-index: 20;
    background-color: #f5f2ed;
  }

  .p-top2512 .p-top2512-meglio--header--inner {
    margin-left: 0;
  }

  .p-top2512 .p-top2512-meglio--header .p-top2512__title {
    text-align: left;
    padding-left: 30px;
  }

  .p-top2512 .p-top2512-meglio--items {
    width: 100%;
    padding: 10px;
    margin-bottom: 0;
  }

  .p-top2512 .p-top2512-meglio__anchor {
    width: 88px;
    height: 88px;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
  }

  .p-top2512 .p-top2512-meglio__anchor--plus {
    margin-top: 0;
    margin-left: 17px;
  }

  .p-top2512 .p-top2512-meglio__anchor--plus:before {
    width: 15px;
    top: 50%;
    right: calc(100% + 13px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .p-top2512 .p-top2512-meglio__anchor--plus:after {
    height: 15px;
    top: 50%;
    right: calc(100% + 20px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .p-top2512 .p-top2512-meglio__anchor--arrow {
    margin-top: 0;
    margin-left: 12px;
  }

  .p-top2512 .p-top2512-meglio__anchor--arrow--inner {
    width: 20px;
    height: 6px;
    top: 50%;
    right: calc(100% + 6px);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
  }

  .p-top2512 .p-top2512-meglio__anchor--arrow--inner::before,
  .p-top2512 .p-top2512-meglio__anchor--arrow--inner::after {
    height: 12px;
  }

  .p-top2512 .p-top2512-meglio__menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
    width: 88px;
  }

  .p-top2512 .p-top2512-meglio__item {
    height: auto;
    min-height: 100vh;
  }

  .p-top2512 .p-top2512-meglio__item--contents {
    height: calc(100vh - 50px);
  }

  .p-top2512 .p-top2512-meglio__item--1 {
    background-image: url("../images/brand2512/top/meglio_sustainability_bg_s@2x.webp");
  }

  .p-top2512 .p-top2512-mission {
    margin-top: 120px;
  }

  .p-top2512 .p-top2512-mission--wrapper {
    top: 80px;
    height: calc(var(--vh, 1vh)*100 - 80px);
    padding: 10px;
    width: 100%;
    overflow: hidden;
  }

  .p-top2512 .p-top2512-mission__header {
    display: block;
    height: auto;
    padding: 30px 30px 20px 30px;
  }

  .p-top2512 .p-top2512-mission__header--inner {
    display: block;
    margin-top: 25px;
  }

  .p-top2512 .p-top2512-mission__header .p-top2512__title {
    margin-right: 0;
  }

  .p-top2512 .p-top2512-mission__header .p-top2512__title::after {
    display: none;
  }

  .p-top2512 .p-top2512-mission__header p {
    margin-top: 30px;
  }

  .p-top2512 .p-top2512-mission--item .c-anchor {
    top: 200px;
  }

  .p-top2512 .p-top2512-mission__contents {
    height: 100%;
    display: block;
    outline: none;
  }

  .p-top2512 .p-top2512-mission__contents:before {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    background-image: url("../images/brand2512/top/mission_bg_s@2x.webp");
  }

  .p-top2512 .p-top2512-mission__menu {
    width: auto;
    height: var(--sp-menu-height);
    margin: auto;
  }

  .p-top2512 .p-top2512-mission__menu--logo {
    width: 100%;
    top: 193px;
    margin-left: -10px;
  }

  .p-top2512 .p-top2512-mission__menu--logo img {
    width: 150px;
  }

  .p-top2512 .p-top2512-mission__menu--line {
    -webkit-transform: translate(-50%, 0%) rotate(-35deg);
    transform: translate(-50%, 0%) rotate(-35deg);
    top: 527px;
    -webkit-transform-origin: center;
    transform-origin: center;
    width: 92px;
    margin-left: -69px;
  }

  .p-top2512 .p-top2512-mission__menu--line--inner {
    top: -3px;
    left: 1px;
  }

  .p-top2512 .p-top2512-mission__menu--line--inner::before {
    display: none;
  }

  .p-top2512 .p-top2512-mission__menu--line--inner::after {
    width: 100%;
  }

  .p-top2512 .p-top2512-mission__scrolls {
    height: calc(100% - (var(--sp-menu-height) + 20px));
    top: auto !important;
    bottom: 10px;
    overflow: hidden;
    box-sizing: border-box;
  }

  .p-top2512 .p-top2512-mission__scrolls--contents {
    width: 100%;
    height: calc(var(--vh, 1vh)*100 - var(--sp-scroll-height));
    overflow: hidden;
    margin-left: 0;
    top: 0;
  }

  .p-top2512 .p-top2512-mission__scrolls--contents-wrapper {
    position: relative;
    top: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin-top: 0;
  }

  .p-top2512 .p-top2512-mission__scrolls--inner {
    padding-left: 10px;
    padding-right: 10px;
    width: 350px;
    margin: auto;
  }

  .p-top2512 .p-top2512-mission__scrolls--inner h3 {
    line-height: 20px;
  }

  .p-top2512 .p-top2512-mission__scrolls--inner ul li {
    font-size: 15px;
  }

  .p-top2512 .p-top2512-mission__scrolls__num {
    font-size: 16px;
    letter-spacing: 1.12px;
    width: 50px;
    height: 50px;
  }

  .p-top2512 .p-top2512-mission .p-top2512-scroll-section-active--1 .p-top2512-mission__scrolls .p-top2512-mission__scrolls--sp-inner {
    top: 0px;
  }

  .p-top2512 .p-top2512-mission .p-top2512-scroll-section-active--2 .p-top2512-mission__scrolls .p-top2512-mission__scrolls--sp-inner {
    top: calc(var(--vh, 1vh)*-100 + var(--sp-scroll-height));
  }

  .p-top2512 .p-top2512-mission .p-top2512-scroll-section-active--3 .p-top2512-mission__menu {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
  }

  .p-top2512 .p-top2512-mission .p-top2512-scroll-section-active--3 .menu_txt {
    -webkit-transform: rotate(-120deg);
    transform: rotate(-120deg);
  }

  .p-top2512 .p-top2512-mission .p-top2512-scroll-section-active--3 .p-top2512-mission__scrolls .p-top2512-mission__scrolls--sp-inner {
    top: calc(var(--vh, 1vh)*-200 + var(--sp-scroll-height)*2);
  }

  .p-top2512 .p-top2512-mission .p-top2512-scroll-section-active--4 .p-top2512-mission__menu {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .p-top2512 .p-top2512-mission .p-top2512-scroll-section-active--4 .menu_txt {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  .p-top2512 .p-top2512-mission .p-top2512-scroll-section-active--4 .p-top2512-mission__scrolls .p-top2512-mission__scrolls--sp-inner {
    top: calc(var(--vh, 1vh)*-300 + var(--sp-scroll-height)*3);
  }

  .p-top2512 .p-top2512-mission .p-top2512-scroll-section-active--5 .p-top2512-mission__menu {
    -webkit-transform: rotate(240deg);
    transform: rotate(240deg);
  }

  .p-top2512 .p-top2512-mission .p-top2512-scroll-section-active--5 .menu_txt {
    -webkit-transform: rotate(-240deg);
    transform: rotate(-240deg);
  }

  .p-top2512 .p-top2512-mission .p-top2512-scroll-section-active--5 .p-top2512-mission__scrolls .p-top2512-mission__scrolls--sp-inner {
    top: calc(var(--vh, 1vh)*-400 + var(--sp-scroll-height)*4);
  }

  .p-top2512 .p-top2512-mission .p-top2512-scroll-section-active--6 .p-top2512-mission__scrolls .p-top2512-mission__scrolls--sp-inner {
    top: calc(var(--vh, 1vh)*-500 + var(--sp-scroll-height)*5);
  }

  .p-top2512 .p-top2512-story {
    margin-top: 50px;
  }

  .p-top2512 .p-top2512-story--wrapper {
    position: relative;
    width: 100vw;
    top: 0px;
  }

  .p-top2512 .p-top2512-story__header {
    height: 160px;
    min-width: auto;
    position: -webkit-sticky;
    position: sticky;
    top: -80px;
    z-index: 10;
    background-color: #2e2e2e;
    border-bottom: none;
  }

  .p-top2512 .p-top2512-story__header--inner {
    display: block;
    padding: 0 30px;
  }

  .p-top2512 .p-top2512-story__header--inner .p-top2512__title {
    margin-top: 15px;
  }

  .p-top2512 .p-top2512-story__contents {
    overflow: visible;
    height: auto;
    padding-left: 80px;
    border-bottom: none;
  }

  .p-top2512 .p-top2512-story__menu {
    position: absolute;
    top: 189px;
    left: 0;
    z-index: 10;
    background-color: #2e2e2e;
    width: 100px;
    height: 100vh;
    display: block;
    border-right: solid 1px #4e4e4e;
    padding-top: 23px;
  }

  .p-top2512 .p-top2512-story__menu--pc {
    display: none;
  }

  .p-top2512 .p-top2512-story__menu--sp {
    display: block;
  }

  .p-top2512 .p-top2512-story__menu li {
    margin-left: 0;
    text-align: left;
    width: 50px;
    padding-left: 45px;
  }

  .p-top2512 .p-top2512-story__menu li a span {
    left: -23px;
    -webkit-transform: none;
    transform: none;
    bottom: auto;
    top: 10px;
  }

  .p-top2512 .p-top2512-story__menu li a span:after,
  .p-top2512 .p-top2512-story__menu li a span:before {
    width: 1px;
    height: 26px;
    right: auto;
    left: 5px;
    bottom: 11px;
  }

  .p-top2512 .p-top2512-story__menu--09 {
    margin-left: 0 !important;
  }

  .p-top2512 .p-top2512-story--items {
    margin-top: 0;
    display: none;
    padding-bottom: 0;
  }

  .p-top2512 .p-top2512-story--item {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 60px;
    left: 60px;
    z-index: 10;
    background-color: pink;
  }

  .p-top2512 .p-top2512-story--item--sp {
    display: block;
  }

  .p-top2512 .p-top2512-story__scroll--items {
    position: relative;
    width: 100%;
    display: block;
    top: 0;
    -webkit-transform: none;
    transform: none;
  }

  .p-top2512 .p-top2512-story__scroll--item {
    width: 100%;
    padding: 20px 20px 30px 45px;
    overflow: hidden;
  }

  .p-top2512 .p-top2512-story__scroll--item .c-anchor {
    top: -30px;
  }

  .p-top2512 .p-top2512-story__scroll--year {
    width: 90px;
  }

  .p-top2512 .p-top2512-story__scroll--contents {
    display: block;
  }

  .p-top2512 .p-top2512-story__scroll--img {
    width: 77%;
  }

  .p-top2512 .p-top2512-story__scroll--txt {
    padding-left: 0;
    width: 100%;
    margin-top: 30px;
  }

  .p-top2512 .p-top2512-story__scroll--txt h3 {
    margin-top: 0px;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: .6px;
  }

  .p-top2512 .p-top2512-story__scroll--txt p {
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: .45px;
    font-size: 14px;
  }

  .p-top2512 .p-top2512-cv {
    width: 100%;
    margin-top: 0px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .p-top2512 .p-top2512-cv--items {
    display: block;
    margin: auto;
    width: calc(100vw - 40px);
  }

  .p-top2512 .p-top2512-cv li {
    width: 100%;
    height: 53vw;
    max-height: unset;
    min-height: unset;
    box-sizing: border-box;
  }

  .p-top2512 .p-top2512-cv li:first-child {
    border-right: solid 1px #d4c5c5;
    border-bottom: none;
  }

  .p-top2512 .p-bland2512page-fv__title {
    left: 20px;
    bottom: 40px;
  }

  .p-top2512 .p-bland2512page-fv__title--en {
    font-size: 13px;
    letter-spacing: .39px;
  }

  .p-top2512 .p-bland2512page-fv__title--jp {
    font-size: 16px;
    letter-spacing: .96px;
    margin-top: 20px;
  }

  .p-top2512 .p-bland2512page-fv__title--main {
    font-size: 26px;
    letter-spacing: 1.56px;
    margin-top: 16px;
  }

  .p-top2512 .p-bland2512page-contents {
    margin-top: 130px;
  }

  .p-top2512 .p-bland2512page-contents:nth-of-type(2) {
    margin-top: 120px;
  }

  .p-top2512 .p-bland2512page-contents--reverse .p-bland2512page-contents__fv__info {
    padding-left: 30px;
    margin-left: 0;
  }

  .p-top2512 .p-bland2512page-contents__fv {
    min-height: auto;
    height: 90vh;
  }

  .p-top2512 .p-bland2512page-contents__fv--side {
    width: 90px;
  }

  .p-top2512 .p-bland2512page-contents__fv--side h3 {
    margin-right: 40px;
    font-size: 20px;
    letter-spacing: 2.2px;
  }

  .p-top2512 .p-bland2512page-contents__fv--side h3 span:nth-of-type(2) {
    margin-top: 60px;
    margin-right: 8px;
  }

  .p-top2512 .p-bland2512page-contents__fv img {
    height: calc(100vh - 250px);
  }

  .p-top2512 .p-bland2512page-contents__fv__info {
    padding-top: 30px;
    padding-right: 30px;
    bottom: 10px;
    width: calc(100vw - 50px);
  }

  .p-top2512 .p-bland2512page-contents__fv__info h4 {
    font-size: 18px;
    letter-spacing: .36px;
    margin-bottom: 20px;
  }

  .p-top2512 .p-bland2512page-contents__fv__info h4 span {
    font-size: 12px;
    letter-spacing: .36px;
    top: -8px;
  }

  .p-top2512 .p-bland2512page-contents__fv__info h4:before {
    width: 100%;
    bottom: -2px;
  }

  .p-top2512 .p-bland2512page-contents__main {
    display: block;
    margin-top: 40px;
    padding: 0px 10px;
  }

  .p-top2512 .p-bland2512page-contents__main img {
    width: 100%;
  }

  .p-top2512 .p-bland2512page-contents__main--detail {
    padding-left: 0;
    margin-top: 50px;
  }

  .p-top2512 .p-bland2512page-contents__main--detail p {
    font-size: 15px;
    line-height: 190%;
  }

  .p-top2512 .p-bland2512page-catch {
    margin-top: 140px;
    padding: 80px 20px;
    background-size: 100%;
  }

  .p-top2512 .p-bland2512page-catch p {
    font-size: 16px;
    line-height: 220%;
    letter-spacing: .96px;
  }
}

@media screen and (max-width: 768px)and (max-height: 550px) {
  .p-top2512 .p-top2512-fv h2 {
    margin-top: -30px;
  }

  .p-top2512 .p-top2512-fv h2 img {
    width: auto;
    height: 450px;
  }

  .p-top2512 .p-top2512-meglio__item h4 {
    margin-bottom: 20px;
  }
}

@media screen and (max-height: 800px)and (max-width: 768px) {
  .p-top2512 .p-top2512-mission {
    --sp-menu-height: 345px;
  }
}

@media screen and (max-height: 700px)and (max-width: 768px) {
  .p-top2512 .p-top2512-mission {
    --sp-menu-height: 280px;
  }
}

@media screen and (max-width: 768px)and (max-height: 800px) {
  .p-top2512 .p-top2512-mission__menu--logo {
    top: 178px;
  }

  .p-top2512 .p-top2512-mission__menu--logo img {
    width: 135px;
  }

  .p-top2512 .p-top2512-mission__menu--line {
    width: 100px;
    margin-left: -69px;
    top: 504px;
    -webkit-transform: translate(-50%, 0%) rotate(-28deg);
    transform: translate(-50%, 0%) rotate(-28deg);
  }

  .p-top2512 .p-top2512-mission__scrolls--inner h3 {
    font-size: 20px;
    line-height: 14px;
  }

  .p-top2512 .p-top2512-mission__scrolls--inner h4 {
    font-size: 16px;
    line-height: 25px;
    margin-top: 15px;
  }

  .p-top2512 .p-top2512-mission__scrolls--inner ul {
    margin-top: 10px;
  }

  .p-top2512 .p-top2512-mission__scrolls--inner ul li {
    margin-top: 7px;
    font-size: 14px;
  }

  .p-top2512 .p-top2512-mission__scrolls--inner ul li span {
    font-size: 12px;
  }

  .p-top2512 .p-top2512-mission__scrolls__num {
    font-size: 15px;
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 768px)and (max-height: 700px) {
  .p-top2512 .p-top2512-mission__menu--logo {
    top: 154px;
  }

  .p-top2512 .p-top2512-mission__menu--logo img {
    width: 120px;
  }

  .p-top2512 .p-top2512-mission__menu--line {
    width: 103px;
    margin-left: -69px;
    top: 433px;
    -webkit-transform: translate(-50%, 0%) rotate(-28deg);
    transform: translate(-50%, 0%) rotate(-28deg);
  }
}

@media screen and (max-width: 400px) {
  .p-top2512 .p-top2512-story__contents {
    padding-left: 50px;
  }

  .p-top2512 .p-top2512-story__menu {
    width: 70px;
  }

  .p-top2512 .p-top2512-story__menu li {
    padding-left: 29px;
  }

  .p-top2512 .p-top2512-story__menu li a {
    font-size: 12px;
  }

  .p-top2512 .p-top2512-story__menu li a span {
    left: -20px;
  }

  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--1 .p-top2512-story__menu--01 span {
    width: 12px;
    height: 12px;
    left: -20px;
  }

  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--2 .p-top2512-story__menu--01 span,
  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--2 .p-top2512-story__menu--02 span {
    width: 12px;
    height: 12px;
    left: -20px;
  }

  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--2 .p-top2512-story__menu--01 span:after,
  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--2 .p-top2512-story__menu--02 span:after {
    height: 23px;
    bottom: 13px;
    left: 5px;
  }

  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--3 .p-top2512-story__menu--01 span,
  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--3 .p-top2512-story__menu--02 span,
  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--3 .p-top2512-story__menu--03 span {
    width: 12px;
    height: 12px;
    left: -20px;
  }

  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--3 .p-top2512-story__menu--01 span:after,
  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--3 .p-top2512-story__menu--02 span:after,
  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--3 .p-top2512-story__menu--03 span:after {
    height: 23px;
    bottom: 13px;
    left: 5px;
  }

  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--4 .p-top2512-story__menu--01 span,
  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--4 .p-top2512-story__menu--02 span,
  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--4 .p-top2512-story__menu--03 span,
  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--4 .p-top2512-story__menu--04 span {
    width: 12px;
    height: 12px;
    left: -20px;
  }

  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--4 .p-top2512-story__menu--01 span:after,
  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--4 .p-top2512-story__menu--02 span:after,
  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--4 .p-top2512-story__menu--03 span:after,
  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--4 .p-top2512-story__menu--04 span:after {
    height: 23px;
    bottom: 13px;
    left: 5px;
  }

  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--5 .p-top2512-story__menu--01 span,
  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--5 .p-top2512-story__menu--02 span,
  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--5 .p-top2512-story__menu--03 span,
  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--5 .p-top2512-story__menu--04 span,
  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--5 .p-top2512-story__menu--05 span {
    width: 12px;
    height: 12px;
    left: -20px;
  }

  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--5 .p-top2512-story__menu--01 span:after,
  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--5 .p-top2512-story__menu--02 span:after,
  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--5 .p-top2512-story__menu--03 span:after,
  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--5 .p-top2512-story__menu--04 span:after,
  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--5 .p-top2512-story__menu--05 span:after {
    height: 23px;
    bottom: 13px;
    left: 5px;
  }

  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--6 .p-top2512-story__menu--01 span,
  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--6 .p-top2512-story__menu--02 span,
  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--6 .p-top2512-story__menu--03 span,
  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--6 .p-top2512-story__menu--04 span,
  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--6 .p-top2512-story__menu--05 span,
  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--6 .p-top2512-story__menu--06 span {
    width: 12px;
    height: 12px;
    left: -20px;
  }

  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--6 .p-top2512-story__menu--01 span:after,
  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--6 .p-top2512-story__menu--02 span:after,
  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--6 .p-top2512-story__menu--03 span:after,
  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--6 .p-top2512-story__menu--04 span:after,
  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--6 .p-top2512-story__menu--05 span:after,
  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--6 .p-top2512-story__menu--06 span:after {
    height: 23px;
    bottom: 13px;
    left: 5px;
  }

  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--7 .p-top2512-story__menu--01 span,
  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--7 .p-top2512-story__menu--02 span,
  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--7 .p-top2512-story__menu--03 span,
  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--7 .p-top2512-story__menu--04 span,
  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--7 .p-top2512-story__menu--05 span,
  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--7 .p-top2512-story__menu--06 span,
  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--7 .p-top2512-story__menu--07 span {
    width: 12px;
    height: 12px;
    left: -20px;
  }

  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--7 .p-top2512-story__menu--01 span:after,
  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--7 .p-top2512-story__menu--02 span:after,
  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--7 .p-top2512-story__menu--03 span:after,
  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--7 .p-top2512-story__menu--04 span:after,
  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--7 .p-top2512-story__menu--05 span:after,
  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--7 .p-top2512-story__menu--06 span:after,
  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--7 .p-top2512-story__menu--07 span:after {
    height: 23px;
    bottom: 13px;
    left: 5px;
  }

  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--8 .p-top2512-story__menu--01 span,
  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--8 .p-top2512-story__menu--02 span,
  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--8 .p-top2512-story__menu--03 span,
  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--8 .p-top2512-story__menu--04 span,
  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--8 .p-top2512-story__menu--05 span,
  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--8 .p-top2512-story__menu--06 span,
  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--8 .p-top2512-story__menu--07 span,
  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--8 .p-top2512-story__menu--08 span {
    width: 12px;
    height: 12px;
    left: -20px;
  }

  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--8 .p-top2512-story__menu--01 span:after,
  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--8 .p-top2512-story__menu--02 span:after,
  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--8 .p-top2512-story__menu--03 span:after,
  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--8 .p-top2512-story__menu--04 span:after,
  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--8 .p-top2512-story__menu--05 span:after,
  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--8 .p-top2512-story__menu--06 span:after,
  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--8 .p-top2512-story__menu--07 span:after,
  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--8 .p-top2512-story__menu--08 span:after {
    height: 23px;
    bottom: 13px;
    left: 5px;
  }

  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--9 .p-top2512-story__menu--01 span,
  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--9 .p-top2512-story__menu--02 span,
  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--9 .p-top2512-story__menu--03 span,
  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--9 .p-top2512-story__menu--04 span,
  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--9 .p-top2512-story__menu--05 span,
  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--9 .p-top2512-story__menu--06 span,
  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--9 .p-top2512-story__menu--07 span,
  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--9 .p-top2512-story__menu--08 span,
  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--9 .p-top2512-story__menu--09 span {
    width: 12px;
    height: 12px;
    left: -20px;
  }

  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--9 .p-top2512-story__menu--01 span:after,
  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--9 .p-top2512-story__menu--02 span:after,
  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--9 .p-top2512-story__menu--03 span:after,
  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--9 .p-top2512-story__menu--04 span:after,
  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--9 .p-top2512-story__menu--05 span:after,
  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--9 .p-top2512-story__menu--06 span:after,
  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--9 .p-top2512-story__menu--07 span:after,
  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--9 .p-top2512-story__menu--08 span:after,
  .p-top2512 .p-top2512-story--spsize .p-top2512-story--item--sp--active--9 .p-top2512-story__menu--09 span:after {
    height: 23px;
    bottom: 13px;
    left: 5px;
  }
}

@media screen and (max-height: 700px) {
  .p-top2512 .p-top2512-story__scroll--txt p {
    padding-bottom: 50px;
  }
}