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

File Name:		case.scss
Note:			CASE ページ用 scssファイル


New Creation:	2014/06/06 14:57:48.
Last Change:	2014/11/21 19:09:09.


Created By		Yoshiaki Murakami

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

1.	共通使用変数定義
2.	ブラウザデフォルトスタイルリセット
3.	HTMLタグ
4.	container
5.	共通部分
6.	header
7.	content
8.	main
9.	sub
10.	footer
11.	ページ別個別設定

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1.	共通使用変数定義
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
2.	ブラウザデフォルトスタイルリセット
----------------------------------------------------------------------*/
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;
}

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;
}

/*----------------------------------------------------------------------
3.	HTMLタグ
----------------------------------------------------------------------*/
html,
body {
  height: 100%;
  min-width: 1020px;
}

body {
  position: relative;
  -webkit-text-size-adjust: 100%;
  background: url(../img/bg.jpg) top center no-repeat fixed #000;
  color: #000;
}

a, a:before, a:after {
  transition: background-image 0.05s linear;
}
a > * {
  transition: opacity 0.05s linear;
}
a:hover {
  text-decoration: underline;
}
a:hover > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

/*----------------------------------------------------------------------
4.	container
----------------------------------------------------------------------*/
#container {
  position: relative;
  min-height: 100%;
  overflow: hidden;
}
* html #container {
  height: 100%;
}
body > #container {
  height: auto;
}

/*----------------------------------------------------------------------
5.	共通部分
----------------------------------------------------------------------*/
#yearend {
  position: fixed;
  bottom: 0px;
  padding-top: 3px;
  width: 99.85%;
  height: 32px;
  overflow: hidden;
  border: 1px solid #888;
  background: url(../img/yearend_bg.gif) left 3px repeat-x #C40038;
  line-height: 1.2em;
  z-index: 1000;
}
#yearend h2,
#yearend p {
  display: table-cell;
}
* html #yearend h2, * html
#yearend p {
  display: inline;
  zoom: 1;
}
* + html #yearend h2, * + html
#yearend p {
  display: inline;
  zoom: 1;
}
#yearend p {
  vertical-align: middle;
  padding: 5px 91px 0 2em;
  font-size: 1em;
  line-height: 1.2;
  text-indent: -1em;
  color: #59514e;
}
#yearend .pic {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
}

#topicpath {
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 4;
}
#topicpath ol {
  *zoom: 1;
}
#topicpath ol:after {
  content: "";
  display: table;
  clear: both;
}
#topicpath li {
  float: left;
  margin-right: 8px;
  padding-right: 15px;
  background: url(../img/topicpath_bg.png) right center no-repeat;
  color: #dc006e;
}
#topicpath li:last-child {
  margin: 0;
  padding: 0;
  background: none;
}
#topicpath a {
  text-decoration: underline;
  color: #c5c6c6;
}

.bgimg {
  transition: opacity 0.5s linear;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.bgimg.is-show {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}

/*----------------------------------------------------------------------
6.	#header
----------------------------------------------------------------------*/
#header {
  transform: translate3d(0, 0, 0);
  position: relative;
  z-index: 3;
}
#header > * {
  position: relative;
}
#header.is-fixed {
  transition: top 0.35s linear;
  position: fixed;
  top: -170px;
  min-width: 1020px;
  width: 100%;
}
#header.is-fixed #logo {
  padding: 4px 15px 5px 18px;
}
#header.is-fixed .h-search {
  display: none;
}
#header.is-float {
  top: 0;
}

.header-inner {
  *zoom: 1;
  margin: 0 auto;
  width: 920px;
}
.header-inner:after {
  content: "";
  display: table;
  clear: both;
}

#logo {
  position: relative;
  z-index: 3;
  float: left;
  margin-bottom: -40px;
  padding: 22px 19px 24px 16px;
  background: #000;
}

.h-search {
  float: right;
  margin-top: 16px;
  background: url(../img/header_search_bg.png);
}
.h-search legend {
  display: none;
  padding: 0;
}
.h-search fieldset {
  width: 100%;
}
.h-search .input {
  float: left;
}
.h-search .input input {
  padding: 6px 0 6px 10px;
  width: 186px;
  border: none;
  background: none;
  line-height: 21px;
  font-size: 1.4em;
  color: #c5c6c6;
}
.h-search .button {
  float: left;
}
.h-search .button input {
  padding: 6px 6px 5px 6px;
}

.nav {
  height: 40px;
  background: url(../img/nav_bg.png) top center repeat-x;
}

.nav-list {
  *zoom: 1;
  margin: 0 auto;
  padding-left: 220px;
  width: 735px;
}
.nav-list:after {
  content: "";
  display: table;
  clear: both;
}

.nav-item {
  float: left;
}
.nav-item a {
  display: block;
  padding: 12px 19px 14px;
}
.nav-item.is-active a {
  background: url(../img/nav_bg_a.png) left center no-repeat;
}

/*----------------------------------------------------------------------
7.	#content
----------------------------------------------------------------------*/
#content {
  clear: both;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 920px;
}
#content .mask {
  transition: height 0.35s linear, opacity 0.35s linear;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  min-width: 1020px;
  width: 100%;
  height: 0;
  background: url(../img/header_bg_f.png) center bottom no-repeat;
}
#content .mask .bg {
  width: 100%;
  height: 149px;
}
#content.is-float .mask {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  height: 129px;
}
#content.is-float .bg {
  height: 89px;
}

#index #content .mask {
  background-image: url(../img/static_header_bg_f.png);
}
#index #content.is-float .mask {
  height: 80px;
}
#index #content.is-float .bg {
  height: 40px;
}

/*----------------------------------------------------------------------
8.	#main
----------------------------------------------------------------------*/
#main {
  margin-bottom: 30px;
}
#main > * {
  position: relative;
  z-index: 1;
}
#main .m-title {
  position: relative;
  z-index: 3;
}
#main .m-menu.top {
  transform: translate3d(0, 0, 0);
  position: relative;
  z-index: 3;
}
#main .m-menu.top > * {
  position: relative;
}
#main .m-menu.is-fixed {
  transition: top 0.35s linear;
  position: fixed;
  top: -70px;
  min-width: 920px;
  width: 100%;
}
#main .m-menu.is-float {
  top: 40px;
}

.m-menu {
  margin-top: 4px;
  clear: both;
}
.m-menu .list {
  *zoom: 1;
}
.m-menu .list:after {
  content: "";
  display: table;
  clear: both;
}
.m-menu .item {
  float: left;
  margin-right: 4px;
}
.m-menu .item:last-child {
  margin: 0;
}

.m-title {
  position: relative;
}
.m-title:before {
  content: '';
  position: absolute;
  left: -173px;
  bottom: -116px;
  width: 236px;
  height: 132px;
  background: url(../img/case_title_bg.png) left top no-repeat;
}

#index #main {
  min-height: 1018px;
  background: url(../img/case_index_bg.png) 75px 1px no-repeat;
}
#index #main .lead {
  margin-left: 485px;
  margin-bottom: 18px;
  width: 435px;
  line-height: 2.1666666667;
  font-size: 1.2em;
  color: #c5c6c6;
}
#index .m-title {
  margin-bottom: 18px;
}
#index .section {
  margin-left: 485px;
  width: 435px;
}
#index .section > .title {
  margin-bottom: 5px;
}
#index .parts-list {
  margin-bottom: 25px;
}
#index .parts-item {
  margin-bottom: 10px;
}
#index .parts-item a {
  position: relative;
  display: block;
  color: #69696b;
}
#index .parts-item a:after {
  transition: opacity 0.05s linear;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  right: 7px;
  bottom: 7px;
  width: 20px;
  height: 20px;
  background: url(../img/arrow_h.gif) left top no-repeat;
}
#index .parts-item a:hover {
  text-decoration: none;
}
#index .parts-item a:hover:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#index .parts-item dl {
  position: relative;
  padding-right: 64px;
  border: 1px solid #69696b;
  background-position: left top;
  background-repeat: no-repeat;
}
#index .parts-item dl:after {
  content: '';
  position: absolute;
  right: 7px;
  bottom: 7px;
  width: 20px;
  height: 20px;
  background: url(../img/arrow.gif) left top no-repeat;
}
#index .parts-item .title {
  margin-bottom: 6px;
}
#index .parts-item .text {
  line-height: 1.4;
}
#index .fourdlipo .belly dl {
  padding-top: 24px;
  padding-left: 142px;
  height: 94px;
  background-image: url(../img/case_index_4d_belly_bg.gif);
}
#index .fourdlipo .hip dl {
  padding-top: 24px;
  padding-left: 142px;
  height: 94px;
  background-image: url(../img/case_index_4d_hip_bg.gif);
}
#index .vaser .upperarm dl {
  padding-top: 12px;
  padding-left: 84px;
  height: 48px;
  background-image: url(../img/case_index_vaser_upperarm_bg.gif);
}
#index .vaser .back dl {
  padding-top: 12px;
  padding-left: 84px;
  height: 48px;
  background-image: url(../img/case_index_vaser_back_bg.gif);
}
#index .vaser .thigh dl {
  padding-top: 12px;
  padding-left: 84px;
  height: 48px;
  background-image: url(../img/case_index_vaser_thigh_bg.gif);
}
#index .vaser .calf dl {
  padding-top: 12px;
  padding-left: 84px;
  height: 48px;
  background-image: url(../img/case_index_vaser_calf_bg.gif);
}
#index .vaser .ankle dl {
  padding-top: 12px;
  padding-left: 84px;
  height: 48px;
  background-image: url(../img/case_index_vaser_ankle_bg.gif);
}
#index .fatinjection .bust dl {
  padding-top: 12px;
  padding-left: 84px;
  height: 48px;
  background-image: url(../img/case_index_fatinjection_bust_bg.gif);
}

#details #content.is-fixed .m-title:before {
  bottom: -16px;
}
#details .m-menu .menu-item {
  margin-right: 10px;
}
#details .m-menu .menu-item .title {
  margin-bottom: 2px;
}
#details .m-menu .menu-item:last-child {
  margin: 0;
}
#details .m-menu .parts-list {
  *zoom: 1;
}
#details .m-menu .parts-list:after {
  content: "";
  display: table;
  clear: both;
}
#details .m-menu .parts-item {
  float: left;
  margin-right: 5px;
}
#details .m-menu .parts-item:last-child {
  margin: 0;
}
#details .m-menu.is-fixed .menu-item,
#details .m-menu.is-fixed .parts-item {
  margin-right: 2px;
}
#details .m-menu.is-fixed .menu-item:last-child,
#details .m-menu.is-fixed .parts-item:last-child {
  margin: 0;
}
#details .region {
  padding-top: 12px;
}
#details .region > .title {
  margin-bottom: 40px;
}
#details .region .case-item {
  *zoom: 1;
  margin-bottom: 50px;
}
#details .region .case-item:after {
  content: "";
  display: table;
  clear: both;
}
#details .region .pic {
  float: right;
}
#details .region .pic-item {
  float: left;
}
#details .region .pic-item.before {
  margin-right: 5px;
  padding-right: 20px;
  background: url(../img/case_pic_bg.png) right center no-repeat;
}
#details .region .pic-item figcaption {
  margin-top: 15px;
  text-align: center;
}
#details .region .attr-item {
  overflow: hidden;
  padding-top: 12px;
  width: 282px;
  background: url(../img/case_bg.png) right top no-repeat;
}
#details .region .attr-item .title {
  float: left;
  width: 105px;
  line-height: 26px;
}
#details .region .attr-item .title img {
  vertical-align: middle;
}
#details .region .attr-item .text {
  padding-right: 10px;
  overflow: hidden;
  text-align: justify;
  color: #c5c6c6;
}
#details .region .attr-item.age .text {
  line-height: 26px;
  font-size: 1.6em;
}
#details .region .attr-item.comment .text {
  line-height: 1.8333333333;
  font-size: 1.2em;
}
#details .region .price-info {
  margin-left: 105px;
}
#details .region .price-info .info-text {
  line-height: 1.5;
  font-size: 8px;
  color: #c5c6c6;
}
#details .region .price-info .title {
  font-weight: bold;
}
#details .region .price-info .caution {
  margin-top: 3px;
}

/*----------------------------------------------------------------------
9.	#sub
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
10.	#footer
----------------------------------------------------------------------*/
#footer {
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 100%;
}

.f-contents {
  margin-right: auto;
  margin-left: auto;
  width: 920px;
}
.f-contents.menu {
  margin-bottom: -10px;
  padding-left: 286px;
  width: 634px;
}
.f-contents.menu .menu-item {
  display: inline;
  margin-right: 30px;
}
.f-contents.menu a {
  color: #c5c6c6;
}

.f-info {
  margin-bottom: 20px;
  background: url(../img/footer_clinic_bg.png);
}
.f-info .form {
  *zoom: 1;
  padding: 32px 0 32px 36px;
  border-bottom: 1px solid #eeeadf;
}
.f-info .form:after {
  content: "";
  display: table;
  clear: both;
}
.f-info .form .lead {
  float: left;
  margin: 0 21px 0 0;
  padding: 37px 0 32px 140px;
  background: url(../img/footer_info_form_bg.jpg) left center no-repeat;
}
.f-info .form-list {
  overflow: hidden;
  margin-top: 13px;
}
.f-info .form-item {
  float: left;
  margin-right: 13px;
  width: auto;
}
.f-info .form-item:last-child {
  margin-right: 0;
}
.f-info .form-item img {
  display: block;
  margin: 0 auto 15px;
}
.f-info .form-item a {
  display: block;
}
.f-info .form-item a img {
  margin: 0;
}
.f-info .clinic {
  position: relative;
  padding: 26px 0 0 36px;
  background: url(../img/footer_info_clinic_bg.png) 613px 4px no-repeat;
}
.f-info .clinic-list {
  margin-bottom: 26px;
}
.f-info .clinic-item {
  margin-bottom: 19px;
}
.f-info .clinic-item:last-child {
  margin: 0;
}
.f-info .clinic-item .title {
  position: relative;
  float: left;
  margin-right: 10px;
  width: 112px;
  height: 28px;
}
.f-info .clinic-item .title img {
  position: absolute;
  bottom: 0;
}
.f-info .clinic-item .tel {
  overflow: hidden;
  height: 28px;
  line-height: 28px;
  font-size: 1.4em;
  color: #c5c6c6;
}
.f-info .clinic-item .tel img {
  margin: 3px 7px 2px 0;
}
.f-info .clinic-item .tel span {
  font-size: 0.8571428571em;
}
.f-info .link {
  text-align: right;
  padding: 0 16px 16px 0;
  text-align: right;
}
.f-info .link a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
  padding: 5px 30px 5px 0;
}
.f-info .link a:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  background: url(../img/arrow.gif) left top no-repeat;
}
.f-info .link a:hover:after {
  background-image: url(../img/arrow_h.gif);
}
.f-info .link a {
  padding-top: 3px;
  padding-bottom: 3px;
}

#copyright {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
  width: 920px;
  background: url(../img/footer_copyright_bg.png) right center no-repeat;
  line-height: 11px;
  color: #c5c6c6;
}

.banner {
  position: fixed;
  z-index: 100;
  bottom: 37px;
  width: 100%;
  height: 140px;
  background: rgba(0, 0, 0, 0.5);
}

.banner-list {
  @pie-clearfix;
  position: relative;
  width: 820px;
  height: 140px;
  margin: 0 auto;
  padding: 10px 0;
}

.banner-item {
  background: #000;
}

.tummy-tuck-banner {
  float: left;
}

.owo-banner {
  float: right;
}

.close {
  transition: opacity 0.05s linear;
  border-radius: 15px;
  position: absolute;
  z-index: 1000;
  top: 10px;
  right: -42px;
  width: 25px;
  height: 25px;
  color: #FFF;
  font-size: 2em;
  text-align: center;
  line-height: 1.1;
  border: 1px solid #fff;
  cursor: pointer;
}
.close:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

.sd-form {
  transition: opacity 0.35s linear;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transform: translateZ(0);
  position: fixed;
  right: 0;
  top: 50px;
  z-index: -1;
}
.sd-form.is-active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  z-index: 10;
}
.sd-form .form-item {
  margin-bottom: 10px;
}

.assist {
  display: none;
}

/*----------------------------------------------------------------------
11.	ページ別個別設定
----------------------------------------------------------------------*/
