@font-face {
  font-family: "MessinaSansWeb";
  src: url("./assets/fonts/MessinaSansWeb-Regular.woff2") format("woff2"), /* Super Modern Browsers */ url("./assets/fonts/MessinaSansWeb-Regular.woff") format("woff"); /* Pretty Modern Browsers */
  font-weight: 400;
}

body {
  font-family: "MessinaSansWeb", sans-serif;
  background: #fefefe;
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 32px;
  line-height: 1.4;
  box-sizing: border-box;
  color: #004a39;
}

h1 {
  font-size: 2em;
  letter-spacing: 0.2em;
  line-height: 1.25;
  font-weight: bold;
}

h2 {
  font-size: 1.75em;
  font-weight: bold;
  letter-spacing: 2px;
}

a {
  color: inherit;
  text-decoration: none;
  font-weight: bold;
}

a.new-line {
  display: table;
}

div.text-text {
  margin-bottom: 50px;
  font-size: 24px;
}

div.text-katakana {
  text-align: right;
  font-weight: 500;
  font-size: 2em;
}

div.container {
  display: flex;
  flex-direction: column;
  /* flex-wrap: wrap; */
}

div.swiper-container-container,
div.text-container {
  flex: 1;
  min-width: 300px;
}

div.text-container {
  padding: 0 20px;
}

/* div.swiper-container {} */

.swiper-slide img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 760px) {
  h1 {
    font-size: 4em;
  }

  div.container {
    flex-direction: row;
  }

  .text-header {
    margin-top: 0;
  }

  .text-title {
    margin-bottom: 0;
  }

  div.swiper-container-container {
    padding: 5vw 1vw 5vw 5vw;
  }

  div.text-container {
    padding: 5vw 5vw 5vw 1vw;
  }
}

@media screen and (min-width: 1024px) {
  div.swiper-container-container {
    padding: 5vw;
  }

  div.text-container {
    padding: 5vw;
  }
}
