@charset "UTF-8";
/* CSS Document */
/*SP*/
@media screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  /**********************
共通パーツ
***********************/
  h2 {}
  h2.content_ttl {
    margin-bottom: 10px;
    color: var(--green, #00561F);
    font-size: 24px;
  }
  h2.content_ttl span {
    font-size: 16px;
    line-height: 1;
  }
  .inside {
    margin: 0 auto;
    padding: 20px 15px;
  }
  /**********************
メインビジュアル
***********************/
  .main_visual {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    row-gap: 15px;
    padding: 60px 15px 15px 15px;
    background-image: url("../img/mv-bg_sp.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    line-height: 1;
  }
  .main_ttl {
    position: relative;
    width: 100%;
    max-width: 1128px;
    margin: 0;
  }
  .main_ttl .mv-btn_wrap {
    position: absolute;
    bottom: 3%;
    left: 50%;
    transform: translateX(-130px);
  }
  .first_btn {
    position: relative;
    right: auto;
    bottom: auto;
    display: block;
    width: 100%;
    max-width: none;
  }
  .bnr_sp-comment {
    position: relative;
    z-index: 3;
    bottom: auto;
    left: auto;
    width: 100%;
  }
  .mv_illust {
    margin-bottom: 13px;
  }
  /**********************
コンテンツ
***********************/
  /*CMエリア*/
  .cm_area {}
  .cm_area h2 {
    margin: 0 auto 16px auto;
    font-size: 16px;
  }
  .cm_area h2 span {
    display: block;
  }
  .cm_area h2 div {
    margin-top: 0;
    padding-top: 0;
    line-height: 1.2;
  }
  .cm_area h2 div::before {
    left: -20px;
    width: 2px;
    height: 84px;
  }
  .cm_area h2 div::after {
    right: -20px;
    width: 2px;
    height: 84px;
  }
  .youtube_area {
    display: block;
    column-gap: 0;
  }
  .youtube {
    margin: 0 auto 16px auto;
  }
  .youtube:last-child {
    margin: 0 auto 0 auto;
  }
  .youtube p {
    flex-wrap: wrap;
  }
  .youtube p span {
    display: inline-flex;
    gap: 0;
    margin-bottom: 6px;
    padding: 4px;
  }
  /*あらすじ*/
  .outline {}
  .outline .waku {
    padding: 12px;
    background-color: #fff;
    box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.20);
  }
  .outline .waku_inside {
    padding: 16px;
  }
  .outline h2 {
    margin-top: 0;
  }
  .outline .waku p {
    line-height: 26px;
  }
  /*刊行記念特集*/
  .feature {}
  .feature ul {
    gap: 16px;
  }
  .feature .special_btn {
    gap: 4px;
    padding: 8px 12px;
  }
  .feature .special_btn .special_desc {}
  .feature h3 {
    font-size: 18px;
    line-height: 31px; /* 172.222% */
  }
  .feature p {
    gap: 4px;
  }
  /*スペシャルコンテンツ*/
  .special {
    margin-bottom: 20px;
  }
  .special .inside {
    padding-bottom: 40px;
  }
  .special .waku {
    padding: 16px 16px 14px 16px;
  }
  .special h3 {
    font-size: 18px;
    line-height: 26px;
  }
  .special h4 {
    line-height: 24px;
  }
  .special .waku p {
    line-height: 26px;
  }
  .special .waku p:last-child {
    margin-bottom: 0;
  }
  .special .waku p.x {
    margin: 16px 0;
    font-size: 16px;
    font-weight: 700;
  }
  .special .waku p.x img {
    width: 30px;
    height: 30px;
    margin-right: 8px;
  }
  .special .waku p.x a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-decoration: underline;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .special .waku p.x a:hover {
    text-decoration: none;
  }
  .mgT10 {
    margin-top: 10px;
  }
}