@charset "UTF-8";

/*--------------------------------------------
  製品ページ共通CSS
--------------------------------------------*/
.btn .btn_01.btn_pdf:before {
  background-image: url(../images/common/icon_pdf.png);
}
.product_monitor .container:not(.feature){
  background: #fff;
}
.sec_bd {
  border-top: 1px solid #c7c7c7;
}
.compare_badge {
  font-size: 1.4rem;
  color: #fff;
  line-height: 1;
  padding: 0.5rem 1rem;
  background: #970921;
}
.product_monitor .link_area .top {
  background: #eeeeee;
}
/*overview*/

.slick-prev:after, .slick-next:after{
  display: none;
}

.slick-prev, 
.slick-next {
  width: 3rem;
  height: 3rem;
  background: url(../images/product/common/icon_arrow_prev.png) no-repeat #090d11 center / 7px 10px;
  transition: all 0.4s;
  z-index: 30;
}
.slick-next {
  background-image: url(../images/product/common/icon_arrow_next.png)!important;
}
.slick-prev:before,
.slick-next:before {
  content: '';
}
.gallery_main {
  opacity: 0;
  transition: opacity .3s linear;
}
.gallery_main.slick-initialized{
  opacity: 1;
}
.product_monitor .overview .flex_item {
  width: 50%;
}
.product_monitor .overview .gallery_main {
  width: 69%;
  margin: 0 auto;
}
.product_monitor .overview .slick-prev {
  left: -6rem;
}
.product_monitor .overview .slick-next {
  right: -6rem;
}
.product_monitor .overview .gallery_thumb {
  width: 81.6%;
  margin: 5rem auto 0;
}
.product_monitor .overview .gallery_thumb .item {
  padding: 0 1rem;
  cursor: pointer;
}
.product_monitor .overview .gallery_thumb .item .inner {
  padding: 1rem 2rem;
  border: 1px solid #e6e6e9;
}
.product_monitor .overview .gallery_thumb .item.slick-current .inner {
  border: 2px solid #970921;
}
.product_monitor .overview .r_box {
  padding-top: 2rem;
}
.product_monitor .product_ttl > * {
  line-height: 1;
  font-weight: 500;
}
.product_monitor .product_ttl .ttl_sub {
  font-size: 2.2rem;
}
.product_monitor .product_ttl .ttl_main {
  font-size: 2.5rem;
  margin-top: 2rem;
  font-weight: 700;
}
.product_monitor .overview .list_wrap {
  align-items: flex-end;
}
.product_monitor .overview .list_wrap .overview_list {
  /*width: 70%;*/
}
.product_monitor .overview .list_wrap .icon_ffxiv {
  /*widows: 30%;*/
  margin-left: 4rem;
}
.product_monitor .overview .overview_list {
  margin-top: 2.44rem;
}
.product_monitor .overview .icon_wrap {
  margin-top: 3.44rem;
  align-items: center;
  /*justify-content: space-between;*/
}
.product_monitor .overview .icon_wrap .item {
  width: calc((100% - 10rem) / 6);
}
.product_monitor .overview .icon_wrap .item img {
  max-height: 47px;
  width: auto;
  display: block;
  margin: 0 auto;
}
.product_monitor .overview .icon_wrap .item img.ffxiv {
  max-height: 70px;
}
.product_monitor .overview .icon_wrap .item:not(:last-child) {
  margin-right: 2rem;
}
.product_monitor .overview .btn {
  margin-top: 5rem;
}
.product_monitor .overview .btn_txt {
  font-size: 1.4rem;
}
@media screen and (min-width: 992px) {
  .slick-prev:hover, 
  .slick-prev:focus, 
  .slick-next:focus {
    background: url(../images/product/common/icon_arrow_prev.png) no-repeat #090d11 center / 7px 10px;
    opacity: 0.7;
  }
  .slick-next:hover {
    background: url(../images/product/common/icon_arrow_next.png) no-repeat #090d11 center / 7px 10px;
    opacity: 0.7;
  }
  .feature_boxr{
    width: 47%!important;
  }
}


/*feature*/
.product_monitor .feature {
  padding: 0;
}
.product_monitor .feature .ttl_box {
  padding: 10rem 6rem;
  background: #fff;
}
.product_monitor .feature .ttl_box .ttl_02 {
  margin-bottom: 0;
}
.product_monitor .feature_box {
  position: relative;
  color: #fff;
  min-height: 90vh;
  padding: 10rem 0;
}
.product_monitor .feature_box .sec_bg {
  /*background-attachment: fixed;*/
  background-repeat: no-repeat;
  min-height: 100vh;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-position: center center;
  background-size: cover;
  transition: all 1s ease-in-out;
  z-index: -1;
  opacity: 0;
}
.product_monitor .feature_box.active .sec_bg {
  opacity: 1;
}
.product_monitor .feature .sec_bg:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
  background: rgba(0,0,0,0.6);
}
.product_monitor .feature .curved01 .sec_bg {
  background-image: url(../images/product/common/img_bg_curved01.jpg);
}
.product_monitor .feature .refreshrate .sec_bg {
  background-image: url(../images/product/common/img_bg_240hz.jpg);
}
.product_monitor.product_24f350 .feature .refreshrate .sec_bg {
  background-image: url(../images/product/24f350/img_bg_240hz.jpg);
}
.product_monitor .feature .mprt .sec_bg {
  background-image: url(../images/product/common/img_bg_mprt.jpg);
}
.product_monitor .feature .color .sec_bg {
  background-image: url(../images/product/common/img_bg_color.jpg);
}
.product_monitor .feature .curved02 .sec_bg {
  background-image: url(../images/product/common/img_bg_curved02.jpg);
}
.product_monitor .feature .ffxiv .sec_bg {
  background-image: url(../images/product/common/img_bg_ffxiv.jpg);
}
.product_monitor.product_24f350 .feature .mprt .cnt_wrap {
  justify-content: space-between;
}
.product_monitor.product_24f350 .feature_box.mprt .flex_item.r_box {
  width: 47%;
}
.product_monitor .feature_box .ttl_02 {
  text-align: center;
  font-weight: 500;
  font-size: 7rem;
}
.product_monitor .feature_box .ttl_02:after {
  display: none;
}
.product_monitor .feature_box .ttl_sub {
  font-size: 3.4rem;
  font-weight: 500;
  margin-bottom: 2.5rem;
  line-height: 1;
}
.product_monitor .feature_box .feature_txt p {
  font-weight: 100;
}
.product_monitor .feature_box .feature_txt p.fw100 {
  font-weight: 100;
}
.product_monitor .feature_box .feature_txt p:not(:first-of-type) {
  margin-top: 1em;
}
.product_monitor .feature_box .feature_txt .sm {
  font-size: 1.2rem;
}
.product_monitor .feature_box .ttl_02:before {
  display: none;
}
.product_monitor .feature_box .flex_item {
  width: 50%;
}
.product_monitor .feature_box .flex_item.r_gutter {
  padding-right: 5rem;
}
.product_monitor .feature_box .flex_item.l_gutter {
  padding-left: 5rem;
}
.product_monitor .feature_box .feature_txt {
  margin-bottom: 2.5rem;
}
.product_monitor .feature_box .feature_txt + .feature_txt {
  margin-top: 5.5rem;
}
.product_monitor .feature_box .feature_txt.center {
  text-align: center;
}
.product_monitor .feature_box .img_wrap.center {
  text-align: center;
}
.product_monitor .feature_box .attention_image {
  font-size: 1.2rem;
  margin-top: 2rem;
  text-align: right;
  font-weight: 100;
}
.fw100 {
  font-weight: 100!important;
}
.product_monitor .feature_box .anime_top {
  opacity: 0;
  transform: translateY(6rem);
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}
.product_monitor .feature_box.is-anime .anime_top {
  opacity: 1;
  transform: translateY(0);
}
.product_monitor .feature_box .anime_delay01 {
  -webkit-transition-delay: .8s;
  transition-delay: .8s;
}
.product_monitor .feature_box .anime_delay02 {
  -webkit-transition-delay: 1.0s;
  transition-delay: 1.0s;
}
.product_monitor .feature_box .anime_delay03 {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.product_monitor .feature_box .anime_delay04 {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
/*ゲームに最適な曲面型パネル*/
.product_monitor .feature_box.curved01 .flex_item {
  display: flex;
  flex-direction: column;
}
.product_monitor .feature_box.curved01 .flex_item .img_wrap {
  margin-top: auto;
}
/*快適なゲームプレイを可能に*/
.product_monitor .feature_box.mprt .flex_item.l_box {
  width: 42%;
  padding-right: 5rem;
}
.product_monitor .feature_box.mprt .flex_item.r_box {
  width: 58%;
}
.product_monitor .feature_box.mprt .compare_badge {
  position: absolute;
  top: 1.5rem;
  z-index: 30;
}
.product_monitor .feature_box.mprt .compare_badge.before {
  left: 1.5rem;
}
.product_monitor .feature_box.mprt .compare_badge.after {
  right: 1.5rem;
}
.product_monitor .feature_box.mprt .icon_arrow {
  display: inline-block;
  margin: 0 0.3rem;
  position: relative;
  top: -0.3rem;
  width: 25px;
}
.product_24c350 .feature_box.mprt .r_box .img_wrap {
  max-width: 565px;
  margin: 0 auto;
}
/*function*/
.product_monitor .function .function_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product_monitor .function .item {
  width: calc((100% - 6rem) / 2);
  border-top: 1px solid #090d11;
  padding-top: 2rem;
  display: flex;
  flex-direction: column;
}
.product_monitor .function .item:not(:nth-child(-n+2)) {
  margin-top: 7rem;
}
.product_monitor .function .item .ttl_03 {
  text-align: center;
  font-size: 2.5rem;
  padding-left: 0;
  margin-bottom: 0;
}
.product_monitor .function .item .ttl_03:after {
  display: none;
}
.product_monitor .function .item .function_txt {
  margin: 2.5rem 0;
}
/*.product_monitor .function .item .function_txt .attention {
  font-size: 1.4rem;
}*/
.product_monitor .function .item .attention {
  font-size: 1.2rem;
  margin-top: 0.5rem;
}
.product_monitor .function .item .img_box {
  margin-top: auto;
  position: relative;
}

.product_monitor .function .item .img_box .compare_badge {
  display: block;
  position: absolute;
  top: 1rem;
  
}
.product_monitor .function .item .img_box .compare_badge.badge_left {
  left: 1rem;
}
.product_monitor .function .item .img_box .compare_badge.badge_right {
  right: 1rem;
}
.product_monitor .function .item .func_slide .wrap {
  position: relative;
  cursor: grab;
}
.product_monitor .function .item .func_slide .slide_ttl {
  display: inline-block;
  position: absolute;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  padding: 1rem 1.5rem;
  background: #970921;
}
.product_monitor .function .item .func_slide .img_cap {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  font-size: 1.25rem;
  line-height: 1.4;
  padding: 0.5rem 1rem;
  color: #fff;
  background: #090d11;
}
.product_monitor .function .item .func_slide .slick-next {
  right: 0;
}
.product_monitor .function .item .func_slide .slick-prev {
  left: 0;
}

/*comparison*/
.product_monitor #product_comparison .attention {
  margin-top: 3rem;
}

/*specification*/
.product_monitor .specification .item:not(:first-child) {
  margin-top: 3rem;
}
.product_monitor .specification .specification_ttl {
  background: #090d11;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding: 1.5rem 2rem;
}
.product_monitor .specification .specification_list {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #eeeeee;
}
.product_monitor .specification .specification_list > * {
  padding: 0.9rem 2rem;
}
.product_monitor .specification .specification_list > dt {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.product_monitor .specification .specification_list > dd {
  width: 60%;
}
.product_monitor .specification .specification_list > dt:nth-of-type(odd),
.product_monitor .specification .specification_list > dd:nth-of-type(odd) {
  background: #eeeeee;
}
.product_monitor .specification .specification_list + .btn {
  margin-top: 2rem;
}
.product_monitor .specification .specification_list .column_box {
  display: flex;
}
/*
.product_monitor .specification .specification_list .column_box .box {
  margin-right: 0.5em;
}
*/
.product_monitor .info .flex_item {
  width: 50%;
}
.product_monitor .info .img_box {
  text-align: center;
  padding: 0 5rem;
}
.product_monitor .info .info_box .ttl {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1;
}
.product_monitor .info .info_box span {
  font-weight: 700;
  font-size: 1.8rem;
}
.product_monitor .info .info_box > *:not(.ttl) {
  margin-top: 1.5rem;
}
.product_monitor .info .info_box dl {
  display: flex;
  flex-wrap: wrap;
}
.product_monitor .info .info_box dl dt {
  width: 8em;
}
.product_monitor .info .info_box dl dd {
  width: calc(100% - 8em);
}
.product_monitor .info .btn {
  margin-top: 2.5rem;
}
/*support*/
.product_monitor .support .support_list {
  display: flex;
  justify-content: space-between;
  /*align-items: center;*/
  margin: 0 auto;
}
.product_monitor .support .support_list li {
  width: calc((100% - 8rem) / 5);
  text-align: center;
}
.product_monitor .support .support_list li a {
  background: #090d11;
  color: #fff;
  line-height: 1;
  padding: 3rem 0;
  display: block;
  border: 1px solid #090d11;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.product_monitor .support .support_list li span.inner {
  position: relative;
  padding-left: 4.5rem;
}
.product_monitor .support .support_list li span.inner:before {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1.5rem;
  background: no-repeat center / 30px auto;
  transition: 0.3s;
}
.product_monitor .support .support_list li.catalog span.inner:before {
  background-image: url(../images/product/common/icon_support_catalog.png);
}
.product_monitor .support .support_list li.faq span.inner:before {
  background-image: url(../images/product/common/icon_support_faq.png);
}
.product_monitor .support .support_list li.movie span.inner:before {
  background-image: url(../images/product/common/icon_support_movie.png);
}
.product_monitor .support .support_list li.manual span.inner:before {
  background-image: url(../images/product/common/icon_support_manual.png);
}
.product_monitor .support .support_list li.contact span.inner:before {
  background-image: url(../images/product/common/icon_support_call.png);
}
.product_monitor .support .support_list li.purchase span.inner:before {
  background-image: url(../images/product/common/icon_support_purchase.png);
}
@media screen and (min-width: 992px) {
  .product_monitor .support .support_list li a:hover {
    background: #fff;
    color: #090d11;
  }
  .product_monitor .support .support_list li.selfcheck a:hover span:before {
    background-image: url(../images/product/common/icon_support_question_bl.png);
  }
  .product_monitor .support .support_list li.faq a:hover span:before {
    background-image: url(../images/product/common/icon_support_faq_bl.png);
  }
  .product_monitor .support .support_list li.movie a:hover span:before {
    background-image: url(../images/product/common/icon_support_movie_bl.png);
  }
  .product_monitor .support .support_list li.manual a:hover span:before {
    background-image: url(../images/product/common/icon_support_book_bl.png);
  }
  .product_monitor .support .support_list li.contact a:hover span:before {
    background-image: url(../images/product/common/icon_support_call_bl.png);
  }
  .product_monitor .support .support_list li.purchase a:hover span:before {
  background-image: url(../images/product/common/icon_support_purchase_bl.png);
}
}

@media screen and (max-width : 1399px ) {
}
@media screen and (min-height : 1000px ) {
  .product_monitor .feature_box {
    min-height: 60vh;
  }
}
@media screen and (max-width : 1199px ) {
}
@media screen and (max-width : 991px ) {
  .product_monitor .product_ttl .ttl_sub {
    line-height: 1.3;
  }
  .product_monitor .overview .gallery_main {
    width: 80%;
    padding-right: 3.5rem;
  }
  .product_monitor .overview .gallery_thumb {
    width: 80%;
    padding-right: 3.5rem;
  }
  .product_monitor .overview .slick-prev {
    left: -3.5rem;
  }
  .product_monitor .overview .slick-next {
    right: 0;
  }
  .product_monitor .overview .icon_wrap {
    margin-top: 2rem;
  }
  .product_monitor .overview .btn {
    margin-top: 3rem;
  }
  .product_monitor .overview .list_wrap {
    display: block;
  }
  .product_monitor .overview .list_wrap .icon_ffxiv {
    margin-left: 0;
    margin-top: 1.5rem;
  }
  .product_monitor .overview .list_wrap .icon_ffxiv img {
    margin: 0 auto;
  }
  .product_monitor .anchor .inner_main {
    max-width: 100%;
    padding: 0;
  }
  .product_monitor .feature .ttl_box {
    padding: 7.5rem 0 4rem 0;
  }
  .product_monitor .feature_box .ttl_02 {
    font-size: 4.5rem;
  }
  .product_monitor .feature_box .ttl_sub {
    font-size: 3rem;
  }
  .product_monitor .feature_box {
    padding: 7.5rem 0;
  }
  .product_monitor .feature_box .flex_item {
    width: 100%;
  }
  .product_monitor .feature_box .flex_item:not(:first-child) {
    margin-top: 7rem;
  }
  .product_monitor .feature_box .flex_item.r_gutter {
    padding-right: 0;
  }
  .product_monitor .feature_box .flex_item.l_gutter {
    padding-left: 0;
  }
  .product_monitor .feature_box .feature_txt {
    max-width: 80%;
    margin: 0 auto;
  }
  .product_monitor .feature_box .feature_txt.center {
    text-align: left;
  }
  .product_monitor .feature_box.curved01 .flex_item {
    display: block;
  }
  .product_monitor .feature_box .feature_txt + .img_wrap {
    text-align: center;
    margin-top: 3rem;
  }
  .product_monitor .feature_box .ttl_sub {
    text-align: center;
  }
  .product_monitor .feature_box .attention_image {
    text-align: left;
  }
  .product_monitor .feature_box.curved01 .flex_item .img_wrap {
    margin-top: 3rem;
  }
  .product_monitor .feature_box.mprt .flex_item.l_box {
    width: 100%;
    padding: 0;
  }
  .product_monitor .feature_box.mprt .flex_item.r_box {
    width: 100%;
  }
  .product_monitor.product_24f350 .feature_box.mprt .flex_item.r_box {
    width: 100%;
  }
  .product_monitor.product_24f350 .feature_box.mprt .img_wrap {
    max-width: 565px;
  }
  .product_monitor .feature_box.mprt .img_wrap {
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
  .product_monitor .feature_box.mprt .feature_txt .sm {
    margin-top: 1em;
    display: block
  }
  .product_monitor .feature_box.mprt .icon_arrow {
    width: 20px
  }
  .product_monitor .anchor {
    /*top: 2.7em;*/
  }
  .product_monitor .function .item .ttl_03 {
    line-height: 1.4;
  }
  .product_monitor .function .item {
    width: calc((100% - 2rem) / 2);
  }
  .product_monitor .specification .item .btn_pdf {
    max-width: 30rem;
  }
  .product_monitor .support .support_list {
    flex-wrap: wrap;
  }
  .product_monitor .support .support_list li {
    width: 48%;
    margin: 0 1%;
  }
  .product_monitor .support .support_list li:nth-child(n+3) {
    margin-top: 2%;
  }
  .product_monitor .support .support_list li a {
    padding: 2rem 0;
  }
  .product_monitor .support .support_list li span {
    padding-left: 3.5rem;
  }
  .product_monitor .support .support_list li span:before {
    margin-top: -0.75em;
  }
  .product_monitor .specification .specification_list > dt {
    width: 42%;
  }
  .product_monitor .specification .specification_list > dd {
    width: 58%;
  }
}
@media screen and (min-width : 768px ) and (max-width : 991px ) {
  .product_monitor .feature_box .flex_item.tb_50 {
    width: 50%;
  }
  .product_monitor .feature_box .flex_item.tb_50:not(:first-child) {
    margin-top: 0;
  }
  .product_monitor .feature_box.color .flex_item {
    padding: 0 3rem;
  }
  .product_monitor .function .item .img_box .compare_badge.badge_left {
    left: 25%;
    transform: translateX(-50%);
  }
  .product_monitor .function .item .img_box .compare_badge.badge_right {
    right: 25%;
    transform: translateX(50%);
  }
}
@media screen and (max-width : 767px ) {
  .product_monitor .overview .product_ttl {
    margin-bottom: 3rem;
  }
  .product_monitor .overview .gallery_main img {
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
  }
  .product_monitor .overview .flex_item {
    width: 100%;
  }
  .product_monitor .overview .r_box {
    padding-top: 0;
  }
  .product_monitor .overview .overview_list {
    margin-top: 3rem;
  }
  .product_monitor .overview .icon_wrap {
    /*flex-wrap: wrap;
    justify-content: center;*/
  }
  .product_monitor .overview .icon_wrap .item:not(:last-child) {
    margin-right: 3%;
  }
  .product_monitor .overview .icon_wrap .item {
    width: calc(100% / 6);
  }
/*  .product_monitor .overview .icon_wrap .item:nth-child(n+5) {
    margin-top: 1.5rem;
  }*/
  .product_monitor .overview .btn {
    margin-top: 3rem;
  }
  .product_monitor .overview .btn a {
    margin: 0 auto;
  }
  .product_monitor .overview .btn_txt {
    text-align: center;
  }
  .product_monitor .overview .gallery_main {
    width: 80%;
    margin: 0 auto;
    padding-right: 0;
  }
  .product_monitor .overview .gallery_thumb {
    width: 80%;
    margin: 3rem auto 0;
    padding-right: 0;
  }
  .product_monitor .overview .slick-prev {
    left: -10%;
  }
  .product_monitor .overview .slick-next {
    right: -10%;
  }
  .product_monitor .anchor {
    /*top: 51px;*/
  }
  .product_monitor .anchor .flex{
    flex-wrap: wrap;
  }
  .product_monitor .anchor .anchor_item {
    width: 33.33%;
  }
  .product_monitor .anchor .anchor_item:nth-child(n+4) {
    border-top: 1px solid #565656;
  }
  .product_monitor .anchor.stickey .anchor_item:nth-child(n+4) {
    border-color: #777;
  }
  .product_monitor .anchor .anchor_item a {
    padding: 1.5rem 0;
  }
  .product_monitor .anchor.stickey .anchor_item a {
    padding: 0.7rem 0;
  }
  .product_monitor .feature .ttl_box {
    padding: 6rem 0 3rem ;
  }
  .product_monitor .feature_box {
    padding: 6rem 0;
  }
  .product_monitor .feature_box .ttl_02 {
    font-size: 3rem;
    line-height: 1.4;
  }
  .product_monitor .feature_box .ttl_sub {
    font-size: 2.5rem;
  }
  .product_monitor .feature_box .feature_txt {
    max-width: 90%;
  }
  .product_monitor .feature_box .feature_txt p {
    font-weight: 300;
  }
  .product_monitor .feature_box .attention_image {
    font-weight: 300;
  }

  .product_monitor .feature .curved01 .sec_bg {
  background-image: url(../images/product/common/img_bg_curved01_sp.jpg);
  }
  .product_monitor .feature .refreshrate .sec_bg {
    background-image: url(../images/product/common/img_bg_240hz_sp.jpg);
  }
  .product_monitor .feature .mprt .sec_bg {
    background-image: url(../images/product/common/img_bg_mprt_sp.jpg);
  }
  .product_monitor .feature .color .sec_bg {
    background-image: url(../images/product/common/img_bg_color_sp.jpg);
  }
  .product_monitor .feature .curved02 .sec_bg {
    background-image: url(../images/product/common/img_bg_curved02_sp.jpg);
  }
  .product_monitor .feature .color .img_wrap > .flex_item {
    margin-top: 0;
  }
  .product_monitor .feature .color .img_wrap img {
    max-width: 250px;
   }
  .product_monitor .function .item {
    width: 100%;
  }
  .product_monitor .function .item:not(:nth-child(-n+1)) {
    margin-top: 5rem;
  }
  .product_monitor .function .item .img_box img {
    width: 100%;
  }
  .product_monitor .feature_box.mprt .img_wrap {
    width: 100%;
  }
  .product_monitor .info .flex_item {
    width: 100%;
  }
  .product_monitor .info .img_box {
    padding: 0;
    max-width: 80%;
    margin: 0 auto;
  }
  .product_monitor .info .r_box {
    margin-top: 3rem;
  }
  .product_monitor .info .btn a {
    margin: 0 auto;
  }
  .product_monitor .info .btn_txt {
    text-align: center;
  }
  .product_monitor .support .support_list li span:before {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background-size: 20px;
  }
}
@media screen and (min-width : 576px ) and (max-width : 767px ) {

}
@media screen and (max-width : 575px ) {
  .product_monitor .feature_box .ttl_02 {
    font-size: 2.5rem;
    font-weight: 500;
    margin-bottom: 3rem;
  }
  .product_monitor .feature_box .ttl_sub {
    font-size: 2.1rem;
    line-height: 1.3;
  }
  .product_monitor .feature_box .feature_txt {
    max-width: 100%;
  }
  .product_monitor .product_ttl .ttl_sub {
    font-size: 2rem;
  }
  .product_monitor .specification .specification_list > dt {
    width: 100%;
    position: relative;
    font-weight: 500;
  }
  .product_monitor .specification .specification_list > dt:before {
    content: '';
    height: 1px;
    width: calc(100% - 4rem);
    background: #ddd;
    position: absolute;
    left: 2rem;
    bottom: 0;
  }
  .product_monitor .specification .specification_list > dd{
    width: 100%;
  }
  .product_monitor .support .support_list li {
    width: 100%;
  }
  .product_monitor .support .support_list li:nth-child(n+2) {
    margin-top: 1.5rem;
  }
  .product_monitor .overview .slick-prev {
    left: -13%;
  }
  .product_monitor .overview .slick-next {
    right: -13%;
  }
  .product_monitor .overview .gallery_thumb {
    width: 90%;
    margin-top: 3rem;
  }
  .product_monitor .overview .icon_wrap .item img {
    height: auto;
  }
}

/* for 4k */

    .product_monitor .feature .four-k .sec_bg{
      background-image: url('../images/product/27f750/img_bg_fourk.jpg');
    }
    .product_monitor .feature .refresh .sec_bg{
      background-image: url('../images/product/27f750/img_bg_refresh.jpg');
    }

    @media screen and (max-width : 991px ) {
.product_monitor .feature .four-k .sec_bg{
      background-image: url('../images/product/27f750/img_bg_fourk_sp.jpg');
    }
.product_monitor .feature .refresh .sec_bg{
      background-image: url('../images/product/27f750/img_bg_refresh_sp.jpg');
    }
