@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
}

a {
  text-decoration: none;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

h1,
h2,
h3,
h4,
h5 {
  font-size: 100%;
  font-weight: 100;
  margin: 0;
}

ul,
li,
dl,
dt,
dd,
figure {
  margin: 0;
  padding: 0;
  list-style: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  position: relative;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

#header {
  background: #c8161d;
}

#header h1 {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

#header h1 img {
  width: 100%;
}

main {
  position: relative;
}

main .bg {
  background: #e5b225;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

main .bg img {
  width: 100%;
  max-width: 1080px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

main .wrapper {
  max-width: 1080px;
  margin: 0 auto;
  padding: 2rem 1rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

main .wrapper #lead h2 {
  font-size: 2.5rem;
  font-weight: bold;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  border-bottom: 1px solid #000;
}

main .wrapper #lead h2 span {
  display: inline-block;
}

main .wrapper #lead p {
  margin-bottom: 1.5rem;
  text-align: justify;
}

main .wrapper #campaign h2 {
  margin-bottom: 1.5rem;
}

main .wrapper #campaign .cp_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin-bottom: 2rem;
}

main .wrapper #campaign .cp_box .cp {
  margin-right: 1rem;
}

main .wrapper #campaign .cp_box .cp:last-child {
  margin-right: 0;
}

main .wrapper #campaign .cp_link {
  padding: 1rem;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #e5e5e5;
}

main .wrapper #campaign .cp_link figure {
  min-width: 250px;
  margin: 1rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

main .wrapper #campaign .cp_link figure:first-child {
  margin: 1rem 0;
}

main .wrapper #campaign .cp_link figure:last-child {
  min-width: 0;
  margin: 0;
}

main .wrapper #campaign .cp_link a {
  min-width: 250px;
  max-height: 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 1rem 2rem;
  margin-bottom: 1rem;
  background: #c8161d;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 900;
  border-radius: 1rem;
  -webkit-box-shadow: 0 6px 0 #780000;
          box-shadow: 0 6px 0 #780000;
  -webkit-transition: .3s;
  transition: .3s;
}

main .wrapper #campaign .cp_link a:hover {
  opacity: .8;
}

main .wrapper #campaign .cp_link a:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}

main .wrapper #campaign .remaeks {
  text-align: right;
  font-size: 12px;
}

main .wrapper #campaign .remaeks span {
  display: inline-block;
}

main .wrapper #movies {
  padding: 5rem 0 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

main .wrapper #movies h3 {
  display: inline-block;
  width: 100%;
  font-size: 2rem;
  background: #000;
  color: #fff;
  font-weight: bold;
  padding: 1rem;
  text-align: center;
  margin-bottom: 2rem;
}

main .wrapper #movies figure {
  width: 15%;
  margin-bottom: 2rem;
}

main .wrapper #movies figure img {
  width: 100%;
}

main .wrapper #movies p {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 1.3rem;
  margin-bottom: 2rem;
}

main .wrapper #movies p span {
  display: inline-block;
}

main .wrapper #movies a {
  min-width: 250px;
  max-height: 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 1rem 2rem;
  margin: 0 auto 1rem;
  background: #c8161d;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 900;
  border-radius: 1rem;
  -webkit-box-shadow: 0 6px 0 #780000;
          box-shadow: 0 6px 0 #780000;
  -webkit-transition: .3s;
  transition: .3s;
}

main .wrapper #movies a:hover {
  opacity: .8;
}

main .wrapper #movies a:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}

#footer {
  background: #fff;
  padding: 3rem 1rem;
  text-align: center;
}

#footer figure {
  margin: 0 auto;
  max-width: 500px;
}

.top_btn {
  position: fixed;
  bottom: 20px;
  right: 10px;
}

.top_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 1rem;
  color: #c8161d;
  font-weight: bold;
}

.top_btn a .fas {
  font-size: 3rem;
  margin-top: 1rem;
  margin-bottom: .5rem;
  line-height: 0;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  main .wrapper {
    padding-top: 1rem;
  }
  main .wrapper #lead h2 {
    font-size: 1.5rem;
  }
  main .wrapper #lead p {
    margin-bottom: 1.5rem;
    line-height: 2;
    font-size: 14px;
  }
  main .wrapper #campaign h2 {
    margin-bottom: 1rem;
  }
  main .wrapper #campaign .cp_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
  main .wrapper #campaign .cp_box .cp {
    margin-right: 0;
    margin-bottom: 2rem;
  }
  main .wrapper #campaign .cp_link {
    margin: 0 0 1rem;
    padding: 0 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  main .wrapper #campaign .cp_link figure {
    min-width: 200px;
    margin: 1.5rem 0;
  }
  main .wrapper #campaign .cp_link figure:first-child {
    margin: 1.5rem 0 0;
  }
  main .wrapper #campaign .cp_link figure:nth-child(2) {
    margin: 0.5rem 0 1rem;
  }
  main .wrapper #campaign .cp_link figure:last-child {
    min-width: 0;
    margin: .5rem 0 1rem;
    padding: .5rem 0;
  }
  main .wrapper #campaign .cp_link a {
    max-width: 342px;
    width: 100%;
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
    -webkit-box-shadow: 0 6px 0 #780000;
            box-shadow: 0 6px 0 #780000;
    padding: 1rem;
    margin: 1rem 0;
  }
  main .wrapper #movies {
    padding: 3rem 0 4rem;
  }
  main .wrapper #movies h3 {
    font-size: 1.5rem;
  }
  main .wrapper #movies figure {
    width: 30%;
    margin-bottom: 2rem;
  }
  main .wrapper #movies p {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
  main .wrapper #movies a {
    max-width: 342px;
    width: 100%;
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
    -webkit-box-shadow: 0 6px 0 #780000;
            box-shadow: 0 6px 0 #780000;
    padding: 1rem;
    margin: 1rem auto 0;
  }
  #footer figure {
    max-width: 300px;
  }
}
/*# sourceMappingURL=style.css.map */