@charset "utf-8";
/*---------　ポップアップバナー　　---------*/
  .notecAmazon_content,
  .modal_overlay {
    position: fixed;
  }

  .notecAmazon_content.open,
  .modal_overlay.open {
    opacity: 1;
    transition: opacity 0.6s ease-in-out;
    pointer-events: auto;
  }

  .notecAmazon_content {
    width: 90%;
    max-width: 1000px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    max-width: 1000px;
    z-index: 1043;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.6s ease-in-out;
    border-radius: 3px;
    padding: 60px 10px;
    text-align: center;
  }

  .notecAmazon_content .notecAmazon_Ttl {
    font-size: 2rem;
  }

  .notecAmazon_content .notecAmazon_Link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .notecAmazon_content .notecAmazon_Link a {
    width: calc(100% / 2 - 100px);
    display: block;
    font-size: 1.6rem;
    border: 1px solid #ffffff;
    border-radius: 3px;
    padding: 30px 10px;
    margin: 20px 0px;
    text-decoration: none;
  }

  .notecAmazon_content .notecAmazon_Link a:hover {
    border: 1px solid #48c0eb;
    border-radius: 3px;
  }

  .notecAmazon_content .notecAmazon_Link a img {
    width: 300px;
    margin: 20px;
  }

  .modal_overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.6s ease-in-out;
  }

  button.notecModal_delete {
    position: absolute;
    text-decoration: none;
    border-radius: 50%;
    border: 3px solid #333333;
    background-color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-indent: 0;
    cursor: pointer;
  }

  button.notecModal_delete:after {
    background: transparent;
    font-family: 'FontAwesome';
    content: "\f00d";
    color: #333333;
    line-height: 1;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(0deg);
    font-size: 2.2rem;
  }

  @media print,
  screen and (min-width: 768px) {
    button.notecModal_delete {
      width: 50px;
      height: 50px;
      top: -25px;
      right: -25px;
    }

    button.notecModal_delete:after {
      font-size: 3.0rem;
    }

    .notecAmazon_content .notecAmazon_Link a+a {
      margin-left: 20px;
    }
  }

  @media screen and (max-width: 767px) {
    .notecAmazon_content {
      width: 100%;
      height: 100%;
      position: fixed;
      overflow: scroll;
    }

    .notecAmazon_content .notecAmazon_Ttl {
      font-size: 1.8rem;
    }

    .notecAmazon_content:after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      background: #fff;
      position: fixed;
      top: 0;
      left: 0;
      z-index: -1;
    }

    button.notecModal_delete {
      position: fixed;
      top: 10px;
      right: 10px;
      width: 40px;
      height: 40px;
      cursor: pointer;
    }

    .notecAmazon_content .notecAmazon_Link a {
      width: 80%;
      padding: 5px 0px;
      margin: 15px 0;
    }

    .notecAmazon_content .notecAmazon_Link a img {
      width: 80%;
    }
  }

/*---------　　Amazon・モニターポップアップバナー　　---------*/

  #notecMonitorBnr,
  #notecAmazonBnrArea {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 1000;
  }
  #notecAmazonBnr {
    background: #fff;
    padding: 10px;
    text-align: center;
    border-radius: 15px;
    border: 2px solid #789290;
    max-width: 300px;
    font-size: 1.8rem;
    cursor: pointer;
  }
  #notecAmazonBnr .amazonimg {
    width: 75%;
  }
  #notecCloseBtn {
    position: absolute;
    top: -14px;
    right: -14px;
    cursor: pointer;
  }
  @media screen and (max-width: 767px) {
    #notecMonitorBnr,
    #notecAmazonBnrArea {
      bottom: 120px;
      right: 24px;
      max-width: 270px;
    }
    #notecAmazonBnr {
      font-size: 1.6rem;
    }
  }

/*---------　　動画ポップアップバナー　　---------*/
  #notecVideoBnrArea {
    position: fixed;
    bottom: 40px;
    left: 40px;
    z-index: 100;
  }
  #notecVideoBnr {
    background: #fff;
    padding: 5px 5px 0px;
    text-align: center;
    border-radius: 15px;
    border: 2px solid #789290;
    max-width: 300px;
    font-size: 1.8rem;
    cursor: pointer;
  }
  #notecVideoBnr .videoPopup {
    width: 180px;
    height: auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  #notecVideoCloseBtn {
    position: absolute;
    top: -14px;
    right: -14px;
    cursor: pointer;
  }
  .mdlOverLay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    overflow: hidden;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.6s ease-in-out;
  }
  .mdlWrap.open,
  .mdlOverLay.open {
    opacity: 1;
    transition: opacity 0.6s ease-in-out;
    pointer-events: auto;
  }
  .mdlWrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
  }
  .mdlWin {
    position: absolute;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
  }
  video.mdlWin {
    display: block;
    max-height: 80vh;
    max-width: 90vw;
    object-fit: contain; 
  }
  button.notecModalCloseBtn {
    position: absolute;
    text-decoration: none;
    border-radius: 50%;
    border: 3px solid #333333;
    background-color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-indent: 0;
  }

  button.notecModalCloseBtn:after {
    background: transparent;
    font-family: 'FontAwesome';
    content: "\f00d";
    color: #333333;
    line-height: 1;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(0deg);
    font-size: 2.2rem;
  }


  @media print,
  screen and (min-width: 768px) {
    button.notecModalCloseBtn {
      width: 50px;
      height: 50px;
      top: -25px;
      right: -25px;
    }

    button.notecModalCloseBtn:after {
      font-size: 3.0rem;
    }
  }
  @media screen and (max-width: 767px) {
    #notecVideoBnrArea {
        display: none !important; /* Amazonバナーと被るため非表示 */
    }
    #notecVideoBnr {
      bottom: 120px;
      left: 24px;
      max-width: 270px;
    }
    .mdlWin {
      width: 90vw;
      height: auto;
    }
    video.mdlWin {
      width: 100%;
      height: auto;
      max-height: 70vh;
    }
    button.notecModalCloseBtn {
      position: fixed;
      top: 10px;
      right: 10px;
      width: 40px;
      height: 40px;
    }
  }

    /*---------　NoteC専用ケースモーダル　中身　---------*/
    .notecAccArea {
        position: fixed;
    }

    .notecAccArea.open {
        opacity: 1;
        transition: opacity 0.6s ease-in-out;
        pointer-events: auto;
    }

    #notecCaseBtn {
        color: #003490;
        text-decoration: underline;
    }

    #notecCaseBtn:hover {
        color: #48c0eb;
    }

    .notecAccArea {
        width: 90%;
        max-width: 1000px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #fff;
        max-width: 1000px;
        z-index: 1043;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.6s ease-in-out;
        border-radius: 3px;
        padding: 60px 50px;
        text-align: center;
    }

    .notecAccContents {
        display: flex;
        width: 100%;
        margin: auto;
        height: fill-available;
        height: -webkit-fill-available;
    }

    .notecAccContents div+div {
        margin-left: 20px;
    }

    .notecAccContents .notecCase_pointBox {
        border: 1px solid #b6b6bd;
        background-color: #f2f2f2;
    }

    .notecAccContents .notecCase_pointTtl {
        font-size: 2.4rem;
        text-align: center;
        background-color: #fff;
        padding: 14px 0px 10px;
        color: #789290;
        font-weight: 500;
        letter-spacing: 0.2rem;
    }

    .notecAccContents .img-thumb {
        width: 200px;
        display: flex;
        align-items: center;
        margin: 15px auto 15px;
        justify-content: space-around;
    }

    .notecAccContents .img-thumb span {
        width: 20px;
        height: 20px;
        border: 1px solid #b6b6bd;
        border-radius: 50%;
        background-color: #fff;
    }

    .notecAccContents .img-thumb .img_btn.active {
        box-shadow: 0 0 1pt 1pt #005fcc;
    }

    .notecAccContents .notecCase_pointTxt {
        padding: 0px 25px;
        margin: 10px 0px;
        height: 30%;
        text-align: left;
    }

    span.notecCase_delete {
        position: absolute;
        text-decoration: none;
        border-radius: 50%;
        border: 3px solid #333333;
        background-color: #FFF;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
        text-indent: 0;
        cursor: pointer;
    }

    span.notecCase_delete:after {
        background: transparent;
        font-family: 'FontAwesome';
        content: "\f00d";
        color: #333333;
        line-height: 1;
        position: absolute;
        top: 5px;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        transform: rotate(0deg);
        font-size: 2.2rem;
    }

    @media print,
    screen and (min-width: 768px) {
        span.notecCase_delete {
            width: 50px;
            height: 50px;
            top: -25px;
            right: -25px;
        }
        span.notecCase_delete:after {
            font-size: 3.0rem;
        }
    }

    @media screen and (max-width: 767px) {
        .notecAccArea {
            width: 100%;
            height: 100%;
            position: fixed;
            overflow: scroll;
        }

        .notecAccContents .notecCase_pointTtl {
            font-size: 1.8rem;
        }

        .notecAccArea:after {
            content: '';
            display: block;
            width: 100%;
            height: 100%;
            background: #fff;
            position: fixed;
            top: 0;
            left: 0;
            z-index: -1;
        }

        .notecAccContents {
            width: 100%;
            display: block;
        }

        .notecAccContents div+div {
            margin-left: 0px;
            margin-top: 15px;
        }

        span.notecCase_delete {
            position: fixed;
            top: 10px;
            right: 10px;
            width: 40px;
            height: 40px;
        }
    }

    /*---------　NoteC外付けモニターモーダル　中身　---------*/
    .notecMonitorArea {
        position: fixed;
    }

    .notecMonitorArea.open {
        opacity: 1;
        transition: opacity 0.6s ease-in-out;
        pointer-events: auto;
    }

    #notecMonitorBtn {
        color: #003490;
        text-decoration: underline;
    }

    #notecMonitorBtn:hover {
        color: #48c0eb;
    }

    .notecMonitorArea {
        width: 90%;
        max-width: 1000px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #fff;
        max-width: 1000px;
        z-index: 1043;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.6s ease-in-out;
        border-radius: 3px;
        padding: 60px 50px;
        text-align: center;
    }

    .notecMntContents {
        display: flex;
        width: 100%;
        margin: auto;
        height: fill-available;
        height: -webkit-fill-available;
    }

    .notecMntContents .notecMonitor_pointBox #notecMonitor {
        width: 50%;
    }

    .notecMntContents .img-thumb {
        width: 80%;
        display: flex;
        align-items: center;
        margin: 15px auto 15px;
        justify-content: space-around;
    }

    .notecMntContents .img-thumb span {
        width: calc(100% / 4 - 30px);
        height: auto;
    }

    .notecMntContents .img-thumb .img_btn.active {
        box-shadow: 0 0 1pt 1pt #005fcc;
    }

    span.notecMonitor_delete {
        position: absolute;
        text-decoration: none;
        border-radius: 50%;
        border: 3px solid #333333;
        background-color: #FFF;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
        text-indent: 0;
        cursor: pointer;
    }

    span.notecMonitor_delete:after {
        background: transparent;
        font-family: 'FontAwesome';
        content: "\f00d";
        color: #333333;
        line-height: 1;
        position: absolute;
        top: 5px;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        transform: rotate(0deg);
        font-size: 2.2rem;
    }

@media print,
screen and (min-width: 768px) {
    span.notecMonitor_delete {
        width: 50px;
        height: 50px;
        top: -25px;
        right: -25px;
    }
    span.notecMonitor_delete:after {
        font-size: 3.0rem;
    }
}

@media screen and (max-width: 767px) {
    .notecMonitorArea {
        width: 100%;
        height: 100%;
        position: fixed;
        overflow: scroll;
        padding: 60px 3%;
    }

    .notecMonitorArea:after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background: #fff;
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .notecMntContents {
        width: 100%;
        display: block;
        align-content: center;
    }

    span.notecMonitor_delete {
        position: fixed;
        top: 10px;
        right: 10px;
        width: 40px;
        height: 40px;
    }
    .notecMntContents .notecMonitor_pointBox #notecMonitor {
        width: 100%;
    }
    .notecMntContents .img-thumb {
    width: 100%;
    justify-content: space-between;
    }
    .notecMntContents .img-thumb span {
    width: calc(100% / 4 - 10px);
    }
    }