@charset "UTF-8";
/* ==========================================================================
  Large
  ========================================================================== */
@media screen and (min-width: 768px), print {
  /* ==========================================================================
    PC
    ========================================================================== */
  .sp-only {
    display: none;
  }
  /* エンタメ特集 */
  .section-entertainment-mv .logo {
    position: relative;
    background: url("../img/entertainment/entertainment_mv_bg02_pc.jpg") top no-repeat;
    text-align: center;
    background-size: cover;
    margin: 0 auto;
    padding: 102px 0 0;
    z-index: -2;
  }
  .section-entertainment-mv .logo::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    background: url(../img/entertainment/entertainment_mv_bg01_pc.svg) center no-repeat;
    background-size: contain;
    width: 680px;
    height: 100%;
    z-index: -1;
  }
  .section-entertainment-mv .text {
    background-color: #F9F2DE;
    padding: 60px 0 80px;
  }
  .section-entertainment-mv .text .ttl {
    font-weight: bold;
    font-size: 34px;
    line-height: 48px;
    text-align: center;
    color: #00a99d;
    margin-bottom: 25px;
  }
  .section-entertainment-mv .text .ttl-sub {
    width: 680px;
    margin: 0 auto 40px;
    font-weight: normal;
    font-size: 16px;
  }
  .section-entertainment-mv .text ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 560px;
    margin: 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .section-entertainment-mv .text ul li {
    width: 160px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }
  .section-entertainment-mv .text ul li img {
    margin-bottom: 16px;
  }
  .section-entertainment-ttl {
    background: url("../img/entertainment/entertainment_ttl_bg_img_pc.jpg") top no-repeat;
    text-align: center;
    background-size: cover;
  }
  .section-entertainment-ttl .ttl {
    margin: 0 auto;
    padding: 40px 0;
  }
  .section-entertainment-ttl .ttl-sub {
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    margin-bottom: 48px;
  }
  .section-entertainment-p01, .section-entertainment-p02 {
    margin-bottom: 100px;
  }
  .section-entertainment-p01 .ttl-area, .section-entertainment-p02 .ttl-area {
    background: url("../img/entertainment/entertainment_mv_bg03_pc.jpg") center no-repeat;
    background-size: cover;
    position: relative;
    z-index: -2;
  }
  .section-entertainment-p01 .ttl, .section-entertainment-p02 .ttl {
    position: relative;
    font-weight: bold;
    font-size: 36px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    margin: 0 auto 50px;
    padding: 60px 0 148px;
  }
  .section-entertainment-p01 .ttl::after, .section-entertainment-p02 .ttl::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    background: url(../img/entertainment/entertainment_ttl_animal.svg) center no-repeat;
    background-size: cover;
    width: 292px;
    height: 113px;
    z-index: -1;
  }
  .section-entertainment-p01 .details, .section-entertainment-p02 .details {
    max-width: 680px;
    margin: 0 auto;
  }
  .section-entertainment-p01 .details p, .section-entertainment-p02 .details p {
    font-size: 16px;
    margin-bottom: 32px;
  }
  .section-entertainment-p01 .details p:last-of-type, .section-entertainment-p02 .details p:last-of-type {
    margin-bottom: 0;
  }
  .section-entertainment-p01 .details img, .section-entertainment-p02 .details img {
    margin-bottom: 40px;
  }
  .section-entertainment-p01 .details .ttl-work, .section-entertainment-p02 .details .ttl-work {
    font-weight: bold;
    font-size: 20px;
    line-height: 29px;
    color: #00a99d;
    border-bottom: solid 1px #10AA9E;
    padding-bottom: 6px;
    margin-bottom: 20px;
  }
  .section-entertainment-p02 .message {
    padding: 50px 40px 63px;
    background-color: #F9F2DE;
    margin-top: 73px;
  }
  .section-entertainment-p02 .message .ttl-sub {
    font-weight: bold;
    font-size: 34px;
    line-height: 48px;
    text-align: center;
    color: #00a99d;
    margin-bottom: 38px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px), print {
  /* ==========================================================================
    TB
    ========================================================================== */
  /* エンタメ特集 */
  .section-entertainment-mv .text {
    background-color: #F9F2DE;
    padding: 60px 0 80px;
  }
  .section-entertainment-mv .text .ttl {
    font-weight: bold;
    font-size: 34px;
    line-height: 48px;
    text-align: center;
    color: #00a99d;
    margin-bottom: 25px;
  }
  .section-entertainment-mv .text .ttl-sub {
    width: 680px;
    margin: 0 auto 40px;
    font-weight: normal;
    font-size: 16px;
  }
  .section-entertainment-mv .text ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 560px;
    margin: 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .section-entertainment-mv .text ul li {
    width: 160px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }
  .section-entertainment-mv .text ul li img {
    margin-bottom: 16px;
    display: block;
    argin: 0 auto 10px;
  }
}
@media screen and (max-width: 767px) {
  /* ==========================================================================
    SP
    ========================================================================== */
  .pc-only {
    display: none;
  }
  /* エンタメ特集 */
  .section-entertainment-mv .logo {
    position: relative;
    background: url("../img/entertainment/entertainment_mv_bg02_pc.jpg") top no-repeat;
    text-align: center;
    background-size: cover;
    margin: 0 auto;
    padding: 55px 0 0;
    z-index: -2;
  }
  .section-entertainment-mv .logo img {
    width: 202px;
  }
  .section-entertainment-mv .logo::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    background: url(../img/entertainment/entertainment_mv_bg01_pc.svg) center no-repeat;
    background-size: contain;
    width: 680px;
    height: 100%;
    z-index: -1;
  }
  .section-entertainment-mv .text {
    background-color: #F9F2DE;
    padding: 40px 0 55px;
  }
  .section-entertainment-mv .text .ttl {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
    color: #00a99d;
    margin-bottom: 20px;
  }
  .section-entertainment-mv .text .ttl-sub {
    max-width: 680px;
    margin: 0 auto 30px;
    font-weight: normal;
    font-size: 14px;
    padding: 0 4%;
  }
  .section-entertainment-mv .text ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 4%;
  }
  .section-entertainment-mv .text ul li {
    width: 29%;
    min-width: 90px;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
  }
  .section-entertainment-mv .text ul li img {
    margin-bottom: 16px;
    display: block;
    margin: 0 auto 10px;
  }
  .section-entertainment-ttl {
    background: url("../img/entertainment/entertainment_ttl_bg_img_sp.jpg") top no-repeat;
    text-align: center;
    background-size: cover;
  }
  .section-entertainment-ttl .ttl {
    margin: 0 auto;
    padding: 40px 0;
  }
  .section-entertainment-ttl .ttl img {
    width: 295px;
  }
  .section-entertainment-ttl .ttl-sub {
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    margin-bottom: 48px;
  }
  .section-entertainment-p01, .section-entertainment-p02 {
    margin-bottom: 40px;
  }
  .section-entertainment-p01 .ttl-area, .section-entertainment-p02 .ttl-area {
    background: url("../img/entertainment/entertainment_mv_bg03_sp.jpg") center no-repeat;
    background-size: cover;
    position: relative;
    z-index: -2;
  }
  .section-entertainment-p01 .ttl, .section-entertainment-p02 .ttl {
    position: relative;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
    color: #fff;
    margin: 0 auto 30px;
    padding: 40px 0 80px;
  }
  .section-entertainment-p01 .ttl::after, .section-entertainment-p02 .ttl::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    background: url(../img/entertainment/entertainment_ttl_animal.svg) center no-repeat;
    background-size: cover;
    width: 164px;
    height: 63px;
    z-index: -1;
  }
  .section-entertainment-p01 .details, .section-entertainment-p02 .details {
    max-width: 680px;
    margin: 0 auto;
    padding: 0 4%;
  }
  .section-entertainment-p01 .details p, .section-entertainment-p02 .details p {
    font-size: 14px;
    margin-bottom: 28px;
  }
  .section-entertainment-p01 .details p:last-of-type, .section-entertainment-p02 .details p:last-of-type {
    margin-bottom: 0;
  }
  .section-entertainment-p01 .details img, .section-entertainment-p02 .details img {
    margin-bottom: 32px;
  }
  .section-entertainment-p01 .details .ttl-work, .section-entertainment-p02 .details .ttl-work {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.2;
    color: #00a99d;
    border-bottom: solid 1px #10AA9E;
    padding-bottom: 9px;
    margin-bottom: 20px;
  }
  .section-entertainment-p02 .message {
    padding: 40px 0 55px;
    background-color: #F9F2DE;
    margin: 50px 0 0 -4%;
    width: 108%;
  }
  .section-entertainment-p02 .message .ttl-sub {
    font-weight: bold;
    font-size: 22px;
    line-height: 1.2;
    text-align: center;
    color: #00a99d;
    margin-bottom: 28px;
  }
  .section-entertainment-p02 .message p {
    padding: 0 4%;
  }
}