﻿@charset "UTF-8";
/* -----------------------------------------------------------------
    ヘッダー
----------------------------------------------------------------- */
header.is-fixed .cm-header,
header.is-fixed .header-detail {
  display: none;
}

/* -----------------------------------------------------------------
    Adjust class
----------------------------------------------------------------- */
.product-section {
  font-size: 1.1em;
}

.product-section hr {
  color: #D6D2D2;
  margin: 75px 0;
  border: none;
  border-top: 1px solid #D6D2D2;
}

.product-section .block-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt45 {
  padding-top: 45px;
}

.pt60 {
  padding-top: 60px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb45 {
  padding-bottom: 45px;
}

.pb60 {
  padding-bottom: 60px;
}

.mb20 {
  margin-bottom: 20px;
}

.mtb20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mtb45 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt45 {
  margin-top: 45px;
}

.mt60 {
  margin-top: 60px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

/**/
.mtb30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

/**/
.bold {
  font-weight: bold;
}

.red {
  color: #bf1313;
}

.sup {
  vertical-align: 5%;
}

.price:not(.block-thumbnail-h--goods .price) {
  font-size: 157.1%;
}

.caption {
  margin-top: 5px;
  margin-bottom: 5px;
  display: block;
}

.caption0 {
  margin-top: 0;
  display: block;
}

.aLeft {
  text-align: left !important;
}

.aCenter {
  text-align: center !important;
}

.aRight {
  text-align: right !important;
}

.w5pc {
  width: 5%;
}

.w10pc {
  width: 10%;
}

.w15pc {
  width: 15%;
}

.w20pc {
  width: 20%;
}

.w25pc {
  width: 25%;
}

.w30pc {
  width: 30%;
}

.w35pc {
  width: 35%;
}

.w40pc {
  width: 40%;
}

.w45pc {
  width: 45%;
}

.w50pc {
  width: 50%;
}

.noticeList li,
.noticeList01 li,
.noticeList02 li {
  padding-left: 0.5em !important;
  background: none !important;
  list-style: none;
  position: relative;
}

.noticeList01 li {
  font-size: 78.6%;
}

.noticeList02 li {
  color: #d23333;
  font-size: 78.6%;
}

.noticeList02 li:before {
  color: #d23333;
}

.section .noticeList ul > li {
  margin-left: 7px;
  background: none !important;
  color: #303030 !important;
  font-size: 78.6%;
  text-indent: -7px;
}

/* -----------------------------------------------------------------
    hdg
----------------------------------------------------------------- */
.hdg01 > *,
.hdg02 > *,
.hdg03 > *,
.hdg04 > *,
.hdg05 > * {
  line-height: inherit;
  font-weight: normal;
  font-size: inherit;
}

.hdg01 > * {
  line-height: 120%;
  font-size: 257.1%;
  text-align: center;
}

.hdg02 > * {
  line-height: 120%;
  font-size: 170%;
  font-weight: 600;
  text-align: center;
}

.hdg03 > * {
  line-height: 120%;
  font-size: 150%;
  font-weight: bold;
}

.hdg04 > * {
  line-height: 120%;
  font-size: 130%;
}

.hdg05 > * {
  line-height: 120%;
  font-size: 110%;
}

/* -----------------------------------------------------------------
    List
----------------------------------------------------------------- */
.noIconList li,
.dotList li,
.arrowList li,
.product-section ol li,
.numberList li,
.noticeList li,
.noticeList01 li,
.noticeList02 li,
.cautionList li,
.listCaution01 li,
.ctrlList li {
  margin-bottom: 1em;
}

.noIconList.col2 li,
.dotList.col2 li,
.col2 ol li,
.numberList.col2 ul li {
  margin-left: 0;
  list-style: none;
}

.col2 ol li {
  counter-increment: ol;
  position: relative;
}

.col2 ol li::before {
  content: counter(ol) ".";
  display: inline-block;
  width: 2em;
  letter-spacing: 0.2em;
}

/* -----------------------------------------------------------------
    Table layout
----------------------------------------------------------------- */
.product-section table {
  border-collapse: collapse;
  margin-bottom: 30px;
}

.product-section p + table {
  margin-top: 30px;
}

.product-section table th {
  min-width: 30%;
  text-align: left;
}

.product-section table th,
.product-section table td {
  padding: 20px 25px;
  border: 1px solid #D6D2D2;
}

.product-section table thead th,
.product-section table thead td,
.product-section table tbody th {
  background-color: #efefef;
}

.product-section table thead th {
  text-align: center;
}

.tableType1 table {
  width: 100%;
  border-collapse: collapse;
}

.tableType1 table th,
.tableType1 table td {
  padding: 15px 0;
  border: none;
  border-bottom: 1px solid #D6D2D2;
  background-color: transparent;
  vertical-align: middle;
  text-align: left;
}

.tableType1 table th {
  border-right: 40px solid transparent;
  width: 20%;
  font-weight: bold;
}

.tableType1 table td {
  width: 70%;
}

.tableType2 table {
  width: 100%;
  border-collapse: collapse;
}

.tableType2 table th,
.tableType2 table td {
  padding: 20px 25px;
  border: 1px solid #D6D2D2;
  vertical-align: middle;
  text-align: left;
}

.tableType2 table th {
  width: 20%;
  background-color: #efefef;
  font-weight: normal;
}

.tableType2 table td {
  width: 70%;
  background-color: #fff;
}

.tableType3 table {
  width: 100%;
  border-collapse: collapse;
}

.tableType3 th,
.tableType3 td {
  padding: 20px 25px;
  border: 1px solid #ccc;
}

.tableType3 th {
  font-weight: normal;
}

.tableType3 thead th,
.tableType3 thead td,
.tableType3 tbody th {
  background-color: #efefef;
}

.tableCellPt15 th,
.tableCellPt15 td {
  padding: 10px 15px;
}

.tableCellPt09 th,
.tableCellPt09 td {
  padding: 10px 9px;
}

.tableCellPt05 th,
.tableCellPt05 td {
  padding: 10px 5px;
}

.tableCellPt01 th,
.tableCellPt01 td {
  padding: 10px 1px;
}

.col2Table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.col2Table > * {
  width: calc((100% - 66px) / 2);
}

.col2Table > *:first-child:last-child {
  width: 100%;
}

.col2Table > *:first-child:last-child img {
  margin: 25px auto 0;
  text-align: center;
  display: block;
}

.col2Table.imgL > div:first-child {
  padding-right: 20px;
}

.col2Table.imgR > div:first-child {
  padding-left: 20px;
}

.col2Table.imgR {
  direction: rtl;
}

.col2Table.imgR > div {
  direction: ltr;
}

.product-section video {
  max-width: 100%;
  height: auto;
}

.imgList {
  margin-bottom: -2.3%;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.imgList ul {
  list-style: none;
}

.imgList li {
  margin-bottom: 4.3%;
}

/**/
.section ul.imgList > li > a {
  background: none !important;
  display: inline !important;
  margin-left: 0;
  padding-left: 0;
}

/**/
.imgList li > div:first-child {
  margin-bottom: 5px;
}

.imgList .hdg {
  font-weight: bold;
}

.imgList.addArrow li {
  background: url(/content/000000045.png) no-repeat right 50% !important;
}

.imgList.addArrow li:last-child {
  background: none !important;
}

.imgList.col1 {
  margin-bottom: 30px;
  width: 100%;
  /*	text-align: center;*/
}

/*start 20141029*/
.imgList.col1 > * {
  height: auto !important;
}

/*//end 20141029*/
.imgList.col2 li > div {
  display: table-cell;
  vertical-align: top;
}

.imgList.col2 li > div:first-child {
  padding-right: 15px;
  width: 160px;
}

.imgList.col2 li {
  margin-right: 1.5%;
  padding-right: 2.8%;
  width: 45.7%;
}

.imgList.col3 {
  width: 104%;
}

.imgList.col3 li {
  margin-right: 1.5%;
  margin-bottom: 1%;
  padding-right: 2.8%;
  width: 29%;
}

.imgList.col4 li {
  margin-right: 4%;
  margin-bottom: 1%;
  width: 20.9%;
}

.imgList.col4 a > span:first-of-type {
  margin-bottom: 5px;
  display: block;
  vertical-align: bottom;
}

.imgList.col5 li {
  margin-right: 4%;
  width: 16%;
}

.imgList.col5.w180 li {
  margin-right: 1.4%;
  width: 18%;
}

/*start 20141002*/
.imgList.col1 li,
.imgList.col2 li,
.imgList.col3 li,
.imgList.col4 li,
.imgList.col5 li {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  padding-left: 0;
}

.imgList.col1 ul,
.imgList.col2 ul,
.imgList.col3 ul,
.imgList.col4 ul,
.imgList.col5 ul {
  margin-bottom: 0;
}

#galleryDataBox {
  display: none;
}

.featureFilterTabContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.featureFilterTabContainer .featureTabGroup {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.featureTabGroup {
  position: relative;
}

.featureFilterTabContainer .featureTabNav {
  width: 142px;
  margin-left: 18px;
}

.featureTabContent {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  text-align: center;
}

.featureTabContent.is-current {
  position: static;
  visibility: visible;
}

.featureTabContent img {
  margin-bottom: 0 !important;
}

.featureTabNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0 !important;
}

.featureTabNav--horizontal {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.featureTabNav--vertical {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.featureTabNav .featureTabNavItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  background: none;
}

.featureTabNav--horizontal .featureTabNavItem {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.featureTabNav--vertical .featureTabNavItem {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 100%;
}

.featureTabNav .featureSliderTabButton {
  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;
  width: 100%;
  margin: 0;
  color: #aaa;
  background: none;
  text-align: center;
}

.featureTabNav--horizontal .featureSliderTabButton {
  padding: 20px 0 18px;
  border-bottom: 2px solid #ddd;
}

.featureTabNav--vertical .featureSliderTabButton {
  padding: 20px 0 18px;
  border-left: 2px solid #ddd;
}

.featureTabNav .featureSliderTabButton:hover,
.featureTabNav .featureSliderTabButton.is-current {
  color: #222;
  text-decoration: none;
}

.featureTabNav--horizontal .featureSliderTabButton:hover,
.featureTabNav--horizontal .featureSliderTabButton.is-current {
  border-bottom-color: #000;
}

.featureTabNav--vertical .featureSliderTabButton:hover,
.featureTabNav--vertical .featureSliderTabButton.is-current {
  border-left-color: #000;
}

.featureTabNav .featureTabButtonText {
  display: block !important;
  margin: 0 !important;
}

.featureTabNav .featureSliderTabLabel {
  margin-top: 0 !important;
  line-height: 1;
  font-weight: bold;
}

.featureTabNav .featureSliderTabName {
  font-size: 107.14%;
}

.featureTabNav .featureSliderTabValue {
  font-size: 228.57%;
  line-height: 1;
}

.featureSliderTabText {
  padding: 40px 0;
  font-size: 142.86%;
  text-align: center;
}

/* -----------------------------------------------------------------
    基本情報：メインエリア
----------------------------------------------------------------- */
.block-mv-area {
  background-color: #000000;
  margin-bottom: 100px;
  text-align: center;
}

.block-read-area {
  margin-top: 100px;
  margin-bottom: 80px;
}
.block-read-area .img-item-block {
    text-align: center;
    margin: 0 0 50px;
}
.block-read-area h2 {
  font-size: 3.8em;
  margin-bottom: 80px;
  text-align: center;
}
.block-read-area h2 sup {
    font-size: 0.3em;
}
.block-read-area h3 {
    margin-bottom: 30px;
}

.block-read-area .is-read {
  font-size: 1.2em;
  line-height: 3;
  margin-bottom: 80px;
  text-align: center;
}

.block-read-area .hdg02 h2 {
    font-size: 2.4em;
    font-weight: normal;
    margin-bottom: 30px;
}
.block-read-area li:not([class*="gallery"]) {
    padding-left: 20px;
    margin-bottom: 10px;
    position: relative;
}
.block-read-area li:not([class*="gallery"])::before {
    content: "";
    width: 5px;
    height: 5px;
    display: inline-block;
    background-color: #000;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.block-read-area ol li:not([class*="gallery"]) {
   padding-left: 0;
}
.block-read-area ol li:not([class*="gallery"])::before {
  display:none;
}
.block-read-area ul.noticeList01 li::before {
    display: none;
}
.block-read-area h4.bold {
    margin: 0 0 15px;
}
.block-read-area h4.bold+ul li {
    text-indent: 1em;
}
.block-read-area h4.bold+ul li::before {
    left: calc(1em + 5px);
}
.block-read-area .btnYlw {
    margin-top: 30px;
}

.block-read-area .img-block.is-center {
  text-align: center;
}

.block-topics-area {
  border-top: 1px solid #d6d2d2;
  margin: 80px 0;
  padding-top: 80px;
}

.block-topics-area .topic-list li:not(:last-child) {
  margin-bottom: 40px;
}

.block-topics-area .topic-list li a {
  display: inline-block;
  padding-left: 40px;
  position: relative;
}

.block-topics-area .topic-list li a::before {
  border-right: 1px solid #333333;
  border-top: 1px solid #333333;
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 4px;
}

.block-topics-area .topic-list dl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block-topics-area .cm-width-conteiner {
  max-width: 1000px;
}

.block-topics-area .topic-list dl dt {
  border: 1px solid #333333;
  margin-right: 25px;
  padding: 2px 20px;
}
.block-topics-area .topic-list dl dt.dt-multiple {
    border: 0;
    padding: 0;
}
.block-topics-area .topic-list dl dt.dt-multiple span {
    display: inline-block;
    border: 1px solid #333333;
    padding: 2px 20px;
}
.block-topics-area .topic-list dl .is-movie {
  background-color: #333333;
  color: #ffffff;
}

.item-point .point-detail {
  background-color: #f6f6f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.item-point .point-detail .detail-text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 590px;
  padding: 50px 50px 85px;
  width: 50%;
  position: relative;
}

.item-point .point-detail .detail-text:first-child:last-child {
  margin: 0 auto;
  width: auto;
  max-width: 1200px;
  width: 100%;
  padding-bottom: 100px;
}

.item-point .point-detail .img-block {
  width: 50%;
}

.item-point .point-detail:nth-child(odd) .detail-text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.item-point .point-detail:nth-child(odd) .img-block {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  text-align: right;
}

.item-point .point-detail:nth-child(even) .detail-text {
  margin-left: auto;
}

.item-point .point-detail .img-block img {
  width: 100%;
}

.item-point .point-detail .detail-text h2 {
  font-size: 2.3em;
  margin-bottom: 40px;
}

.item-point .point-detail .detail-text .is-text {
  line-height: 2;
}
.item-point .point-detail .detail-text ul li {
    margin-bottom: 10px;
    text-indent: -1em;
    position: relative;
    padding-left: 30px;
}
.item-point .point-detail .detail-text ul li ul {
    margin-top: 10px;
}
.item-point .point-detail .detail-text ul li::before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #000;
    display: inline-block;
    border-radius: 100%;
    position: absolute;
    top: 0.5em;
    left: 0;
}
.item-point .point-detail .detail-text ul li li::before {
    width: 2px;
    height: 2px;
    top: 0.7em;
}
.item-point .point-detail .detail-text .noticeList01 li::before {
    display: none;
}
.item-point .point-detail .detail-text .is-text+.is-list {
    margin-top: 20px;
}
.item-point .point-detail .detail-text .detail-btn {
  position: absolute;
  bottom: 50px;
  right: 50px;
}
.block-read-area .detail-btn {
  margin-top: 20px;
}
.block-read-area .detail-btn a {
  position: relative;
}
.block-read-area .detail-btn a,
.item-point .point-detail .detail-text .detail-btn a {
  display: block;
  padding-left: 40px;
  font-size: 1.2em;
}

.block-read-area .detail-btn a::before,
.item-point .point-detail .detail-text .detail-btn a::before {
  border: 1px solid #333333;
  border-radius: 30px;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 25px;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
}

.block-read-area .detail-btn a::after,
.item-point .point-detail .detail-text .detail-btn a::after {
  border-right: 1px solid #333333;
  border-top: 1px solid #333333;
  bottom: 0;
  content: "";
  height: 6px;
  margin: auto;
  position: absolute;
  left: 8px;
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 6px;
}

.item-movie-area {
  background: #e6e2df;
  padding: 100px 0;
  text-align: center;
}

.item-movie-area iframe {
  height: 660px;
  width: 100%;
}

/* -----------------------------------------------------------------
    製品専用：ヘッダー
----------------------------------------------------------------- */
.item-detail-header--top {
  background-color: #434343;
  color: #ffffff;
  padding: 20px 0;
}

.item-detail-header--top a {
  color: #ffffff;
}

.item-detail-header--top .cm-width-conteiner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.item-detail-header--top .item-name {
  font-size: 1.6em;
  font-weight: 500;
}

.item-detail-header--top .is-price {
  /* font-size: 1.3em; */
  letter-spacing: .07em;
  margin: 0 40px 0 auto;
  opacity: 0;
  visibility: hidden;
  transition: .2s all;
  font-size: 0;
  text-align: right;
}
.item-detail-header--top .guarantee-text {
    font-size: 0.75rem;
    margin-bottom: 5px;
}
.item-detail-header--top .guarantee-text .ico-guarantee3 {
    background-color: #DC7D10;
    padding: 2px 15px;
    display: inline-block;
    margin-left: 10px;
}
.item-detail-header--top .logout-text {
    font-size: 0.75rem;
    color: #CCC18A;
    margin-top: 5px;
}
.item-detail-header--top .logout-text a {
    color: #CCC18A;
    text-decoration: underline;
}
.item-detail-header--top .is-price span.js-price-add {
    font-size: 1.15rem;
    margin-right: 10px;
    letter-spacing: .1rem;
}
.item-detail-header--top .is-price .js-price-add::before {
    content: "¥";
    font-size: 1.1rem;
    margin-right: 5px;
}
.item-detail-header--top .select-btn {
    opacity: 0;
    visibility: hidden;
    transition: .2s all;
}
.item-detail-header--top .is-price.is-active,
.item-detail-header--top .select-btn.is-active {
    opacity: 1;
    visibility: visible;
}

.item-detail-header--top .is-price .is-tax {
  /*font-size: .7em;*/
  font-size: 0.8rem;
  letter-spacing: .1rem;
}

.item-detail-header--top .select-btn a {
  border: 1px solid #3081c1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  font-size: 1.3em;
  padding: 10px 30px;
  background: #3081c1;
}
.item-detail-header--top .select-btn.is-disible a {
    background: #b3b3b3;
    border: 1px solid #b3b3b3;
    pointer-events: none;
}
.item-detail-header--top .select-btn span {
  background: url(../img/usr/common/ico-cart-wh.svg) no-repeat, 100%;
  display: inline-block;
  padding-left: 50px;
}

.item-detail-header--bottom {
  background-color: #f5f5f5;
}

.item-detail-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.item-detail-nav ul li {
  margin-right: 2px;
  text-align: center;
  width: calc((100% - 10px)/6);
}

.item-detail-nav ul li:last-child {
  margin-right: 0;
}

.item-detail-nav ul li a {
  background-color: #ffffff;
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  padding: 20px 10px;
}

.item-detail-nav ul li a:hover, .item-detail-nav ul li a.is-active {
  background-color: #434343;
  border-color: #919191;
  color: #ffffff;
  opacity: 1;
  text-decoration: none;
}

.item-detail-nav ul li button {
  border: none;
  background-color: #ffffff;
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  padding: 20px 10px;
  width: 100%;
  outline: none;
  font: inherit;
  color: inherit;
  cursor: pointer;
}

.item-detail-nav ul li button:hover {
  background-color: #434343;
  border-color: #919191;
  color: #ffffff;
  opacity: 1;
  text-decoration: none;
}
.popup-menu-bg{
  width: 100%;
  height: 100vh;
  height: 100dvh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.6);
  z-index: 100;
  display: none;
}
.popup-menu-bg .popup-menu{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-width: 1800px;
  width: 100%;
}
@media (max-width:1800px){
  .popup-menu-bg .popup-menu{
    width: 96%;
  }
}
.popup-menu-bg .popup-menu-inner{
  max-height: 80vh;
  overflow-y: auto;
}
.popup-menu-bg .popup-menu-close{
  position: absolute;
  right: 0;
  top: -55px;
  width: 45px;
  height: 45px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}
.popup-menu-bg .popup-menu-close::before{
  content:"";
  width: 30px;
  height: 2px;
  background: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) rotate(45deg);
}
.popup-menu-bg .popup-menu-close::after{
  content:"";
  width: 30px;
  height: 2px;
  background: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) rotate(-45deg);
}

/* -----------------------------------------------------------------
    基本情報
----------------------------------------------------------------- */
.block-item-detail {
  border-bottom: 1px solid #d6d2d2;
  position: relative;
}

.block-item-detail h2 {
  font-size: 2.4em;
  padding: 70px 0 50px;
  text-align: center;
}

.block-item-detail .item-detail-wrap {
  background-color: #f5f5f5;
  padding: 60px 0 70px;
}
.block-item-detail .item-detail-wrap .icon {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}
.block-item-detail .item-detail-wrap .icon li {
    text-align: center;
    margin-bottom: 10px;
    max-width: 110px;
}
.block-item-detail .item-detail-wrap .cm-width-conteiner {
    position: relative;
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/*ズーム対応（Magnifier）*/
.block-item-detail .item-detail-wrap .item-slider {
    width: 48%;
}
.block-item-detail .item-detail-wrap .magnifier-preview {
    width: 48%;
    margin-left: 3%;
    background-color: #ECECEC;
    height: auto;
    position: relative;
    display: flex;
    align-items: center;
    vertical-align: middle;
	z-index: 0;
}
.block-item-detail .item-detail-wrap .magnifier-preview.is-active {
  background-color: white;
}
.block-item-detail .item-detail-wrap .magnifier-preview .inner-text {
    margin: auto;
    display: flex;
    background-color: #F5F5F5;
    padding: 20px;
    border-radius: 5px;
}
.block-item-detail .item-detail-wrap .magnifier-preview .inner-text span {
    display: inline-block;
}
.block-item-detail .item-detail-wrap .magnifier-preview .inner-text img {
    position: static;
}
.block-item-detail .item-detail-wrap .magnifier-preview .inner-text span:first-child {
    margin-right: 20px;
}
/*//ズーム対応（Magnifier）*/

.block-item-detail .item-slider ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.block-item-detail .item-slider ul li {
  position: relative;
    text-align: center;
    margin: auto;
  padding-bottom: 60px;
    min-width: 500px;
}
.block-item-detail .item-slider li > img {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: 100%;
}
.block-item-detail .item-slider ul li:not([id*="zoom-slide"]) {
    height: 400px;
    background-color: white;
    padding: 20px;
    box-sizing: border-box;
}
.block-item-detail .item-slider .slick-slider .slick-arrow {
  background: transparent;
  border: 0;
  cursor: pointer;
  display: inline-block;
  height: 40px;
  padding: 0;
  position: absolute;
  width: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
}
.block-item-detail .item-slider .slick-slider .slick-arrow.slick-disabled {
  opacity: 0;
}
.block-item-detail .item-slider .slick-slider button.is-next {
  right: 0;
}

.block-item-detail .item-slider .slick-slider button.is-prev {
  left: 15px;
}

.block-item-detail .item-slider .slick-slider .slick-arrow::before {
  border-right: 1px solid #434343;
  border-top: 1px solid #434343;
  bottom: 0;
  content: "";
  height: 24px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 24px;
}

.block-item-detail .item-slider .slick-slider button.is-next.slick-arrow::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.block-item-detail .item-slider .slick-slider button.is-prev.slick-arrow::before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* zoomer */
/*.zoomer .zoomer-image.active_ {
    cursor: move;
    height: 100%!important;
}
.zoomer-controls-bottom{
  position: relative;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transition: all 0.3s ease;
}
.zoom-wrap .zoomer-controls .zoomer-zoom-out, .zoom-wrap .zoomer-controls .zoomer-next, .zoom-wrap .zoomer-controls .zoomer-previous {
    display: none;
}
.zoomer-zoom-out,
.zoomer-zoom-in{
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 20px;
  line-height: 20px;
  cursor: pointer;
}
.sp-zoom-wrap .zoomer-controls>div div {
    display: block;
    transition: all 0.3s ease;
    font-size: 12px;
    width: 7em;
    overflow: hidden;
}
.zoom-wrap .zoomer-controls>div div p{
  display: flex;
  align-items: center;
}
.zoom-wrap .zoomer-controls>div div p:before {
    content: "＋";
    width: 15px;
    height: 15px;
    text-align: center;
    display: block;
    padding-right: 17px;
}
.zoom-wrap .zoomer-controls>div.zoomer-zoom-out div p:before {
    content: "ー";
}
.zoom-wrap .zoomer-controls>div.zoomer-zoom-out div:after {
    display: block;
    content: "out";
    width: 100%;
    text-align: center;
    padding-left: .3em;
    padding-top: 3px;
}
 .zoom-wrap {
    width: 100%;
    height: 400px;
    margin: 0 auto;
}
.zoomer, .zoomer * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.zoomer {
    background-color: #ffffff;
    height: 100%;
    position: relative;
    width: 100%;
    transition: none;
    overflow: hidden;
}
.zoomer .zoomer-positioner {
    margin: 0;
    height: 1px;
    position: absolute;
    width: 1px;
}
.zoomer .zoomer-holder {
    opacity: 0;
    position: relative;
    transition: none;
    display: flex;
}
.zoomer .zoomer-holder[style*="scale(1, 1)"] {
    max-height: none;
}
.zoomer img {
    max-height: 100%;
    margin: auto;
    max-height: 800px!important;
}*/
/* //zoomer */

.item-info-detail {
  padding: 80px 0;
}
.item-info-detail .item-info-table {
    width: 100%;
}
.block-item-detail .block-thumb-list {
    margin-top: 30px;
    width: 100%;
}
.block-item-detail .block-thumb-list li {
    height: 80px;
    background-color: white;
    display: flex!important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.block-item-detail .block-thumb-list li img {
    max-height: 100%;
}
.block-item-detail .block-thumb-list .slick-track {
  transform: unset!important;
}
.block-item-detail .block-thumb-list .slick-slide {
    box-sizing: border-box;
}
.block-item-detail .block-thumb-list .slick-slide:not(:last-child) {
    margin-right: 30px;
}
.block-item-detail .block-thumb-list .slick-slide.slick-current {
    border-bottom: 4px solid #000;
}

.item-info-table dl,
.item-info-table tr {
  width: 100%;
}

.item-info-detail .item-info-table a {
    display: inline-block;
}

.item-info-table tr > * {
  background: transparent;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.item-info-table dl > *,
.item-info-table tr > * {
  font-size: 1.2em;
  padding-bottom: 35px;
  padding-top: 35px;
}

.item-info-table dl dt,
.item-info-table th {
  border-bottom: 1px solid #000000;
  padding-left: 20px;
  width: 30%;
}

.item-info-table dl dd,
.item-info-table td {
  border-bottom: 1px solid #dfdfdf;
  padding-left: 50px;
  width: 80%;
}

.item-info-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
}

.item-info-btn > * {
  border: 1px solid #707070;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  font-size: 1.3em;
  margin: 0 25px;
  max-width: 450px;
  padding: 25px 10px;
  text-align: center;
  width: 40%;
}

.item-info-btn > * span {
  background: url(../img/usr/goods/ico-pdf.svg) no-repeat, 100%;
  display: inline-block;
  padding-left: 50px;
}

.item-info-detail .section .noticeList {
	margin-bottom: 0;
}

/* -----------------------------------------------------------------
    バナー
----------------------------------------------------------------- */
.block-bnr-area {
  background-color: #434343;
  padding: 60px 0 70px;
  text-align: center;
}
.block-bnr-area .bnr-area-ttl {
    padding: 0;
    padding-bottom: 0!important;
    font-size: 2.6rem!important;
    margin-bottom: 30px;
    font-weight: bold;
    color: white;
}
.block-bnr-area .bnr:first-child:last-child {
    margin: 0 auto;
    width: auto;
}

.block-bnr-area .bnr a {
  display: inline-block;
}

.block-bnr-area .bnr-text {
    color: #ffffff;
    padding: 14px 0 0 0;
    text-align: left;
}

.block-bnr-area .bnr .icon {
  border: 1px solid #d6d2d2;
  display: inline-block;
  margin-bottom: 10px;
  padding: 10px;
}

.block-bnr-area .bnr .is-text {
  font-size: 1.1em;
  font-weight: 500;
}
/* スライダー */
.block-item-detail .block-bnr-area-inner .slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.block-bnr-area-inner {
    margin: 0 auto;
    max-width: 1200px;
    width: 90%;
    position: relative;
}
.block-bnr-area-inner .bnr {
    margin-right: 30px;
}
.block-bnr-area-inner .slick-arrow {
  background: transparent;
  border: 0;
  cursor: pointer;
  display: inline-block;
  height: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  width: 40px;
  position: absolute;
  z-index: 10;
}
.block-bnr-area-inner .slick-arrow::before {
  bottom: 0;
  content: "";
  height: 24px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 24px;
}
.block-bnr-area-inner .slick-arrow.is-prev {
    left: -60px;
}
.block-bnr-area-inner .slick-arrow.is-next {
    right: -40px;
}
.block-bnr-area-inner .slick-arrow.is-prev::before,
.block-bnr-area-inner .slick-arrow.is-next::before {
    border-right: 1px solid white;
    border-top: 1px solid white;
    bottom: 0;
    content: "";
    height: 24px;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 24px;
}
.block-bnr-area-inner.slick-slider .slick-arrow.is-prev::before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.block-bnr-area-inner.slick-slider .slick-arrow.is-next::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.block-bnr-area-inner .slick-slide {
  margin-right: 30px;
}
@media screen and (max-width: 1300px) {
  .block-bnr-area-inner .slick-arrow.is-prev {
      left: -40px;
  }
  .block-bnr-area-inner .slick-arrow.is-next {
      right: -30px;
  }
  .block-bnr-area-inner {
      margin: 0 auto 0;
      margin-right: 60px;
  }
}

/* -----------------------------------------------------------------
    製品特長
----------------------------------------------------------------- */
.product-feature-wrap a {
    text-decoration: underline;
    color: #013298;
}
/* -----------------------------------------------------------------
    製品特長：サブメニュー
----------------------------------------------------------------- */
.page-product-detail .subNav {
  padding: 20px 20px 0;
  border-bottom: 1px solid #ccc;
  display: none;
}

.page-product-detail .subNav.is-active {
  display: block;
}

.page-product-detail .subNav ul {
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-product-detail .subNav ul li {
  margin-right: 50px;
  margin-bottom: 20px;
}

.page-product-detail .subNav ul li:last-child {
  margin-right: 0;
}

.page-product-detail .subNav a {
  display: block;
}

.page-product-detail .subNav a::before {
  content: "";
  display: inline-block;
  background-color: #fff;
  margin-right: 8px;
  width: 8px;
  height: 10px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  -webkit-transition: .2s all;
  transition: .2s all;
}

.page-product-detail .subNav .current a::before,
.page-product-detail .subNav a:hover::before {
  background-color: #000;
}

/* -----------------------------------------------------------------
    主な仕様
----------------------------------------------------------------- */
.product-spec-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-spec-contents {
  width: 250px;
  margin-right: 50px;
  padding-right: 25px;
  border-right: 1px solid #858585;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.product-spec-wrap .product-spec {
    width: 100%;
}
.product-spec-contents + .product-spec {
  width: calc(100% - 325px);
}

.product-spec-contents a {
  display: block;
  position: relative;
  padding: 5px 0 5px 30px;
  font-size: 1.1em;
}

.product-spec-contents a.is-active, .product-spec-contents a:hover {
  background-color: #D6D6D6;
}

.product-spec-contents a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  width: 4px;
  height: 4px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.product-spec-contents li:not(:first-child) {
  margin-top: 5px;
}

#js-add-spec-contents.is-fixed {
  position: absolute;
  right: 25px;
  max-height: 75vh;
  overflow-x: hidden;
  overflow-y: scroll;
}

#js-add-spec-contents.is--footer-fixed {
  position: relative;
  right: 0;
  top: auto !important;
}

#js-add-spec-contents::-webkit-scrollbar {
  width: 2px;
}

#js-add-spec-contents::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}

#js-add-spec-contents::-webkit-scrollbar-thumb {
  background-color: #434343;
}
.product-spec h4 {
    margin: 15px 0 0;
    font-size: 1.15em;
}
/* -----------------------------------------------------------------
    製品外観
----------------------------------------------------------------- */
.product-design .block-flex .img-block {
  width: 60%;
}

.product-design .block-flex .numberList {
  width: 30%;
}

.product-design .block-flex .numberList li {
  float: none;
  width: auto;
  margin: 0 0 1em;
}

.product-design .block-flex > *:first-child {
  margin-right: auto;
}

/* -----------------------------------------------------------------
    実写サンプル
----------------------------------------------------------------- */
.product-sample img {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  -ms-user-select: none;
      user-select: none;
}

.product-sample .col2Table .tableType1 table {
  border-collapse: collapse;
}

.product-sample .col2Table .tableType1 tr:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

.product-sample .col2Table .tableType1 th {
  white-space: nowrap;
}

.product-sample .col2Table .tableType1 th,
.product-sample .col2Table .tableType1 td {
  padding: 15px 10px;
  background: transparent;
  border: 0;
}
.product-sample .col2Table.imgL .img-block a {
    display: block;
}

/* -----------------------------------------------------------------
    アクセサリー
----------------------------------------------------------------- */
.product-accessory.js-itembox--list .is-ttl {
  text-align: left;
}

.product-accessory .js-itemtab--box:not(:last-child) {
  border-bottom: 1px solid #C2C2C2;
  padding-bottom: 30px;
}
.product-accessory .js-itemtab--box .js-create--list {
    min-height: 300px;
}
/* -----------------------------------------------------------------
    youtubeモーダル動画
----------------------------------------------------------------- */
.block-movie-area .movie-video {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto 60px;
    position: relative;
}
.block-movie-area .movie-video::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 75px;
    height: 75px;
    display: inline-block;
    background: url(/product/tg7/top/movie__parts.png) center / 100% no-repeat;
}
#modal_video_wrapper {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2000;
}
#modal_video {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#modal_video #modal_video_bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: #000;
  opacity: .7;
  cursor: pointer;
}
#modal_video [id*="modal_video_main"] {
  display: inline-block;
  position: relative;
  z-index: 10;
}
#modal_video #modal_video_main:after {
  position: absolute;
  right: 0;
  background-repeat: no-repeat;
  content: '';
  pointer-events: none;
}
#modal_video video {
  display: block;
}
#modal_video .btn_close {
  position: absolute;
  top: -30px;
  right: 0;
}
#modal_video_wrapper #icon_close {
  position: relative;
  width: 24px;
  height: 17px;
  cursor: pointer;
}
#modal_video_wrapper #icon_close span {
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  opacity: 1;
  transition: 0.3s;
}
#modal_video_wrapper #icon_close:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  content: '';
  transition: 0.3s;
}
#modal_video_wrapper #icon_close:after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  content: '';
  transition: 0.3s;
}
#modal_video_wrapper #icon_close b {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 33px;
  height: 33px;
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  transition: 0.3s;
}
#modal_video_wrapper #icon_close.active span {
  width: 0;
  opacity: 0;
}
#modal_video_wrapper #icon_close.active:before {
  top: 8px;
  transform: rotate(45deg);
}
#modal_video_wrapper #icon_close.active:after {
  bottom: 8px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 640px) {
  .block-movie-area .movie-video::before {
      width: 15vw;
      height: 15vw;
      max-width: 100px;
      max-height: 100px;
  }
  #modal_video [id*="modal_video_main"] {
    max-width: 94%;
    height: 25vh;
    text-align: center;
  }
}

/* -----------------------------------------------------------------
    ピックアップ アコーディオン
----------------------------------------------------------------- */
.block-bnr-accordion-area-inner{
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 0;
  display: flex;
  flex-wrap: wrap;
}

.block-bnr-accordion-area-inner > div.bnr{
  width: calc(100% / 3 - 30px)!important;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 30px;
}

.block-bnr-accordion-area-inner > div.bnr:nth-child(n + 4){display: none;}
.block-bnr-accordion-area-inner + .block-bnr-accordion-more-btn{
  cursor: pointer;
  display: none;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  margin: 0 auto;
  color: #fff;
  transition: .2s all;
}

.block-bnr-accordion-area-inner + .block-bnr-accordion-more-btn:hover{opacity: .7;}
.block-bnr-accordion-area-inner.block-bnr-center{justify-content: center;}