@charset "UTF-8";
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
@font-face {
  font-family: 'matisseb';
  src: url("../font/matisse-b.woff") format("woff"), url("../font/matisse-b.otf") format("truetype");
  font-display: swap;
  font-weight: 700; }

@font-face {
  font-family: 'rodinb';
  src: url("../font/rodin-b.woff") format("woff"), url("../font/rodin-b.otf") format("truetype");
  font-display: swap;
  font-weight: 700; }

@media (max-width: 1001px) {
  #wpKihan main {
    padding-left: 0;
    padding-right: 0; }
  #wpKihan .maxWid {
    padding-left: 20px;
    padding-right: 20px; } }

/*--------------------------------------------------- */
/* 製品詳細 */
/*--------------------------------------------------- */
.pageTtl_advantage {
  background-image: url("../img/product-single/advantage_ttl_bg.jpg"); }

#wpKihan main h3 img {
  max-height: 78px; }

#wpKihan * {
  min-height: 0;
  min-width: 0; }

#wpKihan main {
  max-width: initial; }
  @media (min-width: 481px) {
    #wpKihan main {
      margin-top: 100px; } }

#wpKihan .productDetail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

#wpKihan .kihanFlex1, #wpKihan .kihanFlex2 {
  width: calc(50% - 24px); }

#wpKihan .kihanFlex1 img {
  max-width: 600px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 500px; }

#wpKihan .kihanFlex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

#wpKihan .kihanBlock1 {
  border-top: 8px solid #072B65;
  padding-bottom: 24px;
  width: 100%;
  padding-top: 10px; }
  #wpKihan .kihanBlock1 .category {
    color: #072B65;
    font-size: 20px;
    margin-bottom: 24px;
    font-weight: 500; }
  #wpKihan .kihanBlock1 p {
    font-size: 13px; }
  #wpKihan .kihanBlock1 h3 {
    font-family: "rodinb", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "Noto Sans Japanese", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo UI", "Meiryo", "Helvetica", "Open Sans", sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.1em; }

#wpKihan .kihanBlock2 {
  border-top: 1px solid #aaa;
  width: 100%;
  padding-top: 24px; }
  #wpKihan .kihanBlock2 p {
    font-size: 16px;
    line-height: 1.5em; }

#wpKihan .kihanBlock3 {
  margin-top: 24px;
  padding: 20px 24px;
  font-size: 14px;
  width: 100%;
  border: 1px solid #aaa;
  position: relative; }
  #wpKihan .kihanBlock3 .blockEdgeBefore, #wpKihan .kihanBlock3 .blockEdgeAfter {
    background: #fff;
    width: 18px;
    height: 18px;
    content: "";
    /* style */
    z-index: 1;
    position: absolute; }
    #wpKihan .kihanBlock3 .blockEdgeBefore:before, #wpKihan .kihanBlock3 .blockEdgeAfter:before {
      border: 1px solid #aaa;
      background: #fff;
      width: 10px;
      height: 10px;
      content: "";
      /* style */
      margin: auto;
      z-index: 1;
      position: absolute; }
  #wpKihan .kihanBlock3 .blockEdgeBefore {
    top: -1px;
    left: -1px; }
    #wpKihan .kihanBlock3 .blockEdgeBefore:before {
      top: -1px;
      left: -1px; }
  #wpKihan .kihanBlock3 .blockEdgeAfter {
    right: -1px;
    bottom: -1px; }
    #wpKihan .kihanBlock3 .blockEdgeAfter:before {
      right: -1px;
      bottom: -1px; }
  #wpKihan .kihanBlock3 li:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 14px;
    background-image: url(../img/product-single/icon_check.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    content: "";
    /* style */
    margin-right: 0.2em;
    position: relative;
    top: -2px; }

#wpKihan .kihanBlock4 {
  width: 100%;
  padding-top: 24px; }
  #wpKihan .kihanBlock4 .kihancontact {
    width: 300px;
    height: 46px; }
    #wpKihan .kihanBlock4 .kihancontact a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      word-break: break-all;
      width: 100%;
      height: 100%;
      text-decoration: none;
      background: #9F920F;
      text-align: center;
      border: 1px solid #9F920F;
      color: #fff;
      font-size: 18px;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      #wpKihan .kihanBlock4 .kihancontact a:hover {
        background: #fff;
        color: #9F920F;
        border: 1px solid #9F920F;
        -webkit-box-shadow: none;
        box-shadow: none; }
    #wpKihan .kihanBlock4 .kihancontact a:after {
      font-family: "Font Awesome 5 Free";
      content: '\f0da';
      font-weight: 700;
      /* style */
      margin-left: 0.5em; }
  #wpKihan .kihanBlock4 .kihanCatalog {
    width: 300px;
    height: 46px; }
    #wpKihan .kihanBlock4 .kihanCatalog a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      word-break: break-all;
      width: 100%;
      height: 100%;
      text-decoration: none;
      background: #97AABB;
      text-align: center;
      border: 1px solid #97AABB;
      color: #fff;
      font-size: 18px;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      #wpKihan .kihanBlock4 .kihanCatalog a:hover {
        background: #fff;
        color: #97AABB;
        border: 1px solid #97AABB;
        -webkit-box-shadow: none;
        box-shadow: none; }
    #wpKihan .kihanBlock4 .kihanCatalog a:after {
      font-family: "Font Awesome 5 Free";
      content: '\f56d';
      font-weight: 700;
      /* style */
      margin-left: 0.5em; }
  #wpKihan .kihanBlock4 .kihanBtn {
    width: 100%;
    font-weight: 700; }
    @media all and (-ms-high-contrast: none) {
      #wpKihan .kihanBlock4 .kihanBtn a {
        padding-top: 8px;
        position: relative; } }
  #wpKihan .kihanBlock4 .kihanFlexChild {
    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; }
  #wpKihan .kihanBlock4 .kihanFlexChild2 {
    width: calc(50% - 24px / 2); }

#wpKihan .productResult h3 {
  margin-top: 100px;
  margin-bottom: 50px; }
  #wpKihan .productResult h3 img {
    -o-object-fit: contain;
    object-fit: contain;
    width: auto;
    margin: auto;
    max-height: 78px; }

#wpKihan .productResult .resultBlock {
  padding: 60px;
  border: 1px solid #aaa;
  border-top: 4px solid #072B65;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 100px; }
  #wpKihan .productResult .resultBlock:nth-last-of-type(1) {
    margin-bottom: 0;
    /* style */ }

#wpKihan .productResult .resultTitle {
  width: 100%;
  font-family: "rodinb", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "Noto Sans Japanese", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo UI", "Meiryo", "Helvetica", "Open Sans", sans-serif;
  font-size: 26px;
  color: #072B65;
  margin-bottom: 30px; }
  #wpKihan .productResult .resultTitle span {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Sawarabi Mincho", "MS P明朝", "MS PMincho", "Frank Ruhl Libre", serif;
    font-size: 22px;
    color: #444;
    position: relative;
    top: -16px;
    margin-right: 0.5em; }
    #wpKihan .productResult .resultTitle span:after {
      content: '';
      width: 11px;
      height: 130%;
      display: block;
      border-right: solid 1px #aaa;
      -webkit-transform: rotate(-225deg);
      transform: rotate(-153deg);
      position: absolute;
      top: 19px;
      /* left: 0 */
      right: -19px;
      bottom: 0;
      margin: auto; }

#wpKihan .productResult p {
  font-size: 16px; }

#wpKihan .slider {
  margin-top: 30px;
  position: relative; }
  @media all and (-ms-high-contrast: none) {
    #wpKihan .slider {
      overflow: hidden; } }
  #wpKihan .slider .slick-list {
    width: calc(100% + 40px);
    margin-left: -20px; }
    @media all and (-ms-high-contrast: none) {
      #wpKihan .slider .slick-list {
        width: calc(1200px + 40px);
        display: block;
        left: -20px;
        position: relative;
        overflow: hidden; } }
  #wpKihan .slider .slick-prev img, #wpKihan .slider .slick-next img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    width: auto;
    cursor: pointer; }
  #wpKihan .slider .slick-prev img {
    left: 8px; }
  #wpKihan .slider .slick-next img {
    right: 8px; }
  #wpKihan .slider img {
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 250px; }
  #wpKihan .slider li {
    padding: 0 20px; }

#wpKihan .modal {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  right: 0;
  left: 0; }

#wpKihan .modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: calc(100%);
  position: absolute;
  width: 100%; }

#wpKihan .modalInner {
  position: relative;
  padding: 40px 40px; }

#wpKihan .modal__content {
  background: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60%; }
  #wpKihan .modal__content img {
    max-height: calc(95vh - 120px);
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    padding-bottom: 40px; }
  #wpKihan .modal__content p {
    position: relative; }

#wpKihan .modalBtn {
  width: 300px;
  height: 46px;
  max-width: 210px;
  margin: auto;
  height: 40px;
  width: 100%; }
  #wpKihan .modalBtn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    word-break: break-all;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background: #aaa;
    text-align: center;
    border: 1px solid #aaa;
    color: #fff;
    font-size: 18px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    #wpKihan .modalBtn a:hover {
      background: #fff;
      color: #aaa;
      border: 1px solid #aaa;
      -webkit-box-shadow: none;
      box-shadow: none; }
  #wpKihan .modalBtn a {
    font-size: 20px;
    font-weight: 700; }

#wpKihan .modalFont {
  position: absolute;
  top: 10px;
  right: 10px;
  margin: auto;
  font-size: 26px; }

#wpKihan .productMovie {
  margin-top: 100px;
  background-image: url(../img/product-single/movie_bg.png);
  position: relative;
  padding: 50px; }
  #wpKihan .productMovie h3 {
    text-align: center;
    margin-bottom: 30px; }
    #wpKihan .productMovie h3 img {
      width: auto;
      -o-object-fit: contain;
      object-fit: contain;
      display: inline;
      max-height: 78px; }
  #wpKihan .productMovie .movieInner {
    background-color: #fff;
    padding: 50px;
    /* style */ }
  #wpKihan .productMovie .kihanMovie {
    text-align: center;
    margin-bottom: 50px; }
    #wpKihan .productMovie .kihanMovie:nth-last-of-type(1) {
      margin-bottom: 0; }
    #wpKihan .productMovie .kihanMovie video {
      width: 100%; }

.ipad #wpKihan .productMovie .kihanMovie {
  background-color: black; }

/*--------------------------------------------------- */
/* レスポンシブ */
/*--------------------------------------------------- */
@media (max-width: 1001px) {
  #wpKihan {
    /*--------------------------------------------------- */
    /* 製品詳細 */
    /*--------------------------------------------------- */ }
    #wpKihan .productDetail {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    #wpKihan .kihanFlex1, #wpKihan .kihanFlex2 {
      width: 100%; }
    #wpKihan .kihanFlex1 img {
      max-width: initial;
      height: 100%;
      max-height: 500px;
      -o-object-fit: cover;
      object-fit: cover; }
    #wpKihan .kihanFlex2 {
      margin-top: 40px; }
    #wpKihan .modal__content {
      width: calc(100% - 50px); }
    #wpKihan .modalFont {
      top: 12px;
      right: 12px;
      font-size: 22px; } }

@media (max-width: 768px) {
  #wpKihan .kihanFlex1 img {
    max-height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%; } }

@media (max-width: 768px) and (max-width: 500px) {
  #wpKihan .kihanBlock4 .kihanFlexChild2 {
    width: 100%;
    margin-bottom: 20px; }
    #wpKihan .kihanBlock4 .kihanFlexChild2:nth-of-type(2) {
      margin-bottom: 0;
      /* style */ } }

@media (max-width: 768px) {
  #wpKihan .kihanBlock4 .kihanBtn a {
    font-size: 16px; }
  #wpKihan .kihanBlock3 li:before {
    background-image: url(../img/product-single/icon_check@2x.png); }
  #wpKihan .kihanBlock4 .kihancontact a:after {
    margin-left: 0.8em; }
  #wpKihan .productResult h3 {
    margin-top: 100px;
    margin-bottom: 50px; }
  #wpKihan .productResult .resultBlock {
    padding: 20px; }
  #wpKihan .productResult .resultTitle {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 20px; }
  #wpKihan .productResult p {
    font-size: 16px; }
  #wpKihan .slider {
    margin-top: 20px;
    position: relative; }
    #wpKihan .slider .slick-list {
      width: calc(100% + 20px);
      margin-left: -10px; }
    #wpKihan .slider li {
      padding: 0 10px; }
      #wpKihan .slider li img {
        -o-object-fit: cover;
        object-fit: cover;
        height: 200px; } }

@media (max-width: 480px) {
  #wpKihan main h3 img {
    max-height: 65px; }
  #wpKihan .kihanFlex1 img {
    max-height: 200px; }
  #wpKihan .kihanFlex2 {
    margin-top: 20px; }
  #wpKihan .kihanBlock1 {
    padding-top: 2px; }
    #wpKihan .kihanBlock1 h3 {
      font-size: 22px;
      line-height: 1.1em; }
    #wpKihan .kihanBlock1 .category {
      font-size: 16px;
      margin-bottom: 20px; }
  #wpKihan .productResult h3 {
    margin-top: 100px;
    margin-bottom: 50px; }
  #wpKihan .productResult .resultBlock {
    padding: 20px; }
  #wpKihan .productResult .resultTitle {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 20px; }
    #wpKihan .productResult .resultTitle span {
      font-size: 16px;
      top: -16px;
      margin-right: 0.5em; }
      #wpKihan .productResult .resultTitle span:after {
        width: 11px;
        height: 150%;
        -webkit-transform: rotate(-153deg);
        transform: rotate(-153deg);
        top: 19px;
        right: -19px;
        bottom: 0;
        margin: auto; }
  #wpKihan .productResult p {
    font-size: 15px; }
  #wpKihan .slider {
    margin-top: 20px;
    position: relative; }
    #wpKihan .slider .slick-list {
      width: calc(100%);
      margin-left: 0; }
    #wpKihan .slider li {
      padding: 0; }
      #wpKihan .slider li img {
        -o-object-fit: cover;
        object-fit: cover;
        height: 200px; }
    #wpKihan .slider .slick-arrow img {
      max-width: 28px; }
  #wpKihan .modal__bg {
    background: rgba(0, 0, 0, 0.8);
    height: calc(100%);
    position: absolute;
    width: 100%; }
  #wpKihan .modalInner {
    padding: 24px; }
  #wpKihan .modal__content {
    width: calc(100% - 24px); }
    #wpKihan .modal__content img {
      padding-bottom: 24px; }
  #wpKihan .modalBtn {
    width: 300px;
    height: 46px;
    max-width: 190px;
    height: 40px; }
    #wpKihan .modalBtn a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      word-break: break-all;
      width: 100%;
      height: 100%;
      text-decoration: none;
      background: #aaa;
      text-align: center;
      border: 1px solid #aaa;
      color: #fff;
      font-size: 18px;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      #wpKihan .modalBtn a:hover {
        background: #fff;
        color: #aaa;
        border: 1px solid #aaa;
        -webkit-box-shadow: none;
        box-shadow: none; }
    #wpKihan .modalBtn a {
      font-size: 16px; }
  #wpKihan .modalFont {
    top: 4px;
    right: 4px;
    font-size: 18px; }
  #wpKihan .productMovie {
    margin-top: 100px;
    padding: 20px; }
    #wpKihan .productMovie h3 {
      margin-bottom: 20px; }
    #wpKihan .productMovie .movieInner {
      background-color: #fff;
      padding: 20px; }
    #wpKihan .productMovie .kihanMovie {
      margin-bottom: 20px; }
      #wpKihan .productMovie .kihanMovie:nth-last-of-type(1) {
        margin-bottom: 0; } }
