/* ==========================================================
 reset
========================================================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body { background-color: #fff; }
.btn-cmn-pagetop { z-index: 9999; }
/* ==========================================================
 mod_breadcrumb
========================================================== */
@media screen and (min-width: 768px) {
#mod_breadcrumb {
  padding: 23px 0;
}
#ht5_contents #mod_breadcrumb .list ol h1 { font-weight: normal; }
#ht5_contents #mod_breadcrumb .list ol li {
  background-position: 0 center;
  line-height: 1.1;
}
}
@media screen and (max-width: 767px) {
.mod_breadcrumb {
  display: none;
}
}

/* ==========================================================
 section
========================================================== */
/* sec-cmn-tv
---------------------------------------------------------- */
.sec-cmn-tv {
  padding-top: 80px;
  padding-bottom: 80px;
}
.sec-cmn-tv.bg-01,
.sec-cmn-tv.bg-01 .ttl-bp-01 .text {
  background-color: #efe9d6;
}
.sec-cmn-tv.bg-02,
.sec-cmn-tv.bg-02 .ttl-bp-01 .text {
  background-color: #f7f4ec;
}
.sec-cmn-tv.bg-03,
.sec-cmn-tv.bg-03 .ttl-bp-01 .text {
  background-color: #f9f9f9;
}
@media screen and (max-width: 767px) {
.sec-cmn-tv {
  padding-top:40px;
  padding-bottom: 40px;
}
}
/* sec-tvshopping
---------------------------------------------------------- */
.sec-tvshopping .ttl-tvshopping-01 {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
.sec-tvshopping .ttl-tvshopping-01 {
  font-size: 24px;
  font-size: 4.45vw;
}
}

/* ==========================================================
 box
========================================================== */
/* box-container
---------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .box-container {
    width: 1205px;
    min-width: 1205px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
.box-container {
  padding-right: 15px;
  padding-left: 15px;
}
}

/* ==========================================================
 title
========================================================== */
.ttl-bp-01 {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
.ttl-bp-01:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #bdac71;
}
.ttl-bp-01 .text {
  position: relative;
  display: block;
  width: 750px;
  margin: 0 auto;
  background-color: #fff;
  text-align: center;
}
.ttl-bp-01 .text img {
  width: 438px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
.ttl-bp-01 {
  width: 94%;
}
.ttl-bp-01 .text {
  width: 69.5%;
}
.ttl-bp-01 .text img {
  width: 98% !important;
}
}

/* ==========================================================
 module
========================================================== */
/* list-tvshopping-01
---------------------------------------------------------- */
.list-tvshopping-01 a {
  display: block;
  border: 1px solid #eee;
  border-radius: 4px;
  overflow: hidden;
}
.list-tvshopping-01 a:hover { text-decoration: none !important; }
.list-tvshopping-01 .figure {
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}
.list-tvshopping-01 .box-info {
  position: relative;
  padding: 32px 20px;
  background-color: #fff;
}
  .list-tvshopping-01 .box-info .logo {
    position: absolute;
    left: 15px;
    z-index: 2;
    height: 70px;
    background-size: 100% auto;
    background-position: 0 0;
    background-repeat: no-repeat;
  }
  .list-tvshopping-01 .box-info .logo.logo-01 {
    top: -14%;
    width: 27%;
    background-image: url(https://img.dinos.co.jp/images/cms/tv/top/logo_01.png);
  }
  .list-tvshopping-01 .box-info .logo.logo-02 {
    top: -13%;
    width: 47.3%;
    background-image: url(https://img.dinos.co.jp/images/cms/tv/top/logo_02.png);
  }
  .list-tvshopping-01 .box-info .logo.logo-03 {
    top: -15%;
    width: 19.2%;
    background-image: url(https://img.dinos.co.jp/images/cms/tv/top/logo_03.png);
  }
  .list-tvshopping-01 .box-info .logo.logo-04 {
    top: -12%;
    width: 22.5%;
    background-image: url(https://img.dinos.co.jp/images/cms/tv/top/logo_04.png);
  }
  .list-tvshopping-01 .box-info .logo.logo-05 {
    top: -15%;
    width: 18%;
    background-image: url(https://img.dinos.co.jp/images/cms/tv/top/logo_05.png);
  }
  .list-tvshopping-01 .box-info .logo.logo-06 {
    top: -15%;
    width: 18%;
    background-image: url(https://img.dinos.co.jp/images/cms/tv/top/logo_06.png);
  }
  .list-tvshopping-01 .box-info .logo.logo-07 {
    top: -15%;
    width: 18%;
    background-image: url(https://img.dinos.co.jp/images/cms/tv/top/logo_07.png);
  }
  .list-tvshopping-01 .box-info .logo.logo-08 {
    top: -26%;
    width: 18%;
    height: 140px;
    background-image: url(https://img.dinos.co.jp/images/cms/tv/top/logo_08.png);
  }
  .list-tvshopping-01 .box-info .logo.logo-09 {
    top: -26%;
    width: 18%;
    height: 140px;
    background-image: url(https://img.dinos.co.jp/images/cms/tv/top/logo_09.png);
  }
  .list-tvshopping-01 .item:nth-child(-n+3) .box-info .logo { left: 20px; }
  .list-tvshopping-01 .box-info .countdown {
    padding: 10px 5px 5px;
    background-color: #fff;
    text-align: center;
    color: #ff0000;
    letter-spacing: -0.07em;
    line-height: 1;
    border: 1px solid #ff0000;
  }
    .list-tvshopping-01 .box-info .countdown .txt {
      font-size: 14px;
    }
    .list-tvshopping-01 .box-info .countdown .num {
      font-size: 24px;
      font-weight: bold;
    }
    .list-tvshopping-01 .box-info .countdown .num.ms {
      display: none;
    }
    .list-tvshopping-01 .item:nth-child(-n+3) .box-info .countdown .num {
			font-size: 28px;
		}
			.list-tvshopping-01 .item:nth-child(-n+3) .box-info .countdown .num.ms {
      	display: inline-block;
    	}
  .list-tvshopping-01 .box-info .title {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
  }
  .list-tvshopping-01 .box-info .text-desc {
    font-size: 14px;
    line-height: 1.4;
  }
  .list-tvshopping-01 .item:nth-child(-n+3) .box-info .title {
    font-size: 20px;
    line-height: 1.5;
    margin-top: 15px;
  }
  .list-tvshopping-01 .item:nth-child(-n+3) .box-info .text-desc {
    font-size: 16px;
    line-height: 1.5;
  }
  .list-tvshopping-01 a:hover .title,
  .list-tvshopping-01 a:hover .text-desc{ text-decoration: underline; }
.list-tvshopping-01 .cms_item_status1 dd,
.list-tvshopping-01 .cms_item_status2 dd,
.list-tvshopping-01 .cms_item_status3 dd,
.list-tvshopping-01 .cms_item_status4 dd {
 border: 1px solid #eee;
 border-top: none;
 border-radius: 0 0 4px 4px;
}
.list-tvshopping-01 .cms_item_status1 dd div,
.list-tvshopping-01 .cms_item_status2 dd div,
.list-tvshopping-01 .cms_item_status3 dd div,
.list-tvshopping-01 .cms_item_status4 dd div {
 border-radius: 0 0 4px 4px;
}
@media screen and (min-width: 768px) {
.list-tvshopping-01 {
  margin: -35px 0 0 -35px;
  overflow: hidden;
}
.list-tvshopping-01 .item {
  float: left;
  width: 275px;
  margin: 35px 0 0 35px;
}
  .list-tvshopping-01 .item:nth-child(4),
  .list-tvshopping-01 .item:nth-child(4n+8) { clear: left; }
  .list-tvshopping-01 .item:nth-child(-n+3) {
    width: 385px;
    margin-left: 25px;
  }
  .list-tvshopping-01 .item:first-child { margin-left: 35px; }
/*sec-bp-pickup*/
.sec-bp-pickup .list-tvshopping-01 .item:nth-child(4),
.sec-bp-pickup .list-tvshopping-01 .item:nth-child(4n+8) { 
 clear: none;
}
.sec-bp-pickup .list-tvshopping-01 .item:nth-child(-n+3) {
 width: 275px;
 margin-left: 35px;
}
}
@media screen and (max-width: 767px) {
.list-tvshopping-01 {
  margin: -15px -8px 0;
  overflow: hidden;
}
.list-tvshopping-01 .item {
  float: left;
  width: 50%;
  padding: 0 8px;
  margin-top: 15px;
}
  .list-tvshopping-01 .item:nth-child(-n+3) {
    float: none;
    width: 100%;
    padding: 0 8px;
  }
.list-tvshopping-01 a { border-radius: 3px; }
.list-tvshopping-01 .figure { border-radius: 3px 3px 0 0; }
.list-tvshopping-01 .box-info { padding: 11% 6.5%; }
.list-tvshopping-01 .item:nth-child(-n+3) .box-info { padding: 9% 5%; }
  .list-tvshopping-01 .box-info .logo {
    position: absolute;
    left: 15px;
    z-index: 2;
    height: 23%;
  }
  .list-tvshopping-01 .box-info .logo.logo-01 { top: -13%; }
  .list-tvshopping-01 .box-info .logo.logo-02 { top: -11%; }
  .list-tvshopping-01 .box-info .logo.logo-03 { top: -14%; }
  .list-tvshopping-01 .box-info .logo.logo-04 { top: -11%; }
  .list-tvshopping-01 .box-info .logo.logo-05 { top: -9%; }
  .list-tvshopping-01 .box-info .logo.logo-06 { top: -9%; }
  .list-tvshopping-01 .box-info .logo.logo-07 { top: -9%; }
  .list-tvshopping-01 .box-info .logo.logo-08 { top: -16%; }
  .list-tvshopping-01 .box-info .logo.logo-09 { top: -16%; }
  .list-tvshopping-01 .item:nth-child(-n+3) .box-info .logo { height: 32%; }
  .list-tvshopping-01 .item:nth-child(-n+3) .box-info .logo.logo-01 { top: -18.5%; }
  .list-tvshopping-01 .item:nth-child(-n+3) .box-info .logo.logo-02 { top: -17%; }
  .list-tvshopping-01 .item:nth-child(-n+3) .box-info .logo.logo-03 { top: -19.5%; height: 36%; }
  .list-tvshopping-01 .item:nth-child(-n+3) .box-info .logo.logo-04 { top: -16%; }
  .list-tvshopping-01 .item:nth-child(-n+3) .box-info .logo.logo-05 { top: -18.5%; }
  .list-tvshopping-01 .item:nth-child(-n+3) .box-info .logo.logo-06 { top: -17%; }
  .list-tvshopping-01 .item:nth-child(-n+3) .box-info .logo.logo-07 { top: -19.5%; height: 36%; }
  .list-tvshopping-01 .item:nth-child(-n+3) .box-info .logo.logo-08 { top: -16%; }
  .list-tvshopping-01 .item:nth-child(-n+3) .box-info .logo.logo-09 { top: -16%; }
  .list-tvshopping-01 .box-info .countdown {
    margin-bottom: 7px;
    padding: 5px 0 5px 1px;
    text-align: center;
  }
    .list-tvshopping-01 .box-info .countdown .txt {
      font-size: 12px;
      font-size: 2.23vw;
    }
    .list-tvshopping-01 .box-info .countdown .num {
      font-size: 24px;
      font-size: 3.9vw;
    }
    .list-tvshopping-01 .item:nth-child(-n+3) .box-info .countdown .txt {
      font-size: 18px;
      font-size: 3.43vw;
    }
    .list-tvshopping-01 .item:nth-child(-n+3) .box-info .countdown .num {
      font-size: 36px;
      font-size: 6.86vw;
    }
  .list-tvshopping-01 .box-info .title {
    margin-bottom: 10px;
    font-size: 15px;
    font-size: 2.78vw;
    line-height: 1.33;
  }
  .list-tvshopping-01 .box-info .text-desc {
    font-size: 15px;
    font-size: 2.78vw;
    line-height: 1.33;
  }
  .list-tvshopping-01 .item:nth-child(-n+3) .box-info .title {
    margin-bottom: 15px;
    font-size: 27px;
    font-size: 5.01vw;
  }
  .list-tvshopping-01 .item:nth-child(-n+3) .box-info .text-desc {
    font-size: 21px;
    font-size: 3.9vw;
  }
 /*sec-bp-pickup*/
 .list-tvshopping-01 .cms_item_status1 dd,
 .list-tvshopping-01 .cms_item_status2 dd,
 .list-tvshopping-01 .cms_item_status3 dd,
 .list-tvshopping-01 .cms_item_status4 dd {
  border-radius: 0 0 3px 3px;
 }
 .list-tvshopping-01 .cms_item_status1 dd div,
 .list-tvshopping-01 .cms_item_status2 dd div,
 .list-tvshopping-01 .cms_item_status3 dd div,
 .list-tvshopping-01 .cms_item_status4 dd div {
  border-radius: 0 0 3px 3px;
 }
}

/* list-tvshopping-02
---------------------------------------------------------- */
.list-tvshopping-02 { overflow: hidden; }
  .list-tvshopping-02 .item { float: left; }
  .list-tvshopping-02 a { display: block; }
  .list-tvshopping-02 .figure {
    position: relative;
    z-index: 1;
    border-radius: 3px;
    overflow: hidden;
  }
    .list-tvshopping-02 .figure img { border-radius: 3px; }
@media screen and (min-width: 768px) {
.list-tvshopping-02 { margin: 15px 0 0 -35px; }
  .list-tvshopping-02 .item {
    width: 275px;
    margin: 35px 0 0 35px;
  }
}
@media screen and (max-width: 767px) {
.list-tvshopping-02 { margin: 10px -8px 0; }
  .list-tvshopping-02 .item {
    width: 50%;
    padding: 0 8px;
    margin-top: 16px;
  }
}
/* list-tvshopping-03
---------------------------------------------------------- */
.list-tvshopping-03 { overflow: hidden; }
  .list-tvshopping-03 .item { float: left; }
  .list-tvshopping-03 a {
    display: block;
    border: 1px solid #eee;
    border-radius: 5px;
    overflow: hidden;
  }
  .list-tvshopping-03 .figure {
    position: relative;
    z-index: 1;
    background-color: #fff;
    border-radius: 3px 3px 0 0;
    overflow: hidden;
  }
    .list-tvshopping-03 .figure img {
      max-width: 100%;
      border-radius: 3px 3px 0 0;
    }
  .list-tvshopping-03 .box-info {
    position: relative;
    padding: 15px 20px 60px;
    background-color: #fff;
  }
  .list-tvshopping-03 .title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    line-height: 1.5;
  }
  .list-tvshopping-03 .text-desc {
    font-size: 16px;
    color: #333;
    line-height: 1.5;
  }
  .list-tvshopping-03 .text-moderator {
    position: absolute;
    bottom: 15px;
    left: 20px;
    font-size: 14px;
    color: #333;
    line-height: 1.4;
  }
@media screen and (min-width: 768px) {
.list-tvshopping-03 { margin: 0 0 0 -25px; }
  .list-tvshopping-03 .item {
    width: 383px;
    margin: 30px 0 0 25px;
  }
  .list-tvshopping-03 .item:nth-child(3n+4) { clear: left; }
    .list-tvshopping-03 a:hover .text-moderator { text-decoration: underline; }
}
@media screen and (max-width: 767px) {
.list-tvshopping-03 { margin: 0 -8px 0; }
  .list-tvshopping-03 .item {
    width: 50%;
    padding: 0 8px;
    margin-top: 16px;
  }
  .list-tvshopping-03 .item:nth-child(2n+3) { clear: left; }
  .list-tvshopping-03 .box-info {
    padding: 10px 12px 45px;
  }
  .list-tvshopping-03 .title {
    margin-bottom: 3px;
    font-size: 15px;
    font-size: 2.78vw;
    line-height: 1.8;
  }
  .list-tvshopping-03 .text-desc {
    font-size: 12px;
    font-size: 2.23vw;
    line-height: 1.6;
  }
  .list-tvshopping-03 .text-moderator {
    position: absolute;
    bottom: 15px;
    left: 20px;
    font-size: 12px;
    font-size: 2.23vw;
    line-height: 1.6;
  }
}
/* mod-tvshopping-slider
---------------------------------------------------------- */
.mod-tvshopping-slider {
  min-height: 620px;
  visibility: hidden;
  padding: 68px 0 30px;
  background: #000 url(https://img.dinos.co.jp/images/cms/tv/common/bg_slider.jpg) center 0 no-repeat;
  background-size: auto 100%;
  text-align: center;
}
  .mod-tvshopping-slider .slider-wrap { position: relative; }
  .mod-tvshopping-slider .slider-main {
    position: relative;
    z-index: 0;
  }
  .mod-tvshopping-slider .list-slider { overflow: hidden; }
  .mod-tvshopping-slider .list-slider .item .link-image,
  .mod-tvshopping-slider .list-slider .item .box-video {
    margin: 0 -3.7%;
  }
  .mod-tvshopping-slider .list-slider .link-image:hover,
  .mod-tvshopping-slider .list-slider .box-video:hover{
    text-decoration: none !important;
  }
    .mod-tvshopping-slider .list-slider .link-image,
    .mod-tvshopping-slider .list-slider .box-video {
      position: relative;
      z-index: 1;
      padding-top: 56.3%;
      display: block;
      -webkit-transform: scale(0.68);
      -ms-transform: scale(0.68);
      transform: scale(0.68);
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      opacity: 0.5;
    }
      .mod-tvshopping-slider .list-slider .item.slick-center .link-image,
      .mod-tvshopping-slider .list-slider .item.slick-center .box-video {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
      }
      .mod-tvshopping-slider .list-slider .link-image img,
      .mod-tvshopping-slider .list-slider .box-video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100% !important;
      }
      .mod-tvshopping-slider .list-slider .box-video .video-overlay {
        display: none;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0);
      }
    .mod-tvshopping-slider .list-slider .box-link {
      padding: 35px 0 30px;
      text-align: center;
      opacity: 0;
    }
      .mod-tvshopping-slider .list-slider .box-link .btn {
        position: relative;
        display: block;
        width: 334px;
        padding: 15px 0;
        margin: 0 auto;
        background-color: #fff;
        border-radius: 25px;
        font-size: 20px;
        font-weight: bold;
        line-height: 1;
        text-align: center;
      }
      .mod-tvshopping-slider .list-slider .box-link .btn:before {
        content: "";
        position: absolute;
        top: 50%;
        right: 20px;
        width: 10px;
        height: 16px;
        background: url(https://img.dinos.co.jp/images/cms/tv/common/ico_arrow_black_01.png) 0 0 no-repeat;
        background-size: 100% auto;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
      }
      .mod-tvshopping-slider .list-slider .box-link .btn:hover { text-decoration: none !important; }
    .mod-tvshopping-slider .btn-control {
      position: absolute;
      top: 0;
      z-index: 1000;
      width: 20%;
      height: 73%;
      background-color: rgba(0, 0, 0, 0);
      text-indent: -9999px;
      overflow: hidden;
      cursor: pointer;
    }
    .mod-tvshopping-slider .btn-control:hover { opacity: 0.7; }
    .mod-tvshopping-slider .btn-control.prev { left: 0; }
    .mod-tvshopping-slider .btn-control.next { right: 0; }
    .mod-tvshopping-slider .btn-control:before {
      content: "";
      position: absolute;
      top: 50%;
      width: 60px;
      height: 158px;
      background-position: 0 0;
      background-size: 100% auto;
      background-repeat: no-repeat;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      transform: translateY(-50%);
    }
    .mod-tvshopping-slider .btn-control.prev:before {
      right: 140px;
      background-image: url(https://img.dinos.co.jp/images/cms/tv/common/btn_control_prev_01.png);
    }
    .mod-tvshopping-slider .btn-control.next:before {
      left: 80px;
      background-image: url(https://img.dinos.co.jp/images/cms/tv/common/btn_control_next_01.png);
    }
.mod-tvshopping-slider .text-link {
  display: inline-block;
  padding-right: 22px;
  background: url(https://img.dinos.co.jp/images/cms/tv/common/ico_arrow_white_01.png) right center no-repeat;
  background-size: 10px auto;
  font-size: 16px;
  font-weight: bold;
  color: #fff !important;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
.mod-tvshopping-slider {
  min-height: 315px;
  padding: 34px 0 30px;
}
  .mod-tvshopping-slider .list-slider .box-link { padding: 25px 0 30px; }
  .mod-tvshopping-slider .list-slider .box-link .btn {
    padding: 8px;
    width: 62%;
    font-size: 20px;
    font-size: 3.71vw;
  }
  .mod-tvshopping-slider .list-slider .box-video .video-overlay { display: block; }
  .mod-tvshopping-slider .btn-control {
    width: 15%;
    height: 0;
    padding-top: 39.3%;
  }
  .mod-tvshopping-slider .btn-control:before {
    width: 37%;
    height: 0;
    padding-top: 100%;
  }
  .mod-tvshopping-slider .btn-control.prev:before { right: 43.5%; }
  .mod-tvshopping-slider .btn-control.next:before { left: 43.5%; }
  .mod-tvshopping-slider .text-link {
    font-size: 15px;
    font-size: 2.78vw;
    line-height: 1.5;
  }
  /* reset some selector in slick.css */
  .mod-tvshopping-slider .slick-list { margin: 0; }
}
/* mod-application
---------------------------------------------------------- */
div[id^="mod-application"] {
  position: relative;
  padding: 40px 60px;
  background-color: #c5fd5d;
  overflow: hidden;
  width: 1205px;
  min-width: 1205px;
  margin: 0 auto 70px;
}
div[id^="mod-application"].cms_layout_nostyle .cms_databox {
    width: auto;
    min-width: auto;
    padding-top: 0;
}
div[id^="mod-application"] .cms_subtitle1 {
    margin-bottom: 40px;
    font-size: 48px;
    font-weight: bold;
    color: #000;
    line-height: 1;
    letter-spacing: -0.06em;
    white-space: nowrap;
  }
div[id^="mod-application"] .cms_subtitle1 p {
    font-weight: bold;
    font-size: 48px;
}
div[id^="mod-application"] .cms_subtitle1 .text-small {
      display: inline-block;
      font-size: 16px;
      line-height: 1.4;
      letter-spacing: -0.03em;
    }
    .mod-application .cms_subtitle1 .bracket {
      margin: 0 -2px;
      font-weight: normal;
    }
div[id^="mod-application"] .cms_subtitle1 .bracket.open { margin-left: -10px; }
div[id^="mod-application"] .cms_subtitle1 .bracket.close { margin-right: -10px; }
div[id^="mod-application"] .image-mobile {
    position: absolute;
    left: 50%;
    width: 228px;
    bottom: -222px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
div[id^="mod-application"] .image-mobile img { width: 100%; }
div[id^="mod-application"] .cms_databox ul { overflow: hidden; }
div[id^="mod-application"] .cms_databox li { width: 377px; }
div[id^="mod-application"] .cms_databox li:first-child { float: left; }
div[id^="mod-application"] .cms_databox li:last-child { float: right; }
div[id^="mod-application"] .li a { display: block; }
div[id^="mod-application"] .li a:hover { text-decoration: none !important; }
div[id^="mod-application"] .cms_databox dl {
     position: relative;
    padding-top: 40px;
}
div[id^="mod-application"] .cms_databox dl dt img.lazy:first-of-type,
div[id^="mod-application"] .cms_databox dl dt img.orgset:first-of-type {
     float: left;
    width: 285px;
}
div[id^="mod-application"] .cms_databox dl dt img.lazy:nth-of-type(2),
div[id^="mod-application"] .cms_databox dl dt img.orgset:nth-of-type(2) {
     float: left;
    width: 92px;
}
div[id^="mod-application"] .cms_data_disc {
    position: absolute;
    top: 5px;
    left: 20%;
    margin-bottom: 18px;
    font-size: 24px;
    line-height: 1;
    color: #000;
    text-align: center;
    }
div[id^="mod-application"] .list-app .info { overflow: hidden; }
div[id^="mod-application"] .list-app .info .logo {
        float: left;
        width: 285px;
      }
div[id^="mod-application"] .list-app .info .qr-code {
        float: left;
        width: 92px;
      }
@media screen and (max-width: 767px) {
div[id^="mod-application"].cms_layout_nostyle .cms_databox {
        padding-left: 0;
        padding-right: 0;
    }
div[id^="mod-application"] { 
    padding: 5% 5% 6%;
    width: 100%;
    min-width: 100%;
    margin-bottom: 40px;
}
div[id^="mod-application"] .cms_subtitle1 {
    margin-bottom: 0;
    letter-spacing: normal;
}
div[id^="mod-application"] .cms_subtitle1 p {
    margin-bottom: 4%;
    font-size: 24px;
    font-size: 4.45vw;
    text-align: center;
    line-height: 1.5;
  }
div[id^="mod-application"] .cms_databox dl {
    padding-top: 20px;
}
div[id^="mod-application"] .cms_subtitle1 .text-small {
    display: block;
    margin-bottom: 1%;
    font-size: 15px;
    font-size: 2.78vw;
}
div[id^="mod-application"] .cms_subtitle1 .bracket.open { margin-left: -5px; }
div[id^="mod-application"] .cms_subtitle1 .bracket.close { margin-right: -5px; }
div[id^="mod-application"] .image-mobile {
    width: 24%;
    bottom: -57%;
  }
div[id^="mod-application"] .cms_databox li { width: 32%; }
div[id^="mod-application"] .cms_data_disc {
    margin-bottom: 6%;
    font-size: 12px;
    font-size: 2.23vw;
    white-space: nowrap;
    left: 0;
}
div[id^="mod-application"] .cms_databox dl dt img.lazy:first-of-type,
div[id^="mod-application"] .cms_databox dl dt img.orgset:first-of-type {
        float: none;
        width: 100%;
}
div[id^="mod-application"] .cms_databox dl dt img.lazy:nth-of-type(2),
div[id^="mod-application"] .cms_databox dl dt img.orgset:nth-of-type(2) { 
 display: none;
 }
}
/* mod-tvshopping-sns
---------------------------------------------------------- */
/* mod-tvshopping-sns
---------------------------------------------------------- */
div[id^="mod-tvshopping-sns"] { padding: 80px 0; }
div[id^="mod-tvshopping-sns"].cms_layout_2 .cms_databox li { text-align: center; }
div[id^="mod-tvshopping-sns"].cms_layout_2 .cms_databox li  a {
    display: inline-block;
	text-align: center;
}
div[id^="mod-tvshopping-sns"].cms_layout_2.cms_blockpccolumn1 .cms_databox .cms_datatitle p {
    text-align: center;
    padding-top: 0;
    font-size: 18px;
    font-weight: normal;
}
div[id^="mod-tvshopping-sns"].cms_layout_2 .cms_databox dl dt {
     width: 124px;
     margin: 0 auto 30px;
     overflow: visible;
}
div[id^="mod-tvshopping-sns"] .box-twitter img { width: 100%;}
div[id^="mod-tvshopping-sns"] .box-twitter .text {
      font-size: 18px;
      line-height: 1;
}
@media screen and (min-width: 768px) {
#mod-tvshopping-sns { background-color: #fff; }
}
@media screen and (max-width: 767px) {
div[id^="mod-tvshopping-sns"] { padding: 30px 0 0; }
div[id^="mod-tvshopping-sns"].cms_blockspcolumn1 li { padding-left: 0; }
div[id^="mod-tvshopping-sns"].cms_layout_2 .cms_databox  dl dt {
      width: 62px;
      margin-bottom: 15px;
}
div[id^="mod-tvshopping-sns"].cms_layout_2.cms_blockpccolumn1 .cms_databox .cms_datatitle p { font-size: 14px; }
}
/* #mod-tvshopping-sns-bp */
#mod-tvshopping-sns-bp.cms_layout_2 .cms_databox ul li:first-of-type dl dt {
    width:100%;
}
#mod-tvshopping-sns-bp ul li:first-of-type {
    margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
#mod-tvshopping-sns-bp {
    padding: 30px 2%;
    background-color: #fff;
}
#mod-tvshopping-sns-bp ul li:first-of-type {
    margin: 0;
}
}
/* ==========================================================
 is
========================================================== */
/* opacity hover
---------------------------------------------------------- */
.is-opacity
{
  -ms-filter: 'alpha( opacity=100)';
  opacity: 1;
}
.is-opacity:hover
{
  -ms-filter: 'alpha( opacity=70)';
  filter: alpha( opacity=70);
  opacity: 0.7;
}
/* css animation 
---------------------------------------------------------- */
.is-animate
{
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* ==========================================================
 section
========================================================== */
/* sec-cmn
---------------------------------------------------------- */
.section-tvshopping-01 { padding-bottom: 75px; }
/* section last margin */
section:last-of-type { margin-bottom: 0; }
@media screen and (max-width: 767px) {
.section-tvshopping-01 { padding-bottom: 40px; }
}

/* ==========================================================
 title
========================================================== */
.title-tvshopping-01 {
  margin-bottom: 35px;
  font-size: 30px;
  font-weight: bold;
  color: #000;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
.title-tvshopping-01 {
  margin-bottom: 20px;
  font-size: 24px;
  font-size: 4.45vw;
}
}

/* ==========================================================
 block スタイル調整
========================================================== */
/* ベストヒット商品！　タイトルテキスト非表示
---------------------------------------------------------- */
#tv_besthit.cms_layout_1 .cms_databox dd {
	display: none;
}

/* 番組一覧　テキストエリア
---------------------------------------------------------- */
#tv_program.cms_layout_1 .cms_databox dd {
	box-sizing: border-box;
	background-color: #fff;
	padding: 15px 20px 60px;
	position: relative;
}
#tv_program.cms_layout_1 a {
	display: block;
    border: 1px solid #eee;
    border-radius: 5px;
    overflow: hidden;
}
#tv_program.cms_layout_1 .cms_dataexp p {
	font-size: 20px;
	color: #333;
}
#tv_program.cms_layout_1 .cms_dataexp2 p {
	position: absolute;
    bottom: 15px;
    left: 20px;
    line-height: 1.4;
	color: #333;
}
#tv_program.cms_layout_1 .cms_item_data .cms_datatitle p {
	font-size: 16px;
	color: #333;
}
@media screen and (max-width: 767px) {
#tv_program.cms_layout_1 .cms_databox dd {
	padding: 10px 12px 45px;
	/*height: 156px;*/
}
#tv_program.cms_layout_1 .cms_dataexp p {
	margin-bottom: 3px;
	font-size: 2.78vw;
	line-height: 1.8;
}
#tv_program.cms_layout_1 .cms_item_data .cms_datatitle p {
	font-size: 2.23vw;
	line-height: 1.6;
}
}
