.p-mv1a {
  position: relative;
  padding-top: 40px;
}

@media screen and (min-width: 768px) {
  .p-mv1a {
    padding-top: 94px;
  }
}

.mv__en {
  position: absolute;
  z-index: 2;
  width: 27%;
  top: 13.6%;
  left: -1%;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .mv__en {
    width: 25%;
    top: 22.6%;
    left: -1%;
  }
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .mv__en {
    width: 25%;
    top: 19.6%;
    left: -1%;
  }
}

@media screen and (max-width: 767px) {
  .mv__en {
    position: absolute;
    z-index: 2;
    width: 40%;
    top: 10.6%;
    left: -1%; 
  }
  }
.mv__en img {
  width: 100%;
}



.p-mv1a__text {
  position: absolute;
  bottom: 8.2%;
  left: 5.8%;
  z-index: 1;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .p-mv1a__text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    bottom: 19.5%;
    left: 7.9%;
  }
}

.p-mv1a__title {
  line-height: 1.5;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;

  font-size: 26px;
  letter-spacing: 0.18em;
  text-align: left;
  color: #fff;

}

@media screen and (min-width: 768px) {
  .p-mv1a__title {
    font-size: 40px;
    letter-spacing: 0.18em;
    line-height: 1.5;
  }
}

.p-mv1a__title::after {
  content: "";
  position: absolute;
  bottom: -1.7rem;
  left: 0;
  display: block;
  max-width: 29.3rem;
  width: 91.5%;
  height: 1px;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .p-mv1a__title::after {
    max-width: none;
    width: 94.5%;
    bottom: -16.7%;
  }
}

.p-mv1a__enTitle {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  margin-top: 29px;
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: 0.12em;
  white-space: normal;
  font-family: Inter;
  font-weight: normal;
  color: #fff;


  font-size: 9px;
  letter-spacing: 0.12em;
  line-height: 19px;
  text-align: left;
  color: #fff;

}

@media screen and (min-width: 768px) {
  .p-mv1a__enTitle {
    font-size: 14px;
    margin-top: 39px;
    letter-spacing: 0.12em;
    line-height: 2.142857142857143;
  }
}

.p-mv1a__enTitle::first-letter {
  text-transform: capitalize;
}

.p-mv1a__scroll {
  position: absolute;
  bottom: 9.3rem;
  left: 2.4rem;
}

.p-mv1a__news {
  position: absolute;
  left: 0;
  bottom: -3.8rem;
  display: inline-block;
  height: 6.4rem;
  padding: 14px 10px 0 10px;
  width: 100%;
  max-width: min(80.2vw, 50rem);
  z-index: 2;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
  background: #2F2F2F;
}

@media screen and (min-width: 768px) {
  .p-mv1a__news {
    background: linear-gradient(-45deg, #3B3B3B, #111111);
    bottom: 0;
    height: 6.8rem;
    max-width: min(49vw, 70.3rem);
    padding: 0 0 0 min(6.6vw, 9.4rem);
    display: flex;
    -moz-column-gap: 5.9rem;
    column-gap: 5.9rem;
    align-items: center;
    color: #fff;
  }
}

@media screen and (min-width: 768px) and (max-width: 1250px) {
  .p-mv1a__news {
    padding-left: 2.6vw;
  }
}

@media screen and (min-width: 768px) {
  .p-mv1a__news:hover {
    opacity: 0.7;
  }
}

.p-mv1a__news::after {
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  top: 4.3rem;
  right: 2.1rem;
  transform: rotate(-45deg) translateY(-6px);
  transition: border 0.3s ease-out;
}

@media screen and (min-width: 768px) {
  .p-mv1a__news::after {
    top: 50%;
    right: 3.4rem;
    width: 0.6rem;
    height: 0.6rem;
    transform: rotate(-45deg) translateY(-3px);
  }
}

.p-mv1a__news:hover::after {
  border-color: #fff;
}

.p-mv1a__newsEnTitle {
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .p-mv1a__newsEnTitle {
    font-size: 12px;
    transform: translateY(2px);
  }
}

.p-mv1a__newsWrap {
  display: flex;
  align-items: center;
  scale: 0.9;
  letter-spacing: 0.08em;
  -moz-column-gap: 0.4rem;
  column-gap: 0.4rem;
  margin-top: 0.5rem;
  margin: 0.5rem 0 0 -1.5rem;
}

@media screen and (min-width: 768px) {
  .p-mv1a__newsWrap {
    margin: 0;
    -moz-column-gap: 9px;
    column-gap: 9px;
  }
}

.p-mv1a__newsTitle {
  width: 18.5rem;
  /* 省略せずに表示するサイズを指定 */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-align: left;
  color: #fff;


}

@media screen and (min-width: 768px) {
  .p-mv1a__newsTitle {
    width: min(22.5vw, 32.3rem);
  }
}

.p-mv1a__slider {
  max-width: 100vw;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-mv1a__slider {
    max-width: 100vw;
  }
}

.p-mv1a__slider .swiper-slide {
  width: 100%;
  height: 100%;
}

.p-mv1a__slider .swiper-slide::before {
  background: rgba(21, 21, 21, 0.2);
  position: relative;
  z-index: 1;
  padding-top: 121.380282%;
}

@media screen and (min-width: 768px) {
  .p-mv1a__slider .swiper-slide::before {
    padding-top: 47.1%;
  }
}

/* サムネイル設定 */
.p-mv1a__thumbnail.swiper {
  background-color: #3A3A3A;
  padding: 0.6rem;
  position: absolute;
  z-index: 2;
  bottom: -3.3rem;
  right: 9.4rem;
  width: 100%;
  max-width: 38.6rem;
  margin: 0;
}

.p-mv1a__thumbnail .swiper-slide {
  width: 9.3rem;
  cursor: pointer;
}

.p-mv1a__thumbnail .swiper-slide::before {
  position: relative;
  z-index: 1;
  background: rgba(54, 54, 54, 0.3);
  padding-top: 59.1397849462%;
}

.p-mv1a .swiper-slide-thumb-active::after {
  content: "";
  display: block;
  width: 1.8rem;
  height: 0.6rem;
  position: absolute;
  background: #fff;
  z-index: 100;
  top: -0.6rem;
  left: 50%;
  transform: translateX(-50%);
}

.p-mv1aHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
  height: 5.8rem;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .p-mv1aHeader {
    height: 7.3rem;
  }
}

.p-mv1aHeader__logo {
  width: 11.3rem;
  margin-left: 1.4rem;
}

@media screen and (min-width: 768px) {
  .p-mv1aHeader__logo {
    margin-left: 2.9rem;
  }
}

.p-mv1aNav {
  position: fixed;
  top: 5.8rem;
  left: 0;
  width: 100%;
  height: calc(100vh - 5.8rem);
  background-color: #fff;
  z-index: 100;
  transform: translateX(-100%);
  transition: transform 0.4s ease-out;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease-out;
  padding-top: 3.4rem;
}

@media screen and (min-width: 768px) {
  .p-mv1aNav {
    position: static;
    max-width: min(85vw, 112rem);
    height: 100%;
    opacity: 1;
    visibility: visible;
    overflow: visible;
    transform: translateX(0);
    margin-left: auto;
    background-color: transparent;
    padding-top: 0;
  }
}

.p-mv1aNav.open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.p-mv1aNav__inner {
  width: 100%;
  padding: 0 2.4rem 11.2rem;
  min-height: 100%;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-mv1aNav__inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 2.4rem 0 0;
  }
}

.p-mv1aNav__inner::after {
  content: "";
  display: block;
  width: 100vw;
  height: 10px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 calc(50% - 50vw);
}

@media screen and (min-width: 768px) {
  .p-mv1aNav__inner::after {
    content: none;
  }
}

.p-mv1aNav__container {
  width: 100%;
  max-width: 56rem;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .p-mv1aNav__container {
    max-width: min(56vw, 70rem);
    display: flex;
    justify-content: flex-end;
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    -webkit-margin-end: 0;
    margin-inline-end: 0;
  }
}

.p-mv1aNav__link {
  display: block;
  width: 100%;
  letter-spacing: 0.08em;
  font-weight: 400;
  padding: 2.8rem 0 1.3rem;
  border-bottom: 1px solid #000;
  position: relative;
  font-size: 1.5rem;
  font-family: "Noto Serif JP", serif;
}

@media screen and (min-width: 768px) {
  .p-mv1aNav__link {
    font-size: 1.2rem;
    padding: 0 1.7rem;
    width: auto;
    border: none;
    display: flex;
    align-items: center;
  }
}

.p-mv1aNav__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 57%;
  right: 1.5rem;
  width: 0.6rem;
  height: 0.6rem;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(-45deg) translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
  .p-mv1aNav__link::after {
    content: none;
  }
}

.p-mv1aNav__menu {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  margin-top: 3.5rem;
}

@media screen and (min-width: 768px) {
  .p-mv1aNav__menu {
    margin-top: 0;
    justify-content: flex-end;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    margin-left: 2.8rem;
  }
}

.p-mv1aNav__circle {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 4.2rem;
  height: 4.2rem;
}

@media screen and (min-width: 768px) {
  .p-mv1aNav__circle {
    width: 2.8rem;
    height: 2.8rem;
  }
}

.p-mv1aNav__circle--instagram {
  background-image: url(../images/mv1a/icon-instagram.svg);
}

.p-mv1aNav__circle--facebook {
  background-image: url(../images/mv1a/icon-facebook.svg);
}

.p-mv1aNav__button {
  margin-top: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #B72121;
  width: 100%;
  max-width: 28rem;
  color: #fff;
  margin-inline: auto;
  padding: 1.3rem 0;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  position: relative;
  transition: opacity 0.3s ease-out;
}

@media screen and (min-width: 768px) {
  .p-mv1aNav__button {
    font-size: 1.2rem;
    max-width: 15.2rem;
    padding: 0.85rem 0;
    margin-top: 0;
    -webkit-margin-start: 3rem;
    margin-inline-start: 3rem;
    -webkit-margin-end: 0;
    margin-inline-end: 0;
  }
}

.p-mv1aNav__button:hover {
  opacity: 0.8;
}

.p-mv1aNav__button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: 0.6rem;
  height: 0.6rem;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(-45deg) translateY(-50%);
}

@media screen and (min-width: 768px) {
  .p-mv1aNav__button::after {
    content: none;
  }
}

.p-mv1aNav__button span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.p-mv1aNav__button span::before {
  content: "";
  display: block;
  width: 1.2rem;
  height: 0.9rem;
  background-image: url(../images/mv1a/mail.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-right: 0.3rem;
}

.p-mv1aHamburger {
  background-color: #000;
  width: 5.8rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  cursor: pointer;
}

.p-mv1aHamburger__button {
  display: block;
  width: 2rem;
  height: 1.5rem;
  position: relative;
}

.p-mv1aHamburger__button span {
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: 0.3s;
}

.p-mv1aHamburger__button span:first-child {
  top: 0;
}

.p-mv1aHamburger__button span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.p-mv1aHamburger__button span:last-child {
  bottom: 0;
}

.p-mv1aHamburger__button.open span {
  top: 50%;
  transform: translateY(-50%);
}

.p-mv1aHamburger__button.open span:first-child {
  transform: rotate(45deg);
}

.p-mv1aHamburger__button.open span:nth-child(2) {
  display: none;
}

.p-mv1aHamburger__button.open span:last-child {
  transform: rotate(-45deg);
}

.p-mv1aScroll {
  width: 1.5rem;
  height: 16.7rem;
}

.p-mv1aScroll::before,
.p-mv1aScroll::after {
  content: "";
  position: absolute;
  left: 90%;
  transform: translateX(-50%);
}

.p-mv1aScroll::before {
  width: 1px;
  height: 95px;
  background-color: #fff;
  z-index: 1;
  bottom: 27px;
  left: 90%;
}

@media (min-width: 768px) and (max-width: 999px) {
  .p-mv1aScroll::before {
    height: 45px;
  }
}

.p-mv1aScroll::after {
  width: 7px;
  height: 7px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 1;
}

.p-mv1aScroll::after {
  -webkit-animation: circleMoveMv1a 4s ease-in-out infinite;
  animation: circleMoveMv1a 4s ease-in-out infinite;
}

.p-mv1aScroll span {
  display: block;
  position: absolute;
  top: -19px;
  left: 91%;
  transform: translateX(-50%);
  font-family: "Inter", sans-serif;
  color: #fff;
  letter-spacing: 0.23em;
  font-weight: 500;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
  z-index: 1;
  white-space: nowrap;
  writing-mode: vertical-rl;
}

@-webkit-keyframes circleMoveMv1a {
  0% {
    bottom: 11.25rem;
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  80% {
    opacity: 0.9;
  }

  100% {
    bottom: 2.75rem;
    opacity: 0;
  }
}

@keyframes circleMoveMv1a {
  0% {
    bottom: 11.25rem;
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  80% {
    opacity: 0.9;
  }

  100% {
    bottom: 2.75rem;
    opacity: 0;
  }
}

.p-mv1a__time {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  text-align: left;
  color: #fff;
}



.line {
  
}
@keyframes circleAnim {
  0% {
    stroke-dasharray: 0 440;
  }
  99.9%,
  to {
    stroke-dasharray: 440 440;
  }
}
 
.box .percent svg {
  transform: rotate(-90deg);
}

.mv__circles {position: absolute;
  top: 40%;
  right: 3%;
  z-index: 4;
}

@media screen and (max-width: 767px) {
  .mv__circles {
    top: 18%;
    right: 2%;
    z-index: 4;
    scale: 0.55;
  }
}

.mv__circle {
  position: relative;
}
.mv__circle::before {
  position: absolute;
  display: block;
  content: '';
  background-color: #fff;
  width: 5px;
  height: 5px;
  transform: translate(50%, -80%);
  top: 50%;
  right: 50%;
  border-radius: 50%;
}


.mv__circle svg {
  background-color: transparent;
  stroke: transparent;
}

.mv__circle svg circle {
  background-color: transparent;
  stroke: transparent ;
}

.mv__circle svg {
  position: relative;
  width: 60px;
  height: 60px;
}


@media screen and (max-width: 767px) {
  .mv__circle svg {
    position: relative;
    width: 60px;
    height: 60px;
  }
}

.mv__circle svg circle {
  position: relative;
  fill: none;
  stroke-width: 1;
  stroke: transparent;
  stroke-dasharray: 440;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  
}

.mv__circle--active .line {
  animation: circleAnim 21s forwards;
}

.mv__circle--1--active .line {
  animation: circleAnim 15s forwards !important;
}

.mv__circle--active svg {
  background-color: transparent;
  stroke: transparent;
}

.mv__circle--active svg circle {
  background-color: transparent;
  stroke: transparent #fff;
}

.mv__circle--active svg circle.base {
  stroke-dashoffset: calc(440 - (440 * 100) / 100);
  stroke: #fff;
  opacity: 0.45;
}

.mv__circle--active svg circle.line {
  stroke-dashoffset: calc(440 - (440 * 100) / 100);
  stroke: #fff;
  opacity: 1;
}

.mv__circle--1--active svg {
  background-color: transparent;
  stroke: transparent;
}

.mv__circle--1--active svg circle {
  background-color: transparent;
  stroke: transparent #fff;
}

.mv__circle--1--active svg circle.base {
  stroke-dashoffset: calc(440 - (440 * 100) / 100);
  stroke: #fff;
  opacity: 0.45;
}

.mv__circle--1--active svg circle.line {
  stroke-dashoffset: calc(440 - (440 * 100) / 100);
  stroke: #fff;
  opacity: 1;
}