@charset "UTF-8";
/*==========================================
製品特長　MIMIO SOUND ONE
==========================================*/
#features-section .section1 {
  padding: clamp(6rem, 8vw, 8rem) 0;
  width: 90%;
  max-width: 1500px;
  margin: 0 auto; }
  #features-section .section1 .inner {
    margin: 0 auto;
    width: 100%;
    max-width: max-content; }
    #features-section .section1 .inner .title {
      font-size: clamp(3.8rem, 6vw, 4.2rem);
      margin-bottom: clamp(4rem, 6vw, 4.4rem);
      line-height: 1.3;
      font-weight: 300;
      text-align: center; }
    #features-section .section1 .inner .text {
      width: 100%;
      max-width: 500px;
      line-height: 2; }
#features-section .section2 {
  margin-bottom: 12rem; }
  #features-section .section2 .img-box {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto; }
    #features-section .section2 .img-box iframe {
      width: 100%;
      aspect-ratio: 16 / 9; }
#features-section .section3 {
  margin-bottom: clamp(10rem, 15vw, 13rem);
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  overflow: hidden; }
  #features-section .section3 .inner .contents1,
  #features-section .section3 .inner .contents3 {
    display: flex;
    align-items: center;
    margin-bottom: 10rem; }
    #features-section .section3 .inner .contents1 .text-box,
    #features-section .section3 .inner .contents3 .text-box {
      width: 100%;
      max-width: 650px; }
      #features-section .section3 .inner .contents1 .text-box .title,
      #features-section .section3 .inner .contents3 .text-box .title {
        font-size: clamp(3.8rem, 6vw, 4.2rem);
        font-weight: 300;
        margin-bottom: 3rem; }
      #features-section .section3 .inner .contents1 .text-box .text-box-wrap,
      #features-section .section3 .inner .contents3 .text-box .text-box-wrap {
        width: 90%;
        max-width: 440px;
        margin: 0 auto; }
      #features-section .section3 .inner .contents1 .text-box .wrap,
      #features-section .section3 .inner .contents3 .text-box .wrap {
        width: 100%;
        flex: 1 1 300px;
        margin-bottom: 2rem; }
      #features-section .section3 .inner .contents1 .text-box .subtitle,
      #features-section .section3 .inner .contents3 .text-box .subtitle {
        font-size: clamp(2rem, 4vw, 2.2rem);
        font-weight: normal;
        margin-bottom: 2.4rem; }
      #features-section .section3 .inner .contents1 .text-box .text,
      #features-section .section3 .inner .contents3 .text-box .text {
        font-size: 1.6rem;
        line-height: 1.8; }
    #features-section .section3 .inner .contents1 .img-box,
    #features-section .section3 .inner .contents3 .img-box {
      width: 100%;
      max-width: 850px;
      object-fit: cover; }
      #features-section .section3 .inner .contents1 .img-box img,
      #features-section .section3 .inner .contents3 .img-box img {
        width: 100%;
        object-fit: cover; }
  #features-section .section3 .inner .contents2 {
    width: 90%;
    max-width: 960px;
    justify-content: space-around;
    margin: 0 auto 12rem; }
    #features-section .section3 .inner .contents2 .text-box {
      width: 100%;
      max-width: 650px; }
      #features-section .section3 .inner .contents2 .text-box .title {
        font-size: clamp(3.8rem, 6vw, 4.2rem);
        font-weight: 300;
        margin-bottom: 3rem; }
      #features-section .section3 .inner .contents2 .text-box .text-box-wrap {
        width: 90%;
        max-width: 630px;
        margin: 0 auto; }
      #features-section .section3 .inner .contents2 .text-box .wrap {
        width: 100%;
        flex: 1 1 300px;
        margin-bottom: 2rem; }
      #features-section .section3 .inner .contents2 .text-box .subtitle {
        font-size: clamp(2rem, 4vw, 2.2rem);
        font-weight: normal;
        margin-bottom: 2.4rem; }
    #features-section .section3 .inner .contents2 .img-box {
      width: 100%;
      max-width: 380px;
      object-fit: cover; }
      #features-section .section3 .inner .contents2 .img-box img {
        width: 100%;
        object-fit: cover; }
#features-section .section4 {
  background: #F7F7F7;
  margin-bottom: clamp(10rem, 15vw, 13rem); }
  #features-section .section4 .inner {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    padding: clamp(8rem, 10vw, 12rem) 0; }
  #features-section .section4 .wrap {
    margin-bottom: 5rem; }
  #features-section .section4 .subtitle {
    font-weight: 300;
    font-size: 2.7rem;
    margin-bottom: 1.5rem; }
  #features-section .section4 h3.title {
    margin-bottom: clamp(4rem, 6vw, 4.5rem);
    font-size: clamp(3.8rem, 6vw, 4.2rem);
    font-weight: 300; }
  #features-section .section4 .title-point {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem; }
    #features-section .section4 .title-point .title-point-label {
      display: flex;
      align-items: center;
      margin-right: 1rem;
      margin-bottom: 1rem; }
      #features-section .section4 .title-point .title-point-label .point {
        font-size: 1.2rem;
        color: #38b281;
        border-top: 2px solid #38B281;
        border-bottom: 2px solid #38B281;
        padding: 0.5rem 0.3rem;
        margin-right: 1rem;
        font-family: 'Jost'; }
      #features-section .section4 .title-point .title-point-label .number {
        font-size: clamp(6rem, 12vw, 8rem);
        line-height: 6rem;
        font-weight: 300;
        color: #38b281;
        margin-right: clamp(1.8rem, 3vw, 2rem);
        font-family: 'Jost'; }
    #features-section .section4 .title-point .title {
      font-size: clamp(2rem, 4vw, 2.2rem);
      color: #38b281;
      font-family: 'ZenKakuGothicNew'; }
    #features-section .section4 .title-point .text {
      font-size: 1.6rem;
      line-height: 1.8;
      font-family: 'ZenKakuGothicNew'; }
  #features-section .section4 .img-box {
    margin-bottom: 2em; }
    #features-section .section4 .img-box img {
      width: 100%;
      max-width: 800px;
      height: auto; }
  #features-section .section4 .media-wrap {
    margin-top: 10rem; }
  #features-section .section4 .media-box2 {
    width: 100%;
    max-width: 800px;
    margin: 6rem auto 0; }
    #features-section .section4 .media-box2 iframe {
      width: 100%;
      aspect-ratio: 16 / 9; }
#features-section .section5 {
  width: 90%;
  margin: 0 auto;
  margin-bottom: clamp(10rem, 15vw, 13rem); }

@media screen and (max-width: 820px) {
  #features-section .section1 .inner .title,
  #features-section .section3 .inner .contents1 .text-box .title,
  #features-section .section3 .inner .contents3 .text-box .title,
  #features-section .section4 h3.title {
    font-size: 3.2rem; }

  #features-section .section3 {
    margin-bottom: clamp(10rem, 15vw, 13rem);
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    overflow: hidden; }
    #features-section .section3 .inner .contents3 {
      flex-direction: column-reverse; }
    #features-section .section3 .inner .contents1 {
      flex-direction: column; }
    #features-section .section3 .inner .contents1,
    #features-section .section3 .inner .contents3 {
      width: 90%;
      margin: 0 auto 8rem; }
      #features-section .section3 .inner .contents1 .img-box,
      #features-section .section3 .inner .contents3 .img-box {
        max-width: 550px; }
    #features-section .section3 .inner .contents2 .text-box {
      margin-bottom: 5rem; }
      #features-section .section3 .inner .contents2 .text-box .title {
        font-size: clamp(3.8rem, 6vw, 4.2rem);
        font-weight: 300;
        margin-bottom: 3rem; }
      #features-section .section3 .inner .contents2 .text-box .text-box-wrap {
        width: 90%;
        max-width: 630px;
        margin: 0 auto; }
      #features-section .section3 .inner .contents2 .text-box .wrap {
        width: 100%;
        flex: 1 1 300px;
        margin-bottom: 2rem; }
      #features-section .section3 .inner .contents2 .text-box .subtitle {
        font-size: clamp(2rem, 4vw, 2.2rem);
        font-weight: normal;
        margin-bottom: 2.4rem; }
    #features-section .section3 .inner .contents2 .img-box {
      width: 100%;
      max-width: 380px;
      object-fit: cover; }
      #features-section .section3 .inner .contents2 .img-box img {
        width: 100%;
        object-fit: cover; } }
