@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+2:wght@400;700&family=M+PLUS+Rounded+1c:wght@400;800&family=Noto+Sans+JP:wght@400;700;900&display=swap");
/*-breakpoint----------------*/
/*-color----------------*/
/*-base----------------*/
html {
  font-size: 62.5% !important;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-family: "M PLUS 2", sans-serif;
  line-height: 2.2rem;
  letter-spacing: 0.05rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  word-wrap: break-word;
  margin: 0 auto;
}
body img {
  max-width: 1080px;
  width: 100%;
}
body p {
  font-size: 1.6rem;
  line-height: 1.6;
  word-break: break-all;
}
body a {
  text-decoration: none;
  color: initial;
}
body .pcnone {
  display: block;
}
@media screen and (min-width: 960px) {
  body .pcnone {
    display: none;
  }
}
body .spnone {
  display: none;
}
@media screen and (min-width: 960px) {
  body .spnone {
    display: block;
  }
}
body section {
  max-width: 900px;
  margin-bottom: 3rem;
  margin: 0 auto;
}
body section.top {
  text-align: center;
}
body section.top h2.maincatch {
  text-align: center;
  font-size: 2.5rem;
  padding: 0 0 2rem;
  display: inline-block;
  margin: 3rem auto 2rem;
}
@media screen and (min-width: 768px), print {
  body section.top h2.maincatch {
    font-size: 3rem;
    margin: 5rem auto 2rem;
  }
}
body section.top h2.maincatch::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url(/present/images/presentbox.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 1.5rem;
}
body section.top article {
  max-width: 900px;
  margin: 0 auto;
}
body section.top article p {
  text-align: left;
  padding: 0 1.5rem;
  margin: 0 auto;
}
body section.top article .underline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fff100));
  background: linear-gradient(transparent 70%, #fff100 70%);
  font-weight: 700;
}
body section.top article ul.annotation {
  max-width: 750px;
  margin: 3rem auto;
  padding: 2rem 2rem 2rem 4rem;
  background-color: #fffce7;
}
body section.top article ul.annotation li {
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.5;
  word-break: break-all;
}
body section.top article .article_container {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  max-width: 550px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media screen and (min-width: 768px), print {
  body section.top article .article_container {
    padding: 0;
  }
}
body section.top article .article_container .article_wrapper {
  width: calc(100% - 2rem);
  padding: 1rem;
  border: 1px solid #eee;
  margin-bottom: 2rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", arial, helvetica, clean, sans-serif;
}
@media screen and (min-width: 768px), print {
  body section.top article .article_container .article_wrapper {
    padding: 1.5rem;
  }
}
body section.top article .article_container .article_wrapper:last-child {
  margin-bottom: 0;
}
body section.top article .article_container .article_wrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
body section.top article .article_container .article_wrapper img {
  width: 100%;
  height: 100%;
  max-width: 120px;
  max-height: 120px;
  min-height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px), print {
  body section.top article .article_container .article_wrapper img {
    max-height: 170px;
  }
}
body section.top article .article_container .article_wrapper .text {
  padding-left: 1.5rem;
  text-align: left;
  position: relative;
}
body section.top article .article_container .article_wrapper .text .headPickup {
  position: absolute;
  padding: 0;
  font-size: 1.2rem;
  right: 0;
  top: 0;
}
body section.top article .article_container .article_wrapper .text .title {
  margin-bottom: 1.2rem;
}
body section.top article .article_container .article_wrapper .text .title .subHeadline {
  padding: 0;
  font-weight: 700;
  color: #333;
}
body section.top article .article_container .article_wrapper .text .title h2.maintitle {
  font-size: 1.9rem;
  font-weight: 800;
  margin: 0;
  display: block;
  padding: 0;
  text-align: left;
  color: #cc6600;
  border-bottom: none;
}
@media screen and (min-width: 768px), print {
  body section.top article .article_container .article_wrapper .text .title h2.maintitle {
    font-size: 2rem;
    line-height: 1.3;
  }
}
body section.top article .article_container .article_wrapper .text .title .outline {
  padding: 0;
  color: #999;
}
body section.top article .article_container .article_wrapper .text .desc {
  font-size: 1.4rem;
  padding: 0;
}
@media screen and (min-width: 768px), print {
  body section.top article .article_container .article_wrapper .text .desc {
    font-size: 1.6rem;
  }
}
body section.top article .article_container .article_wrapper .text .desc .continue {
  color: #cc6600;
}
body section.top article .article_container h3 {
  padding: 0.25em 0.5em;
  border-left: solid 5px #ffcc00;
  font-size: 2rem;
}
body section.top article .button {
  display: inline-block;
  /*padding: 1.2rem 2rem 1.5rem;*/
  text-decoration: none;
  border-radius: 10px;
  color: #ffffff;
  background-image: linear-gradient(45deg, #ffc107 0%, #ff8b5f 100%);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #c58668;
  min-width: 320px;
  margin: 5rem 0;
}
body section.top article .button:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}
body section.top article .button img {
  max-width: 140px;
  padding: 1rem 0 0;
}
body section.top article .button p {
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  font-size: 2.4rem;
  padding: 1rem 0;
}
body section.top article .button a {
  display: block;
}
body section.bottom .bottom_wrapper {
  padding: 2rem 2rem 2rem 4rem;
  background-color: #f5f5f5;
}
body section.bottom .bottom_wrapper h3 {
  font-size: 1.5rem;
}
body section.bottom .bottom_wrapper p {
  font-size: 1.3rem;
}
body .footer {
  padding: 0 1rem;
  border-top: 1px solid #acacac;
}
body .footer p {
  margin: 1rem 0;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px), print {
  body .footer p {
    text-align: center;
  }
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
  body .print_pages {
    size: A4 landscape;
    page-break-before: always;
  }
}