@charset "UTF-8";
.subTitleArea.shop {
  background: url(/video/common/images/line_common01.svg) repeat-x bottom, url(/video/shop/common/images/bg_index01.png) no-repeat center right;
  background-size: 21px 5px, cover;
}
@media screen and (max-width: 767px) {
  .subTitleArea.shop {
    background-size: 13px 3px, cover;
  }
}

.localNav {
  margin: 60px 0 80px;
}
@media screen and (max-width: 767px) {
  .localNav {
    margin: 40px 0;
    flex-wrap: wrap;
  }
}
.localNav.last {
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .localNav.last {
    margin-bottom: 80px;
  }
}
.localNav li {
  width: 32%;
}
@media screen and (max-width: 767px) {
  .localNav li {
    width: 100%;
  }
  .localNav li:not(:last-child) {
    margin-bottom: 5px;
  }
}
.localNav li a {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .localNav li a {
    padding: 0 35px;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .localNav li a {
    justify-content: center;
  }
}
.localNav li.active a {
  background: url(/video/common/images/arrow_circle_common01.svg) no-repeat center right 15px, #1791ce;
  background-size: 20px auto;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .localNav li.active a {
    background: url(/video/common/images/arrow_circle_common01.svg) no-repeat center right 15px, #1791ce;
    background-size: 13px auto;
  }
}

.setNav {
  margin: -55px 0 80px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .setNav {
    margin: -25px 0 40px;
  }
}
.setNav.last {
  margin: -55px 0 140px;
}
@media screen and (max-width: 767px) {
  .setNav.last {
    margin: -20px 0 80px;
  }
}
.setNav li {
  padding: 5px 0;
  border-bottom: 1px dashed #9b9b9b;
}
@media screen and (min-width: 1001px) {
  .setNav li {
    width: calc(100% / 3);
  }
  .setNav li:nth-child(3n+1):nth-last-child(-n+3), .setNav li:nth-child(3n+1):nth-last-child(-n+3) ~ li {
    border-bottom: none;
  }
  .setNav li:last-child a {
    border-right: 1px solid #9b9b9b;
  }
  .setNav li:nth-child(3n) a {
    border-right: 1px solid #9b9b9b;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .setNav li {
    width: 50%;
  }
  .setNav li:nth-child(2n+1):nth-last-child(-n+2), .setNav li:nth-child(2n+1):nth-last-child(-n+2) ~ li {
    border-bottom: none;
  }
  .setNav li:last-child a {
    border-right: 1px solid #9b9b9b;
  }
  .setNav li:nth-child(2n) a {
    border-right: 1px solid #9b9b9b;
  }
}
@media screen and (max-width: 767px) {
  .setNav li {
    width: 100%;
  }
}
.setNav li a {
  font-size: 1.6rem;
  font-weight: bold;
  height: 40px;
  padding: 0 30px;
  background: url(/video/common/images/arrow_circle_common02.svg) no-repeat center right 15px;
  background-size: 20px auto;
  border-left: 1px solid #9b9b9b;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .setNav li a {
    font-size: 1.2rem;
    height: 30px;
    padding: 0 15px;
    background: url(/video/common/images/arrow_circle_common02.svg) no-repeat center right 15px;
    background-size: 13px auto;
    border-right: 1px solid #9b9b9b;
  }
}
.setNav li a.current {
  color: #da0000;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23da0000%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M7.5%2C0A7.5%2C7.5%2C0%2C1%2C0%2C15%2C7.5%2C7.5%2C7.5%2C0%2C0%2C0%2C7.5%2C0ZM5.29%2C11.91V3.09L11.47%2C7.5Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.setNav li.current {
  background-color: rgba(218, 0, 0, 0.1);
}

.setListTitle {
  font-family: "Noto Serif JP", serif;
  font-size: 4.2rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 45px;
  padding: 40px 0;
  background: url(/video/shop/common/images/bg_title_common01.png) no-repeat center left;
  background-size: cover;
}
@media screen and (max-width: 1000px) {
  .setListTitle {
    font-size: 3.4rem;
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .setListTitle {
    font-size: 2rem;
    padding: 20px 0;
    margin-bottom: 20px;
  }
}

.setListArea {
  background: url(/video/shop/common/images/bg_set_common01.png) no-repeat center top;
  background-size: contain;
}

.setDescription {
  font-family: "Noto Serif JP", serif;
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 60px;
  line-height: 1.75;
}
@media screen and (max-width: 1200px) {
  .setDescription {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1000px) {
  .setDescription {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .setDescription {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
}
.setDescription::before {
  content: "";
  width: 80px;
  height: 16px;
  margin: auto;
  background: url(/video/shop/common/images/img_common01.svg) no-repeat;
  background-size: contain;
  display: block;
}
@media screen and (max-width: 767px) {
  .setDescription::before {
    width: 40px;
    height: 8px;
    margin: 0 auto 10px;
  }
}
.setDescription .marker {
  font-size: 3.4rem;
  color: #de0031;
}
@media screen and (max-width: 1200px) {
  .setDescription .marker {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1000px) {
  .setDescription .marker {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .setDescription .marker {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 360px) {
  .setDescription .marker {
    font-size: 1.6rem;
  }
}

.info {
  padding: 18px 30px 25px;
  background: url(/video/shop/common/images/bg_box_common01.svg) no-repeat top left, url(/video/shop/common/images/bg_box_common02.svg) no-repeat top right, url(/video/shop/common/images/bg_box_common03.svg) no-repeat bottom left, url(/video/shop/common/images/bg_box_common04.svg) no-repeat bottom right, url(/video/shop/common/images/bg_line_common01.svg) repeat-y left, url(/video/shop/common/images/bg_line_common02.svg) repeat-x top, url(/video/shop/common/images/bg_line_common03.svg) repeat-y right, url(/video/shop/common/images/bg_line_common04.svg) repeat-x bottom;
  background-size: 30px, 30px, 30px, 30px, 5px, 5px, 5px, 5px;
}
@media screen and (max-width: 767px) {
  .info {
    padding: 12px 15px 15px;
    background-size: 20px, 20px, 20px, 20px, 5px, 5px, 5px, 5px;
  }
}
.info dl {
  font-family: "Noto Serif JP", serif;
  color: #4f3800;
  line-height: 1;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.info dl dt {
  font-size: 2rem;
  width: 150px;
  margin: 0 10px 5px 0;
  display: flex;
  justify-content: space-between;
}
.info dl dt:nth-last-child(2) {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .info dl dt:nth-last-child(2) {
    padding-left: 27px;
  }
}
@media screen and (max-width: 1200px) {
  .info dl dt {
    width: 140px;
  }
}
@media screen and (max-width: 1000px) {
  .info dl dt {
    font-size: 1.6rem;
    width: 110px;
    margin: 0 10px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .info dl dt {
    font-size: 1.3rem;
    width: 85px;
  }
}
.info dl dd {
  font-size: 3.4rem;
  width: calc(100% - 160px);
}
.info dl dd:last-child {
  margin-top: 10px;
}
@media screen and (max-width: 1200px) {
  .info dl dd {
    font-size: 3rem;
    width: calc(100% - 150px);
  }
}
@media screen and (max-width: 1000px) {
  .info dl dd {
    font-size: 2.4rem;
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 767px) {
  .info dl dd {
    font-size: 2.3rem;
    width: calc(100% - 95px);
  }
}
@media screen and (max-width: 360px) {
  .info dl dd {
    font-size: 1.5rem;
  }
}
.info dl .unit {
  font-size: 2.4rem;
}
@media screen and (max-width: 1000px) {
  .info dl .unit {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .info dl .unit {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 360px) {
  .info dl .unit {
    font-size: 1.5rem;
  }
}
.info dl .small {
  font-size: 1.8rem;
}
@media screen and (max-width: 1000px) {
  .info dl .small {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .info dl .small {
    font-size: 1.2rem;
  }
}
.info dl .linethrough {
  display: inline-block;
  position: relative;
}
.info dl .linethrough::after {
  content: "";
  width: 100%;
  height: 1px;
  margin: auto;
  background: #4f3800;
  display: block;
  position: absolute;
  top: 0;
  bottom: -5px;
}

@media screen and (max-width: 767px) {
  .chapterBox .info dl dt:nth-last-child(2) {
    margin-top: 10px;
    padding-left: 11px;
  }
}
.purchaseBtn a,
.purchaseBtn button {
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 130px;
  border-style: solid;
  background: linear-gradient(0deg, #f45f5b 0%, #e03434 100%);
  background-size: 100%;
  border-width: 12px 12px 10px 10px;
  border-image: url(/video/shop/common/images/bg_btn01.png) 24 24 24 20 stretch stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .purchaseBtn a,
.purchaseBtn button {
    height: 100px;
    border-width: 7px 7px 5px 5px;
  }
}
.purchaseBtn a::before,
.purchaseBtn button::before {
  content: "";
  width: 99%;
  height: 50%;
  margin: 0 auto;
  background: url("/video/shop/common/images/bg_btn02.png") no-repeat 50% 0;
  background-size: 100% 100%;
  position: absolute;
  top: 4px;
  right: 0;
  left: 0;
}
.purchaseBtn a::after,
.purchaseBtn button::after {
  content: "";
  margin: auto;
  width: 20px;
  height: 20px;
  background: url(/video/common/images/arrow_circle_common01.svg) no-repeat;
  background-size: contain;
  display: block;
  z-index: 2;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .purchaseBtn a::after,
.purchaseBtn button::after {
    width: 13px;
    height: 13px;
  }
}
.purchaseBtn span {
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.purchaseBtn .setName {
  text-align: center;
  font-size: 2.6rem;
  color: #fff;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .purchaseBtn .setName {
    font-size: 1.6rem;
  }
}
.purchaseBtn .txt {
  font-size: 4rem;
  color: #efe59c;
}
@media screen and (max-width: 767px) {
  .purchaseBtn .txt {
    font-size: 3rem;
  }
}
.purchaseBtn .icoTxt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  color: #818181;
}
@media screen and (max-width: 767px) {
  .purchaseBtn .icoTxt {
    font-size: 2.1rem;
  }
}
.purchaseBtn .icoTxt:before {
  font-family: "Font Awesome 5 Free";
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .purchaseBtn .icoTxt:before {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .purchaseBtn.thin a {
    height: 75px;
  }
}
.purchaseBtn.cart, .purchaseBtn.confirm, .purchaseBtn.payment {
  height: 120px;
  background: #e2e2e2;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .purchaseBtn.cart, .purchaseBtn.confirm, .purchaseBtn.payment {
    height: 95px;
  }
}
.purchaseBtn.cart .icoTxt:before {
  content: "";
  color: #de0031;
}
.purchaseBtn.confirm .icoTxt:before {
  content: "";
  color: #72653b;
}
.purchaseBtn.payment .icoTxt:before {
  content: "";
  color: #004da0;
}
.purchaseBtn.mt20 {
  margin-top: 20px;
}

.setBox {
  margin-bottom: 140px;
  padding: 20px;
  background: url(/video/shop/common/images/bg_parts_common01.svg) no-repeat left 20px top -7px, url(/video/shop/common/images/bg_parts_common02.svg) no-repeat right 20px top -7px, #004da0;
  background-size: 137px;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .setBox {
    margin-bottom: 60px;
    padding: 5px;
    background: url(/video/shop/common/images/bg_parts_common01.svg) no-repeat left 5px top 5px, url(/video/shop/common/images/bg_parts_common02.svg) no-repeat right 5px top 5px, #004da0;
    background-size: 69px;
  }
}
.setBox.mb0 {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .setBox.mb0 {
    margin-bottom: 10px;
  }
}
.setBox .setTitle {
  font-family: "Noto Serif JP", serif;
  font-size: 4.2rem;
  font-weight: bold;
  color: #efe59c;
  height: 110px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .setBox .setTitle {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 1000px) {
  .setBox .setTitle {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .setBox .setTitle {
    text-align: left;
    font-size: 2.6rem;
    height: auto;
    padding: 15px 10px 0;
    flex-direction: column;
    align-items: flex-start;
  }
}
.setBox .setTitle img {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .setBox .setTitle img {
    width: 60px;
    height: 60px;
    margin: 0 auto 5px;
    display: none;
  }
}
.setBox .contents {
  padding: 5px;
  background: #fff;
  border-radius: 5px;
}
.setBox .inner {
  padding: 30px;
  border: 1px solid #004da0;
}
@media screen and (max-width: 767px) {
  .setBox .inner {
    padding: 14px;
  }
}
.setBox .recommend {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 35px;
}
@media screen and (max-width: 1000px) {
  .setBox .recommend {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .setBox .recommend {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
.setBox .recommend span {
  font-size: 3.2rem;
  color: #de0031;
}
@media screen and (max-width: 1000px) {
  .setBox .recommend span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .setBox .recommend span {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 767px) {
  .setBox .innerBox {
    flex-wrap: wrap;
  }
}
.setBox .innerBox .img,
.setBox .innerBox .videoArea {
  width: 380px;
  margin-right: 35px;
}
@media screen and (max-width: 1000px) {
  .setBox .innerBox .img,
.setBox .innerBox .videoArea {
    width: 30%;
    margin-right: 5%;
  }
}
@media screen and (max-width: 767px) {
  .setBox .innerBox .img,
.setBox .innerBox .videoArea {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .setBox .innerBox .img img,
.setBox .innerBox .videoArea img {
    width: 100%;
  }
}
.setBox .innerBox .video {
  position: relative;
  width: 100%;
  padding-top: 75%;
}
.setBox .innerBox .video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.setBox .innerBox .digest {
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 1px solid #333;
  margin: 10px 0;
  padding-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  .setBox .innerBox .digest {
    font-size: 1.2rem;
    margin: 6px 0;
    padding-bottom: 6px;
  }
}
@media screen and (max-width: 767px) {
  .setBox .innerBox .digest {
    padding-bottom: 0;
    border-bottom: none;
  }
}
@media screen and (max-width: 1000px) {
  .setBox .innerBox .digestLine {
    width: 100%;
    line-height: 0;
  }
}
.setBox .innerBox .videoTitle {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .setBox .innerBox .videoTitle {
    font-size: 2rem;
  }
}
.setBox .innerBox .videoTitle span {
  font-size: 1.8rem;
  margin: auto;
  display: block;
}
@media screen and (max-width: 1000px) {
  .setBox .innerBox .videoTitle span {
    font-size: 1.5rem;
    margin-top: 5px;
  }
}
.setBox .innerBox .txtArea {
  width: calc(100% - 415px);
}
@media screen and (max-width: 1000px) {
  .setBox .innerBox .txtArea {
    width: 65%;
  }
}
@media screen and (max-width: 767px) {
  .setBox .innerBox .txtArea {
    width: 100%;
    margin-top: 10px;
  }
}
.setBox .innerBox .copy {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.75;
}
@media screen and (max-width: 1000px) {
  .setBox .innerBox .copy {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .setBox .innerBox .copy {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
}
.setBox .innerBox .txt {
  font-size: 1.6rem;
  margin-bottom: 20px;
  line-height: 1.75;
}
@media screen and (max-width: 1000px) {
  .setBox .innerBox .txt {
    font-size: 1.4rem;
  }
}
.setBox .innerBox .specialPriceArea {
  font-weight: bold;
  color: #de0031;
  margin: 30px 0 55px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .setBox .innerBox .specialPriceArea {
    margin: 15px 0 40px;
  }
}
.setBox .innerBox .specialPriceArea .specialPriceTitle {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .setBox .innerBox .specialPriceArea .specialPriceTitle {
    font-size: 1.2rem;
  }
}
.setBox .innerBox .specialPriceArea .specialPrice {
  font-family: "Noto Serif JP", serif;
  font-size: 8.4rem;
}
@media screen and (max-width: 1200px) {
  .setBox .innerBox .specialPriceArea .specialPrice {
    font-size: 8rem;
  }
}
@media screen and (max-width: 1000px) {
  .setBox .innerBox .specialPriceArea .specialPrice {
    font-size: 5rem;
  }
}
@media screen and (max-width: 360px) {
  .setBox .innerBox .specialPriceArea .specialPrice {
    font-size: 4rem;
  }
}
.setBox .innerBox .specialPriceArea .specialPrice .unit {
  font-size: 4.2rem;
}
@media screen and (max-width: 1000px) {
  .setBox .innerBox .specialPriceArea .specialPrice .unit {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .setBox .innerBox .specialPriceArea .specialPrice .unit {
    font-size: 2.5rem;
  }
}
.setBox .innerBox .specialPriceArea .specialPrice .small {
  font-size: 2.6rem;
}
@media screen and (max-width: 1000px) {
  .setBox .innerBox .specialPriceArea .specialPrice .small {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .setBox .innerBox .specialPriceArea .specialPrice .small {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .setBox .purchaseBtnTitle {
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-size: 1.8rem;
    font-weight: bold;
    color: #de0031;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 360px) {
  .setBox .purchaseBtnTitle {
    font-size: 1.5rem;
  }
}
.setBox .generalBtn.long {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .setBox .generalBtn.long {
    margin-top: 10px;
  }
}
.setBox .generalBtn.long a {
  width: 100%;
}
.setBox .setContentsArea {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .setBox .setContentsArea {
    margin-top: 20px;
  }
}
.setBox .setContentsTitle {
  font-size: 1.8rem;
  font-weight: bold;
  color: #004da0;
}
@media screen and (max-width: 767px) {
  .setBox .setContentsTitle {
    font-size: 1.2rem;
  }
}
.setBox .setContentsList {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .setBox .setContentsList {
    margin: 0 0 10px;
  }
}
.setBox .setContentsList li {
  font-size: 1.5rem;
  width: 49%;
  min-height: 40px;
  margin-right: 2%;
  border-bottom: 1px dashed #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
}
.setBox .setContentsList li:nth-child(-n+2) {
  border-top: 1px dashed #333;
}
.setBox .setContentsList li:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .setBox .setContentsList li {
    font-size: 1.2rem;
    width: 100%;
    height: 30px;
    margin-right: 0;
  }
  .setBox .setContentsList li:nth-child(-n+2) {
    border-top: none;
  }
}
.setBox .setContentsList li span {
  display: inline-block;
  word-break: normal;
  min-width: 60px;
  text-align: right;
}
.setBox .setContentsList li .title01 {
  width: 85%;
  text-align: left;
}
.setBox .setContentsList li .time01 {
  width: 10%;
  text-align: right;
}
.setBox .txtLink {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .setBox .txtLink {
    margin: 10px 0;
  }
}
.setBox .txtLink a {
  font-size: 2rem;
  font-weight: bold;
  color: #004da0;
  padding-right: 20px;
  border-bottom: 1px dashed #004da0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .setBox .txtLink a {
    font-size: 1.4rem;
    padding-right: 10px;
  }
}
.setBox .txtLink a::after {
  content: "";
  margin: auto;
  width: 6px;
  height: 6px;
  vertical-align: middle;
  border-top: 2px solid #004da0;
  border-right: 2px solid #004da0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .setBox .txtLink a::after {
    width: 4px;
    height: 4px;
  }
}

.setBox-underCap {
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .setBox-underCap {
    margin-bottom: 60px;
  }
}
.setBox-underCap p {
  font-size: 1.4rem;
  margin-bottom: 20px;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .setBox-underCap p {
    font-size: 1.2rem;
  }
}

.nonData {
  margin: 50px 0 140px;
}
@media screen and (max-width: 767px) {
  .nonData {
    margin: 40px 0 80px;
  }
}

.chapterList {
  display: flex;
  flex-wrap: wrap;
}
.chapterList li {
  width: 49%;
}
.chapterList li:nth-child(odd) {
  margin-right: 2%;
}
@media screen and (max-width: 767px) {
  .chapterList li {
    width: 100%;
  }
  .chapterList li:nth-child(odd) {
    margin-right: 0;
  }
  .chapterList li:last-child {
    margin-bottom: 40px;
  }
}

.chapterBox {
  margin-bottom: 60px;
  padding: 10px;
  background: url(/video/shop/common/images/bg_parts_common02.svg) no-repeat right 20px top -70px, #004da0;
  background-size: 137px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .chapterBox {
    padding: 5px;
    background: url(/video/shop/common/images/bg_parts_common02.svg) no-repeat right 5px top -33px, #004da0;
    background-size: 69px;
  }
}
.chapterBox .chapterTitle {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: bold;
  color: #efe59c;
  height: 60px;
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1100px) {
  .chapterBox .chapterTitle {
    min-height: 110px;
  }
}
@media screen and (max-width: 992px) {
  .chapterBox .chapterTitle {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .chapterBox .chapterTitle {
    font-size: 2rem;
    height: auto;
    padding: 5px 10px 0;
  }
}
.chapterBox .inner {
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-bottom: 195px;
}
@media screen and (max-width: 767px) {
  .chapterBox .inner {
    padding: 14px;
    position: inherit;
    padding-bottom: auto;
  }
}
.chapterBox .innerBox {
  width: 100%;
  margin-bottom: 20px;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .chapterBox .innerBox {
    flex-wrap: wrap;
  }
}
.chapterBox .innerBox .img {
  width: 42%;
}
.chapterBox .innerBox .img img {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .chapterBox .innerBox .img {
    width: 100%;
    margin-bottom: 10px;
  }
}
.chapterBox .innerBox .txtArea {
  width: 53%;
}
@media screen and (max-width: 1000px) {
  .chapterBox .innerBox .txtArea {
    width: 100%;
  }
}
.chapterBox .innerBox .copy {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .chapterBox .innerBox .copy {
    font-size: 1.4rem;
  }
}
.chapterBox .innerBox .txt {
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.chapterBox .innerBox .ico {
  margin-bottom: 5px;
}
.chapterBox .innerBox .ico span {
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  line-height: 0;
  padding: 0px 6px 1px;
  background: #4f3800;
  border-radius: 2px;
}
.chapterBox .info {
  max-width: 344px;
  margin: 0 auto 20px;
  position: absolute;
  bottom: 80px;
}
@media screen and (max-width: 992px) {
  .chapterBox .info {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 767px) {
  .chapterBox .info {
    position: inherit;
    bottom: inherit;
    max-width: inherit;
    width: 100%;
    margin: 0 auto 15px;
  }
}
.chapterBox .info dt {
  font-size: 1.5rem;
  width: 80px;
}
@media screen and (max-width: 767px) {
  .chapterBox .info dt {
    font-size: 1.1rem;
    width: 55px;
  }
}
.chapterBox .info dd {
  font-size: 2.6rem;
  width: calc(100% - 90px);
}
.chapterBox .info dd .unit {
  font-size: 2rem;
}
.chapterBox .info dd .small {
  font-size: 1.4rem;
}
@media screen and (max-width: 1000px) {
  .chapterBox .info dd {
    font-size: 2rem;
  }
  .chapterBox .info dd .unit {
    font-size: 1.4rem;
  }
  .chapterBox .info dd .small {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .chapterBox .info dd {
    width: calc(100% - 65px);
  }
}
.chapterBox .statusArea {
  width: calc(100% - 40px);
  margin-top: auto;
  position: absolute;
  bottom: 20px;
}
@media screen and (max-width: 767px) {
  .chapterBox .statusArea {
    width: 100%;
    position: inherit;
    bottom: inherit;
  }
}
.chapterBox .statusBar.purchaseBtn a,
.chapterBox .statusBar.purchaseBtn button {
  height: 50px;
  border-width: 7px 7px 5px 5px;
}
@media screen and (max-width: 767px) {
  .chapterBox .statusBar.purchaseBtn a,
.chapterBox .statusBar.purchaseBtn button {
    height: 40px;
    font-size: 2rem;
  }
}
.chapterBox .statusBar.purchaseBtn .txt {
  font-size: 2.2rem;
  transform: translateY(-2px);
}
@media screen and (max-width: 767px) {
  .chapterBox .statusBar.purchaseBtn .txt {
    font-size: 2rem;
  }
}
.chapterBox .statusBar.complete, .chapterBox .statusBar.cart, .chapterBox .statusBar.confirm {
  font-size: 1.8rem;
  font-weight: bold;
  color: #818181;
  height: 50px;
  background: #e2e2e2;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .chapterBox .statusBar.complete, .chapterBox .statusBar.cart, .chapterBox .statusBar.confirm {
    font-size: 1.4rem;
    height: 40px;
  }
}
.chapterBox .statusBar.complete img, .chapterBox .statusBar.cart img, .chapterBox .statusBar.confirm img {
  margin-right: 5px;
}