/* CSS Document */
/* ================================

================================ */
* {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

body {
  background-color: #fdf4ec;
}

input,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

.txtRed {
  color: #d6001d;
}

.cf::after {
  content: "";
  display: block;
  clear: both;
}

#header {
  background-color: #ea5514;
  z-index: 2;
}

#header.pc_only .inner_wrap {
  width: 1120px;
  margin: 0 auto;
}
#header.pc_only .logo_jr {
  display: inline-block;
  float: left;
  padding-top: 20px;
  padding-left: 20px;
  width: 71px;
}
#header.pc_only .logo_jr img {
  width: 100%;
}
#header.pc_only nav .flex {
  display: flex;
  justify-content: center;
}
#header.pc_only nav .flex .f-item {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  padding: 20px 20px 20px;
  display: table;
  position: relative;
  z-index: 2;
}
#header.pc_only nav .flex .f-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -30px;
  top: 50%;
  display: block;
  width: 60px;
  height: 1px;
  transform: rotate(90deg);
  background-color: #fff;
}
#header.pc_only nav .flex a {
  color: #fff;
  display: table-cell;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  vertical-align: middle;
}
#header.pc_only nav .flex a.peNone {
  pointer-events: none;
}
#header.pc_only nav .menuSub {
  position: absolute;
  display: none;
  left: 0;
  top: 88px;
  width: 100%;
}
#header.pc_only nav .menuSub li a {
  display: block;
  padding: 10px 0 10px;
}
#header.pc_only nav .menuSub li a:hover {
  opacity: 0.9;
}

#header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

#sec_mv {
  padding-top: 30px;
  padding-bottom: 60px;
}
#sec_mv .ttl {
  width: 951px;
  margin: 0 auto 30px;
}
#sec_mv .txt {
  width: 970px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}

#sec_anchor {
  width: 970px;
  margin: 0 auto 30px;
}
#sec_anchor .pc_only .flex {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}
#sec_anchor .pc_only .flex .f-item {
  transform: skewX(150deg);
}
#sec_anchor .pc_only .flex .f-item span {
  display: block;
  transform: skewX(-150deg);
}
#sec_anchor .pc_only .flex .f-item a {
  color: #ae0a2e;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
}
#sec_anchor .pc_only .flex .f-item + .f-item {
  border-left: 3px solid #ae0a2e;
  padding-left: 24px;
}
#sec_anchor .pc_only .flex .f-item + .f-item.borderNone {
  border: none;
}
#sec_anchor .pc_only .flex .f-item.peNone {
  pointer-events: none;
}

#sec01 {
  width: 1120px;
  margin: 0 auto;
  padding-bottom: 60px;
}
#sec01 .term {
  background-color: #fff;
  padding: 40px 20px 20px;
  margin-bottom: 60px;
}
#sec01 .ttl {
  border-bottom: 6px solid #7f1129;
  clear: both;
  font-weight: bold;
  margin-bottom: 30px;
}
#sec01 .ttl .ttl_item01 {
  float: left;
  font-size: 30px;
  padding-bottom: 0.2em;
}
#sec01 .ttl .ttl_item02 {
  float: left;
  font-size: 30px;
  padding-bottom: 0.2em;
}
#sec01 .ttl .ttl_item03 {
  float: right;
  font-size: 24px;
}
#sec01 .ttl .fz_L {
  font-size: 1.4em;
}
#sec01 .cnt_grid {
  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 250px;
}
#sec01 .cnt_grid .prize {
  display: table;
}
#sec01 .cnt_grid .prize .icn_img {
  display: table-cell;
  vertical-align: middle;
  width: 90px;
  text-align: center;
}
#sec01 .cnt_grid .prize .txt {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.5;
}
#sec01 .cnt_grid .prize01 {
  grid-row: 1/2;
  grid-column: 1/3;
}
#sec01 .cnt_grid .prize01 .txt {
  font-size: 28px;
}
#sec01 .cnt_grid .prize02 {
  grid-row: 2;
  grid-column: 1;
}
#sec01 .cnt_grid .prize02 .txt {
  font-size: 22px;
}
#sec01 .cnt_grid .prize03 {
  grid-row: 2/3;
  grid-column: 2/3;
}
#sec01 .cnt_grid .prize03 .txt {
  font-size: 22px;
}
#sec01 .cnt_grid .pamphlet_img {
  grid-row: 1/4;
  grid-column: 3/3;
  width: 250px;
  text-align: center;
}
#sec01 .cnt_grid .pamphlet_img .caption {
  font-size: 20px;
  margin-top: 0.5em;
  text-decoration: underline;
}
#sec01 .cnt_grid.cnt_grid02 {
  grid-template-rows: 100px 100px 100px 1fr;
}
#sec01 .cnt_grid.cnt_grid02 .prize02.prize02_01 {
  grid-row: 2;
  grid-column: 1;
}
#sec01 .cnt_grid.cnt_grid02 .prize02.prize02_02 {
  grid-row: 2/4;
  grid-column: 2;
}
#sec01 .cnt_grid.cnt_grid02 .prize02.prize02_02 .icn_img {
  vertical-align: top;
}
#sec01 .cnt_grid.cnt_grid02 .prize02.prize02_02 .txt {
  vertical-align: top;
}
#sec01 .cnt_grid.cnt_grid02 .prize03 {
  grid-row: 3;
  grid-column: 1;
}
#sec01 .cnt_grid.cnt_grid02 .prize04 {
  grid-row: 4;
  grid-column: 1/4;
  padding-top: 15px;
}
#sec01 .cnt_grid.cnt_grid02 .prize04 .txt {
  font-size: 22px;
  vertical-align: top;
}
#sec01 .cnt_grid.cnt_grid02 .prize04 .icn_img {
  vertical-align: top;
}
#sec01 #term2022 .btn_link {
  background-color: #333333;
  text-align: center;
  margin: 50px auto 50px;
  padding-top: 25px;
  padding-bottom: 25px;
  width: 520px;
}
#sec01 #term2022 .btn_link a {
  color: #fff;
  display: block;
  font-size: 30px;
}
#sec01 #term2023 .btn_link {
  background-color: #333333;
  text-align: center;
  margin: 50px auto 50px;
  padding-top: 25px;
  padding-bottom: 25px;
  width: 520px;
}
#sec01 #term2023 .btn_link a {
  color: #fff;
  display: block;
  font-size: 30px;
}

@media screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  #sec_mv {
    padding-top: 13vw;
    padding-bottom: 8vw;
  }
  #sec_mv .ttl {
    width: 82.8vw;
    margin-bottom: 4vw;
  }
  #sec_mv .txt {
    width: 82.8vw;
    font-size: 3.467vw;
  }
  #sec_anchor {
    width: 89.333vw;
    margin-bottom: 4vw;
  }
  #sec_anchor .sp_only select {
    background-image: url(../img/sellect_arrow.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 0;
    -moz-text-align-last: center;
    text-align-last: center;
  }
  #sec_anchor .sp_only select::-ms-expand {
    display: none;
  }
  #sec_anchor .sp_only .link_menu {
    background-color: #fff;
    border: 2px solid #999;
    color: #7f1129;
    font-size: 4.8vw;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    width: 100%;
  }
  #sec01 {
    width: 94.667vw;
    padding-bottom: 8vw;
  }
  #sec01 .term {
    padding: 5.333vw 2.667vw 2.667vw;
    margin-bottom: 8vw;
  }
  #sec01 .ttl {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 4vw;
  }
  #sec01 .ttl .ttl_item01 {
    float: none;
    font-size: 4vw;
    flex-basis: 50%;
    order: 1;
  }
  #sec01 .ttl .ttl_item02 {
    float: none;
    font-size: 4.267vw;
    letter-spacing: -0.05em;
    order: 3;
  }
  #sec01 .ttl .ttl_item03 {
    float: none;
    font-size: 4vw;
    text-align: right;
    flex-basis: 50%;
    order: 2;
  }
  #sec01 .cnt_grid {
    display: block;
  }
  #sec01 .cnt_grid .prize .icn_img {
    width: 12vw;
  }
  #sec01 .cnt_grid .prize .txt {
    padding-left: 1em;
  }
  #sec01 .cnt_grid .prize01 {
    margin-bottom: 0.5em;
  }
  #sec01 .cnt_grid .prize01 .txt {
    font-size: 4.267vw;
  }
  #sec01 .cnt_grid .prize02 {
    margin-bottom: 0.5em;
  }
  #sec01 .cnt_grid .prize02 .txt {
    font-size: 3.467vw;
  }
  #sec01 .cnt_grid .prize03 .txt {
    font-size: 3.467vw;
  }
  #sec01 .cnt_grid .pamphlet_img {
    float: right;
    width: 34%;
    margin-top: -27%;
  }
  #sec01 .cnt_grid .pamphlet_img img {
    width: 26.933vw;
  }
  #sec01 .cnt_grid .pamphlet_img .caption {
    font-size: 3.2vw;
  }
  #sec01 .cnt_grid.cnt_grid02 .prize02.prize02_01 {
    margin-bottom: 0.5em;
  }
  #sec01 .cnt_grid.cnt_grid02 .prize02.prize02_02 {
    margin-bottom: 0.5em;
  }
  #sec01 .cnt_grid.cnt_grid02 .prize03 {
    margin-bottom: 0.5em;
  }
  #sec01 .cnt_grid.cnt_grid02 .prize04 {
    padding-top: 2vw;
  }
  #sec01 .cnt_grid.cnt_grid02 .prize04 .txt {
    font-size: 3.467vw;
  }
  #sec01 .cnt_grid.cnt_grid02 .pamphlet_img {
    margin-top: -40%;
  }
  #sec01 #term2022 .btn_link {
    margin: 20vw auto 6.667vw;
    padding-top: 3.333vw;
    padding-bottom: 3.333vw;
    width: 80%;
  }
  #sec01 #term2022 .btn_link a {
    font-size: 4vw;
  }
  #sec01 #term2023 .btn_link {
    margin: 20vw auto 6.667vw;
    padding-top: 3.333vw;
    padding-bottom: 3.333vw;
    width: 80%;
  }
  #sec01 #term2023 .btn_link a {
    font-size: 4vw;
  }
  #sec01 #term2013 .cnt_grid .pamphlet_img {
    margin-top: -38%;
  }
  #sec01 #term2010 .cnt_grid .pamphlet_img {
    margin-top: -42%;
  }
  #sec01 #term2007 .cnt_grid .pamphlet_img {
    margin-top: -28%;
  }
}/*# sourceMappingURL=style.css.map */