@charset "UTF-8";
/* ----------------------------------
 COMMON SETTEING
-----------------------------------*/
.cp_breadcrumb {
  margin: 0 auto;
  max-width: 992px;
  padding: 0 16px;
}

/* ----------------------------------
   セクションの共通クラス
  -----------------------------------*/
.cp_section {
  padding: clamp(24px, 6.4vw, 32px) 16px;
}
.cp_section img {
  width: 100%;
  vertical-align: bottom;
}

/* ----------------------------------
   基本のボタン
  -----------------------------------*/
.cp_btn-large {
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 380px;
  font-size: clamp(18px, 5.625vw, 24px);
  font-weight: bold;
  background: #cc0033;
  padding: 15px;
  margin: 0 auto;
  position: relative;
  color: #fff;
  transition: opacity 0.3s;
}
.cp_btn-large::before {
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  border: 1px dashed #ffffff;
}
.cp_btn-large:after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg) translate(0, -100%);
  right: 28px;
  top: 50%;
  transition: all 0.3s;
}
.cp_btn-large:hover {
  opacity: 0.7;
  color: #fff;
  text-decoration: none;
}
.cp_btn-large--green {
  background: #4a842d;
}
.cp_btn-large--disabled {
  background: #a1a1a1;
  pointer-events: none;
}

/* ----------------------------------
   吹き出しの水平線
  -----------------------------------*/
.cp_fukidashi-line {
  width: 100%;
  position: relative;
  display: inline-block;
  border-bottom: 2px solid #333;
}
.cp_fukidashi-line:before, .cp_fukidashi-line::after {
  position: absolute;
  display: block;
  content: "";
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  transform: translate(-50%, 0);
}
.cp_fukidashi-line:before {
  border-top: 13px solid #333;
}
.cp_fukidashi-line:after {
  border-top: 13px solid #fff;
  margin-top: -2px;
}

/* ----------------------------------
   KV
  -----------------------------------*/
.cp_KV {
  position: relative;
}
.cp_KV__img {
  position: relative;
  max-width: 960px;
  margin-bottom: 0;
  margin: 0 auto;
}
.cp_KV__img > img {
  width: 100%;
  vertical-align: bottom;
}
.cp_KV__bg-bakudan {
  filter: brightness(0.8);
}

/* ----------------------------------
   リード
  -----------------------------------*/
.cp_lead {
  display: grid;
  row-gap: 16px;
  max-width: 960px;
  margin: 0 auto;
}
.cp_lead__text {
  text-align: center;
  font-size: clamp(16px, 5vw, 21px);
  font-weight: 600;
}

/* ----------------------------------
   開き線
  -----------------------------------*/
/* レスポンシブルな開き線のあしらい */
.cp_open-line {
  --gap: 0.25em;
  --line-weight: 2px;
  --line-length: 1.5em;
  --deg: 45deg;
  --text-color: black;
  --border-color: red;
  color: var(--text-color);
  display: flex;
  align-items: center;
  column-gap: var(--gap);
}
.cp_open-line::before, .cp_open-line::after {
  content: "";
  height: var(--line-weight);
  width: var(--line-length);
  background: var(--border-color);
  vertical-align: bottom;
}
.cp_open-line::before {
  transform: rotate(var(--deg));
}
.cp_open-line::after {
  transform: rotate(calc(-1 * var(--deg)));
}

/* ----------------------------------
   dマガジンについて
  -----------------------------------*/
.cp_about {
  max-width: 640px;
  margin: 0 auto;
}

/* ----------------------------------
   8thキャンペーン
  -----------------------------------*/
.cp_campaigns {
  max-width: 768px;
  margin: 0 auto;
}
.cp_campaigns__list {
  display: grid;
  row-gap: clamp(24px, 7.5vw, 40px);
}
.cp_campaigns__list-item {
  display: grid;
  row-gap: clamp(12px, 3.75vw, 18px);
  text-align: center;
  font-weight: 600;
}
.cp_campaigns__list-item p {
  font-size: clamp(14px, 4.375vw, 18px);
  line-height: 1.25;
}
.cp_campaigns__list-item p > span {
  display: inline-block;
}
.cp_campaigns__list-item > a {
  transition: opacity 0.3s;
}
.cp_campaigns__list-item > a:hover {
  opacity: 0.7;
}
.cp_campaigns__open-line {
  --line-length: 2em;
  --border-color: black;
  margin: 0 auto;
}

.saki-btn__dmag {
  border: 5px solid #4a842d;
}
.saki-btn__dmag a {
  border: 1px dashed #ffffff;
  background-color: #4a842d;
}
.saki-btn__dmag a::before, .saki-btn__dmag a::after {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left-color: #ffffff;
  top: 50%;
  margin-top: -7px;
}
.saki-btn__dmag a:before {
  right: 10px;
}
.saki-btn__dmag a::after {
  right: 4px;
}

/* ----------------------------------
   キャンペーン詳細
  -----------------------------------*/
.cp_detail {
  background: #fef3c2;
}
.cp_detail__inner {
  max-width: 640px;
  margin: 0 auto;
}
.cp_detail__title {
  background: #765023;
  padding: 10px 20px 8px;
  font-size: 2.2rem;
  color: #fff;
  font-weight: bold;
  border-radius: 20px 20px 0 0;
}
.cp_detail__list {
  padding: 0 0 10px;
  background: #fff;
  border-radius: 0 20px 20px 20px;
}
.cp_detail__list dt {
  background: #f5c741;
  padding: 7px 20px;
  color: #684a29;
  font-weight: bold;
  font-size: 1.8rem;
}
.cp_detail__list dd {
  padding: 5px 20px 3px;
}

/* ----------------------------------
   ボタンのグループ
  -----------------------------------*/
.cp_entries {
  display: grid;
  row-gap: clamp(24px, 7.5vw, 40px);
}
.cp_entries__text {
  font-size: clamp(16px, 5vw, 22px);
  margin-bottom: 15px;
  text-align: center;
  font-weight: 600;
}

/* ----------------------------------
   ユーティリティクラス
  -----------------------------------*/
.cp_u__text-link {
  color: #000;
  text-decoration: underline;
}
.cp_u__text-underline {
  text-decoration: underline !important;
}
.cp_u__hover\:text-underline:hover {
  text-decoration: underline !important;
}
.cp_u__border-bottom_1 {
  border-bottom: 1px solid currentColor !important;
}
.cp_u__animation-none {
  animation: none !important;
}
.cp_u__relative {
  position: relative;
}
.cp_u__select-none {
  -ms-user-select: none;
  user-select: none;
}
.cp_u__events-none {
  pointer-events: none;
}
.cp_u__list-indent {
  padding-left: 1em;
  text-indent: -1em;
}
.cp_u__inline-block {
  display: inline-block !important;
}
.cp_u__flex-col {
  display: flex;
  flex-direction: column;
}
.cp_u__m-0-auto {
  margin: 0 auto;
}
.cp_u__w-full {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cp_u__md\:hidden {
    display: none !important;
  }
}
.cp_u__opacity-0 {
  opacity: 0 !important;
}
.cp_u__opacity-10 {
  opacity: 0.1 !important;
}
.cp_u__opacity-20 {
  opacity: 0.2 !important;
}
.cp_u__opacity-30 {
  opacity: 0.3 !important;
}
.cp_u__opacity-40 {
  opacity: 0.4 !important;
}
.cp_u__opacity-50 {
  opacity: 0.5 !important;
}
.cp_u__opacity-60 {
  opacity: 0.6 !important;
}
.cp_u__opacity-70 {
  opacity: 0.7 !important;
}
.cp_u__opacity-80 {
  opacity: 0.8 !important;
}
.cp_u__opacity-90 {
  opacity: 0.9 !important;
}
.cp_u__opacity-100 {
  opacity: 1 !important;
}
.cp_u__pt-0 {
  padding-top: 0px !important;
}
.cp_u__pb-0 {
  padding-bottom: 0px !important;
}
.cp_u__py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.cp_u__mt-0 {
  margin-top: 0px !important;
}
.cp_u__mb-0 {
  margin-bottom: 0px !important;
}
.cp_u__pt-4 {
  padding-top: 4px !important;
}
.cp_u__pb-4 {
  padding-bottom: 4px !important;
}
.cp_u__py-4 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.cp_u__mt-4 {
  margin-top: 4px !important;
}
.cp_u__mb-4 {
  margin-bottom: 4px !important;
}
.cp_u__pt-8 {
  padding-top: 8px !important;
}
.cp_u__pb-8 {
  padding-bottom: 8px !important;
}
.cp_u__py-8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.cp_u__mt-8 {
  margin-top: 8px !important;
}
.cp_u__mb-8 {
  margin-bottom: 8px !important;
}
.cp_u__pt-12 {
  padding-top: 12px !important;
}
.cp_u__pb-12 {
  padding-bottom: 12px !important;
}
.cp_u__py-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.cp_u__mt-12 {
  margin-top: 12px !important;
}
.cp_u__mb-12 {
  margin-bottom: 12px !important;
}
.cp_u__pt-16 {
  padding-top: 16px !important;
}
.cp_u__pb-16 {
  padding-bottom: 16px !important;
}
.cp_u__py-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.cp_u__mt-16 {
  margin-top: 16px !important;
}
.cp_u__mb-16 {
  margin-bottom: 16px !important;
}
.cp_u__pt-20 {
  padding-top: 20px !important;
}
.cp_u__pb-20 {
  padding-bottom: 20px !important;
}
.cp_u__py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.cp_u__mt-20 {
  margin-top: 20px !important;
}
.cp_u__mb-20 {
  margin-bottom: 20px !important;
}
.cp_u__pt-24 {
  padding-top: 24px !important;
}
.cp_u__pb-24 {
  padding-bottom: 24px !important;
}
.cp_u__py-24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.cp_u__mt-24 {
  margin-top: 24px !important;
}
.cp_u__mb-24 {
  margin-bottom: 24px !important;
}
.cp_u__pt-28 {
  padding-top: 28px !important;
}
.cp_u__pb-28 {
  padding-bottom: 28px !important;
}
.cp_u__py-28 {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}
.cp_u__mt-28 {
  margin-top: 28px !important;
}
.cp_u__mb-28 {
  margin-bottom: 28px !important;
}
.cp_u__pt-32 {
  padding-top: 32px !important;
}
.cp_u__pb-32 {
  padding-bottom: 32px !important;
}
.cp_u__py-32 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}
.cp_u__mt-32 {
  margin-top: 32px !important;
}
.cp_u__mb-32 {
  margin-bottom: 32px !important;
}
.cp_u__pt-36 {
  padding-top: 36px !important;
}
.cp_u__pb-36 {
  padding-bottom: 36px !important;
}
.cp_u__py-36 {
  padding-top: 36px !important;
  padding-bottom: 36px !important;
}
.cp_u__mt-36 {
  margin-top: 36px !important;
}
.cp_u__mb-36 {
  margin-bottom: 36px !important;
}
.cp_u__pt-40 {
  padding-top: 40px !important;
}
.cp_u__pb-40 {
  padding-bottom: 40px !important;
}
.cp_u__py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.cp_u__mt-40 {
  margin-top: 40px !important;
}
.cp_u__mb-40 {
  margin-bottom: 40px !important;
}
.cp_u__pt-44 {
  padding-top: 44px !important;
}
.cp_u__pb-44 {
  padding-bottom: 44px !important;
}
.cp_u__py-44 {
  padding-top: 44px !important;
  padding-bottom: 44px !important;
}
.cp_u__mt-44 {
  margin-top: 44px !important;
}
.cp_u__mb-44 {
  margin-bottom: 44px !important;
}
.cp_u__pt-48 {
  padding-top: 48px !important;
}
.cp_u__pb-48 {
  padding-bottom: 48px !important;
}
.cp_u__py-48 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}
.cp_u__mt-48 {
  margin-top: 48px !important;
}
.cp_u__mb-48 {
  margin-bottom: 48px !important;
}
.cp_u__pt-52 {
  padding-top: 52px !important;
}
.cp_u__pb-52 {
  padding-bottom: 52px !important;
}
.cp_u__py-52 {
  padding-top: 52px !important;
  padding-bottom: 52px !important;
}
.cp_u__mt-52 {
  margin-top: 52px !important;
}
.cp_u__mb-52 {
  margin-bottom: 52px !important;
}
.cp_u__pt-56 {
  padding-top: 56px !important;
}
.cp_u__pb-56 {
  padding-bottom: 56px !important;
}
.cp_u__py-56 {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}
.cp_u__mt-56 {
  margin-top: 56px !important;
}
.cp_u__mb-56 {
  margin-bottom: 56px !important;
}
.cp_u__pt-60 {
  padding-top: 60px !important;
}
.cp_u__pb-60 {
  padding-bottom: 60px !important;
}
.cp_u__py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.cp_u__mt-60 {
  margin-top: 60px !important;
}
.cp_u__mb-60 {
  margin-bottom: 60px !important;
}
.cp_u__pt-64 {
  padding-top: 64px !important;
}
.cp_u__pb-64 {
  padding-bottom: 64px !important;
}
.cp_u__py-64 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}
.cp_u__mt-64 {
  margin-top: 64px !important;
}
.cp_u__mb-64 {
  margin-bottom: 64px !important;
}
.cp_u__pt-68 {
  padding-top: 68px !important;
}
.cp_u__pb-68 {
  padding-bottom: 68px !important;
}
.cp_u__py-68 {
  padding-top: 68px !important;
  padding-bottom: 68px !important;
}
.cp_u__mt-68 {
  margin-top: 68px !important;
}
.cp_u__mb-68 {
  margin-bottom: 68px !important;
}
.cp_u__pt-72 {
  padding-top: 72px !important;
}
.cp_u__pb-72 {
  padding-bottom: 72px !important;
}
.cp_u__py-72 {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}
.cp_u__mt-72 {
  margin-top: 72px !important;
}
.cp_u__mb-72 {
  margin-bottom: 72px !important;
}
.cp_u__pt-76 {
  padding-top: 76px !important;
}
.cp_u__pb-76 {
  padding-bottom: 76px !important;
}
.cp_u__py-76 {
  padding-top: 76px !important;
  padding-bottom: 76px !important;
}
.cp_u__mt-76 {
  margin-top: 76px !important;
}
.cp_u__mb-76 {
  margin-bottom: 76px !important;
}
.cp_u__pt-80 {
  padding-top: 80px !important;
}
.cp_u__pb-80 {
  padding-bottom: 80px !important;
}
.cp_u__py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.cp_u__mt-80 {
  margin-top: 80px !important;
}
.cp_u__mb-80 {
  margin-bottom: 80px !important;
}
.cp_u__text-12 {
  font-size: 12px !important;
}
.cp_u__text-13 {
  font-size: 13px !important;
}
.cp_u__text-14 {
  font-size: 14px !important;
}
.cp_u__text-15 {
  font-size: 15px !important;
}
.cp_u__text-16 {
  font-size: 16px !important;
}
.cp_u__text-18 {
  font-size: 18px !important;
}
.cp_u__text-24 {
  font-size: 24px !important;
}
.cp_u__text-12_16 {
  font-size: clamp(12px, 3.2vw, 16px) !important;
}
.cp_u__text-12_14 {
  font-size: clamp(12px, 3.2vw, 14px) !important;
}
.cp_u__text-13_16 {
  font-size: clamp(13px, 3.4666666667vw, 16px) !important;
}
.cp_u__text-14_16 {
  font-size: clamp(14px, 3.7333333333vw, 16px) !important;
}
.cp_u__text-14_19 {
  font-size: clamp(14px, 3.7333333333vw, 19px) !important;
}
.cp_u__text-16_18 {
  font-size: clamp(16px, 4.2666666667vw, 18px) !important;
}
.cp_u__text-16_20 {
  font-size: clamp(16px, 4.2666666667vw, 20px) !important;
}
.cp_u__font-300 {
  font-weight: 300 !important;
}
.cp_u__font-400 {
  font-weight: 400 !important;
}
.cp_u__font-600 {
  font-weight: 600 !important;
}
.cp_u__text-white {
  color: #fff !important;
}
.cp_u__text-black {
  color: #000 !important;
}
.cp_u__text-sky-blue {
  color: #00BFFF !important;
}
.cp_u__text-blue {
  color: #0082CB !important;
}
.cp_u__text-orange {
  color: #FF9C00 !important;
}
.cp_u__text-yellow {
  color: #FFE030 !important;
}
.cp_u__text-dark-yellow {
  color: #3C4100 !important;
}
.cp_u__text-light-black {
  color: #3a3a3a !important;
}
.cp_u__text-gray {
  color: #a1a1a1 !important;
}
.cp_u__text-background--red {
  color: #ffd0d0 !important;
}
.cp_u__text-background--blue {
  color: #cadfec !important;
}
.cp_u__text-d-red {
  color: #cc0033 !important;
}
.cp_u__max-w-500 {
  max-width: 500px !important;
}
.cp_u__max-w-640 {
  max-width: 640px !important;
}
.cp_u__max-w-sm {
  max-width: 576px !important;
}
.cp_u__max-w-tb {
  max-width: 768px !important;
}
.cp_u__max-w-pc {
  max-width: 960px !important;
}