@charset "UTF-8";
/*
 *  ブレイクポイント
 */
body {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

@media screen and (min-width: 769px) {
  .ch-header {
    padding: 8px 107px 10px;
  }
}
@media screen and (max-width: 768px) {
  .ch-header {
    padding: 1.33vw 1.6vw 2.66vw;
  }
}
/* @media screen and (min-width: 769px) {
  .ch-header--logo {
    width: 191px;
  }
}
@media screen and (max-width: 768px) {
  .ch-header--logo {
    width: 33.333vw;
  }
} */

@media screen and (min-width: 769px) {
  .ch-container {
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .ch-container {
    padding-top: 5.25vw;
  }
}
.ch-container--title {
  text-align: center;
  font-weight: bold;
  font-family: "YuGothic", sans-serif;
}
@media screen and (min-width: 769px) {
  .ch-container--title {
    font-size: 34px;
    margin-bottom: 31px;
    color: #222222;
  }
}
@media screen and (max-width: 768px) {
  .ch-container--title {
    font-size: 5.33vw;
    margin-bottom: 8vw;
    color: #343434;
  }
}
.ch-container__gray {
  background: #F6F6F6;
  letter-spacing: 1px;
  line-height: 1.2rem;
}
@media screen and (min-width: 769px) {
  .ch-container__gray {
    padding: 70px;
    width: 1080px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .ch-container__gray {
    padding:30px 12px;
  }
}

.ch-container__inner {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .ch-container__inner {
    width: 728px;
  }
}
@media screen and (max-width: 768px) {
  .ch-container__inner {
    width: 92.26vw;
  }
}
@media screen and (min-width: 769px) {
  .ch-container__inner--txt {
    font-size: 15px;
    color: #222222;
    margin-bottom: 66px;
  }
}
@media screen and (max-width: 768px) {
  .ch-container__inner--txt {
    color: #343434;
    font-size: 3.46vw;
    margin-bottom: 5.402vw;
    line-height: 6vw;
  }
}
.ch-container__inner h2 {
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .ch-container__inner h2 {
    font-size: 20px;
    letter-spacing: 0.8px;
    color: #222222;
  }
}
@media screen and (max-width: 768px) {
  .ch-container__inner h2 {
    color: #343434;
    font-size: 3.73vw;
  }
}
.ch-container__inner--attention {
  color: #222;
  text-align: right;
}
@media screen and (min-width: 769px) {
  .ch-container__inner--attention {
    font-size: 14px;
    margin: 17.3px 0 58.5px;
  }
}
@media screen and (max-width: 768px) {
  .ch-container__inner--attention {
    font-size: 3.2vw;
    margin: 5.41vw 0 12.92vw;
  }
}

@media screen and (min-width: 769px) {
  .ch-lists {
    margin-top: 43px;
  }
}
@media screen and (max-width: 768px) {
  .ch-lists {
    margin-top: 6.944vw;
  }
}
.ch-lists__item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dcdcdc;
}
@media screen and (min-width: 769px) {
  .ch-lists__item {
    padding: 5px 20px 11.5px 12px;
  }
}
@media screen and (max-width: 768px) {
  .ch-lists__item {
    padding: 1.6vw 6.45vw 3.06vw 2.89vw;
  }
}
.ch-lists__item__right {
  display: flex;
}
.ch-lists__item--coin {
  color: #343434;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .ch-lists__item--coin {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .ch-lists__item--coin {
    font-size: 4.8vw;
  }
}
.ch-lists__item--coin::before {
  content: "";
  display: inline-block;
  background: url("https://pwww.tv-asahi.co.jp/douga_mv/renewal_test/nagesen_test/images/medal_heart.png");
  background-size: cover;
  margin-right: 6px;
}
@media screen and (min-width: 769px) {
  .ch-lists__item--coin::before {
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 768px) {
  .ch-lists__item--coin::before {
    width: 4.26vw;
    height: 4.26vw;
  }
}
.ch-lists__item--yen {
  color: #343434;
}
@media screen and (min-width: 769px) {
  .ch-lists__item--yen {
    font-size: 15px;
    margin-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .ch-lists__item--yen {
    font-size: 4vw;
    margin-right: 13.8vw;
  }
}
.ch-lists__item--yen::after {
  content: "（税抜）";
  display: inline;
  color: #343434;
}
@media screen and (min-width: 769px) {
  .ch-lists__item--yen::after {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .ch-lists__item--yen::after {
    font-size: 2.66vw;
  }
}
.ch-lists__item--choice {
  cursor: pointer;
  display: inline-block;
  position: relative;
  color: #343434;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}
@media screen and (min-width: 769px) {
  .ch-lists__item--choice {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .ch-lists__item--choice {
    fonts-size: 3.46vw;
  }
}
.ch-lists__item--choice::before {
  background: #d2d2d2;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .ch-lists__item--choice::before {
    width: 22px;
    height: 22px;
    top: -30%;
    left: -26px;
  }
}
@media screen and (max-width: 768px) {
  .ch-lists__item--choice::before {
    width: 5.86vw;
    height: 5.86vw;
    top: -30%;
    left: -26px;
  }
}
.ch-lists__item--choice::after {
  background: #fff;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .ch-lists__item--choice::after {
    width: 8px;
    height: 8px;
    opacity: 0;
    top: 7%;
    left: -18.7px;
  }
}
@media screen and (max-width: 768px) {
  .ch-lists__item--choice::after {
    width: 2.13vw;
    height: 2.13vw;
    opacity: 0;
    top: 9%;
    left: -19.7px;
  }
}
.ch-lists__item input[type=radio] {
  display: none;
}
.ch-lists__item input[type=radio]:checked + .ch-lists__item--choice::before {
  background: #343434;
}
input[type=radio]:checked + .ch-lists__item--choice::after {
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .ch-lists__item:not(:last-child) {
    margin-bottom: 20.5px;
  }
}
@media screen and (max-width: 768px) {
  .ch-lists__item:not(:last-child) {
    margin-bottom: 6vw;
  }
}

@media screen and (min-width: 769px) {
  .ch-payment {
    margin: 39.7px 0 59.3px;
  }
}
@media screen and (max-width: 768px) {
  .ch-payment {
    margin: 5.79vw 0 13.38vw;
  }
}
.ch-payment__item {
  background: #fff;
}
@media screen and (min-width: 769px) {
  .ch-payment__item {
    padding: 29px 56px;
  }
}
@media screen and (max-width: 768px) {
  .ch-payment__item {
    padding: 9.06vw 13.6vw;
  }
}
.ch-payment__item--choice {
  cursor: pointer;
  display: inline-block;
  position: relative;
  color: #343434;
  font-family: "Hiragino Kaku Gothic Pro", "W6";
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .ch-payment__item--choice {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .ch-payment__item--choice {
    font-size: 4vw;
  }
}
.ch-payment__item--choice::before {
  background: #d2d2d2;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .ch-payment__item--choice::before {
    width: 22px;
    height: 22px;
    top: -30%;
    left: -26px;
  }
}
@media screen and (max-width: 768px) {
  .ch-payment__item--choice::before {
    width: 5.86vw;
    height: 5.86vw;
    top: -30%;
    left: -26px;
  }
}
.ch-payment__item--choice::after {
  background: #fff;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  opacity: 0;
}
@media screen and (min-width: 769px) {
  .ch-payment__item--choice::after {
    width: 8px;
    height: 8px;
    top: 16%;
    left: -18.7px;
  }
}
@media screen and (max-width: 768px) {
  .ch-payment__item--choice::after {
    width: 2.13vw;
    height: 2.13vw;
    opacity: 0;
    top: 13%;
    left: -19.3px;
  }
}
.ch-payment__item--img {
  display: block;
  margin-top: 4px;
}
@media screen and (min-width: 769px) {
  .ch-payment__item--img {
    width: 146px;
  }
}
@media screen and (max-width: 768px) {
  .ch-payment__item--img {
    width: 38.93vw;
  }
}
.ch-payment__item input[type=radio] {
  display: none;
}
input[type=radio]:checked + .ch-payment__item--choice::before {
  background: #343434;
}
input[type=radio]:checked + .ch-payment__item--choice::after {
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .ch-payment__item:first-child {
    margin-bottom: 20.23px;
  }
}
@media screen and (max-width: 768px) {
  .ch-payment__item:first-child {
    margin-bottom: 5.47vw;
  }
}

.ch-kiyaku {
  width: 100%;
  background: #fff;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  font-size: 13px;
}
@media screen and (min-width: 769px) {
  .ch-kiyaku {
    height: 99px;
    margin: 28px 0 22.5px;
    padding: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .ch-kiyaku {
    height: 26.5vw;
    margin: 5.34vw 0 8vw;
    padding: 5.33vw 0;
  }
}
.ch-kiyaku h4 {
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .ch-kiyaku h4 {
    margin-bottom: 2rem;
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .ch-kiyaku h4 {
    margin-bottom: 1.5rem;
    padding-left: 5.33vw;
  }
}
.ch-kiyaku p {
  color: #343434;
}
@media screen and (min-width: 769px) {
  .ch-kiyaku p {
    padding: 0 130px 0 20px;
    line-height: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .ch-kiyaku p {
    line-height: 1.5rem;
    padding: 0 10vw 0 5.33vw;
  }
}
.ch-kiyaku li {
  color: #343434;
}
@media screen and (min-width: 769px) {
  .ch-kiyaku li {
    padding-left: 3em;
    padding: 0 130px 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .ch-kiyaku li {
    padding: 0 10vw 0 5.33vw;
    padding-left: 3em;
  }
}
@media screen and (min-width: 769px) {
  .ch-kiyaku .mbm {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .ch-kiyaku .mbm {
    margin-bottom: 1.5rem;
  }
}
.ch-kiyaku .mbs {
  margin-bottom: 1rem;
}
.ch-kiyaku .u-tr {
  text-align: right;
}

.ch-kiyaku::-webkit-scrollbar {
  display: none;
}

#agree {
  display: none;
}

@media screen and (min-width: 769px) {
  .ch-center {
    padding-top: 3px;
  }
}
@media screen and (max-width: 768px) {
  .ch-center {
    padding-top: 1px;
  }
}

.ch-agree {
  cursor: pointer;
  display: inline-block;
  position: relative;
}

.ch-privacy {
  color: #222222;
  font-family: "YuGothic", sans-serif;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .ch-privacy {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .ch-privacy {
    font-size: 3.73vw;
  }
}
.ch-privacy a {
  color: #222222;
  text-decoration: underline;
}

.ch-agree::before {
  background: #d3d3d3;
  content: "";
  display: block;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .ch-agree::before {
    width: 22px;
    height: 22px;
    left: 165px;
    top: -3px;
  }
}
@media screen and (max-width: 768px) {
  .ch-agree::before {
    width: 5.86vw;
    height: 5.86vw;
    top: -5px;
  }
}

.ch-agree::after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  transform: rotate(45deg);
}
@media screen and (min-width: 769px) {
  .ch-agree::after {
    width: 5px;
    height: 9px;
    left: 171px;
    border-right: 4px solid red;
    border-bottom: 4px solid red;
  }
}
@media screen and (max-width: 768px) {
  .ch-agree::after {
    width: 5px;
    height: 9px;
    left: 6px;
    top: -2px;
    border-right: 4px solid red;
    border-bottom: 4px solid red;
  }
}

input[type=checkbox]:checked + .ch-agree::after {
  opacity: 1;
}

.ch-attention {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .ch-attention {
    font-size: 15px;
    margin: 60px 0 31px;
    color: #222;
  }
}
@media screen and (max-width: 768px) {
  .ch-attention {
    color: #343434;
    font-size: 3.46vw;
    margin: 8.98vw 0 6.21vw;
    line-height: 6vw;
  }
}

.ch-purchase {
  opacity: 0.3;
  background: #DC094D;
  color: #fff;
  text-align: center;
  border-radius: 72px;
  border: none;
  display: block;
  margin: 0 auto;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .ch-purchase {
    width: 404px;
    padding: 23px 0;
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .ch-purchase {
    width: 92vw;
    padding: 5.6vw 0;
    font-size: 4.8vw;
  }
}

.ch-purchase.is-active {
  opacity: 1;
  cursor: pointer;
}

.ch-copy {
  text-align: right;
}
@media screen and (min-width: 769px) {
  .ch-copy {
    padding: 80px 120px;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 768px) {
  .ch-copy {
    padding: 25px 10px;
    font-size: 10px;
    font-weight: bold;
  }
}

@media screen and (min-width: 769px) {
.u-mbs {
  margin-bottom: 1rem !important; }
}

@media screen and (min-width: 769px) {
.u-mbm {
  margin-bottom: 2rem !important; }
}

@media screen and (max-width: 768px) {
.u-mbs {
  margin-bottom: 1rem !important; }
}

@media screen and (max-width: 768px) {
.u-mbm {
  margin-bottom: 1.5rem !important; }
}

@media screen and (min-width: 769px) {
.h2-ttl {
      font-size: 16px;
      line-height: 30px;
      font-weight: bold; }
}

@media screen and (max-width: 768px) {
.h2-ttl {
      font-size: 1rem;
      line-height: 2.2rem;
      font-weight: bold; }
}

.order-list {
    padding-left: 1.7em;
    text-indent: -1.7em;
  }

.maru-order-list li {
    text-indent: -1.4em;
    padding-left: 20px;
  }
