@charset 'utf-8';

#container {
  background-color: #fff;
  min-width: 0;
}

.text-top {
  padding-top: 40px;
  background: #f8f8f8;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  width: 100%;
}

.text-top .inner {
  display:inline-block;
  width:950px;
  margin-left:auto;
  margin-right:auto;
}

/* .text-top{
  display: none;
} */

.product-menu {
  background: #f8f8f8;
  padding: 20px 0 50px;
  border-bottom: 1px solid #d8dadc;
}

.product-menu-hide{
  height: 0 !important;
}

.see-product {
  /* padding-left: 395px; */
}

.product-menu-left {
  /* float: left; */
  position: relative;
}

.icn-arrow {
  width: 70px;
  height: 10px;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: -51px;
}

.icn-arrow img {
  margin: 0 auto;
}
.product-menu-left {
  text-align: center;
}
.product-menu-left ul li {
  display: inline-block;
  width: 70px;
  margin-right: 20px;
  cursor: pointer;
}

.product-menu-left ul li:last-child {
  margin-right: 0;
}

.product-menu-right {
  float: right;
  width: 200px;
}

.product-detail {
  padding: 80px 0;
}

.js-tab_content {
  display: none;
}

.js-tab_content.active {
  display: block;
}

.js-tab_content-inner {
  display: none;
}

.js-tab_content-inner.active {
  display: block;
}

.product-overview {
  width: 456px;
  float: left;
}

.product-overview-cap h2 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  line-height: 0.9em;
}

.product-overview-cap .sub_h2{
  font-size: 24px;
}

.product-overview-cap h2 span.small {
  font-size: 32px;
}

.product-overview-cap h2+p {
  text-align: center;
  line-height: 1.5;
}

.product-overview-mv {
  text-align: center;
}

.product-overview-mv img {
  margin: 0 auto;
}

.product-overview .product-overview-list-bullet-01{
  font-size: 14px;
}

.product-overview .product-overview-list-bullet-01>li::before{
  content: "";
  display: block;
  position: absolute;
  top: 0.9em;
  left: 7px;
  width: 4px;
  height: 4px;
  overflow: hidden;
  border-radius: 4px;
  background-color: #333333;
}

.product-overview-btns li {
  text-align: center;
}

.product-overview-btns li p {
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  margin-top: 10px;
}

.product-overview-btns li span.icon {
  display: block;
  width: 36px;
  height: 36px;
  background: url(/mobile/set/data/vitality/reward/img/p/icn-product-black.png) no-repeat left top;
  margin: 0 auto;
}

.product-misfit-ray .product-overview-btns {
  width: 180px;
  margin: 0 auto;
}

.product-misfit-ray .product-overview-btns li {
  float: left;
  width: 90px;
  text-align: center;
  cursor: pointer;
}

.product-misfit-ray .product-overview-btns li span.icon {
  display: block;
  width: 36px;
  height: 36px;
  background: url(/mobile/set/data/vitality/reward/img/p/btn-product-misfit-ray-black-off.png) no-repeat left top;
  margin: 0 auto;
}

.product-misfit-ray .product-overview-btns li:last-child span.icon {
  display: block;
  width: 36px;
  height: 36px;
  background: url(/mobile/set/data/vitality/reward/img/p/btn-product-misfit-ray-rose-off.png) no-repeat left top;
  margin: 0 auto;
}

.product-misfit-ray .product-overview-btns li.active span.icon {
  background: url(/mobile/set/data/vitality/reward/img/p/btn-product-misfit-ray-black-on.png) no-repeat left top;
}

.product-misfit-ray .product-overview-btns li.active:last-child span.icon {
  background: url(/mobile/set/data/vitality/reward/img/p/btn-product-misfit-ray-rose-on.png) no-repeat left top;
}

.product-function-icons {
  margin-top: 30px;
}

.product-function-icons li {
  width: 114px;
  float: left;
  text-align: center;
  position: relative;
  padding: 10px 0 15px;
}

.product-function-icons li div {
  width: 114px;
  float: left;
  text-align: center;
  position: relative;
  padding: 10px 0 0;
}

.product-function-icons li img {
  margin: 0 auto;
}

.product-function-icons li div::after,
.product-function-icons li.ps-bottom div::before {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  background: #e0e0e0;
}

.product-function-icons li div::after {
  width: 1px;
  right: 0;
  top: 0;
  bottom: 0;
}

.product-function-icons li:nth-child(4n) div::after {
  display: none;
}

.product-function-icons li.ps-bottom {
  padding: 10px 0 0;
}

.product-function-icons li.ps-bottom div::before {
  height: 1px;
  left: 8px;
  top: -14px;
  right: 8px;
}

.product-function-icons li div p {
  font-size: 16px;
  line-height: 1.75;
  padding-bottom: 20px;
  margin-top: 15px;
}

.product-function-icons li div.txt-off p {
  color: #cfd0d1;
}

.product-spec {
  width: 400px;
  float: right;
}

.product-spec ul {
  border-bottom: 1px solid #e0e0e0;
}

.product-spec ul li {
  border-top: 1px solid #e0e0e0;
  padding: 15px 10px 15px 15px;
  display: table;
  width: 100%;
}

.product-spec ul li p {
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  display: table-cell;
  width: 30%;
  vertical-align: middle;
}

.product-spec ul li p img {
  margin-top: 2px;
}

.product-spec ul li p:last-child {
  text-align: right;
  font-weight: normal;
  display: table-cell;
  width: 70%;
  vertical-align: middle;
}

.product-spec ul li.txt-left p:last-child {
  text-align: left;
}

.product-spec ul li p.spec-ttl-center {
  height: 1em;
  margin: auto;
}

.icon-circle-pc {
  display: inline-block;
}

.icon-circle-sp {
  display: none;
}

.products-flow-wrap{
  background-color: #f8f8f8;
}

.products-flow{
  padding: 30px;
}

.products-flow-ttl{
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.products-flow-lists-item{
  position: relative;
  margin-top: 40px;
}

.products-flow-lists-item::after{
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -18px;
  left: 50%;
  border-style: solid;
  border-width: 5px 10px 0 10px;
  border-color: #f8f8f8 transparent transparent transparent;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.products-flow-lists-item::before{
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -30px;
  left: 50%;
  border-style: solid;
  border-width: 17.3px 10px 0 10px;
  border-color: #424242 transparent transparent transparent;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.products-flow-lists-item:nth-last-of-type(1)::before ,.products-flow-lists-item:nth-last-of-type(1)::after{
  display: none;
}

.products-flow-list-item-ttl{
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #000000;
  line-height: 2;
  padding: 5px 10px;
  box-sizing: border-box;
}

.products-flow-list-item-desc{
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  padding: 10px 0;
  background-color: #fff;
  line-height: 1.55555555556;
}

@media only screen and (max-width:600px) {
  .fixed-menu {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    transform: translate3d(0, 0, 0);
  }

  .text-top {
    padding-top: 30px;
    min-width: 100%;
  }

  .text-top .inner {
    width:auto;
  }

  .product-menu {
    padding: 20px 0 20px;
    border-bottom: 1px solid #e0e0e0;
  }

  .see-product {
    padding-left: 0;
    position: relative;
  }

  .product-menu-left {
    width: 70%;
    /* margin-left: 14.5%; */
    margin: 0 auto;
  }

  .icn-arrow {
    height: 11px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: -21px;
  }

  .icn-arrow img {
    width: 20px;
    margin: 0 auto;
  }

  .product-menu-left ul li {
    width: 20%;
    margin-right: 2%;
    cursor: pointer;
  }

  .product-menu-left ul li img {
    width: 100%;
  }

  .product-menu-right {
    float: none;
    width: 30%;
    position: absolute;
    right: 0;
    bottom: 19%;
    padding-top: 0;
  }

  .product-detail {
    padding: 40px 0;
  }

  .product-overview {
    width: 100%;
    float: none;
  }

  .product-overview-cap {
    height: auto;
  }

  .product-overview-cap h2 {
    font-size: 24px;
    margin-bottom: 0;
  }

  .product-overview-cap .sub_h2{
  font-size: 18px;
  }

  .product-overview-cap h2 span.small {
    font-size: 20px;
  }

  .product-overview-mv img {
    text-align: center;
    width: 100%;
  }

  .product-overview-btns li p {
    font-size: 10px;
    margin-top: 10px;
  }

  .product-overview-btns li span.icon {
    width: 30px;
    height: 30px;
    background: url(/mobile/set/data/vitality/reward/img/s/icn-product-black.png) no-repeat left top;
    background-size: 30px 30px;
  }

  .product-overview-cap p {
    text-align: center;
    line-height: 1.5;
    margin-top: 30px;
  }

  .product-misfit-ray .product-overview-btns {
    width: 100px;
  }

  .product-misfit-ray .product-overview-btns li {
    width: 50px;
  }

  .product-misfit-ray .product-overview-btns li span.icon {
    width: 30px;
    height: 30px;
    background: url(/mobile/set/data/vitality/reward/img/p/btn-product-misfit-ray-black-off.png) no-repeat left top;
    background-size: 30px 30px;
  }

  .product-misfit-ray .product-overview-btns li:last-child span.icon {
    width: 30px;
    height: 30px;
    background: url(/mobile/set/data/vitality/reward/img/p/btn-product-misfit-ray-rose-off.png) no-repeat left top;
    background-size: 30px 30px;
  }

  .product-misfit-ray .product-overview-btns li.active span.icon {
    background: url(/mobile/set/data/vitality/reward/img/p/btn-product-misfit-ray-black-on.png) no-repeat left top;
    background-size: 30px 30px;
  }

  .product-misfit-ray .product-overview-btns li.active:last-child span.icon {
    background: url(/mobile/set/data/vitality/reward/img/p/btn-product-misfit-ray-rose-on.png) no-repeat left top;
    background-size: 30px 30px;
  }

  .product-function-icons {
    margin-top: 30px;
  }

  .product-function-icons li {
    width: 25%;
    padding: 0 0 15px;
  }

  .product-function-icons li div {
    width: 100%;
    padding: 0 0 0;
  }

  .product-function-icons li div img {
    width: 30px;
  }

  .product-function-icons li div p {
    font-size: 10px;
    padding-bottom: 0;
    margin-top: 10px;
  }

  .product-spec {
    width: 100%;
    float: none;
    margin-top: 30px;
  }

  .product-spec ul {
    border-bottom: none;
  }

  .product-spec ul li {
    border-top: 1px solid #f8f8f8;
  }

  .product-spec ul li p {
    font-size: 14px;
  }

  .product-spec ul li p img {
    width: 13px;
  }

.icon-circle-pc {
  display: none;
}

.icon-circle-sp {
  display: inline-block;
}

.products-flow{
  padding: 50px 15px;
}

.products-flow-ttl{
  font-size: 21px;
  font-weight: bold;
  text-align: center;
}

.products-flow-lists-item{
  margin-top: 35px;
}

.products-flow-lists-item::after{
  bottom: -14px;
  border-width: 4px 7.5px 0 7.5px;
}

.products-flow-lists-item::before{
  bottom: -25px;
  border-width: 15px 7.5px 0 7.5px;
}

.products-flow-list-item-ttl{
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #000000;
  line-height: 2;
  padding: 5px 10px;
  box-sizing: border-box;
}

.products-flow-list-item-desc{
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  padding: 15px 0;
  background-color: #fff;
  line-height: 1.55555555556;
}

  }

@media screen and (orientation: landscape) and (min-width:601px) {
  .layout-landscape {
    min-width: 990px;
  }

}