@charset "UTF-8";
p {
  margin: 0;
  padding: 0;
}
/*レイアウト*/
.main .inner750 {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .main .inner750 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.item-box {
  border: 0;
}

.item-list .list-item {
  margin-top: 0;
}

/* 固定ナビ
------------------------------------------------------------------ */
.sticky-nav__list {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sticky-nav__list li {
  padding: 0 35px;
}
@media screen and (max-width: 979px) {
  .sticky-nav__list li {
    padding: 0 20px;
  }
  .sticky-nav__list li a {
    line-height: 1;
    height: auto;
    padding: 15px 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .sticky-nav__list li a {
    padding: 10px 0;
    font-size: 13px;
  }
}
@media screen and (max-width: 600px) {
  .sticky-nav__list li {
    padding: 0 2%;
  }
  .sticky-nav__list li a {
    font-size: 2.2vw;
    letter-spacing: 0;
  }
}

/* メインビジュアル */
.mv__inner {
  color: #fff;
  background-image: url("../img/typhon-series_mv_pc.jpg");
  padding-top: initial;
  min-height: 500px;
}

@media screen and (min-width: 1281px) {
  .mv__inner {
    background-position-y: top;
  }
}
@media screen and (max-width: 1280px) {
  .mv__inner {
    background-position-y: initial;
    padding-top: 39%;
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
  .typhon .mv__inner {
    background-image: url("../img/typhon-series_mv_sp.jpg");
    padding-top: initial;
    min-height: 500px;
  }
}
@media screen and (max-width: 500px) {
  .u500_none {
    display: none;
  }

  .global-nav__list li {
    padding: 0 1.5%;
  }
}
/* ページコピー */
.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;
  }
}
/*アイテムリスト*/
.typhon .item-list {
  margin: 0 auto;
}

.typhon .item-list .list-item {
  width: 33.33333%;
  /* 未対応ブラウザ用フォールバック */
  width: -webkit-calc(100% / 3);
  width: 33.3333333333%;
  line-height: 1.4;
}

.typhon .item-list .item-img {
  padding: 30px 0 10px;
}

.typhon .item-list .link-btn {
  margin: 40px 0;
}

.typhon .item-list .item-txt {
  margin-top: 10px;
}

.typhon .item-list .item-catch {
  font-size: 15px;
  letter-spacing: 0;
  margin-bottom: 5px;
}

.typhon .item-list .item-gendar {
  font-size: 32px;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 5px;
}

.typhon .item-list .item-kana {
  color: #4D4C4C;
  font-size: 10px;
  letter-spacing: 1px;
}

.typhon .item-list a {
  position: relative;
}

.typhon .item-list .item-icon {
  position: absolute;
  width: 69px;
  top: 5px;
  right: 5px;
  z-index: 5;
}

.typhon .item-list .item-one .list-item {
  border: 0;
  width: 100%;
}

.item-logo img {
  max-width: 20px;
  margin-bottom: 5px;
}

.typhon .item-list .item-one {
  margin-top: 25px;
}

.typhon .item-list .item-one a {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0;
  position: relative;
}

.typhon .item-list .item-one a .item-img {
  width: 100%;
  padding: 0;
  position: absolute;
  z-index: 1;
}

.typhon .item-list .item-one a .item-txt {
  width: 40%;
  order: 1;
  margin-top: 70px;
  z-index: 5;
  margin-bottom: 60px;
}

.typhon .item-list .item-one .list-item {
  width: calc(100% + 1px);
}

@media screen and (max-width: 767px) {
  .typhon .item-list .item-icon {
    width: 60px;
  }

  .typhon .item-list .list-item {
    width: calc(50% + 1px);
    line-height: 1.4;
  }

  .typhon .item-list .list-item:last-of-type {
    border-top: 0;
  }

  .typhon .item-list .item-catch {
    font-size: 12px;
    letter-spacing: 0;
  }

  .typhon .item-list .item-gendar {
    font-size: 24px;
    letter-spacing: 1px;
  }

  .typhon .item-list .item-img {
    padding: 10px 0;
  }

  .typhon .item-list .link-btn {
    margin: 40px 0;
  }

  .typhon .item-list .item-one a .item-img {
    width: 100%;
    order: initial;
    position: initial;
    padding: 0;
  }

  .typhon .item-list .item-one {
    border: 1px solid #DBDBDB;
  }

  .typhon .item-list .item-one a .item-txt {
    width: 100%;
    order: initial;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
/* sec01 */
.sec01 {
  margin-top: 100px;
}

.sec01 sup {
  top: -0.8em;
}

.sec01 .bg-grey {
  margin-top: 0;
}

.reverse-box {
  margin-top: 50px;
}

.reverse-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 50px;
}

.reverse-list div {
  width: 50%;
}

.reverse-list__txt {
  padding: 0 2% 0 0;
}

.order-negative .reverse-list__txt {
  padding: 0 2% 0;
}

.reverse-list__txt .ttl {
  font-weight: 700;
  text-align: left;
  line-height: 1.4;
  margin-bottom: 10px;
  font-size: 2.8rem;
  letter-spacing: 2px;
}

.reverse-list__txt .txt {
  font-size: 1.5rem;
}

.order-positive .reverse-list__txt {
  order: 1;
}

.order-positive .reverse-list__img {
  order: 2;
}

.order-negative .reverse-list__txt {
  order: 2;
}

.order-negative .reverse-list__img {
  order: 1;
}

@media screen and (max-width: 1030px) {
  .reverse-list__txt {
    padding: 0 2%;
  }
}
@media screen and (max-width: 767px) {
  .sec01 {
    margin-top: 30px;
  }

  .sec01 .youtube {
    margin-top: 30px;
  }

  .sec01 .bg-grey {
    margin-top: 30px;
  }

  .reverse-box {
    margin-top: 30px;
  }

  .reverse-list div {
    width: 100%;
    order: initial !important;
  }

  .reverse-list__txt {
    padding: 0;
  }

  .reverse-list__txt .ttl {
    font-size: 2.2rem;
    line-height: 1.4;
    padding-top: 20px;
    text-align: center;
  }

  .reverse-list__txt .txt {
    font-size: 1.4rem;
  }
}
/*sec02*/
.shadow {
  filter: drop-shadow(0 3px 6px rgba(0, 1, 8, 0.4));
}

@media screen and (max-width: 767px) {
  .shadow {
    filter: initial;
  }
}
.sec02 {
  margin-top: 50px;
}

.sec02 .sec02-bg__wrap {
  width: 1000px;
  max-width: 1000px;
  margin: 0 auto 0;
  position: relative;
  display: flex;
  justify-content: center;
}

.sec02 .sec02-01-bg {
  background: url("../img/sec02-001.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
  overflow: hidden;
}

.sec02 .sec02-02-bg {
  background: url("../img/sec02-002.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
  overflow: hidden;
}

.sec02 .txt-box {
  width: 60%;
  padding: 240px 0;
  text-align: center;
  color: #fff;
}

.sec02 .reverse-list__txt {
  color: #fff;
  padding: 0;
  margin-bottom: 30px;
  text-align: center;
}

.sec02 .reverse-list__txt .ttl {
  text-align: center;
  margin-bottom: 20px;
}
.sec02 .sec02-02-bg .reverse-list__txt{
  color: #000;
}
.sec02 .sec02-02-bg .shadow {
  filter: drop-shadow(0 3px 6px rgba(255, 255, 255, 0.8));
}
.sec02 .svg_img {
  padding: 25px;
  background-color: rgba(243, 243, 243, 0.75);
}

.sec02-1 .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: 80px 0 30px;
}

.sec02-1 .txt {
  text-align: center;
  max-width: 750px;
  margin: 0 auto 20px;
}

.sec02-1 .sub-ttl {
  font-weight: 700;
  text-align: left;
  line-height: 1.4;
  margin-bottom: 10px;
  font-size: 2.8rem;
  letter-spacing: 2px;
  text-align: left;
  margin: 20px 0 0;
}

.secimg {
  margin-top: 40px !important;
}

.secimg .inner729 {
  max-width: 729px;
  margin: 0 auto;
}
.secimg .inner400 {
  max-width: 400px;
  margin: 0 auto;
}
.secimg .inner1000 {
  max-width: 1000px;
  margin: 0 auto;
}
.secimg .inner800 {
  max-width: 800px;
  margin: 0 auto;
}

.secimg .img-wrap {
  margin: 40px 0;
}

.mid-wide-bg {
  margin: 0 auto;
  background: url("../img/img02.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  max-width: 100%;
  min-height: 600px;
  padding-top: 0;
}

ol.inc-num {
  counter-reset: list;
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 20px;
}

ol.inc-num li {
  width: 50%;
  position: relative;
  padding: 0 10px 0 30px;
  margin: 7px 0 7px 0px;
  font-size: 14px;
  border: dashed 1px transparent;
  transition: 0.3s;
  text-align: left;
}

ol.inc-num li span {
  font-size: 11px;
  line-height: 1.4;
  margin-top: 5px;
  display: inline-block;
}

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;
}

@media screen and (max-width: 1030px) {
  .sec02 .sec02-bg__wrap {
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
  }

  .sec02 .txt-box {
    padding: 20% 0;
  }
}
@media screen and (max-width: 767px) {
  .secimg {
    margin-top: 20px !important;
  }

.secimg .inner1000 {
  max-width: 100%;
}
.secimg .inner800 {
  max-width: 100%;
}

  .secimg .img-wrap {
    padding-left: 15px;
    padding-right: 15px;
    margin: 20px 0;
  }

  .secimg .mid-wide-bg {
    padding-top: 66.65%;
    min-height: auto;
    background-position: center right;
  }

  .sp-gray {
    background-color: #EFEFEF;
  }

  .sec01 .bg-grey {
    background-color: #fff;
    margin-top: 0;
  }

  .sec01 .bg-grey .inner {
    padding: 0;
  }

  .desc-item:first-of-type {
    padding-left: 15px;
    padding-right: 15px;
  }

  .desc-item:last-of-type {
    background-color: #EFEFEF;
    padding-top: 10px;
  }

  .desc-item:last-of-type .desc-txt {
    padding-left: 15px;
    padding-right: 15px;
  }

  .desc-item:last-of-type .desc-img {
    padding-left: 15px;
    padding-right: 15px;
  }

  .sec02-1 .ttl {
    font-size: 2.2rem;
    line-height: 1.4;
    padding-top: 30px;
    text-align: center;
    margin: 0 0 30px;
  }

  .sec02-1 .sub-ttl {
    display: none;
    font-size: 2.2rem;
    line-height: 1.4;
    padding-top: 20px;
    text-align: center;
    margin: 0 0 0;
  }

  .sec02-1 .txt {
    text-align: left;
  }

  .sec02 {
    margin-top: 30px;
  }

  .sec02 .sec02-01-bg {
    background: #EFEFEF;
  }

  .sec02 .sec02-02-bg {
    background: initial;
  }

  .sec02 .txt-box {
    width: 100%;
    padding: 0 0 10px;
  }

  .sec02 .reverse-list__txt {
    color: #000;
    padding: 0;
    margin-bottom: 30px;
    text-align: left;
  }

  .sec02 .svg_img {
    padding: 15px;
  }
}
.desc-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 100px 0;
}

.desc-item {
  width: 48%;
}

.desc-ttl {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.desc-txt {
  min-height: 180px;
}

@media screen and (max-width: 767px) {
  .desc-box {
    padding: 20px 0;
  }

  .desc-ttl {
    text-align: center;
  }

  .desc-txt {
    min-height: auto;
    margin-bottom: 30px;
    margin-top: 10px;
  }

  .desc-item {
    width: 100%;
    padding-bottom: 40px;
  }
}
/*product-list*/

  .series-box {
    max-width: 100%;
    margin: 0 auto;
  max-width: 600px;
}
.pl-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 30px;
}

.series-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 30px 50px;
}

.series-item-box {
  width: 85%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.series-item-ttl {
  font-size: 35px;
  line-height: 1;
  text-align: center;
}

.series-item-kana {
  font-size: 10px;
  text-align: center;
  margin-bottom: 20px;
}

.series-item {
  width: 110%;
  height: 170px;
  margin-left: -5%;
  border: 2px solid #000;
  background: #fff;
  padding: 10px 20px;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.series-item:last-of-type {
  margin-bottom: 0;
}

.series-center {
  position: relative;
}

.series-center .series-icn:nth-of-type(1)::after {
  position: absolute;
  content: url("../img/svg/icon_series_01.svg");
  display: inline-block;
  width: 84px;
  height: 84px;
  z-index: 100;
  left: 50%;
  transform: translateX(-50%);
  top: 43px;
}

.series-center .series-icn:nth-of-type(2)::after {
  position: absolute;
  content: url("../img/svg/icon_series_02.svg");
  display: inline-block;
  width: 84px;
  height: 84px;
  z-index: 100;
  left: 50%;
  transform: translateX(-50%);
  top: 223px;
}

.series-center .series-icn:nth-of-type(3)::after {
  position: absolute;
  content: url("../img/svg/icon_series_03.svg");
  display: inline-block;
  width: 84px;
  height: 84px;
  z-index: 100;
  left: 50%;
  transform: translateX(-50%);
  top: 403px;
}

.series-center .series-icn:nth-of-type(4)::after {
  position: absolute;
  content: url("../img/svg/icon_series_04.svg");
  display: inline-block;
  width: 84px;
  height: 84px;
  z-index: 100;
  left: 50%;
  transform: translateX(-50%);
  top: 583px;
}

.series-ttl {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.2;
  margin-bottom: 5px;
}

.series-kana {
  font-size: 10px;
  line-height: 1.4;
  color: #4D4C4C;
  letter-spacing: 1px;
}

.series-img {
  width: 35%;
  text-align: right;
}

.series-img img {
  padding-right: 5%;
}

.series-txt {
  width: 65%;
}

.series-center {
  width: 10%;
  text-align: center;
}

.series-center img {
  width: 35px;
  height: 100%;
}

@media screen and (max-width: 1030px) {
  .series-item-ttl {
    font-size: 3vw;
    letter-spacing: 0;
  }

  .series-ttl {
    font-size: 2.5vw;
    letter-spacing: 0;
  }

  .series-kana {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .series-box {
    max-width: 80%;
    margin: 0 auto;
  max-width: 80%;
  }
  .series-box {
    padding: 20px 0;
  }
  .series-item-box {
    width: 80%;
  }
  .pl-ttl {
    font-size: 2.2rem;
    line-height: 1.4;
    padding-top: 10px;
  }
  .series-item {
    width: 105%;
    padding: 10px;
    height: 42vw;
    margin-bottom: 2vw;
    flex-direction: column;
    justify-content: space-around;
  }

  .series-item-kana {
    font-size: 1.5vw;
    margin-bottom: 1.5vw;
  }

  .series-item-ttl {
    font-size: 3vw;
    letter-spacing: 0;
  }

  .series-ttl {
    font-size: 3vw;
    text-align: center;
    margin-top: 0;
  }

  .series-kana {
    text-align: center;
    width: 100%;
    font-size: 1.5vw;
    margin-top: 0;
    display: inline-block;
  }

  .series-txt {
    min-height: auto;
    margin-bottom: 40px;
  }

  .series-img {
    width: 100%;
    order: 1;
    text-align: center;
  }

  .series-img img {
    padding-right: 0%;
    max-width: 35%;
  }

  .series-txt {
    width: 100%;
    order: 2;
    margin-bottom: 0;
  }

  .series-center .series-icn:nth-of-type(1)::after {
    top: 16vw;
    width: 60px;
    height: auto;
  }

  .series-center .series-icn:nth-of-type(2)::after {
    top: 60vw;
    width: 60px;
    height: auto;
  }

  .series-center .series-icn:nth-of-type(3)::after {
    top: 104vw;
    width: 60px;
    height: auto;
  }

  .series-center .series-icn:nth-of-type(4)::after {
    top: 148vw;
    width: 60px;
    height: auto;
  }
}
@media screen and (max-width: 650px) {
  .series-item {
    padding: 10px;
    height: 45vw;
  }

  .series-center .series-icn:nth-of-type(1)::after {
    top: 18vw;
  }

  .series-center .series-icn:nth-of-type(2)::after {
    top: 65vw;
  }

  .series-center .series-icn:nth-of-type(3)::after {
    top: 112vw;
  }

  .series-center .series-icn:nth-of-type(4)::after {
    top: 159vw;
  }
}
@media screen and (max-width: 550px) {
  .series-item {
    padding: 10px;
    height: 50vw;
  }

  .series-center .series-icn:nth-of-type(1)::after {
    top: 20vw;
  }

  .series-center .series-icn:nth-of-type(2)::after {
    top: 72vw;
  }

  .series-center .series-icn:nth-of-type(3)::after {
    top: 124vw;
  }

  .series-center .series-icn:nth-of-type(4)::after {
    top: 176vw;
  }
}