@charset "UTF-8";
/*main color*/
/*accent*/
/*mono*/
/*navfoot*/
/*addcolor*/
/*font-family*/
/*font-weight notosans*/
/*media query break point*/
/*sp*/
/*tablet*/
/*se*/
/*追加*/
/*topConcept*/
/*brandHaco*/
/*brandHaco*/
/*grid settings*/
/* media query */
#top main {
  padding-top: 60px;
}
@media only screen and (max-width: 768px) {
  #top main {
    padding-top: 0;
  }
}

.p-cont-bg {
  background-color: #fff;
}

.p-mv {
  position: relative;
}
.p-mv__slide {
  width: 100%;
  aspect-ratio: 683/281;
  position: relative;
}
@media only screen and (max-width: 1080px) {
  .p-mv__slide {
    aspect-ratio: 1.7/1;
  }
}
@media only screen and (max-width: 768px) {
  .p-mv__slide {
    aspect-ratio: 320/312;
  }
}
.p-mv__slide__item {
  width: inherit;
  position: absolute;
}
.p-mv__slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.p-mv__slide__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-mv__img {
  height: 100%;
  opacity: 0;
  width: inherit;
  aspect-ratio: 683/201;
  transform: scale(1); /* ズームリセット */
  width: 100%;
}
@media only screen and (max-width: 1080px) {
  .p-mv__img {
    aspect-ratio: 1.7/1;
  }
}
@media only screen and (max-width: 768px) {
  .p-mv__img {
    aspect-ratio: 1/1;
  }
}
.p-mv__img picture {
  width: inherit;
  height: inherit;
}
.p-mv__img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: inherit;
  height: auto;
  height: 100%;
}
@media only screen and (max-width: 1080px) {
  .p-mv__img img {
    height: 100%;
  }
}
.p-mv__cap {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  font-size: 10px;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .p-mv__cap {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .p-mv__cap {
    font-size: 1rem;
  }
}
.p-mv__ttl {
  display: block;
  width: 100vw;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  font-size: 4rem;
  color: #fff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .p-mv__ttl {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .p-mv__ttl {
    font-size: 2.4rem;
  }
}
.p-mv__ttl span {
  display: block;
}
.p-mv__ttl__en {
  font-size: 0.4em;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  .p-mv__ttl__en {
    margin-top: 1.5rem;
  }
}
.p-mv__ttl__logo {
  display: block;
  width: 13rem;
  width: 60rem;
  min-width: 1.2cm;
}
@media only screen and (max-width: 768px) {
  .p-mv__ttl__logo {
    width: 100vw;
  }
}
.p-mv__ttl__logo-wrap {
  position: absolute;
  top: calc(50% - 17rem);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .p-mv__ttl__logo-wrap {
    top: calc(50% - 22vw);
  }
}
.p-mv__subttl {
  position: absolute;
  top: calc(50% + 2rem);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .p-mv__subttl {
    top: calc(50% - 3rem);
    top: 24rem;
  }
}
.p-mv__subttl.obj--2 {
  top: calc(50% + 8rem);
}
@media only screen and (max-width: 768px) {
  .p-mv__subttl.obj--2 {
    top: calc(50% + 10rem);
    top: 50rem;
  }
}
.p-mv__subttl.obj--3 {
  top: calc(50% + 36rem);
}
@media only screen and (max-width: 768px) {
  .p-mv__subttl.obj--3 {
    top: 74rem;
    width: 100%;
  }
}
.p-mv__subttl.obj--4 {
  top: calc(50% + 58rem);
}
@media only screen and (max-width: 768px) {
  .p-mv__subttl.obj--4 {
    top: 100rem;
    width: 90%;
  }
}
.p-mv__scroll {
  position: absolute;
  bottom: 6vw;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  .p-mv__scroll {
    bottom: 2rem;
  }
}
.p-mv__scroll .mouse {
  margin: 0 auto;
  display: block;
  border-radius: 100px;
  border: 2px solid #fff;
  height: 5rem;
  width: 2.5rem;
  position: relative;
}
.p-mv__scroll .move {
  position: absolute;
  background-color: #fff;
  height: 0.7rem;
  width: 0.7rem;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  animation: move 2s linear infinite;
}
@keyframes move {
  0% {
    transform: translate(-50%, 0.5rem);
    opacity: 0;
  }
  50% {
    transform: translate(-50%, 2rem);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, 4rem);
    opacity: 0;
  }
}

.p-search {
  padding: 4rem 0;
}
@media only screen and (max-width: 768px) {
  .p-search__btn .u-btn-next--graybord {
    border-left: unset;
    border-right: unset;
    border-bottom: unset;
  }
}
.p-search__btn .c-icon {
  margin-right: 1em;
}
.p-search__btnlist {
  margin-top: 3rem;
  display: grid;
  grid-template-areas: "newbuk buklu smap" "sarea sarea sarea";
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}
@media only screen and (max-width: 768px) {
  .p-search__btnlist {
    grid-template-areas: "newbuk" "buklu" "smap" "sarea";
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.p-search__btnlist__1 {
  grid-area: newbuk;
}
.p-search__btnlist__4 {
  grid-area: buklu;
}
.p-search__btnlist__2 {
  grid-area: smap;
}
.p-search__btnlist__3 {
  grid-area: sarea;
  border: 1px solid #D7D7D7;
}
@media only screen and (max-width: 768px) {
  .p-search__btnlist__3 {
    border-left: none;
    border-right: none;
  }
}
.p-search__btnlist__3 .u-btn-tog {
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .p-search__btnlist__3 .u-btn-tog {
    pointer-events: all;
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 789px) {
  .p-search__btnlist__3 .u-btn-tog:hover {
    background-color: #fff;
  }
}
.p-search__btnlist__3 .c-s-area {
  border: none;
}

.p-event__list-wrap {
  margin: 4rem 0;
}
.p-event__img a {
  width: 100%;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) and (min-width: 789px) {
  .p-event__img a:hover {
    opacity: 0.6;
    transition: 0.3s;
  }
}
.p-event__img img {
  width: 100%;
}
.js-single .p-event__img {
  max-width: 30rem;
}

#slider1 .slides {
  left: -33.3333333333%;
}
@media only screen and (max-width: 768px) {
  #slider1 .slides {
    left: -100%;
  }
}

#slider2 {
  position: relative;
}
@media only screen and (max-width: 768px) {
  #slider2.slider-sp {
    padding: 0 2.5rem;
  }
}
#slider2 .slides-sp {
  left: -100%;
}
@media only screen and (max-width: 768px) {
  #slider2 .inner-sp {
    width: 97%;
  }
}

.p-news {
  background-color: #222B3C;
  display: grid;
  grid-template-columns: 25% 1fr;
  padding: 5rem 5rem 4rem;
  margin: 4rem auto;
}
@media only screen and (max-width: 768px) {
  .p-news {
    padding: 2rem 2rem 3rem;
    grid-template-columns: 1fr;
  }
}
.p-news__ttl {
  color: #fff;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .p-news__ttl {
    margin: 2rem 0 3rem;
  }
}
.p-news__ttl .obj--jpsub {
  color: #fff;
}
.p-news__info__item {
  padding: 2rem 0;
  border-bottom: 1px solid #EFEFEF;
  border-bottom: 1px solid rgba(239, 239, 239, 0.3215686275);
}
.p-news__info__item .p-info {
  color: #fff;
}
.p-news__info__item.obj--nolink a {
  pointer-events: none;
}
.p-news__info__item:nth-of-type(1) {
  border-top: 1px solid #EFEFEF;
  border-top: 1px solid rgba(239, 239, 239, 0.3215686275);
}
.p-news__btn {
  margin-top: 3rem;
}
.p-news__btn a {
  color: #fff;
}
@media (hover: hover) and (pointer: fine) and (min-width: 789px) {
  .p-news__btn a:hover {
    background-color: #DEDEDE;
    color: #333;
    border: 1px solid #fff;
  }
  .p-news__btn a:hover .u-arw-right {
    background: #fff !important;
  }
  .p-news__btn a:hover .u-arw-right:before {
    color: #fff;
  }
}

.p-info__dl {
  display: grid;
  grid-template-columns: 22rem 1fr;
}
@media only screen and (max-width: 768px) {
  .p-info__dl {
    grid-template-columns: 1fr;
  }
}
.p-info__dt {
  color: #EFEFEF;
  color: rgba(247, 244, 241, 0.6);
  font-size: 14px;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .p-info__dt {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .p-info__dt {
    font-size: 1.2rem;
  }
}
.p-info__dd {
  font-size: 15px;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .p-info__dd {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .p-info__dd {
    font-size: 1.3rem;
  }
}

.p-conc {
  background-color: #EFEFEF;
  position: relative;
  padding: 6rem 0;
  margin: 14rem 0 8rem;
}
.p-conc__ttl {
  position: absolute;
  right: 0;
  top: -0.8em;
}
.p-conc__subttl {
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .p-conc__subttl {
    width: 5.4vw;
    max-width: 3rem;
  }
}
@media only screen and (max-width: 1080px) {
  .p-conc__inf {
    grid-row: none;
    margin: 3rem 0 0;
    padding-right: 5%;
  }
}
.p-conc__inf-wrap {
  display: grid;
  justify-content: space-between;
  margin-left: calc((100% - 1200px) / 2);
  grid-template-columns: 35% 1fr;
}
@media only screen and (max-width: 1320px) {
  .p-conc__inf-wrap {
    margin-left: 7rem;
  }
}
@media only screen and (max-width: 1080px) {
  .p-conc__inf-wrap {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 768px) {
  .p-conc__inf-wrap {
    margin-left: 11%;
  }
}
.p-conc__inf__ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .p-conc__inf__ttl {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .p-conc__inf__ttl {
    font-size: 2.4rem;
  }
}
.p-conc__inf__ttl-eng {
  display: block;
  margin-top: 1rem;
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 0;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-style: italic;
}
@media (max-width: 768px) {
  .p-conc__inf__ttl-eng {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .p-conc__inf__ttl-eng {
    font-size: 1.8rem;
  }
}
.p-conc__inf__txt {
  margin: 5rem 0;
  white-space: nowrap;
  position: relative;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .p-conc__inf__txt {
    white-space: initial;
  }
}
.p-conc__inf__btn {
  margin-top: 5rem;
}
.p-conc__inf__btn a {
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) and (min-width: 789px) {
  .p-conc__inf__btn a:hover {
    background-color: #fff;
    transition: 0.3s;
  }
}

.p-conts {
  margin: 14rem auto;
}
.p-conts__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
@media only screen and (max-width: 1080px) {
  .p-conts__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .p-conts__list {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.p-contcard {
  display: flex;
  overflow: hidden;
  position: relative;
  color: #fff;
}
.p-contcard__img {
  width: 100%;
  aspect-ratio: 95/106;
  transition: 0.3s;
}
.p-contcard__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p-contcard__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 43, 60, 0.5);
}
.p-contcard__inf {
  position: absolute;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.p-contcard__inf__ttl {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  font-size: 1.3rem;
  border-bottom: 1px solid;
}
@media (max-width: 768px) {
  .p-contcard__inf__ttl {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .p-contcard__inf__ttl {
    font-size: 1.2rem;
  }
}
.p-contcard__inf__ttl em {
  font-size: 19px;
  font-size: 1.9rem;
  margin: 0 0.4em;
}
@media (max-width: 768px) {
  .p-contcard__inf__ttl em {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .p-contcard__inf__ttl em {
    font-size: 1.8rem;
  }
}
.p-contcard__inf__main {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 768px) {
  .p-contcard__inf__main {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .p-contcard__inf__main {
    font-size: 2rem;
  }
}
.p-contcard__inf__txt {
  border-top: 1px solid;
  padding-top: 1rem;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .p-contcard__inf__txt {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .p-contcard__inf__txt {
    font-size: 1.3rem;
  }
}
.p-contcard:focus {
  color: #fff;
}
@media (hover: hover) and (pointer: fine) and (min-width: 789px) {
  .p-contcard:hover {
    color: #fff;
  }
  .p-contcard:hover .p-contcard__img {
    transform: scale(1.2);
    transition: 0.3s;
  }
}

.p-voice__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-voice__list {
    flex-direction: row;
    gap: unset;
  }
}
.p-voice__list-wrap {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  margin: 4rem auto;
}
@media only screen and (max-width: 768px) {
  .p-voice__list-wrap {
    width: 100%;
  }
}
.p-voice__btn {
  margin: 4rem auto;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .p-voice__btn {
    margin: 2rem auto;
    justify-content: flex-start;
    margin-left: 5%;
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 789px) {
  .p-voice__btn a:hover {
    background-color: #EFEFEF;
  }
}

#slider3.slider {
  padding: 0 0;
}
@media only screen and (max-width: 768px) {
  #slider3.slider {
    padding: 0 10vw;
  }
}
@media only screen and (max-width: 768px) {
  #slider3 .slides {
    left: -100%;
  }
}
#slider3 .inner {
  width: 97%;
}

.p-other {
  margin: 4rem auto;
}
.p-other a {
  display: block;
  aspect-ratio: 526/240;
  max-width: 52.6rem;
}
.p-other a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-sns {
  margin: 4rem auto 8rem;
}
.p-sns__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 29px;
  font-size: 2.9rem;
}
@media (max-width: 768px) {
  .p-sns__ttl {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .p-sns__ttl {
    font-size: 2.4rem;
  }
}
.p-sns__insta {
  margin: 3rem auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 768px) {
  .p-sns__insta {
    width: 90%;
  }
}
.p-sns__tiktok {
  margin: 3rem auto;
}
.p-sns__tiktok__btn {
  position: relative;
  display: block;
  width: 100%;
  transition: 0.3s;
}
.p-sns__tiktok__btn::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: #333;
  opacity: 0.3;
}
.p-sns__tiktok__btn__bg::before {
  content: url("../../../../assets/img/common/icon-tiktok-wh.svg");
  position: absolute;
  top: 1rem;
  right: 15px;
  width: 23px;
  height: 27px;
  z-index: 1;
}
.p-sns__tiktok__btn__bg::after {
  content: url("../../../../assets/img/common/icon-play.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 7rem;
  height: 7rem;
  z-index: 1;
}
.p-sns__tiktok__btn img {
  width: 100%;
}
@media (hover: hover) and (pointer: fine) and (min-width: 789px) {
  .p-sns__tiktok__btn:hover {
    opacity: 0.7;
    transition: 0.3s;
  }
}
.p-sns__btn {
  position: relative;
  margin: 0 auto;
  width: 24rem;
}
.p-sns__btn a {
  width: 100%;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) and (min-width: 789px) {
  .p-sns__btn a:hover {
    background-color: #EFEFEF;
    transition: 0.3s;
  }
}
.p-sns__btn .c-icon-link {
  position: absolute;
  right: 1rem;
}

@media only screen and (max-width: 768px) {
  #slider4 .slides {
    left: -100%;
  }
}

#top-oldmv .p-mv {
  position: relative;
}
#top-oldmv .p-mv__slide {
  width: 100%;
  aspect-ratio: 683/281;
  position: relative;
}
@media only screen and (max-width: 1080px) {
  #top-oldmv .p-mv__slide {
    aspect-ratio: 1.7/1;
  }
}
@media only screen and (max-width: 768px) {
  #top-oldmv .p-mv__slide {
    aspect-ratio: 320/312;
  }
}
#top-oldmv .p-mv__slide__item {
  width: inherit;
  position: absolute;
}
#top-oldmv .p-mv__img {
  opacity: 0;
  width: inherit;
  aspect-ratio: 683/281;
}
@media only screen and (max-width: 1080px) {
  #top-oldmv .p-mv__img {
    aspect-ratio: 1.7/1;
  }
}
@media only screen and (max-width: 768px) {
  #top-oldmv .p-mv__img {
    aspect-ratio: 1/1;
  }
}
#top-oldmv .p-mv__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: inherit;
  height: auto;
}
@media only screen and (max-width: 1080px) {
  #top-oldmv .p-mv__img img {
    height: 100%;
  }
}
#top-oldmv .p-mv__img#image2::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0.1, 0.1, 0.1, 0.25);
  display: block;
  position: absolute;
  top: 0;
}
#top-oldmv .p-mv__ttl {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  font-size: 4rem;
  color: #fff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  #top-oldmv .p-mv__ttl {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  #top-oldmv .p-mv__ttl {
    font-size: 2.4rem;
  }
}
#top-oldmv .p-mv__ttl span {
  display: block;
}
#top-oldmv .p-mv__ttl__en {
  font-size: 0.4em;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  #top-oldmv .p-mv__ttl__en {
    margin-top: 1.5rem;
  }
}
#top-oldmv .p-mv__cap {
  right: 0.5rem;
  bottom: 0.5rem;
  position: absolute;
  color: #fff;
  font-size: 1.2rem;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  #top-oldmv .p-mv__cap {
    font-size: 1rem;
  }
}
#top-oldmv .p-mv__dots {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translate(-50%, -50%);
  width: -moz-fit-content;
  width: fit-content;
  height: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
@media only screen and (max-width: 768px) {
  #top-oldmv .p-mv__dots {
    bottom: 1.3rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
#top-oldmv .p-mv__dots button {
  position: relative;
  width: 3.7rem;
  height: 3px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.4);
  transition: height 0.1s;
}
@media (hover: hover) and (pointer: fine) and (min-width: 789px) {
  #top-oldmv .p-mv__dots button:hover {
    height: 6px;
  }
}
@media only screen and (max-width: 768px) {
  #top-oldmv .p-mv__dots button {
    width: 2.5rem;
  }
}
#top-oldmv .p-mv__dots button.active {
  transition: 1s;
}
#top-oldmv .p-mv__dots button.active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  animation: dotanime 5s ease-out;
}
@keyframes dotanime {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
#top-oldmv .p-mv__dots button.active.js-dotwhite {
  background-color: white;
  transition: 1s;
}
#top-oldmv .p-mv__control {
  position: absolute;
  bottom: 0rem;
  left: calc(50% - 9rem);
  transform: translate(-50%, -50%);
  background: white;
  border-radius: 50px;
  width: 2.6rem;
  height: 2.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #top-oldmv .p-mv__control {
    bottom: -1rem;
    left: calc(50% - 7.5rem);
  }
}/*# sourceMappingURL=top.css.map */