@charset "UTF-8";
/*
ユーティリティ系おまとめファイル
*/
/*
██████   █████  ███████ ███████
██   ██ ██   ██ ██      ██
██████  ███████ ███████ █████
██   ██ ██   ██      ██ ██
██████  ██   ██ ███████ ███████
*/
/*
██████  ██████  ███████  █████  ██   ██ ██████   ██████  ██ ███    ██ ████████
██   ██ ██   ██ ██      ██   ██ ██  ██  ██   ██ ██    ██ ██ ████   ██    ██
██████  ██████  █████   ███████ █████   ██████  ██    ██ ██ ██ ██  ██    ██
██   ██ ██   ██ ██      ██   ██ ██  ██  ██      ██    ██ ██ ██  ██ ██    ██
██████  ██   ██ ███████ ██   ██ ██   ██ ██       ██████  ██ ██   ████    ██
*/
/*
 ██████  ██████  ██       ██████  ██████
██      ██    ██ ██      ██    ██ ██   ██
██      ██    ██ ██      ██    ██ ██████
██      ██    ██ ██      ██    ██ ██   ██
 ██████  ██████  ███████  ██████  ██   ██
*/
/*
████████ ███████ ██   ██ ████████
   ██    ██       ██ ██     ██
   ██    █████     ███      ██
   ██    ██       ██ ██     ██
   ██    ███████ ██   ██    ██
*/
#product .p-mainVisual {
  width: 100%;
  height: 714px;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    #product .p-mainVisual {
      height: 507px; } }
  #product .p-mainVisual__bg {
    width: 100%;
    height: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative; }
    @media screen and (max-width: 768px) {
      #product .p-mainVisual__bg {
        width: calc(100% - 30px); } }
  #product .p-mainVisual__swipe {
    position: absolute;
    top: 50%;
    right: 120px;
    transform: translateY(-50%);
    width: calc(570 / 1063 * 100%);
    background-color: #FFFFFF;
    line-height: 0;
    border-radius: 20px; }
    @media screen and (max-width: 768px) {
      #product .p-mainVisual__swipe {
        top: 23px;
        transform: none;
        width: 360px; } }
    @media screen and (max-width: 568px) {
      #product .p-mainVisual__swipe {
        top: 23px;
        transform: none;
        width: 300px; } }
    #product .p-mainVisual__swipe-inner {
      width: 100%;
      height: 100%; }
    #product .p-mainVisual__swipe-wrap {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      right: -125px; }
      @media screen and (max-width: 768px) {
        #product .p-mainVisual__swipe-wrap {
          right: -30px; } }
    #product .p-mainVisual__swipe-item {
      width: 100%;
      height: 100vh;
      max-height: 500px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      border-radius: 20px; }
      @media screen and (max-width: 768px) {
        #product .p-mainVisual__swipe-item {
          height: 205px; } }
  #product .p-mainVisual__catch {
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translate(-50%, -50%);
    max-width: 466px;
    width: 100%;
    color: #FFFFFF; }
    @media screen and (max-width: 1168px) {
      #product .p-mainVisual__catch {
        left: 30px;
        transform: translateY(-50%); } }
    @media screen and (max-width: 1024px) {
      #product .p-mainVisual__catch {
        max-width: 400px; } }
    @media screen and (max-width: 768px) {
      #product .p-mainVisual__catch {
        top: auto;
        bottom: 20px;
        transform: none; } }
    @media screen and (max-width: 568px) {
      #product .p-mainVisual__catch {
        max-width: calc(100% - 30px);
        left: 0;
        padding: 0 15px 0 30px; } }
    #product .p-mainVisual__catch-heading {
      font-size: 48px;
      margin-bottom: 18px; }
      @media screen and (max-width: 1024px) {
        #product .p-mainVisual__catch-heading {
          font-size: 36px; } }
      @media screen and (max-width: 768px) {
        #product .p-mainVisual__catch-heading {
          font-size: 28px; } }
      #product .p-mainVisual__catch-heading small {
        font-size: 32px; }
        @media screen and (max-width: 1024px) {
          #product .p-mainVisual__catch-heading small {
            font-size: 26px; } }
        @media screen and (max-width: 768px) {
          #product .p-mainVisual__catch-heading small {
            font-size: 22px; } }
    #product .p-mainVisual__catch-desc {
      font-size: 18px;
      line-height: 1.5; }
      @media screen and (max-width: 768px) {
        #product .p-mainVisual__catch-desc {
          font-size: 16px; } }
      @media screen and (max-width: 768px) {
        #product .p-mainVisual__catch-desc {
          font-size: 14px; } }
  #product .p-mainVisual__scroll {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    position: absolute;
    bottom: 105px;
    right: -55px;
    transform: rotate(90deg); }
    @media screen and (max-width: 768px) {
      #product .p-mainVisual__scroll {
        bottom: 125px;
        right: -68px; } }
    #product .p-mainVisual__scroll-txt {
      font-size: 13px;
      font-weight: 500;
      letter-spacing: 0.05em;
      display: inline-block;
      margin-right: 12px; }
    #product .p-mainVisual__scroll-bar {
      display: inline-block;
      width: 100px;
      height: 2px;
      background-color: #CCCCCC;
      position: relative;
      overflow: hidden; }
      #product .p-mainVisual__scroll-bar:before {
        content: '';
        width: 50%;
        height: 2px;
        position: absolute;
        top: 0;
        left: -50%;
        display: inline-block;
        background-color: #0068B7; }

#product #wrapper {
  padding: 0 0; }
  @media screen and (max-width: 1168px) {
    #product #wrapper {
      padding: 60px 0 0; } }

#product #newslist {
  padding-bottom: 0; }
  @media screen and (max-width: 768px) {
    #product #newslist .c-newslist__wrap {
      background-color: #F7F7F7;
      padding: 15px 0 30px; } }
  @media screen and (max-width: 768px) {
    #product #newslist .c-newslist dl dt {
      margin-bottom: 5px; } }
  #product #newslist .c-newslist dl dd {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

#product .p-about .l-col2__detail {
  position: relative; }
  #product .p-about .l-col2__detail:before {
    content: '';
    display: block;
    background: url("/inc/image/top/img_shovel.jpg") no-repeat center/contain;
    width: 940px;
    height: 511px;
    position: absolute;
    top: 50%;
    left: 380px;
    transform: translateY(-50%);
    z-index: -1; }
    @media screen and (max-width: 1024px) {
      #product .p-about .l-col2__detail:before {
        left: 50px; } }
    @media screen and (max-width: 768px) {
      #product .p-about .l-col2__detail:before {
        left: 80px;
        width: 658px;
        height: 357.7px; } }
    @media screen and (max-width: 568px) {
      #product .p-about .l-col2__detail:before {
        left: 80px;
        width: 470px;
        height: 255.5px; } }

#product .p-reason .l-col2__detail {
  position: relative; }
  #product .p-reason .l-col2__detail:before {
    content: '';
    display: block;
    background: url("/inc/image/top/img_loader.jpg") no-repeat center/contain;
    width: 968px;
    height: 519px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: -1; }
    @media screen and (max-width: 768px) {
      #product .p-reason .l-col2__detail:before {
        width: 658px;
        height: 357.7px; } }
    @media screen and (max-width: 568px) {
      #product .p-reason .l-col2__detail:before {
        width: 484px;
        height: 259.5px; } }

@media screen and (max-width: 768px) {
  #product .pc-only {
    display: none; } }

#product .sp-only {
  display: none; }
  @media screen and (max-width: 768px) {
    #product .sp-only {
      display: block; } }

#product .p-taC {
  text-align: center; }

#product .p-taR {
  text-align: right; }

#product .p-text-Keycolor {
  color: #0068B7; }

#product .p-mr10 {
  margin-right: 10px; }

#product .p-product {
  max-width: 1168px;
  margin: 0 auto; }
  #product .p-product .bg_shadow {
    transition: color 0.2s ease, background-color 0.2s ease;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
    padding: 30px 50px; }

#product .bg_white {
  background: #fff; }

#product .p-bg-product {
  background-image: url("/inc/image/top/bg-product-img.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow-x: hidden; }

#product .p-l-col2-imgwi {
  width: 60% !important; }
  #product .p-l-col2-imgwi img {
    border-radius: 30px; }
  @media screen and (max-width: 768px) {
    #product .p-l-col2-imgwi {
      width: 100% !important; } }

#product .p-pb160 {
  padding-bottom: 160px; }
  @media screen and (max-width: 768px) {
    #product .p-pb160 {
      padding-bottom: 90px; } }

#product .bg_blue_r::before {
  content: "";
  background-color: #F0F5FF;
  position: absolute;
  right: 0;
  top: 12%;
  height: 27%;
  width: 65%;
  z-index: -100; }
  @media screen and (max-width: 1400px) {
    #product .bg_blue_r::before {
      width: 75%; } }
  @media screen and (max-width: 1168px) {
    #product .bg_blue_r::before {
      top: 7%; } }
  @media screen and (max-width: 768px) {
    #product .bg_blue_r::before {
      top: 5%; } }
  @media screen and (max-width: 568px) {
    #product .bg_blue_r::before {
      top: 5.5%; } }

#product .bg_blue_l::before {
  content: "";
  background-color: #F0F5FF;
  position: absolute;
  left: 0;
  top: 59%;
  height: 27%;
  width: 65%;
  z-index: -100; }
  @media screen and (max-width: 1400px) {
    #product .bg_blue_l::before {
      width: 75%; } }
  @media screen and (max-width: 1168px) {
    #product .bg_blue_l::before {
      top: 57.5%; } }
  @media screen and (max-width: 1068px) {
    #product .bg_blue_l::before {
      top: 62%; } }
  @media screen and (max-width: 768px) {
    #product .bg_blue_l::before {
      top: 53%; } }
  @media screen and (max-width: 678px) {
    #product .bg_blue_l::before {
      top: 54%; } }
  @media screen and (max-width: 568px) {
    #product .bg_blue_l::before {
      top: 54.5%; } }
  @media screen and (max-width: 468px) {
    #product .bg_blue_l::before {
      top: 54%; } }

#product .bg_blue_r_bottom::before {
  content: "";
  background-color: #F0F5FF;
  position: absolute;
  right: 0;
  top: 24%;
  height: 54%;
  width: 65%;
  z-index: -100; }
  @media screen and (max-width: 1400px) {
    #product .bg_blue_r_bottom::before {
      width: 75%; } }
  @media screen and (max-width: 1168px) {
    #product .bg_blue_r_bottom::before {
      top: 15%; } }
  @media screen and (max-width: 968px) {
    #product .bg_blue_r_bottom::before {
      top: 17%; } }
  @media screen and (max-width: 768px) {
    #product .bg_blue_r_bottom::before {
      top: 10.5%; } }
  @media screen and (max-width: 568px) {
    #product .bg_blue_r_bottom::before {
      top: 11.5%; } }

@media screen and (max-width: 768px) {
  #product .p-quality {
    padding-top: 60px !important; } }

#product .p-title-text {
  max-width: 845px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px; }

#product .p-first-pa {
  padding-bottom: 60px; }

#product .p-secound-pa {
  padding-top: 60px;
  padding-bottom: 60px; }

#product .p-third-pa {
  padding-top: 60px;
  padding-bottom: 60px; }

#product .p-sp-only {
  display: none; }
  @media screen and (max-width: 768px) {
    #product .p-sp-only {
      display: block; } }

@media screen and (max-width: 1168px) {
  #product .l-network {
    padding-top: 60px;
    padding-bottom: 60px; } }

@media screen and (max-width: 1168px) {
  #product .l-flow {
    padding-top: 60px;
    padding-bottom: 60px; } }

#product .p-product-all {
  box-shadow: none !important; }
  #product .p-product-all img {
    border-radius: 40px; }

/*# sourceMappingURL=../_map/page/product.css.map */
