/* Eric Meyer's Reset CSS v2.0 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

img {
  max-width: 100%;
}

html {
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 576px) {
  html {
    font-size: 62.5%;
  }
}

body {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-optical-sizing: auto;
}

p {
  line-height: 1.5;
}

a {
  cursor: pointer;
  color: #222;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}

a > * {
  pointer-events: none;
}

sup {
  font-size: 0.9rem;
  font-weight: 500;
}

@media screen and (min-width: 576px) {
  .pcnone {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .spnone {
    display: none;
  }
}
picture {
  width: 100%;
  display: block;
}
picture img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 576px) {
  picture {
    width: auto;
    max-width: 64rem;
  }
}

.l-header {
  height: 4.8rem;
  display: flex;
  align-items: center;
}
.l-header .c-wrap__inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 576px) {
  .l-header .c-wrap__inner {
    margin: auto;
  }
}
.l-header .c-wrap__inner div {
  display: flex;
  align-items: center;
}
.l-header .logo {
  width: auto;
}
.l-header .logo + span {
  font-size: 1rem;
  background: #FF5F00;
  color: #fff;
  border-radius: 0.3rem;
  padding: 0.4rem 0.6rem;
  margin: 0 0 0 1.6rem;
}
.l-header img {
  max-width: 14.7rem;
}

.l-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-top: 0.1rem solid #DEDEDE;
  border-left: 0.1rem solid #DEDEDE;
  border-right: 0.1rem solid #DEDEDE;
  margin: 0 0 2.4rem;
}
.l-grid__head {
  font-weight: 600;
  color: #333;
  background: #FFF4DA;
}
.l-grid__head, .l-grid__text {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.4rem;
  height: 5rem;
  border-right: 0.1rem solid #DEDEDE;
  border-bottom: 0.1rem solid #DEDEDE;
}
.l-grid__head span, .l-grid__text span {
  font-size: 1rem;
}
.l-grid__cell:nth-of-type(3n) .l-grid__head,
.l-grid__cell:nth-of-type(3n) .l-grid__text {
  border-right: none;
}

footer {
  background: #fff;
  border-top: 1px solid #d9d9d9;
}
footer .l-footer__link {
  max-width: 29.7rem;
  margin: 3.7rem auto 1.6rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
footer .l-footer__link a {
  color: #222;
  text-decoration: none;
  display: flex;
}
footer .l-footer__link a::after {
  content: "\f054";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin: 0 0 0 0.5rem;
}
footer .l-footer__label {
  background: #FF5F00;
  color: #fff;
  text-align: center;
  padding: 1rem;
}

.c-section {
  background: #FFF4DA;
  padding: 2rem 0;
}
.c-section .information {
  margin: auto auto 2rem;
  max-width: 32.7rem;
}
@media screen and (min-width: 576px) {
  .c-section .information {
    max-width: 62rem;
  }
}
.c-section .information p {
  font-size: 1.4rem;
}

.c-attention {
  padding: 2.4rem 3rem;
}
.c-attention h2 {
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 1.2rem;
}
.c-attention ul li {
  list-style-type: disc;
  font-size: 1.2rem;
  line-height: 1.8;
}

.c-article {
  margin: 2.4rem 0;
}
.c-article__mv {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0 2.4rem;
}
.c-article__mv h2 {
  font-size: 2.8rem;
  font-weight: 600;
  margin: 1.6rem auto;
}
.c-article__mv .crown {
  width: 5.1rem;
  height: 4.2rem;
}
.c-article__mv .cardface {
  width: 19.3rem;
  height: 12rem;
  margin: 0 0 1.2rem;
}
.c-article__mv .c-card__desc {
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
}
.c-article .regulations {
  margin: 2.4rem auto 0;
  color: #333;
}
@media screen and (min-width: 576px) {
  .c-article .regulations {
    font-size: 1.2rem;
  }
}

.c-button a {
  display: block;
  position: relative;
  max-width: 32.6rem;
  color: #fff;
  font-size: 2rem;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  font-weight: 600;
  padding: 2rem;
  margin: 2.4rem auto 0;
  text-align: center;
  border-radius: 0.6rem;
  background: #FF5F00;
  box-shadow: 0 0.5rem 0 0 #D75102;
  transition: all 0.2s ease-in;
}
.c-button a:hover {
  opacity: 1;
  box-shadow: inset 0 1rem 1rem 0 rgba(255, 255, 255, 0.2), inset 0 -1rem 1rem 0 rgba(0, 0, 0, 0.2), 0 0 0 0.3rem rgba(255, 255, 255, 0.2), 0 0.1rem 1rem 0 rgba(0, 0, 0, 0.2);
}
.c-button a::after {
  content: "";
  display: block;
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  top: 2.7rem;
  right: 2.5rem;
  border-top: 0.2rem solid #fff;
  border-right: 0.2rem solid #fff;
  transform: rotate(45deg);
  pointer-events: none;
}

.c-icon-3615 {
  width: 3.6rem;
  height: 1.5rem;
}

.c-icon-3623 {
  width: 3.6rem;
  height: 2.3rem;
}

.c-icon-2415 {
  width: 2.4rem;
  height: 1.5rem;
  margin: auto 0.5rem;
}

.c-wrap__inner {
  max-width: 64rem;
  padding: 0 1.6rem;
  margin: auto;
}
@media screen and (min-width: 576px) {
  .c-wrap__inner {
    padding: 0 2.4rem;
  }
}
.c-wrap__white-bg {
  background: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  padding: 2.4rem;
  margin: 0 1rem;
}
@media screen and (min-width: 576px) {
  .c-wrap__white-bg {
    margin: 0 auto;
  }
}

.p-mv {
  background: #ED7600;
}
.p-mv__inner {
  display: block;
  position: relative;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
}

.p-mv__date {
  position: absolute;
  margin: 0.9rem 1rem;
  padding: 0 0.4rem;
  top: 0;
  left: 0;
  color: #fff;
  border: 0.1rem solid #fff;
  font-size: 0.9rem;
  text-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.15);
  font-weight: 500;
  line-height: 1.75rem;
}

.p-mv__date span {
  font-size: 1.35rem;
}

.p-top3 .p-day {
  position: relative;
  display: flex;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2rem auto 1.4rem;
  padding: 0.3rem 1.4rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: #FF5F00;
  border: 0.1rem solid #FF5F00;
  border-radius: 1.6rem;
}
.p-top3 .p-day::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.7rem;
  height: 0.3rem;
  top: -0.2rem;
  left: 2rem;
  background-color: #fff;
}
@media screen and (min-width: 576px) {
  .p-top3 .p-day::before {
    display: none;
  }
}
.p-top3 .p-day::after {
  content: "";
  display: block;
  position: absolute;
  width: 0.7rem;
  height: 0.3rem;
  bottom: -0.2rem;
  right: 2rem;
  background-color: #fff;
}
@media screen and (min-width: 576px) {
  .p-top3 .p-day::after {
    display: none;
  }
}
.p-top3 .p-top3__subtitle {
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5rem;
  text-align: center;
  color: #333;
}
.p-top3 h2 {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: baseline;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2rem;
  font-weight: 600;
  margin: auto auto 1.8rem;
  color: #333;
}
.p-top3 h2 span {
  color: #FF5F00;
  font-size: 2.6rem;
}
.p-top3 h2 span.num {
  font-size: 3rem;
}
.p-top3 h2 img {
  display: block;
  position: absolute;
  width: 1.4rem;
  top: -0.5rem;
  right: 0.2rem;
}
@media screen and (min-width: 576px) {
  .p-top3 h2 img {
    display: none;
  }
}
.p-top3 .c-wrap__inner {
  display: flex;
  justify-content: space-evenly;
}
.p-top3__card-set {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 110px;
}
@media screen and (min-width: 576px) {
  .p-top3__card-set {
    flex: 0 0 160px;
  }
}
.p-top3 .crown {
  width: 3.9rem;
  height: 3.2rem;
}
.p-top3 h3 {
  font-weight: 600;
  font-size: 1rem;
  margin: 1rem auto;
}
@media screen and (min-width: 576px) {
  .p-top3 h3 {
    font-size: 1.6rem;
  }
}
.p-top3 a .cardface {
  width: 8rem;
  height: 5rem;
}
@media screen and (min-width: 576px) {
  .p-top3 a .cardface {
    width: 9.6rem;
    height: 6.1rem;
  }
}
.p-top3 p {
  text-align: center;
  color: #FF5F00;
  font-size: 1.1rem;
  margin: 0.8rem auto 2.8rem;
}
@media screen and (min-width: 576px) {
  .p-top3 p {
    font-size: 1.4rem;
    margin: 0.8rem auto 3rem;
  }
}
.p-top3 .c-button a {
  display: flex;
  width: 9.6rem;
  height: 4.6rem;
  font-size: 1.1rem;
  line-height: 1.3rem;
  min-width: 9.6rem;
  margin: 2rem auto 3rem;
  padding: 1.3rem 0.8rem 1rem 0.8rem;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  border-radius: 0.6rem;
  background: #FF5F00;
  box-shadow: 0px 0.5rem 0px 0px #D75102;
  box-sizing: border-box;
}
.p-top3 .c-button a::after {
  display: none;
}
@media screen and (min-width: 576px) {
  .p-top3 .c-button a {
    width: 14rem;
    height: 5rem;
    font-size: 1.3rem;
    line-height: 1.6rem;
  }
}

.p-point {
  display: block;
  position: relative;
  background: transparent;
  border-radius: 1rem;
  margin: 0 auto 1.6rem;
  padding: 2.5rem 0 3rem;
  background-color: #f5f5f5;
  top: 0.7rem;
  left: 0.7rem;
}
@media screen and (min-width: 576px) {
  .p-point {
    top: 0.9rem;
    left: 0.9rem;
    padding-bottom: 1rem;
  }
}
.p-point::before {
  content: "";
  position: absolute;
  top: -0.7rem;
  left: -0.7rem;
  width: 100%;
  height: 100%;
  border: 0.2rem solid #333;
  border-radius: 1rem;
}
@media screen and (min-width: 576px) {
  .p-point::before {
    top: -0.9rem;
    left: -0.9rem;
  }
}
.p-point::after {
  content: "";
  display: block;
  position: absolute;
  width: 0.5rem;
  height: 1.4rem;
  bottom: 3.5rem;
  right: 0;
  background-color: #f5f5f5;
}
@media screen and (min-width: 576px) {
  .p-point::after {
    display: none;
  }
}
.p-point .p-square {
  display: block;
  position: absolute;
  width: 1.4rem;
  height: 0.5rem;
  top: -0.7rem;
  left: 2.5rem;
  background-color: #fff;
}
@media screen and (min-width: 576px) {
  .p-point .p-square {
    display: none;
  }
}
.p-point h2 {
  display: block;
  position: relative;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  color: #FF5F00;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  border-radius: 1rem 1rem 0 0;
  left: -0.7rem;
}
.p-point h2 img {
  display: block;
  position: absolute;
  width: 1.2rem;
  top: -0.4rem;
  left: -0.7rem;
  transform: rotate(-30deg);
}
.p-point .p-line {
  display: block;
  position: relative;
  margin: 2.5rem auto 0;
  width: 4.45rem;
  left: -0.7rem;
  border-bottom: 0.2rem solid #FF5F00;
}
.p-point .p-list {
  position: relative;
  padding: 2rem;
  left: -0.7rem;
}
.p-point .p-list__item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0 2rem;
  line-height: 1.4;
  gap: 0.4rem;
}
.p-point .p-list__item:last-of-type {
  margin: 0;
}
.p-point .p-list__item img {
  width: 1.8rem;
  height: auto;
  margin-top: 0.1rem;
}

.p-campaign {
  background: #FFF8E5;
  border-radius: 1rem;
  margin: 3.4rem auto 2.4rem;
  padding: 1rem 0;
}
.p-campaign h2 {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 27rem;
  height: auto;
}
.p-campaign .p-list {
  padding: 0 2rem;
}
.p-campaign .p-list__item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0 2rem;
  line-height: 1.4;
  gap: 0.4rem;
}
.p-campaign .p-list__item:last-of-type {
  margin: 0;
}
.p-campaign .p-list__item img {
  width: 1.8rem;
  height: auto;
  margin-top: 0.1rem;
}
.p-campaign .p-list__list {
  font-size: 1.4rem;
  font-weight: 600;
  padding: 0 0 0 3.5rem;
}
.p-campaign .p-list__list ul {
  list-style: decimal;
}
.p-campaign .p-list__list ul li {
  line-height: 1.4;
}
.p-campaign .p-list__list p {
  text-indent: -1.7rem;
}
.p-campaign .p-list__list .small {
  font-size: 1.2rem;
  font-weight: 400;
  text-indent: -1.7rem;
}

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

.blue {
  font-weight: 600;
  color: #1F7CD2;
}

.red {
  font-weight: 600;
  color: #EC4646;
}

.orange {
  font-weight: 600;
  color: #FF5F00;
}

.brown {
  font-weight: 600;
  color: #A24017;
}