@charset "utf-8";

/* ======================================================
 * door_alarm_light.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Page Component
 * - Clearfix
 * PC Media Queries
 * @media only screen and (max-width: 767px)
 * - Page Component
 * - Clearfix
 * SP Media Queries
 * Print
====================================================== */

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  .pc-hidden {
    display: none;
  }
  /* -----looseleafin-main-layout----- */
  .looseleafin-main-layout {
    width: 100%;
    text-align: center;
  }
   /* -----youtube----- */
  .youtubeWrap {
    width: 60%;
    max-width: 720px;
    margin: 46px auto 0;
  }
  .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  /* -----looseleafin-tabs----- */
  .looseleafin-tab {
    margin-bottom: 2.6em!important;
  }
  .looseleafin-tab01-title,
  .looseleafin-tab02-title {
    display: block;
  }
  .looseleafin-tab01-title {
    padding-right: 70px;
    background: url("/sp/looseleafin/img/index_ic01.png") no-repeat right 0 top 50%;
  }
  .looseleafin-tab02-title {
    padding-right: 140px;
    background: url("/sp/looseleafin/img/index_ic02.png") no-repeat right 0 top 50%;
  }
  .looseleafin-tab .tab_list {
    display: -webkit-flex!important;
    display: flex!important;
  }
  .looseleafin-tab .tab_list > li {
    display: block!important;
    width: 100%;
  }
  /* -----looseleafin-content----- */
  .looseleafin-content {
    width: 100%;
    position: relative;
  }
  .looseleafin-content-image {
    width: 100%;
  }
  .looseleafin-content-detail {
    position: absolute;
    top: 50px;
    left: 69px;
  }
  .looseleafin-content-text {
    font-size: 5rem;
    line-height: 1.4;
    font-weight: bold;
    font-family: "Noto Sans", "Noto Sans CJK JP";
  }
  .looseleafin-content-text-color {
    color: #9c7e56;
  }
  .looseleafin-content-subtext {
    font-size: 2rem;
    font-weight: bold;
    margin-top: 34px;
    line-height: 2.2;
  }
  /* -----looseleafin-content-note----- */
  .looseleafin-content-note {
    font-size: 16px;
    font-weight: bold;
    margin-top: 13px;
  }
  /* -----looseleafin-heading2----- */
  .looseleafin-heading2 {
    margin-top: 2em!important;
  }
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * PC Media Queries
====================================================== */
@media screen and (min-width: 768px) and (max-width: 1280px) {
  /* -----looseleafin-content----- */
  .looseleafin-content-text {
    font-size: calc( 50 * 100vw / 1280);
  }
  .looseleafin-content-subtext {
    font-size: calc( 20 * 100vw / 1280)
  }
  /* -----looseleafin-tabs----- */
  .looseleafin-tab01,.looseleafin-tab02 {
    font-size: calc( 24 * 100vw / 1280);
  }
  .looseleafin-tab01-title {
    background: url("/sp/looseleafin/img/index_ic01.png") no-repeat right 0 top 50%;
  }
  .looseleafin-tab02-title {
    padding-right: 125px;
    background: url("/sp/looseleafin/img/index_ic02.png") no-repeat right 0 top 50%;
  }
  /* -----looseleafin-content----- */
  .looseleafin-content-detail {
    position: absolute;
    top: calc( 50 * 100vw / 1280);
    left: calc( 69 * 100vw / 1280);
  }
  .looseleafin-content-text {
    font-size: calc( 50 * 100vw / 1280);
    line-height: 1.4;
    font-weight: bold;
    font-family: "Noto Sans", "Noto Sans CJK JP";
  }
  .looseleafin-content-text-color {
    color: #9c7e56;
  }
  .looseleafin-content-subtext {
    font-size: calc( 20 * 100vw / 1280);
    font-weight: bold;
    margin-top: calc( 34 * 100vw / 1280);
    line-height: 2.2;
  }
  /* -----looseleafin-content-note----- */
  .looseleafin-content-note {
    font-size: calc( 16 * 100vw / 1280);
    font-weight: bold;
    margin-top: calc( 13 * 100vw / 1280);
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
}
  
/***
@media screen and (min-width: 768px) and (max-width: 960px) {
}
@media screen and (min-width: 1921px) {
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
***/


/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  .sp-hidden {
    display: none;
  }
  /* -----looseleafin-main-layout----- */
  .looseleafin-main-layout {
    width: 100%;
    padding: 0 20px;
    text-align: center;
  }
   /* -----youtube----- */
  .youtubeWrap {
    margin: 34px auto 0;
  }
  .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  
  .tab-layout {
    margin-top: 1.4em!important;
  }
  
  /* -----looseleafin-content----- */
  .looseleafin-content {
    position: relative;
    margin: 0 -15px;
  }
  .looseleafin-content-image {
    width: 100%;
  }
  .looseleafin-content-detail {
    text-align: center;
    position: absolute;
    top: calc( 33 * 100vw / 750);
    left: 0;
    right: 0;
  }
  .looseleafin-content-text {
    font-size: calc( 50 * 100vw / 750);
    line-height: 1.4;
    font-weight: bold;
    font-family: "Noto Sans", "Noto Sans CJK JP";
  }
  .looseleafin-content-text-color {
    color: #9c7e56;
  }
  .looseleafin-content-subtext {
    font-size: calc( 28 * 100vw / 750);
    font-weight: bold;
    margin-top: calc( 12 * 100vw / 750);
    line-height: 1.7;
  }
  /* -----looseleafin-content-note----- */
  .looseleafin-content-note {
    font-size: calc( 28 * 100vw / 750);
    font-weight: bold;
    margin-top: calc( 22 * 100vw / 750);
    margin-left: 15px;
  }
  /* -----looseleafin-heading2----- */
  .looseleafin-heading2 {
    margin-top: 1em!important;
  }
  .tab-layout > .tab_navi > .tab_list {
    display: flex;
    justify-content: space-around;
  }
  .tab-layout > .tab_navi > .tab_list > li {
    width: calc((100% - 10px) / 2);
    display: block;
  }
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}


/* ======================================================
 * SP Media Queries
====================================================== */
/***
@media only screen and (min-width: 320px) and (max-width: 767px) {
}
@media only screen and (max-width: 736px) {
}
@media only screen and (max-width: 667px) {
}
@media only screen and (max-width: 640px) {
}
@media only screen and (max-width: 568px) {
}

@media only screen and (max-width: 375px) {
}
***/
@media only screen and (min-width: 480px) and (max-width: 767px) {
}
  
@media only screen and (max-width: 360px) {
  .light-corner-box-top .box-top-lead {
    padding: 5px 10px;
    font-size: 3.5vw;
  }
  .light-corner-box-top .box-top-lead > span {
    font-size: 4.8vw;
  }
}
  
/***
@media only screen and (max-width: 320px) {
}



/* ======================================================
 * Print
====================================================== */
@media print {
}