sup {
  position: relative;
  font-size: 50%;
  line-height: 0;
  vertical-align: baseline;
  top: -0.5em;
}
/* メインビジュアル */
.typhoncomp .mv__inner {
  color: #fff;
  background-image: url("../img/typhon-warm_mv_pc.jpg");
}
.typhoncomp .mv-catch {
  position: absolute;
  left: 6%;
  bottom: 18%;
  font-size: 40px;
  font-weight: 700;
}
.typhoncomp .mv-series {
  position: absolute;
  left: 6%;
  bottom: 11%;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}
.typhoncomp .mv-series sup{
  top:-0.8em;
}
.typhoncomp .mv-series .f-ssp-r {
  letter-spacing: 0;
  margin-left: 5px;
}
.mv-catch, .mv-series {
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.3));
}
@media screen and (max-width:767px) {
  .typhoncomp .mv__inner {
    background-image: url("../img/typhon-warm_mv_sp.jpg");
  }
  .typhoncomp .mv-catch {
    left: 5.3%;
    bottom: 14%;
    font-size: 6.5vw;
    line-height: 1.4;
    letter-spacing: 0;
  }
  .typhoncomp .mv-series {
    left: 5.3%;
    bottom: 9%;
    font-size: 3vw;
  }
}

/* ページコピー */
.copy {
  color: #4D4C4C;
}
.copy-ttl {
  color: #4D4C4C;
}
.copy .f-uni {
  display: inline-block;
  position: relative;
}
.copy sup {
  top: -0.8em;
}
.copy .f-ssp {
  letter-spacing: 0;
  margin-left: 10px;
}
@media screen and (max-width: 930px) {
  .copy-ttl .pc_none {
    display: block !important;
  }
}

/*アイテムリスト*/
.typhoncomp .item-list {
  max-width: 500px;
  margin: 0 auto;
}
.typhoncomp .item-list .list-item {
  width: calc(50% + 1px);
  line-height: 1.4;
}
.typhoncomp .item-list .item-img {
  padding: 20px 0;
}
.typhoncomp .item-list .link-btn {
  margin: 40px 0;
}
.typhoncomp .item-list .item-txt {
  margin-top: 10px;
}
.typhoncomp .item-list .item-catch {
  font-size: 15px;
  letter-spacing: 1px;
}
.typhoncomp .item-list .item-gendar {
  font-size: 24px;
  letter-spacing: 1px;
}
.typhoncomp .item-list .item-kana {
  color: #4D4C4C;
  font-size: 10px;
}
/* new-label */
.typhoncomp .item-list .list-item {
  position: relative;
}
.typhoncomp .item-list .list-item::before {
  content: "";
  top: 0;
  left: 0;
  border-bottom: 50px solid transparent;
  border-left: 50px solid #FF0200; /* ラベルの色 */
  position: absolute;
  z-index: 100;
}
.typhoncomp .item-list .list-item::after {
  content: "NEW";
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0;
  display: block;
  top: 8px;
  left: 2px;
  transform: rotate(-45deg);
  color: #fff; /* 文字色 */
  position: absolute;
  z-index: 101;
}
@media screen and (max-width: 767px) {
  .typhoncomp .item-list {
    max-width: 100%;
    margin: 0 auto;
  }
  .typhoncomp .item-list .item-catch {
    font-size: 12px;
    letter-spacing: 0;
  }
  .typhoncomp .item-list .item-gendar {
    font-size: 32px;
    letter-spacing: 1px;
  }
  .typhoncomp .item-list .item-img {
    padding: 10px 0;
  }
  .typhoncomp .item-list .link-btn {
    margin: 40px 0;
  }
}

/* sec01 */
.sec01 {
  margin-top: 80px;
}
.sec01 .ttl {
  font-weight: 700;
  text-align: left;
  line-height: 1.4;
  margin-bottom: 10px;
  font-size: 2.8rem;
  letter-spacing: 2px;
  text-align: center;
  margin: 40px 0;
}
.sec01 .img-wrap {
  margin-bottom: 80px;
}
.reverse-list__txt .txt {
  font-size: 1.5rem;
}
@media screen and (max-width: 1030px) {
  .reverse-list__txt {
    padding: 0 2%;
  }
}
@media screen and (max-width: 767px) {
  .sec01 {
    margin-top: 10px;
  }
  .reverse-list div {
    width: 100%;
    order:initial !important;
  }
  .reverse-list__txt {
    padding: 0;
  }
  .sec01 .ttl {
    font-size: 2.2rem;
    line-height: 1.4;
    text-align: center;
  }
  .reverse-list__txt .txt {
    font-size: 1.4rem;
  }
  .sec01 .img-wrap {
    margin-bottom: 40px;
}
}

ol.inc-num{
  counter-reset:list;
  list-style-type:none;
  padding:0;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
ol.inc-num li{
  width: 50%;
  position:relative;
  padding: 0 0 0 30px;
  margin: 7px 0 7px 0px;
  font-size:14px;
  border: dashed 1px transparent;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  text-align: left;
}
ol.inc-num li:before{
  counter-increment: list;
  content: counter(list);
  position: absolute;
  left: -0;
  width: 20px;
  height: 20px;
  text-align: center;
  color: #fff;
  line-height:20px;
  background: #FC0000;
  border-radius: 50%;
  top: 5px;
}

/*sec02*/
.sec02 {
  margin-top: 70px;
}
.sec02 .ttl {
  font-weight: 700;
  text-align: left;
  line-height: 1.4;
  font-size: 2.8rem;
  letter-spacing: 2px;
  text-align: center;
  padding: 40px 0;
}
.fourway-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 30px;
}
.fourway-item {
  width: 49%;
  display: flex;
  flex-wrap: wrap;
  align-items: initial;
  background: #fff;
  padding: 0 20px;
  margin-bottom: 20px;
}
.fourway-item__img {
  width: 50%;
}
.fourway-item__img img {
  width: 100%;
}
.fourway-item__txt {
  width: 50%;
  color: #4D4C4C;
  display: flex;
  flex-direction: column;
}
.fourway-item__txt .f-uni {
  color: #A8A8A8;
  font-size: 60px;
  margin-top: 20px;
  line-height: 1;
}
.fourway-item__txt .btm {
  margin-top: auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 1030px) {
  .fourway-item__txt {
    font-size: 12px;
  }
  .fourway-item__txt .f-uni {
    font-size: 5vw;
    margin-top: 8%;
  }
}
@media screen and (max-width: 767px) {
  .sec02 {
    margin-top: 30px;
  }
  .fourway-item {
    width: 100%;
  }
  .sec02 .ttl {
    font-size: 2.2rem;
    line-height: 1.4;
    padding-top: 40px;
    text-align: center;
  }
  .sec02 .txt-box {
    width: 100%;
    padding: 0 0 20px;
  }
  .fourway-item__txt .f-uni {
    font-size: 8vw;
    margin-top: 5%;
    margin-bottom: 10px;
  }
  .fourway-item__img {
    text-align: center;
  }
  .fourway-item__img img {
    max-width: 200px;
  }
}

/*sec03*/
.sec03 {
  margin-top: 100px;
}
.sec03 .mid-wide-bg {
  margin: 0 auto;
  background: url(../img/sec03-001.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  max-width: 100%;
  min-height: 700px;
  padding-top: 0;
  margin-bottom: 50px;
}
.sec03 .inner {
  max-width: 600px;
}
@media screen and (max-width: 767px) {
  .sec03 {
    margin-top: 50px;
  }
  .sec03  .mid-wide-bg {
  padding-top: 54% !important;
  min-height: initial;
  margin-bottom: 20px;
}
}
/*product-list*/
.typhoncomp .product-list {
  margin-top: 80px;
}
.typhoncomp .product-list .inner {
  max-width: 250px;
}
.product-list .list-box {
  border-left: 0;
}
.product-list .list-item {
  border: 1px solid #DBDBDB;
  text-align: center;
  margin-top: 0;
  margin-left: 0;
  width: calc(25% + 1px);
}
.product-list .list-item {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .typhoncomp .product-list {
    margin-top: 40px;
  }
}
