@charset "utf-8";

/*=== メインエリア ===*/
.main-inner {
  margin: 0 auto 135px;
  background-color: #fff;
}
.main-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 20px 0;
}
.main-ttl {
  position: relative;
  width: 100%;
  max-width: 477px;
  height: 109px;
  margin: 0 auto;
  padding-bottom: 18px;
}
.main-ttl::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 477px;
  height: 109px;
  background: url(../images/label_bg01.png) no-repeat 0 / 100% auto;
  transform: translateX(-50%);
}
.main-ttl span {
  position: relative;
  display: block;
  padding: 25px 0 22px;
  color: #aa0613;
  font-weight: bold;
  font-size: 25px;
  text-align: center;
  z-index: 1;
}

/*=== キャンペーン終了 ===*/
.end {
  max-width: 1200px;
  margin: 0 auto 15px;
  padding: 0 20px;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
}
.end-inner {
  padding: 10px;
  border: 1px solid #ccc;
}
.end-inner a,
.end-inner a:visited {
  color: #ac2330;
}

/*=== キャンペーン期間 ===*/
.period {
  max-width: 1200px;
  margin: 0 auto 5px;
  font-weight: bold;
  text-align: right;
}

/*=== メインビジュアル ===*/
.mainvisual {
  background: #FFEC87;
  background: linear-gradient(180deg,rgba(255, 236, 135, 1) 0%, rgba(255, 227, 93, 1) 100%);
}
.mainvisual-main {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

/*=== 応募 ===*/
.apply-cont {
  margin-top: -75px;
  padding: 95px 20px 30px;
  border-radius: 10px;
  background-color: #f6ecd9;
}
.apply-list {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.apply-item {
  position: relative;
  width: calc((100% - 20px) / 2);
  padding: 28px 20px 8px;
  background-color: #fff;
  border-radius: 5px;
}
.apply-item:first-child::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -68px;
  right: -30px;
  width: 148px;
  height: 148px;
  background: url(../images/label01.png) no-repeat center / 90%;
}
.apply-ttl {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  line-height: 1.5;
}
.apply-transition {
  margin-top: 15px;
}
a.apply-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 350px;
  min-height: 58px;
  padding: 10px 45px;
  margin: 0 auto;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  background-color: #2770a8;
  border-radius: 50px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.20);
}
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%);
}
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;
  border-radius: 50px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.20);
}
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%);
}
a.apply-btn.pattern-apply {
  border-color: #ac2330;
  background-color: #ac2330;
}
a.apply-btn.pattern-apply:hover::after {
  border-color: #ac2330;
}
.apply-note {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.5;
}
.apply-lead {
  margin-top: 35px;
  color: #b31a0a;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  line-height: 1.3;
}
.apply-btn_close {
  display: block;
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
  padding: 15px 30px 12px;
  border: 2px solid #888;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 1.4;
  text-decoration: none;
  background-color: #888;
  border-radius: 5px;
}

/*=== バナー ===*/
.bnr-thumb {
  text-align: center;
}

/* 賞品紹介 */
.prize {
  background-color: #fced9c;
}
.prize .main-section {
  padding: 50px 20px;
}
.prize h2 {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  position: relative;
  width: 100%;
  max-width: 477px;
  margin: 0 auto;
}
.prize-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 20px -10px 0;
}
.prize-item {
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #fff;
  padding: 50px 20px 30px;
  margin: 50px 10px 0;
  border-radius: 10px;
}
.prize-ribbon {
  display: inline-block;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 200px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0 10px;
  font-size: 24px;
  background: #232b35;
  color: #FFF;
  font-weight: bold;
  box-sizing: border-box;
}
.prize-ribbon:before, .prize-ribbon:after {
  position: absolute;
  top: 0;
  width: 0px;
  height: 0px;
  border-color: #232b35 transparent;
  border-style: solid;
  content: '';
}
.prize-ribbon:before {
  left: -10px;
  border-width: 26px 0px 24px 10px;
}
.prize-ribbon:after {
  right: -10px;
  border-width: 26px 10px 24px 0px;
}
.prize-name {
  flex-grow: 1;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 20px;
}
.prize-txt {
  flex-grow: 1;
  font-size: 18px;
  line-height: 1.4;
  margin-top: 20px;
}
.prize-txt span {
  font-size: 16px;
}
.prize-tag {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  background-color: #d91200;
  padding: 5px 10px;
  margin-top: 20px;
}

/*=== キャンペーン概要 ===*/
.overview-table {
  width: 100%;
  margin-top: 20px;
  border-collapse: collapse;
}
.overview-table th {
  width: 190px;
  padding: 10px;
  border: 1px solid #d0dde6;
  font-weight: normal;
  vertical-align: middle;
  background-color: #f0f4f7;
}
.overview-table td {
  padding: 13px 10px 10px;
  border: 1px solid #d0dde6;
  font-size: 14px;
  vertical-align: middle;
  background-color: #fff;
}
.overview-table ul, .overview-note {
  padding-left: 1em;
  text-indent: -1em;
}

/*=== アコーディオン ===*/
.acor {
  margin-top: 40px;
}
.acor-item {
  position: relative;
}
.acor-item:not(:first-child) {
  margin-top: 5px;
}
.acor-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  position: relative;
  width: 100%;
  padding: 15px 60px 15px 30px;
  border: none;
  font-size: 17px;
  text-align: left;
  background-color: #f0f4f7;
  cursor: pointer;
}
.acor-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  border-style: solid;
  border-width: 12px 7px 0 7px;
  border-color: #232b35 transparent transparent transparent;
  transform: translateY(-50%);
}
.acor-item.is-AcorShow .acor-btn::after {
  right: 28px;
  transform: translateY(-50%) rotate(-60deg);
}
.acor-btn:hover {
  opacity: 0.7;
}
.acor-icon {
  display: block;
  flex-shrink: 0;
  width: 70px;
  font-size: 20px;
  line-height: 1.5;
}
.acor-detail {
  display: flex;
  margin-bottom: 20px;
  padding: 30px 60px 30px 40px;
  border-top: 1px solid #d0dde6;
  background-color: #f0f4f7;
}
.main a.acor-link, .main a.acor-link:visited {
  color: #206ac5;
}
a.acor-link::before {
  content: "";
  display: inline-block;
  position: relative;
  margin-right: 4px;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #1976D2;
}

@media only screen and (max-width: 768px) {
  /*=== メインエリア ===*/
  .main-inner {
    margin: 0;
    padding-bottom: 110px;
  }
  .main-section {
    padding: 40px 10px 0;
  }
  .main-ttl {
    max-width: 355px;
    height: 77px;
    padding-bottom: 14px;
  }
  .main-ttl::after {
    width: calc(100% - 20px);
    max-width: 335px;
    height: 77px;
  }
  .main-ttl span {
    padding: 15px 0;
    font-size: 22px;
  }
  /*=== キャンペーン終了 ===*/
  .end {
    margin-bottom: 10px;
    padding: 0 10px;
    font-size: 16px;
  }
  /*=== キャンペーン期間 ===*/
  .period {
    padding-left: 10px;
    font-size: 13px;
    text-align: left;
  }
  /*=== 応募 ===*/
  .apply .main-section {
    padding: 30px 10px 30px;
    background-color: #f6ecd9;
  }
  .apply-cont {
    margin-top: 20px;
    padding: 0;
    border-radius: 0;
  }
  .apply-list {
    display: block;
    margin-bottom: 30px;
  }
  .apply-item {
    width: 100%;
    padding: 30px 10px 25px;
    box-shadow: 0 4px 4px #dad2bb;
  }
  .apply-item:first-child::before {
    top: -56px;
    right: -47px;
    background-size: 60%;
  }
  .apply-item:last-child {
    margin-top: 20px;
  }
  .apply-ttl {
    font-size: 16px;
  }
  .apply-transition {
    margin-top: 20px;
  }
  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: 20px;
    font-size: 12px;
  }
  .apply-lead {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.5;
  }
  /*=== キャンペーン概要 ===*/
  .overview-table th {
    width: 30%;
    padding: 12px 10px;
    font-size: 13px;
  }
  .overview-table td {
    width: 70%;
    padding: 12px 10px;
    font-size: 12px;
  }
  /*=== アコーディオン ===*/
  .acor-btn {
    padding: 20px 40px 20px 20px;
    font-size: 16px;
  }
  .acor-btn::after {
    right: 20px;
    border-width: 10px 6px 0 6px;
  }
  .acor-item.is-AcorShow .acor-btn::after {
    right: 18px;
  }
  .acor-icon {
    width: 50px;
    font-size: 18px;
  }
  .acor-detail {
    padding: 20px;
  }
  /* 賞品特典 */
  .prize-list {
    display: block;
  }
  .prize-item {
    margin-top: 40px;
  }
  .prize-item:not(:first-child) {
    margin-top: 40px;
  }
  .prize h2 {
    font-size: 26px;
  }
  .prize-name {
    font-size: 18px;
  }
  .prize-tag {
    font-size: 20px;
  }
  .prize-ribbon {
    font-size: 20px;
  }
  .prize-name,.prize-txt {
    height: auto;
  }
  .prize-txt {
    font-size: 16px;
  }
  .prize-txt span {
    font-size: 14px;
  }
}
