@charset "UTF-8";
/* CSS Document */
@media screen and (min-width: 1921px) {
  main {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  /*---------------------------------------------------------------------
	ベース
---------------------------------------------------------------------*/
  .wrapper {
    display: block;
    height: auto;
  }
  .inner {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
  .pc-none {
    display: block !important;
  }
  .sp-none {
    display: none !important;
  }
  .sp-column {
    flex-direction: column;
  }
  .sp-mb5 {
    margin-bottom: 1.33vw !important;
  }
  .sp-mb10 {
    margin-bottom: 2.67vw !important;
  }
  .sp-mb20 {
    margin-bottom: 5.33vw !important;
  }
  .sp-mb30 {
    margin-bottom: 8vw !important;
  }
  .sp-mb40 {
    margin-bottom: 10.67vw !important;
  }
  .sp-mb50 {
    margin-bottom: 13.3vw !important;
  }
  .sp-mb60 {
    margin-bottom: 16vw !important;
  }
  /*---------------------------------------------------------------------
	header
---------------------------------------------------------------------*/
  .header {
    height: 50px;
    padding: 0;
  }
  .fixed-header {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    transition: transform 0.3s ease-out;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  .show-fixed {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .header-inner {
    padding: 0 7px 0 12px;
    justify-content: space-between;
    column-gap: 20px;
  }
  .header .logo img {
    width: 115px;
  }
  .page-ttl {
    max-width: 280px;
    margin-top: 0;
    margin-left: 0;
    margin: 10px auto 24px;
  }
  .page-ttl span {
    margin-bottom: 8px;
    text-align: center;
  }
  /*---------------------------------------------------------------------
	MV
---------------------------------------------------------------------*/
  .mv {
    margin-bottom: 30px;
  }
  .mv .swiper-container {
    width: 100vw;
    aspect-ratio: 125 / 114;
    position: relative;
    right: -5vw;
  }
  .swiper-pagination {
    display: none;
  }
  .mv > .flex {
    flex-direction: column;
    grid-row-gap: 24px;
  }
  .mv-right {
    margin-bottom: 0;
    width: 100%;
    min-width: 100%;
  }
  .mv-right p {
    font-size: clamp(1.0rem, 4.8vw, 1.8rem);
    text-align: center;
  }
  .mv-right .link-pdf {
    margin-bottom: 0;
  }
  .pamphlet-button {
    max-width: none;
  }
  .contact-button {
    height: 40px;
    font-size: clamp(0.8rem, 3.2vw, 1.2rem);
    max-width: 260px;
  }
  /*---------------------------------------------------------------------
	footer
---------------------------------------------------------------------*/
  .footer {
    margin-bottom: 50px;
    margin-top: 0;
  }
  .announce-text {
    font-size: clamp(1rem, 6.4vw, 4.0rem);
  }
  .copy {
    font-size: 1.0rem;
  }
}