.toolBox01 {
    background: #09297a
  }
  
  #vpseries {
    letter-spacing: 0.15em;
    font-size: 1.5rem;
    line-height: 1.8;
    overflow: hidden
  }
  
  #vpseries .inner {
    max-width: 940px;
    margin: 0 auto
  }
  
  @media screen and (min-width: 481px) {
    #mv {
      background-image: url(../202009/bg_top_main.jpg)
    }
    #beginning {
      background-image: url(../202009/bg_beginnig_product01.jpg), url(../../common/202009/bg_ryushi-min.png), linear-gradient(to bottom, #cda95d 0%, #86582d 65%, #472d20 100%)
    }
    #universal {
      background-image: url(../202009/bg_product_universal.jpg);
      background-size: auto 100%
    }
  }
  
  @media screen and (max-width: 480px) {
    #mv {
      background-image: url(../202009/bg_top_main_sp.jpg)
    }
    #beginning {
      background-image: url(../202009/bg_beginnig_product01_sp.jpg)
    }
    #universal {
      background-image: url(../202009/bg_product_universal_sp.jpg);
      background-size: 100% 100%
    }
  }
  
  #mv {
    height: 480px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center center;
    background-color: #e2b650;
    padding: 0 15px;
    overflow: hidden;
    position: relative;
    z-index: 2
  }
  
  #mv .inner {
    height: 100%;
    position: relative
  }
  
  #mv .inner h3 {
    width: 140px;
    height: 140px;
    box-sizing: border-box;
    border: 3px solid #fff;
    background: rgba(57, 34, 4, 0.15);
    color: #fff;
    border-radius: 50%;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5), 2px 2px 3px rgba(0, 0, 0, 0.3);
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5), 2px 2px 3px rgba(0, 0, 0, 0.3);
    font-family: "F+UD-筑紫明朝 E";
    font-size: 2.2rem;
    text-align: center;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1.4;
    letter-spacing: 0.18em;
    right: 0;
    top: 40px;
    z-index: 2
  }
  
  #mv .inner h3 span {
    display: block
  }
  
  #mv .inner h3 small {
    font-family: "F+UD-筑紫明朝 R";
    font-size: 1rem;
    position: absolute;
    right: 6px;
    top: 40px;
    letter-spacing: 0.1em
  }
  
  #mv .inner::after {
    content: "";
    display: block;
    position: absolute;
    width: 368px;
    height: 408px;
    background: url(../202009/vi_top_main-min.png) no-repeat center bottom;
    background-size: contain;
    bottom: 0;
    right: 46px
  }
  
  #mv_headline {
    height: 54%;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5), 2px 2px 3px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    color: #fff;
    justify-content: space-between;
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 2
  }
  
  #mv_headline h2 {
    font-family: "F+UD-筑紫明朝 D";
    font-size: 3.4rem;
    line-height: 1.2;
    letter-spacing: 0.18em
  }
  
  #mv_headline h2 strong {
    font-family: "F+UD-筑紫明朝 R";
    font-size: 5.8rem
  }
  
  #mv_headline h2 span {
    display: block
  }
  
  #mv_headline h2 small {
    font-size: 1.2rem;
    letter-spacing: 0.1em
  }
  
  #mv_headline p {
    font-family: "F+UD-筑紫明朝 R";
    font-size: 1.2rem;
    line-height: 1.4
  }
  
  #mv_prodname {
    position: absolute;
    left: 0;
    bottom: 0;
    padding-bottom: 1em;
    line-height: 1.2
  }
  
  #mv_prodname h1 {
    font-family: "F+UD-筑紫明朝 E";
    margin-bottom: 0.5em;
    font-size: 1.8rem
  }
  
  #mv_prodname p {
    font-family: "NUDモトヤシーダ Std W3"
  }
  
  #mv_prodname p span {
    display: inline-block;
    border: 1px solid #666;
    line-height: 1;
    padding: 0.2em 0.5em;
    font-size: 1.2rem;
    margin-right: 1em
  }
  
  @media screen and (max-width: 940px) {
    #mv {
      height: 51vw;
      padding: 0 1.6vw
    }
    #mv .inner h3 {
      width: 14.5vw;
      height: 14.5vw;
      font-size: 2.25vw;
      top: 4vw
    }
    #mv .inner h3 small {
      font-size: 0.1vw;
      right: 0.6vw;
      top: 4.1vw
    }
    #mv .inner::after {
      width: 37.9vw;
      height: 42vw;
      right: 4.7vw
    }
    #mv_headline h2 {
      font-size: 3.5vw
    }
    #mv_headline h2 strong {
      font-size: 5.9vw
    }
    #mv_headline h2 small {
      font-size: 1.23vw
    }
    #mv_headline p {
      font-size: 1.23vw
    }
    #mv_prodname h1 {
      font-size: 1.8vw
    }
    #mv_prodname p {
      font-size: 1.5vw
    }
    #mv_prodname p span {
      font-size: 1.23vw;
      margin-right: 1em
    }
  }
  
  @media screen and (max-width: 480px) {
    #mv {
      height: 90.33vw;
      padding: 0 4vw
    }
    #mv .inner h3 {
      width: 32.4vw;
      height: 32.4vw;
      margin: auto;
      border: 2px solid #fff;
      font-size: 5.3vw;
      top: 19.7vw;
      left: 0;
      right: auto
    }
    #mv .inner h3 small {
      font-size: 2vw;
      right: 1.5vw;
      top: 8.2vw
    }
    #mv .inner::after {
      width: 59.2vw;
      height: 65.6vw;
      bottom: -3.2vw;
      right: -4vw
    }
    #mv_headline {
      height: auto;
      text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.7), 2px 2px 3px rgba(0, 0, 0, 0.3);
      display: block;
      position: static
    }
    #mv_headline h2 {
      font-size: 4.8vw;
      position: absolute;
      line-height: 1.4;
      top: 2.2vw;
      left: 0;
      margin-right: -4vw
    }
    #mv_headline h2 strong {
      font-size: 6.5vw;
      display: block
    }
    #mv_headline h2 span {
      display: inline
    }
    #mv_headline h2 small {
      font-size: 1.8vw
    }
    #mv_headline p {
      font-size: 1.8vw;
      position: absolute;
      top: 55vw;
      left: 0;
      width: 38vw
    }
    #mv_prodname {
      padding-bottom: 0.5em
    }
    #mv_prodname h1 {
      font-size: 4vw
    }
    #mv_prodname p {
      font-size: 2.8vw
    }
    #mv_prodname p span {
      font-size: 2.4vw
    }
  }
  
  #headcopy {
    position: relative;
    height: 200px;
    overflow: hidden;
    padding: 0 15px;
    background: #192852;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.95) 0%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.95) 100%), linear-gradient(to bottom, transparent 0%, transparent 65%, rgba(0, 0, 0, 0.8) 100%), linear-gradient(135deg, #cad7e9 0%, #6d90c0 20%, #295c94 40%, #1b2c5b 60%, #1b2c5b 100%)
  }
  
  #headcopy .inner {
    height: 100%;
    display: flex;
    align-items: center
  }
  
  #headcopy .inner h2 {
    line-height: 1.3;
    position: relative;
    font-family: "F+UD-筑紫明朝 D";
    font-size: 3.2rem;
    letter-spacing: 0.1em;
    color: #ffed96;
    filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.8));
    background: radial-gradient(circle, #fff 0%, #ffed96 66%, #ffed96 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  #headcopy .inner h2 strong {
    font-size: 5.4rem;
    display: inline;
  }
  
  #headcopy .inner h2::before {
    content: "";
    display: block;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, #fff 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.6;
    position: absolute;
    top: -320px;
    left: -250px
  }
  
  @media all and (-ms-high-contrast: none) {
    #headcopy .inner h2 {
      background: none
    }
  }
  
  @media screen and (max-width: 1180px) {
    #headcopy {
      background-image: linear-gradient(to bottom, transparent 0%, transparent 65%, rgba(0, 0, 0, 0.8) 100%), linear-gradient(135deg, #cad7e9 0%, #6d90c0 20%, #295c94 40%, #1b2c5b 60%, #1b2c5b 100%)
    }
  }
  
  @media screen and (max-width: 880px) {
    #headcopy .inner h2::before {
      width: 56vw;
      height: 56vw;
      top: -35vw;
      left: -28vw
    }
  }
  
  @media screen and (max-width: 768px) {
    #headcopy {
      height: 180px
    }
    #headcopy .inner h2 {
      font-size: 2.8rem
    }
    #headcopy .inner h2 strong {
      font-size: 5rem
    }
  }
  
  @media screen and (max-width: 480px) {
    #headcopy {
      height: 108px
    }
    #headcopy .inner h2 {
      font-size: 2rem;
      margin-right: -15px
    }
    #headcopy .inner h2 strong {
      font-size: 3.2rem
    }
  }
  
  #beginning {
    padding: 0 15px;
    background-repeat: no-repeat, repeat, no-repeat;
    background-position: center bottom, center center, center center;
    background-size: auto 100%, auto auto, auto 100%;
    background-blend-mode: normal, multiply, normal
  }
  
  #beginning .inner {
    position: relative;
    overflow: visible;
    height: 500px
  }
  
  #beginning .inner::before {
    content: "";
    display: block;
    position: absolute;
    width: 369px;
    height: 550px;
    background: url(../202009/img_product_main.png) no-repeat center top;
    background-size: contain;
    right: 0;
    top: -190px
  }
  
  #beginning .inner h2 {
    position: absolute;
    left: 0;
    top: 46px;
    color: #fff;
    font-family: "F+UD-筑紫明朝 R";
    font-size: 5.6rem;
    line-height: 1.2;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3)
  }
  
  #beginning .inner h2 span {
    display: block
  }
  
  #beginning .inner h2 strong {
    font-weight: normal;
    font-size: 7.4rem;
    display: inline-block;
    margin-left: 0.15em
  }
  
  #beginning .inner ul {
    position: absolute;
    left: 0;
    top: 296px;
    width: 100%;
    display: flex
  }
  
  #beginning .inner ul li {
    width: 33.3%;
    text-align: center
  }
  
  #beginning .inner ul li h3 {
    font-family: "F+UD-筑紫明朝 D";
    font-size: 2.8rem;
    letter-spacing: 0.2em;
    color: #fff;
    background: radial-gradient(circle, #fff 0%, #ffed96 66%, #ffed96 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.8));
    line-height: 1.3;
    margin-bottom: 0.5em
  }
  
  #beginning .inner ul li p {
    font-family: "F+UD-筑紫明朝 R";
    line-height: 1.6;
    color: #fff
  }
  
  #beginning .inner ul li p span {
    display: block
  }
  
  #beginning .inner .attention {
    font-size: 1.2rem;
    line-height: 1.4;
    position: absolute;
    bottom: 1em;
    right: 0;
    color: #fff;
    font-family: "NUDモトヤシーダ Std W2b"
  }
  
  @media all and (-ms-high-contrast: none) {
    #beginning {
      background-image: url(../202009/bg_beginnig_product01.jpg), linear-gradient(to bottom, #cda95d 0%, #86582d 65%, #472d20 100%);
      background-repeat: no-repeat, no-repeat;
      background-position: center bottom, center center;
      background-size: auto 100%, auto 100%;
      background-blend-mode: normal, normal
    }
    #beginning .inner ul li h3 {
      background: none
    }
  }
  
  @media screen and (max-width: 940px) {
    #beginning .inner {
      height: 51vw
    }
    #beginning .inner::before {
      width: 39.2vw;
      height: 58.5vw;
      top: -20vw;
      right: -5vw
    }
    #beginning .inner h2 {
      position: absolute;
      left: 0;
      top: 4.9vw;
      font-size: 6vw
    }
    #beginning .inner h2 strong {
      font-size: 7.9vw
    }
    #beginning .inner ul {
      top: 30vw
    }
    #beginning .inner ul li h3 {
      font-size: 3vw
    }
  }
  
  @media screen and (max-width: 768px) {
    #beginning .inner::before {
      right: -10vw
    }
    #beginning .inner ul li p {
      font-size: 1.4rem
    }
    #beginning .inner ul li p span {
      display: inline
    }
    #beginning .inner .attention {
      font-size: 1.1rem;
      bottom: 0.5em
    }
  }
  
  @media screen and (max-width: 480px) {
    #beginning {
      background-position: center bottom;
      background-size: 100% auto;
      background-color: #c6a768;
      background-blend-mode: normal
    }
    #beginning .inner {
      height: auto;
      padding-bottom: 32vw;
      padding-top: 124px
    }
    #beginning .inner::before {
      width: 51.7vw;
      height: 77vw;
      right: -19.5vw
    }
    #beginning .inner h2 {
      top: 20px;
      font-size: 2.4rem
    }
    #beginning .inner h2 strong {
      font-size: 3.6rem
    }
    #beginning .inner ul {
      position: static;
      display: block;
      background: rgba(57, 34, 4, 0.3);
      border: 1px solid rgba(57, 34, 4, 0.6);
      padding: 0 1em
    }
    #beginning .inner ul li {
      width: auto;
      padding: 0.8em 0;
      border-bottom: 1px solid rgba(57, 34, 4, 0.6)
    }
    #beginning .inner ul li:last-child {
      border-bottom: 0
    }
    #beginning .inner ul li h3 {
      font-size: 2rem;
      margin-bottom: 0.2em
    }
  }
  
  @media screen and (max-width: 440px) {
    #beginning .inner::before {
      top: -62px;
      right: -17.5vw
    }
  }
  
  @media screen and (max-width: 360px) {
    #beginning .inner::before {
      right: -24vw
    }
  }
  
  #data {
    background: linear-gradient(to bottom, #efe395 0%, #f5eeb6 25%, #daaf5b 100%);
    position: relative;
    padding: 0 15px
  }
  
  #data::before {
    content: "";
    display: block;
    position: absolute;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 44px 40px 0 40px;
    border-color: #e0b85b transparent transparent transparent;
    top: -22px;
    left: 0;
    right: 0;
    filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.3))
  }
  
  #data .inner {
    padding: 56px 0 40px 0
  }
  
  #data .inner h2 {
    font-family: "F+UD-筑紫明朝 D";
    color: #45321d;
    line-height: 1.2;
    font-size: 3.2rem;
    text-align: center;
    margin-bottom: 35px
  }
  
  #data .inner h2 strong {
    margin-top: 0.2em;
    display: block;
    font-size: 4.4rem
  }
  
  #data .inner h2 span {
    display: inline-block
  }
  
  #data .dataBox {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
    max-width: 900px;
    margin: 0 auto;
    background: linear-gradient(to bottom, #faf7e0 0%, #f5e9c8 100%)
  }
  
  #data .dataBox h3 {
    min-height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to bottom, #032a77 0%, #001366 100%);
    line-height: 1.3
  }
  
  #data .dataBox h3 span {
    display: block;
    font-family: "F+UD-筑紫明朝 D";
    font-size: 2.6rem;
    text-align: center;
    color: #fff;
    background: radial-gradient(circle, #fff 0%, #ffed96 66%, #ffed96 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 0.2em
  }
  
  #data .dataBox ul {
    height: 308px;
    width: 100%;
    background: url(../202009/img_product_data01_sp.png) no-repeat center center;
    position: relative
  }
  
  #data .dataBox ul li dl dt {
    font-family: "F+UD-筑紫明朝 D";
    font-size: 20%;
    text-indent: -940px;
    overflow: hidden
  }
  
  #data .dataBox ul li dl dd {
    font-family: "NUDモトヤシーダ Std W2b";
    font-size: 1.4rem;
    line-height: 1.5;
    position: absolute
  }
  
  #data .dataBox ul li:nth-child(1) dl dd {
    top: 160px;
    left: 7.7%;
    width: 29%
  }
  
  #data .dataBox ul li:nth-child(2) dl dd {
    top: 125px;
    right: 3%;
    width: 29%
  }
  
  #data .dataBox ul li:nth-child(3) dl dd {
    top: 220px;
    right: 3%;
    width: 37%
  }
  
  @media all and (-ms-high-contrast: none) {
    #data .dataBox h3 {
      min-height: 0
    }
    #data .dataBox h3 span {
      background: none;
      padding: 0.8em 0
    }
  }
  
  @media screen and (max-width: 768px) {
    #data .inner {
      padding: 6vw 0 5vw 0
    }
    #data .inner h2 {
      font-size: 2.6rem;
      margin-bottom: 4vw
    }
    #data .inner h2 strong {
      font-size: 3.8rem
    }
    #data .dataBox {
      background: linear-gradient(to right, #faf7e0 0%, #f5e9c8 100%);
      padding: 0 15px 5vw 15px
    }
    #data .dataBox h3 {
      padding: 0.5em;
      margin-left: -15px;
      margin-right: -15px
    }
    #data .dataBox h3 span {
      font-size: 2.2rem
    }
    #data .dataBox ul {
      height: auto;
      max-width: 560px;
      background: none;
      position: static;
      margin: 2vw auto 0 auto
    }
    #data .dataBox ul::before {
      content: "";
      display: block;
      width: 100%;
      height: 0;
      padding: 0 0 54% 0;
      background: url(../202009/img_product_data01_sp.png) no-repeat center top;
      background-size: contain
    }
    #data .dataBox ul li {
      margin-bottom: 1em
    }
    #data .dataBox ul li:last-child {
      margin-bottom: 0
    }
    #data .dataBox ul li dl {
      display: flex
    }
    #data .dataBox ul li dl dt {
      text-indent: 0;
      font-size: 4rem;
      line-height: 1;
      width: 90px
    }
    #data .dataBox ul li dl dd {
      position: static;
      border-left: 1px solid #333;
      padding-left: 1em;
      box-sizing: border-box
    }
    #data .dataBox ul li:nth-child(1) dl dt {
      color: #b60005
    }
    #data .dataBox ul li:nth-child(1) dl dd {
      width: calc(100% - 90px)
    }
    #data .dataBox ul li:nth-child(2) dl dt {
      color: #004593
    }
    #data .dataBox ul li:nth-child(2) dl dd {
      width: calc(100% - 90px)
    }
    #data .dataBox ul li:nth-child(3) dl dt {
      color: #007851
    }
    #data .dataBox ul li:nth-child(3) dl dd {
      width: calc(100% - 90px)
    }
  }
  
  @media screen and (max-width: 480px) {
    #data::before {
      border-width: 22px 20px 0 20px;
      top: -11px
    }
    #data .inner h2 {
      font-size: 2rem
    }
    #data .inner h2 strong {
      font-size: 2.4rem
    }
    #data .dataBox h3 span {
      font-size: 1.8rem
    }
    #data .dataBox ul li dl dt {
      font-size: 3.2rem;
      width: 70px
    }
    #data .dataBox ul li:nth-child(1) dl dd {
      width: calc(100% - 70px)
    }
    #data .dataBox ul li:nth-child(2) dl dd {
      width: calc(100% - 70px)
    }
    #data .dataBox ul li:nth-child(3) dl dd {
      width: calc(100% - 70px)
    }
  }
  
  #data2 {
    background-image: url(../../common/202009/bg_ryushi-min.png), linear-gradient(to bottom, #904e1d 0%, #6a2f16 60%, #2c130d 100%);
    background-repeat: repeat, no-repeat;
    background-position: center center, center center;
    background-blend-mode: multiply;
    padding: 0 15px
  }
  
  #data2 .inner {
    position: relative;
    padding-top: 140px;
    min-height: 330px;
    box-sizing: border-box
  }
  
  #data2 .inner::before {
    content: "";
    display: block;
    position: absolute;
    width: 109px;
    height: 216px;
    background: url(../202009/img_product_drip-min.png) no-repeat center top;
    background-size: contain;
    left: 0;
    top: 0
  }
  
  #data2 .inner .arrow {
    position: absolute;
    width: 360px;
    height: 72px;
    margin: auto;
    top: 44px;
    left: 0;
    right: 0;
    overflow: hidden;
    font-size: 20%;
    text-indent: -940px
  }
  
  #data2 .inner .arrow::after {
    content: "";
    position: absolute;
    width: 255px;
    height: 255px;
    background: linear-gradient(135deg, rgba(174, 131, 50, 0) 0%, rgba(174, 131, 50, 0) 50%, #ae8332 85%, #ae8332 100%);
    top: -130px;
    left: 52px;
    transform: scaleY(0.38) rotate(45deg);
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3))
  }
  
  #data2 .inner h3 {
    font-family: "F+UD-筑紫明朝 R";
    font-size: 3.4rem;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.3);
    margin-bottom: 0.3em
  }
  
  #data2 .inner h2 small {
    font-size: 1.2rem
  }
  
  #data2 .inner h2 span {
    display: inline
  }
  
  #data2 .inner .attention {
    font-size: 1.2rem;
    line-height: 1.4;
    position: absolute;
    bottom: 1em;
    right: 0;
    color: #fff;
    font-family: "NUDモトヤシーダ Std W2b"
  }
  
  @media all and (-ms-high-contrast: none) {
    #data2 {
      background-image: linear-gradient(to bottom, #904e1d 0%, #6a2f16 60%, #2c130d 100%);
      background-repeat: no-repeat;
      background-position: center center;
      background-blend-mode: normal
    }
    #data2 .inner h2 {
      background: none
    }
  }
  
  @media screen and (max-width: 768px) {
    #data2 .inner {
      padding-top: 3vw;
      padding-bottom: 1em;
      min-height: 0
    }
    #data2 .inner::before {
      width: 11.9vw;
      height: 23.5vw
    }
    #data2 .inner .arrow {
      top: 0;
      position: relative;
      transform: scale(0.9, 0.9);
      margin: 0 auto 1vw auto
    }
    #data2 .inner h3 {
      font-size: 2.8rem
    }
    #data2 .inner h2 {
      font-size: 3.8rem!important
    }
    #data2 .inner h2 small {
      font-size: 1.1rem
    }
    #data2 .inner .attention {
      font-size: 1.1rem;
      position: static;
      margin-top: 5vw;
      text-align: right
    }
  }
  
  @media screen and (max-width: 480px) {
    #data2 .inner {
      padding-top: 3vw;
      padding-bottom: 6vw;
      min-height: 0
    }
    #data2 .inner::before {
      width: 15.2vw;
      height: 30vw
    }
    #data2 .inner .arrow {
      transform: scale(0.5, 0.5);
      margin: -2vw auto;
    }
    #data2 .inner h3 {
      font-size: 2rem
    }
    #data2 .inner h2 {
      font-size: 2.6rem!important
    }
    #data2 .inner .attention {
      margin-top: 7vw;
      text-align: left
    }
  }
  
  #approach {
    background: linear-gradient(to bottom right, #b6bac3 0%, #f5f5f5 20%, #f5f5f5 80%, #b6bac3 100%);
    padding: 0 15px;
    counter-reset: number 0
  }
  
  #approach .inner {
    padding: 70px 0 70px 0;
    position: relative
  }
  
  #approach .inner::before {
    content: "";
    display: block;
    position: absolute;
    width: 306px;
    height: 302px;
    background: url(../202009/bg_product_approach-min.png) no-repeat center center;
    background-size: contain;
    top: 0;
    right: -40px
  }
  
  #approach .inner h2 {
    position: relative;
    font-family: "F+UD-筑紫明朝 D";
    font-size: 3rem;
    color: #704c08;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 1.2em;
    letter-spacing: 0.18em
  }
  
  #approach .inner h2 strong {
    font-size: 5.4rem;
    display: inline-block;
    position: relative;
    font-weight: normal
  }
  
  #approach .inner h2 strong small {
    font-size: 1.3rem;
    letter-spacing: 0.1em;
    vertical-align: middle;
  }
  
  #approach .inner h3 {
    position: relative;
    font-family: "F+UD-筑紫明朝 D";
    font-size: 3.8rem;
    color: #282828;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 1em
  }
  
  #approach .inner h3+.component {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 30px
  }
  
  #approach .inner .component {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px
  }
  
  #approach .inner .component>li {
    width: 30%
  }
  
  #approach .inner .component>li>h4 {
    font-family: "F+UD-筑紫明朝 D";
    font-size: 2.8rem;
    color: #474747;
    line-height: 1.2;
    padding-bottom: 10px
  }
  
  #approach .inner .component>li>h4 strong {
    font-size: 4.8rem;
    position: relative;
    font-weight: normal;
    display: inline-block
  }
  
  #approach .inner .component>li>h4 strong small {
    font-size: 1.2rem;
    position: absolute;
    top: 0.5em;
    left: 94px;
    letter-spacing: 0.1em
  }
  
  #approach .inner .component>li:nth-child(1) h4 strong {
    color: #b60005
  }
  
  #approach .inner .component>li:nth-child(2) h4 strong {
    color: #004593
  }
  
  #approach .inner .component>li:nth-child(3) h4 strong {
    color: #007851
  }
  
  #approach .inner .component>li>h5 {
    position: relative;
    line-height: 1;
    background: #001c6f url(../202009/subttl_product.png) repeat center center;
    font-family: "F+UD-筑紫明朝 R";
    font-size: 2.2rem;
    color: #fff;
    text-align: center;
    letter-spacing: 0.2em;
    padding: 0.1em 0;
    margin: 10px 0 24px 0;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3))
  }
  
  #approach .inner .component>li>h5 span {
    display: block;
    padding-bottom: 0.2em
  }
  
  #approach .inner .component>li>h5::before, #approach .inner .component>li>h5::after {
    width: calc(100% - 10px);
    height: 0;
    display: block;
    position: absolute;
    left: 0;
    content: ""
  }
  
  #approach .inner .component>li>h5::before {
    border-bottom: solid 10px #001c6f;
    border-left: solid 10px transparent;
    bottom: 100%
  }
  
  #approach .inner .component>li>h5::after {
    border-top: solid 10px #00146a;
    border-right: solid 10px transparent;
    top: 100%
  }
  
  #approach .inner .component>li>p {
    font-family: "NUDモトヤシーダ Std W2b";
    margin-bottom: 0.7em;
    font-size: 1.4rem
  }
  
  #approach .inner .component>li .num_list>li {
    font-family: "F+UD-筑紫明朝 D";
    font-size: 1.6rem;
    line-height: 1.4;
    margin: 0 0 0.25em 0;
    padding-left: 22px;
    position: relative
  }
  
  #approach .inner .component>li .num_list>li::before {
    counter-increment: number 1;
    content: counter(number);
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    color: #fff;
    font-size: 1.1rem;
    line-height: 18px;
    font-family: "NUDモトヤシーダ Std W2b";
    text-align: center;
    position: absolute;
    top: 0.4em;
    left: 0;
    letter-spacing: normal;
    background: #333333
  }
  
  #approach .inner .attention {
    font-size: 1.2rem;
    line-height: 1.4;
    font-family: "NUDモトヤシーダ Std W2b"
  }
  
  #approach .inner #approach_txx {
    font-family: "F+UD-筑紫明朝 D";
    font-size: 3.8rem;
    color: #704c08;
    text-align: center;
    line-height: 1.3;
    margin-top: 50px
  }
  
  #approach .inner #approach_txx span {
    display: inline-block
  }
  
  #approach .inner #approach_txx small {
    font-size: 2.4rem
  }
  
  @media screen and (max-width: 940px) {
    #approach .inner::before {
      width: 32.6vw;
      height: 32.2vw;
      right: -8vw
    }
    #approach .inner .component>li {
      width: 32%
    }
    #approach .inner .component>li>h4 {
      font-size: 2.98vw
    }
    #approach .inner .component>li>h4 strong {
      font-size: 5.1vw
    }
    #approach .inner .component>li>h4 strong small {
      left: 10vw;
      top: 0
    }
  }
  
  @media screen and (max-width: 768px) {
    #approach .inner {
      padding: 7vw 0 7vw 0
    }
    #approach .inner h2 {
      font-size: 2.4rem;
      letter-spacing: 0.15em
    }
    #approach .inner h2 strong {
      font-size: 4.4rem
    }
    #approach .inner h2 strong small {
      font-size: 1.1rem;
      letter-spacing: 0.1em
    }
    #approach .inner h3 {
      font-size: 3.2rem
    }
    #approach .inner h3+.component {
      padding-bottom: 4vw
    }
    #approach .inner .component {
      margin-bottom: 4vw
    }
    #approach .inner .component>li>h5 {
      font-size: 2rem
    }
    #approach .inner .attention {
      font-size: 1.1rem
    }
    #approach .inner #approach_txx {
      font-size: 3.2rem;
      margin-top: 6vw
    }
    #approach .inner #approach_txx small {
      font-size: 2rem
    }
  }
  
  @media screen and (max-width: 600px) {
    #approach .inner::before {
      right: -12vw
    }
    #approach .inner h3+.component {
      padding-bottom: 0
    }
    #approach .inner .component {
      display: block;
      margin-bottom: 4vw
    }
    #approach .inner .component>li {
      width: 100%;
      margin-bottom: 4vw
    }
    #approach .inner .component>li::before {
      content: "";
      display: block;
      height: 1px
    }
    #approach .inner .component>li>h4 {
      font-size: 2.2rem
    }
    #approach .inner .component>li>h4 strong {
      font-size: 3.2rem
    }
    #approach .inner .component>li>h4 strong small {
      left: 60px
    }
    #approach .inner .component>li>h5 {
      margin: 10px 0 18px 0
    }
    #approach .inner .component>li>p {
      margin-bottom: 0.5em
    }
  }
  
  @media screen and (max-width: 480px) {
    #approach .inner h2 {
      font-size: 1.6rem
    }
    #approach .inner h2 strong {
      font-size: 2.8rem
    }
    #approach .inner h2 strong small {
      top: 0
    }
    #approach .inner h3 {
      font-size: 2rem
    }
    #approach .inner .component>li>h5 {
      font-size: 1.8rem
    }
    #approach .inner #approach_txx {
      font-size: 2.6rem;
      line-height: 1.4
    }
    #approach .inner #approach_txx small {
      font-size: 1.6rem
    }
  }
  
  #development {
    padding: 0 15px;
    background: #eef4f8;
    overflow: hidden
  }
  
  #development .inner {
    position: relative;
    min-height: 480px;
    box-sizing: border-box;
    padding: 120px 0 40px 0
  }
  
  #development .inner::after {
    content: "";
    display: block;
    position: absolute;
    width: 640px;
    height: 496px;
    bottom: 0;
    right: -156px;
    z-index: 0;
    background: url(../202009/bg_product_development_box02_sp.jpg) no-repeat center bottom;
    background-size: contain
  }
  
  #development .inner::before {
    content: "";
    display: block;
    position: absolute;
    width: 140px;
    height: 496px;
    bottom: 0;
    right: -156px;
    z-index: 1;
    background: linear-gradient(to right, rgba(238, 244, 248, 0) 0%, #eef4f8 100%)
  }
  
  #development .inner h2 {
    font-size: 5rem;
    line-height: 1.3;
    font-family: "F+UD-筑紫明朝 D";
    margin: 0 0 0.5em 90px;
    position: relative;
    z-index: 2
  }
  
  #development .inner h2 span {
    font-family: "F+UD-筑紫明朝 R";
    display: block;
    width: 212px;
    height: 50px;
    background: linear-gradient(to bottom, #b89c3c 0%, #75510b 100%);
    color: #fff;
    font-size: 2.4rem;
    line-height: calc(50px - 0.2em);
    border-radius: 6px;
    text-align: center;
    position: absolute;
    top: -48px;
    left: -90px;
    transform: rotate(-10deg);
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3))
  }
  
  #development .inner h2 span::after {
    width: 0;
    content: "";
    display: block;
    position: absolute;
    bottom: -14px;
    left: 24px;
    height: 0;
    border-style: solid;
    border-width: 14px 0px 0 12px;
    border-color: #75510b transparent transparent transparent
  }
  
  #development .inner p {
    font-family: "F+UD-筑紫明朝 R";
    margin-right: 37%;
    position: relative;
    z-index: 2
  }
  
  @media screen and (max-width: 768px) {
    #development .inner {
      min-height: 52.8px;
      padding: 100px 0 5vw 0
    }
    #development .inner::after {
      width: 68vw;
      height: 52.8vw;
      right: -16.6vw
    }
    #development .inner::before {
      content: none
    }
    #development .inner h2 {
      font-size: 4.2rem;
      margin: 0 0 0.5em 72px
    }
    #development .inner h2 span {
      transform: rotate(-10deg) scale(0.8, 0.8)
    }
    #development .inner p {
      font-family: "F+UD-筑紫明朝 R";
      margin-right: 37%;
      position: relative;
      z-index: 2
    }
  }
  
  @media screen and (max-width: 480px) {
    #development .inner {
      padding: 60px 0 0 0;
      text-align: center
    }
    #development .inner::after {
      position: static;
      width: 100vw;
      height: 77.5vw
    }
    #development .inner h2 {
      font-size: 2.8rem;
      margin: 0 auto 0.5em auto;
      display: inline-block
    }
    #development .inner h2 span {
      top: -40px;
      transform: rotate(-10deg) scale(0.6, 0.6)
    }
    #development .inner p {
      text-align: left;
      width: auto;
      margin: 0 auto
    }
  }
  
  #universal {
    padding: 0 15px;
    background-color: #1a2b5e;
    background-repeat: no-repeat;
    background-position: center center
  }
  
  #universal .inner {
    padding: 50px 0;
    text-align: center
  }
  
  #universal .inner h2 {
    font-family: "F+UD-筑紫明朝 D";
    font-size: 3.6rem;
    line-height: 1.3;
    margin-bottom: 0.8em;
    display: inline-block;
    color: #ffed96;
    filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.5));
    background: radial-gradient(circle, #fff 0%, #ffed96 66%, #ffed96 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  #universal .inner h2 strong {
    font-weight: normal;
    display: inline;
    font-size: 4.8rem
  }
  
  #universal .inner ul {
    max-width: 840px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto
  }
  
  #universal .inner ul li {
    width: 380px;
    max-width: 48%
  }
  
  #universal .inner ul li .unimg {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    margin-bottom: 10px
  }
  
  #universal .inner ul li h3 {
    font-family: "F+UD-筑紫明朝 D";
    font-size: 2.6rem;
    line-height: 1.3;
    display: inline-block;
    color: #fff;
    background: radial-gradient(circle, #fff 0%, #ffed96 66%, #ffed96 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.5))
  }
  
  #universal .inner ul li p {
    line-height: 1.6;
    font-family: "NUDモトヤシーダ Std W2b";
    color: #fff;
    text-align: left;
    font-size: 1.4rem
  }
  
  @media all and (-ms-high-contrast: none) {
    #universal .inner h2, #universal .inner ul li h3 {
      background: none
    }
  }
  
  @media screen and (max-width: 768px) {
    #universal .inner {
      padding: 5vw 0
    }
    #universal .inner h2 {
      font-size: 3rem
    }
    #universal .inner h2 strong {
      font-size: 4.2rem
    }
    #universal .inner ul li {
      max-width: 49%
    }
    #universal .inner ul li h3 {
      font-size: 2.2rem
    }
  }
  
  @media screen and (max-width: 480px) {
    #universal .inner h2 {
      font-size: 2.2rem
    }
    #universal .inner h2 strong {
      font-size: 2.8rem
    }
    #universal .inner ul {
      display: block
    }
    #universal .inner ul li {
      width: auto;
      max-width: none
    }
    #universal .inner ul li:nth-child(1) {
      margin-bottom: 4vw
    }
    #universal .inner ul li .unimg {
      margin-bottom: 4px
    }
    #universal .inner ul li h3 {
      font-size: 1.8rem
    }
  }
  
  #target01 {
    margin-top: -35px;
    padding-top: 35px
  }
  
  #target02, #target03 {
    margin-top: -70px;
    padding-top: 70px
  }
  
  #vpmenu {
    position: relative;
    z-index: 1;
    border-top: 2px solid #091e40;
    border-bottom: 2px solid #050c17;
    background: url(../../common/202009/bg_ryushi-min.png), linear-gradient(to bottom, #123d80 0%, #08182d 100%);
    box-shadow: 0px 0px 6px 0px #000;
    background-blend-mode: multiply
  }
  
  #vpmenu ul {
    max-width: 940px;
    margin: 0 auto;
    border-left: 1px solid rgba(0, 0, 0, 0.6);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    display: flex
  }
  
  #vpmenu ul li {
    width: 33.3%;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(0, 0, 0, 0.6)
  }
  
  #vpmenu ul li a {
    display: flex;
    height: 80px;
    line-height: 1;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative
  }
  
  #vpmenu ul li a span {
    display: block;
    font-family: "F+UD-筑紫明朝 D";
    font-size: 1.8rem;
    color: #fff;
    position: relative;
    padding-bottom: 0.4em;
    background: radial-gradient(circle, #fff 0%, #fff 20%, #ffed96 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5)
  }
  
  #vpmenu ul li a::after {
    content: "";
    display: block;
    position: relative;
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(135deg);
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5))
  }
  
  #vpmenu ul li a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, #03295e 0%, #1b59a6 100%);
    opacity: 0;
    transition: opacity 0.3s
  }
  
  #vpmenu ul li a:hover::before {
    opacity: 0.6
  }
  
  @media all and (-ms-high-contrast: none) {
    #vpmenu {
      background: linear-gradient(to bottom, #123d80 0%, #08182d 100%)
    }
    #vpmenu ul li a span {
      background: none
    }
  }
  
  @media screen and (max-width: 768px) {
    #target01 {
      margin-top: -40px;
      padding-top: 40px
    }
    #vpmenu ul li a {
      height: 70px
    }
    #vpmenu ul li a span {
      font-size: 1.7rem
    }
  }
  
  @media screen and (max-width: 480px) {
    #target01 {
      margin-top: -20px;
      padding-top: 20px
    }
    #target02, #target03 {
      margin-top: -40px;
      padding-top: 40px
    }
    #vpmenu ul li a {
      height: 60px
    }
    #vpmenu ul li a span {
      font-size: 1.4rem;
      padding-bottom: 0.3em
    }
    #vpmenu ul li a::after {
      width: 6px;
      height: 6px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff
    }
  }


/* ========== premium ========== */
#mv .inner::after{
    background-image: url(../202203/vi_top_main-min.png);
}
#mv .inner h3 {
    font-size: 1.8rem;
}
@media screen and (max-width: 940px) {
    #mv .inner h3 {
        font-size: 1.702vw;
    }
}
@media screen and (max-width: 480px){
    #mv .inner h3 {
        font-size: 1.6rem;
    }
}
#mv .inner h3 .txt01 .small01 {
    font-size: 1.2rem;
    position: relative;
    right: 0;
    top: 0;
    letter-spacing: 0;
}
@media screen and (max-width: 940px) {
    #mv .inner h3 .txt01 .small01 {
        font-size: 0.1vw;
    }
}
@media screen and (max-width: 480px){
    #mv .inner h3 .txt01 .small01 {
        font-size: 1.0rem;
    }
}
#mv .inner h3 .txt01 .small01 span {
    display: inline;
    font-size: 1.0rem;
}
@media screen and (max-width: 940px) {
    #mv .inner h3 .txt01 .small01 span {
        font-size: 0.1vw;
    }
}
@media screen and (max-width: 480px){
    #mv .inner h3 .txt01 .small01 span {
        font-size: 2.667vw;
    }
}

#mv_headline h2 {
    font-size: 3.2rem;
}
@media screen and (max-width: 940px) {
    #mv_headline h2 {
        font-size: 3.5vw;
    }
}
@media screen and (max-width: 480px){
    #mv_headline h2 {
        font-size: 4.8vw;
    }
}

#data .dataBox ul {
    background: url(./img_product_data01_sp.png) no-repeat center center;
    position: relative;
}
@media screen and (max-width: 768px){
    #data .dataBox ul {
        background: none;
    }
    #data .dataBox ul::before {
        background: url(./img_product_data01_sp.png) no-repeat center top;
        background-size: contain;
    }
}

#data .dataBox ul li:nth-child(1) dl dt {
    color: #004593;
}
#data .dataBox ul li:nth-child(1) dl dd {
    top: 125px;
    right: 3%;
    left: auto;
    width: 29%;
}
@media screen and (max-width: 768px){
    #data .dataBox ul li:nth-child(1) dl dd {
        width: calc(100% - 70px);
    }
}

#data .dataBox ul li:nth-child(2) dl dt {
    color: #b60005;
}
#data .dataBox ul li:nth-child(2) dl dd {
    top: 160px;
    right: auto;
    left: 7.7%;
    width: 29%;
}
@media screen and (max-width: 768px){
    #data .dataBox ul li:nth-child(2) dl dd {
        width: calc(100% - 70px);
    }
}

#data2 .inner h2{
    font-family:"F+UD-筑紫明朝 D";font-size:4.4rem;line-height:1.2;text-align:center;color:#fff;filter:drop-shadow(3px 3px 4px rgba(0,0,0,0.3));
    background:radial-gradient(circle, #fff 0%, #ffed96 66%, #ffed96 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;
}
@media screen and (max-width: 768px){
    #data2 .inner h2{
        color:#ffed96;
    }
}


#approach .inner .component > li:nth-child(1) h4 strong {
    color: #004593;
}
#approach .inner .component > li:nth-child(2) h4 strong {
    color: #b60005;
}

#vpseries .bnr_chondroitin {
    padding: 80px 0;
    text-align: center;
    background-color: #fff;
}
@media screen and (max-width: 768px){
    #vpseries .bnr_chondroitin {
        padding: 30px 15px;
        text-align: center;
    }
}
@media screen and (min-width: 769px){
  #vpseries .bnr_chondroitin a:hover {
      opacity: 0.7;
  }
}
#vpseries .bnr_chondroitin img {
    display: inline;
}