.kokoro {
  max-width: 1240px;
  min-width: 1000px;
  margin: 0 auto;
  padding-top: 60px;
  color: #000000; }
  @media screen and (max-width: 640px) {
    .kokoro {
      min-width: 100%;
      padding-top: 20px; }
      .kokoro img {
        pointer-events: none; } }
  .kokoro h1 {
    text-align: center;
    position: relative; }
    @media screen and (max-width: 640px) {
      .kokoro h1 {
        padding: 0 3%; } }
    .kokoro h1 .btn-movie {
      position: absolute;
      right: 56px;
      bottom: 117px;
      animation-name: fuwa;
      animation-timing-function: ease-in-out;
      animation-iteration-count: infinite;
      animation-direction: alternate;
      animation-duration: 1.5s; }
      @media screen and (max-width: 640px) {
        .kokoro h1 .btn-movie {
          animation-name: none;
          right: 0;
          left: 9%;
          bottom: 38%;
          width: 81%; }
          .kokoro h1 .btn-movie a {
            display: block;
            width: 100%;
            height: 100%; } }
@keyframes fuwa {
  0% {
    transform: translate(0, 0px); }
  100% {
    transform: translate(0, -15px); } }
  .kokoro .honne {
    margin: 180px auto 0;
    padding: 0 0 80px;
    position: relative;
    background-color: #f8f8f8;
    max-width: 1200px; }
    @media screen and (max-width: 640px) {
      .kokoro .honne {
        margin-top: 60px;
        padding: 0; } }
    .kokoro .honne h2 {
      text-align: center;
      position: absolute;
      top: -90px;
      left: 0;
      width: 100%; }
      @media screen and (max-width: 640px) {
        .kokoro .honne h2 {
          position: static; } }
    .kokoro .honne .inner {
      background: url(../images/bg_honne.png) no-repeat right top 52px;
      width: 1000px;
      margin: 0 auto; }
      @media screen and (max-width: 640px) {
        .kokoro .honne .inner {
          width: 100%;
          background: none; } }
      .kokoro .honne .inner .img01 {
        padding-top: 103px; }
        @media screen and (max-width: 640px) {
          .kokoro .honne .inner .img01 {
            padding: 0; } }
      .kokoro .honne .inner .img02 {
        padding-top: 58px; }
        @media screen and (max-width: 640px) {
          .kokoro .honne .inner .img02 {
            padding: 0; } }
      .kokoro .honne .inner .txt {
        padding: 20px 0 0 80px;
        font-size: 18px; }
        @media screen and (max-width: 640px) {
          .kokoro .honne .inner .txt {
            padding: 20px 5% 5px;
            font-size: 14px; } }
      .kokoro .honne .inner .note {
        display: flex;
        justify-content: flex-end; }
        @media screen and (max-width: 640px) {
          .kokoro .honne .inner .note {
            display: none; } }
        .kokoro .honne .inner .note p {
          font-size: 11px;
          width: 330px; }
  .kokoro .movie {
    padding: 140px 0 0;
    margin: 0 auto;
    position: relative;
    max-width: 1200px; }
    @media screen and (max-width: 640px) {
      .kokoro .movie {
        padding: 60px 0 0; } }
    .kokoro .movie h2 {
      text-align: center; }
    .kokoro .movie .inner {
      max-width: 1100px;
      padding: 0 20px;
      margin: 0 auto;
      min-width: auto;
      width: auto; }
      @media screen and (max-width: 640px) {
        .kokoro .movie .inner {
          width: 100% !important;
          padding: 0; } }
      .kokoro .movie .inner ul {
        display: flex;
        justify-content: center;
        margin-top: 70px; }
        @media screen and (max-width: 640px) {
          .kokoro .movie .inner ul {
            display: block;
            margin-top: 40px;
            padding: 0 5%; } }
        .kokoro .movie .inner ul li {
          max-width: 1000px; }
          @media screen and (max-width: 640px) {
            .kokoro .movie .inner ul li {
              width: 100%;
              max-width: 100%;
              margin-bottom: 40px; }
              .kokoro .movie .inner ul li:last-child {
                margin-bottom: 0; } }
          .kokoro .movie .inner ul li h3 {
            font-size: 30px;
            line-height: 1.5;
            height: 5em;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center; }
            @media screen and (max-width: 640px) {
              .kokoro .movie .inner ul li h3 {
                font-size: 20px;
                height: auto;
                display: block; } }
          .kokoro .movie .inner ul li .video {
            margin: 15px 0 25px;
            position: relative;
            padding-top: 56.25%; }
            @media screen and (max-width: 640px) {
              .kokoro .movie .inner ul li .video {
                margin: 15px 0; } }
            .kokoro .movie .inner ul li .video iframe {
              position: absolute;
              top: 0;
              right: 0;
              width: 100% !important;
              height: 100% !important; }
          .kokoro .movie .inner ul li p {
            font-size: 18px;
            line-height: 1.6; }
            @media screen and (max-width: 640px) {
              .kokoro .movie .inner ul li p {
                font-size: 15px; } }
  .kokoro .makaseru {
    margin: 180px auto 0;
    position: relative;
    background-color: #f8f8f8;
    padding: 0 0 80px;
    width: 1000px; }
    @media screen and (max-width: 640px) {
      .kokoro .makaseru {
        margin: 60px auto 0;
        background-color: transparent;
        padding: 0;
        width: 100%; } }
    .kokoro .makaseru h2 {
      text-align: center;
      position: absolute;
      top: -90px;
      left: 0;
      width: 100%; }
      @media screen and (max-width: 640px) {
        .kokoro .makaseru h2 {
          position: static; } }
    .kokoro .makaseru .img01 {
      position: absolute;
      top: 296px;
      left: -100px; }
      @media screen and (max-width: 640px) {
        .kokoro .makaseru .img01 {
          position: static; } }
    .kokoro .makaseru .img02 {
      position: absolute;
      top: 103px;
      right: -60px; }
      @media screen and (max-width: 640px) {
        .kokoro .makaseru .img02 {
          position: static; } }
    .kokoro .makaseru .img03 {
      position: absolute;
      top: 723px;
      left: -78px; }
      @media screen and (max-width: 640px) {
        .kokoro .makaseru .img03 {
          position: static; } }
    .kokoro .makaseru .img04 {
      position: absolute;
      top: 615px;
      right: -90px; }
      @media screen and (max-width: 640px) {
        .kokoro .makaseru .img04 {
          display: none; } }
    .kokoro .makaseru .img05 {
      position: absolute;
      top: 1470px;
      left: -100px; }
      @media screen and (max-width: 640px) {
        .kokoro .makaseru .img05 {
          display: none; } }
    .kokoro .makaseru .img06 {
      position: absolute;
      top: 1235px;
      right: -40px; }
      @media screen and (max-width: 640px) {
        .kokoro .makaseru .img06 {
          display: none; } }
    @media screen and (max-width: 640px) {
      .kokoro .makaseru .scene-box {
        display: none; } }
    .kokoro .makaseru .scene-box .ttl {
      padding: 20px 0 15px;
      font-size: 32px;
      line-height: 1.7;
      font-weight: bold;
      letter-spacing: 2px; }
      .kokoro .makaseru .scene-box .ttl span {
        color: #f091a0; }
    .kokoro .makaseru .scene-box .txt {
      font-size: 18px;
      margin-top: 20px;
      padding: 15px 30px 30px; }
      .kokoro .makaseru .scene-box .txt .blue {
        color: #3f5cae; }
      .kokoro .makaseru .scene-box .txt .big {
        font-size: 20px;
        font-weight: bold;
        vertical-align: initial;
        line-height: 1; }
      .kokoro .makaseru .scene-box .txt .big2 {
        font-size: 20px;
        font-weight: bold;
        vertical-align: text-top;
        line-height: 1; }
      .kokoro .makaseru .scene-box .txt .bottom {
        vertical-align: text-bottom; }
      .kokoro .makaseru .scene-box .txt .note {
        font-size: 14px;
        display: block;
        margin-top: 10px;
        line-height: 1.6; }
    .kokoro .makaseru .scene-box.scene01 {
      padding: 125px 0 0 150px; }
      .kokoro .makaseru .scene-box.scene01 .txt {
        max-width: 524px;
        background: url(../images/bg_txt01.png) left top no-repeat; }
    .kokoro .makaseru .scene-box.scene02 {
      padding: 100px 0 0 230px; }
      .kokoro .makaseru .scene-box.scene02 .txt {
        max-width: 595px;
        background: url(../images/bg_txt02.png) left top no-repeat;
        min-height: 216px; }
    .kokoro .makaseru .scene-box.scene03 {
      padding: 100px 0 0 150px; }
      .kokoro .makaseru .scene-box.scene03 .txt {
        max-width: 492px;
        background: url(../images/bg_txt03.png) left top no-repeat; }
  .kokoro .benri {
    margin: 120px auto 0;
    position: relative;
    max-width: 1200px; }
    @media screen and (max-width: 640px) {
      .kokoro .benri {
        margin: 60px auto 0; } }
    .kokoro .benri h2 {
      text-align: center; }
    .kokoro .benri .box {
      padding: 0 20px;
      margin-top: 110px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      @media screen and (max-width: 640px) {
        .kokoro .benri .box {
          margin-top: 50px;
          display: block; }
          .kokoro .benri .box.first {
            margin-top: 30px; } }
      .kokoro .benri .box .txt-box {
        width: 50%; }
        @media screen and (max-width: 640px) {
          .kokoro .benri .box .txt-box {
            width: 100%; } }
        .kokoro .benri .box .txt-box .icn {
          width: 71px; }
          @media screen and (max-width: 640px) {
            .kokoro .benri .box .txt-box .icn {
              width: 15%; } }
        .kokoro .benri .box .txt-box .ttl {
          margin-top: 15px;
          font-size: 32px;
          font-weight: bold;
          line-height: 1.5; }
          @media screen and (max-width: 640px) {
            .kokoro .benri .box .txt-box .ttl {
              font-size: 20px; } }
        .kokoro .benri .box .txt-box .txt {
          margin-top: 20px;
          font-size: 18px; }
          @media screen and (max-width: 640px) {
            .kokoro .benri .box .txt-box .txt {
              font-size: 14px; } }
          .kokoro .benri .box .txt-box .txt span {
            font-size: 14px;
            display: block;
            margin-top: 20px;
            line-height: 1.5; }
            @media screen and (max-width: 640px) {
              .kokoro .benri .box .txt-box .txt span {
                font-size: 12px; } }
      .kokoro .benri .box .img {
        width: 47%;
        text-align: center; }
        @media screen and (max-width: 640px) {
          .kokoro .benri .box .img {
            width: 100%;
            margin-top: 20px; } }
      .kokoro .benri .box.rev .txt-box {
        order: 2; }
      .kokoro .benri .box.rev .img {
        order: 1; }
  .kokoro .voice {
    margin: 180px auto 0;
    position: relative;
    max-width: 1240px;
    position: relative;
    box-sizing: border-box;
    padding: 0 20px;
    /*
    border:1px solid #000000;
    padding:4px;
    */ }
    @media screen and (max-width: 640px) {
      .kokoro .voice {
        margin: 60px auto 0;
        font-size: 0;
        padding: 0; } }
    .kokoro .voice ul.white {
      position: absolute; }
      .kokoro .voice ul.white li {
        position: absolute;
        pointer-events: none; }
        .kokoro .voice ul.white li:nth-child(1) {
          top: -1px;
          left: -1px; }
        .kokoro .voice ul.white li:nth-child(2) {
          top: -1px;
          right: -1px; }
        .kokoro .voice ul.white li:nth-child(3) {
          bottom: -9px;
          left: -1px; }
        .kokoro .voice ul.white li:nth-child(4) {
          bottom: -9px;
          right: -1px; }
    .kokoro .voice .inbox {
      /*
      border:1px solid #000000;
      padding:120px 0;
      */ }
    .kokoro .voice h2 {
      text-align: center;
      position: absolute;
      top: -90px;
      left: 0;
      width: 100%; }
      @media screen and (max-width: 640px) {
        .kokoro .voice h2 {
          position: static; } }
    .kokoro .voice .box {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      width: 960px;
      padding: 0 20px;
      margin: 0 auto; }
      .kokoro .voice .box li {
        width: 50%;
        display: flex;
        justify-content: space-between;
        padding: 40px;
        box-sizing: border-box; }
        .kokoro .voice .box li .img {
          width: 116px;
          text-align: center; }
        .kokoro .voice .box li .txt-box {
          width: 302px; }
          .kokoro .voice .box li .txt-box .txt {
            margin-top: 20px;
            font-size: 18px; }
            .kokoro .voice .box li .txt-box .txt .small {
              font-size: 14px;
              display: block;
              margin-top: 5px; }
            .kokoro .voice .box li .txt-box .txt .pink {
              background-color: #fae1e4; }
        .kokoro .voice .box li:first-child {
          background: url(../images/bg_line01.gif) right top no-repeat, url(../images/bg_line02.gif) bottom left no-repeat; }
        .kokoro .voice .box li:nth-child(2) {
          background: url(../images/bg_line02.gif) right bottom no-repeat; }
        .kokoro .voice .box li:last-child {
          background: url(../images/bg_line01.gif) left bottom no-repeat; }

.yutori {
  margin: 140px 0 100px;
  text-align: center; }
  @media screen and (max-width: 640px) {
    .yutori {
      margin: 60px 0 20px; } }

.tv-new-icon {
  background-color: #d80930;
  color: white;
  font-weight: bold;
  font-size: inherit;
  line-height: 2.75rem !important;
  padding: 0 5px;
  margin: 0 3px;
  font-size: 16px !important; }
  @media screen and (max-width: 640px) {
    .tv-new-icon {
      font-size: 14px !important; } }

@media screen and (max-width: 640px) {
  .sp-border-b {
    border-bottom: 1px solid #cccccc !important; } }

@media screen and (max-width: 1100px) {
  .br1100 {
    display: none; } }
@media screen and (max-width: 640px) {
  .br1100 {
    display: block; } }

div#content > section.drec > h2.climax-keyvisual {
  max-width: 1200px;
  min-width: 970px;
  margin: auto;
  box-sizing: border-box; }
  div#content > section.drec > h2.climax-keyvisual > .climax-lplink {
    display: block; }
div#content > section.drec > div.drec-l-main {
  background-color: #ffffff;
  padding: 0; }
  div#content > section.drec > div.drec-l-main > div.drec-l-inner {
    background-color: #f0f0f0;
    padding: 30px;
    max-width: 1140px; }
    div#content > section.drec > div.drec-l-main > div.drec-l-inner > a.climax-campaign-banner {
      display: block;
      margin: 30px auto;
      max-width: 80%; }
    div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview > div.products-function {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      background-color: #ffffff;
      margin-bottom: 30px; }
      @media screen and (max-width: 640px) {
        div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview > div.products-function {
          display: block; } }
      div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview > div.products-function > h3.products-function-header {
        background-color: #898989;
        color: #ffffff;
        padding: 0 20px;
        font-size: 2rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 80px;
        white-space: pre-line; }
        div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview > div.products-function > h3.products-function-header > div {
          flex-grow: 2;
          line-height: 2.5rem; }
        div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview > div.products-function > h3.products-function-header > img {
          width: 22.5%;
          margin: 0 2px; }
      div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview > div.products-function > div.product-detail {
        padding: 30px 20px 20px;
        border-bottom: 1px solid #cccccc;
        width: 45%; }
        @media screen and (max-width: 640px) {
          div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview > div.products-function > div.product-detail {
            width: 95%;
            padding: 0 10px 15px !important;
            margin-bottom: 25px !important; } }
        div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview > div.products-function > div.product-detail > div.product-content {
          display: flex;
          justify-content: space-between; }
          div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview > div.products-function > div.product-detail > div.product-content > div.product-summary {
            flex-basis: 55%;
            display: flex;
            flex-direction: column;
            justify-content: space-between; }
            div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview > div.products-function > div.product-detail > div.product-content > div.product-summary > div.product-function-icons {
              height: 50px;
              margin: 20px 0; }
              div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview > div.products-function > div.product-detail > div.product-content > div.product-summary > div.product-function-icons img {
                vertical-align: middle;
                height: 100%;
                padding-right: 8px; }
              div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview > div.products-function > div.product-detail > div.product-content > div.product-summary > div.product-function-icons.empty-header {
                height: 105px; }
            div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview > div.products-function > div.product-detail > div.product-content > div.product-summary > div.product-description > p {
              white-space: pre-line;
              font-size: 1.6rem;
              line-height: 2.25rem; }
        div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview > div.products-function > div.product-detail > div.recorder-content > div.recorder-description > p {
          white-space: pre-line;
          font-size: 1.6rem;
          line-height: 2.75rem; }
        div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview > div.products-function > div.product-detail > div.product-content > div.product-summary > div.product-description > p > span {
          font-size: 4rem;
          vertical-align: baseline;
          line-height: 5rem; }
        div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview > div.products-function > div.product-detail > div.product-content > div.product-image {
          flex-basis: 45%;
          display: flex;
          align-items: flex-end; }
          div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview > div.products-function > div.product-detail > div.product-content > div.product-image img {
            width: 100%; }
        div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview > div.products-function > div.product-detail > div.recorder-function-icons {
          height: 40px;
          margin: 20px 0; }
          div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview > div.products-function > div.product-detail > div.recorder-function-icons > img {
            height: 100%;
            padding: 0px 2px; }
        div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview > div.products-function > div.product-detail > div.recorder-content {
          display: flex;
          justify-content: space-between; }
          div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview > div.products-function > div.product-detail > div.recorder-content > div.recorder-description {
            flex-basis: 55%;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            font-size: 1.4rem;
            position: relative; }
            div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview > div.products-function > div.product-detail > div.recorder-content > div.recorder-description > p > span {
              font-size: 2.75rem;
              line-height: 4rem; }
            div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview > div.products-function > div.product-detail > div.recorder-content > div.recorder-description > div {
              margin-top: 5px;
              width: 100%; }
              div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview > div.products-function > div.product-detail > div.recorder-content > div.recorder-description > div.model-number {
                flex-basis: 45%;
                border: solid 1px #535353;
                text-align: center;
                white-space: pre-line;
                padding: 10px 0; }
              div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview > div.products-function > div.product-detail > div.recorder-content > div.recorder-description > div.new-icon {
                background-color: #d7000f;
                color: #ffffff;
                border-radius: 50%;
                position: absolute;
                left: 80%;
                top: 15%;
                padding-top: 20%;
                width: 20%;
                text-align: center;
                font-size: 1.6rem; }
                div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview > div.products-function > div.product-detail > div.recorder-content > div.recorder-description > div.new-icon div {
                  position: absolute;
                  top: 22.5%;
                  width: 100%; }
          div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview > div.products-function > div.product-detail > div.recorder-content > div.recorder-imagelink {
            flex-basis: 45%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: flex-end; }
            div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview > div.products-function > div.product-detail > div.recorder-content > div.recorder-imagelink > div.recorder-image {
              padding: 10%;
              width: 100%;
              box-sizing: border-box; }
        div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview > div.products-function > div.product-detail > div.product-footer {
          padding: 10px 0;
          display: flex;
          justify-content: flex-end;
          align-items: flex-start;
          flex-wrap: wrap;
          min-height: 90px; }
      div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview > div.products-function:nth-of-type(2) > div.product-detail:nth-of-type(2) > div.product-footer > div.product-link {
        margin-top: 16px; }
      div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview > div.products-function > div.product-detail > div.product-footer > div.product-awards {
        flex-basis: 65%; }
        @media screen and (max-width: 640px) {
          div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview > div.products-function > div.product-detail > div.product-footer > div.product-awards {
            flex-basis: 60%; } }
        div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview > div.products-function > div.product-detail > div.product-footer > div.product-awards > img {
          width: 14%;
          padding: 5px 2px; }
          div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview > div.products-function > div.product-detail > div.product-footer > div.product-awards > img.border {
            border: solid 1px #cccccc; }
      div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview > div.products-function > div.product-detail > div.product-footer > div.product-link {
        text-align: right;
        flex-basis: 35%;
        margin-top: 20px; }
        @media screen and (max-width: 640px) {
          div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview > div.products-function > div.product-detail > div.product-footer > div.product-link {
            flex-basis: 40%; } }
      div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview > div.products-function > div.product-detail div.product-link > a {
        color: #ffffff;
        background-color: #898989;
        padding: 5px 30px;
        font-size: 1.5rem; }
        div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview > div.products-function > div.product-detail div.product-link > a > img {
          margin: 5px 5px 5px 0; }
      div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview > div.products-function > div.product-detail > ul.product-note, div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview > div.products-function > div.product-detail > div.product-footer > ul.product-note {
        font-size: 1rem;
        margin: 10px 0;
        width: 100%; }
      div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview > div.products-function > div.product-detail > ul.product-note {
        padding: 20px 0 10px; }
      div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview > div.products-function > div.product-detail > div.product-footer.recorder-footer {
        min-height: initial; }
      div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview > div.products-function > div.product-detail > div.product-footer > div.model-numbers {
        font-size: 2.7rem;
        line-height: 4rem; }
    div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.annot-txt {
      width: 94%;
      padding: 20px 3%;
      font-size: 1.3rem; }
    div#content > section.drec > div.drec-l-main > div.drec-l-inner .line_up {
      text-align: center; }
      div#content > section.drec > div.drec-l-main > div.drec-l-inner .line_up .line_up01 {
        display: block;
        max-width: 1200px;
        width: 100%; }
        @media screen and (max-width: 640px) {
          div#content > section.drec > div.drec-l-main > div.drec-l-inner .line_up .line_up01 {
            display: none; } }
      div#content > section.drec > div.drec-l-main > div.drec-l-inner .line_up .line_up01_sp {
        display: none; }
        @media screen and (max-width: 640px) {
          div#content > section.drec > div.drec-l-main > div.drec-l-inner .line_up .line_up01_sp {
            display: block; } }
      div#content > section.drec > div.drec-l-main > div.drec-l-inner .line_up .line_up02 {
        display: block;
        max-width: 1200px;
        width: 100%; }
        @media screen and (max-width: 640px) {
          div#content > section.drec > div.drec-l-main > div.drec-l-inner .line_up .line_up02 {
            display: none; } }
        div#content > section.drec > div.drec-l-main > div.drec-l-inner .line_up .line_up02 img {
          padding-top: 50px; }
      div#content > section.drec > div.drec-l-main > div.drec-l-inner .line_up .line_up02_sp {
        display: none; }
        div#content > section.drec > div.drec-l-main > div.drec-l-inner .line_up .line_up02_sp img {
          padding-top: 20px; }
        @media screen and (max-width: 640px) {
          div#content > section.drec > div.drec-l-main > div.drec-l-inner .line_up .line_up02_sp {
            display: block; } }

@media screen and (max-width: 1200px) {
  div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview > div.products-function > div.product-detail > div.product-content > div.product-summary > div.product-function-icons {
    height: 3.5vw; }
  div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview > div.products-function > div.product-detail > div.product-content > div.product-summary > div.product-description > p > span {
    font-size: 3.5rem;
    line-height: 4.5rem; }
  div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview > div.products-function > h3.products-function-header > div.recorder-mirucolle {
    font-size: 1.7rem; }
  div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview > div.products-function > div.product-detail > div.recorder-function-icons {
    height: 3.5vw; }
  div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview > div.products-function > div.product-detail > div.product-content > div.product-summary > div.product-description > p {
    font-size: 1.4rem; }
  div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview > div.products-function > div.product-detail > div.recorder-content > div.recorder-description > p {
    font-size: 1.4rem; }
    div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview > div.products-function > div.product-detail > div.recorder-content > div.recorder-description > p > span {
      font-size: 2.25rem;
      line-height: 3.5rem; }
  div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview > div.products-function > div.product-detail > div.recorder-content > div.recorder-description > div.new-icon {
    font-size: 1.45rem; } }
@media screen and (max-width: 980px) {
  div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview > div.products-function > div.product-detail > div.product-content > div.product-summary > div.product-function-icons, div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview > div.products-function > div.product-detail > div.recorder-function-icons {
    height: 32px; }
  div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview > div.products-function > div.product-detail > div.recorder-content > div.recorder-description > div.new-icon {
    font-size: 1.3rem; } }
@media screen and (max-width: 640px) {
  div#content > section.drec > h2.climax-keyvisual {
    max-width: initial;
    min-width: initial; }
  div#content > section.drec > div.drec-l-main > div.drec-l-inner {
    padding: 10px; }
    div#content > section.drec > div.drec-l-main > div.drec-l-inner > a.climax-campaign-banner {
      margin: 20px auto;
      max-width: 90%; }
    div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview {
      display: block; }
      div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview > div.products-function {
        margin: 10px 0; }
        div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview > div.products-function > h3.products-function-header {
          padding: 0 10px;
          font-size: 1.5rem;
          height: 50px; }
          div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview > div.products-function > h3.products-function-header > div {
            margin: 10px 0;
            line-height: 2rem; }
            div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview > div.products-function > h3.products-function-header > div.recorder-mirucolle {
              font-size: 1.3rem; }
        div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview > div.products-function > div.product-detail {
          padding: 0 10px 10px; }
          div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview > div.products-function > div.product-detail > div.product-content > div.product-summary {
            flex-basis: 52%; }
            div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview > div.products-function > div.product-detail > div.product-content > div.product-summary > div.product-function-icons {
              height: 29px;
              margin: 15px 0px; }
            div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview > div.products-function > div.product-detail > div.product-content > div.product-summary > div.product-description > p {
              font-size: 1.1rem;
              line-height: 1.75rem; }
              div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview > div.products-function > div.product-detail > div.product-content > div.product-summary > div.product-description > p > span {
                font-size: 2.4rem;
                line-height: 3.5rem; }
          div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview > div.products-function > div.product-detail > div.product-content > div.product-image {
            flex-basis: 48%; }
        div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview > div.products-function:nth-of-type(2) > div.product-detail:nth-of-type(3) > div.product-content {
          height: initial; }
        div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview > div.products-function > div.product-detail > div.recorder-function-icons {
          height: 25px;
          margin: 10px 0; }
        div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview > div.products-function > div.product-detail > div.recorder-content > div.recorder-description {
          font-size: 1.1rem; }
          div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview > div.products-function > div.product-detail > div.recorder-content > div.recorder-description > p {
            font-size: 1.1rem; }
            div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview > div.products-function > div.product-detail > div.recorder-content > div.recorder-description > p > span {
              font-size: 2rem;
              line-height: 3rem; }
          div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview > div.products-function > div.product-detail > div.recorder-content > div.recorder-description > div.model-number {
            padding: 5px 0; }
          div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview > div.products-function > div.product-detail > div.recorder-content > div.recorder-description > div.new-icon div {
            top: 18%; }
        div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview > div.products-function > div.product-detail > div.product-footer > div.product-awards > img {
          padding: 2px; }
        div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview > div.products-function > div.product-detail:nth-of-type(n) > div.product-footer {
          min-height: 0px; }
        div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview > div.products-function > div.product-detail div.product-link > a {
          font-size: 1.3rem;
          padding: 5px 20px; }
          div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview > div.products-function > div.product-detail div.product-link > a > img {
            transform: scale(0.6);
            margin: 3px 3px 3px 0; }
        div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview > div.products-function > div.product-detail > div.product-footer > div.model-numbers {
          font-size: 2rem;
          line-height: 3rem; }
    div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.annot-txt {
      width: initial;
      padding: 10px 20px;
      font-size: 1rem; } }
@media screen and (max-width: 320px) {
  div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview > div.products-function > h3.products-function-header > div {
    font-size: 1.2rem; }
    div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview > div.products-function > h3.products-function-header > div.recorder-mirucolle {
      font-size: 1.2rem; }
  div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview > div.products-function > div.product-detail > div.product-content > div.product-summary > div.product-function-icons {
    height: 22px;
    margin: 10px 0px; }
  div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview > div.products-function > div.product-detail > div.recorder-function-icons {
    height: 22px; }
  div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview > div.products-function > div.product-detail > div.product-footer > div.model-numbers {
    font-size: 1.8rem; } }
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview > div.products-function > div.product-detail > div.product-content > div.product-summary {
    display: block; }
  div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview > div.products-function > div.product-detail > div.product-content > div.product-image {
    margin-top: 10px; }
  div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview > div.products-function > div.product-detail > div.product-content > div.product-summary > div.product-function-icons {
    height: 32px; }
  div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview > div.products-function > div.product-detail > div.recorder-function-icons {
    height: 32px; }
    div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview > div.products-function > div.product-detail > div.recorder-function-icons > img {
      max-height: 100%;
      height: auto;
      width: auto; } }
.annotation {
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 3%;
  font-size: 1.3rem;
  margin: 0 auto; }
  @media screen and (max-width: 640px) {
    .annotation {
      font-size: 10px;
      padding: 20px 5%; } }

.feature {
  clear: both;
  min-width: 960px;
  box-sizing: border-box;
  margin: 100px auto 0;
  max-width: 1200px;
  border-top: 1px solid #cccccc; }
  @media screen and (max-width: 640px) {
    .feature {
      margin: 60px auto 0; } }

.feature .feature_ttl {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 10px; }

.feature .featureBtn:after {
  content: "";
  display: block;
  clear: both; }

.feature .featureBtn {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  padding-top: 20px;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative; }

.feature .featureBtn li {
  width: 22.75%;
  float: left;
  margin: 0 1.5%;
  display: flex;
  display: -webkit-flex;
  margin-top: 40px; }
  .feature .featureBtn li:last-child dd {
    letter-spacing: -0.08em; }
    @media screen and (max-width: 640px) {
      .feature .featureBtn li:last-child dd {
        letter-spacing: 0; } }

.feature .featureBtn li:nth-of-type(4n+1) {
  clear: left;
  margin-left: 0; }

.feature .featureBtn li:nth-of-type(4n+4) {
  margin-right: 0; }

.feature .featureBtn:last-of-type li:nth-last-of-type(-n+4) {
  margin-bottom: -1px; }

.feature .featureBtn a {
  display: block;
  text-decoration: none;
  width: 100%; }

.feature a.featureBtn_dlcheck {
  position: relative; }

.feature a.featureBtn_dlcheck:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0); }

.feature .featureBtn dl {
  margin: 0; }

.feature .featureBtn dl dt img {
  max-width: 270px;
  width: 100%;
  height: auto; }

.feature .featureBtn dl dd {
  font-size: 22px;
  font-size: 2.1rem;
  color: #333;
  margin: 0;
  line-height: 1.2;
  padding: 12px 0 35px;
  font-weight: bold; }

@media screen and (max-width: 640px) {
  .feature {
    min-width: 0;
    margin: 15px 0 0;
    padding: 10px 3% 0;
    border-top: 1px solid #b5b5b5; }

  .feature .feature_ttl {
    font-size: 20px;
    font-size: 2rem;
    max-width: 100%;
    width: 100%;
    margin: 0 0 10px; }

  .feature .featureBtn {
    padding-top: 0;
    margin-bottom: 10px;
    border-top: 0; }

  .feature .featureBtn {
    margin-bottom: 20px; }

  .feature .featureBtn li {
    width: 49%;
    margin: 15px 2% 0 0; }

  .feature .featureBtn li:nth-of-type(2n+1) {
    margin: 15px 2% 0 0; }

  .feature .featureBtn li:nth-of-type(2n+2) {
    margin: 15px 0 0 0; }

  .feature .featureBtn:last-of-type li:nth-last-of-type(-n+4) {
    margin-bottom: 0; }

  .feature .featureBtn:nth-of-type(n) li:nth-last-of-type(-n+2) {
    margin-bottom: -1px; }

  .feature .featureBtn dl dt img {
    max-width: none; }

  .feature .featureBtn dl dd {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 8px 0 14px; } }
/*--pc > 641px--*/
@media screen and (min-width: 641px) {
  .pc {
    display: block !important; }

  .pcImg {
    display: inline-block !important; }

  .sp {
    display: none !important; }

  .spImg {
    display: none !important; } }
/*--sp < 640px--*/
@media screen and (max-width: 640px) {
  .sp {
    display: block !important; }

  .spImg {
    display: inline-block !important; }

  .pc {
    display: none !important; }

  .pcImg {
    display: none !important; } }
