@charset "utf-8";

html {
  padding-bottom: 0;
}

body {
  max-width: 414px;
  margin: 0 auto !important;
}

[id^="contents_campaign"] img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 415px) {/* for PC */
  body {
    box-shadow: 0 0 10px rgba(95, 94, 94, 0.3);
  }

  ul.nl li:nth-child(2n) a {
    border-right: none;
  }
}

#footer {
  position: static;
  height: auto;
}

/* -----------------------------------------
おみくじキャンペーン2025
----------------------------------------- */
#contents_campaign_202509 h1 {
  margin: 0;
}

#contents_campaign_202509 h1 img {
  display: block;
}

/* cp-summary-area
----------------------------------------- */
#contents_campaign_202509 {
  background: #fff2fd;
}

.cp-summary-area {
  padding: 25px 15px;
}

.cp-summary-area h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.text-summary {
  background: url("../../../images/campaign/202509/frame-line_top.png") no-repeat center 0, url("../../../images/campaign/202509/frame-line_bottom.png") no-repeat center 100%;
  background-size: contain, contain;
  padding: 45px 0;
}

.cp-summary-area section {
  margin-top: 40px;
}

.box-summary {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}

.box-summary .text-lead {
  color: #ac46bc;
  font-size: 18px;
  font-weight: bold;
}

/* 概要 */
.ttl-cp-sub {
  padding-left: 15px;
  margin-bottom: 8px;
  line-height: 1.5;
  position: relative;
}

.ttl-cp-sub::before {
  content: "";
  background: #d47ee1;
  border-radius: 999em;
  width: 6px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.box-summary ul > li + li {
  margin-top: 25px;
}

a.link-login {
  color: #333;
  text-decoration: underline;
}

a.link-login::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 3px solid #333;
  border-right: 3px solid #333;
  transform: rotate(45deg);
  margin-left: 4px;
  vertical-align: middle;
}

/* cp-omikuji-area
----------------------------------------- */
.cp-omikuji-area {
  padding-bottom: 20px;
}

.box-omikuji {
  background: url("../../../images/campaign/202509/bg-omikuji.png") center;
  background-size: cover;
  padding: 35px 15px 30px;
  margin-bottom: 20px;
}

.box-omikuji > .content {
  margin-top: 20px;
  text-align: center;
}

.img-omikuji-before img {
  width: 24%;
  height: auto;
  margin: 0 auto;
}

[class^=btn-cv] {
  display: block;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  padding: 15px;
  width: 85%;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
}

.btn-cv-omikuji {
  background: #d47ee1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  color: #fff;
}

.btn-cv-done {
  background: #ccc;
  color: #fff;
  pointer-events: none;
}

.list-sns-share {
  display: flex;
  align-items: center;
}

.list-sns-share > li {
  width: calc(100% / 2);
}

.ttl-sns-share {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.ttl-sns-share > span {
  padding: 0 15px;
  position: relative;
}

.ttl-sns-share > span::before,
.ttl-sns-share > span::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.ttl-sns-share > span::before {
  background: url("../../../images/campaign/202509/icon-line-left.svg") no-repeat;
  left: 0;
}

.ttl-sns-share > span::after {
  background: url("../../../images/campaign/202509/icon-line-right.svg") no-repeat;
  right: 0;
}

.btn-share-x {
  background: #000;
  color: #fff;
}

.btn-share-x img,
.btn-sns-line img {
  display: inline-block !important;
  height: auto;
  vertical-align: middle;
}

.btn-share-x img {
  width: 23px;
  margin-right: 5px;
}

.btn-sns-line img {
  width: 34px;
  margin-right: 2px;
}

.expiration-date {
  font-size: 12px;
  font-weight: bold;
  margin-top: 15px;
}

.result-top {
  background: url("../../../images/campaign/202509/bg-omikuji.png") center;
  background-size: cover;
  padding: 15px 15px 25px;
}

.result-top img {
  display: block;
}

.result-under {
  background: #d47ee1;
  color: #fff;
  padding: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.result-coin {
  margin-bottom: 10px;
}

.result-coin .coin {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

.result-coin .coin .num {
  font-size: 30px;
}

.result-done {
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 10px;
}

#omikuji-result {
  padding-top: 60px;
  margin-top: -60px;
}

/* MediaQuery
----------------------------------------- */
@media screen and (max-width: 320px) { /* 320px以下 */
  .text-summary {
    font-size: 12px;
  }

  .result-under {
    padding: 18px 15px;
  }

  .result-done {
    font-size: 12px;
  }
}
