@charset "utf-8";

/*=== メインエリア ===*/
.main-inner {
  padding-bottom: 135px;
  background-color: #fff;
}
.main-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px 50px;
}
.main-ttl {
  color: #5b3928;
  font-weight: bold;
  font-size: 32px;
  text-align: center;
  line-height: 1.4;
}


/*=== キャンペーン終了 ===*/
.end {
  max-width: 1200px;
  margin: 0 auto 15px;
  padding: 0 20px;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}
.end-inner {
  padding: 10px;
  border: 1px solid #b3b3b3;
}
a.end-link {
  position: relative;
  padding-left: 20px;
  color: #232b35;
  font-size: 20px;
  text-decoration: none;
}
a.end-link:visited {
  color: #232b35;
}
a.end-link::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 15px;
  background-color: #b3b3b3;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}


/*=== メインビジュアル ===*/
.mainvisual {
  background-color: #f9d69f;
}
.mainvisual-main {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}


/*=== 応募条件 ===*/
.conditions {
  background-color: #fffdf1;
}
.conditions-cont {
  margin-top: 25px;
}
.conditions-txt {
  color: #634332;
  font-size: 18px;
}
.conditions-transition {
  max-width: 500px;
  margin: 25px auto 0;
}
a.conditions-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 58px;
  padding: 10px 45px;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.2;
  text-decoration: none;
  background-color: #2770a8;
  border-radius: 50px;
}
a.conditions-btn:visited {
  color: #fff;
}
a.conditions-btn:hover {
  text-decoration: none;
  opacity: 0.7;
}
a.conditions-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 15px;
  height: 20px;
  background-color: #fff;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  transform: translateY(-50%);
}


/*=== 応募 ===*/
.apply {
  background-color: #f8e6c7;
}
.apply-cont {
  margin-top: 20px;
}
.apply-list {
  display: flex;
  justify-content: space-between;
}
.apply-item {
  width: calc((100% - 10px) / 2);
  padding: 30px 10px;
  background-color: #fff;
  border-radius: 10px;
}
.apply-ttl {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  line-height: 1.4;
}
.pattern-register .apply-ttl .type-highlight {
  color: #2770a8;
}
.pattern-apply .apply-ttl .type-highlight {
  color: #ac2330;
}
.apply-transition {
  max-width: 500px;
  margin: 20px auto 0;
}
a.apply-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 58px;
  padding: 10px 45px;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.2;
  text-decoration: none;
  background-color: #2770a8;
  border-radius: 50px;
}
.pattern-apply a.apply-btn {
  background-color: #ac2330;
}
a.apply-btn:visited {
  color: #fff;
}
a.apply-btn:hover {
  text-decoration: none;
  opacity: 0.7;
}
a.apply-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 15px;
  height: 20px;
  background-color: #fff;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  transform: translateY(-50%);
}
.apply-note {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.4;
}
.apply-lead {
  margin-top: 25px;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  line-height: 1.4;
}
.apply-lead span {
  color: #ac2330;
}


/*=== 説明 ===*/
.explain .main-section {
  padding-top: 60px;
}
.explain-ttl {
  padding: 22px 40px 18px;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.6;
  background-color: #bf1717;
  border-radius: 10px 10px 0 0;
}
.explain-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 45px 40px 50px;
  background-color: #f5ebeb;
  border-radius: 0 0 10px 10px;
}
.explain-icon {
  flex-shrink: 0;
  width: 225px;
  margin-right: 40px;
}
.explain-subttl {
  display: inline;
  color: #bf1717;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.2;
  background: linear-gradient(transparent 60%, #f5e097 0%);
}
.explain-subttl + .explain-txt {
  margin-top: 20px;
}
.explain-txt {
  font-size: 18px;
  line-height: 1.5;
}
.explain-list {
  margin-top: 12px;
}
.explain-item {
  padding: 13px 15px;
  background-color: #f9f5f5;
  border-radius: 5px;
}
.explain-item:not(:first-child) {
  margin-top: 12px;
}
a.explain-link {
  position: relative;
  padding-left: 20px;
  color: #bf1717;
  font-weight: bold;
  text-decoration: none;
}
a.explain-link:visited {
  color: #bf1717;
}
a.explain-link::before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 10px;
  height: 15px;
  background-color: #bf1717;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}


/*=== キャンペーン概要 ===*/
.overview .main-section {
  padding: 30px 20px 0;
}
.overview-table {
  width: 100%;
  margin-top: 40px;
  border-collapse: collapse;
}
.overview-table th {
  width: 190px;
  padding: 10px;
  border: 1px solid #b3b3b3;
  font-weight: normal;
  line-height: 1.4;
  vertical-align: middle;
  background-color: #f2f2f2;
}
.overview-table td {
  padding: 15px 20px;
  border: 1px solid #b3b3b3;
  font-size: 14px;
  vertical-align: middle;
  background-color: #fff;
}
.overview-table ol,
.overview-note {
  padding-left: 1em;
  text-indent: -1em;
}
.overview-table .pattern-space {
  margin-top: 10px;
}
a.overview-link {
  display: inline-block;
  position: relative;
  padding-left: 15px;
  text-decoration: none;
}
a.overview-link::before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 8px;
  height: 12px;
  background-color: #666;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}


@media only screen and (max-width: 768px) {
  /*=== メインエリア ===*/
  .main-inner {
    padding-bottom: 110px;
  }
  .main-section {
    padding: 30px 10px 40px;
  }
  .main-ttl {
    font-size: 18px;
  }
  /*=== キャンペーン終了 ===*/
  .end {
    margin-bottom: 10px;
    padding: 0 10px;
    font-size: 16px;
  }
  a.end-link {
    padding-left: 15px;
    font-size: 16px;
  }
  a.end-link::before {
    top: 7px;
    width: 8px;
    height: 12px;
  }
  /*=== メインビジュアル ===*/
  .mainvisual-main {
    max-width: 550px;
  }
  /*=== 応募条件 ===*/
  .conditions-cont {
    margin-top: 15px;
  }
  .conditions-txt {
    font-size: 14px;
  }
  .conditions-transition {
    margin-top: 20px;
  }
  a.conditions-btn {
    min-height: 48px;
    padding: 10px 35px;
    font-size: 18px;
  }
  a.conditions-btn::after {
    right: 15px;
    width: 10px;
    height: 15px;
  }
  /*=== 応募 ===*/
  .apply-list {
    flex-wrap: wrap;
  }
  .apply-item {
    width: 100%;
    padding: 15px 10px;
    border-radius: 0;
  }
  .apply-item.pattern-register {
    order: 2;
    margin-top: 20px;
  }
  .apply-ttl {
    font-size: 16px;
  }
  .apply-transition {
    margin-top: 15px;
  }
  a.apply-btn {
    min-height: 48px;
    padding: 10px 35px;
    font-size: 18px;
  }
  a.apply-btn::after {
    right: 15px;
    width: 10px;
    height: 15px;
  }
  .apply-note {
    margin-top: 15px;
    font-size: 13px;
  }
  .apply-lead {
    margin-top: 20px;
    font-size: 16px;
  }
  .apply-lead span {
    font-size: 16px;
  }
  /*=== 説明 ===*/
  .explain .main-section {
    padding: 40px 10px 0;
  }
  .explain-ttl {
    padding: 18px 20px 14px;
    font-size: 16px;
    letter-spacing: 0;
  }
  .explain-cont {
    display: block;
    padding: 30px 10px 40px;
  }
  .explain-icon {
    margin: 0 auto;
  }
  .explain-detail {
    margin-top: 25px;
  }
  .explain-subttl {
    font-size: 18px;
    line-height: 1.5;
  }
  .explain-txt {
    font-size: 14px;
  }
  .explain-list {
    margin-top: 18px;
  }
  .explain-item {
    padding: 15px;
  }
  .explain-item:not(:first-child) {
    margin-top: 20px;
  }
  a.explain-link {
    padding-left: 15px;
  }
  a.explain-link::before {
    top: 4px;
    width: 8px;
    height: 12px;
  }
  /*=== キャンペーン概要 ===*/
  .overview .main-section {
    padding: 30px 10px 0;
  }
  .overview-table {
    margin-top: 20px;
  }
  .overview-table th {
    width: 30%;
    padding: 10px 5px;
    font-size: 14px;
  }
  .overview-table td {
    width: 70%;
    padding: 10px 5px;
    font-size: 12px;
  }
  a.overview-link {
    margin-top: 4px;
    font-size: 12px;
  }
  a.overview-link::before {
    top: 5px;
  }
}