@charset "utf-8";

html {
  padding-bottom: 0;
}

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

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

.btn-def {
  border-radius: 999em;
}

.btn-black-border {
  box-shadow: 0 3px 0 #333;
}

@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;
}

/* -----------------------------------------
8周年記念キャンペーン
----------------------------------------- */
#contents_anniv_8th h1 {
  margin: 0;
}

#contents_anniv_8th h1 img {
  display: block;
}

/* KVエリア */
.top-area-summary {
  background: url("../../images/anniversary/8th/bg-8th-summary.png") no-repeat center / cover;
  padding: 40px 0 0;
  position: relative;
  top: -20px;
}

/* アンカーリンク */
.anchor-list {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
  margin: 20px 0 30px;
}

.anchor-list li {
  width: 32%;
  position: relative;
}

.anchor-list li:nth-child(2)::before {
  content: "";
  width: 49px;
  height: 42px;
  background: url("../../images/anniversary/8th/img-anchor-point.png") no-repeat center / contain;
  position: absolute;
  top: -20px;
  left: -5px;
}

.anchor-list a {
  display: block;
}

.anchor-list img {
  width: 100%;
  height: auto;
}

/* 口コミエリア */
.voice-list-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.voice-list-icon > li {
  font-size: 10px;
}

.voice-list-icon > li + li {
  margin-left: 5px;
}

.voice-list-icon > li > img {
  display: inline-block;
  margin-right: 3px;
  vertical-align: -0.4em;
}

.voice-list {
  background: url("../../images/anniversary/8th/bg-voice.png") no-repeat center 0 / cover;
  padding: 15px 15px 55px;
}

.voice-list li {
  background-color: #fbf3e2;
  border-radius: 14px;
  font-size: 16px;
  padding: 22px 20px;
}

.voice-list li + li {
  margin-top: 30px;
}

.voice-list li img {
  display: inline-block;
  vertical-align: -0.3em;
  margin-right: 5px;
}

/* コイン受け取りエリア */
.anniv-coin {
  background: #fffeee;
  margin: 120px 0 130px;
  padding: 0 15px;
  position: relative;
}

.anniv-coin::before {
  content: "";
  width: 100%;
  height: 150px;
  background: url("../../images/anniversary/8th/bg-coin_01.png") no-repeat center 0 / cover;
  position: absolute;
  top: -85px;
  left: 0;
}

.anniv-coin::after {
  content: "";
  width: 100%;
  height: 90px;
  background: url("../../images/anniversary/8th/bg-coin_02.png") no-repeat center bottom / cover;
  position: absolute;
  bottom: -90px;
  left: 0;
}

.anniv-coin h2 {
  position: relative;
}

.cp-sec {
  border: 2px solid #facabf;
  border-radius: 20px;
  background: #fff;
  padding: 20px;
  margin: 20px 0;
  position: relative;
}

.cp-sec::after {
  content: "";
  width: 65px;
  height: 56px;
  background: url("../../images/anniversary/8th/img-coin-present.png") no-repeat center / contain;
  position: absolute;
  bottom: -30px;
  right: -10px;
}

.ttl-cp {
  font-size: 16px;
  border-bottom: 1px solid #333;
  margin-bottom: 20px;
}

.ttl-cp-sub {
  font-size: 14px;
  padding-left: 25px;
  margin-bottom: 8px;
  line-height: 1.5;
  position: relative;
}

.ttl-cp-sub::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../../images/anniversary/8th/icon-present.svg") no-repeat center;
  position: absolute;
  top: 0;
  left: 0;
}

.cp-box + .cp-box {
  margin-top: 20px;
}

.cp-sec .btn-def {
  width: 100%;
}

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;
}

.coin-get-down {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.coin-get-down::before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  background: url("../../images/anniversary/8th/icon-check.svg") no-repeat;
  margin-right: 5px;
  vertical-align: -0.3em;
}

.cp-note .h3 {
  font-size: 14px;
}

.btn-get-top {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}

.btn-get-top::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../../images/anniversary/8th/icon-get-top_01.svg") no-repeat center;
  margin-right: 5px;
  vertical-align: -2px;
}

.btn-get-top::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../../images/anniversary/8th/icon-get-top_02.svg") no-repeat center;
  margin-left: 5px;
  vertical-align: -2px;
}

/* おすすめコンテンツ */
.bnr-list {
  text-align: center;
  margin-top: 20px;
}

.bnr-list > li + li {
  margin-top: 20px;
}

.bnr-list > li img {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

@media screen and (max-width: 320px) {
  .btn-def {
    width: 100%;
  }
}
