@charset "utf-8";
/* CSS Document */

/* productDetail */
.productDetail {
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.1em;
  font-size: 1rem;
  line-height: 1.5em;
}
.productDetail sup {
  font-size: 70%;
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative;
  bottom: 1ex;
}
.productDetail .no-line-break {
  display: inline-block;
}
.productDetail .note {
  font-size: 0.75em;
  margin-top: 2rem;
	text-align:left;
}
.productDetail .note ol{
counter-reset: order;
}
.productDetail .note ol li{
counter-increment: order;
display: block;
text-indent: -2em;
line-height: 1.5em;
margin-bottom: 1em;
}
.productDetail .note ol li:before {
content: "*" counter(order) " ";
}
.productDetail .note ul li{
counter-increment: order;
display: block;
text-indent: -1.5em;
line-height: 1.5em;
margin-bottom: 2em;
}
.productDetail .note ul li:before {
content: "* ";
}
@media (min-width: 992px) {
  .productDetail .sp-tab {
    display: none;
  }
}
@media (max-width: 991px) {
  .productDetail .sp {
    display: none;
  }
}
@media (max-width: 520px) {
  .productDetail .pc-tab {
    display: none;
  }
}
.productDetail .\#rte.\@width\:narrow {
  width: min(100%, 990px);
  margin: 0 auto;
}
@media (max-width: 520px) {
  .productDetail {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
/* headline */
.productDetail h4 {
  padding: 0.3rem 1rem;
  text-align: left;
  border-left: 8px solid #cbcbcb;
  margin-bottom: 40px;
  letter-spacing: 0.05em;
  font-size: 1.2em;
  font-weight: 700;
}
@media (max-width: 520px) {
  .productDetail h4 {
    padding: 0.3rem 1rem;
    border-left: 6px solid #DFDFDF;
    font-size: 1.1em;
  }
}

/* function */
.productFunction {
  margin-bottom: 100px;
  text-align: left;
}
.productFunction ul li {
  margin-bottom: 1em;
}
@media (max-width: 520px) {
  .productFunction ul li {
    font-size: 0.95em;
  }
}

/* spec */
.productSpec {
  margin-bottom: 100px;
}
.productSpec table {
  width: 100%;
  margin-bottom:20px;
  border-top: 1px solid #E3E3E6;
  border-bottom: none;
  border-left: none;
  border-right: none;
  word-break: break-all;
}
.productSpec table th, .productSpec table td {
  font-weight: 400;
  padding: 10px;
  font-size: 0.85em;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #E3E3E6;
  border-left: none;
  border-right: none;
  letter-spacing: 0.1em;
}
.productSpec table th {
  white-space: nowrap;
  padding-right: 2em;
  width: 1px;
}
.productSpec table td {
  word-break: break-all;
}

@media (max-width: 520px){
.productSpec-table {
  overflow-x: scroll;
}
.productSpec table {
  width: 700px;
}
}

/* button */
.productButton {
  margin: 0 auto 100px;
  max-width: 448px;
}
.productButton a {
  margin-bottom: 15px;
	font-weight: 700;
	font-size:  1em;
}

/* movie*/

  .productMovie{
margin-bottom: 100px;
  }
.productMovie-inner {
justify-content: space-between;
display: flex;
    flex-wrap: wrap;
}
.productMovie-box {
width: 48.7%;
    padding-bottom: 35px;
}

 .productMovie-box .movie {
    display: block;
    position: relative;
    padding-bottom: 56.5%;
    height: 0;
    overflow: hidden;
}
 .productMovie-box .movie  iframe {
position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

 .productMovie-box .movie-title {
    display: block;
    font-size: 1em;
    letter-spacing: 0.1em;
    margin-top: 10px;
    text-align: center;
}

@media (max-width: 896px){

.productMovie-inner {
display: block;
}
.productMovie-box {
    width: 100%;
    margin-bottom: 39px;
}
 .productMovie-box .movie-title {
    font-size: 1em;
    margin-top: 10px;
}
}
