@charset "UTF-8";
body {
  max-width: none !important; }

a {
  text-decoration: none; }

.eys-lesson {
  font-family: "Hirakaku", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
  .eys-lesson .bg_white {
    background: #ffffff; }
  .eys-lesson img {
    max-width: 100%; }
  .eys-lesson a {
    text-decoration: none; }
  .eys-lesson .gray_ttl {
    background: #888888;
    color: #ffffff;
    text-align: center;
    font-size: 3vw;
    line-height: 2.6;
    font-family: "Hirakaku", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
  .eys-lesson__header {
    padding: 2.2rem 0 1.2rem; }
    .eys-lesson__header__en-title {
      text-align: center;
      font-family: termina, sans-serif;
      font-weight: 500;
      font-size: 4.8vw;
      letter-spacing: 6px;
      color: #222222; }
    .eys-lesson__header__ja-title {
      font-weight: bold;
      font-size: 6.4vw;
      letter-spacing: 0.1rem;
      margin: 16px auto 8px;
      text-align: center;
      opacity: 0.8;
      line-height: 1.4;
      font-family: "Hirakaku", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
  .eys-lesson__parenthesis {
    display: inline-block;
    position: relative;
    padding: 3.4vw 5.2vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .eys-lesson__parenthesis-wrap {
      text-align: center;
      margin: 0 auto 28px; }
    .eys-lesson__parenthesis p {
      text-align: center;
      font-size: 4vw; }
    .eys-lesson__parenthesis::before, .eys-lesson__parenthesis::after {
      position: absolute;
      content: '';
      width: 50px;
      height: 18px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .eys-lesson__parenthesis::before {
      top: 0;
      left: 0;
      border-top: 1px solid #555;
      border-left: 1px solid #555; }
    .eys-lesson__parenthesis::after {
      bottom: 0;
      right: 0;
      border-bottom: 1px solid #555;
      border-right: 1px solid #555; }
  .eys-lesson__backtop-btn {
    background: #ffffff;
    display: block;
    text-align: center;
    border: 1px solid #000000;
    padding: 12px 0;
    margin: 0 auto;
    min-width: 280px;
    max-width: 340px;
    width: 92%;
    position: relative; }
    .eys-lesson__backtop-btn-wrap {
      padding: 64px 0; }
    .eys-lesson__backtop-btn::before {
      content: "";
      position: absolute;
      margin: auto;
      z-index: 10;
      vertical-align: middle;
      bottom: 0;
      top: 0;
      left: 16px;
      width: 10px;
      height: 10px;
      border-top: 1px solid #000000;
      border-right: 1px solid #000000;
      -webkit-transform: rotate(-135deg);
      transform: rotate(-135deg); }

@media (min-width: 768px) {
  .eys-lesson .gray_ttl {
    font-size: 18px;
    line-height: 2.6; }
  .eys-lesson__header {
    padding: 68px 0 36px; }
    .eys-lesson__header__en-title {
      font-size: 22px; }
    .eys-lesson__header__ja-title {
      font-size: 32px;
      margin: 20px auto 12px; }
  .eys-lesson__parenthesis {
    padding: 20px 30px; }
    .eys-lesson__parenthesis p {
      font-size: 16px; } }
.lesson-report {
  max-width: 960px;
  margin: 0 auto; }
  .lesson-report__index-mv {
    margin: 0 5vw 46px; }
  .lesson-report .mv-photo img {
    vertical-align: top;
    width: 100%; }
  .lesson-report .mv-text {
    padding: 4.2vw 5vw 5vw; }
    .lesson-report .mv-text__ttl {
      font-size: 5.6vw;
      font-weight: bold;
      color: #222222;
      line-height: 1.4; }
    .lesson-report .mv-text__name {
      padding-top: 4vw;
      font-size: 5vw;
      font-weight: bold;
      color: #222222;
      background: url(/sp/images/new_content/mv_bg_name.png) no-repeat 4% -1vw/50vw auto; }
    .lesson-report .mv-text__detail {
      padding-top: 8px;
      font-size: 3vw;
      color: #444444; }
    .lesson-report .mv-text__profile {
      padding-top: 1.8vw;
      line-height: 1.9;
      font-size: 3vw;
      color: #444444; }
  .lesson-report__dream {
    padding: 16px 5vw; }
  .lesson-report__articles {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start; }
    .lesson-report__articles-wrap {
      padding: 0 5vw; }
    .lesson-report__articles li {
      flex-basis: 48%;
      background: #ffffff; }
      .lesson-report__articles li:nth-child(1n) {
        margin-top: 0; }
      .lesson-report__articles li:nth-child(2n) {
        margin-top: 24px; }
    .lesson-report__articles__text {
      padding: 1vw 2.8vw 2.8vw;
      position: relative; }
      .lesson-report__articles__text::before {
        content: "";
        position: absolute;
        margin: auto;
        z-index: 10;
        vertical-align: middle;
        bottom: 0;
        top: 0;
        right: 8px;
        width: 7px;
        height: 7px;
        border-top: 1px solid #000000;
        border-right: 1px solid #000000;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .lesson-report__articles__text .ttl {
        font-weight: bold;
        font-size: 4.2vw;
        color: #222222;
        line-height: 1.5; }
      .lesson-report__articles__text .name {
        padding-top: 4vw;
        background: url(/sp/images/new_content/mv_bg_name.png) no-repeat 1vw 1.2vw/30vw auto;
        font-weight: bold;
        font-size: 3.8vw;
        color: #222222; }
      .lesson-report__articles__text .job-age {
        margin-top: 8px;
        font-size: 2.4vw;
        color: #666666; }
  .lesson-report__more-btn-wrap {
    margin-top: 32px;
    padding: 0 5vw; }
  .lesson-report__more-btn {
    margin: 0 auto;
    display: block;
    padding: 12px 0 22px;
    background: #ffffff;
    text-align: center;
    position: relative;
    border: 1px solid #000000; }
    .lesson-report__more-btn::before {
      content: "";
      position: absolute;
      margin: auto;
      z-index: 10;
      vertical-align: middle;
      bottom: 10px;
      right: 0;
      left: 0;
      width: 7px;
      height: 7px;
      border-top: 1px solid #000000;
      border-right: 1px solid #000000;
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg); }
    .lesson-report__more-btn a {
      font-size: 4.2vw;
      color: #222222; }
  .lesson-report__article {
    margin-top: 9vw; }
    .lesson-report__article .ttl {
      display: inline-block;
      position: relative;
      text-align: center;
      font-size: 4vw;
      font-weight: bold;
      padding: 0 9vw;
      line-height: 1.5;
      max-width: 400px; }
      .lesson-report__article .ttl-wrap {
        text-align: center;
        margin: 0 auto 20px; }
      .lesson-report__article .ttl::before, .lesson-report__article .ttl::after {
        content: '';
        display: block;
        width: 36px;
        height: 1px;
        background: #000000;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto; }
      .lesson-report__article .ttl::before {
        right: 0;
        -webkit-transform: rotate(110deg);
        transform: rotate(110deg); }
      .lesson-report__article .ttl::after {
        left: 0;
        -webkit-transform: rotate(70deg);
        transform: rotate(70deg); }
    .lesson-report__article .fukidashi {
      margin-top: -32px;
      margin-left: auto;
      margin-right: auto;
      width: 80vw;
      text-align: center; }
      .lesson-report__article .fukidashi img {
        width: 100%; }
    .lesson-report__article p {
      margin: 12px 5vw 50px;
      font-size: 4vw;
      line-height: 1.9; }

@media (min-width: 768px) {
  .lesson-report__index-mv {
    margin: 0 0 54px; }
  .lesson-report .mv-text {
    padding: 32px 46px 46px; }
    .lesson-report .mv-text__ttl {
      font-size: 32px; }
    .lesson-report .mv-text__name {
      padding-top: 40px;
      font-size: 26px;
      background: url(/sp/images/new_content/mv_bg_name.png) no-repeat 8px 8px/300px auto; }
    .lesson-report .mv-text__detail {
      padding-top: 20px;
      font-size: 14px; }
    .lesson-report .mv-text__profile {
      padding-top: 48px;
      font-size: 14px; }
  .lesson-report__more-btn-wrap {
    padding: 0 200px; }
  .lesson-report__more-btn {
    padding: 20px 0 32px; }
    .lesson-report__more-btn::before {
      bottom: 12px;
      width: 8px;
      height: 8px; }
    .lesson-report__more-btn a {
      font-size: 18px; }
  .lesson-report__articles-wrap {
    padding: 0; }
  .lesson-report__articles li {
    flex-basis: 31%;
    background: #ffffff; }
    .lesson-report__articles li:nth-child(1n) {
      margin-top: 0; }
    .lesson-report__articles li:nth-child(2n) {
      margin-top: 0; }
    .lesson-report__articles li:nth-child(3n + 2) {
      margin-top: 24px; }
    .lesson-report__articles li:nth-child(3n) {
      margin-top: 48px; }
  .lesson-report__articles__text {
    padding: 12px 16px 24px;
    text-align: left; }
    .lesson-report__articles__text::before {
      right: 14px;
      width: 9px;
      height: 9px;
      border-top: 1px solid #000000;
      border-right: 1px solid #000000;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .lesson-report__articles__text .ttl {
      font-size: 16px; }
    .lesson-report__articles__text .name {
      background: url(/sp/images/new_content/mv_bg_name.png) no-repeat 4px 8px/140px auto;
      padding-top: 18px;
      font-size: 20px; }
    .lesson-report__articles__text .job-age {
      margin-top: 10px;
      font-size: 14px; }
  .lesson-report__more-btn-wrap {
    margin-top: 54px; }
  .lesson-report__dream {
    padding: 0 46px 46px;
    display: flex;
    align-items: flex-start; }
  .lesson-report__article .ttl {
    font-size: 18px;
    max-width: 900px; }
    .lesson-report__article .ttl-wrap {
      margin: 0 auto 28px; }
    .lesson-report__article .ttl::before, .lesson-report__article .ttl::after {
      width: 50px; }
  .lesson-report__article .fukidashi {
    margin-top: -54px;
    width: 620px; }
  .lesson-report__article p {
    margin: 36px auto 64px;
    font-size: 14px;
    max-width: 680px; } }
.challenge-music {
  margin: 0 auto;
  padding: 24px 5vw;
  background: #F9F9F9;
  text-align: center; }
  .challenge-music__content {
    display: flex; }
    .challenge-music__content-left {
      flex-basis: 80px; }
    .challenge-music__content-right {
      flex-basis: calc(100% - 80px);
      padding-left: 10px; }
      .challenge-music__content-right p {
        font-size: 3vw;
        color: #222222;
        text-align: left;
        line-height: 1.8; }
        .challenge-music__content-right p.bold {
          font-weight: bold; }
  .challenge-music .ttl {
    font-weight: bold;
    font-size: 3.8vw;
    margin-bottom: 20px; }

.report-movie {
  padding: 0 5vw;
  text-align: center;
  max-width: 960px;
  margin: 0 auto; }
  .report-movie__movie {
    padding: 4vw;
    background: #ffffff;
    text-align: center; }

.report-series {
  max-width: 960px;
  margin: 0 auto;
  text-align: center; }

@media (min-width: 768px) {
  .challenge-music {
    margin-left: 4%;
    max-width: 680px;
    padding: 32px; }
    .challenge-music__content-left {
      flex-basis: 120px; }
    .challenge-music__content-right {
      flex-basis: calc(100% - 120px);
      padding-left: 20px; }
      .challenge-music__content-right p {
        font-size: 13px; }
    .challenge-music .ttl {
      font-size: 28px;
      margin-bottom: 28px; } }
.report-popular__slides {
  width: 120%; }
  .report-popular__slides-wrap {
    width: 100%;
    overflow: hidden; }
  .report-popular__slides li {
    margin-left: 5vw;
    background: #ffffff; }
.report-popular__slide-text {
  padding: 2vw; }
  .report-popular__slide-text .min {
    font-size: 2.4vw;
    color: #666666; }
  .report-popular__slide-text .ttl {
    font-weight: bold;
    color: #222222;
    font-size: 3.8vw;
    margin: 1.6vw 0; }
  .report-popular__slide-text .txt {
    line-height: 1.6;
    font-size: 3vw;
    color: #222222; }

@media (min-width: 768px) {
  .report-popular__slides {
    width: 100%; }
    .report-popular__slides li {
      margin-left: 16px; }
  .report-popular__slide-text {
    padding: 16px 10px 18px; }
    .report-popular__slide-text .min {
      font-size: 14px; }
    .report-popular__slide-text .ttl {
      font-size: 14px;
      margin: 8px 0 12px; }
    .report-popular__slide-text .txt {
      font-size: 14px; } }
.report-influencer {
  padding-bottom: 54px; }
  .report-influencer__slides {
    width: 120%; }
    .report-influencer__slides-wrap {
      width: 100%;
      overflow: hidden; }
    .report-influencer__slides li {
      margin-left: 5vw !important;
      background: #ffffff; }
  .report-influencer__slide-text {
    padding: 2vw;
    text-align: center; }
    .report-influencer__slide-text .name {
      margin-bottom: 8px;
      color: #222222;
      font-size: 3.8vw;
      font-weight: bold; }
    .report-influencer__slide-text .detail {
      font-size: 2.4vw;
      color: #666666; }

.report-stylist {
  padding-bottom: 54px;
  background: #E0E0E0; }
  .report-stylist__slides {
    width: 120%; }
    .report-stylist__slides-wrap {
      width: 100%;
      overflow: hidden; }
    .report-stylist__slides li {
      margin-left: 5vw !important;
      background: #ffffff; }
  .report-stylist__slide-text {
    padding: 2vw;
    text-align: center; }
    .report-stylist__slide-text .name {
      margin-bottom: 8px;
      color: #222222;
      font-size: 3.8vw;
      font-weight: bold; }
    .report-stylist__slide-text .detail {
      font-size: 2.4vw;
      color: #666666; }

@media (min-width: 768px) {
  .report-influencer {
    padding-bottom: 68px; }
    .report-influencer__slides {
      width: 100%; }
      .report-influencer__slides li {
        margin-left: 16px !important; }
    .report-influencer__slide-text {
      padding: 18px 8px 20px; }
      .report-influencer__slide-text .name {
        margin-bottom: 10px;
        font-size: 16px; }
      .report-influencer__slide-text .detail {
        font-size: 14px; }

  .report-stylist {
    padding-bottom: 68px; }
    .report-stylist__slides {
      width: 100%; }
      .report-stylist__slides li {
        margin-left: 16px !important; }
    .report-stylist__slide-text {
      padding: 18px 8px 20px; }
      .report-stylist__slide-text .name {
        margin-bottom: 10px;
        font-size: 16px; }
      .report-stylist__slide-text .detail {
        font-size: 14px; } }
.report-why {
  background: #E0E0E0;
  padding: 0 5vw; }
  .report-why__interview {
    max-width: 960px;
    margin: 0 auto;
    padding: 4vw;
    background: #ffffff; }
    .report-why__interview__profile {
      border-bottom: 1px solid #dddddd;
      margin: 0 auto 20px;
      padding: 0 5vw; }
      .report-why__interview__profile .profile-top::after {
        content: '';
        display: block;
        clear: both; }
      .report-why__interview__profile .profile-top .photo {
        float: left;
        width: 80px; }
      .report-why__interview__profile .profile-top .text {
        padding: 12px 0  0 12px;
        float: left; }
        .report-why__interview__profile .profile-top .text p {
          font-size: 3.8vw; }
          .report-why__interview__profile .profile-top .text p:first-child {
            font-size: 4.2vw;
            font-weight: bold;
            margin-bottom: 4px; }
      .report-why__interview__profile .profile-bottom {
        padding: 12px 0 16px; }
        .report-why__interview__profile .profile-bottom p {
          font-size: 3vw;
          color: #666666; }
    .report-why__interview__reason li {
      margin-bottom: 20px; }
    .report-why__interview__reason .ttl {
      font-size: 4.2vw;
      color: #222222;
      font-weight: bold;
      padding-top: 14px;
      padding-bottom: 8px;
      padding-left: 40px;
      line-height: 1.4; }
    .report-why__interview__reason p {
      font-size: 3vw;
      color: #222222;
      padding-left: 40px;
      line-height: 2; }
    .report-why__interview__reason .reason_1 {
      background: url(/sp/images/new_content/reason_1.png) no-repeat 6px 8px/auto 32px; }
    .report-why__interview__reason .reason_2 {
      background: url(/sp/images/new_content/reason_2.png) no-repeat 8px 8px/auto 32px; }
    .report-why__interview__reason .reason_3 {
      background: url(/sp/images/new_content/reason_3.png) no-repeat 8px 6px/auto 32px; }

@media (min-width: 768px) {
  .report-why__interview {
    padding: 36px; }
    .report-why__interview__profile {
      margin: 0 auto 24px; }
      .report-why__interview__profile .profile-top {
        width: 360px;
        margin: 0 auto; }
        .report-why__interview__profile .profile-top .photo {
          width: 100px; }
        .report-why__interview__profile .profile-top .text {
          padding: 18px 0 0 20px; }
          .report-why__interview__profile .profile-top .text p {
            font-size: 14px; }
            .report-why__interview__profile .profile-top .text p:first-child {
              font-size: 16px; }
      .report-why__interview__profile .profile-bottom {
        width: 360px;
        margin: 0 auto;
        padding: 16px 0 24px; }
        .report-why__interview__profile .profile-bottom p {
          font-size: 14px; }
    .report-why__interview__reason {
      display: flex;
      justify-content: space-between; }
      .report-why__interview__reason li {
        flex-basis: 31%; }
      .report-why__interview__reason .ttl {
        font-size: 15px; }
      .report-why__interview__reason p {
        font-size: 14px; } }
.instructor-comment {
  padding: 16px;
  margin: 0 auto 54px;
  max-width: 420px; }
  .instructor-comment.non-pd {
    padding-top: 0;
    padding-bottom: 0; }

.readers-comment {
  margin: 0 5vw;
  padding-bottom: 54px; }
  .readers-comment li {
    padding: 24px 5vw;
    border-top: 1px solid #DDDDDD; }

.report-comment::after {
  content: '';
  display: block;
  clear: both; }
.report-comment__left {
  float: left;
  width: 18%; }
.report-comment__right {
  float: right;
  width: 78%; }
  .report-comment__right p {
    font-size: 3vw;
    line-height: 1.8; }
  .report-comment__right .post-date {
    font-size: 3vw;
    color: #999999;
    text-align: right;
    line-height: 2; }

@media (min-width: 768px) {
  .readers-comment {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0 32px 68px; }
    .readers-comment li {
      padding: 0;
      border-top: none;
      flex-basis: 31%; }

  .report-comment__right p {
    font-size: 14px; } }

/*# sourceMappingURL=new_content.css.map */
