@charset "UTF-8";

@charset "UTF-8";
.book {
  margin: 40px 10px 0;
}
@media screen and (max-width: 896px) {
  .book {
    margin: 15px 0 0;
  }
}
.bookHead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #dcdcdc;
  margin-bottom: 20px;
}
@media screen and (max-width: 896px) {
  .bookHead {
    display: block;
    padding: 0 20px 13px;
    margin: 0 15px 20px;
  }
}
.bookHead__logo {
  width: 239px;
}
@media screen and (max-width: 896px) {
  .bookHead__logo {
    width: 230px;
    margin: 0 auto;
  }
}
.bookHead__logo img {
  vertical-align: baseline !important;
}
.bookHead__inner {
  width: calc(100% - 240px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 40px 0 20px;
}
@media screen and (max-width: 896px) {
  .bookHead__inner {
    width: 100%;
    padding: 12px 0 0;
    border-top: 1px solid #000;
  }
}
.bookHead__headline {
  letter-spacing: 0.02em;
  text-indent: 0.02em;
  font-weight: bold;
  margin-bottom: 9px;
}
.bookHead__description {
  font-size: 13px;
  line-height: 19px;
}

.mainVisual {
  position: relative;
  margin-bottom: 25px;
}
@media screen and (max-width: 896px) {
  .mainVisual {
    margin-bottom: 20px;
  }
}
.mainVisual__inner {
  width: 100%;
  background: rgba(248, 248, 248, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 35px 20px 29px;
}
@media screen and (max-width: 896px) {
  .mainVisual__inner {
    padding: 10px 15px 7px;
  }
}
.mainVisual__tag {
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.12em;
  text-indent: 0.12em;
  font-weight: bold;
  color: #fff;
  background: #ffc44f;
  border-radius: 10px;
  padding: 0 16px;
}
@media screen and (max-width: 896px) {
  .mainVisual__tag {
    font-size: 10px;
    line-height: 14px;
    padding: 0 10px;
  }
}
.mainVisual__txt {
  font-size: 23px;
  line-height: 35px;
  letter-spacing: 0.02em;
  text-indent: 0.02em;
  font-weight: bold;
  margin-top: 9px;
}
@media screen and (max-width: 896px) {
  .mainVisual__txt {
    font-size: 14px;
    line-height: 21px;
    margin-top: 4px;
  }
}
@media screen and (max-width: 896px) {
  .mainVisual__txt br {
    display: none;
  }
}

.section {
  border-top: 1px solid #141414;
  padding-top: 15px;
}
@media screen and (max-width: 896px) {
  .section {
    padding-top: 9px;
  }
}
.section__headline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 896px) {
  .section__headline {
    display: block;
  }
}
.section__headline .en {
  display: block;
  margin-right: 10px;
}
@media screen and (max-width: 896px) {
  .section__headline .en {
    margin: 0 auto 8px;
  }
}
.section__headline .ja {
  font-size: 13px;
  letter-spacing: 0.02em;
  text-indent: 0.02em;
  color: #7b7b7b;
  margin-bottom: 1px;
}
@media screen and (max-width: 896px) {
  .section__headline .ja {
    display: block;
    text-align: center;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 896px) {
  .section--detail {
    margin: 0 15px;
  }
}
.section--detail .section__headline .en {
  width: 178px;
}
@media screen and (max-width: 896px) {
  .section--detail .section__headline .en {
    width: 150px;
  }
}
@media screen and (max-width: 896px) {
  .section--preview {
    border-top: 0;
    padding-top: 0;
  }
}
@media screen and (max-width: 896px) {
  .section--preview .section__headline {
    padding-top: 9px;
    margin: 0 15px;
    border-top: 1px solid #141414;
  }
}
.section--preview .section__headline .en {
  width: 123px;
}
@media screen and (max-width: 896px) {
  .section--preview .section__headline .en {
    width: 103px;
  }
}
@media screen and (max-width: 896px) {
  .section--features {
    margin: 0 15px;
  }
}
.section--features .section__headline {
  display: block;
}
.section--features .section__headline .en {
  width: 128px;
  margin: 0 auto 11px;
}
@media screen and (max-width: 896px) {
  .section--features .section__headline .en {
    width: 108px;
    margin: 0 auto 9px;
  }
}
.section--features .section__headline .ja {
  display: block;
  text-align: center;
}
@media screen and (max-width: 896px) {
  .section--backnumber {
    margin: 0 15px 40px;
  }
}
.section--backnumber .section__headline {
  display: block;
}
.section--backnumber .section__headline .en {
  margin: 0 auto 11px;
}
@media screen and (max-width: 896px) {
  .section--backnumber .section__headline .en {
    margin: 0 auto 9px;
  }
}
.section--backnumber .section__headline .en--backnumber {
  width: 190px;
}
@media screen and (max-width: 896px) {
  .section--backnumber .section__headline .en--backnumber {
    width: 160px;
  }
}
.section--backnumber .section__headline .en--recommend {
  width: 173.5px;
}
@media screen and (max-width: 896px) {
  .section--backnumber .section__headline .en--recommend {
    width: 153.5px;
  }
}
.section--backnumber .section__headline .ja {
  display: block;
  text-align: center;
}

.detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 19px 0 30px;
}
@media screen and (max-width: 896px) {
  .detail {
    display: block;
    margin: 15px 0 20px;
  }
}
.detail__pic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 380px;
  height: 420px;
  background: #f8f8f8;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 896px) {
  .detail__pic {
    width: 100%;
    height: auto;
    padding: 30px 0;
  }
}
.detail__pic img {
  height: 332px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 896px) {
  .detail__pic img {
    width: 61%;
    height: auto;
  }
}
.detail__pic::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(248, 248, 248, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 896px) {
  .detail__pic::before {
    display: none;
  }
}
.detail__pic::after {
  content: "クリックで拡大する";
  display: block;
  width: 175px;
  font-size: 14px;
  line-height: 55px;
  letter-spacing: 0.02em;
  text-indent: 0.02em;
  color: #fff;
  background: #ffc44f;
  text-align: center;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 28px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 896px) {
  .detail__pic::after {
    display: none;
  }
}
.detail__pic:hover::before, .detail__pic:hover::after {
  opacity: 1;
}
.detail__inner {
  width: calc(100% - 380px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 35px;
}
@media screen and (max-width: 896px) {
  .detail__inner {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}
.detail__subHeadline {
  display: block;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-indent: 0.02em;
  font-weight: 500;
  margin-bottom: 15px;
}
@media screen and (max-width: 896px) {
  .detail__subHeadline {
    margin-bottom: 13px;
  }
}
.detail__headline {
  font-size: 23px;
  line-height: 34px;
  letter-spacing: 0.02em;
  text-indent: 0.02em;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 896px) {
  .detail__headline {
    font-size: 20px;
    margin-bottom: 9px;
  }
}
.detail__txt {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.02em;
  text-indent: 0.02em;
  color: #545454;
}
@media screen and (max-width: 896px) {
  .detail__txt {
    line-height: 23px;
  }
}
.detail__btn {
  width: 335px;
  line-height: 58px;
  letter-spacing: 0.08em;
  text-indent: 0.08em;
  font-weight: bold;
  text-align: center;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 896px) {
  .detail__btn {
    width: 100%;
    font-size: 15px;
  }
}
.detail__btn a {
  display: block;
  color: #000;
}
.detail__btn--buy {
  border: 1px solid #141414;
  color: #fff;
  background: #141414 url(/common/img/product/icon_buy.webp) center left 28px/21px no-repeat;
  margin-top: 25px;
}
@media screen and (max-width: 896px) {
  .detail__btn--buy {
    margin-top: 17px;
  }
}
.detail__btn--buy:hover {
  opacity: 0.7;
}
@media screen and (max-width: 896px) {
  .detail__btn--buy:hover {
    opacity: 1;
  }
}
.detail__btn--subscribe {
  border: 1px solid #ffc44f;
  background: url(/common/img/product/icon_subscribe.webp) center left 28px/22px no-repeat;
  margin-top: 15px;
}
@media screen and (max-width: 896px) {
  .detail__btn--subscribe {
    margin-top: 10px;
  }
}
.detail__btn--subscribe:hover {
  background: #ffc44f url(/common/img/product/icon_subscribe_hov.webp) center left 28px/22px no-repeat;
}
@media screen and (max-width: 896px) {
  .detail__btn--subscribe:hover {
    background: url(/common/img/product/icon_subscribe.webp) center left 28px/22px no-repeat;
  }
}
.detail.mini-book {
  position: relative;
}
.detail.mini-book:before {
  display: block;
  content: "";
  width: 63px;
  height: 63px;
  background-image: url(/common/img/magazine/img_detail_badge_mini.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 9;
}

.sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 31px 0 33px 53px;
  border-top: 1px solid #dcdcdc;
}
@media screen and (max-width: 896px) {
  .sns {
    display: block;
    padding: 10px 0 20px;
  }
}
.sns__ttl {
  font-size: 15px;
  letter-spacing: 0.02em;
  text-indent: 0.02em;
  color: #545454;
}
@media screen and (max-width: 896px) {
  .sns__ttl {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
}
.snsList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 896px) {
  .snsList {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.snsList__item {
  margin-left: 35px;
}
@media screen and (max-width: 896px) {
  .snsList__item {
    width: calc(33.3333333333% - 10px);
    margin: 10px 0 0;
  }
}
.snsList__item:not(:nth-child(3n)) {
  margin-right: 15px;
}
.snsList__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 160px;
  font-size: 14px;
  line-height: 30px;
  border-radius: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 896px) {
  .snsList__item a {
    width: 100%;
    font-size: 12px;
    line-height: 26px;
  }
}
.snsList__item a::before {
  content: "";
  display: block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.snsList__item a:hover {
  color: #fff;
}
.snsList__item--official a {
  color: #141414;
  border: 1px solid #141414;
}
.snsList__item--official a:hover {
  background: #141414;
}
@media screen and (max-width: 896px) {
  .snsList__item--official a:hover {
    background: #fff;
  }
}
.snsList__item--twitter a {
  color: #08a0e9;
  border: 1px solid #08a0e9;
}
.snsList__item--twitter a::before {
  width: 16px;
  height: 13px;
  background: url(/common/img/product/icon_twitter.webp) center/cover no-repeat;
  margin-right: 18px;
}
@media screen and (max-width: 896px) {
  .snsList__item--twitter a::before {
    margin-right: 7px;
  }
}
.snsList__item--twitter a:hover {
  background: #08a0e9;
}
@media screen and (max-width: 896px) {
  .snsList__item--twitter a:hover {
    background: #fff;
  }
}
.snsList__item--twitter a:hover::before {
  background: url(/common/img/product/icon_twitter_hov.webp) center/cover no-repeat;
}
@media screen and (max-width: 896px) {
  .snsList__item--twitter a:hover::before {
    background: url(/common/img/product/icon_twitter.webp) center/cover no-repeat;
  }
}
.snsList__item--facebook a {
  color: #3b5998;
  border: 1px solid #3b5998;
}
.snsList__item--facebook a::before {
  width: 7px;
  height: 16px;
  background: url(/common/img/product/icon_facebook.webp) center/cover no-repeat;
  margin-right: 23px;
}
@media screen and (max-width: 896px) {
  .snsList__item--facebook a::before {
    margin-right: 12px;
  }
}
.snsList__item--facebook a:hover {
  background: #3b5998;
}
@media screen and (max-width: 896px) {
  .snsList__item--facebook a:hover {
    background: #fff;
  }
}
.snsList__item--facebook a:hover::before {
  background: url(/common/img/product/icon_facebook_hov.webp) center/cover no-repeat;
}
@media screen and (max-width: 896px) {
  .snsList__item--facebook a:hover::before {
    background: url(/common/img/product/icon_facebook.webp) center/cover no-repeat;
  }
}
.snsList__item--instagram a {
  color: #cb464d;
  border: 1px solid #cb464d;
}
.snsList__item--instagram a::before {
  width: 16px;
  height: 16px;
  background: url(/common/img/product/icon_instagram.webp) center/cover no-repeat;
  margin-right: 19px;
}
@media screen and (max-width: 896px) {
  .snsList__item--instagram a::before {
    margin-right: 8px;
  }
}
.snsList__item--instagram a:hover {
  background: #cb464d;
}
@media screen and (max-width: 896px) {
  .snsList__item--instagram a:hover {
    background: #fff;
  }
}
.snsList__item--instagram a:hover::before {
  background: url(/common/img/product/icon_instagram_hov.webp) center/cover no-repeat;
}
@media screen and (max-width: 896px) {
  .snsList__item--instagram a:hover::before {
    background: url(/common/img/product/icon_instagram.webp) center/cover no-repeat;
  }
}

.preview {
  margin-top: 18px;
}
@media screen and (max-width: 896px) {
  .preview {
    margin-top: 15px;
  }
}
.previewInfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 34px 0;
}
@media screen and (max-width: 896px) {
  .previewInfo {
    margin: 25px 0;
  }
}
.previewInfo .active {
  font-family: "Barlow", sans-serif;
  font-size: 15px;
  letter-spacing: 0.12em;
  text-indent: 0.12em;
  color: #000;
}
.previewInfo .slash {
  width: 1px;
  height: 20px;
  background: #7b7b7b;
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
  margin: 0 40px;
}
@media screen and (max-width: 896px) {
  .previewInfo .slash {
    margin: 0 30px;
  }
}
.previewInfo .all {
  font-family: "Barlow", sans-serif;
  font-size: 15px;
  letter-spacing: 0.12em;
  text-indent: 0.12em;
  color: #7b7b7b;
}
.preview .slick-prev,
.preview .slick-next {
  width: 45px;
  height: 45px;
  background: #f4f4f4;
  border-radius: 50%;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 896px) {
  .preview .slick-prev,
  .preview .slick-next {
    width: 38px;
    height: 38px;
  }
}
.preview .slick-prev::after,
.preview .slick-next::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  position: absolute;
  top: 50%;
  margin-top: -5px;
}
.preview .slick-prev:hover,
.preview .slick-next:hover {
  background: #ffc44f;
}
@media screen and (max-width: 896px) {
  .preview .slick-prev:hover,
  .preview .slick-next:hover {
    background: #f4f4f4;
  }
}
.preview .slick-prev {
  top: auto;
  bottom: -65px;
  left: 258px;
}
@media screen and (max-width: 896px) {
  .preview .slick-prev {
    bottom: -53px;
    left: 15px;
  }
}
.preview .slick-prev::after {
  border-left: 2px solid #000;
  left: 50%;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-left: -3px;
}
.preview .slick-next {
  top: auto;
  bottom: -65px;
  right: 258px;
}
@media screen and (max-width: 896px) {
  .preview .slick-next {
    bottom: -53px;
    right: 15px;
  }
}
.preview .slick-next::after {
  border-right: 2px solid #000;
  right: 50%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: -3px;
}

.features {
  width: 680px;
  margin: 40px auto 50px;
}
@media screen and (max-width: 896px) {
  .features {
    width: 100%;
    margin: 23px auto 20px;
  }
}
.features__contents {
  font-size: 15px;
  line-height: 27px;
  letter-spacing: 0.02em;
  text-indent: 0.02em;
  padding-bottom: 30px;
  border-bottom: 1px solid #dcdcdc;
}
@media screen and (max-width: 896px) {
  .features__contents {
    line-height: 25px;
    padding-bottom: 20px;
  }
}
.features__contents h3 {
  font-size: 24px;
  font-weight: bold;
  margin: 5px 0 18px;
}
@media screen and (max-width: 896px) {
  .features__contents h3 {
    font-size: 20px;
    margin: 5px 0 15px;
  }
}
.features__contents strong {
  font-weight: bold;
}
.features__contents img {
  height: auto;
}
.features__toc {
  margin-top: 20px;
}
.features__toc a {
  display: block;
  border: 6px solid #dcdcdc;
  text-align: center;
  color: #141414;
  padding: 17px 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 896px) {
  .features__toc a {
    padding: 10px 0;
  }
}
.features__toc a:hover {
  background: #f8f8f8;
}
.features__toc--ttl {
  letter-spacing: 0.02em;
  text-indent: 0.02em;
  font-weight: bold;
  margin-bottom: 12px;
}
@media screen and (max-width: 896px) {
  .features__toc--ttl {
    margin-bottom: 8px;
  }
}
.features__toc--description {
  letter-spacing: 0.02em;
  text-indent: 0.02em;
  color: #7b7b7b;
}
@media screen and (max-width: 896px) {
  .features__toc--description {
    font-size: 13px;
    line-height: 17px;
  }
}
.features__btn {
  margin-top: 20px;
}
@media screen and (max-width: 896px) {
  .features__btn {
    margin-top: 10px;
  }
}
.features__btn a {
  display: block;
  font-size: 15px;
  line-height: 25px;
  font-weight: bold;
  border: 6px solid #dcdcdc;
  text-align: center;
  color: #141414;
  padding: 14px 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 896px) {
  .features__btn a {
    font-size: 16px;
  }
}
.features__btn a:hover {
  background: #f8f8f8;
}
.features__next {
  margin-top: 20px;
  border: 6px solid #dcdcdc;
}
@media screen and (max-width: 896px) {
  .features__next {
    margin-top: 10px;
  }
}
.features__next--ttl {
  letter-spacing: 0.02em;
  text-indent: 0.02em;
  padding: 15px 0;
  background: #f8f8f8;
}
.features__next--ttl .en {
  display: block;
  width: 106.5px;
  margin: 0 auto 8px;
}
.features__next--ttl .ja {
  display: block;
  font-size: 13px;
  letter-spacing: 0.02em;
  text-indent: 0.02em;
  color: #7b7b7b;
  text-align: center;
}
.features__next--description {
  font-size: 21px;
  line-height: 33px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-align: center;
  color: #141414;
  padding: 6px 0 19px;
}
@media screen and (max-width: 896px) {
  .features__next--description {
    font-size: 19px;
    padding: 6px 0 12px;
  }
}
.features__correction {
  padding-top: 25px;
  margin-top: 25px;
  border-top: 1px solid #000;
}
@media screen and (max-width: 896px) {
  .features__correction {
    padding-top: 20px;
    margin-top: 20px;
  }
}
.features__correction .correction {
  background: #f8f8f8;
  padding: 40px;
}
@media screen and (max-width: 896px) {
  .features__correction .correction {
    padding: 20px;
  }
}
.features__correction .correction__headline {
  font-size: 20px;
  letter-spacing: 0.02em;
  text-indent: 0.02em;
  font-weight: bold;
  color: #ed3112;
  padding-bottom: 15px;
  border-bottom: 2px solid #ed3112;
  margin-bottom: 24px;
}
@media screen and (max-width: 896px) {
  .features__correction .correction__headline {
    font-size: 18px;
    letter-spacing: 0.08em;
    text-indent: 0.08em;
    padding-bottom: 10px;
    margin-bottom: 13px;
  }
}
.features__correction .correction__contents {
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0.02em;
  text-indent: 0.02em;
}
@media screen and (max-width: 896px) {
  .features__correction .correction__contents {
    font-size: 14px;
  }
}

.backnumber {
  margin-top: 20px;
}
@media screen and (max-width: 896px) {
  .backnumber {
    margin-top: 15px;
  }
}
.backnumberList {
  border-top: 1px solid #dcdcdc;
}
.backnumberList__item {
  border-bottom: 1px solid #dcdcdc;
}
.backnumberList__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #141414;
  padding: 10px 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 896px) {
  .backnumberList__item a {
    padding: 15px 0;
  }
}
.backnumberList__item a:hover {
  opacity: 0.7;
}
.backnumberList__pic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
  height: 200px;
  background: #f8f8f8;
}
@media screen and (max-width: 896px) {
  .backnumberList__pic {
    width: 160px;
    height: auto;
    padding: 15px 0;
  }
}
.backnumberList__pic img {
  height: 176px;
}
@media screen and (max-width: 896px) {
  .backnumberList__pic img {
    height: 156px;
  }
}
.backnumberList__box {
  width: calc(100% - 200px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 40px;
}
@media screen and (max-width: 896px) {
  .backnumberList__box {
    width: calc(100% - 160px);
    padding: 0 0 0 15px;
  }
}
.backnumberList__headline {
  font-size: 15px;
  letter-spacing: 0.02em;
  text-indent: 0.02em;
  font-weight: bold;
}
@media screen and (max-width: 896px) {
  .backnumberList__headline {
    font-size: 13px;
  }
}
.backnumberList__headline br {
  display: none;
}
.backnumberList__subHeadline {
  font-size: 19px;
  line-height: 33px;
  letter-spacing: 0.06em;
  text-indent: 0.06em;
  font-weight: bold;
  margin: 8px 0;
}
@media screen and (max-width: 896px) {
  .backnumberList__subHeadline {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0em;
    text-indent: 0em;
    margin: 8px 0 5px;
  }
}
.backnumberList__date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-indent: 0.08em;
  color: #898989;
}
@media screen and (max-width: 896px) {
  .backnumberList__date {
    font-size: 13px;
  }
}
.backnumberList__date::before {
  content: "発";
  display: block;
  width: 18px;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-size: 11px;
  line-height: 18px;
  color: #5c5c5c;
  text-align: center;
  background: #eeeeee;
  border-radius: 50%;
  margin-right: 7px;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.modal__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 896px) {
  .modal__inner {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 15px 15px;
    overflow-y: scroll;
  }
}
.modal__box {
  position: relative;
  -webkit-animation: show 0.6s ease 0s 1 alternate none;
          animation: show 0.6s ease 0s 1 alternate none;
}
.modal__box--inner {
  margin-bottom: 50px;
}
@media screen and (max-width: 896px) {
  .modal__box--inner {
    margin-bottom: 35px;
  }
}
.modal__box--inner:nth-of-type(2) {
  margin: 0 155px;
}
@media screen and (max-width: 896px) {
  .modal__box--inner:nth-of-type(2) {
    margin: 0 20px;
  }
}
@-webkit-keyframes show {
  0% {
    margin-top: 50px;
  }
  100% {
    margin-top: 0px;
  }
}
@keyframes show {
  0% {
    margin-top: 50px;
  }
  100% {
    margin-top: 0px;
  }
}
.modal__description {
  letter-spacing: 0.02em;
  text-indent: 0.02em;
  text-align: center;
  padding-bottom: 25px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 20px;
}
@media screen and (max-width: 896px) {
  .modal__description {
    line-height: 23px;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
}
.modal .buyList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 896px) {
  .modal .buyList {
    display: block;
  }
}
.modal .buyList__item {
  width: 235px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #dcdcdc;
}
@media screen and (max-width: 896px) {
  .modal .buyList__item {
    width: 100%;
    margin-bottom: 8px;
  }
}
.modal .buyList__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 88px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 896px) {
  .modal .buyList__item a {
    height: 68px;
  }
}
.modal .buyList__item a:hover {
  opacity: 0.7;
}
.modal .buyList__item--amazon img {
  width: 170.5px;
}
@media screen and (max-width: 896px) {
  .modal .buyList__item--amazon img {
    width: 153.5px;
  }
}
.modal .buyList__item--rakuten img {
  width: 207.5px;
}
@media screen and (max-width: 896px) {
  .modal .buyList__item--rakuten img {
    width: 186.5px;
  }
}
.modal .buyList__item--7net img {
  width: 80px;
}
@media screen and (max-width: 896px) {
  .modal .buyList__item--7net img {
    width: 72px;
  }
}
.modal .subscribeList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.modal .subscribeList__item {
  width: 110px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 896px) {
  .modal .subscribeList__item {
    width: 75px;
  }
}
.modal .subscribeList__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.modal .subscribeList__item a:hover {
  opacity: 0.7;
}
.modal .subscribeList__item img {
  width: 100%;
}
.modal .subscribeList__item--amazon img {
  width: 170.5px;
}
.modal .subscribeList__item--rakuten img {
  width: 207.5px;
}
.modal .subscribeList__item--7net img {
  width: 80px;
}
@media screen and (max-width: 896px) {
  .modal--expansion .modal__inner {
    padding: 60px 15px 15px;
  }
}
.modal--expansion .modal__box {
  width: 425px;
  position: relative;
}
@media screen and (max-width: 896px) {
  .modal--expansion .modal__box {
    width: 100%;
  }
}
.modal--expansion .modal__close {
  width: 40px;
  height: 40px;
  background: #efece9;
  border-radius: 50%;
  position: absolute;
  top: -45px;
  right: -45px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 896px) {
  .modal--expansion .modal__close {
    top: -50px;
    right: 0;
  }
}
.modal--expansion .modal__close::before, .modal--expansion .modal__close::after {
  content: "";
  display: block;
  width: 2px;
  height: 19px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: -1px;
}
.modal--expansion .modal__close::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal--expansion .modal__close::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modal--expansion .modal__close:hover {
  opacity: 0.7;
}
.modal--buy .modal__box {
  width: 800px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border-radius: 5px;
  padding: 50px 30px;
}
@media screen and (max-width: 896px) {
  .modal--buy .modal__box {
    width: 100%;
    padding: 25px 20px;
  }
}
.modal--buy .modal__close {
  width: 250px;
  margin: 45px auto 0;
  line-height: 50px;
  letter-spacing: 0.02em;
  text-indent: 0.02em;
  text-align: center;
  background: #eee;
  border-radius: 25px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
@media screen and (max-width: 896px) {
  .modal--buy .modal__close {
    line-height: 45px;
    margin: 30px auto 0;
  }
}
.modal--buy .modal__close .icon {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 23px;
  margin-top: -7px;
}
.modal--buy .modal__close .icon::before, .modal--buy .modal__close .icon::after {
  content: "";
  display: block;
  width: 2px;
  height: 19px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: -1px;
}
.modal--buy .modal__close .icon::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal--buy .modal__close .icon::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modal--buy .modal__close:hover {
  opacity: 0.7;
}
@media screen and (max-width: 896px) {
  .modal--buy .modal__close:hover {
    opacity: 1;
  }
}