/* reset */
html {
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  box-sizing: border-box;
  word-break: normal;
  tab-size: 4;
}
*,
:after,
:before {
  box-sizing: inherit;
  background-repeat: no-repeat;
}
:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}
* {
  margin: 0;
  padding: 0;
}
hr {
  height: 0;
  overflow: visible;
  color: inherit;
}
details,
main {
  display: block;
}
summary {
  display: list-item;
}
small {
  font-size: 80%;
}
[hidden] {
  display: none;
}
abbr[title] {
  -webkit-text-decoration: underline dotted;
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline-width: 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}
pre {
  font-size: 1em;
}
b,
strong {
  font-weight: bolder;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  border-color: inherit;
  text-indent: 0;
}
input {
  border-radius: 0;
}
[disabled] {
  cursor: default;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  resize: vertical;
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
}
optgroup {
  font-weight: 700;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[role="button"],
[type="button"],
[type="reset"],
[type="submit"],
button {
  color: inherit;
  cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
button,
input,
select,
textarea {
  border-style: none;
  background-color: transparent;
}
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
}
legend {
  display: table;
  max-width: 100%;
  border: 0;
  color: inherit;
  white-space: normal;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}
img {
  border-style: none;
}
progress {
  vertical-align: baseline;
}
[aria-busy="true"] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
[aria-disabled="true"] {
  cursor: default;
}
*,
:after,
:before {
  box-sizing: border-box;
}
::selection {
  background-color: rgba(9, 35, 78, 0.15);
}
html {
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  height: 100%;
  font-size: 1vw;
  line-height: 2.3571428571;
  scroll-behavior: smooth;
}
body {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: none;
  word-wrap: break-word;
  position: relative;
  width: 100%;
  min-height: 100%;
  margin: 0 auto;
  color: #333;
  font-size: 16px;
  font-family: Noto Sans CJK JP, Noto Sans JP, sans-serif;
  letter-spacing: 0.09px;
}
a {
  color: inherit;
  text-decoration: none;
}
img,
svg,
video {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
picture {
  display: block;
}
picture img {
  width: 100%;
  height: auto;
}
table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
}
table td,
table th {
  word-break: break-all;
}
input::-ms-clear {
  display: none;
}
ol,
ul {
  list-style: none;
  list-style-position: inside;
}
sup {
  top: -0.7em;
  font-size: 50%;
  line-height: inherit;
  vertical-align: unset;
}

/***********
  Main CSS
***********/
h2,
h3,
h4,
h5 {
  letter-spacing: 0.05em;
}
h3.h3_tit {
  font-size: 24px;
  text-align: center;
}
h3.h3_tit span {
  padding-bottom: 7px;
  border-bottom: 3px solid #e60112;
}
.c-btn {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 231px;
  height: 49px;
  padding-right: 16px;
  border: 1px solid #1ebecc;
  background-color: #1ebecc;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  border-radius: 10px;
  transition: all 0.4s ease;
}
.c-btn::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  content: "";
  width: 23px;
  height: 23px;
  background: url(../images/icon_c-btn.png) no-repeat center/contain;
  transition: all 0.4s ease;
}
.c-btn:hover {
  background-color: #fff;
  color: #1ebecc;
}
.c-btn:hover::before {
  background-image: url(../images/icon_c-btn-hover.png);
}
.c-btn.red {
  color: #e60012;
  background-color: #fff;
  border-color: #fff;
}
.c-btn.red::before {
  background-image: url(../images/icon_c-btn_r.png);
}
.c-btn.red:hover {
  color: #fff;
  background-color: #e60012;
}
.c-btn.red:hover::before {
  background-image: url(../images/icon_c-btn_r_hover.png);
}
a.link {
  color: #333333;
  text-decoration: underline;
  text-underline-offset: 6px;
}
a.link:hover {
  color: #09a2d1;
}
.indent1 {
  text-indent: -1em;
  margin-left: 1em;
}
.l-mainwrap {
  margin: 0 auto;
  background: #ffffff;
  overflow: hidden;
}
.l-container,
.m-container,
.l-page {
  position: relative;
}
.l-container,
.m-container {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
.l-footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #333333;
}
.l-footer .copyright {
  color: #fff;
  font-size: 15px;
  line-height: 1;
  text-align: center;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid rgba(229, 231, 235, 0.8);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 18px 0;
}

.brand {
  display: inline-flex;
  flex-shrink: 0;
}

.brand__logo {
  display: block;
  width: 153px;
  height: auto;
}

.site-header__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.header-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #9f1f25, #7f1d1d);
  box-shadow: 0 12px 28px rgba(127, 29, 29, 0.22);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease;
}

.header-link:hover {
  transform: translateY(-1px);
}

.header-link--secondary {
  display: none;
}

.site-footer {
  padding: 36px 0 48px;
  color: rgba(255, 255, 255, 0.92);
  background: #231815;
}

.site-footer__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  text-align: center;
}

.site-footer__inner p {
  margin: 0;
  font-size: 15px;
}

.l-header {
  border-bottom: 1px solid #e60112;
}
.l-header__inner {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  margin: 0 auto;
  padding: 0 30px;
  overflow: hidden;
  background-color: #fff;
}
.l-header__inner .logo__image {
  height: 48px;
}
.l-header__inner .logo__image img {
  width: auto;
  height: 100%;
}
.l-header__inner .btn {
  display: inline-flex;
  align-items: center;
  gap: 50px;
  margin-top: 1px;
}
.l-header__inner .btn .btn_btn1 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e60012;
  font-size: 20px;
  font-weight: 500;
  border: 1px solid #e60012;
  width: 248px;
  height: 36px;
}

#mv {
  width: 100%;
  min-width: 1200px;
  padding: 30px;
}
.mv--inner {
  position: relative;
  height: 754px;
  background: url(../images/mv_bgimg2.png),
    linear-gradient(180deg, #fff 0%, #fff 22%, #eff0f1 22%, #eff0f1 100%);
  background-size: 504px 520px, 100%;
  background-repeat: no-repeat;
  background-position: calc(50% + 430px) 184px, top left;
}
.mv--inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% + 330px);
  height: 100%;
  clip-path: polygon(0 0, calc(100% - 268px) 0%, 100% 100%, 0% 100%);
  background: url(../images/mv_bgimg1.png),
    linear-gradient(180deg, #e60112 0%, #e60112 84%, #595757 84%, #595757 100%);
  background-size: 881px 474px, 100%;
  background-repeat: no-repeat;
  background-position: right 146px top 150px, top left;
}
.mv--inner .catch {
  z-index: 1;
  position: absolute;
  top: 42px;
  left: calc(50% - 620px);
  width: clamp(650px, 52.93vw, 741px);
  height: clamp(472px, 38.5vw, 539px);
}
.mv--inner .term {
  z-index: 1;
  position: absolute;
  bottom: 40px;
  left: calc(50% - 560px);
  width: 724px;
  height: 42px;
}
.mv--inner .organizer {
  z-index: 1;
  position: absolute;
  top: 42px;
  right: calc(50% - 640px);
  width: 484px;
  height: 79px;
}
.mv--inner .prize_tit {
  z-index: 1;
  position: absolute;
  top: 145px;
  right: calc(50% - 656px);
  width: 270px;
  height: 270px;
}
.mv--inner .prize_img {
  z-index: 1;
  position: absolute;
  top: 276px;
  right: calc(50% - 570px);
  width: 404px;
  height: 470px;
}
#mv .note {
  font-size: 12px;
  text-align: right;
  padding-top: 12px;
}
@media screen and (min-width: 1600px) {
  .mv--inner {
    background-repeat: repeat-x;
  }
  .mv--inner::before {
    background-repeat: repeat-x;
  }
  .mv--inner .catch,
  .mv--inner .term {
    left: 10%;
  }
}
@media screen and (max-width: 1400px) {
  .mv--inner .catch {
    top: 80px;
    left: 2%;
  }
  .mv--inner .prize_tit {
    right: calc(50% - 590px);
  }
  .mv--inner .organizer {
    right: 0;
    width: 420px;
    height: 68px;
  }
}

.flow--inner {
  padding-top: 60px;
  padding-bottom: 90px;
  background: linear-gradient(
    180deg,
    #fff 0%,
    #fff 37%,
    #eff0f1 37%,
    #eff0f1 100%
  );
}
.flow--tit {
  text-align: center;
}
.flow--tit h2 {
  position: relative;
  font-size: 24px;
  color: #e60012;
  line-height: 1;
  width: 272px;
  border: 2px solid #e60012;
  padding: 16px 0;
  margin: auto;
}
.flow--tit h2::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 52px;
  width: 20px;
  height: 2px;
  background: #fff;
}
.flow--tit h2::after {
  content: "";
  position: absolute;
  bottom: -26px;
  left: 33px;
  width: 27px;
  height: 27px;
  border-top: 2px solid #e60012;
  transform: rotate(45deg);
}
.flow-list {
  display: flex;
  position: relative;
  justify-content: space-between;
  width: calc(100% - 26px);
  margin-top: 76px;
  margin-left: 16px;
  margin-right: 10px;
}
.flow-list .item {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  width: 343px;
  padding: 68px 38px 30px;
  border: 2px solid #e60012;
  background-color: #fff;
}
.flow-list .item::before {
  content: "";
  position: absolute;
  top: 41px;
  left: -16px;
  width: 16px;
  height: 16px;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  background: #b9000f;
}
.flow-list .item.item-3::before {
  background: #0c909c;
}
.flow-list .item__bg1 {
  content: "";
  position: absolute;
  top: 10px;
  right: -12px;
  width: 10px;
  height: calc(100% + 2px);
  background: url(../images/flow_itembg.png);
}
.flow-list .item__bg2 {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 10px;
  width: calc(100% - 9px);
  height: 10px;
  background: url(../images/flow_itembg.png);
}
.flow-list .item__arrow {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -58px;
  width: 81px;
  height: 75px;
  margin: auto;
  background: url(../images/flow_arrow.png) no-repeat top left / contain;
}
.flow-list .item__step {
  display: flex;
  align-items: center;
  position: absolute;
  top: -16px;
  left: -16px;
  height: 57px;
  background: #e60012;
  padding-left: 37px;
  padding-right: 46px;
  clip-path: polygon(0 0, 100% 0, calc(100% - 15px) 100%, 0% 100%);
}
.flow-list .item-3 .item__step {
  background: #1ebecc;
}
.flow-list .item__tit {
  font-weight: 700;
  font-size: 30px;
  color: #e60012;
  line-height: 1.5;
  text-align: center;
}
.flow-list .item__tit span {
  display: block;
  color: #595757;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  margin-top: 8px;
}
.flow-list .item__image {
  text-align: center;
}
.flow-list .item-1 .item__image {
  margin-top: 40px;
}
.flow-list .item-2 .item__image {
  margin-top: 24px;
}
.flow-list .item-3 .item__image {
  margin-top: 25px;
}
.flow-list .item__txt {
  width: 100%;
  margin-top: 28px;
  font-size: 18px;
  line-height: 1.6;
}
.flow-list .note {
  font-size: 12px;
  line-height: 1.6;
  text-indent: -1em;
  padding-left: 1em;
  padding-top: 10px;
}
.flow-list .tel {
  color: #1ebecc;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-top: 14px;
}
.flow-list .item-1 .item__btn {
  margin-top: 10px;
}
.flow-list .item-2 .item__btn {
  margin-top: 34px;
}
.flow-list .item-1 .item__btn a.c-btn,
.flow-list .item-2 .item__btn a.c-btn {
  width: 263px;
  border-radius: 5px;
}

.campaign--inner {
  padding-top: 90px;
  padding-bottom: 82px;
}
.campaign-list1 {
  padding-left: 16px;
}
.campaign-list1 .item {
  position: relative;
  color: #fff;
  background: linear-gradient(
    180deg,
    #fff 0%,
    #fff 8%,
    #eff0f1 8%,
    #eff0f1 100%
  );
  margin-top: 56px;
  margin-bottom: 69px;
  padding: 90px 100px 50px;
}
.campaign-list1 .item > * {
  position: relative;
}
.campaign-list1 .item__bg {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
  background: #e60012;
}
.campaign-list1 h4 {
  display: flex;
  align-items: center;
  position: absolute !important;
  top: -16px;
  left: -16px;
  height: 57px;
  font-size: 30px;
  color: #fff;
  background: linear-gradient(45deg, #1ebecc 0%, #44d1d5 100%);
  padding-left: 50px;
  padding-right: 50px;
  clip-path: polygon(0 0, 100% 0, calc(100% - 15px) 100%, 0% 100%);
}
.campaign-list1 .item::before {
  content: "";
  position: absolute;
  top: 41px;
  left: -16px;
  width: 16px;
  height: 16px;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  background: #0c909c;
}
.campaign-list1 .tit {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 34px;
}
.campaign-list1 .wrap {
  padding-left: 25px;
  border-left: 3px solid #fff;
  margin-bottom: 30px;
}
.campaign-list1 .wrap.mb0 {
  margin-bottom: 0;
}
.campaign-list1 h5 {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 8px;
}
.campaign-list1 .wrap p {
  font-size: 14px;
  line-height: 1.85;
}
.campaign-list1 .img {
  position: absolute;
  bottom: 20px;
  right: 18px;
  width: 400px;
}
.campaign-list2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 60px 72px;
  padding-left: 16px;
}
.campaign-list2 .item {
  position: relative;
  width: calc(50% - 36px);
  font-size: 18px;
  line-height: 1.6;
  background: #eff0f1;
  padding: 70px 20px 40px 60px;
}
.campaign-list2 h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute !important;
  top: -16px;
  left: -16px;
  height: 57px;
  width: 213px;
  font-size: 24px;
  color: #fff;
  background: #595757;
  clip-path: polygon(0 0, 100% 0, calc(100% - 15px) 100%, 0% 100%);
}
.campaign-list2 .item::before {
  content: "";
  position: absolute;
  top: 41px;
  left: -16px;
  width: 16px;
  height: 16px;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  background: #3e3d3d;
}
.campaign-list2 .item .red {
  color: #e60012;
  font-size: 28px;
  font-weight: 700;
}
.campaign-list2 .item .flex-box {
  display: flex;
  align-items: center;
  gap: 34px;
}

#system {
  background: #e60012;
  padding: 30px;
}
#system .system--inner {
  background: #fff;
  padding-top: 52px;
  padding-bottom: 76px;
}
.system__img {
  margin: 70px auto 0;
  width: min(99.83vw, 1198px);
  height: min(63.25vw, 759px);
}
.system__img picture {
  max-width: calc(100% - 60px);
}

.project--inner {
  background: #eff0f1;
  padding-top: 80px;
  padding-bottom: 80px;
}
.project-list {
  display: flex;
  justify-content: space-between;
  gap: 17px;
  margin-top: 48px;
}
.project-list .item {
  line-height: 1.75;
  text-align: center;
  width: 225px;
  background: #fff;
  border: 2px solid #e60012;
  padding: 44px 28px 50px;
}
.ft18 {
  font-size: 18px;
}
.ft22 {
  font-size: 22px;
}
.mt20 {
  margin-top: 20px;
}
.mb5 {
  margin-bottom: 5px;
}
.txtl {
  text-align: left;
}
.red-bold {
  color: #e60012;
  font-weight: 900;
  line-height: 1.27;
}
.border-block {
  color: #e60012;
  font-size: 18px;
  line-height: 1.3;
  border: 1px solid #e60012;
  padding: 10px 0;
  margin-bottom: 10px;
}
.project-list h4 {
  color: #e60012;
  font-size: 24px;
  margin-bottom: 31px;
}

#requirements {
  background: #eff0f1;
  padding: 0 30px;
}
.requirements--inner {
  background: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}
.requirements-list {
  margin-top: 48px;
  color: #000;
  line-height: 1.64;
}
.requirements-list small {
  font-size: 14px;
}
.requirements-list dl {
  display: flex;
  align-items: flex-start;
  gap: 50px;
  border-bottom: 1px solid #dce3f0;
  padding-bottom: 17px;
  margin-bottom: 18px;
}
.requirements-list dl:last-child {
  border-bottom-width: 0;
  margin-bottom: 0;
}
.requirements-list dt {
  width: 141px;
  font-size: 15px;
  color: #e60012;
  line-height: 1;
  text-align: center;
  border: 1px solid #e60012;
  padding: 8px 0;
}
.requirements-list dd {
  width: calc(100% - 191px);
}

.terms--inner {
  background: #eff0f1;
  padding-top: 80px;
  padding-bottom: 40px;
}
.terms-group {
  margin-top: 40px;
}
.disclaimer-list {
  list-style: disc;
  margin-left: 26px;
  margin-bottom: 20px;
}
.terms-list {
  line-height: 1.8;
  background: #fff;
  padding: 50px 66px;
  margin-bottom: 30px;
}
.close .terms-list {
  display: none;
}
.terms-list p {
  margin-bottom: 26px;
}
.terms-list .red {
  color: #e60012;
}
.terms-group .btn {
  position: relative;
  color: #e60012;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  background: #fff;
  border: 2px solid #e60012;
  padding: 25px 0;
  cursor: pointer;
}
.terms-group .btn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50px;
  margin: auto;
  width: 34px;
  height: 34px;
  background: url(../images/icon_aco_close.png) no-repeat center / contain;
}
.terms-group.close .btn::before {
  background: url(../images/icon_aco_open.png) no-repeat center / contain;
}
.terms-group .btn:hover {
  opacity: 0.8;
}
.terms-group.close .btn span.open,
.terms-group:not(.close) .btn span.close {
  display: none;
}
.terms-group:not(.close) .btn span.open,
.terms-group.close .btn span.close {
  display: inline;
}
.faq--inner {
  background: #eff0f1;
  padding-top: 44px;
  padding-bottom: 80px;
}
.faq-list {
  margin-top: 36px;
}
.faq_item {
  background: #fff;
  margin-bottom: 20px;
  line-height: 2;
}
.faq_question {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 33px;
  font-size: 20px;
  font-weight: 500;
  padding: 30px 90px 30px 40px;
  cursor: pointer;
}
.faq_question::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50px;
  margin: auto;
  width: 34px;
  height: 34px;
  background: url(../images/icon_aco_open.png) no-repeat center / contain;
}
.faq_question.open::before {
  background: url(../images/icon_aco_close.png) no-repeat center / contain;
}
.faq_question:hover {
  background: #fdfdfd;
}
.faq_answer {
  display: none;
  align-items: flex-start;
  gap: 30px;
  margin: 0 40px;
  padding: 30px 0;
  border-top: 1px solid rgba(89, 87, 87, 0.3);
}
.faq_answer.open {
  display: flex !important;
}
.faq-list .c-btn {
  margin: 40px auto 0;
  width: 263px;
  border-color: #e60012;
  background: #e60012;
  cursor: pointer;
}
.faq-list .c-btn::before {
  background-image: url(../images/icon_aco_open.png);
}
.faq-list .c-btn:hover {
  color: #e60012;
  background: #fff;
}
.faq-list .c-btn.close {
  display: none;
}
.faq-list .group2 {
  display: none;
}

.present--inner {
  background: #1ebecc;
  padding-top: 78px;
  padding-bottom: 112px;
}
.present__tit {
  width: 1048px;
  height: 215px;
  margin: auto;
}
#present .flow-list .item__arrow {
  background-image: url(../images/present_arrow.png);
}
#present .flow-list .item__bg1,
#present .flow-list .item__bg2 {
  background: url(../images/flow_itembg2.png);
}
#present .flow-list .item-3 .item__step {
  background: #595757;
}
#present .flow-list .item.item-3::before {
  background: #3e3d3d;
}

#recommend {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
}
.recommend--inner {
  background: #e60012;
  padding-top: 17px;
  padding-bottom: 17px;
}
.recommend-list {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.recommend-list .c-btn {
  font-size: 24px;
  width: 329px;
  height: 66px;
  box-shadow: 0 5px 10px rgba(116, 17, 12, 0.2);
}
.recommend-list .c-btn:not(.red) {
  border: none;
}
.recommend--inner .pagetop {
  z-index: 1;
  position: absolute;
  right: 64px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: url(../images/icon_top_arrow.png) no-repeat center / contain;
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
}
.recommend--inner .pagetop:hover {
  transform: translateY(10px);
}
.is-visible {
  visibility: visible !important;
  opacity: 1 !important;
}

@media screen and (max-width: 767px) {
  html {
    padding: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left);
    font-size: 3.7333333333vw;
  }
  body {
    font-size: max(2vw, 14px);
  }
  sup {
    top: -0.4em;
    font-size: 0.7142857143rem;
  }
  h3.h3_tit {
    font-size: max(4.26vw, 20px);
  }
  .l-container,
  .m-container {
    width: 100%;
  }
  .l-lg {
    display: none !important;
  }
  .l-mainwrap {
    padding-bottom: 14.66vw;
  }
  .l-footer {
    padding: 6.93vw 0;
  }
  .l-footer__inner {
    width: 100%;
  }
  .l-footer .copyright {
    font-size: max(2.93vw, 14px);
  }
  .l-header__inner {
    width: 100%;
    min-width: 100%;
    height: 13.33vw;
    padding: 0 2.8vw;
  }
  .l-header__inner .logo {
    margin-top: 2px;
  }
  .l-header__inner .logo__image {
    width: 29.86vw;
    height: 7.6vw;
  }
  .l-header__inner .btn {
    gap: 3.6vw;
  }
  .l-header__inner .btn .btn_btn1 {
    font-size: 2.4vw;
    width: 26.66vw;
    height: 4.8vw;
  }
  .site-header__inner {
    width: calc(100% - 32px);
    align-items: flex-start;
    flex-direction: column;
    padding: 16px 0;
  }
  .site-header__actions {
    width: 100%;
  }
  .header-link {
    width: 100%;
    font-size: max(2.6vw, 13px);
  }
  .site-footer {
    padding: 6.93vw 0;
  }
  .site-footer__inner {
    width: calc(100% - 32px);
  }
  .site-footer__inner p {
    font-size: max(2.93vw, 14px);
  }
  picture {
    max-width: 100%;
  }
  .c-btn {
    font-size: max(2.6vw, 13px);
    width: 26.66vw;
    height: 8vw;
    border-radius: 1.33vw;
  }
  .c-btn::before {
    width: max(2.93vw, 17px);
    height: max(2.93vw, 17px);
    right: 2.13vw;
  }

  #mv {
    width: 100%;
    min-width: 0;
    padding: 18.66vw 4vw 4vw;
  }
  .mv--inner {
    height: 124vw;
    background: #eff0f1 url(../images/mv_bgimg_sp.png) no-repeat right bottom
      18.66vw / 80%;
  }
  .mv--inner::before {
    width: 100%;
    height: 78.26vw;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8vw), 0% 100%);
    background: #e60112;
  }
  .mv--inner .catch {
    top: 4vw;
    left: 0;
    right: 0;
    margin: auto;
    width: 87.06vw;
    height: auto;
  }
  .mv--inner .organizer {
    top: -13.8vw;
    left: 0;
    right: 0;
    margin: auto;
    width: 68vw;
    height: auto;
  }
  .mv--inner .prize_tit {
    top: auto;
    bottom: 14.4vw;
    right: 4vw;
    width: 43.06vw;
    height: 43.06vw;
  }
  .mv--inner .prize_img {
    top: auto;
    right: auto;
    bottom: 14.66vw;
    left: 0;
    width: 37.86vw;
    height: auto;
  }
  .mv--inner .term {
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 12vw;
    background: #595757;
  }
  .mv--inner .term img {
    width: 84.4vw;
    vertical-align: middle;
  }
  #mv .note {
    font-size: 2.93vw;
  }

  .flow--inner {
    padding-top: 8vw;
    padding-bottom: 12vw;
    background: linear-gradient(
      180deg,
      #fff 0%,
      #fff 15%,
      #eff0f1 15%,
      #eff0f1 100%
    );
  }
  .flow--tit h2 {
    font-size: 4.26vw;
  }
  .flow-list {
    flex-direction: column;
    align-items: center;
    gap: 13.33vw;
    width: 100%;
    margin-top: 10.13vw;
    margin-left: 0;
  }
  .flow-list .item {
    width: 84vw;
    padding: 9.06vw 5.06vw 4vw;
  }
  .flow-list .item__tit {
    font-size: 6.66vw;
  }
  .flow-list .item::before {
    top: 8vw;
    left: -2.13vw;
    width: 2.13vw;
  }
  .flow-list .item__step {
    height: 10.53vw;
    top: -2.13vw;
    left: -2.13vw;
  }
  .flow-list .item__step img {
    width: 26.13vw;
  }
  .flow-list .wrap {
    display: flex;
    gap: 6.66vw;
  }
  .flow-list .item__txt {
    margin-top: 3.73vw;
    font-size: max(2.4vw, 14px);
  }
  .flow-list .item-1 .item__btn a.c-btn,
  .flow-list .item-2 .item__btn a.c-btn {
    width: 59.733vw;
    height: 10.66vw;
    font-size: 4vw;
    padding-right: 0;
  }
  .flow-list .tel {
    font-size: 6.66vw;
  }
  .flow-list .item__arrow {
    content: "";
    position: absolute;
    top: auto;
    bottom: -8vw;
    right: 0;
    left: 0;
    width: 10.8vw;
    height: 10vw;
    transform: rotate(90deg);
  }

  .campaign--inner {
    padding-top: 12vw;
    padding-bottom: 10.93vw;
    padding-right: 4vw;
    padding-left: 1.73vw;
  }
  .campaign-list1 {
    padding-left: 2vw;
  }
  .campaign-list1 .item__bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 8vw), 0% 100%);
  }
  .campaign-list1 .item {
    margin-top: 7.46vw;
    margin-bottom: 9.2vw;
    padding: 14vw 8vw 74vw;
    background: linear-gradient(
      to left,
      #fff 0%,
      #fff 4vw,
      #eff0f1 4vw,
      #eff0f1 100%
    );
  }
  .campaign-list1 .tit {
    font-size: max(6.4vw, 22px);
    margin-bottom: 4.53vw;
  }
  .campaign-list1 h4,
  .campaign-list2 h4 {
    font-size: 5.33vw;
    top: -2.13vw;
    left: -2.13vw;
    height: 10.66vw;
  }
  .campaign-list2 h4 {
    width: 42.66vw;
  }
  .campaign-list1 .item::before,
  .campaign-list2 .item::before {
    top: 8.53vw;
    left: -2.13vw;
    width: 2.13vw;
    height: 2.13vw;
  }
  .campaign-list1 h5 {
    font-size: 4vw;
  }
  .campaign-list1 .wrap {
    padding-left: 4vw;
    margin-bottom: 4vw;
  }
  .campaign-list1 .wrap p {
    font-size: max(3.46vw, 14px);
  }
  .campaign-list1 .img {
    right: 0;
    left: 0;
    bottom: 2.6vw;
    text-align: center;
    width: auto;
  }
  .campaign-list1 .img img {
    width: 62vw;
  }
  .campaign-list2 {
    flex-direction: column;
    justify-content: space-between;
    gap: 10.66vw;
    padding-left: 2.13vw;
  }
  .campaign-list2 .item {
    width: 100%;
    font-size: 4vw;
    padding: 16vw 8vw 8vw;
  }
  .campaign-list2 .item .red {
    font-size: 4.53vw;
  }

  #system {
    padding: 4vw;
  }
  #system .system--inner {
    padding-top: 6.93vw;
    padding-bottom: 10.13vw;
  }
  .system__img {
    margin: 9.6vw auto 0;
    width: 84.4vw;
    height: auto;
  }
  .system__img picture {
    max-width: 100%;
  }

  .project--inner {
    padding-top: 10.66vw;
    padding-bottom: 10.66vw;
    padding-right: 4vw;
    padding-left: 4vw;
  }
  .project-list {
    flex-direction: column;
    gap: 2.66vw;
    margin-top: 6.4vw;
  }
  .project-list .item {
    display: flex;
    width: 100%;
    text-align: left;
    padding: 7.33vw 4vw;
  }
  .project-list h4 {
    font-size: max(4vw, 16px);
    line-height: 1.2;
    white-space: nowrap;
    width: 23.2vw;
  }
  .project-list .item > div {
    width: calc(100% - 23.2vw);
  }
  .ft18 {
    font-size: 3.46vw;
  }
  .ft22 {
    font-size: 4.66vw;
  }
  .mt20 {
    margin-top: 2.66vw;
  }
  .border-block {
    font-size: 3.73vw;
    text-align: center;
  }
  .border-block + .border-block {
    margin-bottom: 0;
  }
  .project-list .sp-flex-block {
    display: flex;
    align-items: last baseline;
  }
  .project-list .sp-flex-block p {
    width: 22.4vw;
  }
  .project-list .img1 img {
    width: 23.46vw;
    height: auto;
  }
  .project-list .img2 img {
    width: 8vw;
    height: auto;
  }
  .project-list .img3 img {
    width: 22vw;
    height: auto;
  }

  #requirements {
    padding: 0 4vw;
  }
  .requirements--inner {
    padding-top: 10.66vw;
    padding-bottom: 10.66vw;
  }
  .requirements-list dl {
    flex-direction: column;
    gap: 4vw;
    padding-left: 8vw;
    padding-right: 8vw;
    padding-bottom: 5.33vw;
    margin-bottom: 5.33vw;
  }
  .requirements-list dt {
    font-size: 3.46vw;
    width: 30.66vw;
  }
  .requirements-list dd {
    width: 100%;
  }

  .terms--inner {
    padding-top: 10.66vw;
    padding-bottom: 5.33vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .terms-list {
    padding: 6.66vw;
    margin-bottom: 4vw;
  }
  .terms-group .btn {
    font-size: max(3.73vw, 15px);
    padding: 5vw 0;
  }
  .terms-group .btn::before {
    right: 2.93vw;
    width: max(4vw, 20px);
    height: max(4vw, 20px);
  }

  .faq--inner {
    padding-top: 5.86vw;
    padding-bottom: 10.66vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .faq_question {
    gap: 2.66vw;
    font-size: max(3.73vw, 15px);
    line-height: 1.42;
    padding: 4vw 8vw 4vw 4vw;
    cursor: pointer;
  }
  .faq_question::before {
    right: 2.93vw;
    width: max(4vw, 20px);
    height: max(4vw, 20px);
  }
  .faq_question img,
  .faq_answer img {
    width: 6vw;
    height: auto;
    margin-top: 1vw;
  }
  .faq_answer {
    display: none;
    align-items: flex-start;
    gap: 2.66vw;
    margin: 0 4vw;
    padding: 4vw 0;
  }
  .faq-list .c-btn {
    margin: 5.33vw auto 0;
    width: 59.73vw;
    height: 10.66vw;
    font-size: max(3.73vw, 15px);
    border-color: #e60012;
    background: #e60012;
    cursor: pointer;
  }
  .faq-list .c-btn::before {
    right: 2.93vw;
    width: max(4vw, 20px);
    height: max(4vw, 20px);
  }

  .present--inner {
    padding-top: 10.4vw;
    padding-bottom: 14.93vw;
  }
  .present__tit {
    width: 90.93vw;
    height: auto;
  }

  .recommend--inner {
    padding-top: 2.93vw;
    padding-bottom: 2.93vw;
  }
  .recommend-list {
    gap: 1.33vw;
  }
  .recommend-list .c-btn {
    font-size: 4vw;
    width: 45.2vw;
    height: 8.8vw;
  }
  .recommend-list .c-btn::before {
    right: 1.33vw;
    width: max(3.2vw, 20px);
    height: max(3.2vw, 20px);
  }
  .recommend--inner .pagetop {
    right: 2.66vw;
    bottom: 20vw;
    width: 12vw;
    height: 12vw;
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

@media print, screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .l-container,
  .l-mainwrap {
    min-width: 1200px;
  }
  .l-container {
    width: 1200px;
  }
  .m-container {
    width: 1090px;
  }
  .l-mainwrap {
    padding-bottom: 100px;
  }
  .l-sm {
    display: none !important;
  }
}

.campaign-ended-notice {
  width: 100%;
  min-width: 1200px;
  padding: 30px 30px 0;
}

.campaign-ended-notice__inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 30px 40px;
  border: 2px solid #e60012;
  border-radius: 20px;
  background: linear-gradient(180deg, #fff6f7 0%, #ffffff 100%);
  box-shadow: 0 10px 30px rgba(230, 0, 18, 0.08);
  text-align: center;
}

.campaign-ended-notice__inner h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  color: #e60012;
}

.campaign-ended-notice__inner p {
  margin-top: 16px;
  font-size: 20px;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .campaign-ended-notice {
    min-width: 100%;
    padding: 5.33vw 4vw 0;
  }

  .campaign-ended-notice__inner {
    padding: 6.4vw 5.33vw;
    border-radius: 16px;
    text-align: left;
  }

  .campaign-ended-notice__inner h2 {
    font-size: max(5.33vw, 24px);
  }

  .campaign-ended-notice__inner p {
    margin-top: 12px;
    font-size: max(3.46vw, 14px);
    line-height: 1.7;
  }
}
