@charset "UTF-8";
/*
 * Sass    : Dart sass
 * 命名規則 : RSCSSベース
 *   [接頭辞]
 *   .-****  : Variant
 *   ._****  : Helpers
 *   .c-**** : 汎用コンポーネント
 *   .l-**** : レイアウト
 *   .f-**** : フォーム系コンポーネント
 */
/**************************************************/
/* helpers */
/**************************************************/
._disp-ib {
  display: inline-block !important;
}

@media (max-width: 1063px) {
  ._view-cw-high {
    display: none !important;
  }
}
@media (min-width: 1064px) {
  ._view-cw-low {
    display: none !important;
  }
}
@media (max-width: 1279px) {
  ._view-xl-high {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  ._view-xl-low {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  ._view-lg-high {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  ._view-lg-low {
    display: none !important;
  }
}
@media (max-width: 767px) {
  ._view-md-high {
    display: none !important;
  }
}
@media (min-width: 768px) {
  ._view-md-low {
    display: none !important;
  }
}
@media (max-width: 479px) {
  ._view-sm-high {
    display: none !important;
  }
}
@media (min-width: 480px) {
  ._view-sm-low {
    display: none !important;
  }
}
._clearfix {
  zoom: 1;
}
._clearfix:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}

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

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

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

._float-l {
  float: left !important;
}

._float-r {
  float: right !important;
}

._clear {
  clear: both !important;
}

._hidden {
  display: none !important;
}

._disp-ib {
  display: inline-block !important;
}

._margin0 {
  margin: 0 !important;
}

._padding0 {
  padding: 0 !important;
}

._border0 {
  border: none !important;
}

._fixed {
  position: fixed !important;
}

._absolute {
  position: absolute !important;
}

._static {
  position: static !important;
}

._xsmall {
  font-size: 75% !important;
}

._small {
  font-size: 88% !important;
}

._large {
  font-size: 113% !important;
}

._xlarge {
  font-size: 133% !important;
}

._nowrap {
  white-space: nowrap !important;
}

._nobg {
  background: none !important;
}

._full {
  width: 100% !important;
}

/**************************************************/
/* pages */
/**************************************************/
.bp-md {
  display: none;
}
@media (max-width: 920px) {
  .bp-md {
    display: block;
  }
}

.hidden-sp {
  display: block;
}

.hidden-pc {
  display: none;
}

@media screen and (max-width: 767px) {
  .hidden-sp {
    display: none;
  }
  .hidden-pc {
    display: block;
  }
}
.l-page-contents {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 2.5rem;
}
@media (max-width: 767px) {
  .l-page-contents {
    padding: 0 1.25rem;
  }
}

a {
  transition: 0.3s;
}

a:hover {
  opacity: 0.7;
}

.-indent {
  text-indent: -1em;
  padding-left: 1em;
}
.-indent::before {
  content: "・";
}

/**************************************************/
/* mv */
/**************************************************/
.mv {
  width: 100%;
  background: url(../../images/bg-mv.webp) no-repeat center/100% auto;
}
.mv__inner {
  display: block;
  margin: 0 auto;
}
.mv__inner picture {
  display: block;
  width: 100%;
}
.mv__inner picture img {
  width: 100%;
}

.campaign {
  background-color: #EAF0F7;
  padding: 3.75rem 0 5rem;
}
.campaign__lead {
  padding: 3.125rem 1.25rem;
  background-color: #FFFFFF;
  border-radius: 0.75rem;
  box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.1);
  font-size: 1.125rem;
  line-height: 2;
}
.campaign__lead--text p span {
  color: #001951;
  font-weight: bold;
}
.campaign__lead--text p + p {
  margin-top: 2.5rem;
}
.campaign__period {
  margin-top: 5rem;
  box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 0.75rem 0.75rem;
}
.campaign__period--title {
  font-weight: bold;
  line-height: 1;
  font-size: 1.75rem;
  color: #fff;
  padding: 1.625rem 1.25rem 1.375rem;
  background-color: #001951;
  border-radius: 0.75rem 0.75rem 0 0;
}
.campaign__period--mainbox {
  padding: 3.125rem;
  background-color: #fff;
  border-radius: 0 0 0.75rem 0.75rem;
}
.campaign__period--box h4 {
  font-weight: bold;
  line-height: 1.5384615385;
  font-size: 1.625rem;
  color: #001951;
}
.campaign__period--lists {
  margin-top: 2.875rem;
  color: #001951;
  font-weight: bold;
}
.campaign__period--list {
  font-size: 1.5rem;
  line-height: 1.6666666667;
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.campaign__period--list:not(:first-of-type) {
  padding-top: 0.875rem;
}
.campaign__period--list:not(:last-of-type) {
  padding-bottom: 0.875rem;
  border-bottom: dotted 2px #001951;
}
@media (max-width: 920px) {
  .campaign__period--list:first-of-type {
    align-items: start;
    text-align: left;
  }
}
.campaign__period--phase {
  color: #fff;
  background-color: #001951;
  display: inline-block;
  padding: 0.5rem 1.25rem;
  font-size: 1rem;
  line-height: 1;
}
.campaign__period--phase.-off {
  color: #001951;
  background-color: #fff;
  border: solid 2px #001951;
}
@media (max-width: 920px) {
  .campaign__period--phase.-on {
    position: relative;
    top: 4px;
  }
}
.campaign__period--status {
  color: #FF8A00;
}
.campaign__details {
  margin-top: 5rem;
}
.campaign__details--title {
  font-size: 1.75rem;
  color: #fff;
  line-height: 1;
  font-weight: bold;
  padding: 1.625rem 1.25rem 1.375rem;
  border-radius: 0.75rem;
  box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.1);
  background-color: #001951;
}
.campaign__details--box {
  margin-top: 2.5rem;
  display: flex;
  gap: 2.5rem;
}
.campaign__details--subbox {
  flex: 1;
  text-align: left;
  background-color: #fff;
  border-radius: 0.75rem;
  box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.1);
}
.campaign__details--subbox img {
  border-radius: 0.75rem 0.75rem 0 0;
}
.campaign__details--inner {
  padding: 1.25rem 1.875rem 1.625rem;
}
.campaign__details--topic {
  color: #001951;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.6;
}
.campaign__details--topic span {
  font-size: 1rem;
  font-weight: bold;
  color: #707070;
}
.campaign__details--description {
  margin-top: 0.625rem;
  font-size: 0.9375rem;
  line-height: 1.8666666667;
}
.campaign__details--lottery {
  font-size: 0.9375rem;
  margin-top: 1.875rem;
  color: #001951;
  font-weight: bold;
  padding-bottom: 1rem;
  border-bottom: 1px solid #DADADA;
}
.campaign__details--lottery:not(.-first) {
  margin-top: 1rem;
}
.campaign__details--lottery span {
  font-size: 1.5rem;
  color: #FF8A00;
}
.campaign__details--count {
  margin-top: 1rem;
  font-size: 0.9375rem;
  line-height: 1.8666666667;
}
.campaign__btn {
  margin-top: 3rem;
}
.campaign__btn a {
  max-width: 37.5rem;
  width: 100%;
  padding: 2rem 1.25rem 1.75rem;
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  background: linear-gradient(to bottom, #ff8a2a 0%, #FF5800 100%);
  border-radius: 6.25rem;
  color: #fff;
  font-size: 1.875rem;
  line-height: 1;
  font-weight: bold;
  box-shadow: 0 0.25rem #794F0A;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.campaign__btn a:hover {
  transform: translateY(0.25rem);
  box-shadow: 0 0 #794F0A;
}
@media (max-width: 767px) {
  .campaign {
    padding: 2.5rem 0 3.75rem;
  }
  .campaign__lead {
    padding: 1.875rem 1.25rem;
    border-radius: 0.375rem;
    font-size: 1rem;
    line-height: 1.6;
  }
  .campaign__lead--text p + p {
    margin-top: 1.875rem;
  }
  .campaign__period {
    margin-top: 2.5rem;
    border-radius: 0 0 0.375rem 0.375rem;
  }
  .campaign__period--title {
    font-size: 1.25rem;
    padding: 1.625rem 1.25rem 1.375rem;
    border-radius: 0.375rem 0.375rem 0 0;
  }
  .campaign__period--mainbox {
    padding: 1.875rem;
    border-radius: 0 0 0.375rem 0.375rem;
  }
  .campaign__period--box h4 {
    line-height: 1.6;
    font-size: 1.25rem;
  }
  .campaign__period--lists {
    margin-top: 1.375rem;
  }
  .campaign__period--list {
    font-size: 1.125rem;
    line-height: 1.6;
    flex-direction: column;
    gap: 0.625rem;
  }
  .campaign__period--list:first-of-type {
    align-items: center;
    text-align: center;
  }
  .campaign__period--phase.-on {
    top: auto;
  }
  .campaign__details {
    margin-top: 2.5rem;
  }
  .campaign__details--title {
    font-size: 1.25rem;
    line-height: 1.6;
    padding: 1.625rem 1.25rem 1.375rem;
    border-radius: 0.375rem;
  }
  .campaign__details--box {
    margin-top: 1.875rem;
    gap: 1.875rem;
    flex-direction: column;
  }
  .campaign__details--subbox {
    border-radius: 0.375rem;
  }
  .campaign__details--subbox img {
    border-radius: 0.375rem 0.375rem 0 0;
  }
  .campaign__details--inner {
    padding: 1.25rem 1.25rem 1.625rem;
  }
  .campaign__details--topic {
    font-size: 1.5rem;
  }
  .campaign__details--topic span {
    font-size: 1rem;
  }
  .campaign__details--lottery {
    margin-top: 1.25rem;
    padding-bottom: 0.75rem;
  }
  .campaign__details--lottery:not(.-first) {
    margin-top: 1.25rem;
  }
  .campaign__details--count {
    margin-top: 0.75rem;
  }
  .campaign__btn a {
    max-width: 22.5rem;
    padding: 1.625rem 1rem 1.375rem;
    font-size: 1.125rem;
    box-shadow: 0 0.1875rem #794F0A;
  }
  .campaign__btn a:hover {
    transform: translateY(0.1875rem);
  }
}

.notes {
  padding: 3.125rem 0;
  background: #F2F2F2;
}
.notes__contents {
  background: #fff;
  padding: 1.75rem;
  text-align: left;
}
.notes__lists li {
  line-height: 1.6;
}
.notes__lists li + li {
  margin-top: 0.375rem;
}
.notes__note a {
  color: #31496B;
  text-decoration: underline;
}
@media (max-width: 479px) {
  .notes {
    padding: 2.5rem 0;
  }
  .notes__contents {
    padding: 1.25rem;
  }
}
/*# sourceMappingURL=site.css.map */