@charset "shift_jis";
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/*  ---------------------------------------------- +base & parts   */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
#content_wrapper ol,#content_wrapper li { list-style: none!important; margin-left: 0!important;}

/* --- リンク画像の透過--- */
#content_wrapper a:hover,
#content_wrapper summary:hover {
opacity: .65;
-webkit-opacity: .65;
-moz-opacity: .65;
}

#content_wrapper a,
#content_wrapper summary {
-webkit-transition: opacity .2s ease-out;
-moz-transition: opacity .2s ease-out;
-ms-transition: opacity .2s ease-out;
transition: opacity .2s ease-out;
}

/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/*  ---------------------------------------------- +landing  */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
#content_wrapper {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}

#content_wrapper > img,
#content_wrapper .section img,
#content_wrapper .btnBlock > img,
#content_wrapper .videoBlock img,
#content_wrapper .qa img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

#content_wrapper .btnBlock {
  position: relative;
  z-index: 0;
  margin: 0;
}

#content_wrapper .btnBlock__btn1 {
  position: absolute;
  bottom: 7%;
  left: 10%;
  width: 80%;
}

#content_wrapper .btnBlock__btn2 {
  position: absolute;
  bottom: 5%;
  left: 10%;
  width: 80%;
}

#content_wrapper .btnBlock__btn3 {
  position: absolute;
  bottom: 12%;
  left: 10%;
  width: 80%;
}

#content_wrapper .animationBtn {
  animation: bigsmall 0.5s ease 0s infinite alternate;
  transform-origin: center;
}

@keyframes bigsmall {
  from {
    transform: scale(0.95, 0.95);
  }
  to {
    transform: scale(1, 1);
  }
}

#content_wrapper .videoBlock {
  position: relative;
  z-index: 0;
  margin: 0;
}

#content_wrapper .videoBlock__video1 {
  position: absolute;
  bottom: 48%;
  left: 57%;
  width: 37%;
}

#content_wrapper .videoBlock__video2 {
  position: absolute;
  bottom: 7%;
  left: 57%;
  width: 37%;
}

#content_wrapper .videoBlock__video3 {
  position: absolute;
  bottom: 46.5%;
  left: 56.5%;
  width: 37%;
}

#content_wrapper .videoBlock__video4 {
  position: absolute;
  bottom: 7%;
  left: 51%;
  width: 46%;
  height: 558px;
  border: 2px solid #fff;
}

#content_wrapper .videoBlock__video5 {
  position: absolute;
  bottom: 31%;
  left: 7%;
  width: 49%;
}

#content_wrapper .qa_contents {
  background-color: #fef7db;
  padding: 60px 200px 0;
}

#content_wrapper .qa_item {
  padding: 15px 0;
}

#content_wrapper .qa_title {
  display: block;
  list-style: none;
}

#content_wrapper .qa_title::-webkit-details-marker {
  display: none;
}

#content_wrapper .qa_body {
  padding: 30px 0;
}

#content_wrapper .product-info {
  padding: 50px 0;
  background-color: #ffc9c9;
}

#content_wrapper .product-info .layout-constrained {
  width: 80%;
  margin: 0 auto;
}

#content_wrapper .product-info .product-info-title {
  font-size: 26px;
  margin: 0 0 22px;
  background-color: #f58196;
  line-height: 2.5;
  color: white;
  padding-left: 25px;
}

#content_wrapper .product-info .tbl-product-info {
	width: 100%;
	border-collapse: collapse;
}

#content_wrapper .product-info .tbl-product-info tr td {
  border: 1px solid #f58196;
  background: white;
  font-size: 16px;
  word-break: break-all;
}

#content_wrapper .product-info .tbl-product-info tr td:first-child {
  width: 177px;
  font-weight: bold;
  padding: 9px 0 9px 16px;
}

#content_wrapper .product-info .tbl-product-info tr td:last-child {
	font-size: 15px;
	padding: 15px 0 15px 20px;
}

#content_wrapper .ref {
  font-size: 12px;
  margin-top: 10px;
}