@charset "UTF-8";
/***********************共通設定************************/
/* 文字幅が指定幅を超えたときに「...」を表示する */
/*----------------------------------------------------
transition
----------------------------------------------------*/
/* ホバー変更はやさ*/
/*----------------------------------------------------
フォント
----------------------------------------------------*/
/*----------------------------------------------------
======================================================
mixin-疑似要素
======================================================
----------------------------------------------------*/
/*----------------------------------------------------
テキストホバーで線を表示する

//html例：<p>テキスト<a href="" class="link_text"><span>こちら</span></a>テキス</p>
spanタグにhoverしたときに線画出るようにしている。

----------------------------------------------------*/
/* ホバーで下線が左に消える */
/* ホバーで左から右に線が出る */
/* ホバーで中央から線が出る */
/* ホバーで中央の線がきえる */
/*----------------------------------------------------
mixinで、cssアニメーションを変数で指定できるようにするのに使う
----------------------------------------------------*/
/* インクルードする際はこんなふうに使う */
/* アニメーション名を指定する */
/*----------------------------------------------------
中央寄せ
----------------------------------------------------*/
/* 上下左右中央寄せ */
/* 上下中央寄せ */
/* 左右中央寄せ */
/*----------------------------------------------------
フェードイン
----------------------------------------------------*/
#pageWrapper {
  overflow: visible;
}

/*----------------------------------------------------
詳細ページの背景画像　PCのみ
----------------------------------------------------*/
/* 751- */
@media all and (min-width: 751px) {
  .product-single {
    background-image: url(../images/product/fuso.png);
    background-repeat: no-repeat;
    background-size: auto 306px;
    background-position: right 0px top 231px;
  }
}
/*----------------------------------------------------
共通
----------------------------------------------------*/
main {
  text-align: initial;
}
main .section .sectionTitle {
  padding-bottom: 60px;
  /* 751- */
}
@media all and (min-width: 751px) {
  main .section .sectionTitle {
    padding-bottom: 84px;
  }
}
main .section .sectionTitle.first {
  padding-bottom: 13px;
  /* 751- */
}
@media all and (min-width: 751px) {
  main .section .sectionTitle.first {
    padding-bottom: 12px;
  }
}
main .section .contents .contentsTitle {
  padding: 52px 0 40px;
  /* 751- */
}
@media all and (min-width: 751px) {
  main .section .contents .contentsTitle {
    padding: 72px 0 57px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 115px;
       -moz-column-gap: 115px;
            column-gap: 115px;
  }
}
main .section .contents .contentsTitle h3 {
  margin-bottom: 25px;
  position: relative;
  /* 751- */
}
@media all and (min-width: 751px) {
  main .section .contents .contentsTitle h3 {
    margin-bottom: 0;
  }
}
main .section .contents .contentsTitle h3::before {
  content: "";
  position: absolute;
  background: url(../images/product/panel.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  /* 751- */
}
@media all and (min-width: 751px) {
  main .section .contents .contentsTitle h3::before {
    width: 60px;
    height: 60px;
  }
}
main .section .contents .contentsTitle h3.vu {
  background: url(../images/product/vu.png);
}
main .section .contents .contentsTitle h3 span {
  padding-left: 60px;
  display: inline-block;
  /* 751- */
}
@media all and (min-width: 751px) {
  main .section .contents .contentsTitle h3 span {
    padding-left: 100px;
  }
}
main .section .contents .contentsTitle h3 span.jp {
  font-size: 17px;
  letter-spacing: 0.04em;
  line-height: 1;
  /* 751- */
}
@media all and (min-width: 751px) {
  main .section .contents .contentsTitle h3 span.jp {
    font-size: 24px;
    letter-spacing: 0.12em;
    line-height: 1;
  }
}
main .section .contents .contentsTitle h3 span.en {
  padding-top: 10px;
  font-family: "Noto sans", sans-serif;
  font-weight: 300;
  font-size: 11px;
  letter-spacing: 0.04em;
  line-height: 1;
  /* 751- */
}
@media all and (min-width: 751px) {
  main .section .contents .contentsTitle h3 span.en {
    margin-top: 14px;
    font-size: 13px;
    letter-spacing: 0.12em;
    line-height: 1;
  }
}
main .section .contents .contentsTitle p {
  /* -750 */
}
@media all and (max-width: 750px) {
  main .section .contents .contentsTitle p {
    font-size: 12px;
    letter-spacing: 0.04em;
    line-height: 2.1;
  }
}

/*----------------------------------------------------
製品一覧
----------------------------------------------------*/
#product_list.section {
  padding-bottom: 0;
}
#product_list .contents:not(:last-child) {
  border-bottom: 1px solid #D0D0D0;
}
#product_list .contents:not(:last-child) .lt {
  padding-bottom: 50px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #product_list .contents:not(:last-child) .lt {
    padding-bottom: 76px;
  }
}
#product_list .contents .lt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 40px;
  /* 751- */
  /* 751- */
}
@media all and (min-width: 751px) {
  #product_list .contents .lt {
    row-gap: 54px;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}
@media all and (min-width: 751px) {
  #product_list .contents .lt::before {
    content: "";
    width: 30%;
    color: transparent;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #product_list .contents .lt::after {
    content: "";
    width: 30%;
    color: transparent;
  }
}
#product_list .contents .lt .lt_item {
  width: 48%;
  /* 751- */
}
@media all and (min-width: 751px) {
  #product_list .contents .lt .lt_item {
    width: 30%;
  }
}
#product_list .contents .lt .lt_item a .thumbnail {
  text-align: center;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border: 1px solid #EFEFEF;
  padding: 15px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #product_list .contents .lt .lt_item a .thumbnail {
    padding: 24px;
  }
}
#product_list .contents .lt .lt_item a .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  aspect-ratio: 1/1;
}
#product_list .contents .lt .lt_item a h3 {
  padding: 20px 0 15px;
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 1;
  /* 751- */
}
@media all and (min-width: 751px) {
  #product_list .contents .lt .lt_item a h3 {
    padding: 25px 0 14px;
    font-size: 14px;
    letter-spacing: 0.12em;
    line-height: 1.7;
  }
}
#product_list .contents .lt .lt_item a .product_description {
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 2.1;
  /* 751- */
}
@media all and (min-width: 751px) {
  #product_list .contents .lt .lt_item a .product_description {
    font-size: 15px;
    letter-spacing: 0.12em;
    line-height: 1.7;
  }
}
@media (hover: hover) {
  #product_list .contents .lt .lt_item a:hover .thumbnail img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

/*----------------------------------------------------
終了製品一覧
----------------------------------------------------*/
#end_product_list .item_list {
  background: #EFEFEF;
  /* 751- */
}
@media all and (min-width: 751px) {
  #end_product_list .item_list {
    margin: 0 auto;
    padding: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1000px;
  }
}
#end_product_list .item_list li {
  /* 751- */
}
@media all and (min-width: 751px) {
  #end_product_list .item_list li {
    width: 33%;
  }
}
#end_product_list .lt {
  /* 751- */
}
@media all and (min-width: 751px) {
  #end_product_list .lt {
    margin: 0 auto;
    max-width: 1000px;
  }
}
#end_product_list .lt .lt_item {
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 1;
  /* 751- */
  /* -750 */
  /* 751- */
}
@media all and (min-width: 751px) {
  #end_product_list .lt .lt_item {
    padding: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 15px;
    letter-spacing: 0.12em;
    line-height: 1;
    border-bottom: 1px solid #D0D0D0;
  }
}
@media all and (max-width: 750px) {
  #end_product_list .lt .lt_item {
    text-align: center;
  }
  #end_product_list .lt .lt_item h3 {
    padding: 15px 0;
    background: #EFEFEF;
  }
  #end_product_list .lt .lt_item .end,
  #end_product_list .lt .lt_item .substitute {
    padding-top: 20px;
  }
  #end_product_list .lt .lt_item .info,
  #end_product_list .lt .lt_item .instead {
    padding: 20px 0 12px;
    border-bottom: 1px solid #D0D0D0;
  }
  #end_product_list .lt .lt_item:not(:last-child) .instead {
    margin-bottom: 25px;
  }
}
@media all and (min-width: 751px) {
  #end_product_list .lt .lt_item h3,
  #end_product_list .lt .lt_item .info,
  #end_product_list .lt .lt_item .instead {
    width: 33%;
  }
}

/*----------------------------------------------------
詳細ページ
----------------------------------------------------*/
#single .contents {
  padding-top: 60px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #single .contents {
    padding: 60px 0 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#single .contents .slide_detail {
  position: relative;
  /* 751- */
}
@media all and (min-width: 751px) {
  #single .contents .slide_detail {
    width: 40%;
    max-width: 380px;
  }
}
#single .contents .slide_detail .slider {
  position: relative;
  border: 1px solid #EFEFEF;
}
#single .contents .slide_detail .slider .slick-img {
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#single .contents .slide_detail .slider .slick-img img {
  margin: 0 auto;
  padding: 24px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
  /* 751- */
}
@media all and (min-width: 751px) {
  #single .contents .slide_detail .slider .slick-img img {
    margin: 0 auto;
  }
}
#single .contents .slide_detail .slick-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#single .contents .slide_detail .slick-slide {
  height: 100% !important;
}
#single .contents .slide_detail .expa_image {
  position: absolute;
  bottom: 19%;
  right: 1.5%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* 751- */
}
@media all and (min-width: 751px) {
  #single .contents .slide_detail .expa_image {
    bottom: 21%;
    right: 1.5%;
  }
}
#single .contents .slide_detail .expa_image img {
  width: 65px;
  height: 65px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #single .contents .slide_detail .expa_image img {
    width: 80px;
    height: 80px;
  }
}
#single .contents .slide_detail .thumbnail {
  margin: 20px 40px 0;
  position: relative;
  text-align: center;
  height: 100%;
  left: -1px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #single .contents .slide_detail .thumbnail {
    margin: 20px 27px 0;
    height: auto;
    left: -10px;
  }
}
#single .contents .slide_detail .thumbnail img {
  padding: 3px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
  border: 1px solid #EFEFEF;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  /* 751- */
}
@media all and (min-width: 751px) {
  #single .contents .slide_detail .thumbnail img {
    padding: 10px;
    max-width: 80px;
    max-height: 80px;
  }
}
@media (hover: hover) {
  #single .contents .slide_detail .thumbnail img:hover {
    cursor: pointer;
    background: #FFFFFF;
    opacity: 0.5;
  }
}
#single .contents .slide_detail .thumbnail .slick-list .slick-track {
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
}
#single .contents .slide_detail .thumbnail .slick-prev::before {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
  position: absolute;
  background-image: url(../images/product/left_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  left: -12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 9px;
  opacity: 1;
  /* 751- */
}
@media all and (min-width: 751px) {
  #single .contents .slide_detail .thumbnail .slick-prev::before {
    left: 6px;
    width: 12px;
    height: 11px;
  }
}
#single .contents .slide_detail .thumbnail .slick-next::before {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
  position: absolute;
  background-image: url(../images/product/right_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 9px;
  top: 50%;
  right: -18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
  /* 751- */
}
@media all and (min-width: 751px) {
  #single .contents .slide_detail .thumbnail .slick-next::before {
    right: 0;
    width: 12px;
    height: 11px;
  }
}
#single .contents .slide_detail .modal {
  display: none;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}
#single .contents .slide_detail .modal .modal-content img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  /* 751- */
}
@media all and (min-width: 751px) {
  #single .contents .slide_detail .modal .modal-content img {
    width: 42%;
    top: 55%;
  }
}
#single .contents .slide_detail .modal .modal-content::before, #single .contents .slide_detail .modal .modal-content::after {
  cursor: pointer;
  content: "";
  position: absolute;
  width: 5px;
  height: 30px;
  background: #fff;
  border-radius: 3px;
  top: 150px;
  right: 45px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #single .contents .slide_detail .modal .modal-content::before, #single .contents .slide_detail .modal .modal-content::after {
    top: 120px;
    right: 100px;
  }
}
#single .contents .slide_detail .modal .modal-content::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#single .contents .slide_detail .modal .modal-content::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (hover: hover) {
  #single .contents .slide_detail:hover .expa_image {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    cursor: pointer;
  }
}
@media screen and (min-width: 751px) and (max-width: 799px) {
  #single .contents .product_detail {
    width: calc(100% - 340px);
  }
}
@media screen and (min-width: 800px) and (max-width: 888px) {
  #single .contents .product_detail {
    width: calc(100% - 370px);
  }
}
@media screen and (min-width: 889px) and (max-width: 1083px) {
  #single .contents .product_detail {
    width: calc(100% - 450px);
  }
}
@media all and (min-width: 1084px) {
  #single .contents .product_detail {
    width: calc(100% - 521px);
  }
}
#single .contents .product_detail h3 {
  padding: 50px 0 20px;
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 1;
  /* 751- */
}
@media all and (min-width: 751px) {
  #single .contents .product_detail h3 {
    padding-bottom: 45px;
    font-size: 28px;
    letter-spacing: 0.12em;
    line-height: 1;
  }
}
#single .contents .product_detail .product_description {
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.5;
  /* 751- */
}
@media all and (min-width: 751px) {
  #single .contents .product_detail .product_description {
    font-size: 15px;
    letter-spacing: 0.12em;
    line-height: 1.7;
  }
}
#single .contents .product_detail .goContact {
  text-align: center;
}
#single .contents .product_detail .goContact a {
  margin-top: 50px;
  display: inline-block;
  position: relative;
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 1;
  /* 751- */
}
@media all and (min-width: 751px) {
  #single .contents .product_detail .goContact a {
    margin-top: 120px;
    font-size: 15px;
    letter-spacing: 0.12em;
    line-height: 1;
  }
}
#single .contents .product_detail .goContact a::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  left: -60%;
  bottom: -15px;
  width: 220%;
  height: 1px;
  background-color: #0f3656;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.3, 1), -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  /* 751- */
}
@media all and (min-width: 751px) {
  #single .contents .product_detail .goContact a::before {
    left: -77%;
    width: 254%;
  }
}
@media screen and (min-width: 889px) and (max-width: 1083px) {
  #single .contents .product_detail .goContact a::before {
    left: -50%;
    width: 200%;
  }
}
@media screen and (min-width: 799px) and (max-width: 888px) {
  #single .contents .product_detail .goContact a::before {
    left: -30%;
    width: 180%;
  }
}
@media screen and (min-width: 751px) and (max-width: 798px) {
  #single .contents .product_detail .goContact a::before {
    left: -30%;
    width: 160%;
  }
}
@media (hover: hover) {
  #single .contents .product_detail .goContact a:hover::before {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
}
#single #singleContents {
  border: none;
  /* 751- */
}
@media all and (min-width: 751px) {
  #single #singleContents {
    padding: 0 10px;
  }
}
#single #singleContents h2 {
  padding: 6px 30px;
  text-align: center;
  background: #366288;
  border-radius: 28px;
  color: #FFFFFF;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.5;
  /* 751- */
}
@media all and (min-width: 751px) {
  #single #singleContents h2 {
    margin-bottom: 50px;
    padding: 10px 0;
    font-size: 24px;
    letter-spacing: 0.12em;
    line-height: 1.2;
  }
}
#single #singleContents h3 {
  margin: 0 0 25px;
  padding: 50px 0 15px;
  font-size: 15px;
  letter-spacing: 0.04em;
  line-height: 1.7;
  border-bottom: 1px solid #D0D0D0;
  /* 751- */
}
@media all and (min-width: 751px) {
  #single #singleContents h3 {
    margin: 0 0 38px;
    padding: 62px 0 18px;
    font-size: 18px;
    letter-spacing: 0.12em;
    line-height: 1.7;
  }
}
#single #singleContents h4 {
  padding: 25px 0 50px;
  font-size: 11px;
  letter-spacing: 0.04em;
  line-height: 2;
  /* 751- */
}
@media all and (min-width: 751px) {
  #single #singleContents h4 {
    padding: 30px 0 72px;
    font-size: 12px;
    letter-spacing: 0.12em;
    line-height: 2.3;
  }
}
#single #singleContents p {
  font-size: 11px;
  letter-spacing: 0.04em;
  line-height: 2;
  /* 751- */
}
@media all and (min-width: 751px) {
  #single #singleContents p {
    font-size: 15px;
    letter-spacing: 0.12em;
    line-height: 2.2;
  }
}
#single #singleContents p.product_text {
  padding-top: 24px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #single #singleContents p.product_text {
    padding-top: 30px;
  }
}
#single #singleContents figure {
  margin: 0;
}
/*# sourceMappingURL=product.css.map */