@charset "utf-8";
/* CSS Document */

body {
  font-family: 'Noto Sans JP', sans-serif;
  padding: 0;
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
}

ul {
  /* list-style: none; */
  /* padding: 0; */
  padding-left: 30px;
  margin: 0;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

img {
  width: 100%;
}

p {
  line-height: 1.8;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  p {
    font-size: 15px;
  }
}

.pc_only {
  display: block;
}

@media screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp_only {
    display: block;
  }
}

/*ヘッダー*/
header {
  box-sizing: border-box;
  padding: 30px 50px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
}

.logo {
  width: 147px;
  float: left;
}

.logo img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  header {
    padding: 24px;
  }

  .logo {
    display: flex;
    width: 60px;
  }
}

footer {
  background-color: #dedede;
  padding: 16px 0 66px;
}

.copyright {
  color: #78716c;
  font-size: 11px;
  font-weight: 500;
  line-height: 100%;
  text-align: center;
}

/*共通*/
.container {
  max-width: 1120px;
  padding: 0 20px;
  margin: 0 auto;
}

.sec-ttl {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 100%;
  text-align: center;
  position: relative;
  padding-top: 28px;
  margin: 0;
}

.sec-ttl::before {
  content: '';
  background-image: url(../img/ttl-deco.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 22px;
  height: 12px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .sec-ttl.--left {
    text-align: left;
  }

  .sec-ttl.--left::before {
    left: 0;
    transform: none;
  }
}

@media screen and (max-width: 767px) {
  .sec-ttl {
    font-size: 24px;
    padding-top: 22px;
  }

  .sec-ttl::before {
    width: 18px;
    height: 10px;
  }
}

.font-hiragino {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
}

.text-center {
  text-align: center;
}

/*ページ内のコンテンツ*/
.subject-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-top: 30px;
  max-width: 1000px;
  padding: 0 50px;
}

@media screen and (max-width: 767px) {
  .subject-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px 15px;
    padding: 0 20px;
    margin-top: 20px;
  }
}

.campaign {
  margin-top: 50px;
}

.campaign .container {
  border-radius: 20px;
  background: linear-gradient(111deg, #004597 18.21%, #013c83 80.85%);
  position: relative;
  padding: 60px 0 69px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.campaign .container::before {
  content: '';
  border-radius: 16px;
  box-shadow: 0 0 0 2px #fff inset;
  width: calc(100% - 10px);
  height: calc(100% - 11px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.campaign .campaign-desc {
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.75;
  position: relative;
  display: inline-block;
  padding: 0 49px;
}

.campaign .campaign-desc::before,
.campaign .campaign-desc::after {
  content: '';
  background-image: url(../img/hp-campaign-deco.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 21px;
  height: 32px;
  position: absolute;
  bottom: 6px;
  left: 0;
}

.campaign .campaign-desc::after {
  transform: scale(-1, 1);
  left: auto;
  right: 0;
}

.campaign .campaign-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.campaign .campaign-header-label {
  position: relative;
  height: 80px;
  width: 165px;
}
.campaign .campaign-header-label svg {
  width: 100%;
  height: 100%;
}

.campaign .campaign-header-label-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  font-size: 38.34px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 1.534px;
  white-space: nowrap;
  margin-top: -5px;
  padding-left: 2px;
}

.campaign .campaign-header-text {
  align-items: center;
  display: flex;
}

.campaign .campaign-header-text-num {
  color: #ffe23e;
  text-align: center;
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-size: 80px;
  font-style: normal;
  line-height: 1;
  letter-spacing: -1.586px;
}

.campaign .campaign-header-text-text {
  color: #fff;
  text-align: center;
  font-size: 41px;
  font-weight: 800;
  line-height: 1;
  margin-left: 4px;
}

.campaign .campaign-header-text-notice {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  margin-top: 4px;
  margin-left: -8px;
}

.campaign .campaign-price {
  align-items: flex-end;
  display: flex;
}

.campaign .campaign-price-num {
  color: #ffe23e;
  font-size: 156px;
  font-style: normal;
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  line-height: 1;
  display: flex;
  margin-top: 10px;
}

.campaign .campaign-price-num-01 {
  letter-spacing: -6.4px;
}
.campaign .campaign-price-num-02 {
  letter-spacing: -12.36px;
}
.campaign .campaign-price-num-03 {
  letter-spacing: -11.6px;
}
.campaign .campaign-price-num-04 {
  letter-spacing: 0;
}
.campaign .campaign-price-num-05 {
  letter-spacing: 0;
}
.campaign .campaign-price-num-06 {
  letter-spacing: 0;
}

.campaign .campaign-price-unit {
  color: #ffe23e;
  text-align: center;
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin-left: 7px;
  padding-bottom: 20px;
}

.campaign .campaign-bottom {
  border-radius: 35px;
  background: #fff;
  padding: 13px 120px;
  margin-top: 20px;
}

.campaign-bottom-text {
  color: #004597;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .campaign {
    margin-top: 40px;
    padding: 0 10px;
  }
  .campaign .container {
    padding: 40px 0 44px;
  }

  .campaign .campaign-desc {
    font-size: 14px;
    padding: 0 30px;
  }
  .campaign .campaign-desc::before,
  .campaign .campaign-desc::after {
    bottom: 20px;
  }
  .campaign .campaign-header {
    /* gap: 7px; */
    flex-direction: column;
    gap: 0;
  }
  .campaign .campaign-header-text {
    /* padding-top: 5px; */
  }
  .campaign .campaign-header-label {
    width: 80px;
    height: 42px;
  }
  .campaign .campaign-header-label-text {
    font-size: 21px;
    margin-top: -2px;
    letter-spacing: 0.84px;
    padding-left: 2px;
  }
  .campaign .campaign-header-text-num {
    font-size: 48px;
    letter-spacing: -0.4px;
  }
  .campaign .campaign-header-text-text {
    font-size: 24px;
    margin-top: -4px;
  }
  .campaign .campaign-header-text-notice {
    font-size: 13px;
    margin-top: -2px;
    margin-left: -5px;
  }

  .campaign .campaign-price-num {
    font-size: 80px;
  }
  .campaign .campaign-price-unit {
    font-size: 36px;
    padding-bottom: 10px;
    margin-left: 5px;
  }
  .campaign .campaign-price-num-01 {
    letter-spacing: -4.2px;
  }
  .campaign .campaign-price-num-02 {
    letter-spacing: -6.4px;
  }
  .campaign .campaign-price-num-03 {
    letter-spacing: -5.6px;
  }
  .campaign .campaign-price-num-04 {
    letter-spacing: 0;
  }
  .campaign .campaign-price-num-05 {
    letter-spacing: 0;
  }
  .campaign .campaign-price-num-06 {
    letter-spacing: 0;
  }
  .campaign .campaign-bottom {
    margin-top: 20px;
    padding: 7px 40px;
  }
  .campaign .campaign-bottom-text {
    font-size: 26px;
  }
}

.info-container {
  border-radius: 20px;
  border: 1px solid #d6d3d1;
  display: flex;
  flex-wrap: wrap;
  padding: 0 60px;
  margin-top: 50px;
}

.info-item {
  width: 100%;
  padding: 50px 0;
}

.info-item .sec-ttl {
  margin-bottom: 20px;
}

.info-period {
  font-size: 23px;
  line-height: 100%;
}

.info-period-num {
  font-size: 45px;
  line-height: 100%;
  margin: 0 4px;
}

.info-product-list {
  display: grid;
  gap: 10px;
}

.info-product-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.info-product-item-num {
  border-radius: 6px;
  background: #56b879;
  display: flex;
  width: 36px;
  height: 36px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fefefe;
  font-size: 21px;
  flex-shrink: 0;
}

.info-product-item:nth-child(2) .info-product-item-num {
  background-color: #f0cc40;
}

.info-product-item-content {
  display: grid;
  gap: 4px;
}

.info-product-item-ttl {
  font-size: 18px;
  line-height: 1;
  padding-top: 6px;
}

.info-product-item-note {
  color: #78716c;
  font-size: 13px;
  line-height: 1.8;
}

.info-hp-ttl {
  color: #56b879;
  display: inline-block;
  margin-top: 37px;
  position: relative;
  padding: 0 60px;
}

.info-hp-ttl::before,
.info-hp-ttl::after {
  content: '';
  background-image: url(../img/hp-ttl-deco.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 21px;
  height: 32px;
  position: absolute;
  bottom: -5px;
  left: 0;
}

.info-hp-ttl::after {
  transform: scale(-1, 1);
  left: auto;
  right: 0;
}

.info-hp-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin: 20px auto 0;
  max-width: 800px;
}

@media screen and (min-width: 768px) {
  .info-item-inner {
    border-top: 1px solid #d6d3d1;
    border-bottom: 1px solid #d6d3d1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 100px;
    position: relative;
  }

  .info-item-inner::before {
    content: '';
    background-color: #d6d3d1;
    width: 1px;
    height: calc(100% - 100px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 767px) {
  .info-container {
    border: none;
    padding: 0;
  }

  .info-item {
    padding: 0;
  }

  .info-item p {
    text-align: center;
  }

  .info-item-inner,
  .info-item:not(:first-child) {
    border-top: 1px solid #d6d3d1;
    margin-top: 40px;
    padding-top: 40px;
  }

  .info-period {
    font-size: 18px;
  }

  .info-period-num {
    font-size: 34px;
    margin: 0;
  }

  .info-product-item-num {
    font-size: 14px;
    width: 26px;
    height: 26px;
  }

  .info-hp-ttl {
    padding: 0 40px;
  }

  .info-hp-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

.winner-container {
  border-radius: 20px;
  background: linear-gradient(131deg, #56b879 11.38%, #35a05c 72.72%);
  color: #fff;
  margin-top: 50px;
  outline: 1px solid #fff;
  outline-offset: -10px;
  padding: 60px 0 80px;
  text-align: center;
}

.winner-text {
  font-size: 18px;
  line-height: 180%;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .winner-container {
    border-radius: 16px;
    outline-offset: -6px;
    padding: 45px 0 50px;
  }

  .winner-text {
    font-size: 15px;
  }
}

.notice {
  background-color: #f5f5f4;
  padding: 80px 0;
  margin-top: 100px;
}

.notice-list {
  margin-top: 20px;
  font-size: 18px;
  line-height: 180%;
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .notice {
    padding: 50px 0;
    margin-top: 60px;
  }

  .notice-list {
    margin-top: 16px;
    font-size: 15px;
    line-height: 160%;
  }
}

.footer-fixed {
  border-radius: 10px 10px 0px 0px;
  background: #56b879;
  padding: 16px 0;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
}

.footer-fixed-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 664px;
  margin: 0 auto;
}

.footer-fixed-item {
  color: #fff;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
}

.footer-fixed-item:not(:first-child) {
  border-left: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  .footer-fixed {
    padding: 14px 0;
  }

  .footer-fixed-item {
    font-size: 14px;
  }
}
