@charset "UTF-8";
/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name:		product.scss
Note:			商品紹介用scssファイル


New Creation:	2014/08/11 18:50:30.
Last Change:	2014/10/03 13:01:17.


Created By		Yoshiaki Murakami

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

1.	ブラウザデフォルトスタイルリセット
2.	HTMLタグ
3.	container
4.	共通部分
5.	header
6.	content
7.	main
8.	sub
9.	footer
10.	追加修正

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1.	ブラウザデフォルトスタイルリセット
----------------------------------------------------------------------*/
body,
h1, h2, h3, h4, h5, h6,
div,
p,
ul, ol, dl,
form, fieldset,
table,
address,
blockquote,
noscript,
pre,
tr,
td,
input,
textarea {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-style: normal;
}

body {
  font-size: 10px;
  font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

* html body {
  font-size: 62.5%;
}

* + html body {
  font-size: 62.5%;
}

/* start \*/
html:\66irst-child body {
  font-size: 62.5%;
}

/* end */
body:first-of-type {
  font-size: 62.5%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal;
}

small {
  font-size: 1em;
}

mark {
  background: none;
}

fieldset {
  border: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
  font-size: inherit;
  font: 100%;
}

li {
  list-style-type: none;
}

dd {
  margin: 0;
}

a,
abbr,
acronym,
em,
strong,
span,
img,
sub,
sup,
input,
button,
textarea,
select,
label,
caption {
  font-weight: normal;
  font-style: normal;
}

a {
  text-decoration: none;
}

img {
  border: none;
  vertical-align: bottom;
}

caption, th {
  font-weight: normal;
  text-align: left;
}

th, td {
  padding: 0px;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
}

textarea {
  vertical-align: top;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

header, footer, article, section, aside,
nav,
figure, figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

/*----------------------------------------------------------------------
2.	HTMLタグ
----------------------------------------------------------------------*/
html,
body {
  height: 100%;
}

html {
  min-width: 980px;
  background: #000;
}

body {
  -webkit-text-size-adjust: 100%;
}

a, a:before, a:after {
  -moz-transition: background-color 0.15s linear, background-image 0.15s linear;
  -o-transition: background-color 0.15s linear, background-image 0.15s linear;
  -webkit-transition: background-color 0.15s linear, background-image 0.15s linear;
  transition: background-color 0.15s linear, background-image 0.15s linear;
}
a > * {
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
a img {
  background: #fff;
}
a:hover {
  text-decoration: underline;
}
a:hover > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  text-decoration: none;
}

/*----------------------------------------------------------------------
3.	container
----------------------------------------------------------------------*/
#container {
  position: relative;
  z-index: 2;
  min-height: 100%;
}
* html #container {
  height: 100%;
}
body > #container {
  height: auto;
}

/*----------------------------------------------------------------------
4.	共通部分
----------------------------------------------------------------------*/
.bg {
  -moz-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 800px;
}
.bg.is-show {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.bg1 {
  top: 0;
  background: url(../img/bg1.gif) center top no-repeat;
}

.bg2 {
  top: 800px;
  background: url(../img/bg2.gif) center top no-repeat;
}

/*----------------------------------------------------------------------
5.	#header
----------------------------------------------------------------------*/
#header {
  margin-bottom: 44px;
  background: url(../img/header_bg.gif) center top repeat-x;
}

.h-inner {
  *zoom: 1;
  position: relative;
  margin: 0 auto;
  width: 980px;
}
.h-inner:after {
  content: "";
  display: table;
  clear: both;
}

#logo {
  float: left;
  margin: 48px 54px 0 0;
}
#logo img {
  background: none;
}
#logo a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.h-nav {
  margin-left: 194px;
  padding-top: 88px;
}
.h-nav .nav-list {
  *zoom: 1;
  padding: 0 0 0 1px;
  background: url("img/nav_bg.gif") left top no-repeat;
}
.h-nav .nav-list:after {
  content: "";
  display: table;
  clear: both;
}
.h-nav .nav-item {
  float: left;
  margin-left: 52px;
  height: 28px;
}
.h-nav .nav-item.is-active img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.h-nav .nav-item:first-child {
  margin-left: 0;
}
.h-nav .nav-item.machine, .h-nav .nav-item.machine a {
  width: 102px;
}
.h-nav .nav-item.essence, .h-nav .nav-item.essence a {
  width: 100px;
}
.h-nav .nav-item.clinic, .h-nav .nav-item.clinic a {
  width: 132px;
}
.h-nav .nav-item.purchase, .h-nav .nav-item.purchase a {
  width: 92px;
}
.h-nav .nav-item.qa, .h-nav .nav-item.qa a {
  width: 88px;
}
.h-nav .nav-item.inquiry, .h-nav .nav-item.inquiry a {
  width: 84px;
}
.h-nav .nav-item.machine p {
  background-image: url(../img/nav_machine.png);
}
.h-nav .nav-item.machine p:hover {
  background-image: url(../img/nav_machine_a.png);
}
.h-nav .nav-item .nav-list-sub {
  margin-top: -25px;
  position: relative;
  display: block;
  opacity: 0;
  top: 0;
  visibility: hidden;
  transition: .5s;
  width: 374px;
}
.h-nav .nav-item:hover .nav-list-sub {
  top: 100%;
  visibility: visible;
  opacity: 1;
}
.h-nav .nav-item .nav-item-sub {
  width: 167px;
  display: inline-block;
}
.h-nav .nav-item .nav-item-sub a {
  width: 167px;
  height: 102px;
}
.h-nav a,
.h-nav p {
  position: relative;
  display: block;
  height: 28px;
}
.h-nav img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
}
.h-nav img.is-show {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.sns {
  position: absolute;
  top: 40px;
  right: 77px;
}

.sns-list {
  *zoom: 1;
}
.sns-list:after {
  content: "";
  display: table;
  clear: both;
}

.sns-item {
  float: left;
}
.sns-item a {
  display: block;
  padding: 10px;
  background-position: center center;
  background-repeat: no-repeat;
}
.sns-item img {
  background: none;
}
.sns-item.twitter a {
  background-image: url(../img/header_sns_twitter.png);
}
.sns-item.twitter a:hover {
  background-image: url(../img/header_sns_twitter_h.png);
}
.sns-item.facebook a {
  background-image: url(../img/header_sns_facebook.png);
}
.sns-item.facebook a:hover {
  background-image: url(../img/header_sns_facebook_h.png);
}
.sns-item.google-plus a {
  background-image: url(../img/header_sns_google-plus.png);
}
.sns-item.google-plus a:hover {
  background-image: url(../img/header_sns_google-plus_h.png);
}
.sns-item.youtube a {
  background-image: url(../img/header_sns_youtube.png);
}
.sns-item.youtube a:hover {
  background-image: url(../img/header_sns_youtube_h.png);
}

.shopping {
  position: absolute;
  top: 40px;
  right: -10px;
}
.shopping a {
  display: block;
  padding: 10px;
  width: 67px;
  background: url(../img/button_shopping_bg.png) center center no-repeat;
  text-align: right;
}
.shopping a:hover {
  background-image: url(../img/button_shopping_bg_h.png);
}
.shopping img {
  background: none;
}

.missarrivo-link {
  display: none;
}

.machine-link {
  display: none;
}

.pagetop {
  display: none;
}

.is-float#header {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  background-position: center bottom;
  background-color: #000;
}
.is-float#header .h-inner {
  padding-bottom: 10px;
}
.is-float#header #logo {
  margin: 10px 84px 0 0;
}
.is-float#header .h-nav {
  padding-top: 35px;
}
.is-float#header aside > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.is-float#header .sns {
  position: fixed;
  top: auto;
  right: 30px;
  bottom: 50%;
  margin-bottom: -52px;
  padding: 0 5px;
}
.is-float#header .sns-item {
  float: none;
}
.is-float#header .missarrivo-link {
  display: block;
  position: fixed;
  right: 0;
  bottom: 50%;
  margin-bottom: -35px;
}
.is-float#header .missarrivo-link a {
  display: block;
  background-image: url(../img/button_missarrivo_link.gif);
}
.is-float#header .missarrivo-link a:hover {
  background-image: url(../img/button_missarrivo_link_h.gif);
}
.is-float#header .machine-link {
  display: block;
  position: fixed;
  right: 0;
  bottom: 50%;
  margin-bottom: -35px;
}
.is-float#header .machine-link a {
  display: block;
  background-image: url(../img/button_machine_link.gif);
}
.is-float#header .machine-link a:hover {
  background-image: url(../img/button_machine_link_h.gif);
}
.is-float#header .shopping {
  position: fixed;
  top: auto;
  right: 30px;
  bottom: 50%;
  margin-bottom: -85px;
  padding: 0 5px;
}
.is-float#header .shopping a {
  width: auto;
  background-image: url(../img/button_shopping_f.png);
}
.is-float#header .shopping a:hover {
  background-image: url(../img/button_shopping_f_h.png);
}
.is-float#header .pagetop {
  display: block;
  position: fixed;
  right: 30px;
  bottom: 50%;
  margin-bottom: -130px;
}
.is-float#header .pagetop a {
  display: block;
  padding: 7px 8px;
  background: url(../img/button_pagetop.png) 8px 7px no-repeat;
}
.is-float#header .pagetop a:hover {
  background-image: url(../img/button_pagetop_h.png);
}
.is-float#header .pagetop a img {
  background: none;
}

/*----------------------------------------------------------------------
6.	#content
----------------------------------------------------------------------*/
#content {
  margin: 0 auto;
  width: 980px;
}

/*----------------------------------------------------------------------
7.	#main
----------------------------------------------------------------------*/
.m-title {
  margin-bottom: 23px;
}

.revolution {
  position: relative;
  margin-bottom: 100px;
  background: url(../img/machine_revolution_bg.png) 373px 78px no-repeat;
}
.revolution > .title {
  position: absolute;
  top: 507px;
  left: 245px;
}

.revolution-item.medical {
  margin-left: -22px;
  width: 928px;
}
.revolution-item.ghost {
  margin: -163px 14px 0 0;
  text-align: right;
}
.revolution-item.arrivo {
  margin: -134px 0 0 217px;
}

.comparison-table {
  margin: 0 auto 100px;
  width: 780px;
  table-layout: fixed;
}
.comparison-table caption {
  padding-top: 25px;
  background: url(../img/machine_comparison_bg.png) right top no-repeat;
  caption-side: bottom;
  text-align: right;
  font-size: 1.2em;
  line-height: 1;
  color: #595757;
}
.comparison-table caption img {
  margin: 0 3px;
  vertical-align: top;
}
.comparison-table th,
.comparison-table td {
  border-bottom: 1px solid #696969;
  text-align: center;
}
.comparison-table th {
  text-align: center;
  font-size: 1.4em;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  color: #fff;
}
.comparison-table thead th {
  width: 180px;
}
.comparison-table tbody td {
  width: 180px;
}
.comparison-table .medical {
  padding-right: 10px;
}
.comparison-table .ghost {
  padding-right: 10px;
}
.comparison-table .arrivo {
  padding-right: 20px;
}

.homeuse {
  *zoom: 1;
  position: relative;
  margin: 0 auto 100px;
  width: 780px;
}
.homeuse:after {
  content: "";
  display: table;
  clear: both;
}
.homeuse .title {
  margin-bottom: 18px;
}
.homeuse .text {
  margin-bottom: 62px;
}
.homeuse .pic {
  position: absolute;
  top: -32px;
  right: 0;
}
.homeuse .case {
  float: left;
}
.homeuse .case-list {
  *zoom: 1;
}
.homeuse .case-list:after {
  content: "";
  display: table;
  clear: both;
}
.homeuse .case-item {
  float: left;
  margin-right: 3px;
}
.homeuse .case-item.before {
  position: relative;
}
.homeuse .case-item.before::before {
  content: '';
  position: absolute;
  top: 50%;
  right: -12px;
  margin-top: -14px;
  width: 15px;
  height: 28px;
  background: url(../img/machine_homeuse_case_bg.png) left top no-repeat;
}
.homeuse .case-pic, .homeuse .vectra-pic {
  margin-bottom: 7px;
}
.homeuse .case-text, .homeuse .vectra-text {
  line-height: 1.3333333333;
  font-size: 1.2em;
  color: #acabab;
}
.homeuse .vectra {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.function {
  *zoom: 1;
  margin: 0 0 100px;
  background: url(../img/machine_function_bg.png) center top no-repeat;
}
.function:after {
  content: "";
  display: table;
  clear: both;
}
.function > .title {
  margin-bottom: 28px;
  text-align: center;
}

.function-item {
  float: left;
  margin-right: 10px;
  padding: 56px 22px 0;
  width: 193px;
  height: 235px;
  background: url(../img/machine_function_item_bg.png) left top no-repeat;
}
.function-item .title {
  margin-bottom: 14px;
  text-align: center;
}
.function-item .text {
  text-shadow: -1px -1px 1px #000;
  text-shadow: -1px -1px 1px 0 #000;
  text-align: justify;
  line-height: 1.6666666667;
  font-size: 1.2em;
  color: #acabab;
}
.function-item.large {
  margin-bottom: 10px;
  padding-top: 66px;
  width: 276px;
  height: 213px;
  background-image: url(../img/machine_function_item_bg2.png);
}
.function-item.no3, .function-item.no7 {
  margin-right: 0;
}

.essence-introduce > .title {
  margin-bottom: 25px;
  padding-bottom: 12px;
  border-bottom: 1px solid #353535;
}
.essence-introduce > .title .img {
  float: left;
  padding-top: 4px;
  margin-right: 16px;
}
.essence-introduce > .title .text {
  line-height: 1.3333333333;
  font-size: 1.2em;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  color: #acabab;
}
.essence-introduce .price-list {
  top: 268px;
  left: 638px;
}
.essence-introduce-info {
  position: relative;
}
.essence-introduce-pic {
  margin-left: -87px;
}
.essence-introduce-link {
  position: absolute;
  right: 0;
  bottom: 80px;
}
.essence-introduce-link a {
  display: block;
  background: url(../img/machine_essence-introduce_button_h.gif) left top no-repeat;
}

.essence-other {
  *zoom: 1;
  margin-top: 100px;
  margin-bottom: 100px;
  margin-top: 0;
}
.essence-other:after {
  content: "";
  display: table;
  clear: both;
}
.essence-other > .title {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #353535;
}

.essence-item {
  position: relative;
  float: left;
  margin-left: 80px;
  width: 378px;
  height: 334px;
  height: 188px;
}
.essence-item .title {
  text-align: center;
}
.essence-item .text {
  position: absolute;
  top: 208px;
  left: 0;
  text-align: justify;
  line-height: 1.4;
  color: #595757;
}
.essence-item.body .price-list {
  left: 192px;
}
.essence-item.body .amount,
.essence-item.body .price {
  line-height: 29px;
}

.price-list {
  position: absolute;
  top: 160px;
  left: 197px;
}

.price-item {
  width: 14em;
  line-height: 1.1666666667;
  font-size: 1.2em;
  color: #acabab;
}
.price-item .amount {
  float: left;
  width: 4em;
  line-height: 1.1666666667;
}
.price-item .price {
  overflow: hidden;
  line-height: 1.1666666667;
}

.treatment {
  margin-top: 90px;
  margin-bottom: 70px;
}
.treatment > .title {
  margin-bottom: 25px;
  padding-bottom: 12px;
  border-bottom: 1px solid #353535;
}
.treatment > .title .img {
  float: left;
  padding-top: 4px;
  margin-right: 16px;
}
.treatment > .title .text {
  line-height: 1.3333333333;
  font-size: 1.2em;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  color: #acabab;
}

.treatment-list {
  margin: 0 80px 25px 80px;
  line-height: 1.4285714286;
  font-size: 1.4em;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  color: #fff;
}

.treatment-inner {
  margin: 0 80px;
}

.tab {
  *zoom: 1;
}
.tab:after {
  content: "";
  display: table;
  clear: both;
}

.tab-item {
  float: left;
}
.tab-item .title {
  margin-bottom: 4px;
}
.tab-item.face {
  margin-right: 16px;
}

.parts-item {
  float: left;
  margin-left: 2px;
}
.parts-item:first-child {
  margin: 0;
}
.parts-item a {
  position: relative;
  display: block;
  width: 99px;
  height: 62px;
}
.parts-item a img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
}
.parts-item a img.is-show {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.contents-item {
  position: relative;
  display: none;
}
.contents-item.is-active {
  display: block;
}

.attr-item {
  position: absolute;
  margin: 0;
  padding: 1px;
  top: 10px;
  border: 1px solid #696969;
}
.attr-item .title,
.attr-item .text {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  line-height: 25px;
  font-size: 1.2em;
}
* html .attr-item .title, * html
.attr-item .text {
  display: inline;
  zoom: 1;
}
* + html .attr-item .title, * + html
.attr-item .text {
  display: inline;
  zoom: 1;
}
.attr-item .title {
  margin: 0;
  padding: 0;
  width: 139px;
  border: none;
  background: #000;
  color: #595757;
}
.attr-item .text {
  width: 148px;
  color: #acabab;
}
.attr-item.time {
  left: 10px;
}
.attr-item.essence {
  left: 310px;
}
.attr-item.essence .text {
  padding: 0 28px;
  width: auto;
}

.flow-item {
  position: absolute;
  line-height: 1.1666666667;
  font-size: 1.2em;
  color: #acabab;
}
.flow-item .notice {
  display: block;
  margin: 4px 0 0 14px;
  text-indent: -14px;
}
.flow-item.no1, .flow-item.no2, .flow-item.no3, .flow-item.function-item.no7 {
  top: 276px;
}
.flow-item.no4, .flow-item.no5, .flow-item.no6 {
  top: 564px;
}
.flow-item.no1, .flow-item.no4 {
  left: 80px;
}
.flow-item.no2, .flow-item.no5 {
  left: 342px;
}
.flow-item.no3, .flow-item.function-item.no7, .flow-item.no6 {
  left: 616px;
}

#parts2 .no1, #parts4 .no1, #parts6 .no1, #parts8 .no1, #parts5 .no1,
#parts2 .no2,
#parts4 .no2,
#parts6 .no2,
#parts8 .no2,
#parts5 .no2 {
  top: 290px;
}

#parts4 .no3, #parts6 .no3, #parts8 .no3, #parts4 .function-item.no7, #parts6 .function-item.no7, #parts8 .function-item.no7 {
  top: 290px;
}

#parts5 .no3, #parts5 .function-item.no7 {
  top: 283px;
}
#parts5 .no4 {
  top: 571px;
}

#parts7 .no1,
#parts7 .no2,
#parts7 .no3,
#parts7 .function-item.no7 {
  top: 283px;
}
#parts7 .no4,
#parts7 .no5,
#parts7 .no6 {
  top: 571px;
}

.summary {
  margin: 0 80px 85px;
}
.summary .title {
  float: left;
  margin-right: 28px;
}
.summary .text {
  overflow: hidden;
  padding-top: 12px;
  text-align: justify;
  line-height: 1.4;
  color: #535151;
}

/*----------------------------------------------------------------------
8.	#sub
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
9.	#footer
----------------------------------------------------------------------*/
#footer {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -490px;
  width: 980px;
}

#copyright {
  margin-bottom: 22px;
  color: #696969;
}

/*# sourceMappingURL=machine.css.map */
