@charset "utf-8";

body {
  font-family: "游ゴシック Medium", YuGothic, YuGothicM,
    "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo,
    sans-serif;
  color: #222;
  line-height: 1.6;
  width: 100%;
}

main {
  width: 94%;
  margin: auto;
  padding: 1rem 0;
}

img {
  width: 100%;
  display: block;
  margin: 0 auto 1.4rem;
}

h1 {
  font-size: 1.3rem;
  font-weight: bold;
  color: #87201e;
  margin-bottom: 0.5rem;
}

h2 {
  font-size: 1.3rem;
  padding: 0.5em;
  color: #87201e;
  background: #fffaf4;
  border-left: solid 5px #87201e;
  font-weight: bold;
  margin-bottom: 1.3rem;
}

p {
  font-size: 1.15rem;
  margin-bottom: 1.3rem;
}

.bold {
  font-weight: bold;
}

.large {
  font-size: 1.3rem;
}

.orange {
  color: #f79646;
}

.brown {
  color: #87201e;
}

.red {
  color: #ff0000;
}

.yellow {
  background: linear-gradient(transparent 0%, #ffff66 0%);
}

.note {
  color: #777777;
  text-align: right;
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
}

.note.left {
  text-align: left;
}

ul {
  width: 90%;
  margin: auto;
}

ul li {
  background: #fffaf4;
  padding: 1em;
  font-size: 1.15rem;
  margin-bottom: 1rem;
}

button {
  position: relative;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 1rem 1rem;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  color: #fff;
  border-bottom: 0.3rem solid #000;
  border-radius: 100vh;
  background: #2ca559;
  border-right: none;
  border-top: none;
  border-left: none;
  margin-bottom: 1.5rem;
  width: 100%;
  font-family: "游ゴシック Medium", YuGothic, YuGothicM,
    "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo,
    sans-serif;
}

button:hover {
  margin-top: 0.3rem;
  border-bottom: 0.1rem solid #fff;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
}

.info {
  font-size: 1rem;
  color: #777777;
}

.info a {
  font-size: 1rem;
  color: #777777;
  text-decoration: none;
  word-break: break-all;
}

.info a:hover {
  opacity: 0.8;
}

.info2 {
  font-size: 1rem;
  color: #777777;
  text-align: center;
}

.info2 a {
  font-size: 1rem;
  color: #777777;
  text-decoration: none;
  word-break: break-all;
}

.info2 a:hover {
  opacity: 0.8;
}

a img:hover {
  opacity: 0.8;
}

footer {
  color: #fff;
  text-align: center;
  background: #87201e;
  padding: 0.8rem;
  font-size: 0.8rem;
}

@media screen and (max-width: 767.98px) {
  .pc {
    display: none;
  }

  video {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  main {
    width: 750px;
  }

  img {
    width: 600px;
  }

  button {
    width: 600px;
    left: 75px;
  }

  video {
    max-width: 80%;
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto 1.4rem;
  }
}
