@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&family=Roboto+Condensed:wght@700&family=Roboto:wght@400;500;700;900&display=swap");
* {
  color: #333;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic", "Noto Sans JP", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  margin: 0px;
  padding: 0px;
  line-height: 1em;
  font-size: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  overflow: auto;
  scroll-behavior: smooth;
}

body {
  text-align: center;
  margin: 0px auto;
  overflow: hidden;
  position: relative;
  min-height: 100vh;
  box-sizing: border-box;
  background: url(images/2024_bg.png);
}

img {
  height: auto;
}

a img {
  border: 0px;
}

a:hover {
  color: #3F6701;
}

a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
  cursor: default;
}

li {
  list-style-type: none;
}

.inner {
  position: relative;
  text-align: center;
  margin: 0px auto;
  width: 100%;
  max-width: 1080px;
}

h1, h2, h3, h4, h5, h6, strong {
  font-weight: bold;
  font-feature-settings: "palt" 1;
}

/* ============================================================================== */
/* header */
/* ============================================================================== */
h1 {
  display: none;
}

header h2 {
  display: none;
}
header h3 span, header h6 span {
  display: none;
}
header div {
  background: #fff;
  margin-top: -2px;
}
header img {
  width: 100%;
}

.over {
  background: #fff;
}
.over h2 {
  font-size: 40px;
  color: #3F6701;
  padding: 40px 0px;
  line-height: 1.36em;
}
.over h3 {
  width: 360px;
  background: #FBD816;
  padding: 16px;
  border-radius: 40px;
  color: #c41f19;
  font-size: 24px;
  margin: 0px auto 32px auto;
}
.over p {
  font-size: 16px;
  line-height: 1.76em;
  padding: 0px 12% 64px 12%;
}

nav {
  display: flex;
  flex-wrap: wrap;
  padding: 64px 64px 32px 64px;
  background: #fff;
}
nav a {
  display: block;
  width: calc((100% - 32px) / 3);
  text-decoration: none;
  background: #669501;
  border-radius: 8px;
  padding: 24px 32px 24px 24px;
  font-size: 16px;
  color: #FBD816;
  margin-right: 16px;
  font-weight: bold;
  position: relative;
}
nav a:after {
  position: absolute;
  display: block;
  top: 26px;
  right: 16px;
  content: "";
  content: "";
  width: 7px;
  height: 7px;
  border: 0px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: rotate(45deg);
  transform: rotate(135deg);
}
nav a:hover {
  background: #FBD816;
  color: #669501;
}
nav a:hover:after {
  content: "";
  width: 7px;
  height: 7px;
  border: 0px;
  border-top: solid 3px #3F6701;
  border-right: solid 3px #3F6701;
  transform: rotate(45deg);
  transform: rotate(135deg);
}
nav a:last-of-type {
  margin-right: 0px;
}

/* ============================================================================== */
/* INDEX */
/* ============================================================================== */
.wrap {
  padding: 32px;
  background: #fff;
}
.wrap h4 {
  color: #3F6701;
  font-size: 21px;
  margin: 64px 0px 32px 0px;
  line-height: 64px;
  background: url(images/h4_bg.png) center no-repeat;
}
.wrap h4 span {
  display: block;
  color: #3F6701;
  font-size: 13px;
  line-height: 1.28em;
}
.wrap h5 {
  font-size: 18px;
  color: #669501;
  padding-top: 64px;
  margin-bottom: -16px;
}
.wrap h5:first-of-type {
  padding-top: 0px;
}
.wrap .t_right {
  padding-right: 24px;
}

.put_box {
  text-align: right;
  padding: 0px 16px 16px 0px;
}
.put_box i {
  font-style: normal;
  color: #c41f19;
}

.prize_li {
  padding: 32px;
}
.prize_li li {
  background: rgba(238, 239, 201, 0.5);
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 24px;
  position: relative;
}
.prize_li li img {
  width: 220px;
}
.prize_li li h4 {
  font-size: 18px;
  line-height: 1.24em;
  padding: 24px 0px 0px 0px;
  background: none;
  margin: 0px auto;
}
.prize_li li p {
  position: absolute;
  z-index: 5;
}
.prize_li li p i {
  color: #FBD816;
  display: block;
  font-style: normal;
}
.prize_li li p:after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
}
.prize_li li.abs_a a {
  position: absolute;
  bottom: 0px;
  background: #FBD816;
  padding: 12px;
  color: #669501;
  text-decoration: none;
  display: block;
  font-weight: bold;
}
.prize_li li.abs_a a span {
  color: #669501;
}
.prize_li li.abs_a a:hover {
  background: #3F6701;
  color: #FBD816;
}
.prize_li li.abs_a a:hover span {
  color: #FBD816;
}

.prize_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: -24px;
}
.prize_grid li {
  clear: both;
}
.prize_grid li.abs_a {
  padding-bottom: 32px;
}
.prize_grid li p {
  width: 72px;
  height: 72px;
  color: #FBD816;
  top: 15px;
  right: 8px;
  line-height: 1em;
  font-size: 18px;
}
.prize_grid li p strong {
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #FBD816;
}
.prize_grid li p i {
  font-size: 14px;
}
.prize_grid li p:after {
  top: -6px;
  right: 0px;
  width: 72px;
  height: 72px;
  background: #669501;
  z-index: -1;
}
.prize_grid li img {
  width: 180px;
  float: left;
  margin-right: 24px;
}
.prize_grid li h4 {
  text-align: left;
  padding-top: 64px;
}
.prize_grid li a {
  width: calc(100% - 230px);
  right: 0px;
  left: 230px;
  border-radius: 0px 0px 16px 0px;
}

.prize_flex {
  display: grid;
  grid-gap: 0px 24px;
  margin-top: -64px;
  grid-template-columns: repeat(3, 1fr);
}
.prize_flex li.abs_a {
  padding-bottom: 48px;
}
.prize_flex li.abs_a a {
  width: 100%;
  border-radius: 0 0 16px 16px;
  left: 0;
}
.prize_flex li img {
  width: calc(100% + 48px);
  margin-left: -24px;
  margin-top: -24px;
  border-radius: 16px 16px 0px 0px;
}
.prize_flex li p {
  width: 56px;
  height: 56px;
  color: #FBD816;
  top: 16px;
  right: 8px;
  line-height: 1em;
}
.prize_flex li p i {
  font-size: 13px;
}
.prize_flex li p strong {
  font-family: "Roboto", sans-serif;
  font-size: 21px;
  font-weight: 700;
  color: #FBD816;
}
.prize_flex li p:after {
  top: -10px;
  right: 0px;
  width: 56px;
  height: 56px;
  background: #669501;
  z-index: -1;
}
.prize_flex li table {
  background: #fff;
  border-collapse: collapse;
  border-spacing: 0;
  border-radius: 8px;
  width: 100%;
  margin-top: 16px;
}
.prize_flex li table th, .prize_flex li table td {
  padding: 8px;
  border-bottom: 1px solid rgba(238, 239, 201, 0.5);
  color: #669501;
}
.prize_flex li table th {
  border-right: 1px solid rgba(238, 239, 201, 0.5);
}
.prize_flex li table td {
  text-align: left;
  padding: 8px 0px 8px 8px;
  line-height: 1.32em;
}
.prize_flex li table td a {
  color: #669501;
  line-height: 1.32em;
}
.prize_flex li table td a:hover {
  text-decoration: none;
}
.prize_flex li table td i {
  display: inline-block;
  text-align: right;
}
.prize_flex li table td span {
  font-size: 12px;
  display: block;
  color: #669501;
  width: 160px;
  margin-top: 4px;
  line-height: 1.28em;
}
.prize_flex li table td:last-of-type {
  padding: 8px 8px 8px 0px;
  text-align: right;
}
.prize_flex li:nth-of-type(-n+2) {
  grid-row: 1/4;
}

.sorry {
  margin: 0px 32px 88px 32px;
  border: 2px solid #c41f19;
  padding: 32px;
  text-align: left;
}
.sorry p {
  line-height: 1.74em;
  color: #c41f19;
}
.sorry p strong {
  font-size: 16px;
  color: #c41f19;
}
.sorry p a {
  color: #c41f19;
}
.sorry p a span {
  color: #c41f19;
}

.apply {
  border: 4px solid rgba(63, 103, 1, 0.5);
  border-radius: 16px;
  padding: 48px 120px;
  margin-bottom: 64px;
}
.apply p {
  text-align: left;
  line-height: 1.64em;
  margin-bottom: 24px;
}
.apply p strong {
  font-size: 16px;
}
.apply ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 48px;
}
.apply ul li {
  background: #FBD816;
  border-radius: 8px;
  padding: 16px;
  color: #669501;
  line-height: 1.36em;
  width: calc((100% - 32px) / 3);
  margin-right: 16px;
  font-weight: bold;
}
.apply ul li:last-of-type {
  margin-right: 0px;
}
.apply dl {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}
.apply dl dt {
  width: 6em;
  padding: 16px 0px;
  border-bottom: 2px dotted rgba(17, 27, 0, 0.45);
  line-height: 1.48em;
}
.apply dl dd {
  width: calc(100% - 6em);
  padding: 16px 0px;
  border-bottom: 2px dotted rgba(17, 27, 0, 0.45);
  line-height: 1.48em;
}
.apply dl dd .kome {
  margin-bottom: 0px;
}

.warning {
  padding: 0px 144px 24px 144px;
}
.warning li {
  text-align: left;
  margin-bottom: 8px;
  line-height: 1.64em;
  list-style-type: disc;
}

.download {
  display: block;
  width: 480px;
  padding: 16px;
  text-decoration: none;
  margin: 24px auto 144px auto;
  font-size: 18px;
  color: #FBD816;
  background: #669501;
  border-radius: 8px;
}
.download:hover {
  background: #FBD816;
  color: #669501;
}

.shop_li {
  background: rgba(63, 103, 1, 0.07);
  display: flex;
  flex-wrap: wrap;
  padding: 48px;
  border-radius: 16px;
}
.shop_li li {
  width: calc(50% - 24px);
  border-bottom: 2px dotted rgba(17, 27, 0, 0.45);
  padding: 16px 0px 16px 24px;
  font-size: 16px;
  text-align: left;
  position: relative;
  line-height: 1.36em;
}
.shop_li li i {
  font-style: normal;
  display: inline-block;
  margin-right: 8px;
  margin-left: -24px;
  color: #c41f19;
}
.shop_li li span, .shop_li li a {
  position: absolute;
  display: inline-block;
  text-align: right;
  font-size: 16px;
  top: 16px;
  right: 0px;
}
.shop_li li:nth-of-type(odd) {
  margin-right: 48px;
}

/* ============================================================================== */
/* footer */
/* ============================================================================== */
#pagetop {
  position: fixed;
  display: block;
  width: 40px;
  height: 48px;
  bottom: 20px;
  right: 20px;
  z-index: 100000;
  background: #FBD816;
  text-align: center;
  cursor: pointer;
}
#pagetop:before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #669501;
  border-right: solid 2px #669501;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -5px;
  margin-top: -3px;
}
#pagetop:after {
  display: block;
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  bottom: -3px;
  left: 0px;
  border-bottom: 3px dotted #FBD816;
}

footer {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 24px 120px;
}
footer p {
  color: #669501;
  font-weight: bold;
  line-height: 24px;
}
footer p.tel {
  font-size: 21px;
}
footer a {
  font-size: 21px;
  color: #669501;
  font-weight: bold;
  line-height: 24px;
  padding: 0px 36px;
}

.sponsor {
  padding: 16px 16px 32px 16px;
}
.sponsor p {
  line-height: 1.8em;
}

/* ============================================================================== */
/* 個別設定 */
/* ============================================================================== */
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  text-align: center;
  margin: 0px auto;
}

.w_50 {
  width: 49% !important;
}

.alignleft_m {
  float: left;
  margin-left: 24px;
}

.alignright_m {
  float: right;
  margin-right: 24px;
}

.aligncenter {
  text-align: center;
  margin: 0px auto;
}

.t_left {
  text-align: left !important;
}

.t_right {
  text-align: right !important;
}

.t_center {
  text-align: center !important;
}

.d_none {
  display: none;
}

.clear {
  clear: both !important;
}

.red {
  color: #c41f19;
}

.block {
  display: block;
}

.kome {
  text-indent: -1.2em;
  margin-left: 1.2em;
  display: block;
}

/* ============================================================================== */
/* レスポンシブ */
/* ============================================================================== */
@media screen and (max-width: 1060px) {
  h1 {
    padding-top: 24px;
  }

  .over h2 {
    font-size: 30px;
  }
  .over h3 {
    font-size: 18px;
  }

  .prize_flex {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 960px) {
  .wrap {
    padding: 32px 0px;
  }

  .prize_li {
    padding: 16px 16px;
    margin-bottom: 48px;
  }

  .prize_grid {
    margin-top: 0px;
  }
  .prize_grid li {
    margin-bottom: 0px;
  }
  .prize_grid li.abs_a {
    padding-bottom: 40px;
  }
  .prize_grid li img {
    width: 40%;
    max-width: 180px;
  }
  .prize_grid li h4 {
    padding-top: 64px;
  }
  .prize_grid li.abs_a {
    padding-bottom: 40px;
  }
  .prize_grid li.abs_a a {
    width: 60%;
    left: 40%;
  }

  .apply {
    margin: 24px 24px 64px 24px;
    padding: 48px;
  }

  .warning {
    padding: 0px 88px 24px 96px;
  }

  .shop_li {
    margin: 0px 16px;
    padding: 48px 24px;
  }
  .shop_li li {
    padding-right: 108px;
  }
}
@media screen and (max-width: 840px) {
  nav {
    padding: 64px 24px 32px 24px;
  }
  nav a {
    padding: 24px 16px 24px 0px;
  }

  .prize_li li {
    padding: 16px;
  }

  .prize_grid {
    gap: 16px;
  }
  .prize_grid li img {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    margin-bottom: 16px !important;
  }
  .prize_grid li h4 {
    padding: 16px 0px;
    text-align: center;
  }
  .prize_grid li.abs_a a {
    width: 100%;
    border-radius: 0 0 16px 16px;
    left: 0px;
  }

  .sorry {
    margin: 0px 16px 48px 16px;
  }

  .prize_flex {
    gap: 16px;
  }
  .prize_flex li img {
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-top: -16px;
  }
  .prize_flex table tr {
    display: flex;
    flex-wrap: wrap;
  }
  .prize_flex table tr th {
    width: 100%;
    background: rgba(251, 216, 22, 0.5);
  }
  .prize_flex table tr td {
    width: calc(100% - 32px);
  }
  .prize_flex table tr td:last-of-type {
    width: 32px;
  }
  .prize_flex table tr:first-of-type th {
    border-radius: 8px 8px 0px 0px;
  }

  .warning {
    padding: 0px 48px 24px 64px;
  }

  .apply {
    padding: 48px 24px;
  }
  .apply ul {
    display: block;
  }
  .apply ul li {
    margin-right: 0px;
    width: 100%;
    margin-bottom: 8px;
  }
  .apply ul li br {
    display: none;
  }

  .shop_li li {
    width: 100%;
    margin-right: 0px !important;
  }
}
@media screen and (max-width: 520px) {
  .prize_flex li.abs_a {
    padding-bottom: 64px;
  }

  .put_box {
    margin-top: 24px;
  }

  footer {
    padding: 24px;
  }
}
