@charset "UTF-8";
body {
  font-size: 0.16rem;
  font-family: "Noto Sans JP", sans-serif, YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  color: #1B171F;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 0.14rem;
    min-width: 320px;
  }
}

.sp {
    display: none;
}
@media screen and (max-width: 767px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}

.wrapper {
  overflow: hidden;
  position: relative;
}

.wrapper::before {
  content: "";
  width: 6rem;
  height: 4.18rem;
  position: absolute;
  bottom: 0.7rem;
  right: 0;
}

@media screen and (max-width: 767px) {
  .wrapper::before {
    width: 3rem;
    height: 2.09rem;
    bottom: 1.6rem;
  }
}

.container {
    width: calc(100% - 1rem);
  max-width: 16rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .container {
    width: calc(100% - 0.8rem);
  }
    .container2 {
        width: calc(100% - 0.4rem);
    }
}

.container_min {
    max-width: 12.69rem;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .container_min {
        width: calc(100% - 0.8rem);
    }
}

a {
  color: #000002;
}

@media screen and (max-width: 767px) {
  img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .pconly {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sponly {
    display: none !important;
  }
}

.objectfit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cmn_header {
  width: 100%;
  height: auto;
  padding: 0.24rem 0.48rem;
  position: fixed;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: height 0.4s;
  transition: height 0.4s;
  background-color: #fff;
}

.cmn_header .logo {
    display: flex;
    align-items: center;
    gap: 35px;
}

.cmn_header .logo img {
  width: 100%;
}

@media screen and (max-width: 767px) {
    .cmn_header .logo {
        gap: 15px;
    }

    .cmn_header .logo a {
        width: 0.92rem;
        height: auto;
    }

    .cmn_header .logo a:nth-of-type(2) {
        width: 0.4rem;
        height: auto;
    }
}

.cmn_header .nav {
  margin-left: auto;
}

.cmn_header .lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.cmn_header .lists a {
    font-size: 0.21rem;
  color: #1B171F;
}

.cmn_header .lists li:not(:last-of-type) {
  margin-right: 0.65rem;
}

.cmn_header .lists .contact a {
  width: 2.66rem;
    padding: 0.18rem 0;
  /*line-height: 0.4rem;*/
  color: #fff;
  display: block;
  text-align: center;
    background-color: #232584;
  border: 1px solid #232584;
}

@media screen and (min-width: 768px) {
  .cmn_header .global {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .cmn_header {
    height: 0.5rem;
    padding: 0 0.1rem;
  }
  .cmn_header .lists {
    display: block;
    position: absolute;
    top: 43%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .cmn_header .lists li a {
    display: block;
  }
  .cmn_header .lists li:not(:last-of-type) {
    margin: 0 0 0.35rem;
  }
  .cmn_header .global {
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
    text-align: center;
    top: 0;
    left: 0;
    z-index: 50;
    overflow-y: scroll;
    background-color: rgba(255, 255, 255, 0.90);
  }
  .cmn_header .logo {
    position: absolute;
    top: 0.15rem;
    left: 0.1rem;
  }
  .cmn_header .hamburger {
    padding: 0.25rem;
    top: 0.05rem;
    right: 0;
    width: 0.3rem;
    height: 0.2rem;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    position: absolute;
    z-index: 100;
    -webkit-transition: top 0.4s;
    transition: top 0.4s;
  }
  .cmn_header .hamburger span {
    width: 0.26rem;
    height: 3px;
    position: absolute;
    right: 0.1rem;
    -webkit-transition: transform 0.4s;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    background-color: #232584;
  }
  .cmn_header .hamburger span:nth-of-type(1) {
    top: 0.1rem;
  }
  .cmn_header .hamburger span:nth-of-type(2) {
    top: 0.198rem;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .cmn_header .hamburger span:nth-of-type(3) {
    top: 0.29rem;
  }
  .cmn_header .hamburger.active span:nth-child(1) {
    top: 0.2rem;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .cmn_header .hamburger.active span:nth-child(3) {
    top: 0.2rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .cmn_header .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
}

.cmn_footer {
  margin-top: 1.2rem;
  position: relative;
  z-index: 1;
}

.cmn_footer .page_top {
  position: absolute;
  top: -1rem;
  right: 0.2rem;
}

.cmn_footer .page_top a {
  width: 0.8rem;
  height: 0.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background-color: #232584;
}

.cmn_footer .page_top a img {
  width: 0.1rem;
}

.cmn_footer .bg {
  padding: 0.25rem 0.4rem 0.25rem;
  background-color: #000002;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.cmn_footer .logo {
  width: 2.31rem;
}

.cmn_footer small {
  font-size: 0.12rem;
  letter-spacing: 0.1em;
    color: #fff;
  font-family: "Oswald", system-ui;
}

@media screen and (max-width: 767px) {
  .cmn_footer {
    margin-top: 0.4rem;
  }
  .cmn_footer .page_top {
    top: -0.5rem;
    right: 0.1rem;
  }
  .cmn_footer .page_top a {
    width: 0.4rem;
    height: 0.4rem;
  }
  .cmn_footer .page_top a img {
    width: 0.05rem;
  }
  .cmn_footer .bg {
    padding: 0.4rem 0;
    display: block;
  }
  .cmn_footer .logo {
    width: 2.31rem;
    margin: 0 auto;
  }
  .cmn_footer small {
    margin-top: 0.43rem;
    text-align: center;
    display: block;
    font-size: 0.1rem;
  }
}

.page_top {
  position: fixed;
  z-index: 10;
  right: 0.2rem;
}

.page_top.active {
  bottom: 0.2rem !important;
}

.page_top a {
  width: 0.8rem;
  height: 0.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background-color: #232584;
}

.page_top a img {
  width: 0.12rem;
}

@media screen and (max-width: 767px) {
  .page_top a {
    width: 0.4rem;
    height: 0.4rem;
  }
  .page_top a img {
    width: 0.07rem;
  }
}

/* --------------------------------------------------------------
   Module_Element
-------------------------------------------------------------- */
.mod_tit01 {
  margin-bottom: 0.8rem;
  text-align: center;
}

.mod_tit01 .en {
  margin-bottom: 0.05rem;
  font-size: 0.4rem;
  font-weight: 700;
}

.mod_tit01 .ja {
  font-size: 0.16rem;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .mod_tit01 {
    margin-bottom: 0.4rem;
  }
  .mod_tit01 .en {
    margin-bottom: 0.05rem;
    font-size: 0.2rem;
  }
  .mod_tit01 .ja {
    font-size: 0.12rem;
  }
}

.mod_cta {
  padding: 1.2rem 0 0;
}

.mod_cta .wrap {
    width: calc(100% - 0.4rem);
  display: flex;
    justify-content: center;
    gap: 55px;
}

.mod_cta .btn a {
  width: 6.4rem;
  display: block;
    padding: 37px 0;
    font-size: 27px;
    font-weight: 700;
    line-height: normal;
  position: relative;
}

.mod_cta .btn a::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.mod_cta .btn01 a {
    padding-left: 1.98rem;
  color: #232584;
    border: 2px solid #232584;
}

.mod_cta .btn01 a::before {
  width: 0.61rem;
  height: 0.43rem;
  top: calc(50% - 0.2rem);
  left: 1.19rem;
  background-image: url(/images/products/thermoeye/logo2.svg);
}

.mod_cta .btn02 a {
    padding-left: 2.12rem;
  color: #fff;
    border: 2px solid #232584;
    background-color: #232584;
}

.mod_cta .btn02 a::before {
  width: 0.41rem;
  height: 0.3rem;
  top: calc(50% - 0.117rem);
  left: 1.59rem;
  background-image: url(/images/products/thermoeye/contact_btn.svg);
}

@media screen and (max-width: 767px) {
  .mod_cta {
    padding: 0.4rem 0 0;
  }
  .mod_cta .wrap {
      flex-wrap: wrap;
    gap: 20px;
  }
  .mod_cta .btn {
    width: 100%;
  }
  .mod_cta .btn a {
    width: 100%;
      padding: 20px 0;
      font-size: 16px;
  }
  .mod_cta .btn01 a {
    padding-left: 0.93rem;
  }
  .mod_cta .btn01 a::before {
    width: 0.39rem;
    height: 0.27rem;
    top: calc(50% - 0.14rem);
    left: 0.48rem;
  }
  .mod_cta .btn02 a {
    padding-left: 1.07rem;
  }
  .mod_cta .btn02 a::before {
    width: 0.21717rem;
    height: 0.16262rem;
    top: calc(50% - 0.085rem);
    left: 0.77rem;
  }
}

.mod_mv {
    margin-top: 1.07rem;
  height: 4.99rem;
  position: relative;
    background: url(/images/products/thermoeye/lineup_mv_bg_pc.jpg) center/cover no-repeat;
}

.mod_mv .tit {
    display: block;
    font-size: 0.53rem;
    font-weight: 700;
    color: #fff;
    line-height: normal;
    letter-spacing: 3.18px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .mod_mv {
    height: 1.6rem;
    margin-top: 0.5rem;
  }
  .mod_mv .tit {
    font-size: 0.24rem;
      letter-spacing: 0;
  }
}

.breadcrumbs {
  padding: 0.1rem 0 0.12rem;
    background-color: #232584;
}

.breadcrumbs_wrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.breadcrumbs_wrap > span {
  display: inline;
  font-size: 0.16rem;
}

.breadcrumbs_wrap > span a,
.breadcrumbs_wrap > span > span {
  padding: 0.1rem 0 0.1rem;
  color: #fff;
}

.breadcrumbs_wrap > span a {
  margin-right: 0.25rem;
  position: relative;
}

.breadcrumbs_wrap > span a::after {
  content: ">";
  position: absolute;
  top: 0.13rem;
  right: -0.18rem;
}

@media screen and (max-width: 767px) {
  .breadcrumbs {
    padding: 0.04rem 0 0.08rem;
  }
  .breadcrumbs_wrap > span {
    font-size: 0.1rem;
  }
  .breadcrumbs_wrap > span a,
  .breadcrumbs_wrap > span > span {
    padding: 0.1rem 0 0.1rem;
  }
  .breadcrumbs_wrap > span a {
    margin-right: 0.2rem;
  }
  .breadcrumbs_wrap > span a::after {
    right: -0.14rem;
  }
}

/* TOP
--------------------------------------------------------------*/
.top_mod_tit {
  text-align: center;
  font-size: 0.53rem;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 3.18px;
  color: #232584;
}

@media screen and (max-width: 767px) {
  .top_mod_tit {
    font-size: 0.24rem;
    line-height: 1.5;
  }
}

.top_page .mv {
  width: 100%;
    height: calc(100vh - 0.8rem);
  min-height: 7rem;
  position: relative;
  margin-top: 0.8rem;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  background-image: url(/images/products/thermoeye/mv_bg_pc.jpg);
}

.top_page .mv .logo {
    width: auto;
    max-width: 920.082px;
    height: 244px;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
}

.top_page .mv .cat {
  font-size: 0.57rem;
    font-weight: 700;
    line-height: 160%;
    color: #fff;
  position: absolute;
  right: 4%;
  bottom: 1.33rem;
}

@media screen and (max-width: 1080px) {
  .top_page .mv {
    height: auto;
  }
    .top_page .mv .cat {
        font-size: 0.42rem;
        bottom: 1rem;
    }
}

@media screen and (max-width: 767px) {
  .top_page .mv {
    margin-top: 0.5rem;
      padding-top: calc(9.5rem / 2);
    min-height: auto;
    height: auto;
    background-image: url(/images/products/thermoeye/mv_bg_sp.jpg);
  }

    .top_page .mv .logo {
        width: 2.99rem;
        height: auto;
        top: 2.63rem;
    }
  .top_page .mv .cat {
    font-size: 0.28rem;
      font-weight: 700;
      line-height: 160%;
    left: 0.37rem;
    bottom: auto;
    top: 0.79rem;
  }
}

.top_page .features {
  padding: 1.20rem 0 1.58rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.top_page .features .top_mod_tit {
    padding: 0 0 0.9rem;
}

.top_page .features_content {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}

.top_page .features_content:last-child {
    margin-bottom: 0;
}

.top_page .features_content__icon {
    width: 87px;
}

.top_page .features_content__icon img {
    width: 100%;
}

.top_page .features_content__text {
    width: calc(100% - 87px);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.96px;
}

.top_page .features_content__text__ttl {
    display: block;
    margin-bottom: 16px;
    font-size: 37px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 2.22px;
}

.top_page .features_content__table{
    color: #333;
}

.top_page .features_content__table th{
    width: 370px;
    padding: 0.12rem;
    font-size: 14px;
    font-weight: 700;
    line-height: 150%;
    vertical-align: middle;
    border: 1px solid #C9C9C9;
    background-color: #F8F8F8;
}

.top_page .features_content__table tr:nth-of-type(n+2) th{
    border: 1px solid #C9C9C9;
    border-top: none;
}

.top_page .features_content__table th .flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top_page .features_content__table th .flex span{
    display: block;
}

.top_page .features_content__table td{
    width: calc(100% - 370px);
    padding: 0.12rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    vertical-align: middle;
    border: 1px solid #C9C9C9;
}

@media screen and (max-width: 767px) {

    .top_page .features {
        padding: 0.4rem 0;
    }

    .top_page .features .top_mod_tit {
        padding: 0 0 0.4rem;
    }

    .top_page .features_content {
        display: flex;
        flex-flow: column;
        gap: 10px;
        margin-bottom: 20px;
    }

    .top_page .features_content:last-child {
        margin-bottom: 0;
    }

    .top_page .features_content__icon {
        width: 46px;
        margin: 0 auto;
    }

    .top_page .features_content__icon img {
        width: 100%;
    }

    .top_page .features_content__text {
        width: 100%;
        font-size: 14px;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.84px;
    }

    .top_page .features_content__text__ttl {
        display: block;
        margin-bottom: 10px;
        font-size: 18px;
        font-weight: 700;
        line-height: 150%;
    }

    .top_page .features_content__table th{
        width: 107px;
    }

    .top_page .features_content__table th .flex{
        flex-flow: column-reverse;
        justify-content: center;
    }

    .top_page .features_content__table th .flex span:last-child{
        margin-bottom: 8px;
    }

    .top_page .features_content__table td{
        width: calc(100% - 107px);
    }
}

.top_page .features_reformtaisho{
    margin-top: 1.26rem;
    display: flex;
    gap: 25px;
}

.top_page .features_reformtaisho__text{
    width: calc(100% - 259px);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.96px;
}

.top_page .features_reformtaisho__text__ttl{
    display: block;
    margin-bottom: 32px;
    font-size: 37px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 2.22px;
}

.top_page .features_reformtaisho__img{
    width: 259px;
}

@media screen and (max-width: 767px) {

    .top_page .features_reformtaisho{
        margin-top: 0.4rem;
        flex-flow: column;
        gap: 20px;
    }

    .top_page .features_reformtaisho__text{
        width: 100%;
        font-size: 14px;
        letter-spacing: 0.84px;
    }

    .top_page .features_reformtaisho__text__ttl{
        display: block;
        margin-bottom: 20px;
        font-size: 18px;
        font-weight: 700;
        line-height: 150%
    }

    .top_page .features_reformtaisho__img{
        width: 195px;
        margin: 0 auto;
    }
}

.top_page .mechanism {
    padding: 1.20rem 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #F8F8F8;
}

.top_page .mechanism .top_mod_tit {
    padding: 0 0 0.9rem;
}

.top_page .mechanism_content{
    margin-bottom: 45px;
}

.top_page .mechanism_content:last-child{
    margin-bottom: 0;
}

.top_page .mechanism_content__text{
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.96px;
}

.top_page .mechanism_content__text__ttl{
    display: block;
    margin-bottom: 32px;
    font-size: 37px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 2.22px;
}

.top_page .mechanism_content__img{
    width: 772px;
    margin: 32px auto;
}

.top_page .mechanism_content__img2{
    width: 772px;
    margin: 90px auto 0;
}

@media screen and (max-width: 767px) {

    .top_page .mechanism {
        padding: 0.4rem 0;
    }

    .top_page .mechanism .top_mod_tit {
        padding: 0 0 0.4rem;
        letter-spacing: 0;
    }

    .top_page .mechanism_content{
        margin-bottom: 40px;
    }

    .top_page .mechanism_content:last-child{
        margin-bottom: 0;
    }

    .top_page .mechanism_content__text{
        font-size: 14px;
        letter-spacing: 0.84px;
    }

    .top_page .mechanism_content__text__ttl{
        display: block;
        margin-bottom: 10px;
        font-size: 18px;
        font-weight: 700;
        line-height: 150%;
        letter-spacing: 0
    }

    .top_page .mechanism_content__img{
        width: 100%;
        margin: 20px auto;
    }

    .top_page .mechanism_content__img2{
        width: 100%;
        margin: 40px auto 0;
    }
}

.top_page .enforcement {
    padding: 1.20rem 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.top_page .enforcement .top_mod_tit {
    padding: 0 0 0.9rem;
}

.top_page .enforcement_content{
    margin-bottom: 0;
}

.top_page .enforcement_content__text{
    width: 100%;
    font-size: 37px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 2.22px;
}

@media screen and (max-width: 767px) {

    .top_page .enforcement {
        padding: 0.4rem 0;
    }

    .top_page .enforcement .top_mod_tit {
        padding: 0 0 0.4rem;
        letter-spacing: 0;
    }

    .top_page .enforcement_content{
        margin-bottom: 0;
    }

    .top_page .enforcement_content__text{
        font-size: 14px;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.84px;
    }
}

.top_page .construction {
    padding: 1.20rem 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #F8F8F8;
}

.top_page .construction .top_mod_tit {
    padding: 0 0 0.9rem;
}

.top_page .construction_content{
    margin-bottom: 120px;
}

.top_page .construction_content:last-child{
    margin-bottom: 0;
}

.top_page .construction_content a{
    text-decoration: underline;
}

.top_page .construction_content a:hover{
    text-decoration: none;
}

.top_page .construction_content__text{
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.96px;
}

.top_page .construction_content__text__ttl{
    display: block;
    margin-bottom: 32px;
    font-size: 37px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 2.22px;
}

.top_page .construction_content__img{
    width: 772px;
    margin: 32px auto;
}

.top_page .construction_content__img2{
    width: 772px;
    margin: 12px auto 0;
}

.top_page .construction_content__img3{
    width: 209px;
}

.top_page .construction_content__caption{
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.top_page .construction_content__flex{
    width: 753px;
    margin: 0 auto 40px;
    display: flex;
    gap: 20px;
}

.top_page .construction_content__flex .construction_content__text {
    width: calc(100% - 209px);
}

.top_page .construction_content__flex .construction_content__text strong {
    display: block;
    margin-bottom: 16px;
}

.top_page .construction_content__img4{
    width: 753px;
    margin: 0 auto 90px;
}

@media screen and (max-width: 767px) {

    .top_page .construction {
        padding: 0.4rem 0;
    }

    .top_page .construction .top_mod_tit {
        padding: 0 0 0.4rem;
        letter-spacing: 0;
    }

    .top_page .construction_content{
        margin-bottom: 40px;
    }

    .top_page .construction_content:last-child{
        margin-bottom: 0;
    }

    .top_page .construction_content__text{
        font-size: 14px;
        letter-spacing: 0.84px;
    }

    .top_page .construction_content__text__ttl{
        display: block;
        margin-bottom: 10px;
        font-size: 18px;
        font-weight: 700;
        line-height: 150%;
        letter-spacing: 0
    }

    .top_page .construction_content__img{
        width: 100%;
        margin: 20px auto;
    }

    .top_page .construction_content__img2{
        width: 100%;
        margin: 14px auto 0;
    }

    .top_page .construction_content__img3{
        width: 88px;
    }

    .top_page .construction_content__caption{
        font-size: 10px;
    }

    .top_page .construction_content__flex{
        width: 100%;
        margin: 0 auto 12px;
        display: flex;
        gap: 10px;
    }

    .top_page .construction_content__flex .construction_content__text {
        width: calc(100% - 88px);
        font-size: 7px;
    }

    .top_page .construction_content__flex .construction_content__text strong {
        margin-bottom: 0;
        font-size: 10px;
    }

    .top_page .construction_content__img4{
        width: 100%;
        margin: 0 auto 40px;
    }
}

.top_page .applicable {
    padding: 1.20rem 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.top_page .applicable .top_mod_tit {
    padding: 0 0 0.9rem;
}

.top_page .applicable_content{
    margin-bottom: 90px;
}

.top_page .applicable_content:last-child{
    margin-bottom: 0;
}

.top_page .applicable_content__text{
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.96px;
}

.top_page .applicable_content__text__ttl{
    display: block;
    margin-bottom: 16px;
    font-size: 37px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 2.22px;
}

@media screen and (max-width: 767px) {

    .top_page .applicable {
        padding: 0.4rem 0;
    }

    .top_page .applicable .top_mod_tit {
        padding: 0 0 0.4rem;
        letter-spacing: 0;
    }

    .top_page .applicable_content{
        margin-bottom: 20px;
    }

    .top_page .applicable_content:last-child{
        margin-bottom: 0;
    }

    .top_page .applicable_content__text{
        font-size: 14px;
        letter-spacing: 0.84px;
    }

    .top_page .applicable_content__text__ttl{
        display: block;
        margin-bottom: 20px;
        font-size: 18px;
        font-weight: 700;
        line-height: 150%;
        letter-spacing: 0
    }
}

/* LINEUP
--------------------------------------------------------------*/

.lineup_page .lineup_mod_tit {
  padding: 0 0 0.28rem 2.1rem;
  font-size: 0.4rem;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 2.4px;
    color: #232584;
  position: relative;
  border-bottom: 0.08rem solid #232584;
}

.lineup_page .lineup_mod_tit::before {
  content: "";
    width: 0.94rem;
    height: 0.66rem;
  position: absolute;
  top: -0.1rem;
  left: 1rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(/images/products/thermoeye/logo2.svg);
}

@media screen and (max-width: 767px) {
  .lineup_page .lineup_mod_tit {
    padding: 0 0 0.1rem 0.4rem;
    font-size: 0.21rem;
      letter-spacing: 0;
    border-bottom: 0.01rem solid #232584;
  }
  .lineup_page .lineup_mod_tit::before {
    width: 0.35rem;
    height: 0.25rem;
    top: 0;
    left: 0;
  }
}

.lineup_page .top_mod_tit {
    margin: 100px auto;
    letter-spacing: 0;
}

.lineup_page .lineup_mod_lists {
  margin: 0.8rem auto 0;
}

.lineup_page .lineup_mod_lists li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.lineup_page .lineup_mod_lists li:not(:first-of-type) {
  margin-top: 1rem;
}

.lineup_page .lineup_mod_lists .txt {
  width: calc(100% - 2rem);
}

.lineup_page .lineup_mod_lists .tit_wrap {
  padding: 0.2rem 0.2rem 0.1rem 0.2rem;
    color: #fff;
    font-weight: 700;
    letter-spacing: 2.52px;
  letter-spacing: 0.06em;
  line-height: 1.5;
}

.lineup_page .lineup_mod_lists .tit_wrap .tit {
  margin-top: 0.09rem;
  font-size: 0.38rem;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 2.88px;
}

.lineup_page .lineup_mod_lists .tit_wrap.blue {
    background: linear-gradient(90deg, #232584 0%, #FFF 100%, transparent);
}

.lineup_page .lineup_mod_lists .tit_wrap.lightblue {
    background: linear-gradient(90deg, #114187 0%, #70B9E1 61.06%, #FFF 100%, transparent);
}

.lineup_page .lineup_mod_lists .desc {
  margin-top: 0.2rem;
  padding: 0 0.6rem;
    font-size: 20px;
  line-height: 1.5;
}

.lineup_page .lineup_mod_lists .link {
  padding-right: 0.2rem;
  margin-top: 1em;
  display: inline-block;
  position: relative;
}

.lineup_page .lineup_mod_lists .link::after {
  content: "";
  width: 0.21rem;
  height: 0.21rem;
  position: absolute;
  top: calc(50% - 0.09rem);
  right: -5px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(/images/products/thermoeye/external_btn.svg);
}

@media screen and (max-width: 767px) {

    .lineup_page .top_mod_tit {
        margin: 35px auto;
    }
  .lineup_page .lineup_mod_lists {
    margin: 0.4rem auto 0;
    width: 100%;
  }
  .lineup_page .lineup_mod_lists li {
    display: block;
  }
  .lineup_page .lineup_mod_lists li:not(:first-of-type) {
    margin-top: 0.35rem;
  }
  .lineup_page .lineup_mod_lists .txt {
    width: 100%;
    margin-top: 0.2rem;
  }
  .lineup_page .lineup_mod_lists .tit_wrap {
    padding: 0.1rem 0.1rem;
    font-size: 0.1rem;
      letter-spacing: 1.2px;
  }
  .lineup_page .lineup_mod_lists .tit_wrap .tit {
    margin-top: 0.05rem;
    font-size: 0.2rem;
      letter-spacing: 1.2px;
  }
  .lineup_page .lineup_mod_lists .desc {
    margin-top: 0.1rem;
    padding: 0;
    font-size: 0.14rem;
  }

    .lineup_page .lineup_mod_lists .link {
        margin-top: 0.1rem;
    }

    .lineup_page .lineup_mod_lists .link::after {
        content: "";
        width: 0.15rem;
        height: 0.15rem;
        top: calc(50% - 0.06rem);
        right: -3px;
    }
}

.lineup_page .lineup:first-of-type {
  margin-top: 1.3rem;
}

.lineup_page .lineup:not(:first-of-type) {
  margin-top: 1.2rem;
}

.lineup_page .lineup.last {
    padding-bottom: 1.2rem;
}

.lineup_page .lineup .after {
  margin-top: 1.6rem;
}

.lineup_page .lineup .after .after_tit {
  font-size: 0.14rem;
  margin-bottom: 0.1rem;
}

.lineup_page .lineup .after tr:first-of-type {
  border-top: 1px solid #fff;
}

.lineup_page .lineup .after table,
.lineup_page .lineup .after td,
.lineup_page .lineup .after th {
  border-bottom: 1px solid #fff;
  border-collapse: collapse;
}

.lineup_page .lineup .after td,
.lineup_page .lineup .after th {
  font-size: 0.14rem;
  line-height: 1.5;
  color: #fff;
  padding: 0.1rem;
  height: 0.6rem;
  text-align: center;
  vertical-align: middle;
}

.lineup_page .lineup .after td:not(:last-of-type),
.lineup_page .lineup .after th:not(:last-of-type) {
  border-right: 1px solid #fff;
}

.lineup_page .lineup .after th {
  font-weight: 700;
}

@media screen and (max-width: 767px) {

    .lineup_page .lineup.last {
        padding-bottom: 0.64rem;
    }
    .lineup_page .lineup:first-of-type {
        margin-top: 0.64rem;
    }
  .lineup_page .lineup:not(:first-of-type) {
    margin-top: 0.5rem;
  }
  .lineup_page .lineup .after {
    margin-top: 0.8rem;
  }
  .lineup_page .lineup .after .after_tit {
    font-size: 0.14rem;
    margin-bottom: 0.1rem;
  }
  .lineup_page .lineup .after .table_wrap {
    width: calc(100% + 0.2rem);
    overflow: auto;
  }
  .lineup_page .lineup .after table {
    width: 12rem;
    margin-right: 0.2rem;
  }
}
/*# sourceMappingURL=style.css.map */
