@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.cf:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.cf {
  display: inline-table;
}

* html .cf {
  height: 1%;
}

.cf {
  display: block;
}

html {
  min-width: 1200px;
  height: 100%;
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  html {
    min-width: inherit;
    min-width: auto;
    width: 100%;
  }
}
html.top {
  min-width: 1100px;
}
@media screen and (max-width: 768px) {
  html.top {
    min-width: inherit;
    min-width: auto;
    width: 100%;
  }
}

body {
  height: 100%;
  background-color: #F6F4F3;
  line-height: 1.7;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  color: #383838;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 768px) {
  body {
    line-height: 1.6;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

a {
  display: inline-block;
  color: inherit;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  outline: none;
}
a:visited {
  color: #0071BC;
}
a:active {
  color: #0071BC;
}
a:hover {
  opacity: 0.7;
  color: #0071BC;
}
a:focus {
  outline: none;
}

img {
  display: block;
  pointer-events: none;
}

.t-center {
  text-align: center;
}

.t-left {
  text-align: left;
}

.t-right {
  text-align: right;
}

.telephone a {
  cursor: default;
}
.telephone a:hover {
  opacity: 1;
}

.block {
  display: block;
}

.iblock {
  display: inline-block;
}

.inline {
  display: inline;
}

.pc-block {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc-block {
    display: none;
  }
}

.pc-iblock {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .pc-iblock {
    display: none;
  }
}

.sp-block {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-block {
    display: block;
  }
}

.sp-iblock {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-iblock {
    display: inline-block;
  }
}

.txt-red {
  color: #E85298;
}

.txt-blue {
  color: #0071BC;
}

.font-yumin {
  font-family: "游明朝体" , "Yu Mincho" , YuMincho , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

.wrapper {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .wrapper {
    width: 100%;
  }
}

.underlayer {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 63px 0 70px;
}
@media screen and (max-width: 768px) {
  .underlayer {
    width: 100%;
    padding: 50px 10px 60px;
  }
}
@media screen and (max-width: 414px) {
  .underlayer {
    padding: 33px 10px 40px;
  }
}

.breadcrumb {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #DFDFDF;
  background-color: #ffffff;
  color: #808080;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
    height: 40px;
    padding: 0 0 0 10px;
    white-space: nowrap;
  }
}
.breadcrumb::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.breadcrumb::-webkit-scrollbar-track {
  background: transparent;
}
.breadcrumb::-webkit-scrollbar-thumb {
  background: transparent;
}
.breadcrumb .inner {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .breadcrumb .inner {
    overflow-x: scroll;
    width: 100%;
  }
}
.breadcrumb .inner > span {
  vertical-align: middle;
  display: inline-block;
  margin-left: 1px;
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .breadcrumb .inner > span {
    margin-left: 3px;
    font-size: 1.1rem;
  }
}
.breadcrumb .inner > span:before {
  content: ">";
  vertical-align: middle;
  display: inline-block;
  margin: 0 6px;
  font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
  .breadcrumb .inner > span:before {
    margin-right: 3px;
    font-size: 1.0rem;
  }
}
.breadcrumb .inner > span:first-child {
  margin: 0;
}
.breadcrumb .inner > span:first-child:before {
  display: none;
}
.breadcrumb .inner > span > span,
.breadcrumb .inner > span a {
  vertical-align: middle;
  display: inline-block;
  padding: 13px 0 11px;
  color: #808080;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .breadcrumb .inner > span > span,
  .breadcrumb .inner > span a {
    padding: 15px 0 14px;
  }
}
.breadcrumb .inner > span a:hover {
  text-decoration: underline;
}

.ajax-loader {
  display: none !important;
}

#pageTop {
  z-index: 100;
  position: fixed;
  bottom: 31px;
  right: 39px;
  width: 66px;
  height: 78px;
  background: url(../images/fitting/common/pagetop.svg) no-repeat center center transparent;
}
@media screen and (max-width: 768px) {
  #pageTop {
    bottom: 15px;
    right: 15px;
    width: 45px;
    height: 45px;
    background-image: url(../images/fitting/common/pagetop_sp.svg);
  }
}
#pageTop a {
  display: block;
  width: 100%;
  height: 100%;
}
#pageTop a:hover {
  opacity: 0.7;
}
#pageTop a img {
  width: 100%;
}

#header {
  font-family: "游明朝体" , "Yu Mincho" , YuMincho , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  background-color: #e6f7fb;
}
#header a {
  color: inherit;
  text-decoration: none;
}
#header a:visited {
  color: #383838;
}
#header a:active {
  color: #383838;
}
#header a:hover {
  color: #383838;
}
#header.open .nav-btn:after {
  opacity: 1;
}
#header .logo {
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  display: block;
  vertical-align: middle;
  float: left;
  width: 166px;
  height: 61px;
  background: url(../images/fitting/common/logo.png) no-repeat center center transparent;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #header .logo {
    position: absolute;
    top: 47%;
    left: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    float: none;
    width: 106px;
    height: 39px;
  }
}
#header .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
#header .nav-fixed {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#e6f7fb), to(#f5edf8));
  background: linear-gradient(90deg, #e6f7fb 0%, #f5edf8 100%);
}
#header .nav-fixed .nav-inner {
  width: 1100px;
  min-height: 100px;
  margin: 0 auto;
  padding: 19px 0 15px;
}
@media screen and (max-width: 768px) {
  #header .nav-fixed .nav-inner {
    width: 100%;
    min-height: 50px;
    padding: 0;
  }
}
#header .fixed-inner {
  display: block;
  vertical-align: middle;
  float: right;
  width: 929px;
}
@media screen and (max-width: 768px) {
  #header .fixed-inner {
    display: none;
    overflow-y: scroll;
    position: fixed;
    top: 50px;
    left: 0;
    float: none;
    width: 100%;
    padding: 55px 0 40px;
    background: -webkit-gradient(linear, left top, right top, from(#5ebaba), to(#33bfdb));
    background: linear-gradient(90deg, #5ebaba 0%, #33bfdb 100%);
    text-align: center;
  }
}
#header .nav-btn {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  #header .nav-btn {
    display: block;
  }
}
#header .nav-btn:before, #header .nav-btn:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center center transparent;
  background-size: contain;
}
#header .nav-btn:before {
  background-image: url(../images/fitting/common/nav_btn.svg);
}
#header .nav-btn:after {
  opacity: 0;
  background-image: url(../images/fitting/common/nav_btn_close.svg);
}
#header .application {
  display: none;
  position: absolute;
  top: 50%;
  right: 60px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: -webkit-gradient(linear, left top, right top, from(#5ebaba), to(#33bfdb));
  background: linear-gradient(90deg, #5ebaba 0%, #33bfdb 100%);
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  #header .application {
    display: inline-block;
  }
}
#header .application a {
  display: block;
  margin-top: 2px;
  padding: 7px 11px;
  line-height: 1;
  color: inherit;
}
#header .globalNav {
  display: block;
  float: left;
  width: 550px;
  vertical-align: middle;
  margin-top: 15px;
  margin-left: 53px;
}
@media screen and (max-width: 768px) {
  #header .globalNav {
    display: block;
    width: auto;
    float: none;
    margin-top: 0;
    margin-left: 0;
  }
}
#header .globalNav ul {
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 768px) {
  #header .globalNav ul {
    display: block;
  }
}
#header .globalNav ul:after {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 240px;
  border-top: 1px solid #ffffff;
}
@media screen and (max-width: 768px) {
  #header .globalNav ul:after {
    display: block;
  }
}
#header .globalNav ul li {
  display: inline-block;
  position: relative;
  margin-right: 10px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #header .globalNav ul li {
    display: block;
    margin-right: 0;
    text-align: center;
    font-size: 1.6rem;
    color: #ffffff;
  }
}
#header .globalNav ul li:before {
  content: "/";
  margin-right: 19px;
}
@media screen and (max-width: 768px) {
  #header .globalNav ul li:before {
    display: none;
  }
}
#header .globalNav ul li:after {
  content: "";
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 240px;
  border-top: 1px solid #ffffff;
}
@media screen and (max-width: 768px) {
  #header .globalNav ul li:after {
    display: block;
  }
}
#header .globalNav ul li a {
  color: inherit;
}
@media screen and (max-width: 768px) {
  #header .globalNav ul li a {
    display: block;
    padding: 15px 0;
  }
}
@media screen and (max-width: 768px) {
  #header .globalNav ul .txt-red {
    display: none;
  }
}
#header .globalNav ul .sp-block {
  display: none;
}
@media screen and (max-width: 768px) {
  #header .globalNav ul .sp-block {
    display: block;
  }
}
#header .box-telephone {
  display: inline-block;
  float: right;
  margin-top: 7px;
}
@media screen and (max-width: 768px) {
  #header .box-telephone {
    float: none;
    width: auto;
    margin-top: 30px;
    text-align: center;
    color: #ffffff;
  }
}
#header .box-telephone .telephone {
  font-family: 'Ovo', serif;
  font-size: 3.5rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #header .box-telephone .telephone {
    font-size: 3.0rem;
  }
}
#header .box-telephone .telephone a {
  color: inherit;
}
#header .box-telephone .telephone a:before {
  display: inline-block;
  vertical-align: top;
  content: "";
  width: 26px;
  height: 22px;
  margin-top: 4px;
  margin-right: 7px;
  background: url(../images/fitting/common/icon_telephone.svg) no-repeat center center transparent;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #header .box-telephone .telephone a:before {
    background-image: url(../images/fitting/common/icon_telephone_white.svg);
  }
}
#header .box-telephone p {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #header .box-telephone p {
    margin-top: 10px;
    font-size: 1.2rem;
  }
}
#header .nav-catch {
  position: relative;
  z-index: 99;
  margin-top: 100px;
  padding: 10px 0;
  background-color: #5ebaba;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.7);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.7);
  text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.4);
  font-size: 2.4rem;
  color: #ffffff;
}
@media screen and (max-width: 1200px) {
  #header .nav-catch {
    font-size: 2rem;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #header .nav-catch {
    display: none;
  }
}
#header .nav-catch .catch {
  width: 1100px;
  margin: 0 auto;
}

#footer {
  padding: 0 0 14px;
  background: -webkit-gradient(linear, left top, right top, from(#5ebaba), to(#33bfdb));
  background: linear-gradient(90deg, #5ebaba 0%, #33bfdb 100%);
  text-align: center;
  color: #ffffff;
}
#footer a {
  color: inherit;
  text-decoration: none;
}
#footer a:visited {
  color: #383838;
}
#footer a:active {
  color: #383838;
}
#footer a:hover {
  color: #383838;
}
@media screen and (max-width: 768px) {
  #footer {
    padding: 0 0 69px;
  }
}
#footer .telephone_wrap {
  padding-bottom: 100px;
  background-color: #F6F4F3;
}
@media screen and (max-width: 768px) {
  #footer .telephone_wrap {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #footer .telephone_wrap .pc-block {
    display: none;
  }
}
#footer .telephone-inner {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #footer .telephone-inner {
    display: block;
    width: 100%;
    padding: 25px 15px 10px;
  }
}
#footer .telephone-inner img {
  width: 100%;
  height: auto;
}
#footer .nav-footer {
  padding-top: 34px;
}
@media screen and (max-width: 768px) {
  #footer .nav-footer {
    padding-top: 0;
    background-color: #ffffff;
  }
}
#footer .nav-footer li {
  display: inline-block;
  border-left: 1px solid #ffffff;
  line-height: 1;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  #footer .nav-footer li {
    display: block;
    border-left: none;
    border-bottom: 1px solid #F6F4F3;
    text-align: left;
    color: #383838;
  }
}
#footer .nav-footer li:first-child {
  border-left: none;
}
#footer .nav-footer li a {
  padding-left: 17px;
  padding-right: 17px;
  color: inherit;
}
@media screen and (max-width: 768px) {
  #footer .nav-footer li a {
    display: block;
    position: relative;
    padding: 15px 10px 15px 19px;
  }
}
#footer .nav-footer li a:before {
  content: "\f105";
  display: none;
  position: absolute;
  top: 50%;
  right: 10px;
  font-family: FontAwesome;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #footer .nav-footer li a:before {
    display: block;
  }
}
#footer .logo {
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  display: inline-block;
  width: 166px;
  height: 61px;
  margin-top: 36px;
  background: url(../images/fitting/common/logo.png) no-repeat center center transparent;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #footer .logo {
    width: 88px;
    height: 30px;
    margin-top: 18px;
  }
}
#footer .address {
  margin-top: 23px;
}
@media screen and (max-width: 768px) {
  #footer .address {
    margin-top: 12px;
  }
}
#footer .address li {
  display: inline-block;
  margin: 0 6px 0 3px;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  #footer .address li {
    margin: 0;
    font-size: 1.2rem;
  }
}
#footer .address li:first-child:before {
  display: none;
}
#footer .address li:before {
  display: inline-block;
  content: "／";
  margin-left: 5px;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  #footer .address li:before {
    display: none;
    margin-left: 0px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 768px) {
  #footer .address li:nth-of-type(1), #footer .address li:nth-of-type(4) {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #footer .address li:nth-of-type(3):before {
    display: inline-block;
  }
}
#footer .copyright {
  margin-top: 4px;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #footer .copyright {
    font-size: 1.1rem;
  }
}

#contents {
  z-index: 1;
  overflow: hidden;
  position: relative;
  display: block;
}
@media screen and (max-width: 768px) {
  #contents {
    width: 100%;
  }
}

.unit-title-01 {
  position: relative;
  padding-bottom: 37px;
  text-align: center;
  font-weight: bold;
  font-size: 3.4rem;
  letter-spacing: 0.03em;
  color: #5EBABA;
}
@media screen and (max-width: 768px) {
  .unit-title-01 {
    padding-bottom: 27px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 414px) {
  .unit-title-01 {
    padding-bottom: 20px;
    font-size: 2.0rem;
  }
}
.unit-title-01:before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 49%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 537px;
  height: 32px;
  background: url(../images/fitting/common/title_dec01.svg) no-repeat center bottom transparent;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .unit-title-01:before {
    width: 268px;
  }
}

.unit-title02 {
  position: relative;
  padding-bottom: 39px;
  text-align: center;
  font-weight: bold;
  font-size: 4.0rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .unit-title02 {
    padding-bottom: 0;
    font-size: 2.0rem;
  }
}
.unit-title02:before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1100px;
  height: 32px;
  background: url(../images/fitting/common/title_dec02.svg) no-repeat center bottom transparent;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .unit-title02:before {
    display: none;
  }
}

.unit-title-03 {
  position: relative;
  padding-bottom: 55px;
  text-align: center;
  font-size: 4.0rem;
  color: #5EBABA;
}
@media screen and (max-width: 768px) {
  .unit-title-03 {
    padding-bottom: 25px;
    font-size: 2.0rem;
  }
}
.unit-title-03:before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  width: 130px;
  height: 36px;
  background: url(../images/fitting/common/title_dec03.svg) no-repeat center center transparent;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .unit-title-03:before {
    width: 65px;
    height: 18px;
  }
}

.unit-title-04 {
  position: relative;
  display: block;
  padding-right: calc(100% - (100% - 390px));
  font-family: "游明朝体" , "Yu Mincho" , YuMincho , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-size: 2.4rem;
  line-height: 1.5;
  color: #5EBABA;
}
@media screen and (max-width: 768px) {
  .unit-title-04 {
    padding-right: 0;
    padding-bottom: 20px;
    text-align: center;
    font-size: 2.0rem;
  }
}
@media screen and (max-width: 414px) {
  .unit-title-04 {
    font-size: 1.8rem;
  }
}
.unit-title-04:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 380px;
  height: 24px;
  background: url(../images/fitting/common/title_dec04.svg) no-repeat center center transparent;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .unit-title-04:before {
    top: auto;
    bottom: 0;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 300px;
    height: 24px;
  }
}
@media screen and (max-width: 414px) {
  .unit-title-04:before {
    width: 250px;
    height: 24px;
  }
}

.unit-title05 {
  font-size: 2.8rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .unit-title05 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 414px) {
  .unit-title05 {
    font-size: 2.0rem;
  }
}

.unit-catch-01 {
  text-align: center;
  font-weight: bold;
  font-size: 4.0rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .unit-catch-01 {
    font-size: 1.6rem;
  }
}

.unit-catch-02 {
  position: relative;
  padding-bottom: 28px;
  text-align: center;
  font-size: 2.8rem;
  letter-spacing: -1px;
  line-height: 1.8;
}
.unit-catch-02 .small {
  font-size: 2rem;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .unit-catch-02 {
    padding-bottom: 40px;
    font-size: 2.2rem;
  }
  .unit-catch-02 .small {
    font-size: 1.5rem;
    display: block;
    margin-top: 25px;
  }
}
@media screen and (max-width: 414px) {
  .unit-catch-02 {
    padding-bottom: 30px;
    font-size: 1.8rem;
  }
}
.unit-catch-02:before {
  z-index: 1;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 200px;
  height: 11px;
  background: url(../images/fitting/common/dec_pearl02.png) repeat-x left top transparent;
  background-size: contain;
}

.unit-list.icon-check li:before {
  content: "\f046";
}
.unit-list.icon-red li:before {
  color: #E85298;
}
.unit-list.icon-blue li:before {
  color: #0071BC;
}
.unit-list li:before {
  margin-right: 8px;
  font-family: FontAwesome;
}

.unit-btn-01 {
  font-family: "游明朝体" , "Yu Mincho" , YuMincho , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-size: 2.2rem;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .unit-btn-01 {
    font-size: 1.5rem;
  }
}
.unit-btn-01.c-blue a {
  background: -webkit-gradient(linear, left bottom, left top, from(#5ebaba), to(#33bfdb));
  background: linear-gradient(0deg, #5ebaba 0%, #33bfdb 100%);
}
.unit-btn-01 a {
  display: inline-block;
  position: relative;
  padding: 13px 44px 11px 69px;
  border-radius: 10px;
  color: inherit;
  text-decoration: none;
  text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .unit-btn-01 a {
    display: block;
    padding: 7px 22px 5px 35px;
  }
}
.unit-btn-01 a:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 21px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background: url(../images/fitting/common/dec_pearl.png) no-repeat center center transparent;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .unit-btn-01 a:before {
    left: 10px;
    width: 13px;
    height: 13px;
  }
}

.unit-btn-02 {
  font-family: "游明朝体" , "Yu Mincho" , YuMincho , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-size: 2.2rem;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .unit-btn-02 {
    font-size: 1.5rem;
  }
}
.unit-btn-02.c-blue a {
  background: -webkit-gradient(linear, left bottom, left top, from(#5ebaba), to(#33bfdb));
  background: linear-gradient(0deg, #5ebaba 0%, #33bfdb 100%);
}
.unit-btn-02 a {
  display: block;
  position: relative;
  padding: 16px 34px 15px 0;
  border-radius: 10px;
  color: inherit;
  text-decoration: none;
  text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.4);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .unit-btn-02 a {
    display: block;
    padding: 13px 30px 13px 0;
  }
}
@media screen and (max-width: 414px) {
  .unit-btn-02 a {
    padding: 10px 20px 10px 0;
  }
}
.unit-btn-02 a:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  position: relative;
  width: 26px;
  height: 26px;
  margin-right: 20px;
  background: url(../images/fitting/common/dec_pearl.png) no-repeat center center transparent;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .unit-btn-02 a:before {
    left: 10px;
    width: 13px;
    height: 13px;
  }
}

.unit-btn-submit {
  position: relative;
  font-family: "游明朝体" , "Yu Mincho" , YuMincho , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-size: 2.2rem;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .unit-btn-submit {
    font-size: 1.5rem;
  }
}
.unit-btn-submit:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-4em, -50%);
          transform: translate(-4em, -50%);
  width: 26px;
  height: 26px;
  background: url(../images/fitting/common/dec_pearl.png) no-repeat center center transparent;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .unit-btn-submit:after {
    width: 13px;
    height: 13px;
  }
}
.unit-btn-submit input[type="submit"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  position: relative;
  min-width: 400px;
  margin: 0 auto;
  padding: 16px 10px 10px;
  font-family: "游明朝体" , "Yu Mincho" , YuMincho , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  border-radius: 10px;
  background: -webkit-gradient(linear, left bottom, left top, from(#5ebaba), to(#33bfdb));
  background: linear-gradient(0deg, #5ebaba 0%, #33bfdb 100%);
  color: inherit;
  text-decoration: none;
  text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.4);
  letter-spacing: 0.05em;
  text-align: center;
  font-size: 2.2rem;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (max-width: 768px) {
  .unit-btn-submit input[type="submit"] {
    display: block;
    min-width: inherit;
    min-width: auto;
    width: 100%;
    padding: 13px 10px 10px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 414px) {
  .unit-btn-submit input[type="submit"] {
    font-size: 1.6rem;
  }
}
.unit-btn-submit input[type="submit"]:hover {
  opacity: 0.7;
}

.unit-hair-detail {
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .unit-hair-detail {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}
.unit-hair-detail:before, .unit-hair-detail:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 25px;
  background: url(../images/fitting/haircatalog/hairdetail_back.svg) no-repeat left top transparent;
}
@media screen and (max-width: 768px) {
  .unit-hair-detail:before, .unit-hair-detail:after {
    display: none;
    height: 12px;
  }
}
.unit-hair-detail:before {
  top: 0;
}
.unit-hair-detail:after {
  bottom: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.unit-hair-detail .inner {
  padding-left: 35px;
  padding-right: 35px;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .unit-hair-detail .inner {
    padding: 30px;
  }
}
@media screen and (max-width: 414px) {
  .unit-hair-detail .inner {
    padding: 25px;
  }
}
.unit-hair-detail p {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .unit-hair-detail p {
    margin-top: 15px;
  }
}
@media screen and (max-width: 414px) {
  .unit-hair-detail p {
    margin-top: 10px;
  }
}
.unit-hair-detail figure {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .unit-hair-detail figure {
    margin-top: 15px;
  }
}
@media screen and (max-width: 414px) {
  .unit-hair-detail figure {
    margin-top: 10px;
  }
}
.unit-hair-detail figure img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .unit-sns {
    text-align: center;
  }
}
.unit-sns li {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 6px;
}
@media screen and (max-width: 768px) {
  .unit-sns li {
    width: 40px;
    height: 40px;
    margin: 0 10px;
  }
}
.unit-sns li a {
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 100px;
}
.unit-sns li a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  background: no-repeat center center transparent;
  background-size: contain;
}
.unit-sns .twitter a {
  background-color: #50ABF1;
}
.unit-sns .twitter a:before {
  height: 50%;
  background-image: url(../images/fitting/common/icon_twitter.svg);
}
.unit-sns .facebook a {
  background-color: #39579A;
}
.unit-sns .facebook a:before {
  height: 50%;
  background-image: url(../images/fitting/common/icon_facebook.svg);
}
.unit-sns .evernote a {
  background-color: #78C337;
}
.unit-sns .evernote a:before {
  height: 50%;
  background-image: url(../images/fitting/common/icon_evernote.svg);
}

.unit-separate01:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: url(../images/fitting/common/title_dec02.svg) no-repeat center center transparent;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .unit-separate01:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 300px;
    height: 16px;
    background-image: url(../images/fitting/common/title_dec04.svg);
  }
}
@media screen and (max-width: 768px) {
  .unit-separate01:before {
    width: 250px;
    height: 24px;
  }
}

.box-undertitle {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .box-undertitle {
    margin-top: 50px;
  }
}
.box-undertitle .undertitle {
  padding: 44px 0 45px;
  background: url(../images/fitting/common/under_title_back.jpg) repeat left top transparent;
  background-size: 566px 567px;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .box-undertitle .undertitle {
    padding: 30px 0 22px;
    background-size: 283px 283px;
  }
}
.box-undertitle .undertitle .ruby {
  display: inline-block;
  background: no-repeat center center transparent;
}
.box-undertitle .undertitle .ruby.haircatalog {
  width: 215px;
  height: 40px;
  background-image: url(../images/fitting/title/ruby_haircatalog.svg);
}
@media screen and (max-width: 768px) {
  .box-undertitle .undertitle .ruby.haircatalog {
    width: 170px;
    height: 25px;
  }
}
.box-undertitle .undertitle .ruby.contact {
  width: 264px;
  height: 40px;
  background-image: url(../images/fitting/title/ruby_contact.svg);
}
@media screen and (max-width: 768px) {
  .box-undertitle .undertitle .ruby.contact {
    width: 170px;
    height: 25px;
  }
}
.box-undertitle .undertitle .ruby.thanks {
  width: 112px;
  height: 40px;
  background-image: url(../images/fitting/title/ruby_thanks.svg);
}
@media screen and (max-width: 768px) {
  .box-undertitle .undertitle .ruby.thanks {
    width: 80px;
    height: 20px;
  }
}
.box-undertitle .undertitle h1 {
  font-size: 4.5rem;
  line-height: 1.4;
  text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .box-undertitle .undertitle h1 {
    font-size: 3.0rem;
  }
}

.box-about {
  position: relative;
  min-height: 450px;
  margin-top: 48px;
  padding-top: 72px;
  padding-left: 462px;
  padding: 72px 0 132px 462px;
  background: url(../images/fitting/top/about_image.png) no-repeat left top #ffffff;
}
@media screen and (max-width: 768px) {
  .box-about {
    min-height: inherit;
    min-height: auto;
    margin-top: 20px;
    padding: 53% 25px 0;
    background: url(../images/fitting/top/about_image_sp.png) no-repeat center top transparent;
    background-size: 80% auto;
  }
}
@media screen and (max-width: 414px) {
  .box-about {
    margin-top: 8px;
    padding: 56% 10px 0;
  }
}
.box-about:before {
  content: "";
  display: block;
  position: absolute;
  top: -19px;
  left: 0;
  width: 1100px;
  height: 30px;
  background: url(../images/fitting/common/title_dec02.svg) no-repeat center center transparent;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .box-about:before {
    display: none;
  }
}
.box-about .about-point {
  position: absolute;
  bottom: -206px;
  left: 0;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .box-about .about-point {
    position: relative;
    bottom: 0;
    left: 0;
    margin-top: 20px;
  }
}
.box-about .about-point li {
  display: inline-block;
  margin-right: 7px;
}
@media screen and (max-width: 768px) {
  .box-about .about-point li {
    margin-right: 0;
  }
}
.box-about .about-point li img {
  width: 100%;
  height: auto;
}

.box-serviceflow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .box-serviceflow {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 15px 0 20px;
  }
}
.box-serviceflow .inner-flow {
  position: relative;
  width: 200px;
  margin-left: 25px;
}
@media screen and (max-width: 768px) {
  .box-serviceflow .inner-flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-left: 0;
  }
}
.box-serviceflow .inner-flow:first-child:before, .box-serviceflow .inner-flow:last-child:before {
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  background: no-repeat center center transparent;
  background-size: contain;
}
.box-serviceflow .inner-flow:first-child {
  margin-left: 0;
}
.box-serviceflow .inner-flow:first-child:before {
  top: -49px;
  left: -99px;
  width: 151px;
  height: 152px;
  background-image: url(../images/fitting/top/service_dec_flower01.png);
}
@media screen and (max-width: 768px) {
  .box-serviceflow .inner-flow:first-child:before {
    top: -41px;
    left: -20px;
    width: 76px;
    height: 76px;
    background-image: url(../images/fitting/top/service_dec_flower01_sp.png);
  }
}
.box-serviceflow .inner-flow:first-child .title:before {
  display: none;
}
.box-serviceflow .inner-flow:last-child:before {
  top: 79px;
  right: -135px;
  width: 162px;
  height: 144px;
  background-image: url(../images/fitting/top/service_dec_flower02.png);
}
@media screen and (max-width: 768px) {
  .box-serviceflow .inner-flow:last-child:before {
    top: auto;
    bottom: -16px;
    left: 60px;
    width: 70px;
    height: 66px;
    background-image: url(../images/fitting/top/service_dec_flower02_sp.png);
  }
}
.box-serviceflow .inner-flow:last-child p:before {
  display: none;
}
.box-serviceflow .inner-flow .title {
  position: relative;
}
@media screen and (max-width: 768px) {
  .box-serviceflow .inner-flow .title {
    width: 100px;
  }
}
.box-serviceflow .inner-flow .title:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -43px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background: url(../images/fitting/top/service_flow_arrow.svg) no-repeat center center transparent;
}
@media screen and (max-width: 768px) {
  .box-serviceflow .inner-flow .title:before {
    display: none;
  }
}
.box-serviceflow .inner-flow .title img {
  width: 100%;
  height: auto;
}
.box-serviceflow .inner-flow p {
  margin-top: 30px;
  padding: 0 11px;
  font-size: 1.4rem;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .box-serviceflow .inner-flow p {
    position: relative;
    width: calc(100% - 100px);
    margin-top: 0;
    padding: 0 0 26px 11px;
  }
}
@media screen and (max-width: 414px) {
  .box-serviceflow .inner-flow p {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.box-serviceflow .inner-flow p:before {
  content: "";
  display: none;
  position: absolute;
  bottom: 12px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  width: 40px;
  height: 40px;
  background: url(../images/fitting/top/service_flow_arrow.svg) no-repeat center center transparent;
}
@media screen and (max-width: 768px) {
  .box-serviceflow .inner-flow p:before {
    display: block;
  }
}
@media screen and (max-width: 414px) {
  .box-serviceflow .inner-flow p:before {
    width: 30px;
    height: 30px;
  }
}

.box-hairstyle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .box-hairstyle {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.box-hairstyle .box-inner {
  width: 230px;
  margin-left: 44px;
}
@media screen and (max-width: 768px) {
  .box-hairstyle .box-inner {
    width: 50%;
    margin-top: 15px;
    margin-left: 0;
  }
}
.box-hairstyle .box-inner:first-child {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .box-hairstyle .box-inner:nth-of-type(odd) {
    padding-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .box-hairstyle .box-inner:nth-of-type(even) {
    padding-left: 10px;
  }
}
.box-hairstyle .box-inner a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.box-hairstyle .box-inner figure {
  position: relative;
  min-width: 230px;
  min-height: 256px;
  padding: 10% 9.5%;
}
@media screen and (max-width: 768px) {
  .box-hairstyle .box-inner figure {
    min-width: inherit;
    min-width: auto;
    min-height: inherit;
    min-height: auto;
    width: 100%;
  }
}
.box-hairstyle .box-inner figure:before, .box-hairstyle .box-inner figure:after {
  content: "";
  position: absolute;
  background: no-repeat center top transparent;
  background-size: contain;
}
.box-hairstyle .box-inner figure:before {
  z-index: 2;
  bottom: -5px;
  right: -10px;
  width: 88px;
  height: 77px;
}
@media screen and (max-width: 768px) {
  .box-hairstyle .box-inner figure:before {
    bottom: 1px;
    right: 0px;
    width: 47px;
    height: 42px;
  }
}
.box-hairstyle .box-inner figure:after {
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.box-hairstyle .box-inner figure img {
  z-index: 0;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.box-hairstyle .box-inner .title {
  margin-top: 2px;
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 2.2rem;
  border-bottom: 1px solid #4D4D4D;
}
@media screen and (max-width: 768px) {
  .box-hairstyle .box-inner .title {
    font-size: 1.4rem;
  }
}
.box-hairstyle .box-inner p {
  margin-top: 11px;
}
@media screen and (max-width: 768px) {
  .box-hairstyle .box-inner p {
    margin-top: 6px;
    font-size: 1.3rem;
  }
}
.box-hairstyle .box-inner .price {
  display: block;
  margin-top: 4px;
  font-size: 2.0rem;
  color: #E85298;
}
@media screen and (max-width: 768px) {
  .box-hairstyle .box-inner .price {
    font-size: 1.5rem;
  }
}

.box-hair-thumb {
  position: relative;
}
.box-hair-thumb:before {
  z-index: 1;
  content: "";
  position: absolute;
  background: no-repeat center top transparent;
  background-size: contain;
  top: 57%;
  right: 0;
  width: 139px;
  height: 122px;
}
@media screen and (max-width: 768px) {
  .box-hair-thumb:before {
    top: 61%;
    width: 28%;
    height: 15%;
  }
}
.box-hair-thumb .main-thumb {
  overflow: hidden;
  z-index: 0;
  position: relative;
  padding: 115% 0 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .box-hair-thumb .main-thumb {
    min-width: inherit;
    min-width: auto;
    min-height: inherit;
    min-height: auto;
    width: 100%;
  }
}
.box-hair-thumb .main-thumb:before, .box-hair-thumb .main-thumb:after {
  content: "";
  position: absolute;
  background: no-repeat center top transparent;
  background-size: contain;
}
.box-hair-thumb .main-thumb:after {
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.box-hair-thumb .main-thumb img {
  z-index: 0;
  position: absolute;
  top: 6.1%;
  left: 6%;
  width: 87.3%;
  height: auto;
  margin: 0 auto;
}
.box-hair-thumb .sub-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .box-hair-thumb .sub-thumb {
    margin-top: 25px;
  }
}
@media screen and (max-width: 414px) {
  .box-hair-thumb .sub-thumb {
    margin-top: 20px;
  }
}
.box-hair-thumb .sub-thumb li {
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.box-hair-thumb .sub-thumb li:hover {
  opacity: 0.7;
}
.box-hair-thumb .sub-thumb li:nth-of-type(3n+2) {
  margin-left: 7%;
  margin-right: 7%;
}
@media screen and (max-width: 768px) {
  .box-hair-thumb .sub-thumb li:nth-of-type(3n+2) {
    margin-left: 3%;
    margin-right: 3%;
  }
}
.box-hair-thumb .sub-thumb li img {
  width: 100%;
  height: auto;
}

.box-hair-detail {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .box-hair-detail {
    margin-top: 20px;
    font-size: 1.5rem;
  }
}
.box-hair-detail .title-detail {
  font-family: "游明朝体" , "Yu Mincho" , YuMincho , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .box-hair-detail .title-detail {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 414px) {
  .box-hair-detail .title-detail {
    font-size: 2.0rem;
  }
}
.box-hair-detail .summary {
  margin-top: 9px;
  font-family: "游明朝体" , "Yu Mincho" , YuMincho , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .box-hair-detail .summary {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 414px) {
  .box-hair-detail .summary {
    font-size: 1.6rem;
  }
}
.box-hair-detail .price {
  display: block;
  margin-top: 20px;
  margin-bottom: 26px;
  padding: 11px 0 12px;
  border-top: 1px solid #C5C5C5;
  border-bottom: 1px solid #C5C5C5;
  font-family: "游明朝体" , "Yu Mincho" , YuMincho , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-size: 3.0rem;
  color: #E85298;
}
@media screen and (max-width: 768px) {
  .box-hair-detail .price {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 414px) {
  .box-hair-detail .price {
    font-size: 2.0rem;
  }
}
.box-hair-detail .price span {
  font-size: 2.0rem;
}
@media screen and (max-width: 768px) {
  .box-hair-detail .price span {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 414px) {
  .box-hair-detail .price span {
    font-size: 1.5rem;
  }
}
.box-hair-detail dl {
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .box-hair-detail dl {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 414px) {
  .box-hair-detail dl {
    margin-bottom: 12px;
  }
}
.box-hair-detail dl dt {
  display: inline-block;
  vertical-align: top;
  width: 74px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .box-hair-detail dl dt {
    display: block;
    width: 100%;
  }
}
.box-hair-detail dl dd {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 79px);
}
@media screen and (max-width: 768px) {
  .box-hair-detail dl dd {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
}
.box-hair-detail dl dd .size:before {
  content: "／";
}
.box-hair-detail dl dd .size:first-child:before {
  display: none;
}
.box-hair-detail dl dd .color {
  display: inline-block;
  width: 110px;
  margin-right: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .box-hair-detail dl dd .color {
    margin-bottom: 10px;
    margin-right: 10px;
  }
}
.box-hair-detail dl dd .color p {
  margin-top: 5px;
}
.box-hair-detail .unit-btn-02 {
  margin-top: 18px;
  margin-bottom: 60px;
  padding-top: 29px;
  border-top: 1px solid #C5C5C5;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .box-hair-detail .unit-btn-02 {
    margin-top: 15px;
    margin-bottom: 50px;
    padding-top: 20px;
    font-size: 2.0rem;
  }
}
@media screen and (max-width: 414px) {
  .box-hair-detail .unit-btn-02 {
    margin-top: 12px;
    margin-bottom: 40px;
    padding-top: 18px;
    font-size: 1.8rem;
  }
}
.box-hair-detail .unit-hair-detail {
  margin-top: 27px;
}
@media screen and (max-width: 768px) {
  .box-hair-detail .unit-hair-detail {
    margin-top: 25px;
  }
}
@media screen and (max-width: 414px) {
  .box-hair-detail .unit-hair-detail {
    margin-top: 20px;
  }
}

.box-hair-note .note {
  margin-top: 34px;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .box-hair-note .note {
    margin-top: 30px;
  }
}
@media screen and (max-width: 414px) {
  .box-hair-note .note {
    margin-top: 25px;
  }
}
.box-hair-note .unit-sns {
  margin-top: 21px;
}
@media screen and (max-width: 768px) {
  .box-hair-note .unit-sns {
    margin-top: 18px;
  }
}
@media screen and (max-width: 414px) {
  .box-hair-note .unit-sns {
    margin-top: 14px;
  }
}
.box-hair-note .box-telephone02 {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .box-hair-note .box-telephone02 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 414px) {
  .box-hair-note .box-telephone02 {
    margin-top: 15px;
  }
}

.box-telephone02 {
  display: block;
  padding: 11px 0 7px;
  border: 5px solid #5EBABA;
  text-align: center;
}
.box-telephone02 .catch {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .box-telephone02 .catch {
    font-size: 1.4rem;
  }
}
.box-telephone02 .telephone {
  display: block;
  margin-top: 7px;
  margin-bottom: 6px;
  font-family: 'Ovo', serif;
  font-size: 4.4rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #5EBABA;
}
@media screen and (max-width: 768px) {
  .box-telephone02 .telephone {
    font-size: 3.0rem;
  }
}
.box-telephone02 .telephone a {
  color: inherit;
  text-decoration: none;
}
.box-telephone02 .telephone a:before {
  display: inline-block;
  vertical-align: top;
  content: "";
  width: 38px;
  height: 31px;
  margin-top: 4px;
  margin-right: 7px;
  background: url(../images/fitting/common/icon_telephone_blue.svg) no-repeat center center transparent;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .box-telephone02 .telephone a:before {
    width: 33px;
    height: 28px;
  }
}
.box-telephone02 .time {
  letter-spacing: 0.1em;
}

.box-hairlist-catch {
  position: relative;
  padding-top: 87px;
}
@media screen and (max-width: 768px) {
  .box-hairlist-catch {
    padding-top: 70px;
  }
}
@media screen and (max-width: 414px) {
  .box-hairlist-catch {
    padding-top: 50px;
  }
}
.box-hairlist-catch .bold {
  margin-top: 0;
  font-size: 2.8rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .box-hairlist-catch .bold {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 414px) {
  .box-hairlist-catch .bold {
    font-size: 2.0rem;
  }
}
.box-hairlist-catch p {
  margin-top: 11px;
  font-size: 2.0rem;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .box-hairlist-catch p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 414px) {
  .box-hairlist-catch p {
    font-size: 1.6rem;
  }
}

.mainvisual {
  position: relative;
  width: 100%;
  margin-bottom: -2%;
  padding-top: 40.1%;
  background: url(../images/fitting/top/main_image.png) no-repeat center center transparent;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .mainvisual {
    z-index: 1;
    margin-top: 50px;
    margin-bottom: 0;
    padding-top: 124.8%;
    background-image: url(../images/fitting/top/main_image_sp.png);
  }
}
.mainvisual .button-application {
  position: absolute;
  top: 60%;
  left: 11.9%;
  width: 39.2%;
}
@media screen and (max-width: 1100px) {
  .mainvisual .button-application {
    width: 44.2%;
  }
}
@media screen and (max-width: 768px) {
  .mainvisual .button-application {
    position: absolute;
    top: auto;
    bottom: -20%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 96%;
  }
}
.mainvisual .button-application img {
  width: 100%;
}

.section-about {
  position: relative;
  padding-bottom: 275px;
}
@media screen and (max-width: 768px) {
  .section-about {
    padding-top: 24%;
    padding-bottom: 44px;
  }
}
.section-about:before, .section-about:after {
  display: block;
  z-index: 0;
  position: absolute;
  bottom: 0;
  content: "";
  width: 643px;
  height: 500px;
  background: no-repeat left top transparent;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .section-about:before, .section-about:after {
    width: 100%;
    height: 100%;
    background-position: bottom left;
  }
}
.section-about:before {
  left: 0;
  background-image: url(../images/fitting/top/about_back_left.svg);
}
@media screen and (max-width: 768px) {
  .section-about:before {
    background-image: url(../images/fitting/top/about_back_sp.svg);
  }
}
.section-about:after {
  right: 0;
  background-image: url(../images/fitting/top/about_back_right.svg);
}
@media screen and (max-width: 768px) {
  .section-about:after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .section-about .unit-title-01 {
    padding-top: 30px;
  }
}
@media screen and (max-width: 414px) {
  .section-about .unit-title-01 {
    padding-top: 16px;
  }
}
.section-about .unit-catch-01 {
  margin-top: -12px;
}
@media screen and (max-width: 768px) {
  .section-about .unit-catch-01 {
    margin-top: 0;
  }
}
.section-about .box-about {
  position: relative;
  z-index: 1;
}
.section-about .box-about .unit-list {
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .section-about .box-about .unit-list {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 414px) {
  .section-about .box-about .unit-list {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .section-about .box-about .unit-list li {
    margin-top: 4px;
  }
}
.section-about .box-about p {
  margin-top: 30px;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .section-about .box-about p {
    margin-top: 20px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 414px) {
  .section-about .box-about p {
    margin-top: 12px;
    font-size: 1.5rem;
  }
}

.section-haircatalog {
  padding: 61px 0 48px;
  background: url(../images/fitting/common/back_cream.png) repeat left top transparent;
  background-size: 130px 130px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-haircatalog {
    padding: 22px 9px 0px;
    background-size: 75px 75px;
  }
}
.section-haircatalog .button-catalog {
  display: inline-block;
  position: relative;
}
.section-haircatalog .button-catalog:before, .section-haircatalog .button-catalog:after {
  content: "";
  z-index: 2;
  display: block;
  position: absolute;
  background: no-repeat center center transparent;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .section-haircatalog .button-catalog:before, .section-haircatalog .button-catalog:after {
    display: none;
  }
}
.section-haircatalog .button-catalog:before {
  bottom: -36px;
  left: -75px;
  width: 270px;
  height: 219px;
  background-image: url(../images/fitting/top/catalog_dec_flower01.png);
}
.section-haircatalog .button-catalog:after {
  bottom: -25px;
  right: -47px;
  width: 234px;
  height: 196px;
  background-image: url(../images/fitting/top/catalog_dec_flower02.png);
}
.section-haircatalog .button-catalog img {
  width: 100%;
  height: auto;
}

.section-serviceflow {
  padding: 65px 0 61px;
  background: url(../images/fitting/common/backg_white.png) repeat left top transparent;
  background-size: 156px 156px;
}
@media screen and (max-width: 768px) {
  .section-serviceflow {
    padding: 50px 0 40px;
    background-size: 78px 78px;
  }
}
@media screen and (max-width: 414px) {
  .section-serviceflow {
    padding: 25px 0 30px;
  }
}
.section-serviceflow .box-serviceflow {
  margin-top: 58px;
}
@media screen and (max-width: 768px) {
  .section-serviceflow .box-serviceflow {
    margin-top: 40px;
  }
}
@media screen and (max-width: 414px) {
  .section-serviceflow .box-serviceflow {
    margin-top: 21px;
  }
}

.section-hairstyle {
  padding: 52px 0 89px;
}
@media screen and (max-width: 768px) {
  .section-hairstyle {
    padding: 40px 10px 70px;
  }
}
@media screen and (max-width: 414px) {
  .section-hairstyle {
    padding: 22px 10px 35px;
  }
}
.section-hairstyle .unit-title02 {
  margin-bottom: 49px;
}
@media screen and (max-width: 768px) {
  .section-hairstyle .unit-title02 {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 414px) {
  .section-hairstyle .unit-title02 {
    margin-bottom: 0px;
  }
}
.section-hairstyle .hairstyle-wrap {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .section-hairstyle .hairstyle-wrap {
    width: 100%;
  }
}
.section-hairstyle .hairstyle-wrap:before, .section-hairstyle .hairstyle-wrap:after {
  z-index: 0;
  display: block;
  content: "";
  position: absolute;
  background: no-repeat center center transparent;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .section-hairstyle .hairstyle-wrap:before, .section-hairstyle .hairstyle-wrap:after {
    display: none;
  }
}
.section-hairstyle .hairstyle-wrap:before {
  top: -129px;
  left: -123px;
  width: 300px;
  height: 291px;
  background-image: url(../images/fitting/top/hairstyle_dec_flower01.png);
}
.section-hairstyle .hairstyle-wrap:after {
  bottom: 54px;
  right: -110px;
  width: 196px;
  height: 181px;
  background-image: url(../images/fitting/top/hairstyle_dec_flower02.png);
}
.section-hairstyle .hairstyle-wrap .hairstyle-wrap-inner {
  z-index: 1;
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding: 48px 73px 50px;
  background: url(../images/fitting/top/hairstyle_back.svg) no-repeat center center transparent;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .section-hairstyle .hairstyle-wrap .hairstyle-wrap-inner {
    width: 100%;
    padding: 0;
    background: none;
  }
}
@media screen and (max-width: 768px) {
  .section-hairstyle .box-hairstyle {
    padding: 0 10px;
  }
}
.section-hairstyle .unit-btn-01 {
  margin-top: 38px;
}
@media screen and (max-width: 768px) {
  .section-hairstyle .unit-btn-01 {
    margin-top: 18px;
  }
}

.section-catch {
  position: relative;
  padding: 77px 0 67px;
  background: url(../images/fitting/top/catch_back.jpg) no-repeat center center transparent;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .section-catch {
    padding: 31px 0 0;
    background-image: url(../images/fitting/top/catch_back_sp.jpg);
  }
}
.section-catch:before {
  z-index: 1;
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 23px;
  background: url(../images/fitting/common/dec_pearl02.png) repeat-x left top transparent;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .section-catch:before {
    height: 12px;
  }
}
.section-catch .wrapper {
  z-index: 1;
  position: relative;
}
.section-catch .unit-title-03 {
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .section-catch .unit-title-03 {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 414px) {
  .section-catch .unit-title-03 {
    margin-bottom: 16px;
  }
}
.section-catch p {
  margin-top: 16px;
  font-size: 1.7rem;
  line-height: 2.4;
}
@media screen and (max-width: 768px) {
  .section-catch p {
    margin-top: 12px;
    padding: 0 15px;
    font-size: 1.5rem;
    line-height: 2.0;
  }
}
@media screen and (max-width: 414px) {
  .section-catch p {
    margin-top: 8px;
  }
}
.section-catch .txt-red {
  font-size: 2.0rem;
}
@media screen and (max-width: 768px) {
  .section-catch .txt-red {
    padding: 0 15px;
    font-size: 1.7rem;
  }
}
.section-catch .banner {
  width: 1128px;
  margin-top: 42px;
  margin-left: -24px;
}
@media screen and (max-width: 768px) {
  .section-catch .banner {
    display: none;
  }
}
.section-catch figure {
  z-index: 0;
  position: absolute;
  top: 0;
  right: -47px;
}
@media screen and (max-width: 768px) {
  .section-catch figure {
    position: relative;
    right: 0;
    margin-top: 50px;
  }
}
@media screen and (max-width: 414px) {
  .section-catch figure {
    margin-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .section-catch figure img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .section-catalog-list .unit-catch02 {
    text-align: center;
  }
}
.section-catalog-list .hairstyle-wrap {
  position: relative;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .section-catalog-list .hairstyle-wrap {
    margin-top: 0;
  }
}
.section-catalog-list .hairstyle-wrap .box-hairstyle {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-catalog-list .hairstyle-wrap .box-hairstyle .box-inner {
  position: relative;
  width: 242px;
  margin-top: 50px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .section-catalog-list .hairstyle-wrap .box-hairstyle .box-inner {
    width: 50%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 414px) {
  .section-catalog-list .hairstyle-wrap .box-hairstyle .box-inner {
    margin-top: 30px;
  }
}
.section-catalog-list .hairstyle-wrap .box-hairstyle .box-inner:before {
  z-index: 2;
  content: "";
  position: absolute;
  background: no-repeat center top transparent;
  background-size: contain;
  top: 59%;
  right: 0;
  width: 88px;
  height: 77px;
}
@media screen and (max-width: 768px) {
  .section-catalog-list .hairstyle-wrap .box-hairstyle .box-inner:before {
    top: 65%;
    width: 36%;
    height: 23%;
  }
}
@media screen and (max-width: 414px) {
  .section-catalog-list .hairstyle-wrap .box-hairstyle .box-inner:before {
    top: 55%;
  }
}
.section-catalog-list .hairstyle-wrap .box-hairstyle .box-inner:nth-of-type(4n+1) {
  margin-left: 0;
}
.section-catalog-list .hairstyle-wrap .box-hairstyle .box-inner figure {
  overflow: hidden;
  min-width: inherit;
  min-width: auto;
  min-height: inherit;
  min-height: auto;
  padding: 115.6% 0 0;
}
.section-catalog-list .hairstyle-wrap .box-hairstyle .box-inner figure:before {
  display: none;
}
.section-catalog-list .hairstyle-wrap .box-hairstyle .box-inner figure img {
  position: absolute;
  width: 88%;
  height: auto;
  margin: 0 auto;
  top: 6%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.section-catalog-list .hairstyle-wrap .box-hairstyle .box-inner .title {
  margin-top: 14px;
  padding-bottom: 1px;
}
.section-catalog-list .hairstyle-wrap .box-hairstyle .box-inner .price {
  margin-top: 6px;
}
.section-catalog-list .box-hairlist-catch {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .section-catalog-list .box-hairlist-catch {
    margin-top: 60px;
  }
}
@media screen and (max-width: 414px) {
  .section-catalog-list .box-hairlist-catch {
    margin-top: 50px;
  }
}

.section-catalog-detail .box-hair-thumb,
.section-catalog-detail .box-hair-note {
  float: left;
  width: 420px;
}
@media screen and (max-width: 768px) {
  .section-catalog-detail .box-hair-thumb,
  .section-catalog-detail .box-hair-note {
    float: none;
    width: 100%;
  }
}
.section-catalog-detail .box-hair-detail {
  float: right;
  width: 620px;
}
@media screen and (max-width: 768px) {
  .section-catalog-detail .box-hair-detail {
    float: none;
    width: 100%;
  }
}
.section-catalog-detail .box-hair-thumb {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .section-catalog-detail .box-hair-thumb {
    margin-top: 0;
  }
}
.section-catalog-detail .hairstyle-wrap {
  position: relative;
  margin-top: 89px;
  padding-top: 77px;
}
@media screen and (max-width: 768px) {
  .section-catalog-detail .hairstyle-wrap {
    margin-top: 75px;
    padding-top: 0;
  }
}
@media screen and (max-width: 414px) {
  .section-catalog-detail .hairstyle-wrap {
    margin-top: 50px;
  }
}
.section-catalog-detail .hairstyle-wrap:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: url(../images/fitting/common/title_dec02.svg) no-repeat center center transparent;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .section-catalog-detail .hairstyle-wrap:before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .section-catalog-detail .hairstyle-wrap .unit-title05 {
    text-align: center;
  }
}
.section-catalog-detail .hairstyle-wrap .box-hairstyle {
  margin-top: 38px;
}
@media screen and (max-width: 768px) {
  .section-catalog-detail .hairstyle-wrap .box-hairstyle {
    margin-top: 0;
  }
}
.section-catalog-detail .hairstyle-wrap .box-hairstyle .box-inner {
  position: relative;
  width: 242px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .section-catalog-detail .hairstyle-wrap .box-hairstyle .box-inner {
    width: 50%;
  }
}
.section-catalog-detail .hairstyle-wrap .box-hairstyle .box-inner:before {
  z-index: 2;
  content: "";
  position: absolute;
  background: no-repeat center top transparent;
  background-size: contain;
  top: 59%;
  right: 0;
  width: 88px;
  height: 77px;
}
@media screen and (max-width: 768px) {
  .section-catalog-detail .hairstyle-wrap .box-hairstyle .box-inner:before {
    top: 60%;
    width: 36%;
    height: 23%;
  }
}
@media screen and (max-width: 414px) {
  .section-catalog-detail .hairstyle-wrap .box-hairstyle .box-inner:before {
    top: 54%;
  }
}
.section-catalog-detail .hairstyle-wrap .box-hairstyle .box-inner figure {
  overflow: hidden;
  min-width: inherit;
  min-width: auto;
  min-height: inherit;
  min-height: auto;
  padding: 115.6% 0 0;
}
.section-catalog-detail .hairstyle-wrap .box-hairstyle .box-inner figure:before {
  display: none;
}
.section-catalog-detail .hairstyle-wrap .box-hairstyle .box-inner figure img {
  position: absolute;
  width: 88%;
  height: auto;
  margin: 0 auto;
  top: 6%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.section-catalog-detail .hairstyle-wrap .box-hairstyle .box-inner .title {
  margin-top: 14px;
  padding-bottom: 1px;
}
.section-catalog-detail .hairstyle-wrap .box-hairstyle .box-inner .price {
  margin-top: 6px;
}
.section-catalog-detail .hairstyle-wrap .unit-btn-01 {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .section-catalog-detail .hairstyle-wrap .unit-btn-01 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 414px) {
  .section-catalog-detail .hairstyle-wrap .unit-btn-01 {
    margin-top: 40px;
  }
}
.section-catalog-detail > .unit-btn-01 {
  margin-top: 30px;
}

.section-contact .unit-separate01:before {
  top: 7px;
}
.section-contact .box-form {
  margin-top: 41px;
}
@media screen and (max-width: 768px) {
  .section-contact .box-form {
    margin-top: 20px;
  }
}
.section-contact .unit-btn-submit {
  margin-top: 48px;
  margin-bottom: 42px;
}
@media screen and (max-width: 768px) {
  .section-contact .unit-btn-submit {
    margin-top: 35px;
    margin-bottom: 29px;
  }
}
@media screen and (max-width: 414px) {
  .section-contact .unit-btn-submit {
    margin-top: 30px;
    margin-bottom: 25px;
  }
}

.unit-caution {
  padding-left: 1em;
}
.unit-caution:before {
  content: "※";
  margin-left: -1em;
  color: #E85298;
}

.box-contact-detail {
  position: relative;
  margin-top: 55px;
  padding-top: 68px;
}
@media screen and (max-width: 768px) {
  .box-contact-detail {
    margin-top: 40px;
    padding-top: 50px;
  }
}
@media screen and (max-width: 414px) {
  .box-contact-detail {
    margin-top: 30px;
    padding-top: 40px;
  }
}
.box-contact-detail:first-child {
  margin-top: 0;
}
.box-contact-detail .title {
  margin-bottom: 42px;
  text-align: center;
  font-size: 4.0rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .box-contact-detail .title {
    margin-bottom: 30px;
    font-size: 3.0rem;
  }
}
@media screen and (max-width: 414px) {
  .box-contact-detail .title {
    margin-bottom: 25px;
    font-size: 2.4rem;
  }
}
.box-contact-detail > p {
  margin-bottom: 10px;
  font-size: 2.0rem;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .box-contact-detail > p {
    font-size: 1.8rem;
    line-height: 1.7;
  }
}
@media screen and (max-width: 414px) {
  .box-contact-detail > p {
    font-size: 1.6rem;
  }
}
.box-contact-detail figure {
  margin-top: 10px;
}
.box-contact-detail figure img {
  width: 100%;
}
.box-contact-detail .unit-caution {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .box-contact-detail .unit-caution {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 414px) {
  .box-contact-detail .unit-caution {
    font-size: 1.4rem;
  }
}

.box-form {
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .box-form {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.box-form .inner {
  background-color: #ffffff;
  padding: 45px 75px 21px;
}
@media screen and (max-width: 768px) {
  .box-form .inner {
    padding: 30px 20px 15px;
  }
}
@media screen and (max-width: 414px) {
  .box-form .inner {
    padding: 20px 10px 10px;
  }
}
.box-form:before, .box-form:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 25px;
  background: url(../images/fitting/contact/contact_form_back.svg) no-repeat left top transparent;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .box-form:before, .box-form:after {
    display: none;
  }
}
.box-form:before {
  top: 0;
}
.box-form:after {
  bottom: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.box-form dl {
  padding-top: 20px;
  padding-bottom: 21px;
  border-bottom: 1px solid #C5C5C5;
}
@media screen and (max-width: 768px) {
  .box-form dl {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.box-form dl:first-child {
  border-top: 1px solid #C5C5C5;
}
.box-form dl dt {
  display: inline-block;
  vertical-align: top;
  width: 270px;
  margin-top: 7px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .box-form dl dt {
    display: block;
    width: 100%;
    font-size: 1.5rem;
  }
}
.box-form dl dd {
  display: inline-block;
  vertical-align: top;
  width: 675px;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .box-form dl dd {
    display: block;
    width: 100%;
  }
}
.box-form dl dd input[type="text"],
.box-form dl dd input[type="email"],
.box-form dl dd input[type="tel"],
.box-form dl dd textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 458px;
  padding: 10px 20px;
  border: 1px solid #DFDFDF;
  background-color: #F3F3F3;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .box-form dl dd input[type="text"],
  .box-form dl dd input[type="email"],
  .box-form dl dd input[type="tel"],
  .box-form dl dd textarea {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    margin-top: 10px;
    padding: 8px 15px;
    font-size: 1.6rem;
  }
}
.box-form dl dd .postalcode input {
  width: 158px;
}
@media screen and (max-width: 768px) {
  .box-form dl dd .postalcode input {
    width: 50%;
  }
}
.box-form dl dd p {
  margin-top: 10px;
}
.box-form dl dd > div {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .box-form dl dd > div {
    margin-top: 0;
  }
}
.box-form dl dd > div:first-child {
  margin-top: 0;
}
.box-form dl .required:after {
  content: "※必須";
  margin-left: 19px;
  font-size: 1.4rem;
  color: #E85298;
}
@media screen and (max-width: 768px) {
  .box-form dl .required:after {
    margin-left: 10px;
    font-size: 1.3rem;
  }
}

.box-thanks {
  text-align: center;
}
.box-thanks .title {
  margin-top: 40px;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .box-thanks .title {
    font-size: 2.0rem;
  }
}
@media screen and (max-width: 414px) {
  .box-thanks .title {
    font-size: 1.8rem;
  }
}
.box-thanks p {
  margin-top: 20px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .box-thanks p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 414px) {
  .box-thanks p {
    font-size: 1.4rem;
  }
}

.fitting_side_btn {
  position: fixed;
  top: 220px;
  right: 0;
  z-index: 100;
}

@media only screen and (max-width: 768px) {
  .fitting_side_btn {
    display: none;
  }
}
