@charset "UTF-8";
/* 【カラー設定】 */
/* フォント設定　*/
/* シャドー設定 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1;
  font-family: "メイリオ", Meiryo, "Helvetica Neue", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; }

.main {
  display: block; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  color: #003d9b; }

a:hover {
  opacity: 0.6;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

table th.mdl, table td.mdl {
  vertical-align: middle; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* 1.5 リストマーカー無
-----------------------------------------*/
ol, ul {
  list-style: none; }

/* 2．スクロールバーを常に表示
-----------------------------------------*/
html {
  overflow-y: scroll; }

/* 3．フォント関連半角英数字折り返しする
-----------------------------------------*/
body {
  word-break: break-all;
  /* 常に行末で改行 */
  word-wrap: break-word;
  /* 英数半角の改行 */
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "Helvetica Neue", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  text-align: justify;
  /*テキストを両端揃え*/
  text-justify: inter-ideograph;
  /*テキストを両端揃えIE用*/
  -webkit-font-feature-settings: "pkna";
          font-feature-settings: "pkna"; }

/* 6．画像余白を消す
-----------------------------------------*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0; }

/*ページ用ＣＳＳ*/
h1, h2, h3, h4, h5, h6 {
  font-weight: 400; }

.wrapper, section {
  width: 100%;
  position: relative;
  margin: auto; }

.container {
  width: 100%; }

figure {
  margin-bottom: 10px; }

figcaption {
  font-size: 0.8rem;
  color: #666; }

.center {
  text-align: center !important; }

.right {
  text-align: right !important; }

.left {
  text-align: left !important; }

.underline {
  text-decoration: underline; }

.pnk {
  background-color: #f6cbdd; }

.right_img {
  float: right;
  margin: 0 0 20px 20px; }

.left_img {
  float: left;
  margin: 0 20px 20px 0; }

.cb {
  clear: both; }

.pt0 {
  padding-top: 0 !important; }

.mb0 {
  margin-bottom: 0 !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb30, .container {
  margin-bottom: 30px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.no_border {
  border: 0 !important; }

.main .w100 {
  width: 100% !important; }

.main .w90 {
  width: 90% !important; }

.main .w80 {
  width: 80% !important; }

.main .w70 {
  width: 70% !important; }

.main .w60 {
  width: 60% !important; }

.main .w50 {
  width: 50% !important; }

.main .w40 {
  width: 40% !important; }

.main .w30 {
  width: 30% !important; }

.main .w20 {
  width: 20% !important; }

.main .w10 {
  width: 10% !important; }

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="submit"],
input[type="reset"],
textarea,
select {
  border: 1px solid #707070;
  font-size: 16px; }

input[type="submit"],
input[type="reset"] {
  margin: 20px 10px;
  color: #025DAC;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  input[type="submit"]:hover,
  input[type="reset"]:hover {
    background: #ccc; }

input[type="submit"] {
  padding: 10px 20px; }
  input[type="submit"]:hover {
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
            box-shadow: 0px 0px 0px rgba(0, 0, 0, 0); }

input[type="reset"] {
  color: #ccc;
  padding: 5px 10px; }

select {
  padding: 8px 38px 8px 8px;
  color: #666666;
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none; }

.cp_ipselect.cp_sl01 {
  /*セレクトにボーダーを設置*/
  position: relative;
  border: 1px solid #707070;
  background: #fff; }

.cp_ipselect.cp_sl01::before {
  /*セレクトに矢印を設置*/
  position: absolute;
  top: 1rem;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none; }

input.short {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 70%; }

input.long {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%; }

textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%; }

::-webkit-input-placeholder {
  color: #ccc; }

:-ms-input-placeholder {
  color: #ccc; }

::-ms-input-placeholder {
  color: #ccc; }

::placeholder {
  color: #ccc; }

input, textarea, select {
  padding: 8px;
  line-height: 1.7; }

.pcnone {
  display: none; }

.spnone {
  display: block; }

@media screen and (max-width: 768px) {
  .pcnone {
    display: block; }

  .spnone {
    display: none; } }
/*ページ用ＣＳＳここまで*/
/* ------------------------------------------------- *
 *  ＠COMMON　　　　　　　　　　　　　　　　
 * ------------------------------------------------- */
/*　共通　*/
@media screen and (max-width: 768px) {
  body img {
    max-width: 100%; } }

header .header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0; }
  @media screen and (max-width: 960px) {
    header .header_inner {
      padding: 30px 0vw 30px 4vw; } }
  @media screen and (max-width: 768px) {
    header .header_inner {
      padding: 3vw; }
      header .header_inner img {
        width: 40%; } }
  header .header_inner h1 .header_log {
    margin-left: 30px; }
    @media screen and (max-width: 768px) {
      header .header_inner h1 .header_log {
        margin-left: 0; } }
  header .header_inner nav.page_list {
    margin: 20px auto;
    max-width: 1200px; }
    @media screen and (max-width: 768px) {
      header .header_inner nav.page_list {
        position: fixed;
        z-index: 99;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        right: -100%;
        overflow: scroll;
        margin: 0; } }
    header .header_inner nav.page_list ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
          justify-content: space-around; }
      @media screen and (max-width: 768px) {
        header .header_inner nav.page_list ul {
          display: block;
          background: #fff; } }
      header .header_inner nav.page_list ul li {
        margin-right: 40px; }
        @media screen and (max-width: 960px) {
          header .header_inner nav.page_list ul li {
            margin-right: 3vw; } }
        @media screen and (max-width: 768px) {
          header .header_inner nav.page_list ul li {
            margin: 0; } }
        header .header_inner nav.page_list ul li a {
          font-size: 18px;
          color: #999;
          text-decoration: none;
          position: relative;
          font-weight: 300; }
          @media screen and (max-width: 960px) {
            header .header_inner nav.page_list ul li a {
              font-size: 2vw; } }
          @media screen and (max-width: 768px) {
            header .header_inner nav.page_list ul li a {
              font-size: 5vw;
              padding: 4vw;
              display: block;
              border-bottom: 1px solid #ccc; } }
          header .header_inner nav.page_list ul li a::after {
            position: absolute;
            bottom: -4px;
            left: 0;
            content: '';
            width: 100%;
            height: 1px;
            background: #3d54cb;
            -webkit-transform: scale(0, 1);
                    transform: scale(0, 1);
            -webkit-transform-origin: right top;
                    transform-origin: right top;
            -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition: transform .3s;
            transition: transform .3s, -webkit-transform .3s; }
          header .header_inner nav.page_list ul li a:hover {
            color: #4456c6;
            opacity: 1; }
            header .header_inner nav.page_list ul li a:hover::after {
              -webkit-transform-origin: left top;
                      transform-origin: left top;
              -webkit-transform: scale(1, 1);
                      transform: scale(1, 1); }
header p {
  padding: 0 50px;
  margin-bottom: 20px;
  font-size: 13px; }
  @media screen and (max-width: 768px) {
    header p {
      padding: 0 3vw;
      line-height: 1.5;
      font-size: 3.5vw; } }

.fadein {
  opacity: 0;
  -webkit-transform: translateY(40px) scale(0.94);
          transform: translateY(40px) scale(0.94);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.8s, 0.8s;
          transition-duration: 0.8s, 0.8s;
  -webkit-transition-timing-function: ease, ease;
          transition-timing-function: ease, ease; }

.fadein.scrollin, .mofadein {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0); }

footer {
  margin-top: 200px;
  text-align: center;
  font-size: 13px; }
  @media screen and (max-width: 768px) {
    footer {
      margin-top: 10vw; } }
  footer .bottom-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 96%;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      footer .bottom-block {
        display: block; } }
    @media screen and (max-width: 768px) {
      footer .bottom-block .dlog {
        width: 94%;
        margin: auto; } }
    @media screen and (max-width: 768px) {
      footer .bottom-block .copyright {
        margin: 10vw auto; } }

#page-top {
  display: none;
  position: fixed;
  bottom: 0px;
  right: 50px;
  font-size: 77%;
  z-index: 100; }
  @media screen and (max-width: 768px) {
    #page-top {
      bottom: 20px;
      right: 20px; } }
  #page-top a {
    color: #ccc;
    width: 50px;
    height: 50px;
    text-align: center;
    display: block;
    border-radius: 5px;
    opacity: 1;
    text-decoration: none; }
    #page-top a::before {
      content: "";
      width: 18px;
      height: 18px;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      border-left: solid 1px #555353;
      border-top: solid 1px #555353;
      position: absolute;
      top: 10px;
      left: 15px;
      z-index: 11; }
    #page-top a::after {
      content: "";
      position: absolute;
      background: #fff;
      width: 77px;
      height: 77px;
      border: 1px solid #555353;
      border-radius: 50%;
      top: -13px;
      left: -15px;
      z-index: 9; }
      @media screen and (max-width: 768px) {
        #page-top a::after {
          width: 60px;
          height: 60px;
          top: -7px;
          left: -7px; } }
    #page-top a span {
      z-index: 12;
      position: relative;
      padding-top: 30px;
      display: block;
      font-size: 0.8rem;
      color: #555353; }
    #page-top a:hover {
      text-decoration: none; }

@media screen and (max-width: 768px) {
  .notfound section.main h1 {
    font-weight: bold; }
  .notfound section.main p {
    text-align-last: left;
    line-height: 1.5;
    font-size: 4vw; } }
@media screen and (max-width: 768px) {
  .close_btn {
    width: auto;
    text-align: center;
    position: relative;
    margin-top: 0;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    justify-items: center;
    font-size: 1rem;
    padding: 5vw;
    background: #fff; }
    .close_btn::after, .close_btn::before {
      content: '';
      width: 15px;
      height: 2px;
      background: #666;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      position: absolute;
      left: 49%; }
    .close_btn::before {
      -webkit-transform: rotate(135deg);
              transform: rotate(135deg); }

  .menu_btn, .menu_btn:before, .menu_btn:after {
    display: block;
    font-size: 10px;
    width: 28px;
    height: 2px;
    background: #666;
    position: absolute;
    top: 30px;
    right: 15px;
    z-index: 20; }
    .menu_btn:before, .menu_btn:after {
      content: ""; }
    .menu_btn:before {
      top: -8px;
      right: 0; }
    .menu_btn:after {
      top: 8px;
      right: 0; } }
/* ------------------------------------------------- *
 *  ＠ITEM　　　　　　　　　　　　　　　　
 * ------------------------------------------------- */
/*　商品一覧　*/
.top nav.breadcrumb, .item nav.breadcrumb, .download nav.breadcrumb {
  font-size: 16px;
  padding: 0 50px 10px;
  overflow: hidden;
  max-width: 1100px;
  margin: 0 auto 50px; }
  @media screen and (max-width: 768px) {
    .top nav.breadcrumb, .item nav.breadcrumb, .download nav.breadcrumb {
      padding: 0 3vw;
      margin-bottom: 5vw; } }
  .top nav.breadcrumb ul li, .item nav.breadcrumb ul li, .download nav.breadcrumb ul li {
    display: inline-block;
    margin-right: 5px; }
    .top nav.breadcrumb ul li a, .item nav.breadcrumb ul li a, .download nav.breadcrumb ul li a {
      text-decoration: none;
      color: #333; }
      .top nav.breadcrumb ul li a span, .item nav.breadcrumb ul li a span, .download nav.breadcrumb ul li a span {
        text-decoration: underline; }
      .top nav.breadcrumb ul li a::after, .item nav.breadcrumb ul li a::after, .download nav.breadcrumb ul li a::after {
        padding-left: 8px;
        content: ">"; }
.top section, .item section, .download section {
  max-width: 960px;
  margin-bottom: 100px; }
  @media screen and (max-width: 768px) {
    .top section, .item section, .download section {
      margin-bottom: 10vw; } }
  .top section h1, .item section h1, .download section h1 {
    background: #F6F6F6;
    padding: 10px;
    font-size: 24px;
    margin-bottom: 50px; }
  .top section h2, .item section h2, .download section h2 {
    color: #666;
    font-size: 40px;
    margin-bottom: 50px;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .top section h2, .item section h2, .download section h2 {
        font-size: 8vw;
        margin-bottom: 6vw; } }
.top section.product_list, .item section.product_list, .download section.product_list {
  text-align: center; }
  .top section.product_list h3, .item section.product_list h3, .download section.product_list h3 {
    background: #F6F6F6;
    padding: 10px;
    font-size: 24px;
    margin-bottom: 30px; }
  .top section.product_list .box, .item section.product_list .box, .download section.product_list .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    margin-bottom: 50px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt"; }
    @media screen and (max-width: 768px) {
      .top section.product_list .box, .item section.product_list .box, .download section.product_list .box {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: 94%;
        margin: 0 auto 8vw; } }
    .top section.product_list .box a, .item section.product_list .box a, .download section.product_list .box a {
      text-decoration: none;
      color: #333; }
      @media screen and (max-width: 960px) {
        .top section.product_list .box a, .item section.product_list .box a, .download section.product_list .box a {
          margin-right: 0;
          width: 33%; } }
      @media screen and (max-width: 768px) {
        .top section.product_list .box a, .item section.product_list .box a, .download section.product_list .box a {
          width: 48%; } }
      .top section.product_list .box a:hover, .item section.product_list .box a:hover, .download section.product_list .box a:hover {
        opacity: 0.5;
        cursor: pointer; }
      .top section.product_list .box a:nth-child(3n) .block, .item section.product_list .box a:nth-child(3n) .block, .download section.product_list .box a:nth-child(3n) .block {
        margin-right: 0; }
      .top section.product_list .box a .block, .item section.product_list .box a .block, .download section.product_list .box a .block {
        margin-right: 30px;
        max-width: 300px;
        text-align: left;
        line-height: 1.5; }
        @media screen and (max-width: 768px) {
          .top section.product_list .box a .block, .item section.product_list .box a .block, .download section.product_list .box a .block {
            margin-right: 0; } }
        @media screen and (max-width: 768px) {
          .top section.product_list .box a .block figure, .item section.product_list .box a .block figure, .download section.product_list .box a .block figure {
            margin-bottom: 40px; } }
        .top section.product_list .box a .block figure img, .item section.product_list .box a .block figure img, .download section.product_list .box a .block figure img {
          margin-bottom: 20px;
          max-width: 100%; }
          @media screen and (max-width: 768px) {
            .top section.product_list .box a .block figure img, .item section.product_list .box a .block figure img, .download section.product_list .box a .block figure img {
              margin-bottom: 2vw;
              height: auto; } }
        .top section.product_list .box a .block figure figcaption, .item section.product_list .box a .block figure figcaption, .download section.product_list .box a .block figure figcaption {
          font-size: 20px;
          color: #333;
          margin-bottom: 40px;
          position: relative; }
          .top section.product_list .box a .block figure figcaption::after, .item section.product_list .box a .block figure figcaption::after, .download section.product_list .box a .block figure figcaption::after {
            content: "";
            display: block;
            position: absolute;
            height: 1px;
            width: 100px;
            background: #333;
            bottom: -20px;
            left: 0; }
          @media screen and (max-width: 768px) {
            .top section.product_list .box a .block figure figcaption, .item section.product_list .box a .block figure figcaption, .download section.product_list .box a .block figure figcaption {
              font-size: 4vw;
              margin-bottom: 4vw; } }
        .top section.product_list .box a .block p, .item section.product_list .box a .block p, .download section.product_list .box a .block p {
          line-height: 1.8;
          margin-bottom: 50px; }
          @media screen and (max-width: 768px) {
            .top section.product_list .box a .block p, .item section.product_list .box a .block p, .download section.product_list .box a .block p {
              font-size: 3.5vw;
              line-height: 1.5;
              margin-bottom: 3.5vw; } }
  .top section.product_list .btn a, .item section.product_list .btn a, .download section.product_list .btn a {
    display: block;
    position: relative;
    border: 1px solid #333;
    width: 300px;
    margin: 0 auto 80px;
    padding: 15px 0;
    color: #333;
    text-decoration: none; }
    .top section.product_list .btn a:after, .item section.product_list .btn a:after, .download section.product_list .btn a:after {
      content: "";
      display: block;
      position: absolute;
      width: 10px;
      height: 10px;
      border-top: 1px solid #333;
      border-right: 1px solid #333;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      right: 15px;
      top: calc(50% - 5px); }

/* ------------------------------------------------- *
 *  ＠CONTACT　　　　　　　　　　　　　　　　
 * ------------------------------------------------- */
/*　問い合わせフォーム　*/
.contact section {
  max-width: 750px;
  margin-bottom: 100px; }
  @media screen and (max-width: 768px) {
    .contact section {
      margin-bottom: 10vw; } }
  .contact section h1 {
    color: #666;
    font-size: 40px;
    margin: 80px 0;
    font-weight: bold;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .contact section h1 {
        margin: 10vw 0;
        font-size: 10vw; } }
  @media screen and (max-width: 768px) {
    .contact section form {
      width: 94vw;
      margin: 0 auto; } }
  .contact section form div.box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px; }
    @media screen and (max-width: 768px) {
      .contact section form div.box {
        display: block; } }
    .contact section form div.box .title_block {
      width: 150px;
      line-height: 42px; }
    .contact section form div.box .input_block {
      width: calc(100% - 150px); }
      @media screen and (max-width: 768px) {
        .contact section form div.box .input_block {
          width: 100%; } }
  .contact section form .btn_area {
    margin: 70px 0; }
    .contact section form .btn_area button.ver_submit {
      font-size: 30px;
      background: #fff;
      border: 1px solid #025DAC;
      color: #025DAC;
      padding: 10px 50px;
      position: relative;
      cursor: pointer; }
      @media screen and (max-width: 768px) {
        .contact section form .btn_area button.ver_submit {
          font-size: 6vw; } }
      .contact section form .btn_area button.ver_submit::after {
        content: "";
        display: block;
        position: absolute;
        width: 10px;
        height: 10px;
        border-top: 1px solid #025DAC;
        border-right: 1px solid #025DAC;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        right: 30px;
        top: calc(50% - 5px); }

/* ------------------------------------------------- *
 *  ＠DETAIL　　　　　　　　　　　　　　　　
 * ------------------------------------------------- */
/*　商品詳細　*/
.detail header {
  position: fixed;
  margin-bottom: 20px;
  z-index: 10;
  width: 100%;
  background: #fff; }
  .detail header.shadow {
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1); }
.detail nav.breadcrumb {
  font-size: 16px;
  padding: 140px 50px 10px;
  overflow: hidden;
  max-width: 1100px;
  margin: 0 auto 50px; }
  @media screen and (max-width: 768px) {
    .detail nav.breadcrumb {
      padding: 20vw 3vw 0;
      margin-bottom: 10vw; } }
  @media screen and (max-width: 768px) {
    .detail nav.breadcrumb ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .detail nav.breadcrumb ul li {
    display: inline-block;
    margin-right: 5px; }
    @media screen and (max-width: 768px) {
      .detail nav.breadcrumb ul li {
        margin-bottom: 5px; } }
    .detail nav.breadcrumb ul li a {
      text-decoration: underline;
      color: #333;
      margin-right: 5px; }
      .detail nav.breadcrumb ul li a:hover {
        text-decoration: none; }
.detail section {
  max-width: 960px;
  margin-bottom: 100px; }
  @media screen and (max-width: 768px) {
    .detail section {
      margin: 0 auto 10vw;
      max-width: 94vw; } }
  .detail section p.title {
    text-align: center;
    color: #666;
    font-size: 40px;
    margin-bottom: 50px;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .detail section p.title {
        font-size: 8vw;
        margin-bottom: 10vw; } }
  .detail section h1 {
    text-align: center;
    padding: 10px;
    font-size: 24px;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      .detail section h1 {
        font-size: 4.5vw; } }
  .detail section .cat {
    background: #F6F6F6;
    padding: 10px;
    font-size: 24px;
    margin-bottom: 50px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .detail section .cat {
        margin-bottom: 5vw; } }
  .detail section .slider-5-thum {
    max-width: 750px;
    margin: 0 auto 40px; }
    .detail section .slider-5-thum .slick-slide img {
      width: 100%; }
  .detail section .slider-5-nav {
    margin: 0 auto 50px;
    width: 940px; }
    @media screen and (max-width: 768px) {
      .detail section .slider-5-nav {
        width: auto;
        overflow: hidden; } }
    .detail section .slider-5-nav .draggable .slick-slide img {
      border-right: 20px solid #fff; }
    .detail section .slider-5-nav .slick-prev:before, .detail section .slider-5-nav .slick-next:before {
      content: "";
      display: block;
      position: absolute;
      width: 25px;
      height: 25px;
      border-top: 1px solid #666;
      border-right: 1px solid #666;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      right: -960px;
      top: calc(50% - 12px); }
    .detail section .slider-5-nav .slick-prev:before {
      right: auto;
      left: -30px;
      -webkit-transform: rotate(-135deg);
              transform: rotate(-135deg); }
  .detail section .inner {
    width: 750px;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .detail section .inner {
        width: auto; } }
    .detail section .inner .feature p {
      margin-bottom: 50px;
      line-height: 1.5; }
    .detail section .inner .performance {
      margin-bottom: 50px;
      line-height: 1.5; }
      .detail section .inner .performance table {
        margin-bottom: 30px;
        width: 100% !important; }
        .detail section .inner .performance table td, .detail section .inner .performance table th {
          border: 1px solid #ccc;
          padding: 0.5em;
          vertical-align: middle; }
      .detail section .inner .performance .inner {
        margin-bottom: 20px;
        font-size: 12px; }
    .detail section .inner .link_btn {
      text-align: center;
      margin-bottom: 50px; }
      .detail section .inner .link_btn a {
        display: inline-block;
        border: 1px solid #43546F;
        color: #43546F;
        padding: 20px 40px;
        border-radius: 5px;
        text-decoration: none;
        font-size: 20px;
        position: relative; }
        @media screen and (max-width: 768px) {
          .detail section .inner .link_btn a {
            width: 80%;
            padding: 20px 0;
            font-size: 4.5vw; } }
        .detail section .inner .link_btn a.pdf {
          background: #43546F;
          color: #fff;
          margin-right: 10px;
          padding-left: 70px; }
          @media screen and (max-width: 768px) {
            .detail section .inner .link_btn a.pdf {
              margin-right: 0;
              margin-bottom: 4vw;
              padding-left: 6vw; } }
          .detail section .inner .link_btn a.pdf img {
            position: absolute;
            left: 30px;
            top: calc(50% - 15px); }
            @media screen and (max-width: 768px) {
              .detail section .inner .link_btn a.pdf img {
                width: 5vw;
                top: calc(50% - 10px); } }
        .detail section .inner .link_btn a.mail {
          padding-left: 60px; }
          @media screen and (max-width: 768px) {
            .detail section .inner .link_btn a.mail {
              padding-left: 5vw; } }
          .detail section .inner .link_btn a.mail img {
            position: absolute;
            left: 20px;
            top: calc(50% - 12px); }
            @media screen and (max-width: 768px) {
              .detail section .inner .link_btn a.mail img {
                width: 5vw;
                top: calc(50% - 7px); } }
    .detail section .inner .data > div {
      border-bottom: 1px solid #666;
      padding: 15px 0;
      line-height: 1.5; }
      .detail section .inner .data > div:last-child {
        border-bottom: 0; }
      .detail section .inner .data > div div {
        margin-bottom: 15px; }

/* ------------------------------------------------- *
 *  ＠TOP　　　　　　　　　　　　　　　　
 * ------------------------------------------------- */
/*　共通　*/
.top .main_image {
  max-width: 1280px;
  min-height: 550px;
  margin: 0 auto 80px;
  position: relative; }
  @media screen and (max-width: 768px) {
    .top .main_image {
      min-height: auto;
      margin-bottom: 8vw; } }
  .top .main_image img {
    position: absolute;
    margin-left: -320px; }
    @media screen and (max-width: 768px) {
      .top .main_image img {
        margin: 0;
        position: relative; } }
.top section {
  max-width: none;
  margin-bottom: 100px; }
  .top section h2 {
    font-size: 30px;
    margin-bottom: 30px;
    color: #595757;
    line-height: 1.5; }
    .top section h2 span {
      display: block;
      font-size: 18px;
      font-weight: 200; }
.top .first-view {
  position: relative;
  max-width: 1280px;
  margin: 0 auto 90px; }
  .top .first-view .blurimg {
    position: absolute;
    z-index: 10;
    background: #fff;
    padding-bottom: 50px; }
    @media screen and (max-width: 768px) {
      .top .first-view .blurimg {
        padding-bottom: 10vw; } }
    .top .first-view .blurimg img {
      max-width: 100%;
      opacity: 0;
      -webkit-transition: -webkit-transform 0.5s linear;
      transition: -webkit-transform 0.5s linear;
      transition: transform 0.5s linear;
      transition: transform 0.5s linear, -webkit-transform 0.5s linear;
      -webkit-animation-duration: 6s;
              animation-duration: 6s;
      -webkit-animation-fill-mode: both;
              animation-fill-mode: both; }
      .top .first-view .blurimg img.word {
        position: absolute;
        width: 400px;
        top: calc(50% - 98px);
        left: calc(50% - 200px); }
        @media screen and (max-width: 768px) {
          .top .first-view .blurimg img.word {
            width: 40%;
            top: calc(50% - 12vw);
            left: calc(50% - 20vw); } }
    .top .first-view .blurimg .img-blur {
      -webkit-animation-name: imageBlur;
              animation-name: imageBlur;
      opacity: 1;
      -webkit-transition: 1s;
      transition: 1s; }
@-webkit-keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
            filter: blur(15px); }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px); } }
@keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
            filter: blur(15px); }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px); } }
    .top .first-view .blurimg .background {
      opacity: 1; }
  .top .first-view .slider_wrap {
    position: relative;
    z-index: 1;
    max-width: 1280px; }
    .top .first-view .slider_wrap img {
      max-width: 100%; }
  .top .first-view .movie-icon {
    bottom: -120px;
    right: 0;
    position: absolute;
    z-index: 100; }
    @media screen and (max-width: 768px) {
      .top .first-view .movie-icon {
        width: 25vw;
        bottom: -20vw; } }
.top .about-wrapper {
  background: url(/parts/img/bg_top.jpg) no-repeat center top transparent;
  background-size: cover; }
  @media screen and (max-width: 768px) {
    .top .about-wrapper {
      padding-bottom: 1vw;
      margin-bottom: 10vw; } }
.top section.about {
  text-align: center;
  max-width: 960px; }
  @media screen and (max-width: 768px) {
    .top section.about {
      margin-bottom: 5vw; } }
  .top section.about .top-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .top section.about .top-banner img {
      width: 95%;
      margin-bottom: 60px; }
    @media screen and (max-width: 768px) {
      .top section.about .top-banner {
        display: block;
        margin-bottom: 5vw; }
        .top section.about .top-banner img:first-child {
          margin-bottom: 20px; } }
  .top section.about .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 768px) {
      .top section.about .box {
        display: block;
        margin-bottom: 3.5vw; } }
    .top section.about .box a {
      text-decoration: none;
      display: block;
      background: #fff;
      margin-bottom: 60px;
      width: 31%; }
      @media screen and (max-width: 768px) {
        .top section.about .box a {
          width: 90%;
          margin: 0 auto 6vw; } }
      .top section.about .box a .block {
        -webkit-transition: all .2s;
        transition: all .2s;
        position: relative; }
        .top section.about .box a .block::before, .top section.about .box a .block::after {
          position: absolute;
          z-index: 2;
          content: '';
          width: 0;
          height: 0;
          border: 10px solid transparent;
          -webkit-box-sizing: content-box;
                  box-sizing: content-box; }
        .top section.about .box a .block::before {
          top: -10px;
          left: -10px; }
        .top section.about .box a .block::after {
          bottom: -10px;
          right: -10px; }
        .top section.about .box a .block:hover {
          color: #ffb9a8; }
        .top section.about .box a .block:hover::before, .top section.about .box a .block:hover::after {
          width: 100%;
          height: 100%; }
        .top section.about .box a .block:hover::before {
          border-bottom-color: #ffb9a8;
          border-left-color: #ffb9a8;
          -webkit-transition: height .3s, width .3s .3s;
          transition: height .3s, width .3s .3s; }
        .top section.about .box a .block:hover::after {
          border-top-color: #ffb9a8;
          border-right-color: #ffb9a8;
          -webkit-transition: height .3s, width .3s .3s;
          transition: height .3s, width .3s .3s; }
        .top section.about .box a .block figure {
          padding: 20px 0; }
          .top section.about .box a .block figure .mark {
            margin-bottom: 20px; }
          .top section.about .box a .block figure .silhouette {
            height: 120px;
            margin-bottom: 20px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center; }
          .top section.about .box a .block figure figcaption {
            font-size: 20px;
            color: #333;
            margin-bottom: 10px; }
            @media screen and (max-width: 768px) {
              .top section.about .box a .block figure figcaption {
                font-size: 3.5vw;
                line-height: 1.5; } }
  .top section.about h2 {
    color: #333; }
  .top section.about h3 {
    letter-spacing: 0.1em;
    font-size: 25px;
    margin-bottom: 40px;
    line-height: 1.8; }
    .top section.about h3:first-letter {
      color: #4456c6;
      font-size: 35px; }
    @media screen and (max-width: 768px) {
      .top section.about h3 {
        font-size: 6vw;
        width: 94%;
        margin: 0 auto 40px;
        text-align: left; } }
  .top section.about p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 40px;
    color: #666; }
    @media screen and (max-width: 768px) {
      .top section.about p {
        line-height: 1.8;
        font-size: 3.5vw;
        width: 94%;
        margin: 0 auto 3.5vw;
        text-align: left; } }
.top section.product_list {
  text-align: center; }
  .top section.product_list .bougyo_wrapper, .top section.product_list .jyokyo_wrapper, .top section.product_list .yokusei_wrapper {
    position: relative;
    max-width: 960px;
    margin: auto; }
    .top section.product_list .bougyo_wrapper h2, .top section.product_list .jyokyo_wrapper h2, .top section.product_list .yokusei_wrapper h2 {
      position: relative; }
      .top section.product_list .bougyo_wrapper h2::before, .top section.product_list .jyokyo_wrapper h2::before, .top section.product_list .yokusei_wrapper h2::before {
        content: "";
        display: block;
        position: absolute;
        height: 1px;
        width: 100%;
        background: #ccc;
        top: 50%;
        left: 0;
        z-index: 1; }
      .top section.product_list .bougyo_wrapper h2 span, .top section.product_list .jyokyo_wrapper h2 span, .top section.product_list .yokusei_wrapper h2 span {
        background: #fff;
        display: inline-block;
        padding: 0 20px;
        font-size: 30px;
        position: relative;
        z-index: 5;
        font-weight: bold; }
  .top section.product_list .header {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #fff), to(transparent));
    background: linear-gradient(to bottom, #fff, #fff 50%, transparent);
    position: -webkit-sticky;
    position: sticky;
    width: 100%;
    padding-top: 1px;
    top: 0;
    left: 0;
    z-index: 20; }
    @media screen and (max-width: 768px) {
      .top section.product_list .header {
        background: transparent; } }
    .top section.product_list .header h3 {
      background: -webkit-gradient(linear, left top, left bottom, from(#f4f7fd), to(transparent));
      background: linear-gradient(to bottom, #f4f7fd, transparent);
      padding: 0;
      font-size: 24px;
      margin: 58px 0 50px; }
      @media screen and (max-width: 768px) {
        .top section.product_list .header h3 {
          background: transparent;
          margin-top: 12vw; } }
      .top section.product_list .header h3 .icon {
        margin-top: -38px;
        margin-bottom: 20px; }
        @media screen and (max-width: 768px) {
          .top section.product_list .header h3 .icon {
            width: 20vw; } }
      @media screen and (max-width: 768px) {
        .top section.product_list .header h3 .product_img {
          display: none; } }
      .top section.product_list .header h3 .product_img.bogyo {
        width: 180px; }
      .top section.product_list .header h3 .product_img.jyokyo {
        width: 150px; }
      .top section.product_list .header h3 .product_img.yokusei {
        width: 90px; }
  @media screen and (max-width: 768px) {
    .top section.product_list #bougyo, .top section.product_list #jyokyo, .top section.product_list #yokusei {
      height: 115px;
      overflow: hidden; } }
  .top section.product_list .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left; }
    @media screen and (max-width: 768px) {
      .top section.product_list .box {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: 94%;
        margin: auto; } }
    .top section.product_list .box a {
      text-decoration: none;
      color: #333; }
      .top section.product_list .box a:nth-child(3n) .block {
        margin-right: 0; }
      @media screen and (max-width: 960px) {
        .top section.product_list .box a {
          margin-right: 0;
          width: 33%; }
          .top section.product_list .box a .block {
            margin-right: 2% !important;
            margin-left: 2% !important; } }
      @media screen and (max-width: 768px) {
        .top section.product_list .box a {
          width: 48%; } }
      .top section.product_list .box a .block {
        margin-right: 30px; }
        @media screen and (max-width: 768px) {
          .top section.product_list .box a .block {
            margin-right: 0; } }
        .top section.product_list .box a .block figure img {
          margin-bottom: 20px; }
          @media screen and (max-width: 768px) {
            .top section.product_list .box a .block figure img {
              margin-bottom: 2vw; } }
        .top section.product_list .box a .block figure figcaption {
          font-size: 20px;
          color: #333;
          margin-bottom: 40px; }
          @media screen and (max-width: 768px) {
            .top section.product_list .box a .block figure figcaption {
              font-size: 4vw;
              margin-bottom: 4vw; } }
        .top section.product_list .box a .block p {
          color: #999; }
          .top section.product_list .box a .block p br {
            display: none; }
  .top section.product_list .btn a {
    display: block;
    position: relative;
    border: 1px solid #333;
    width: 300px;
    margin: 0 auto 80px;
    padding: 15px 0;
    color: #333;
    text-decoration: none; }
    .top section.product_list .btn a:after {
      content: "";
      display: block;
      position: absolute;
      width: 10px;
      height: 10px;
      border-top: 1px solid #333;
      border-right: 1px solid #333;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      right: 15px;
      top: calc(50% - 5px); }
.top .slick-dots {
  text-align: center; }
  .top .slick-dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px; }
    .top .slick-dots li button {
      position: relative;
      text-indent: -9999px; }
      .top .slick-dots li button:before {
        width: 10px;
        height: 10px;
        font-size: 10px;
        text-indent: 0px;
        position: absolute;
        top: 0;
        left: 0;
        color: #4456c6; }

/* ------------------------------------------------- *
 *  ＠DOWNLOAD　　　　　　　　　　　　　　　　
 * ------------------------------------------------- */
/*　PDFダウンロード　*/
.download h2 {
  font-size: 30px;
  margin-bottom: 30px;
  color: #595757;
  line-height: 1.5; }
  .download h2 span {
    display: block;
    font-size: 18px;
    font-weight: 200; }
.download .mt100 {
  margin-top: 100px; }
  @media screen and (max-width: 768px) {
    .download .mt100 {
      margin-top: 10vw; } }
.download .dw-list {
  max-width: 960px;
  margin: 0 auto 50px; }
  @media screen and (max-width: 768px) {
    .download .dw-list {
      width: 90%; } }
  .download .dw-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media screen and (max-width: 768px) {
      .download .dw-list ul {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .download .dw-list ul li {
      width: calc((100% - 120px) / 4);
      margin-right: 40px;
      margin-bottom: 50px; }
      .download .dw-list ul li:nth-child(4n) {
        margin-right: 0; }
      @media screen and (max-width: 768px) {
        .download .dw-list ul li {
          width: 46%;
          margin-right: 0; } }
      .download .dw-list ul li img {
        border: 1px solid #333;
        margin-bottom: 10px;
        max-width: 100%; }
      .download .dw-list ul li span {
        display: block;
        margin-bottom: 10px;
        text-align: left;
        line-height: 1.5;
        font-size: 14px;
        height: 45px; }
        @media screen and (max-width: 768px) {
          .download .dw-list ul li span {
            height: 8vw;
            font-size: 3vw; } }
      .download .dw-list ul li a {
        display: inline-block;
        color: #43546F;
        padding: 10px 0;
        text-decoration: none;
        font-size: 16px;
        position: relative;
        width: 100%; }
        @media screen and (max-width: 768px) {
          .download .dw-list ul li a {
            font-size: 3.5vw; } }
        .download .dw-list ul li a.pdf {
          background: #43546F;
          color: #fff; }
          .download .dw-list ul li a.pdf img {
            margin-bottom: 0;
            margin-right: 15px;
            width: 15px; }
            @media screen and (max-width: 768px) {
              .download .dw-list ul li a.pdf img {
                width: 3vw;
                margin-right: 3vw; } }

/*# sourceMappingURL=style.css.map */