/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #333333;
  font-size: 1.4rem;
  background: #BEDCDA;
}
@media (min-width: 960px) {
  body {
    font-size: 18px;
  }
}

img {
  width: 100%;
  height: auto;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

.inner {
  width: 90%;
  margin: auto;
}

@media (min-width: 480px) {
  html {
    font-size: 68.75%;
  }
}
@media (min-width: 640px) {
  html {
    font-size: 75%;
  }
}
@media (min-width: 960px) {
  html {
    font-size: 93.75%;
  }
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .inner {
    max-width: 1300px;
    margin: auto;
  }
}
.box {
  width: 80%;
  height: 5rem;
  background-color: yellow;
}
@media (min-width: 960px) {
  .box {
    width: 20%;
  }
}

.swiper {
  width: 80%;
  height: 300px;
}
.swiper img {
  object-fit: cover;
}

.swiper-button-prev:after {
  color: red;
}

#dl_btn {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10;
}
#dl_btn dt {
  background: yellow;
}
#dl_btn dd {
  background: orange;
}

.header {
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 1rem;
}
@media (min-width: 960px) {
  .header {
    padding: 10px 20px;
  }
}
.header h1 {
  width: 30%;
}
@media (min-width: 960px) {
  .header h1 {
    width: 275px;
  }
}
.header__form {
  display: block;
  color: #fff;
  background: #5EA1A6;
  font-size: 1.2rem;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  transition: 0.3s;
}
@media (min-width: 960px) {
  .header__form {
    font-size: 20px;
  }
}
.header__form:hover {
  opacity: 0.5;
}

.top {
  background: url(../images/mv_sp.webp) no-repeat center center/cover;
  padding: 4rem 0;
  margin-bottom: 5rem;
}
@media (min-width: 960px) {
  .top {
    background: url(../images/mv_pc.webp) no-repeat center center/cover;
    padding: 100px 0;
    margin-bottom: 130px;
  }
}

.top-contents {
  background: #fff;
  width: 90%;
  margin: auto;
  border-radius: 1rem;
  padding: 2rem 3rem;
  box-sizing: border-box;
}
@media (min-width: 960px) {
  .top-contents {
    width: 1000px;
    padding: 40px 100px;
  }
}
.top-contents h2 {
  text-align: center;
  background: #99C4C6;
  color: #fff;
  border-radius: 1rem;
  padding: 1rem 0;
  font-size: 1.5rem;
  margin: 0 auto 3rem;
  box-sizing: border-box;
}
@media (min-width: 960px) {
  .top-contents h2 {
    font-size: 36px;
  }
}
.top-contents h3 {
  width: 90%;
  margin: 0 auto 2rem;
}
@media (min-width: 960px) {
  .top-contents h3 {
    width: 575px;
  }
}
.top-contents__text {
  line-height: 2;
  padding-bottom: 2rem;
  transition: 0.3s;
}
@media (min-width: 960px) {
  .top-contents__text {
    padding-bottom: 20px;
  }
}
.top-contents__sum a {
  transition: 0.3s;
  color: #3F95E1;
}
.top-contents__sum a:hover {
  opacity: 0.5;
}

.prize {
  padding: 2rem;
  box-sizing: border-box;
  background: #fff;
  position: relative;
  margin-bottom: 5rem;
}
@media (min-width: 960px) {
  .prize {
    padding: 70px 200px;
  }
}
.prize__title {
  padding-bottom: 2rem;
}
@media (min-width: 960px) {
  .prize__title {
    width: 460px;
    margin: auto;
    padding-bottom: 20px;
  }
}
.prize__second {
  width: 50%;
  margin: auto;
}
.prize__explain {
  line-height: 2;
  padding-bottom: 5rem;
  text-align: center;
}
@media (min-width: 960px) {
  .prize__explain {
    padding-bottom: 50px;
  }
}
.prize__num {
  position: absolute;
  top: -2rem;
  right: 1rem;
  width: 7rem;
}
@media (min-width: 960px) {
  .prize__num {
    width: 150px;
    top: 30px;
    right: 30px;
  }
}
.prize__line {
  border-bottom: solid 0.1rem rgba(194, 193, 193, 0.662745098);
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 960px) {
  .prize__normal {
    display: flex;
    gap: 30px;
    align-items: flex-start;
  }
  .prize__normal a {
    flex: 1;
  }
  .prize__normal p {
    flex: 1;
  }
}
@media (min-width: 960px) {
  .prize__reverse {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    flex-direction: row-reverse;
  }
  .prize__reverse a {
    flex: 1;
  }
  .prize__reverse p {
    flex: 1;
  }
}

.prize-contents p {
  padding-top: 1rem;
  line-height: 2;
}

.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
  background: #333333;
}

footer {
  background: #444141;
  padding: 4rem 0;
}
@media (min-width: 960px) {
  footer {
    padding: 100px 0;
  }
}
footer h3 {
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
}

#page_top {
  margin: auto;
  width: 4rem;
  height: 4rem;
}
#page_top a {
  position: relative;
  display: block;
  width: 4rem;
  height: 4rem;
}
#page_top a::before {
  font-family: FontAwesome;
  content: "\f077";
  font-weight: 900;
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 4rem;
  height: 4rem;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.modaal-container {
  max-height: 90vh;
  text-align: center;
  background: none;
  width: auto;
}
.modaal-container img {
  max-height: 90vh;
  width: auto;
}

@media (min-width: 960px) {
  .is_vertical {
    max-width: 600px;
    margin: auto;
    display: block;
  }
}

/*# sourceMappingURL=style.css.map */
