/* arguments inittial */
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500&display=swap");
/* font style */
/* site style */
/* [ writing-mode ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
.page-ms.ms-top .ms-top-act {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  background: #E7EAF5;
  font-weight: bold;
  gap: 20px;
}

@media only screen and (max-width: 1024px) {
  .page-ms.ms-top .ms-top-act {
    height: 50px;
    gap: 15px;
  }
}

@media (max-width: 639px) {
  .page-ms.ms-top .ms-top-act {
    flex-direction: column;
    gap: 8px;
    height: 76px;
  }
}

.page-ms.ms-top .ms-top-act span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 189px;
  height: 36px;
  color: #fff;
  font-size: 20px;
  background: #FF0000;
  gap: 8px;
}

@media only screen and (max-width: 1024px) {
  .page-ms.ms-top .ms-top-act span {
    font-size: 16px;
    height: 30px;
    width: 160px;
  }
}

@media (max-width: 639px) {
  .page-ms.ms-top .ms-top-act span {
    font-size: 14px;
    width: 150px;
    height: 26px;
    padding-top: 2px;
    gap: 4px;
  }
}

.page-ms.ms-top .ms-top-act span img {
  width: 20px;
  display: block;
}

@media only screen and (max-width: 1024px) {
  .page-ms.ms-top .ms-top-act span img {
    width: 16px;
  }
}

@media (max-width: 639px) {
  .page-ms.ms-top .ms-top-act span img {
    width: 14px;
    transform: translateY(-1px);
  }
}

.page-ms.ms-top .ms-top-act p {
  font-size: 20px;
}

@media only screen and (max-width: 1024px) {
  .page-ms.ms-top .ms-top-act p {
    font-size: 16px;
  }
}

@media (max-width: 639px) {
  .page-ms.ms-top .ms-top-act p {
    font-size: 14px;
  }
}

.page-ms.ms-top .ms-top-mv {
  height: calc(100vh - 233px);
  overflow: hidden;
  width: 100%;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 0 4.2vw 90px 3.9vw;
}

@media (max-width: 639px) {
  .page-ms.ms-top .ms-top-mv {
    padding: 0 20px 80px;
    height: calc(100svh - 272px);
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
  }
}

.page-ms.ms-top .ms-top-mv .ms-top-title {
  font-size: 2.8125vw;
  line-height: 1;
  font-weight: bold;
  color: #fff;
}

@media only screen and (min-width: 1920px) {
  .page-ms.ms-top .ms-top-mv .ms-top-title {
    font-size: 54px;
  }
}

@media (max-width: 639px) {
  .page-ms.ms-top .ms-top-mv .ms-top-title {
    font-size: 16px;
    margin-top: 20px;
    letter-spacing: -0.04em;
    margin-left: -3px;
  }
}

.page-ms.ms-top .ms-top-mv .ms-top-title img {
  margin-top: 21px;
  display: block;
  width: 100%;
  margin-left: 0.3vw;
}

@media (max-width: 639px) {
  .page-ms.ms-top .ms-top-mv .ms-top-title img {
    width: 235px;
    margin-top: 4px;
    margin-left: 3px;
  }
}

.page-ms.ms-top .ms-top-mv .ms-top-title img.ms-sp {
  display: none;
}

@media (max-width: 639px) {
  .page-ms.ms-top .ms-top-mv .ms-top-title img.ms-sp {
    display: block;
  }
}

.page-ms.ms-top .ms-top-mv .ms-top-sub {
  font-size: 1.666vw;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  color: #fff;
  bottom: calc(115px + 7.8125vw);
  left: 34.5833vw;
}

@media only screen and (min-width: 1920px) {
  .page-ms.ms-top .ms-top-mv .ms-top-sub {
    font-size: 32px;
    left: 676px;
    bottom: 270px;
  }
}

@media (max-width: 639px) {
  .page-ms.ms-top .ms-top-mv .ms-top-sub {
    position: static;
    font-size: 15px;
    line-height: 1.466;
    letter-spacing: -0.04em;
  }
}

.page-ms.ms-top .ms-top-mv .ms-top-movie {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  height: auto;
}

@media (max-width: 639px) {
  .page-ms.ms-top .ms-top-mv .ms-top-movie {
    width: auto;
    height: 100%;
  }
}

.page-ms.ms-top .ms-top-mv .ms-top-info {
  color: #fff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  background: #000;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (max-width: 639px) {
  .page-ms.ms-top .ms-top-mv .ms-top-info {
    height: 70px;
    display: block;
    padding: 5px 20px 0;
  }

  .page-ms.ms-top .ms-top-mv .ms-top-info-small {
    padding: 5px 10px 0;
  }
}

.page-ms.ms-top .ms-top-mv .ms-top-info .ms-top-info-open {
  font-size: 32px;
}

@media only screen and (max-width: 1024px) {
  .page-ms.ms-top .ms-top-mv .ms-top-info .ms-top-info-open {
    font-size: 20px;
    display: inline-block;
    transform: none;
  }

  .page-ms.ms-top .ms-top-mv .ms-top-info-small .ms-top-info-open {
    font-size: 18px;
  }
}

.page-ms.ms-top .ms-top-mv .ms-top-info .ms-top-info-open span {
  margin-left: -7px;
}

.page-ms.ms-top .ms-top-mv .ms-top-info .ms-top-info-day,
.page-ms.ms-top .ms-top-mv .ms-top-info .ms-top-info-time {
  font-size: 18px;
}

@media only screen and (max-width: 1024px) {
  .page-ms.ms-top .ms-top-mv .ms-top-info .ms-top-info-day,
  .page-ms.ms-top .ms-top-mv .ms-top-info .ms-top-info-time {
    font-size: 15px;
    display: inline-block;
  }

  .page-ms.ms-top .ms-top-mv .ms-top-info-small .ms-top-info-day,
  .page-ms.ms-top .ms-top-mv .ms-top-info-small .ms-top-info-time {
    font-size: 14px;
  }
}

.page-ms.ms-top .ms-top-mv .ms-top-info .ms-top-info-day {
  margin-left: 10px;
}

@media only screen and (max-width: 1024px) {
  .page-ms.ms-top .ms-top-mv .ms-top-info .ms-top-info-day {
    margin-left: 7px;
  }
}

.page-ms.ms-top .ms-top-mv .ms-top-info .ms-top-info-atc {
  font-size: 18px;
  margin-left: 10px;
}

@media only screen and (max-width: 1024px) {
  .page-ms.ms-top .ms-top-mv .ms-top-info .ms-top-info-atc {
    font-size: 15px;
    display: inline-block;
  }
}

@media (max-width: 639px) {
  .page-ms.ms-top .ms-top-mv .ms-top-info .ms-top-info-atc {
    margin-left: 0;
    margin-top: 3px;
  }
}

.page-ms.ms-top .ms-top-mv .ms-top-info .ms-top-info-bar {
  margin-left: 10px;
  display: block;
  height: 30px;
  background: #fff;
  width: 1px;
}

.page-ms.ms-top .ms-top-mv .ms-top-info .ms-top-info-bar.ms-sp {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .page-ms.ms-top .ms-top-mv .ms-top-info .ms-top-info-bar.ms-sp {
    display: inline-block;
  }
}

@media only screen and (max-width: 1024px) {
  .page-ms.ms-top .ms-top-mv .ms-top-info .ms-top-info-bar {
    display: inline-block;
    height: 20px;
    transform: translateY(2px);
  }
}

@media (max-width: 639px) {
  .page-ms.ms-top .ms-top-mv .ms-top-info .ms-top-info-bar {
    margin-left: 5px;
    transform: translateY(4px);
  }
}

.page-ms.ms-top .ms-top-mv .ms-top-info .ms-top-info-sub {
  font-size: 18px;
  margin-left: 10px;
  font-weight: bold;
}

@media only screen and (max-width: 1024px) {
  .page-ms.ms-top .ms-top-mv .ms-top-info .ms-top-info-sub {
    font-size: 15px;
    display: inline-block;
    margin-left: 15px;
  }
}

@media (max-width: 639px) {
  .page-ms.ms-top .ms-top-mv .ms-top-info .ms-top-info-sub {
    margin-left: 15px;
  }
}

.page-ms.ms-top .ms-top-mv .ms-top-info .ms-top-info-sub a {
  font-size: 18px;
  color: #fff;
  text-decoration: underline;
}

@media only screen and (max-width: 1024px) {
  .page-ms.ms-top .ms-top-mv .ms-top-info .ms-top-info-sub a {
    font-size: 15px;
  }
}

.page-ms.ms-top .ms-top-mv .ms-top-info .ms-top-info-sub img {
  width: 16px;
  display: inline-block;
  margin-left: 0.3em;
  transform: translateY(-2px);
}

@media only screen and (max-width: 1024px) {
  .page-ms.ms-top .ms-top-mv .ms-top-info .ms-top-info-sub img {
    width: 15px;
  }
}

.page-ms.ms-top .ms-top-mv.height .ms-top-movie {
  height: 100%;
  width: auto;
}

.page-ms.ms-top .ms-top-mv.width .ms-top-movie {
  height: auto;
  width: 100%;
}

.page-ms.ms-top .ms-top-lead {
  width: 100%;
  padding: 0 80px;
  margin: 34px auto 0;
}

@media only screen and (max-width: 1024px) {
  .page-ms.ms-top .ms-top-lead {
    padding: 0 40px;
  }
}

@media (max-width: 639px) {
  .page-ms.ms-top .ms-top-lead {
    margin-top: 23px;
    padding: 0 20px;
  }
}

.page-ms.ms-top .ms-top-lead .ms-top-lead-banner {
  margin: 73px auto 0;
  width: 100%;
  max-width: 900px;
}

@media (max-width: 639px) {
  .page-ms.ms-top .ms-top-lead .ms-top-lead-banner {
    margin-top: 55px;
  }
}

.page-ms.ms-top .ms-top-lead .ms-top-lead-text {
  text-align: center;
  font-size: 24px;
  line-height: 2;
  width: 100%;
  margin: 30px auto 0;
  font-weight: bold;
}

@media only screen and (max-width: 1024px) {
  .page-ms.ms-top .ms-top-lead .ms-top-lead-text {
    font-size: 18px;
    line-height: 1.5;
  }
}

@media (max-width: 639px) {
  .page-ms.ms-top .ms-top-lead .ms-top-lead-text {
    text-align: left;
    font-weight: bold;
    margin-top: 40px;
  }
}

.page-ms.ms-top .ms-top-lead .ms-top-lead-topics {
  padding-bottom: 11px;
}

@media (max-width: 639px) {
  .page-ms.ms-top .ms-top-lead .ms-top-lead-topics {
    padding-bottom: 0;
  }
}

.page-ms.ms-top .ms-top-lead .ms-top-lead-topics .ms-top-lead-topics-title {
  text-align: center;
  letter-spacing: 0.05em;
  margin-top: 82px;
}

@media (max-width: 639px) {
  .page-ms.ms-top .ms-top-lead .ms-top-lead-topics .ms-top-lead-topics-title {
    margin-top: 60px;
  }
}

.page-ms.ms-top .ms-top-lead .ms-top-lead-topics .ms-top-lead-topics-list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  margin: 43px auto 0;
}

@media only screen and (max-width: 1024px) {
  .page-ms.ms-top .ms-top-lead .ms-top-lead-topics .ms-top-lead-topics-list {
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
    width: 100%;
    max-width: 480px;
  }
}

.page-ms.ms-top .ms-top-lead .ms-top-lead-topics .ms-top-lead-topics-list a {
  width: calc(33.33% - 26.666px);
  max-width: 586px;
  display: block;
}

@media only screen and (max-width: 1024px) {
  .page-ms.ms-top .ms-top-lead .ms-top-lead-topics .ms-top-lead-topics-list a {
    width: 100%;
  }
}

.page-ms.ms-top .ms-top-lead .ms-top-lead-topics .ms-top-lead-topics-textlist {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 586px;
  gap: 20px;
  margin: 60px auto 0;
}

@media only screen and (max-width: 1024px) {
  .page-ms.ms-top .ms-top-lead .ms-top-lead-topics .ms-top-lead-topics-textlist {
    max-width: 480px;
    margin-top: 40px;
  }
}

.page-ms.ms-top .ms-top-lead .ms-top-lead-topics .ms-top-lead-topics-textlist a {
  width: 100%;
  display: block;
}

.page-ms.ms-top .ms-top-lead .ms-top-lead-topics .ms-top-lead-topics-textlist a .ms-top-lead-topics-textlist-linktext {
  display: flex;
  font-size: 16px;
  border-top: 1px solid #000;
  padding: 20px 20px 0;
}

@media only screen and (max-width: 1024px) {
  .page-ms.ms-top .ms-top-lead .ms-top-lead-topics .ms-top-lead-topics-textlist a .ms-top-lead-topics-textlist-linktext {
    padding: 10px 0 0;
    flex-direction: column;
  }
}

.page-ms.ms-top .ms-top-lead .ms-top-lead-topics .ms-top-lead-topics-textlist a .ms-top-lead-topics-textlist-linktext time {
  width: 100px;
}

@media only screen and (max-width: 1024px) {
  .page-ms.ms-top .ms-top-lead .ms-top-lead-topics .ms-top-lead-topics-textlist a .ms-top-lead-topics-textlist-linktext time {
    width: 100%;
  }
}

.page-ms.ms-top .ms-top-lead .ms-top-lead-topics .ms-top-lead-topics-textlist a .ms-top-lead-topics-textlist-linktext span {
  width: calc(100% - 100px);
}

@media only screen and (max-width: 1024px) {
  .page-ms.ms-top .ms-top-lead .ms-top-lead-topics .ms-top-lead-topics-textlist a .ms-top-lead-topics-textlist-linktext span {
    width: 100%;
  }
}

.page-ms.ms-top .ms-top-content {
  margin-top: 69px;
}

@media (max-width: 639px) {
  .page-ms.ms-top .ms-top-content {
    margin-top: 40px;
  }
}

.page-ms.ms-top .ms-top-content .ms-top-content-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-top: 70px;
}

@media (max-width: 639px) {
  .page-ms.ms-top .ms-top-content .ms-top-content-item {
    padding-top: 33px;
    padding-bottom: 40px;
  }
}

.page-ms.ms-top .ms-top-content .ms-top-content-item .ms-top-content-item-title {
  line-height: 1;
  padding: 0 0 0 80px;
  width: 50%;
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 1024px) {
  .page-ms.ms-top .ms-top-content .ms-top-content-item .ms-top-content-item-title {
    width: 100%;
    padding: 0 0 0 40px;
  }
}

@media (max-width: 639px) {
  .page-ms.ms-top .ms-top-content .ms-top-content-item .ms-top-content-item-title {
    padding: 0 20px;
  }
}

.page-ms.ms-top .ms-top-content .ms-top-content-item .ms-top-content-item-title span {
  letter-spacing: 0.05em;
  font-size: 96px;
}

@media only screen and (max-width: 1024px) {
  .page-ms.ms-top .ms-top-content .ms-top-content-item .ms-top-content-item-title span {
    font-size: 80px;
  }
}

@media (max-width: 639px) {
  .page-ms.ms-top .ms-top-content .ms-top-content-item .ms-top-content-item-title span {
    font-size: 44px;
  }
}

.page-ms.ms-top .ms-top-content .ms-top-content-item .ms-top-content-item-title small {
  margin-top: 6px;
  font-weight: bold;
  margin-left: -0.07em;
  font-size: 45px;
}

@media only screen and (max-width: 1024px) {
  .page-ms.ms-top .ms-top-content .ms-top-content-item .ms-top-content-item-title small {
    font-size: 32px;
    margin-top: 11px;
  }
}

@media (max-width: 639px) {
  .page-ms.ms-top .ms-top-content .ms-top-content-item .ms-top-content-item-title small {
    font-size: 22px;
  }
}

@media (max-width: 639px) {
  .page-ms.ms-top .ms-top-content .ms-top-content-item .ms-top-content-item-main {
    width: 100%;
    margin-top: 39px;
  }
}

.page-ms.ms-top .ms-top-content .ms-top-content-item .ms-top-content-item-text {
  width: 49.3%;
  padding-right: 80px;
  padding-top: 3px;
}

@media only screen and (max-width: 1024px) {
  .page-ms.ms-top .ms-top-content .ms-top-content-item .ms-top-content-item-text {
    width: 100%;
    margin-top: 30px;
    padding: 0 40px;
  }
}

@media (max-width: 639px) {
  .page-ms.ms-top .ms-top-content .ms-top-content-item .ms-top-content-item-text {
    padding: 0 20px;
  }
}

.page-ms.ms-top .ms-top-content .ms-top-content-item .ms-top-content-item-text .ms-top-content-item-text-title {
  font-size: 32px;
  line-height: 1.5;
  font-weight: 700;
}

@media only screen and (max-width: 1024px) {
  .page-ms.ms-top .ms-top-content .ms-top-content-item .ms-top-content-item-text .ms-top-content-item-text-title {
    font-size: 26px;
  }
}

@media (max-width: 639px) {
  .page-ms.ms-top .ms-top-content .ms-top-content-item .ms-top-content-item-text .ms-top-content-item-text-title {
    font-size: 20px;
  }
}

.page-ms.ms-top .ms-top-content .ms-top-content-item .ms-top-content-item-text .ms-top-content-item-text-detail {
  font-size: 18px;
  line-height: 2;
  margin-top: 27px;
  font-weight: bold;
}

@media (max-width: 639px) {
  .page-ms.ms-top .ms-top-content .ms-top-content-item .ms-top-content-item-text .ms-top-content-item-text-detail {
    font-size: 14px;
    margin-top: 27px;
    font-weight: bold;
    line-height: 1.928;
  }
}

.page-ms.ms-top .ms-top-content .ms-top-content-item .ms-top-content-item-text .ms-top-content-item-text-link {
  margin-top: 40px;
}

@media (max-width: 639px) {
  .page-ms.ms-top .ms-top-content .ms-top-content-item .ms-top-content-item-text .ms-top-content-item-text-link {
    margin-top: 26px;
  }
}

.page-ms.ms-top .ms-top-content .ms-top-content-item .ms-top-content-item-photo {
  display: flex;
  margin-top: 80px;
}

@media only screen and (max-width: 1024px) {
  .page-ms.ms-top .ms-top-content .ms-top-content-item .ms-top-content-item-photo {
    flex-wrap: wrap;
  }
}

@media (max-width: 639px) {
  .page-ms.ms-top .ms-top-content .ms-top-content-item .ms-top-content-item-photo {
    margin-top: 30px;
  }
}

.page-ms.ms-top .ms-top-content .ms-top-content-item .ms-top-content-item-photo .ms-top-content-item-photo-main {
  width: 50%;
}

@media only screen and (max-width: 1024px) {
  .page-ms.ms-top .ms-top-content .ms-top-content-item .ms-top-content-item-photo .ms-top-content-item-photo-main {
    width: 100%;
  }
}

.page-ms.ms-top .ms-top-content .ms-top-content-item .ms-top-content-item-photo .ms-top-content-item-photo-main:after {
  content: '';
  background: #fff;
  display: block;
  position: absolute;
  top: 0;
  width: 2px;
  height: 100%;
  right: 0;
  z-index: 10;
}

@media only screen and (max-width: 1024px) {
  .page-ms.ms-top .ms-top-content .ms-top-content-item .ms-top-content-item-photo .ms-top-content-item-photo-main:after {
    width: 100%;
    left: 0;
    bottom: 0;
    top: auto;
    right: auto;
    height: 2px;
  }
}

@media (max-width: 639px) {
  .page-ms.ms-top .ms-top-content .ms-top-content-item .ms-top-content-item-photo .ms-top-content-item-photo-main:after {
    display: none;
  }
}

.page-ms.ms-top .ms-top-content .ms-top-content-item .ms-top-content-item-photo .ms-top-content-item-photo-detail {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  background: #000;
  position: relative;
}

.page-ms.ms-top .ms-top-content .ms-top-content-item .ms-top-content-item-photo .ms-top-content-item-photo-detail:before, .page-ms.ms-top .ms-top-content .ms-top-content-item .ms-top-content-item-photo .ms-top-content-item-photo-detail:after {
  content: '';
  background: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
}

@media (max-width: 639px) {
  .page-ms.ms-top .ms-top-content .ms-top-content-item .ms-top-content-item-photo .ms-top-content-item-photo-detail:before, .page-ms.ms-top .ms-top-content .ms-top-content-item .ms-top-content-item-photo .ms-top-content-item-photo-detail:after {
    display: none;
  }
}

.page-ms.ms-top .ms-top-content .ms-top-content-item .ms-top-content-item-photo .ms-top-content-item-photo-detail:before {
  width: 100%;
  height: 2px;
  top: calc(50% - 1px);
  left: 0;
}

.page-ms.ms-top .ms-top-content .ms-top-content-item .ms-top-content-item-photo .ms-top-content-item-photo-detail:after {
  width: 2px;
  height: 100%;
  top: 0;
  left: calc(50% - 1px);
}

@media only screen and (max-width: 1024px) {
  .page-ms.ms-top .ms-top-content .ms-top-content-item .ms-top-content-item-photo .ms-top-content-item-photo-detail {
    width: 100%;
  }
}

@media (max-width: 639px) {
  .page-ms.ms-top .ms-top-content .ms-top-content-item .ms-top-content-item-photo .ms-top-content-item-photo-detail {
    background: none;
    padding: 0 20px;
    justify-content: space-between;
    gap: 15px 15px;
  }
}

.page-ms.ms-top .ms-top-content .ms-top-content-item .ms-top-content-item-photo .ms-top-content-item-photo-detail figure {
  width: 50%;
  position: relative;
}

@media (max-width: 639px) {
  .page-ms.ms-top .ms-top-content .ms-top-content-item .ms-top-content-item-photo .ms-top-content-item-photo-detail figure {
    width: calc(50% - 7.5px);
  }
}

.page-ms.ms-top .ms-top-content .ms-top-content-item .ms-top-content-item-photo .ms-top-content-item-photo-detail figure span {
  position: absolute;
  color: #fff;
  line-height: 1.5;
  font-size: 16px;
  display: block;
  width: 100%;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  min-height: 50px;
  padding: 13px 20px;
}

@media (max-width: 639px) {
  .page-ms.ms-top .ms-top-content .ms-top-content-item .ms-top-content-item-photo .ms-top-content-item-photo-detail figure span {
    position: static;
    background: none;
    color: #000;
    padding: 0;
    margin-top: 8px;
    font-size: 14px;
  }
}

.page-ms.ms-top .ms-top-content .ms-top-content-item.sewing, .page-ms.ms-top .ms-top-content .ms-top-content-item.product {
  background: #EEEEEE;
}

.page-ms.ms-top .ms-top-content .ms-top-content-item.sewing .ms-top-content-item-photo-main:after, .page-ms.ms-top .ms-top-content .ms-top-content-item.product .ms-top-content-item-photo-main:after {
  background: #EEEEEE;
}

.page-ms.ms-top .ms-top-content .ms-top-content-item.sewing .ms-top-content-item-photo .ms-top-content-item-photo-detail:before, .page-ms.ms-top .ms-top-content .ms-top-content-item.sewing .ms-top-content-item-photo .ms-top-content-item-photo-detail:after, .page-ms.ms-top .ms-top-content .ms-top-content-item.product .ms-top-content-item-photo .ms-top-content-item-photo-detail:before, .page-ms.ms-top .ms-top-content .ms-top-content-item.product .ms-top-content-item-photo .ms-top-content-item-photo-detail:after {
  background: #EEEEEE;
}

.page-ms.ms-top .ms-top-other {
  background: #000;
  width: 100%;
  margin-top: 10px;
  padding: 69px 80px 79px;
}

@media only screen and (max-width: 1024px) {
  .page-ms.ms-top .ms-top-other {
    padding: 69px 40px 79px;
  }
}

@media (max-width: 639px) {
  .page-ms.ms-top .ms-top-other {
    margin-top: 0;
    padding: 34px 20px 42px;
  }
}

.page-ms.ms-top .ms-top-other .ms-top-other-title {
  color: #fff;
  display: flex;
  flex-direction: column;
}

.page-ms.ms-top .ms-top-other .ms-top-other-title span {
  letter-spacing: 0.05em;
  font-size: 96px;
}

@media only screen and (max-width: 1024px) {
  .page-ms.ms-top .ms-top-other .ms-top-other-title span {
    font-size: 80px;
  }
}

@media (max-width: 639px) {
  .page-ms.ms-top .ms-top-other .ms-top-other-title span {
    font-size: 44px;
  }
}

.page-ms.ms-top .ms-top-other .ms-top-other-title small {
  font-size: 45px;
  font-weight: bold;
  margin-top: 6px;
  letter-spacing: 0.018em;
  margin-left: -0.03em;
  line-height: 1;
}

@media only screen and (max-width: 1024px) {
  .page-ms.ms-top .ms-top-other .ms-top-other-title small {
    font-size: 28px;
  }
}

@media (max-width: 639px) {
  .page-ms.ms-top .ms-top-other .ms-top-other-title small {
    font-size: 22px;
    letter-spacing: 0;
    margin-top: 11px;
  }
}

.page-ms.ms-top .ms-top-other .ms-top-other-list {
  display: flex;
  gap: 28px;
  margin-top: 60px;
}

@media only screen and (max-width: 1024px) {
  .page-ms.ms-top .ms-top-other .ms-top-other-list {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 26px 0;
    margin-top: 39px;
  }
}

.page-ms.ms-top .ms-top-other .ms-top-other-list .ms-top-other-list-item {
  width: calc(20% - 22.4px);
  display: flex;
  align-items: center;
  flex-direction: column;
}

@media only screen and (max-width: 1024px) {
  .page-ms.ms-top .ms-top-other .ms-top-other-list .ms-top-other-list-item {
    width: calc(50% - 6px);
    align-items: flex-start;
    justify-content: flex-start;
  }
}

.page-ms.ms-top .ms-top-other .ms-top-other-list .ms-top-other-list-item span {
  color: #fff;
  font-size: 18px;
  display: block;
  text-align: center;
  margin-top: 14px;
}

@media only screen and (max-width: 1024px) {
  .page-ms.ms-top .ms-top-other .ms-top-other-list .ms-top-other-list-item span {
    font-size: 14px;
    line-height: 1.25;
    text-align: left;
    margin-top: 12px;
  }
}

.page-ms.ms-top .ms-top-event {
  margin-top: 79px;
  padding: 67px 80px 82px;
  background: #EEEEEE;
}

@media only screen and (max-width: 1024px) {
  .page-ms.ms-top .ms-top-event {
    padding: 67px 40px 82px;
  }
}

@media (max-width: 639px) {
  .page-ms.ms-top .ms-top-event {
    margin-top: 42px;
    padding: 37px 20px 50px;
  }
}

.page-ms.ms-top .ms-top-event .ms-top-event-list {
  width: 100%;
  max-width: 1462px;
  margin: 60px auto 0;
}

@media (max-width: 639px) {
  .page-ms.ms-top .ms-top-event .ms-top-event-list {
    margin-top: 39px;
  }
}

.page-ms.ms-top .ms-top-event .ms-top-event-list .ms-top-event-list-item {
  border-top: 1px solid #666;
  padding-top: 42px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media only screen and (max-width: 1024px) {
  .page-ms.ms-top .ms-top-event .ms-top-event-list .ms-top-event-list-item {
    padding: 0;
    border: none;
    flex-direction: column-reverse;
  }
}

.page-ms.ms-top .ms-top-event .ms-top-event-list .ms-top-event-list-item .ms-top-event-list-item-text {
  width: 48%;
}

@media only screen and (max-width: 1024px) {
  .page-ms.ms-top .ms-top-event .ms-top-event-list .ms-top-event-list-item .ms-top-event-list-item-text {
    width: 100%;
    margin-top: 22px;
  }
}

.page-ms.ms-top .ms-top-event .ms-top-event-list .ms-top-event-list-item .ms-top-event-list-item-text time {
  display: block;
  font-size: 18px;
  line-height: 1;
}

.page-ms.ms-top .ms-top-event .ms-top-event-list .ms-top-event-list-item .ms-top-event-list-item-text span {
  display: block;
  font-size: 24px;
  line-height: 1.5;
  margin-top: 4px;
}

.page-ms.ms-top .ms-top-event .ms-top-event-list .ms-top-event-list-item .ms-top-event-list-item-text a {
  margin-top: 24px;
}

.page-ms.ms-top .ms-top-event .ms-top-event-list .ms-top-event-list-item .ms-top-event-list-item-img {
  width: 45.3%;
  padding-right: 44px;
}

.page-ms.ms-top .ms-top-event .ms-top-event-list .ms-top-event-list-item .ms-top-event-list-item-img img {
  width: 100%;
  max-width: none;
}

@media only screen and (max-width: 1024px) {
  .page-ms.ms-top .ms-top-event .ms-top-event-list .ms-top-event-list-item .ms-top-event-list-item-img {
    width: 100%;
    max-width: max-content;
    padding-right: 0;
  }
}

.page-ms.ms-top .ms-top-visit {
  width: 100%;
  margin-top: 68px;
  padding: 0 80px;
}

@media only screen and (max-width: 1024px) {
  .page-ms.ms-top .ms-top-visit {
    padding: 0 40px;
  }
}

@media (max-width: 639px) {
  .page-ms.ms-top .ms-top-visit {
    margin-top: 34px;
    padding: 0 20px;
  }
}

.page-ms.ms-top .ms-top-visit .ms-top-visit-list {
  margin-top: 56px;
  margin: 60px auto 0;
  width: 100%;
  max-width: 1462px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 639px) {
  .page-ms.ms-top .ms-top-visit .ms-top-visit-list {
    margin-top: 39px;
    display: flex;
    flex-direction: column;
  }
}

.page-ms.ms-top .ms-top-visit .ms-top-visit-list .ms-top-visit-list-item {
  width: calc(50% - 25px);
}

@media only screen and (max-width: 1024px) {
  .page-ms.ms-top .ms-top-visit .ms-top-visit-list .ms-top-visit-list-item {
    width: 100%;
  }
}

@media (min-width: 640px) {
  .page-ms.ms-top .ms-top-visit .ms-top-visit-list .ms-top-visit-list-item:nth-child(odd) {
    float: left;
  }
}

@media (min-width: 640px) {
  .page-ms.ms-top .ms-top-visit .ms-top-visit-list .ms-top-visit-list-item:nth-child(even) {
    float: right;
  }
}

@media (min-width: 640px) {
  .page-ms.ms-top .ms-top-visit .ms-top-visit-list .ms-top-visit-list-item:not(:last-child) {
    margin-bottom: 40px;
  }
}

@media (max-width: 639px) {
  .page-ms.ms-top .ms-top-visit .ms-top-visit-list .ms-top-visit-list-item:not(.close) {
    margin-top: 26px;
  }
  .page-ms.ms-top .ms-top-visit .ms-top-visit-list .ms-top-visit-list-item.open {
    order: 3;
  }
  .page-ms.ms-top .ms-top-visit .ms-top-visit-list .ms-top-visit-list-item.price {
    order: 4;
  }
  .page-ms.ms-top .ms-top-visit .ms-top-visit-list .ms-top-visit-list-item.close {
    order: 1;
  }
  .page-ms.ms-top .ms-top-visit .ms-top-visit-list .ms-top-visit-list-item.access {
    order: 5;
  }
  .page-ms.ms-top .ms-top-visit .ms-top-visit-list .ms-top-visit-list-item.flow {
    order: 2;
  }
  .page-ms.ms-top .ms-top-visit .ms-top-visit-list .ms-top-visit-list-item.parking {
    order: 6;
  }
}

.page-ms.ms-top .ms-top-visit .ms-top-visit-list .ms-top-visit-list-item dt {
  color: #0D2EA0;
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
  border-bottom: 1px solid #666;
  padding-bottom: 26px;
}

@media (max-width: 639px) {
  .page-ms.ms-top .ms-top-visit .ms-top-visit-list .ms-top-visit-list-item dt {
    font-size: 22px;
    padding: 0;
    border: none;
  }
}

.page-ms.ms-top .ms-top-visit .ms-top-visit-list .ms-top-visit-list-item dd {
  padding-top: 18px;
  font-size: 18px;
  line-height: 1.7;
}

@media (max-width: 639px) {
  .page-ms.ms-top .ms-top-visit .ms-top-visit-list .ms-top-visit-list-item dd {
    font-size: 16px;
    line-height: 1.75;
    padding-top: 14px;
  }
}

@media (max-width: 639px) {
  .page-ms.ms-top .ms-top-visit .ms-top-visit-list .ms-top-visit-list-item dd p:not(:first-child) {
    margin-top: 9px;
  }
}

.page-ms.ms-top .ms-top-visit .ms-top-visit-list .ms-top-visit-list-item dd a {
  text-decoration: underline;
}

.page-ms.ms-top .ms-top-visit .ms-top-visit-list .ms-top-visit-list-item dd span {
  font-size: 24px;
  display: block;
  font-weight: bold;
  margin-top: 17px;
  margin-bottom: 4px;
}

@media (max-width: 639px) {
  .page-ms.ms-top .ms-top-visit .ms-top-visit-list .ms-top-visit-list-item dd span {
    font-size: 20px;
    margin-top: 9px;
  }
}

.page-ms.ms-top .ms-top-visit .ms-top-visit-link {
  margin: 53px auto 0;
}

@media (max-width: 639px) {
  .page-ms.ms-top .ms-top-visit .ms-top-visit-link {
    margin-top: 26px;
  }
}

.page-ms.ms-top .ms-top-audio {
  margin-top: 65px;
  padding: 0 40px;
}

@media (max-width: 639px) {
  .page-ms.ms-top .ms-top-audio {
    margin-top: 44px;
    padding: 0 20px;
  }
}

.page-ms.ms-top .ms-top-audio .ms-top-audio-content {
  width: 100%;
  max-width: 1463px;
  margin: 60px auto 0;
  border-top: 1px solid #CCC;
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media only screen and (max-width: 1024px) {
  .page-ms.ms-top .ms-top-audio .ms-top-audio-content {
    flex-direction: column-reverse;
    padding: 0;
    border: none;
    margin-top: 39px;
  }
}

.page-ms.ms-top .ms-top-audio .ms-top-audio-content .ms-top-audio-content-text {
  width: 48%;
}

@media only screen and (max-width: 1024px) {
  .page-ms.ms-top .ms-top-audio .ms-top-audio-content .ms-top-audio-content-text {
    width: 100%;
    padding: 0;
    margin-top: 36px;
  }
}

.page-ms.ms-top .ms-top-audio .ms-top-audio-content .ms-top-audio-content-text span {
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
}

@media (max-width: 639px) {
  .page-ms.ms-top .ms-top-audio .ms-top-audio-content .ms-top-audio-content-text span {
    font-size: 24px;
  }
}

.page-ms.ms-top .ms-top-audio .ms-top-audio-content .ms-top-audio-content-text p {
  display: block;
  font-size: 18px;
  line-height: 1.777;
  margin-top: 23px;
}

@media (max-width: 639px) {
  .page-ms.ms-top .ms-top-audio .ms-top-audio-content .ms-top-audio-content-text p {
    font-size: 16px;
    line-height: 1.875;
    margin-top: 30px;
  }
}

.page-ms.ms-top .ms-top-audio .ms-top-audio-content .ms-top-audio-content-text a {
  margin-top: 23px;
}

@media (max-width: 639px) {
  .page-ms.ms-top .ms-top-audio .ms-top-audio-content .ms-top-audio-content-text a {
    margin-top: 28px;
  }
}

.page-ms.ms-top .ms-top-audio .ms-top-audio-content .ms-top-audio-content-img {
  width: 45.3%;
  padding-right: 44px;
}

@media only screen and (max-width: 1024px) {
  .page-ms.ms-top .ms-top-audio .ms-top-audio-content .ms-top-audio-content-img {
    width: 100%;
    padding-right: 0;
  }
}

.page-ms.ms-top .ms-mod-foot {
  margin-top: 109px;
}

@media (max-width: 639px) {
  .page-ms.ms-top .ms-mod-foot {
    margin-top: 50px;
  }
}
