* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  width: 100vw;
  min-height: 100vh;
  font-size: 16px;
}

body {
  width: 100%;
  min-height: 100vh;
  font-family: "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  line-height: 1.6;
  color: #FFFFFF;
  background-color: #FFFFFF;
  overflow-x: hidden;
}

picture {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1/0.531;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.16s ease-in-out;
}
a:hover {
  color: #c80421;
}

button,
input[type=button],
input[type=submit],
input[type=reset] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  line-height: 1;
  cursor: pointer;
  text-align: inherit;
  vertical-align: middle;
  box-shadow: none;
  outline: none;
}

button:disabled,
input[disabled] {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}

select, option {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  line-height: 1;
  outline: none;
  cursor: pointer;
}

.mainWrapper {
  width: 100vw;
  height: 100vh;
  margin: 0 auto;
  position: relative;
}

.swiper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.mainVisual {
  position: relative;
  width: 100vw;
  height: 100vh;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bottom: 54px;
}
.mainVisual__contents {
  position: relative;
  width: 100%;
  height: 100%;
}
.mainVisual__image {
  position: relative;
  width: 100%;
  height: 100%;
}
.mainVisual__image picture, .mainVisual__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: auto;
}
.mainVisual .swiper-pagination-bullet {
  bottom: 56px;
  width: 14px;
  height: 14px;
  background: transparent;
  border: 1px solid #c80421;
  opacity: 1;
}
.mainVisual .swiper-pagination-bullet-active {
  background: #c80421;
  border: 1px solid #c80421;
}/*# sourceMappingURL=teaser.css.map */