@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "UD Shin Go Regular";
  font-weight: 400;
}

html {
  color: #222222;
  background: #ffffff;
  line-height: 1.6;
  overflow-wrap: break-word;
}
body {
  background: #fff;
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

input,
select,
textarea,
button {
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

#wrapper {
  position: relative;
}

.inner-block {
  margin: 0 auto;
  position: relative;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}

.ib {
  display: inline-block;
}

.serif {
  font-family: "Ryumin Regular KL";
}

.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* --------------------------------
c-header
----------------------------------- */
.c-header {
  border-bottom: 1px solid #cccccc;
  padding: 1.5rem;
}
.c-header .logo-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.c-header .logo-area .logo {
  max-height: 3rem;
}

.c-footer {
  padding-block: 3.125rem 0;
  margin-top: 3.125rem;
}
.c-footer > .bottom {
  border-top: 1px solid #cccccc;
  padding-block: 2.25rem;
}
.c-footer .link-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 3.125rem;
}
.c-footer .link-area a {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 214.286%;
}
.c-footer .link-area a:nth-child(2) {
  margin-left: 1.25rem;
  padding-left: 1.25rem;
  position: relative;
}
.c-footer .link-area a:nth-child(2)::before {
  position: absolute;
  content: "";
  background-color: #999999;
  width: 1px;
  height: 1.25em;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-footer .copyright {
  display: block;
  text-align: center;
  color: #999999;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 214.286%;
}

.c-ttl01 {
  padding-bottom: 1.25rem;
  border-bottom: 2px solid #daaa0e;
  text-align: center;
  font-size: 1.875rem;
  font-weight: 700;
  font-family: "Ryumin Regular KL";
  margin-bottom: 2.5rem;
}
.c-ttl01.border-top {
  padding-top: 1.125rem;
  border-top: 2px solid #daaa0e;
}
.c-ttl01:not(.border-top) {
  padding-bottom: 1.875rem;
  border-width: 1px;
}
.c-ttl01.blue {
  border-color: #055a85;
}
.c-ttl01.gray {
  border-color: #cccccc;
}
.c-ttl01.small {
  font-size: 1.25rem;
  padding-bottom: 0.625rem;
}
.c-ttl01.small .inn-txt {
  line-height: 150%;
}
.c-ttl01 .inn-txt {
  display: block;
  line-height: 100%;
}
.c-ttl01 .inn-txt .small {
  font-size: 1.25rem;
  line-height: 100%;
}
.c-ttl01 .inn-txt > .big {
  display: inline-block;
  line-height: 100%;
}
.c-ttl01 .inn-txt br + span {
  display: block;
  margin-top: 0.625rem;
}
.c-ttl01 .inn-txt br + .big {
  font-family: "UD Shin Go Regular";
  font-weight: 500;
}

.c-ttl02 {
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 166.667%;
  text-align: center;
}
.c-ttl02 .inn-txt {
  display: inline-block;
  position: relative;
  padding-inline: 1.875rem;
}
.c-ttl02 .inn-txt::before, .c-ttl02 .inn-txt::after {
  position: absolute;
  content: "";
  background: url("../img/common/ico-line.svg") no-repeat center center/contain;
  aspect-ratio: 20/40;
  width: auto;
  height: 2em;
  top: 0;
  margin: auto;
}
.c-ttl02 .inn-txt::before {
  left: 0;
}
.c-ttl02 .inn-txt::after {
  right: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.c-section {
  padding-block: 3.125rem;
}
.c-section + .c-section {
  padding-top: 0;
}
.c-section .c-section {
  padding-block: 2.5rem;
}

.c-section-wrap.beige {
  background-color: #FFF3EA;
}

.c-contents-wrap {
  padding: 2.5rem 2.5rem;
  border-radius: 20px;
}
.c-contents-wrap.gray {
  background-color: #F8F8F8;
}
.c-contents-wrap.blue {
  background-color: #eaf6ff;
}
.c-contents-wrap.beige {
  background-color: #FFF3EA;
}

.c-btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.75rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.section-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 187.5%;
  margin-bottom: 2.5rem;
}

.c-list.small > li {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 214.286%;
}
.c-list.small > li::before {
  height: 2.14286em;
}
.c-list.small > li + li {
  margin-top: 0.625rem;
}
.c-list > li {
  font-size: 1rem;
  font-weight: 400;
  line-height: 187.5%;
  padding-left: 1.25rem;
  position: relative;
}
.c-list > li + li {
  margin-top: 1.25rem;
}
.c-list > li::before {
  position: absolute;
  content: "";
  background: url("../img/common/ico-circle.svg") no-repeat center center/contain;
  width: 0.625rem;
  height: 1.875em;
  left: 0;
  top: 0;
}

.note-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 187.5%;
  color: #c70000;
  padding-left: 1.25em;
  position: relative;
}
.note-text.small {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 214.286%;
}
.note-text.small::before {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 214.286%;
  height: 2.14286em;
}
.note-text::before {
  position: absolute;
  content: "※";
  font-size: 1rem;
  font-weight: 400;
  line-height: 187.5%;
  width: 1em;
  height: 1.875em;
  left: 0;
  top: 0;
}

.c-link {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.c-link:focus-visible {
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}

.c-btn01 {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 25rem;
  border: 1px solid transparent;
  border-radius: 100vw;
  background: #055a85;
  -webkit-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.c-btn01.blue:focus-visible {
  background: #ffffff;
  border-color: #055a85;
}
.c-btn01.blue:focus-visible .inn-txt {
  color: #055a85;
}
.c-btn01.yellow {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 204, 0)), to(rgb(208, 154, 54))) border-box;
  background: linear-gradient(180deg, rgb(255, 204, 0) 0%, rgb(208, 154, 54) 100%) border-box;
  position: relative;
  z-index: 0;
}
.c-btn01.yellow::after {
  position: absolute;
  content: "";
  inset: 0;
  z-index: -1;
  border-radius: 100vw;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.c-btn01.yellow:focus-visible {
  background: #ffffff;
  border-color: #daaa0e;
}
.c-btn01.yellow:focus-visible .inn-txt {
  color: #daaa0e;
}
.c-btn01 .inn-txt {
  color: #ffffff;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 150%;
  padding: 1.25rem;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.home .mv-section .inner-block {
  padding-inline: 0;
  max-width: 1000px;
}
.home .campaign-section.c-section {
  padding-bottom: 2.5rem;
}
.home .campaign-section .c-ttl01 .inn-txt br + .big .ib {
  line-height: 1.2;
}
.home .about-section .c-btn-wrap {
  margin-bottom: 2.5rem;
}
.home .prize-section .contents-wrap {
  display: grid;
  grid-template-columns: max(320px, 50% - 2.5rem) 1fr;
  gap: 1.5rem 2.5rem;
}
.home .prize-section .contents-wrap .text-area .ttl {
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 192.308%;
  letter-spacing: 0.04em;
}
.home .prize-section .contents-wrap .text-area .ttl .small {
  font-size: 1.375rem;
}
.home .prize-section .contents-wrap .text-area .note {
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 225%;
  margin-block: 0.625rem 1.875rem;
}
.home .prize-section .contents-wrap .text-area .num {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.05em;
}
.home .prize-section .contents-wrap .text-area .num .small {
  font-size: 1.25rem;
}
.home .prize-req-section .prize-req-list {
  margin-bottom: 1.875rem;
}
.home .terms-section .c-ttl01 {
  margin-bottom: 1.875rem;
}
.home .terms-section .c-list01 > li + li {
  margin-top: 0.625rem;
}
.home .contact-section {
  padding-bottom: 2.5rem;
}
.home .contact-section .c-ttl01 {
  padding-block: 3.125rem 1.875rem;
}
.home .contact-section .top-txt {
  font-size: 1rem;
  font-weight: 400;
  line-height: 187.5%;
  text-align: center;
}
.home .contact-section .c-btn-wrap {
  margin-block: 1.875rem;
}
@media only screen and (max-width: 767px) {
  body {
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  #wrapper {
    min-width: 320px;
  }
  .inner-block {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pc {
    display: none !important;
  }
  .c-header {
    padding: 1rem;
  }
  .c-header .logo-area .logo {
    max-height: 2rem;
  }
  .c-footer {
    padding-block: 2.5rem 0;
  }
  .c-footer .link-area {
    padding-bottom: 2.5rem;
  }
  .c-ttl01 {
    font-size: 1.5rem;
  }
  .c-ttl01 .inn-txt .small {
    font-size: 1.125rem;
  }
  .c-contents-wrap {
    padding: 2rem 1.5rem;
  }
  .c-btn01 .inn-txt {
    font-size: clamp(0.875rem, 0.148rem + 3.636vw, 1rem);
    padding: 0.875rem;
  }
  .home .prize-section .contents-wrap {
    grid-template-columns: 1fr;
  }
  .home .prize-section .contents-wrap .text-area .ttl {
    font-size: 1.25rem;
    line-height: 1.6;
  }
  .home .prize-section .contents-wrap .text-area .ttl .small {
    font-size: 1rem;
  }
  .home .prize-section .contents-wrap .text-area .note {
    font-size: 0.875rem;
    margin-block: 0.5rem 1.25rem;
  }
}
@media only screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .inner-block {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1080px;
  }
  a,
  a::before,
  a::after,
  button,
  button::before,
  button::after {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .sp {
    display: none !important;
  }
  .c-contents-wrap.small {
    padding: 1.875rem 2.5rem;
  }
}
@media (any-hover: hover) {
  .c-link:hover {
    -webkit-text-decoration-color: transparent;
            text-decoration-color: transparent;
  }
  .c-btn01.blue:hover {
    background: #ffffff;
    border-color: #055a85;
  }
  .c-btn01.blue:hover .inn-txt {
    color: #055a85;
  }
  .c-btn01.yellow:hover {
    border-color: #daaa0e;
  }
  .c-btn01.yellow:hover::after {
    opacity: 1;
  }
  .c-btn01.yellow:hover .inn-txt {
    color: #daaa0e;
  }
}