@charset "UTF-8";
/*-------------------------------------------------*/
/*-------------------------------------------------*/
@font-face {
  font-family: "YuGothic M";
  src: local("Yu Gothic Medium"); }

/* IEハック用mixin */
/*-------------------------------------------------*/
/*-------------------------------------------------*/
.mod-freeHTML {
  font-family: YakuHanJP, "游ゴシック体", YuGothic, "YuGothic M", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", "sans-serif";
  letter-spacing: .05em;
  word-break: normal; }
  _:-ms-fullscreen, :root .mod-freeHTML {
    font-family: YakuHanJP, "Meiryo", "メイリオ", "游ゴシック体", YuGothic, "YuGothic M", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif"; }
  .mod-freeHTML a:not([data-animation="false"]) {
    -webkit-transition: all .1125s linear;
    -o-transition: all .1125s linear;
    transition: all .1125s linear; }
    .mod-freeHTML a:not([data-animation="false"]):after {
      -webkit-transition: all .1125s linear;
      -o-transition: all .1125s linear;
      transition: all .1125s linear; }
  .mod-freeHTML a:active, .mod-freeHTML a:focus, .mod-freeHTML a:hover {
    opacity: 1; }
  .mod-freeHTML p,
  .mod-freeHTML figure {
    margin: 0; }
  .mod-freeHTML ul, .mod-freeHTML ol, .mod-freeHTML li {
    list-style: none;
    margin: 0;
    padding-left: 0; }
  .mod-freeHTML .txt-idt {
    text-indent: -0.5em; }
  .mod-freeHTML .page-wrap::after {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0;
    background: #000;
    -webkit-transition: opacity .1125s linear;
    -o-transition: opacity .1125s linear;
    transition: opacity .1125s linear;
    z-index: 1000; }
  .mod-freeHTML .page-wrap.active::after {
    width: 100%;
    height: 100%;
    opacity: 0.5; }

/* color */
/*-------------------------------------------------*/
/*-------------------------------------------------*/
.gradation-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .gradation-box.style01 {
    background: -webkit-linear-gradient(45deg, #531292, #18ecff);
    background: -o-linear-gradient(45deg, #531292, #18ecff);
    background: linear-gradient(45deg, #531292, #18ecff); }
  .gradation-box.style02 {
    background: -webkit-linear-gradient(45deg, #ca4040, #e3d46f);
    background: -o-linear-gradient(45deg, #ca4040, #e3d46f);
    background: linear-gradient(45deg, #ca4040, #e3d46f); }
  .gradation-box.style03 {
    background: -webkit-linear-gradient(45deg, #01b4b6, #d9f599);
    background: -o-linear-gradient(45deg, #01b4b6, #d9f599);
    background: linear-gradient(45deg, #01b4b6, #d9f599); }

.belt {
  display: block;
  width: 100%;
  height: 30px; }
  .belt.style01 {
    background: -webkit-linear-gradient(45deg, #531292, #18ecff);
    background: -o-linear-gradient(45deg, #531292, #18ecff);
    background: linear-gradient(45deg, #531292, #18ecff); }
  .belt.style02 {
    background: -webkit-linear-gradient(45deg, #ca4040, #e3d46f);
    background: -o-linear-gradient(45deg, #ca4040, #e3d46f);
    background: linear-gradient(45deg, #ca4040, #e3d46f); }
  .belt.style03 {
    background: -webkit-linear-gradient(45deg, #01b4b6, #d9f599);
    background: -o-linear-gradient(45deg, #01b4b6, #d9f599);
    background: linear-gradient(45deg, #01b4b6, #d9f599); }

.btn-gradation.style01 {
  background: -webkit-linear-gradient(45deg, #531292, #18ecff);
  background: -o-linear-gradient(45deg, #531292, #18ecff);
  background: linear-gradient(45deg, #531292, #18ecff); }
  .btn-gradation.style01:hover {
    background: -webkit-linear-gradient(135deg, #531292, #18ecff);
    background: -o-linear-gradient(135deg, #531292, #18ecff);
    background: linear-gradient(-45deg, #531292, #18ecff); }

.btn-gradation.style02 {
  background: -webkit-linear-gradient(45deg, #ca4040, #e3d46f);
  background: -o-linear-gradient(45deg, #ca4040, #e3d46f);
  background: linear-gradient(45deg, #ca4040, #e3d46f); }
  .btn-gradation.style02:hover {
    background: -webkit-linear-gradient(135deg, #ca4040, #e3d46f);
    background: -o-linear-gradient(135deg, #ca4040, #e3d46f);
    background: linear-gradient(-45deg, #ca4040, #e3d46f); }

.btn-gradation.style03 {
  background: -webkit-linear-gradient(45deg, #01b4b6, #d9f599);
  background: -o-linear-gradient(45deg, #01b4b6, #d9f599);
  background: linear-gradient(45deg, #01b4b6, #d9f599); }
  .btn-gradation.style03:hover {
    background: -webkit-linear-gradient(135deg, #01b4b6, #d9f599);
    background: -o-linear-gradient(135deg, #01b4b6, #d9f599);
    background: linear-gradient(-45deg, #01b4b6, #d9f599); }

/*-------------------------------------------------*/
/*-------------------------------------------------*/
.btn {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  letter-spacing: 0;
  -webkit-transition: all .1125s linear;
  -o-transition: all .1125s linear;
  transition: all .1125s linear; }
  .btn-black {
    padding: 6px 4px;
    width: 250px;
    border-radius: 5px;
    font-size: 16px;
    background: #111111; }
    .btn-black:hover {
      background: #a0a0a0; }
  .btn-gradation {
    position: relative;
    padding: 22px 32px;
    width: 337px;
    border-radius: 6px;
    font-size: 22px;
    line-height: 1;
    letter-spacing: .05em; }
    .btn-gradation .icn-right {
      position: absolute;
      top: 50%;
      right: 36px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      .btn-gradation .icn-right img {
        margin: 0; }

.link {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  letter-spacing: 0;
  -webkit-transition: all .1125s linear;
  -o-transition: all .1125s linear;
  transition: all .1125s linear; }
  .link-line {
    padding: 8px 10px;
    width: 136px;
    line-height: 1;
    color: #333333;
    border-radius: 5px;
    border: 1px solid #222222; }

.icn-left,
.icn-right {
  display: inline-block;
  line-height: 1; }
  .icn-left img,
  .icn-right img {
    position: relative;
    margin: 0.2em 0.5em 0 0; }

.backtotop {
  margin-top: 22px;
  text-align: right; }
  .backtotop a:hover {
    opacity: 0.5; }

/*-------------------------------------------------*/
/*-------------------------------------------------*/
.anchors-panel {
  position: fixed;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  left: 0;
  min-width: 1072px;
  width: 100%;
  height: 0;
  background: #fff;
  overflow: hidden;
  -webkit-transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 9500; }
  .anchors-panel.isFixed {
    height: 76px; }
  .anchors-panel .panel-inner {
    max-width: 1028px;
    margin: 0 auto;
    padding: 0 10px; }

/* モーダルオープン時 */
body.isFixed .anchors-panel {
  height: 76px; }

/*-------------------------------------------------*/
/*-------------------------------------------------*/
.anchors {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 76px; }
  .anchors > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .anchors .anchor-logo {
    width: 240px; }
  .anchors .anchor-list {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .anchors .anchor-list-item {
      margin: 0 13px; }
      .anchors .anchor-list-item a {
        padding: 5px; }
        .anchors .anchor-list-item a:hover {
          opacity: 0.5; }
  .anchors .link-list {
    width: 150px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align-last: auto;
    -ms-flex-line-pack: center;
    align-content: center; }
    .anchors .link-list-item {
      margin: 2px 0;
      width: 100%; }
    .anchors .link-list a {
      position: relative;
      display: inline-block;
      padding-left: 16px; }
      .anchors .link-list a .icn-left {
        position: absolute;
        left: 0;
        top: 50%;
        display: block;
        width: 6px;
        height: 12px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      .anchors .link-list a:hover {
        opacity: 0.7;
        text-decoration: underline; }
  .anchors .btn {
    position: absolute;
    top: 50%;
    right: 0;
    width: 190px;
    font-size: 15px;
    padding: 12px 0;
    text-align: center;
    font-weight: normal;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .anchors .btn .label {
      position: relative;
      display: inline-block;
      padding-left: 34px; }
      .anchors .btn .label .icn-left {
        position: absolute;
        left: 0;
        top: 50%;
        display: block;
        width: 22px;
        height: 22px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }

/*-------------------------------------------------*/
/*-------------------------------------------------*/
.panel-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1052px; }

/*-------------------------------------------------*/
/*-------------------------------------------------*/
.modal-wrap {
  position: fixed;
  left: 0;
  top: 100%;
  width: 100%;
  height: calc(100% - 76px);
  overflow: hidden;
  z-index: 2000;
  -webkit-transition: top 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: top 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: top 1s cubic-bezier(0.19, 1, 0.22, 1); }
  .modal-wrap.isOpen {
    top: 76px; }
    .modal-wrap.isOpen .modal-foot {
      position: fixed;
      bottom: 0px;
      z-index: 9000;
      opacity: 0;
      -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
      -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
      transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }

body.isFixed {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100%; }
  body.isFixed .modal-wrap.isOpen {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
    body.isFixed .modal-wrap.isOpen .modal-foot {
      bottom: 60px;
      opacity: 1; }

.only-pc {
  display: block; }

.only-sp {
  display: none; }

@font-face {
  font-family: "YuGothic M";
  src: local("Yu Gothic Medium"); }

/* IEハック用mixin */
/*-------------------------------------------------*/
/*-------------------------------------------------*/
.kv-panel {
  position: relative; }
  .kv-panel .kv-contents {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 630px;
    max-width: 1052px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

.kv-contents .title {
  margin: 47px auto 0;
  width: 536px; }

.kv-contents .link-list {
  position: absolute;
  top: 209px;
  right: 0; }
  .kv-contents .link-list-item {
    margin-bottom: 20px; }

.kv-img {
  overflow: hidden;
  position: relative;
  height: 630px; }
  .kv-img img {
    position: absolute;
    top: 0;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

.kv-movie {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 630px; }
  .kv-movie .kv-movie-wrap {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 56.25% 0 0 0;
    min-width: 1052px; }
  .kv-movie iframe {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*-------------------------------------------------*/
/*-------------------------------------------------*/
.lead-panel {
  padding-top: 18px; }
  .lead-panel .lead-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .lead-panel .lead-list-item {
      text-align: center; }
      .lead-panel .lead-list-item figure {
        display: block;
        padding: 12px;
        margin-bottom: 15px; }
        .lead-panel .lead-list-item figure .img-wrap {
          display: inline-block;
          background: #fff; }
      .lead-panel .lead-list-item .label {
        display: inline-block;
        background-position: center center;
        background-repeat: no-repeat; }
      .lead-panel .lead-list-item a {
        display: inline-block;
        -webkit-transition: all .1125s linear;
        -o-transition: all .1125s linear;
        transition: all .1125s linear;
        overflow: hidden; }
        .lead-panel .lead-list-item a:hover .label img {
          opacity: 0; }
        .lead-panel .lead-list-item a:hover img {
          opacity: 0.7; }
      .lead-panel .lead-list-item:nth-child(1) a {
        color: #2959b0; }
        .lead-panel .lead-list-item:nth-child(1) a:hover .label {
          background-image: url("../img/txt_styles01_ov.png"); }
      .lead-panel .lead-list-item:nth-child(2) a {
        color: #ff933e; }
        .lead-panel .lead-list-item:nth-child(2) a:hover .label {
          background-image: url("../img/txt_styles02_ov.png"); }
      .lead-panel .lead-list-item:nth-child(3) a {
        color: #38c4af; }
        .lead-panel .lead-list-item:nth-child(3) a:hover .label {
          background-image: url("../img/txt_styles03_ov.png"); }
  .lead-panel .lead-text p {
    margin: 48px 0 54px;
    font-size: 20px;
    line-height: 1.8;
    text-align: center; }

/*-------------------------------------------------*/
/*-------------------------------------------------*/
.style-panel .style-panel-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 938px; }

.style-panel-head {
  position: relative;
  margin-bottom: 10px; }
  .style-panel-head .head-img {
    overflow: hidden;
    position: relative;
    height: 490px; }
    .style-panel-head .head-img img {
      position: absolute;
      top: 0;
      left: 50%;
      width: auto;
      height: auto;
      min-width: 100%;
      min-height: 100%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
  .style-panel-head .head-contents {
    position: absolute;
    top: 0;
    left: 50%;
    width: 526px;
    height: 490px;
    -webkit-transform: translateX(-526px);
    -ms-transform: translateX(-526px);
    transform: translateX(-526px);
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .style-panel-head .head-contents .title {
      margin: 90px 0 50px;
      text-align: center; }
      .style-panel-head .head-contents .title img.only-pc {
        display: inline-block; }
    .style-panel-head .head-contents .text {
      font-size: 16px; }
      .style-panel-head .head-contents .text.wrap-text {
        text-shadow: 1px 0px 0px #eff0f4, 0px 1px 0px #eff0f4, -1px 0px 0px #eff0f4, 0px -1px 0px #eff0f4; }

.style-panel.style02 .title {
  padding-right: 20px; }

.style-panel.style02 .head-contents {
  padding-right: 85px; }

.style-panel.style03 .head-contents {
  padding-right: 100px; }

.style-panel-body {
  margin-bottom: 10px;
  padding: 70px 0 80px; }
  .style-panel-body .solution {
    position: relative;
    margin-bottom: 10px;
    zoom: 1; }
    .style-panel-body .solution:after {
      content: ".";
      display: block;
      height: 0px;
      clear: both;
      visibility: hidden;
      font-size: 0;
      line-height: 0; }
    .style-panel-body .solution .solution-img {
      position: relative;
      top: -15px;
      width: 158px; }
    .style-panel-body .solution .solution-voice {
      position: relative;
      display: inline-block;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 30px 55px;
      border: 6px solid #fff;
      background: #fff;
      text-align: center;
      font-size: 20px;
      font-weight: bold;
      line-height: 1.5; }
      .style-panel-body .solution .solution-voice::after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        margin-top: -15px;
        width: 30px;
        height: 30px; }
    .style-panel-body .solution .solution-function {
      position: absolute; }
    .style-panel-body .solution.solution01 .solution-img {
      float: left; }
    .style-panel-body .solution.solution01 .solution-voice {
      float: left;
      margin-left: 26px; }
      .style-panel-body .solution.solution01 .solution-voice::after {
        left: -30px;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
    .style-panel-body .solution.solution01 .solution-function {
      right: 0;
      bottom: 0; }
    .style-panel-body .solution.solution02 .solution-img {
      float: right; }
    .style-panel-body .solution.solution02 .solution-voice {
      float: right;
      margin-right: 26px; }
      .style-panel-body .solution.solution02 .solution-voice::after {
        right: -30px; }
    .style-panel-body .solution.solution02 .solution-function {
      left: 0;
      top: 0; }
    .style-panel-body .solution.style01.solution01 {
      padding-bottom: 80px; }
    .style-panel-body .solution.style01.solution02 {
      padding-top: 60px; }
      .style-panel-body .solution.style01.solution02 .solution-function {
        left: 18px; }
    .style-panel-body .solution.style01 .solution-voice {
      border-color: #2959b0; }
      .style-panel-body .solution.style01 .solution-voice::after {
        background: url("/~/co.jp/product/scanner/special/img/bal_style01.png") center center no-repeat; }
    .style-panel-body .solution.style02.solution01 {
      margin-bottom: 30px;
      padding-bottom: 13px; }
      .style-panel-body .solution.style02.solution01 .solution-function {
        right: 15px; }
    .style-panel-body .solution.style02.solution02 {
      padding-top: 50px; }
      .style-panel-body .solution.style02.solution02 .solution-function {
        left: 68px; }
    .style-panel-body .solution.style02 .solution-voice {
      border-color: #ff933e; }
      .style-panel-body .solution.style02 .solution-voice::after {
        background: url("/~/co.jp/product/scanner/special/img/bal_style02.png") center center no-repeat; }
    .style-panel-body .solution.style03.solution01 {
      margin-bottom: 30px;
      padding-bottom: 26px; }
      .style-panel-body .solution.style03.solution01 .solution-function {
        right: 123px; }
    .style-panel-body .solution.style03.solution02 {
      padding-top: 52px; }
      .style-panel-body .solution.style03.solution02 .solution-function {
        left: 73px; }
    .style-panel-body .solution.style03 .solution-voice {
      border-color: #38c4af; }
      .style-panel-body .solution.style03 .solution-voice::after {
        background: url("/~/co.jp/product/scanner/special/img/bal_style03.png") center center no-repeat; }
  .style-panel-body .recommend {
    margin: 70px 0 60px;
    width: 100%;
    text-align: center; }
    .style-panel-body .recommend-inner {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 30px 25px 25px 20px;
      background: #fff;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .style-panel-body .recommend-title {
      position: relative;
      width: 296px;
      font-weight: bold; }
      .style-panel-body .recommend-title span {
        display: block;
        margin: 14px 0;
        width: 100%;
        font-size: 20px;
        text-align: center; }
      .style-panel-body .recommend-title:before {
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        top: 49px;
        margin-left: -88px;
        width: 174px;
        height: 3px; }
    .style-panel-body .recommend-products {
      padding-left: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .style-panel-body .recommend-products-item {
        margin: 0 15px; }
        .style-panel-body .recommend-products-item .name {
          padding-top: 5px;
          font-weight: bold;
          letter-spacing: 0; }
        .style-panel-body .recommend-products-item a {
          display: inline-block;
          -webkit-transition: all .1125s linear;
          -o-transition: all .1125s linear;
          transition: all .1125s linear; }
          .style-panel-body .recommend-products-item a:hover {
            opacity: 0.7; }
    .style-panel-body .recommend.style01 .recommend-title {
      width: 314px; }
      .style-panel-body .recommend.style01 .recommend-title .type {
        color: #2959b0; }
      .style-panel-body .recommend.style01 .recommend-title:before {
        margin-left: -134px;
        width: 266px;
        background-color: #2959b0; }
    .style-panel-body .recommend.style01 .recommend-products-item .name {
      color: #2959b0; }
    .style-panel-body .recommend.style02 .recommend-inner {
      padding-left: 70px;
      padding-right: 65px; }
    .style-panel-body .recommend.style02 .recommend-title .type {
      color: #ff933e; }
    .style-panel-body .recommend.style02 .recommend-title:before {
      background-color: #ff933e; }
    .style-panel-body .recommend.style02 .recommend-products {
      padding-left: 20px; }
    .style-panel-body .recommend.style02 .recommend-products-item .name {
      color: #ff933e; }
    .style-panel-body .recommend.style03 .recommend-inner {
      padding-left: 70px;
      padding-right: 65px; }
    .style-panel-body .recommend.style03 .recommend-title .type {
      color: #38c4af; }
    .style-panel-body .recommend.style03 .recommend-title:before {
      background-color: #38c4af; }
    .style-panel-body .recommend.style03 .recommend-products {
      padding-left: 20px; }
    .style-panel-body .recommend.style03 .recommend-products-item .name {
      color: #38c4af; }
  .style-panel-body .showmore {
    text-align: center; }
    .style-panel-body .showmore .name {
      margin-bottom: 14px;
      font-size: 24px;
      font-weight: bold;
      text-align: center; }

.style-panel.style01 .style-panel-body {
  background: #e9eef7; }

.style-panel.style01 .showmore .name {
  color: #2959b0; }

.style-panel.style02 .style-panel-body {
  background: #fff0e4; }

.style-panel.style02 .showmore .name {
  color: #ff933e; }

.style-panel.style03 .style-panel-body {
  background: #e7f8f7; }

.style-panel.style03 .showmore .name {
  color: #38c4af; }

/*-------------------------------------------------*/
/*-------------------------------------------------*/
.lineup-panel {
  margin: 30px 0;
  padding: 60px 0 24px;
  background: #f4f4f4; }
  .lineup-panel .title {
    text-align: center; }
    .lineup-panel .title .only-pc {
      display: inline-block; }
  .lineup-panel .products {
    margin: 28px auto 25px;
    width: 920px;
    background: #fff; }
    .lineup-panel .products .product-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 34px 8px 32px; }
      .lineup-panel .products .product-list-item {
        margin: 0 22px;
        width: 136px;
        text-align: center; }
        .lineup-panel .products .product-list-item .name {
          margin-bottom: 5px;
          color: #2959b0;
          font-size: 17px; }
        .lineup-panel .products .product-list-item .text {
          margin-bottom: 20px;
          min-height: 3em;
          color: #555555;
          line-height: 1.5;
          font-size: 13px;
          letter-spacing: 0; }
        .lineup-panel .products .product-list-item figure {
          margin-bottom: 15px; }
        .lineup-panel .products .product-list-item a {
          display: inline-block;
          -webkit-transition: all .1125s linear;
          -o-transition: all .1125s linear;
          transition: all .1125s linear; }
          .lineup-panel .products .product-list-item a:hover {
            opacity: 0.7; }
            .lineup-panel .products .product-list-item a:hover .link-line {
              color: #fff;
              background: #a0a0a0;
              border: 1px solid #a0a0a0; }
  .lineup-panel .link-list {
    text-align: center; }
    .lineup-panel .link-list-item {
      display: inline-block;
      margin: 0 8px; }

/*-------------------------------------------------*/
/*-------------------------------------------------*/
.modal-wrap {
  /* head */
  /* body */ }
  .modal-wrap.style01 .modal-wrap-inner {
    background: #e9eef7; }
  .modal-wrap.style02 .modal-wrap-inner {
    background: #fff0e4; }
  .modal-wrap.style03 .modal-wrap-inner {
    background: #e7f8f7; }
  .modal-wrap .belt {
    height: 10px; }
  .modal-wrap .modal-head {
    margin-bottom: 50px; }
    .modal-wrap .modal-head .title {
      margin: 50px 0 30px;
      text-align: center; }
      .modal-wrap .modal-head .title .only-pc {
        display: inline-block; }
    .modal-wrap .modal-head .text {
      font-size: 18px;
      text-align: center; }
  .modal-wrap .modal-body {
    margin: 0;
    padding: 0; }
    .modal-wrap .modal-body .points {
      /* adjustment */ }
      .modal-wrap .modal-body .points .point {
        position: relative;
        margin-bottom: 60px; }
        .modal-wrap .modal-body .points .point:last-child {
          margin-bottom: 30px; }
        .modal-wrap .modal-body .points .point-img {
          position: absolute;
          top: 20px; }
        .modal-wrap .modal-body .points .point-txt {
          padding: 50px 20px 80px;
          max-width: 650px;
          min-height: 435px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          background: #fff; }
        .modal-wrap .modal-body .points .point-copy {
          position: relative;
          margin-bottom: 23px;
          padding: 30px 40px;
          width: 500px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          font-size: 20px;
          line-height: 1.7;
          color: #fff;
          z-index: 2; }
        .modal-wrap .modal-body .points .point-text {
          padding-left: 20px;
          font-size: 16px;
          line-height: 1.5; }
          .modal-wrap .modal-body .points .point-text .title {
            margin-bottom: 10px;
            font-weight: bold;
            font-size: 20px; }
        .modal-wrap .modal-body .points .point.point01 .point-img, .modal-wrap .modal-body .points .point.point03 .point-img {
          left: 47px; }
        .modal-wrap .modal-body .points .point.point01 .point-txt, .modal-wrap .modal-body .points .point.point03 .point-txt {
          margin-left: 402px; }
        .modal-wrap .modal-body .points .point.point01 .point-copy, .modal-wrap .modal-body .points .point.point03 .point-copy {
          margin-left: 110px; }
        .modal-wrap .modal-body .points .point.point01 .point-text, .modal-wrap .modal-body .points .point.point03 .point-text {
          padding: 0 20px 0 248px; }
        .modal-wrap .modal-body .points .point.point02 .point-img, .modal-wrap .modal-body .points .point.point04 .point-img {
          right: 47px; }
        .modal-wrap .modal-body .points .point.point02 .point-txt, .modal-wrap .modal-body .points .point.point04 .point-txt {
          margin-right: 402px; }
        .modal-wrap .modal-body .points .point.point02 .point-copy, .modal-wrap .modal-body .points .point.point04 .point-copy {
          margin-left: 5px; }
        .modal-wrap .modal-body .points .point.point02 .point-text, .modal-wrap .modal-body .points .point.point04 .point-text {
          padding: 0 250px 0 27px; }
      .modal-wrap .modal-body .points .point-box {
        position: relative;
        margin-top: -60px;
        margin-left: auto;
        margin-right: auto;
        padding: 3px;
        width: 516px; }
        .modal-wrap .modal-body .points .point-box-inner {
          background: #fff; }
        .modal-wrap .modal-body .points .point-box .title {
          margin: 0;
          padding: 15px 0 5px;
          text-align: center;
          font-size: 22px; }
        .modal-wrap .modal-body .points .point-box .detail {
          padding: 0 0 10px;
          text-align: center; }
          .modal-wrap .modal-body .points .point-box .detail .only-pc {
            display: inline-block; }
          .modal-wrap .modal-body .points .point-box .detail-column {
            padding-top: 10px;
            display: block;
            zoom: 1; }
            .modal-wrap .modal-body .points .point-box .detail-column:after {
              content: ".";
              display: block;
              height: 0px;
              clear: both;
              visibility: hidden;
              font-size: 0;
              line-height: 0; }
            .modal-wrap .modal-body .points .point-box .detail-column figure {
              display: block;
              width: 410px;
              float: left; }
            .modal-wrap .modal-body .points .point-box .detail-column p {
              padding: 0 30px 0 10px;
              width: 300px;
              float: right;
              text-align: left; }
      .modal-wrap .modal-body .points .point-aside {
        position: relative; }
        .modal-wrap .modal-body .points .point-aside-box {
          text-align: center; }
          .modal-wrap .modal-body .points .point-aside-box p {
            margin-top: 20px;
            font-size: 16px; }
        .modal-wrap .modal-body .points .point-aside.style01 {
          margin-bottom: 45px; }
          .modal-wrap .modal-body .points .point-aside.style01 .point-aside-box.box01 {
            margin: -10px 0 0 57px;
            width: 390px; }
          .modal-wrap .modal-body .points .point-aside.style01 .point-aside-box.box02 {
            margin: -168px 0 0 628px;
            width: 330px; }
          .modal-wrap .modal-body .points .point-aside.style01 .point-aside-arr {
            position: absolute;
            top: 181px;
            left: 493px; }
      .modal-wrap .modal-body .points.style01 .point-copy {
        background: #2959b0; }
      .modal-wrap .modal-body .points.style01 .title {
        color: #2959b0; }
      .modal-wrap .modal-body .points.style02 .point-copy {
        background: #ff933e; }
      .modal-wrap .modal-body .points.style02 .title {
        color: #ff933e; }
      .modal-wrap .modal-body .points.style02 .point02 .point-box {
        width: 780px; }
      .modal-wrap .modal-body .points.style03 .point-copy {
        background: #38c4af; }
      .modal-wrap .modal-body .points.style03 .title {
        color: #38c4af; }
      .modal-wrap .modal-body .points.style03 .point02 .point-box {
        width: 780px; }
      .modal-wrap .modal-body .points.style03 .point03 .title {
        margin-bottom: 13px; }
      .modal-wrap .modal-body .points.style03 .point03 .detail {
        padding: 0; }
      .modal-wrap .modal-body .points.style01 .point04 .point-box {
        margin-top: -50px;
        width: 650px; }
    .modal-wrap .modal-body .bnrs {
      padding: 30px 0 1px;
      text-align: center;
      background: #fff; }
      .modal-wrap .modal-body .bnrs .bnr {
        display: block;
        max-width: 650px;
        margin: 0 auto 30px;
        line-height: 1; }
        .modal-wrap .modal-body .bnrs .bnr:hover {
          opacity: 0.5; }
    .modal-wrap .modal-body .products {
      padding: 38px 0 60px;
      text-align: center; }
      .modal-wrap .modal-body .products .title {
        text-align: center; }
        .modal-wrap .modal-body .products .title .only-pc {
          display: inline-block; }
      .modal-wrap .modal-body .products-inner {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin: 15px 0 60px;
        background: #fff; }
        .modal-wrap .modal-body .products-inner .product-list {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          padding: 20px 25px 1px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          max-width: 800px;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          .modal-wrap .modal-body .products-inner .product-list-item {
            margin: 0 0 24px;
            width: 350px; }
            .modal-wrap .modal-body .products-inner .product-list-item a {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-transition: all .1125s linear;
              -o-transition: all .1125s linear;
              transition: all .1125s linear; }
              .modal-wrap .modal-body .products-inner .product-list-item a:hover {
                opacity: 0.7; }
                .modal-wrap .modal-body .products-inner .product-list-item a:hover .link-line {
                  color: #fff;
                  background: #a0a0a0;
                  border: 1px solid #a0a0a0; }
            .modal-wrap .modal-body .products-inner .product-list-item figure {
              margin-right: 10px;
              width: 120px; }
            .modal-wrap .modal-body .products-inner .product-list-item .txt {
              -webkit-box-flex: 1;
              -ms-flex: 1;
              flex: 1;
              text-align: left; }
              .modal-wrap .modal-body .products-inner .product-list-item .txt .name {
                margin-top: 10px;
                font-size: 17px; }
              .modal-wrap .modal-body .products-inner .product-list-item .txt .text {
                margin-bottom: 15px;
                color: #555555;
                line-height: 1.5;
                font-size: 13px; }
      .modal-wrap .modal-body .products.style01 .product-list-item .name {
        color: #2959b0; }
      .modal-wrap .modal-body .products.style02 .product-list-item .name {
        color: #ff933e; }
      .modal-wrap .modal-body .products.style03 .product-list-item .name {
        color: #38c4af; }
  .modal-wrap .modal-foot {
    left: 50%;
    bottom: 0px;
    margin-left: -169px;
    width: 338px;
    text-align: center;
    opacity: 0; }

/*-------------------------------------------------*/
/*-------------------------------------------------*/
@media screen and (max-width: 1052px) and (min-width: 641px) {
  /*-------------------------------------------------*/
  /*-------------------------------------------------*/
  .kv-contents .link-list {
    padding: 0 15px;
  }
  .kv-movie {
    height: 56vw;
  }
  .kv-movie .kv-movie-wrap {
    bottom: auto;
    min-width: auto;
  }
  body.isFixed .anchors-panel {
    height: 46px;
  }
  body.isFixed .anchors-panel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 46px;
  }
  .anchors-panel {
    position: relative;
    z-index: 9500;
    min-width: 0;
    border-bottom: 0;
    height: auto;
    background: transparent;
  }
  .anchors-panel.only-pc {
    display: none;
  }
  .anchors-panel.only-sp {
    display: block;
  }
  .anchors-panel.isFixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 46px;
  }
  .anchors-panel.is-active {
    overflow: visible;
  }
  .anchors-panel .anchors-label {
    position: relative;
    border-bottom: 1px solid #1e1e1e;
    z-index: 100;
    background: #fff;
  }
  .anchors-panel .anchors-label .panel-inner {
    zoom: 1;
    width: 100%;
    height: 45px;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .anchors-panel .anchors-label .anchor-top {
    display: block;
    padding: 6px 0 0 10px;
    width: 150px;
    float: left;
    line-height: 45px;
    text-align: center;
  }
  .anchors-panel .anchors-label .anchor-menu {
    position: relative;
    display: block;
    width: 56px;
    height: 100%;
    float: right;
  }
  .anchors-panel .anchors-label .anchor-menu .menu-icon {
    height: 100%;
  }
  .anchors-panel .anchors-label .anchor-menu .menu-icon .menu-icon-open,
  .anchors-panel .anchors-label .anchor-menu .menu-icon .menu-icon-close {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .anchors-panel .anchors-label .anchor-menu .menu-icon .menu-icon-open .lines {
    width: 25px;
    height: 16px;
    margin: auto;
  }
  .anchors-panel .anchors-label .anchor-menu .line {
    display: block;
    width: 25px;
    height: 1px;
    margin: 0 auto;
    background: #1e1e1e;
  }
  .anchors-panel .anchors-label .anchor-menu .line:not(:first-child) {
    margin-top: 5px;
  }
  .anchors-panel .anchors-label .anchor-menu .menu-icon .label {
    margin-top: 3px;
    margin-bottom: -5px;
    display: block;
    line-height: 1;
  }
  .anchors-panel .anchors-label .anchor-menu .menu-icon .menu-icon-close {
    visibility: hidden;
    opacity: 0;
  }
  .anchors-panel .anchors-label .anchor-menu .menu-icon .menu-icon-close .lines {
    position: relative;
    width: 25px;
    height: 18px;
    margin: auto auto -3px auto;
  }
  .anchors-panel .anchors-label .anchor-menu .menu-icon .menu-icon-close .lines > *.line-1 {
    top: 0;
  }
  .anchors-panel .anchors-label .anchor-menu .menu-icon .menu-icon-close .lines > *.line-3 {
    top: auto;
    bottom: 0;
  }
  .anchors-panel .anchors-label .anchor-menu .menu-icon .menu-icon-close .line-1 {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .anchors-panel .anchors-label .anchor-menu .menu-icon .menu-icon-close .line-3 {
    margin: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .anchors-panel.is-active .anchors-label .anchor-menu .menu-icon .menu-icon-open {
    visibility: hidden;
    opacity: 0;
  }
  .anchors-panel.is-active .anchors-label .anchor-menu .menu-icon .menu-icon-close {
    visibility: visible;
    opacity: 1;
  }
  .anchors-panel .anchors-label .anchor-menu .menu-icon .label {
    margin-top: auto;
  }
  .anchors-panel .anchors-label .panel-inner:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
  }
  .anchors-panel .anchors {
    position: absolute;
    display: block;
    width: 100%;
  }
  .anchors ul {
    width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 13px;
    background: #f4f4f4;
  }
  .anchors .anchor-list {
    display: block;
    width: 100%;
  }
  .anchors .anchor-list-item {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #cccccc;
    text-align: left;
  }
  .anchors .anchor-list-item:nth-child(1) a {
    color: #2959b0;
  }
  .anchors .anchor-list-item:nth-child(2) a {
    color: #ff933e;
  }
  .anchors .anchor-list-item:nth-child(3) a {
    color: #38c4af;
  }
  .anchors .anchor-list-item a {
    position: relative;
    display: block;
    padding: 18px 0 18px 23px;
    line-height: 1;
    font-weight: bold;
  }
  .anchors .anchor-list-item a::before {
    content: '';
    display: block;
    position: absolute;
    top: 22px;
    right: 17px;
    border: 8px solid transparent;
    border-top: 4px solid #000;
  }
  .anchors .link-list {
    width: 100%;
    padding: 10px 0;
  }
  .anchors .link-list-item {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .anchors .link-list-item a {
    position: relative;
    display: block;
    padding: 12px 0 12px 23px;
    line-height: 1;
    font-weight: bold;
    color: #111111;
  }
  .anchors .link-list-item a .icn-left {
    position: relative;
    display: inline-block;
    margin: 0 0.6em 0 0;
    top: 6px;
  }
  .anchor-menu-bg {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .lead-list.only-pc {
    display: none;
  }
  .style-panel-head .head-img {
      height: 47vw;
  }
  .style-panel-head .head-img img {
    width: 100%;
  }
  .style-panel-head .head-contents .title {
    margin: 6.5vw 0 4.8vw;
  }
  .style-panel-head .head-contents .text {
    font-size: 14px;
  }
  .style-panel.style01 .style-panel-head .head-contents .title img.only-pc {
    width: 250px;
  }
  .style-panel.style02 .style-panel-head .head-contents .title img.only-pc {
    width: 180px;
  }
  .style-panel.style03 .style-panel-head .head-contents .title img.only-pc {
    width: 180px;
  }
  .style-panel.style02 .head-contents {
    padding-right: 0;
  }
  .style-panel.style03 .head-contents {
    padding-right: 0;
  }
  .style-panel .style-panel-inner {
    padding: 0 15px;
  }
  .style-panel-body .solution .solution-voice {
    padding: 30px 50px;
  }
  .style-panel-body .solution .solution-voice p {
    font-size: 16px;
  }
  .style-panel-head .head-contents {
    left: 430px;
  }
  .style-panel-inner .solution-function {
    width: 260px;
  }
  .style-panel-inner .solution-function img {
    width: 100%;
  }
  .style-panel-body .solution.solution01.style01 .solution-function {
    bottom: 65px;
  }
  .style-panel-body .solution.solution01.style02 .solution-function {
    bottom: 10px;
  }
  .style-panel-body .solution.style03.solution02 {
    padding-top: 105px;
  }
  .style-panel-body .recommend-inner {
    display: block;
  }
  .style-panel-body .recommend-title {
    margin: auto;
  }
  .style-panel-body .recommend-title:before {
    top: 35px;
  }
  .style-panel-body .recommend.style01 .recommend-products {
    width: 450px;
    margin: auto;
  }
  .style-panel-body .recommend.style02 .recommend-products-item {
    margin: 0 auto;
  }
  .style-panel-body .recommend.style03 .recommend-products-item  {
    margin: 0 auto;
  }
  .modal-wrap {
    height: calc(100% - 45px);
  }
  .modal-wrap.isOpen {
    top: 45px;
  }
  .modal-wrap .modal-head .title img.only-pc {
    width: 60%;
  }
  .modal-wrap .modal-head .text {
    font-size: 16px;
  }
  .modal-wrap .modal-body .points .point-img {
    position: static;
  }
  .modal-wrap .modal-body .points .point.point01 .point-img img ,
  .modal-wrap .modal-body .points .point.point02 .point-img img ,
  .modal-wrap .modal-body .points .point.point03 .point-img img,
  .modal-wrap .modal-body .points .point.point04 .point-img img {
    margin: auto;
  }
  .modal-wrap .modal-body .points .point.point01 .point-txt,
  .modal-wrap .modal-body .points .point.point02 .point-txt,
  .modal-wrap .modal-body .points .point.point03 .point-txt,
  .modal-wrap .modal-body .points .point.point04 .point-txt {
    margin: -30px auto auto;
  }
  .modal-wrap .modal-body .points .point.point01 .point-copy,
  .modal-wrap .modal-body .points .point.point02 .point-copy,
  .modal-wrap .modal-body .points .point.point03 .point-copy,
  .modal-wrap .modal-body .points .point.point04 .point-copy {
    width: 95%;
    margin: auto;
  }
  .modal-wrap .modal-body .points .point.point01 .point-text,
  .modal-wrap .modal-body .points .point.point02 .point-text,
  .modal-wrap .modal-body .points .point.point03 .point-text,
  .modal-wrap .modal-body .points .point.point04 .point-text {
    width: 85%;
    padding: 0;
    margin: 15px auto 0;
  }
  .modal-wrap .modal-body .points .point-txt {
    max-width: none;
    width: 95%;
  }
  
  .modal-wrap .modal-body .points.style01 .point04 .point-box {
    margin-top: -70px;
    width: 600px;
  }
  .modal-wrap .modal-body .points.style01 .point04 .point-box .detail .only-pc {
    width: 100%;
  }
  .modal-wrap .modal-body .points.style02 .point02 .point-box {
    width: 600px;
  }
  .modal-wrap .modal-body .points.style02 .point-box .detail-column figure {
    float: none;
    margin: auto;
  }
  .modal-wrap .modal-body .points.style02 .point-box .detail-column p {
    float: none;
    width: 70%;
    margin: 25px auto;
    padding: 0;
    text-align: left;
  }
  .modal-wrap .modal-body .points.style01 .point-box {
    margin-top: -150px;
  }
  .modal-wrap .modal-body .points.style02 .point-box {
    margin-top: -65px;
  }
  .modal-wrap .modal-body .points.style03 .point02 .point-box {
    width: 600px;
  }
  .modal-wrap .modal-body .points.style03 .point-box .detail-column figure {
    margin: auto;
    float: none;
  }
  .modal-wrap .modal-body .points .point-box .detail-column p {
    width: 70%;
    margin: 25px auto;
    float: none;
  }
  .modal-wrap .modal-body .points .point-aside.style01 .point-aside-box.box01 {
    margin: auto;
  }
  .modal-wrap .modal-body .points .point-aside.style01 .point-aside-arr {
    position: static;
    margin: 30px 0;
  }
  .modal-wrap .modal-body .points .point-aside.style01 .point-aside-arr img {
    margin: auto;
  }
  .modal-wrap .modal-body .points .point-aside.style01 .point-aside-arr .only-pc {
    display: none;
  }
  .modal-wrap .modal-body .points .point-aside.style01 .point-aside-arr .only-sp {
    display: block;
  }
  .modal-wrap .modal-body .points .point-aside.style01 .point-aside-box.box02 {
    margin: auto;
  }
  .modal-wrap .modal-body .bnrs .bnr {
    width: 95%;
  }
  .modal-wrap .modal-body .bnrs .bnr img {
    width: 100%;
  }
  .modal-wrap .modal-body .panel-inner {
    padding: 0 15px;
  } 
  .modal-wrap .modal-body .products-inner {
    display: block;
    width: 100%;
  }
  .modal-wrap .modal-body .products-inner .product-list {
    display: block;
    max-width: none;
    width: 100%;
    overflow: hidden;
  }
  .modal-wrap .modal-body .style01 .products-inner .product-list-item {
    display: inline-block;
    width: 50%;
    float: left;
  }
  .modal-wrap .modal-body .style02 .products-inner .product-list-item {
    display: inline-block;
    width: 50%;
  }
  .modal-wrap .modal-body .products-inner .product-list-item {
    display: inline-block;
    width: 50%;
  }
  .lineup-panel .products {
    width: 95%;
  }
  .lineup-panel .products .product-list {
    display: block;
    overflow: hidden;
  }
  .lineup-panel .products .product-list-item {
    display: inline-block;
    width: 32%;
    margin: 15px auto;
    float: left;
  }
  .lineup-panel .link-list-item {
    display: block;
    margin: 15px auto;
  }
  .backtotop {
    padding-right: 15px;
  }
}

/*-------------------------------------------------*/
/*-------------------------------------------------*/
@media screen and (max-width: 640px) {
  /*-------------------------------------------------*/
  /*-------------------------------------------------*/
  .belt {
    height: 25px; }
  .only-pc {
    display: none !important; }
  .only-sp {
    display: block; }
  img.only-sp {
    display: inline; }
  /*-------------------------------------------------*/
  /*-------------------------------------------------*/
  .anchors-panel {
    position: relative;
    z-index: 9500;
    min-width: 0;
    border-bottom: 0;
    height: auto;
    background: transparent; }
    .anchors-panel.isFixed {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 46px; }
    .anchors-panel.is-active {
      overflow: visible; }
      .anchors-panel.is-active .anchors-label .anchor-menu .menu-icon .menu-icon-open {
        visibility: hidden;
        opacity: 0; }
      .anchors-panel.is-active .anchors-label .anchor-menu .menu-icon .menu-icon-close {
        visibility: visible;
        opacity: 1; }
      .anchors-panel.is-active .anchors {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); }
    .anchors-panel > .panel-inner {
      max-width: none;
      height: 100%;
      padding: 0; }
    .anchors-panel .anchors-label {
      position: relative;
      border-bottom: 1px solid #1e1e1e;
      z-index: 100;
      background: #fff; }
      .anchors-panel .anchors-label .panel-inner {
        zoom: 1;
        width: 100%;
        height: 45px;
        padding: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        .anchors-panel .anchors-label .panel-inner:after {
          content: ".";
          display: block;
          height: 0px;
          clear: both;
          visibility: hidden;
          font-size: 0;
          line-height: 0; }
      .anchors-panel .anchors-label .anchor-top {
        display: block;
        padding: 6px 0 0 10px;
        width: 150px;
        float: left;
        line-height: 45px;
        text-align: center; }
      .anchors-panel .anchors-label .anchor-menu {
        position: relative;
        display: block;
        width: 56px;
        height: 100%;
        float: right; }
        .anchors-panel .anchors-label .anchor-menu .menu-icon {
          height: 100%; }
          .anchors-panel .anchors-label .anchor-menu .menu-icon .menu-icon-open,
          .anchors-panel .anchors-label .anchor-menu .menu-icon .menu-icon-close {
            position: absolute;
            top: 50%;
            left: 0;
            width: 100%;
            text-align: center;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
            -o-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
            transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1); }
            .anchors-panel .anchors-label .anchor-menu .menu-icon .menu-icon-open .lines,
            .anchors-panel .anchors-label .anchor-menu .menu-icon .menu-icon-close .lines {
              margin: 0 auto; }
          .anchors-panel .anchors-label .anchor-menu .menu-icon .menu-icon-open .lines {
            width: 25px;
            height: 16px; }
          .anchors-panel .anchors-label .anchor-menu .menu-icon .menu-icon-close {
            visibility: hidden;
            opacity: 0; }
            .anchors-panel .anchors-label .anchor-menu .menu-icon .menu-icon-close .lines {
              position: relative;
              width: 25px;
              height: 18px; }
              .anchors-panel .anchors-label .anchor-menu .menu-icon .menu-icon-close .lines > * {
                position: absolute;
                top: 50%;
                left: 4px;
                width: 23px;
                margin-top: 1px;
                -webkit-transform-origin: left center;
                -ms-transform-origin: left center;
                transform-origin: left center; }
                .anchors-panel .anchors-label .anchor-menu .menu-icon .menu-icon-close .lines > *.line-1 {
                  top: 0; }
                .anchors-panel .anchors-label .anchor-menu .menu-icon .menu-icon-close .lines > *.line-3 {
                  top: auto;
                  bottom: 0; }
            .anchors-panel .anchors-label .anchor-menu .menu-icon .menu-icon-close .line-1 {
              -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
            .anchors-panel .anchors-label .anchor-menu .menu-icon .menu-icon-close .line-3 {
              margin: 0;
              -webkit-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
          .anchors-panel .anchors-label .anchor-menu .menu-icon .label {
            margin-top: 3px;
            margin-bottom: -5px;
            display: block;
            line-height: 1; }
          .anchors-panel .anchors-label .anchor-menu .menu-icon.close .line-2 {
            display: none; }
        .anchors-panel .anchors-label .anchor-menu .line {
          display: block;
          width: 25px;
          height: 1px;
          margin: 0 auto;
          background: #1e1e1e; }
          .anchors-panel .anchors-label .anchor-menu .line:not(:first-child) {
            margin-top: 5px; }
        .anchors-panel .anchors-label .anchor-menu .label {
          display: block; }
      .anchors-panel .anchors-label .anchor-top {
        -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
        -o-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1); }
      .anchors-panel .anchors-label .anchor-purchase {
        position: absolute;
        top: 50%;
        right: 68px;
        width: 117px;
        padding: 5px 0 5px 39px;
        font-size: 11px;
        letter-spacing: .06em;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background: #d7233b;
        border-color: #d7233b;
        -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
        -o-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1); }
        .anchors-panel .anchors-label .anchor-purchase .label {
          position: static; }
        .anchors-panel .anchors-label .anchor-purchase .icn-left {
          position: absolute;
          top: 50%;
          left: 19px;
          width: 14px;
          height: 13px;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
          .anchors-panel .anchors-label .anchor-purchase .icn-left img {
            width: 14px;
            height: auto; }
    .anchors-panel .anchors {
      position: absolute;
      display: block;
      width: 100%; }
  /* モーダルオープン時 */
  body.isFixed .anchors-panel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 46px; }
  body.isFixed .modal-wrap.isOpen .modal-foot {
    bottom: 30px;
    opacity: 1; }
  .anchor-menu-bg {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1); }
    .anchor-menu-bg.is-active {
      visibility: visible;
      opacity: 1; }
  .anchors {
    visibility: hidden;
    position: static;
    padding-right: 0;
    opacity: 0;
    -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1); }
    .anchors ul {
      width: 100%;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      font-size: 13px;
      background: #f4f4f4; }
    .anchors ul > *:after {
      display: none !important; }
    .anchors ul > * a {
      position: relative;
      color: #fff; }
      .anchors ul > * a span.arrow {
        position: absolute;
        top: 25px;
        right: 15px;
        display: block;
        width: 0;
        height: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 5px solid #000; }
      .anchors ul > * a:after {
        display: none; }
    .anchors .anchor-list {
      display: block;
      width: 100%; }
      .anchors .anchor-list-item {
        display: block;
        margin: 0;
        padding: 0;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-bottom: 1px solid #cccccc;
        text-align: left; }
        .anchors .anchor-list-item:nth-child(1) a {
          color: #2959b0; }
        .anchors .anchor-list-item:nth-child(2) a {
          color: #ff933e; }
        .anchors .anchor-list-item:nth-child(3) a {
          color: #38c4af; }
        .anchors .anchor-list-item a {
          position: relative;
          display: block;
          padding: 18px 0 18px 23px;
          line-height: 1;
          font-weight: bold; }
          .anchors .anchor-list-item a::before {
            content: '';
            display: block;
            position: absolute;
            top: 22px;
            right: 17px;
            border: 8px solid transparent;
            border-top: 4px solid #000; }
    .anchors .link-list {
      width: 100%;
      padding: 10px 0; }
      .anchors .link-list-item {
        display: block;
        margin: 0;
        padding: 0;
        width: 100%; }
        .anchors .link-list-item a {
          position: relative;
          display: block;
          padding: 12px 0 12px 23px;
          line-height: 1;
          font-weight: bold;
          color: #111111; }
          .anchors .link-list-item a .icn-left {
            position: relative;
            display: inline-block;
            margin: 0 0.6em 0 0;
            top: 6px; }
            .anchors .link-list-item a .icn-left img {
              margin: 0; }
  /*-------------------------------------------------*/
  /*-------------------------------------------------*/
  .btn-black {
    padding: 10px 10px;
    width: 100%;
    font-size: 15px; }
    .btn-black .icn-left {
      position: relative;
      top: -2px; }
      .btn-black .icn-left img {
        width: 6px; }
  .btn-gradation {
    padding: 14px 15px;
    width: 53%;
    font-size: 14px; }
    .btn-gradation .icn-right {
      right: 15px; }
      .btn-gradation .icn-right img {
        width: 20px; }
  /*-------------------------------------------------*/
  /*-------------------------------------------------*/
  .panel-inner {
    margin-left: auto;
    margin-right: auto;
    width: 100%; }
  /*-------------------------------------------------*/
  /*-------------------------------------------------*/
  .modal-wrap {
    height: calc(100% - 46px); }
    .modal-wrap .modal-foot {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; }
    .modal-wrap.isOpen {
      top: 46px; }
      .modal-wrap.isOpen .modal-foot {
        bottom: 30px; }
  /*-------------------------------------------------*/
  /*-------------------------------------------------*/
  .kv-panel .kv-contents {
    position: absolute;
    top: 0;
    left: 24px;
    right: 24px;
    z-index: 100;
    width: auto;
    height: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  .kv-panel .title {
    margin-top: 6.89655%;
    padding: 0;
    width: 100%;
    text-align: center; }
    .kv-panel .title img {
      width: 272px;
      height: auto;
      vertical-align: middle; }
  .kv-panel .kv-img {
    height: auto; }
    .kv-panel .kv-img img {
      position: static;
      top: auto;
      left: auto;
      min-width: 0;
      min-height: 0;
      width: 100%;
      height: auto;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
  /*-------------------------------------------------*/
  /*-------------------------------------------------*/
  .lead-panel {
    padding: 0 20px; }
    .lead-panel .lead-list {
      display: none; }
    .lead-panel .lead-text p {
      margin: 18px 0;
      font-size: 15px; }
  /*-------------------------------------------------*/
  /*-------------------------------------------------*/
  .style-panel .style-panel-inner {
    width: 100%; }
  .style-panel-head .head-img {
    height: auto; }
    .style-panel-head .head-img img {
      position: static;
      top: auto;
      left: auto;
      min-width: 0;
      min-height: 0;
      width: 100%;
      height: auto;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
  .style-panel-head .head-contents {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
    .style-panel-head .head-contents .title {
      left: 0px; }
    .style-panel-head .head-contents .text {
      position: absolute;
      font-size: 13px; }
      .style-panel-head .head-contents .text.wrap-text {
        text-shadow: 0; }
  .style-panel.style01 .head-contents .title {
    margin: 18px 0 0 15px;
    width: 46%; }
  .style-panel.style01 .head-contents .text {
    text-align: left;
    left: 20px;
    bottom: 25px; }
  .style-panel.style02 .head-contents {
    padding-right: 0; }
    .style-panel.style02 .head-contents .title {
      margin-top: 40px;
      padding-left: 10px;
      padding-right: 0px;
      text-align: left; }
    .style-panel.style02 .head-contents .text {
      left: 0;
      bottom: 25px;
      width: 100%;
      text-align: center; }
  .style-panel.style03 .head-contents {
    padding-right: 0; }
    .style-panel.style03 .head-contents .title {
      margin-top: 40px;
      padding-left: 10px;
      padding-right: 0px;
      text-align: left; }
    .style-panel.style03 .head-contents .text {
      left: 15px;
      top: 150px;
      bottom: auto;
      width: 40%;
      text-align: left; }
  .style-panel-body {
    padding: 20px 0 50px; }
    .style-panel-body .solution {
      margin-bottom: 20px; }
      .style-panel-body .solution .solution-img {
        top: -3px;
        width: 23%; }
        .style-panel-body .solution .solution-img img {
          width: 100%;
          height: auto; }
      .style-panel-body .solution .solution-voice {
        width: 63%;
        font-size: 14px;
        border-width: 3px; }
        .style-panel-body .solution .solution-voice::after {
          top: 50%;
          margin-top: -15px;
          width: 15px;
          height: 15px;
          background-size: 15px 15px !important; }
      .style-panel-body .solution .solution-function img {
        display: inline-block;
        height: 52.5px; }
        .style-panel-body .solution .solution-function img.line2 {
          height: 64px; }
      .style-panel-body .solution.solution01 .solution-img {
        padding-left: 10px; }
      .style-panel-body .solution.solution01 .solution-voice {
        margin-left: 15px;
        padding: 14px 6px 32px; }
        .style-panel-body .solution.solution01 .solution-voice::after {
          left: -15px;
          margin-top: -25px; }
      .style-panel-body .solution.solution01 .solution-function {
        right: 5px; }
      .style-panel-body .solution.solution02 .solution-img {
        padding-right: 10px; }
      .style-panel-body .solution.solution02 .solution-voice {
        margin-right: 15px;
        padding: 32px 6px 14px; }
        .style-panel-body .solution.solution02 .solution-voice::after {
          right: -15px;
          margin-top: -25px; }
      .style-panel-body .solution.solution02 .solution-function {
        left: 5px; }
      .style-panel-body .solution.style01.solution01 {
        padding-bottom: 37px; }
      .style-panel-body .solution.style01.solution02 {
        padding-top: 36px; }
        .style-panel-body .solution.style01.solution02 .solution-function {
          left: 5px; }
      .style-panel-body .solution.style02.solution01 {
        margin-bottom: 20px;
        padding-bottom: 30px; }
        .style-panel-body .solution.style02.solution01 .solution-function {
          right: 0px; }
      .style-panel-body .solution.style02.solution02 {
        padding-top: 30px; }
        .style-panel-body .solution.style02.solution02 .solution-function {
          left: 5px; }
      .style-panel-body .solution.style03.solution01 {
        margin-bottom: 0px; }
        .style-panel-body .solution.style03.solution01 .solution-function {
          right: 5px; }
      .style-panel-body .solution.style03.solution02 {
        padding-top: 42px; }
        .style-panel-body .solution.style03.solution02 .solution-function {
          left: 5px; }
    .style-panel-body .recommend {
      margin: 0 10px 20px;
      width: calc(100% - 20px); }
      .style-panel-body .recommend-inner {
        display: block;
        padding: 18px 5px 15px; }
      .style-panel-body .recommend-title {
        width: 100% !important;
        font-size: 16px; }
        .style-panel-body .recommend-title span {
          margin: 2px 0;
          font-size: 16px; }
        .style-panel-body .recommend-title:before {
          top: 26px;
          margin-left: -28%;
          width: 56%; }
      .style-panel-body .recommend-products {
        padding: 5px 5px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .style-panel-body .recommend-products-item {
          margin: 0 5px;
          width: 30%; }
          .style-panel-body .recommend-products-item img {
            width: 100%; }
          .style-panel-body .recommend-products-item .name {
            font-size: 12px; }
      .style-panel-body .recommend.style01 .recommend-title:before {
        width: 60%;
        margin-left: -30%; }
      .style-panel-body .recommend.style02 .recommend-inner, .style-panel-body .recommend.style03 .recommend-inner {
        padding: 18px 5px 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .style-panel-body .recommend.style02 .recommend-products, .style-panel-body .recommend.style03 .recommend-products {
        display: block;
        padding: 0; }
        .style-panel-body .recommend.style02 .recommend-products .recommend-products-item, .style-panel-body .recommend.style03 .recommend-products .recommend-products-item {
          width: calc(100% - 10px);
          margin: 0 5px 0 0; }
    .style-panel-body .showmore .name {
      font-size: 16px; }
  /*-------------------------------------------------*/
  /*-------------------------------------------------*/
  .lineup-panel {
    margin: 25px 0;
    padding: 20px 0 35px; }
    .lineup-panel .title img {
      height: 52px; }
    .lineup-panel .products {
      margin: 22px 5px 0;
      width: calc(100% - 10px); }
      .lineup-panel .products .product-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 25px 2px 2px; }
        .lineup-panel .products .product-list-item {
          margin: 0 4% 25px;
          width: 42%; }
          .lineup-panel .products .product-list-item .text {
            margin-bottom: 5px; }
    .lineup-panel .link-list {
      text-align: center; }
      .lineup-panel .link-list-item {
        display: block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 20px 0 0;
        padding: 0 10px;
        width: 100%; }
  /*-------------------------------------------------*/
  /*-------------------------------------------------*/
  .modal-wrap {
    /* head */
    /* body */ }
    .modal-wrap .modal-head {
      margin-bottom: 25px; }
      .modal-wrap .modal-head .title {
        margin: 23px 0; }
        .modal-wrap .modal-head .title img {
          height: 45px; }
      .modal-wrap .modal-head .text {
        padding: 0 40px;
        font-size: 14px; }
    .modal-wrap .modal-body .points {
      padding: 0 5px; }
      .modal-wrap .modal-body .points .point {
        margin-bottom: 45px; }
        .modal-wrap .modal-body .points .point-img {
          position: static;
          margin: 0 auto;
          width: 92%; }
          .modal-wrap .modal-body .points .point-img img {
            width: 100%; }
        .modal-wrap .modal-body .points .point-txt {
          margin: -50px auto 0 !important;
          padding: 25px 20px 45px;
          max-width: 100%;
          min-height: 0; }
        .modal-wrap .modal-body .points .point-copy {
          margin: 0 0 15px !important;
          padding: 15px 17px;
          width: 100%;
          font-size: 15px; }
        .modal-wrap .modal-body .points .point-text {
          margin: 0;
          padding: 0 !important;
          font-size: 14px; }
          .modal-wrap .modal-body .points .point-text .title {
            font-size: 16px; }
      .modal-wrap .modal-body .points .point-box {
        margin: -25px auto 0 !important;
        width: 92% !important; }
        .modal-wrap .modal-body .points .point-box .title {
          margin: 0;
          padding: 10px 0;
          font-size: 14px; }
        .modal-wrap .modal-body .points .point-box .detail {
          padding: 0 10px 10px; }
          .modal-wrap .modal-body .points .point-box .detail img {
            width: 100%; }
          .modal-wrap .modal-body .points .point-box .detail-column figure {
            width: 100%;
            float: none; }
          .modal-wrap .modal-body .points .point-box .detail-column p {
            padding: 0;
            width: 100%;
            float: none;
            font-size: 12px; }
      .modal-wrap .modal-body .points .point-aside {
        margin-top: -20px; }
        .modal-wrap .modal-body .points .point-aside-box {
          position: static;
          margin: 0 auto 0 !important;
          width: 88% !important;
          text-align: center; }
          .modal-wrap .modal-body .points .point-aside-box p {
            margin-top: 15px;
            font-size: 13px; }
          .modal-wrap .modal-body .points .point-aside-box img {
            width: 100%; }
        .modal-wrap .modal-body .points .point-aside-arr {
          position: static !important;
          padding: 12px 0 15px;
          text-align: center; }
          .modal-wrap .modal-body .points .point-aside-arr img {
            display: inline-block;
            width: 25px; }
    .modal-wrap .modal-body .bnrs {
      padding: 20px 10px 1px; }
      .modal-wrap .modal-body .bnrs .bnr {
        margin-bottom: 20px; }
        .modal-wrap .modal-body .bnrs .bnr img {
          width: 100%; }
    .modal-wrap .modal-body .products {
      padding: 30px 10px 130px;
      text-align: center; }
      .modal-wrap .modal-body .products .title {
        margin: 0; }
        .modal-wrap .modal-body .products .title img {
          height: 19px; }
      .modal-wrap .modal-body .products-inner {
        display: block;
        margin: 18px 0 0px; }
        .modal-wrap .modal-body .products-inner .product-list {
          padding: 25px 2px 2px;
          width: 100%;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
          .modal-wrap .modal-body .products-inner .product-list-item {
            position: relative;
            margin: 0 4% 25px;
            padding-bottom: 40px;
            width: 42%; }
            .modal-wrap .modal-body .products-inner .product-list-item a {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              -webkit-box-orient: vertical;
              -webkit-box-direction: reverse;
              -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
            .modal-wrap .modal-body .products-inner .product-list-item figure {
              margin-right: 0px;
              width: 100%; }
            .modal-wrap .modal-body .products-inner .product-list-item .txt {
              width: 100%;
              text-align: center; }
              .modal-wrap .modal-body .products-inner .product-list-item .txt .name {
                font-size: 14px; }
              .modal-wrap .modal-body .products-inner .product-list-item .txt .text {
                margin-bottom: 5px; }
              .modal-wrap .modal-body .products-inner .product-list-item .txt .link {
                position: absolute;
                bottom: 0;
                left: 50%;
                margin-left: -66px; } }

/*# sourceMappingURL=styles.css.map */
