@charset "UTF-8";
/* reset
----------------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  list-style: none;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* common
----------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  height: 100%;
  font-size: 62.5%;
}

body {
  color: #2d2d2d;
  line-height: 1.8;
  font-size: 1.4rem;
  background: #fbf9fa;
  font-family: "Noto Sans JP", sans-serif;
  /*
  	-webkit-text-size-adjust:100%;
  	-webkit-font-smoothing:antialiased;
  */
}

img {
  line-height: 1;
  max-width: 100%;
  height: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

a:hover img {
  opacity: 0.7;
}

a {
  color: #555;
  cursor: pointer;
}

input, select, textarea {
  color: #2d2d2d;
  font-size: 16px;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

.small {
  font-size: 0.9em;
}

.big {
  font-size: 1.2em;
}

/*	text　----------- */
.em-red {
  color: #e60d0e;
}

.strong {
  font-weight: bold;
}

.round-border {
  padding: 0.1em 0.3em;
  margin: 0 0.1em;
  border: 2px solid #e60d0e;
  border-radius: 5px;
  color: #e60d0e;
  line-height: 2;
}

/*	block　----------- */
.inner {
  width: 100%;
  margin: auto;
  padding: 0 15px;
}

.bg_red {
  background: rgba(230, 13, 14, 0.05);
}

.bl_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bl_wrap.bl_reverse {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

.bl_wide {
  width: 100%;
  padding: 40px 0 0;
}

.bl_slim {
  width: 100%;
  padding: 0 10px;
  max-width: 560px;
  margin: auto;
}

.bl_half {
  width: 100%;
}

.bl_bnrList {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.bl_bnrList_li {
  width: 100%;
  margin-bottom: 20px;
}

.bl_ttlBox {
  margin: 40px auto;
}

.bl_border-box {
  margin: 10px auto;
  padding: 10px;
  background: #fbf9fa;
  border: 1px solid #666;
}

.bl_border-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bl_border-list dt, .bl_border-list dd {
  padding: 1em;
  border-bottom: 1px solid #666;
}
.bl_border-list dt {
  width: 120px;
  border-color: #e60d0e;
  font-weight: bold;
}
.bl_border-list dt:first-of-type {
  border-top: 1px solid #e60d0e;
}
.bl_border-list dd {
  width: calc(100% - 130px);
  border-style: dotted;
}
.bl_border-list dd:first-of-type {
  border-top: 1px dotted #666;
}

/*	element　------------------- */
/*	accodion　----------- */
.acc .open {
  display: block;
}

/*	btn　----------- */
.el_whiteBtn {
  width: 100%;
  max-width: 320px;
  padding: 1.2em 1.5em;
  background: url(../img/icon_arrow02.svg) no-repeat right 15px center, #fbf9fa;
  background-size: 30px;
  display: block;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  font-weight: bold;
  color: #2d2d2d;
}

.el_circleAllowBtn {
  width: 100%;
  font-size: 1.6rem;
  padding: 1.5em 1em;
  background: url(../img/icon_arrow03.png) no-repeat right 1em center, #fbf9fa;
  -webkit-box-shadow: 1px 1px 5px rgba(45, 45, 45, 0.2);
          box-shadow: 1px 1px 5px rgba(45, 45, 45, 0.2);
  display: block;
  text-decoration: none;
  color: #2d2d2d;
  font-weight: bold;
}

.el_redBigBtn {
  width: 100%;
  padding: 1.2em 0;
  background: #e60d0e;
  color: #fbf9fa;
  -webkit-box-shadow: 1px 1px 5px rgba(45, 45, 45, 0.2);
          box-shadow: 1px 1px 5px rgba(45, 45, 45, 0.2);
  font-size: 2.1rem;
  font-weight: bold;
  text-decoration: none;
  display: block;
}

.el_border-tail {
  width: 90%;
  margin: 10px auto 20px;
  padding: 10px;
  background: #fbf9fa;
  border-bottom: 2px solid #e60d0e;
  position: relative;
  text-align: center;
}
.el_border-tail:before, .el_border-tail::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 20;
}
.el_border-tail::before {
  bottom: -28px;
  border: 14px solid transparent;
  border-top: 14px solid #e60d0e;
}
.el_border-tail::after {
  bottom: -23px;
  border: 12px solid transparent;
  border-top: 12px solid #fbf9fa;
}
.el_border-tail .el_circle {
  width: 6em;
  height: 6em;
  background: #fbf9fa;
  color: #e60d0e;
  border: 2px solid #e60d0e;
  border-radius: 50%;
  line-height: 1.2;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: -5%;
  bottom: -10px;
}
.el_border-tail .el_circle + .el_border-tail_text {
  margin-left: 3em;
}
.el_border-tail .el_border-tail_text {
  color: #e60d0e;
  font-size: 1.8rem;
  font-weight: bold;
}

/*	ttl　----------- */
.ttl-round {
  margin: 1em auto;
  background: #fdecec;
  text-align: center;
  border-radius: 2em;
}

.ttl-square {
  font-weight: bold;
}
.ttl-square::before {
  content: "■";
  margin-right: 1em;
  color: #e60d0e;
  display: inline-block;
}

.ttl-feather::before {
  content: "";
  width: 15px;
  height: 24px;
  margin-right: 0.5em;
  margin-bottom: -0.2em;
  background: url(../img/icon_feather.svg) no-repeat center;
  display: inline-block;
}

.ttl-bold {
  font-size: 1.8rem;
  font-weight: bold;
}

.ttl-content_wide-wrap {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
  overflow: hidden;
}

.ttl-content_wide {
  max-width: 80%;
  padding: 0 20px 0 25px;
  font-size: 2.1rem;
  line-height: 1.4;
  position: relative;
  display: inline-block;
  z-index: 1;
}
.ttl-content_wide::before {
  content: "";
  height: 30px;
  width: 2px;
  background: #e60d0e;
  display: block;
  position: absolute;
  left: 0;
  top: 0.2em;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  z-index: 10;
}
.ttl-content_wide::after {
  content: "";
  height: 30px;
  width: 2px;
  background: #e60d0e;
  display: block;
  position: absolute;
  right: 0;
  top: 0.2em;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  z-index: 10;
}
.ttl-content_wide span {
  display: block;
  position: relative;
}
.ttl-content_wide span::before {
  content: "";
  width: 2000%;
  height: 2px;
  background: #e60d0e;
  display: block;
  position: absolute;
  left: -25px;
  top: 0.8em;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  z-index: 20;
}
.ttl-content_wide span::after {
  content: "";
  width: 2000%;
  height: 2px;
  background: #e60d0e;
  display: block;
  position: absolute;
  right: -20px;
  top: 0.8em;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  z-index: 20;
}

.ttl-content_border {
  margin-bottom: 10px;
  padding: 0.4em 1em;
  border-left: 4px solid #e60d0e;
  background: url(../img/bg_border.png) repeat, #f4f2f4;
  font-size: 1.6rem;
  font-weight: bold;
  color: #e60d0e;
}
.ttl-content_border.ttl-content_slim {
  margin-bottom: 8px;
  padding: 0.2em 1em;
  line-height: 1.4;
  color: #2d2d2d;
}

.ttl-content_arrow {
  widows: 100%;
  text-align: center;
  margin: 20px 0;
  padding: 0 10px;
}
.ttl-content_arrow span {
  padding: 5px 0.5em;
  font-size: 1.8rem;
  line-height: 1.6;
  display: inline-block;
  position: relative;
  border-bottom: 1px solid #e60d0e;
}
.ttl-content_arrow span::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #e60d0e;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.ttl-content_slash {
  width: 100%;
  margin: 20px 0;
  font-size: 2.1rem;
  font-weight: bold;
  color: #e60d0e;
  text-align: center;
}
.ttl-content_slash span {
  padding: 0 2em;
  line-height: 1.2;
  display: inline-block;
  position: relative;
}
.ttl-content_slash span::before {
  content: "/";
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
  font-size: 1.4em;
}
.ttl-content_slash span::after {
  content: "/";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.4em;
}

/*	list　----------- */
ol.el_number-list {
  counter-reset: item;
  padding-left: 30px;
}
ol.el_number-list li {
  padding-left: 0.5em;
  position: relative;
}
ol.el_number-list li::before {
  counter-increment: item;
  content: counter(item);
  color: #e60d0e;
  position: absolute;
  left: -70px;
  top: 0.5em;
  line-height: 1;
}
ol.el_number-list > li {
  line-height: 1.6;
  margin-bottom: 0.8em;
}
ol.el_number-list > li::before {
  width: 40px;
  background: #fbf9fa;
  text-align: right;
  padding: 0 10px;
}

.el_check-list {
  margin: 10px auto;
}
.el_check-list li::before {
  content: "";
  width: 1em;
  height: 1em;
  margin-right: 0.8em;
  background: url(../img/icon_check02.png) no-repeat center/cover;
  display: inline-block;
}

.el_ex-list {
  margin-top: 10px;
  padding: 10px;
  background: #fbf9fa;
  border: 1px solid #666;
}
.el_ex-list dt {
  padding: 10px 0;
  background: rgba(230, 13, 14, 0.05);
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}
.el_ex-list dd {
  margin-top: 10px;
  font-size: 1.4rem;
}

/*	style box　----------- */
.bigmedia-half {
  width: 100%;
  z-index: 1;
}

.bigmedia-half_img-wrap {
  width: 95%;
  z-index: 10;
}

.bigmedia-half_body {
  width: 95%;
  margin: 0 0 0 auto;
  padding: 40px;
  background: rgba(230, 13, 14, 0.05);
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
  z-index: 20;
}

/*	吹き出し　----------- */
.el_balloon_yellow {
  width: 100%;
  margin: 2em 0 10px;
  padding: 20px 15px 15px;
  background: #f9f2dc;
  border-radius: 5px;
  font-size: 1.2rem;
  line-height: 1.6;
  position: relative;
}
.el_balloon_yellow::after {
  content: "";
  width: 24px;
  height: 40px;
  background: url(../img/balloon_tail.svg) no-repeat top center;
  display: block;
  position: absolute;
  bottom: -40px;
  right: 30%;
}
.el_balloon_yellow .balloon_ttl {
  font-size: 1.2em;
  font-weight: bold;
  position: absolute;
  top: -1em;
}

.el_redBox {
  margin: 2em 0;
  padding: 20px 15px 15px;
  background: #fdecec;
  border-radius: 5px;
  font-size: 1.2rem;
  line-height: 1.6;
  position: relative;
}
.el_redBox .el_redBox-ttl {
  width: 50%;
  height: 26px;
  line-height: 26px;
  background: #e60d0e;
  color: #fbf9fa;
  text-align: center;
  border-radius: 15px;
  position: absolute;
  top: -1em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/*	header
----------------------------------------------------------- */
.header {
  width: 100%;
}
.header.h-fixed {
  width: 100%;
  position: fixed;
  background: #fbf9fa;
  z-index: 9999;
}
.header.h-fixed .header_bnr-area {
  padding: 2px;
}
.header.h-fixed .header_bnr-area a {
  margin: 4px;
}

.header_inner {
  width: calc(100% - 60px);
  height: 60px;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: left;
}

.h_logo {
  width: 40%;
  max-width: 180px;
  padding: 10px 15px;
}
.h_logo img {
  max-height: 100%;
}

.h_tel {
  width: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.h_tel a {
  color: #e60d0e;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  padding-left: 20px;
  margin: 0 0 0 auto;
  text-decoration: none;
}
.h_tel a::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/icon_tel.png) no-repeat center;
  background-size: contain;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header_bnr-area {
  width: 100%;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #f4f2f4;
  z-index: 100;
}
.header_bnr-area a {
  display: inline-block;
  margin: 5px;
}
.header_bnr-area img {
  height: 11vw;
  width: auto;
}

/*	main
----------------------------------------------------------- */
.main {
  width: 100%;
  overflow: hidden;
}

.contact-area {
  padding: 40px 15px;
  background: url(../img/bg_border.png), #f4f2f4;
}

.contact-area_inner {
  padding: 20px;
  background: #fbf9fa;
  border: 4px solid #e60d0e;
  text-align: center;
}

.contact-area_info {
  text-align: center;
}

.contact-area_ttl {
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.6;
  color: #2d2d2d;
}

.contact-area_btn {
  margin: 30px 0 10px;
}
.contact-area_btn a::before {
  content: "";
  width: 30px;
  height: 20px;
  margin-right: 0.6em;
  background: url(../img/icon_mail_white.png) no-repeat center;
  display: inline-block;
}

.contact-area-simple {
  padding: 20px 0;
  text-align: center;
}
.contact-area-simple .btn-contact {
  margin: 20px auto;
}

/*	sub page
----------------------------------------------------------- */
.catch-content {
  width: 100%;
  min-height: 210px;
  position: relative;
  background-position: center;
  background-size: cover;
}

#falcon .catch-content {
  background-image: url(../img/catch_img_falcon.jpg);
}

#caviest .catch-content {
  background-image: url(../img/catch_img_caviest.jpg);
}

#icubepro .catch-content {
  background-image: url(../img/catch_img_icube.jpg);
}

#intro .catch-content {
  background-image: url(../img/catch_img_intro.jpg);
}

#hair-remove .catch-content {
  background-image: url(../img/catch_img_remove.jpg);
}

#qae .catch-content {
  background-image: url(../img/catch_img_qae.jpg);
}

#after-follow .catch-content {
  background-image: url(../img/catch_img_afterfollow.jpg);
}

#company .catch-content {
  background-image: url(../img/catch_img_company.jpg);
}

.catch-content_inner {
  width: 90%;
  max-width: 680px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, white, rgba(255, 255, 255, 0));
}

.catch-content_text {
  width: 320px;
  padding: 0 0 15px 30px;
  margin: 30px auto 10px 0;
  border-bottom: 4px solid #e60d0e;
}

.catch-content_big {
  color: #e60d0e;
  font-size: 3.4rem;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1;
}

.catch-content_small {
  font-size: 1.8rem;
  font-weight: bold;
}

.not-found {
  margin: 80px auto;
  text-align: center;
}
.not-found .btn-wrap a {
  margin: 20px auto;
}

/*	footer
----------------------------------------------------------- */
.footer {
  width: 100%;
  padding: 40px 0 0;
  border-top: 2px solid #c1c1c1;
}

.btn-download a {
  width: 100%;
  min-height: 80px;
  margin: 15px 0;
  padding: 1em 0;
  background: #fbf9fa;
  border: 2px solid #e60d0e;
  text-align: center;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  color: #e60d0e;
  font-size: 2.1rem;
  font-weight: bold;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-download a::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 0.8em;
  background: url(../img/icon_download.png) no-repeat center bottom;
  background-size: cover;
  display: inline-block;
}

.btn-contact {
  margin: 15px 0;
  text-align: center;
}
.btn-contact a {
  width: 100%;
  min-height: 80px;
  padding: 1.6em 0;
  background: #e60d0e;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  color: #fbf9fa;
  display: block;
  text-decoration: none;
}
.btn-contact a span {
  display: block;
  line-height: 1.4;
}
.btn-contact a .big {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}
.btn-contact a .big::before {
  content: "";
  width: 30px;
  height: 20px;
  margin-right: 0.6em;
  background: url(../img/icon_mail_white.png) no-repeat center;
  display: inline-block;
}

.f-nav_wrap {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.f-nav_content {
  width: 46%;
  margin: 0.8em 0;
}

.f-nav_first {
  width: 100%;
}

.f-nav_ttl {
  margin: 0.5em 0 0.5em;
  padding: 0.4em 0 0.4em 1em;
  background: url(../img/bg_border.png), #f4f2f4;
  border-left: 4px solid #e60d0e;
  line-height: 1;
  font-weight: bold;
}

.f-nav_home {
  text-decoration: none;
}
.f-nav_home::before {
  content: "";
  width: 16px;
  height: 14px;
  margin-right: 1em;
  background: url(../img/icon_home.svg) no-repeat center;
  display: inline-block;
}

.f-nav_list li {
  padding-top: 0.4em;
}
.f-nav_list li a {
  text-decoration: none;
}
.f-nav_list li a::before {
  content: "";
  width: 8px;
  height: 14px;
  margin-right: 0.5em;
  background: url(../img/icon_arrow01.svg) no-repeat center;
  background-size: cover;
  display: inline-block;
}

.foot_sns-links {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.foot_sns-links li {
  width: 100%;
  margin: 0.5em 0;
}
.foot_sns-links li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.foot_sns-links li img {
  width: 60px;
  height: 60px;
  margin-right: 0.5em;
  float: left;
}
.foot_sns-links li p {
  float: left;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.foot_sns-line span {
  display: block;
  font-size: 1.2rem;
}

.foot_logo_wrap {
  margin: 2em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.foot_tel {
  width: 100%;
  margin-bottom: 1em;
  text-align: center;
}
.foot_tel a {
  color: #e60d0e;
  font-size: 2.8rem;
  font-weight: bold;
  position: relative;
  padding-left: 32px;
  text-decoration: none;
}
.foot_tel a::before {
  content: "";
  width: 26px;
  height: 26px;
  background: url(../img/icon_tel.png) no-repeat center;
  background-size: contain;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.foot_logo {
  width: 100%;
  text-align: center;
}
.foot_logo img {
  width: 40%;
  max-width: 210px;
}

.copy {
  width: 100%;
  padding: 0.5em 0;
  padding-bottom: 100px;
  background: #f4f2f4;
  border-top: 2px solid #c1c1c1;
  text-align: center;
  color: #616161;
}

/* ----------------------------------------------
	tablet以下
---------------------------------------------- */
@media screen and (max-width: 767px) {
  .header.h-fixed {
    width: 70px;
    right: 0;
  }
  .header.h-fixed .header_inner {
    width: auto;
  }
  .header.h-fixed .h_logo, .header.h-fixed .h_tel {
    display: none;
  }
}
/* ----------------------------------------------
	tablet以上
---------------------------------------------- */
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  /*	ttl　----------- */
  .ttl-content_border {
    margin-bottom: 20px;
  }
  .ttl-content_arrow {
    padding: 0;
  }
  .ttl-content_arrow span {
    font-size: 2.1rem;
  }
  /*	list　----------- */
  ol.el_number-list > li::before {
    width: 20px;
    left: -50px;
  }
  /*	block　----------- */
  .bl_half {
    width: 49%;
  }
  .bl_three {
    width: 32%;
  }
  .bl_photo-content_img {
    width: 35%;
  }
  .bl_photo-content_body {
    width: 60%;
  }
  .bl_bnrList {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .bl_bnrList_li {
    width: 49%;
  }
  .bigmedia-half {
    position: relative;
    padding-bottom: 15%;
  }
  .bigmedia-half_img-wrap {
    width: 50%;
  }
  .bigmedia-half_body {
    width: 70%;
    padding: 40px 20px;
    position: absolute;
    top: 20%;
    right: 0;
  }
  .bigmedia-half_body .top-business_btn {
    width: 280px;
    position: absolute;
    bottom: -20px;
    left: 50px;
  }
  .caviest_menu .bigmedia-half_body {
    width: 52%;
  }
  /*	header
  ----------------------------------------------------------- */
  .h_logo {
    padding: 10px;
  }
  .h_tel {
    text-align: right;
  }
  .h_tel a {
    font-size: 2.4rem;
    padding-left: 1.1em;
  }
  .h_tel a::before {
    width: 0.8em;
    height: 0.8em;
  }
  .header_bnr-area img {
    height: 70px;
  }
  /*	main
  ----------------------------------------------------------- */
  .contact-area_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact-area_info {
    width: 49%;
  }
  .contact-area_ttl {
    font-size: 2em;
  }
  .contact-area_btn {
    width: 49%;
    margin: 10px 0;
  }
  /*	hair remove
  ----------------------------------------------------------- */
  .el_ex-list_wide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
  .el_ex-list_wide dt {
    width: 30%;
    padding: 2em 0;
  }
  .el_ex-list_wide dd {
    width: 65%;
  }
  /*	footer
  ----------------------------------------------------------- */
  .footer_bnr-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .btn-download {
    width: 48%;
  }
  .btn-download a {
    padding: 1.3em 0;
  }
  .btn-contact {
    width: 48%;
  }
  .f-nav_wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .f-nav_content:not(.f-nav_first) {
    width: 32%;
    margin-right: 2%;
  }
  .f-nav_content:nth-child(3n+1) {
    margin-right: 0;
  }
  .foot_sns-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .foot_sns-links li {
    width: auto;
  }
  .foot_sns-links li a {
    background: none;
    border: none;
  }
}
/* ----------------------------------------------
	pc
---------------------------------------------- */
@media screen and (min-width: 800px) {
  .pc {
    display: block;
  }
  /*	吹き出し　----------- */
  .el_balloon_yellow .balloon_ttl {
    font-size: 1.6em;
  }
  /*	btn　----------- */
  .el_whiteBtn {
    padding: 1em 1.5em;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .el_whiteBtn:hover {
    color: #e60d0e;
    letter-spacing: 0.2em;
    background-position: center right 20px;
    -webkit-box-shadow: 8px 8px 5px rgba(45, 45, 45, 0.1);
            box-shadow: 8px 8px 5px rgba(45, 45, 45, 0.1);
  }
  .el_circleAllowBtn {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .el_circleAllowBtn:hover {
    color: #e60d0e;
    letter-spacing: 0.1em;
    background-position: center right 20px;
    -webkit-box-shadow: 8px 8px 5px rgba(45, 45, 45, 0.1);
            box-shadow: 8px 8px 5px rgba(45, 45, 45, 0.1);
  }
  .el_redBigBtn {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .el_redBigBtn:hover {
    letter-spacing: 0.1em;
    -webkit-box-shadow: 8px 8px 5px rgba(45, 45, 45, 0.2);
            box-shadow: 8px 8px 5px rgba(45, 45, 45, 0.2);
  }
  /*	ttl　----------- */
  .ttl-content_wide {
    padding: 0 30px 0 35px;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
  }
  .ttl-content_wide span::before {
    left: -35px;
  }
  .ttl-content_wide span::after {
    right: -30px;
  }
  /*	block　----------- */
  .inner {
    max-width: 1000px;
  }
  .bigmedia-half {
    max-width: 1000px;
    margin: 0 auto 40px;
    padding-bottom: 0;
    position: relative;
  }
  .bigmedia-half_img-wrap {
    max-width: 540px;
    max-height: 380px;
    overflow: hidden;
  }
  .bigmedia-half_body {
    width: 48%;
    max-width: 580px;
    padding: 40px 40px 40px 20px;
    left: 48%;
    right: auto;
  }
  /*	header
  ----------------------------------------------------------- */
  .header_inner {
    width: 100%;
    height: auto;
    margin: auto;
    float: none;
  }
  .h_logo {
    width: 25%;
  }
  .h_tel {
    width: auto;
    margin: auto 20px auto auto;
  }
  .header_bnr-area {
    width: auto;
    padding: 0;
    background: none;
    position: inherit;
    display: inherit;
    text-align: right;
  }
  .header_bnr-area a {
    display: inherit;
    margin: 15px 5px;
  }
  .header_bnr-area a img {
    height: 60px;
  }
  /*	main
  ----------------------------------------------------------- */
  .catch-content {
    height: 380px;
  }
  .contact-area_inner {
    max-width: 1000px;
    margin: auto;
    padding: 30px;
  }
  .contact-area_info span {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .contact-area_ttl {
    font-size: 3.2rem;
  }
  .contact-area_btn a {
    padding: 1.6em 0;
  }
  /*	footer
  ----------------------------------------------------------- */
  .footer_inner {
    max-width: 1000px;
  }
  .btn-download a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .btn-download a:hover {
    letter-spacing: 0.1em;
    -webkit-box-shadow: 8px 8px 5px rgba(45, 45, 45, 0.2);
            box-shadow: 8px 8px 5px rgba(45, 45, 45, 0.2);
  }
  .btn-contact a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .btn-contact a .big {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .btn-contact a:hover {
    letter-spacing: 0.1em;
    -webkit-box-shadow: 8px 8px 5px rgba(45, 45, 45, 0.2);
            box-shadow: 8px 8px 5px rgba(45, 45, 45, 0.2);
  }
  .btn-contact a:hover .big {
    letter-spacing: 0.2em;
  }
  .f-nav_wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .f-nav_content:not(.f-nav_first) {
    width: 18%;
    margin: 0;
  }
  .f-nav_list li {
    position: relative;
    padding-left: 1.5em;
    line-height: 1.3;
    margin-bottom: 0.5em;
  }
  .f-nav_list li a::before {
    position: absolute;
    left: 0;
    top: 0.5em;
  }
  .f-nav_list li a:hover {
    opacity: 0.8;
  }
  .foot_bottom {
    margin: 0 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .foot_sns-links {
    width: auto;
    min-width: 500px;
    margin: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .foot_sns-links li a {
    padding: 0;
  }
  .foot_sns-links li a:hover {
    opacity: 0.8;
  }
  .foot_sns-links li p {
    font-size: 1.6rem;
  }
  .foot_sns-links li p span {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
  .foot_logo_wrap {
    width: auto;
    min-width: 420px;
    margin: auto;
    padding-left: 20px;
    margin: auto 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .foot_tel {
    width: auto;
  }
  .foot_logo {
    width: auto;
  }
  .foot_logo img {
    width: 160px;
    max-width: inherit;
    margin-top: 5px;
  }
  .copy {
    padding-bottom: 0.5em;
  }
}
/*---------------------------------------------------
    gloval nav / sp tablet
---------------------------------------------------*/
@media screen and (max-width: 768px) {
  /*----- gnav -----*/
  #nav-toggle {
    position: relative;
    top: 1.6rem;
    right: 15px;
    height: 24px;
    cursor: pointer;
    float: right;
  }
  #nav-toggle > div {
    position: relative;
    width: 36px;
  }
  #nav-toggle span {
    width: 100%;
    height: 1px;
    left: 0;
    display: block;
    background: #e60d0e;
    position: absolute;
    -webkit-transition: top 0.5s ease, -webkit-transform 0.6s ease-in-out;
    transition: top 0.5s ease, -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, top 0.5s ease;
    transition: transform 0.6s ease-in-out, top 0.5s ease, -webkit-transform 0.6s ease-in-out;
  }
  #nav-toggle span:nth-child(1) {
    top: 4px;
  }
  #nav-toggle span:nth-child(2) {
    top: 12px;
  }
  #nav-toggle span:nth-child(3) {
    top: 21px;
  }
  #nav-toggle:hover span:nth-child(1) {
    top: 4px;
  }
  #nav-toggle:hover span:nth-child(3) {
    top: 21px;
  }
  .open #nav-toggle span {
    background: #e60d0e;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 15px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .open #nav-toggle span:nth-child(2) {
    top: 15px;
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 15px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  /* z-index */
  #nav-toggle {
    z-index: 9999;
    cursor: pointer;
  }
  #gloval-nav {
    padding: 15px 0;
    background: rgba(244, 242, 244, 0.9);
    color: #2d2d2d;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
    transition: opacity 0.6s ease, visibility 0.6s ease;
    list-style: none;
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
    overflow-y: scroll;
    height: 100%;
  }
  #gloval-nav a {
    display: block;
    color: #2d2d2d;
    text-decoration: none;
    padding: 10px 0;
    -webkit-transition: color 0.6s ease;
    transition: color 0.6s ease;
    list-style: none;
  }
  #gloval-nav a:hover {
    color: #666;
  }
  #gloval-nav a span:nth-last-of-type(1) {
    font-size: 0.75em;
    margin-left: 1em;
  }
  #gloval-nav .gnav {
    width: 90%;
    height: 100%;
    margin: auto;
    padding-top: 60px;
  }
  #gloval-nav .gnav > ul {
    border-bottom: 1px solid #2d2d2d;
  }
  #gloval-nav ul {
    list-style: none;
    margin: auto;
    text-align: left;
  }
  #gloval-nav ul:nth-child(2) {
    padding-left: 1em;
  }
  #gloval-nav ul li {
    padding: 0 10px;
    border-top: 1px solid #2d2d2d;
    opacity: 0;
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
    -webkit-transition: opacity 0.2s ease, -webkit-transform 0.6s ease;
    transition: opacity 0.2s ease, -webkit-transform 0.6s ease;
    transition: transform 0.6s ease, opacity 0.2s ease;
    transition: transform 0.6s ease, opacity 0.2s ease, -webkit-transform 0.6s ease;
  }
  #gloval-nav ul li:nth-child(2) {
    -webkit-transition-delay: 0.15s;
            transition-delay: 0.15s;
  }
  #gloval-nav ul li:nth-child(3) {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  #gloval-nav ul li:nth-child(4) {
    -webkit-transition-delay: 0.45s;
            transition-delay: 0.45s;
  }
  #gloval-nav ul li:nth-child(5) {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  #gloval-nav ul li:nth-child(6) {
    -webkit-transition-delay: 0.75s;
            transition-delay: 0.75s;
  }
  #gloval-nav ul li:nth-child(7) {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  /* open */
  .open {
    overflow: hidden;
  }
  .open #gloval-nav {
    visibility: visible;
    opacity: 1;
  }
  .open #gloval-nav li {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: opacity 0.9s ease, -webkit-transform 1s ease;
    transition: opacity 0.9s ease, -webkit-transform 1s ease;
    transition: transform 1s ease, opacity 0.9s ease;
    transition: transform 1s ease, opacity 0.9s ease, -webkit-transform 1s ease;
  }
  /* acc */
  .ac-btn {
    padding: 10px 0;
    display: block;
  }
  /* mega menu */
  #gloval-nav .megaMenu {
    padding-bottom: 10px;
  }
  #gloval-nav .megaMenu .sub-nav {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #gloval-nav .megaMenu .sub-nav li {
    width: calc(33.3333333333% - 5px);
    padding: 0;
    border-top: none;
  }
  #gloval-nav .megaMenu .sub-nav li a {
    padding: 0;
  }
}
.fixed #nav-toggle span {
  background: #2d2d2d;
}
.open .fixed #nav-toggle span {
  background: #fff;
}

.nav_sns {
  display: none;
}

@media screen and (min-width: 500px) and (max-width: 768px) {
  /* mega menu */
  #gloval-nav .megaMenu .sub-nav li {
    width: calc(16.6666666667% - 5px);
  }
}
/*---------------------------------------------------
    gloval nav / pc only
---------------------------------------------------*/
@media screen and (min-width: 769px) {
  #gloval-nav {
    width: 100%;
    font-size: 1.6rem;
    text-align: center;
    background: #f4f2f4;
  }
  .gnav {
    width: 1000px;
    margin: auto;
  }
  .gnav > ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
  }
  .gnav > ul > li {
    height: 6rem;
    position: relative;
    padding: 1.4em 2.8rem;
    line-height: 1.1;
    text-transform: uppercase;
    cursor: pointer;
  }
  .gnav > ul > li > a {
    text-decoration: none;
    color: #2d2d2d;
    cursor: pointer;
  }
  .gnav > ul > li > a:hover {
    color: #e60d0e;
  }
  .gnav > ul > li:hover span {
    color: #e60d0e;
  }
  .gnav .acc {
    height: auto;
    position: relative;
  }
  .gnav .acc:hover .sub-nav {
    height: auto;
    opacity: 1;
    top: 6rem;
  }
  .gnav .sub-nav {
    height: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 200px;
    background: #f4f2f4;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 100;
  }
  .gnav .sub-nav li {
    height: auto;
    width: calc(100% - 8px);
    margin: 4px;
  }
  .gnav .sub-nav li a {
    width: 100%;
    padding: 0.8em;
    text-decoration: none;
    background: #fff;
    display: inline-block;
    font-size: 0.9em;
    -webkit-transition: color 0.5s, border 0.5s;
    transition: color 0.5s, border 0.5s;
    border: 1px solid #fff;
  }
  .gnav .sub-nav li a:hover {
    color: #e60d0e;
    border: 1px solid #e60d0e;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .gnav .megaMenu {
    position: static;
  }
  .gnav .megaMenu .sub-nav {
    width: 100%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
  }
  .gnav .megaMenu .sub-nav li {
    width: calc(16.6666666667% - 10px);
    padding: 0;
  }
  .gnav .megaMenu .sub-nav li a {
    padding: 0;
    line-height: 0;
    border: none;
  }
  .gnav .megaMenu:hover > .sub-nav {
    height: auto;
    opacity: 1;
    top: 6rem;
  }
  .fixed .gnav > ul {
    margin: 0;
  }
  .fixed .gnav > ul > li {
    height: 6rem;
  }
  .fixed .gnav > ul > li:not(:first-child) {
    padding: 0 2.8rem;
  }
  .fixed .gnav > ul > li:not(.color) a {
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
  }
  .fixed .gnav > ul > li:not(.color) a:hover {
    color: #e60d0e;
  }
}
/*---------------------------------------------------
    form
---------------------------------------------------*/
.mailform {
  margin: 20px 0;
}
.mailform input[type=text], .mailform input[type=tel], .mailform input[type=email], .mailform textarea {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0.5em 0.7em;
}
.mailform select {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0.5em 0.7em;
}
.mailform input[type=radio], .mailform input[type=checkbox] {
  border: 1px solid #ccc;
}
.mailform .radio-input {
  display: none;
}
.mailform .radio-input + label {
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
}
.mailform .radio-input + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}
.mailform .radio-input:checked + label {
  color: #d01137;
}
.mailform .radio-input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #d01137;
  border-radius: 50%;
}
.mailform input[type=file] {
  border: none;
}
.mailform .size-auto input[type=text], .mailform .size-auto input[type=tel], .mailform .size-auto input[type=mail], .mailform .size-auto textarea {
  width: auto;
}
.mailform input.auto {
  width: auto !important;
}

.btn_submit {
  display: block;
  margin: 4rem auto;
  padding: 1.5rem 5rem;
  background: #e60d0e;
  border: none;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 1.6rem;
  text-decoration: none;
}

.btn_gray {
  display: block;
  margin: 4rem auto;
  padding: 1.5rem 5rem;
  background: #666;
  border: none;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 1.6rem;
  text-decoration: none;
}

.form_wrap {
  width: 90%;
  margin: 8rem auto;
  text-align: center;
}

.item_wrap {
  width: 100%;
  margin: 1rem 0;
  padding: 1rem 0;
  text-align: left;
}

.item_name {
  width: 100%;
  font-weight: bold;
  padding-left: 2rem;
  margin-bottom: 1em;
}
.item_name .field {
  font-size: 1.2rem;
  background: #ccc;
  color: #fff;
  margin-right: 1rem;
  padding: 0.2em 0.5em;
  border-radius: 2px;
}
.item_name .field.must {
  background: #e60d0e;
}

.item_cont {
  width: 100%;
  padding: 0 1rem;
}
.item_cont .cont_inner {
  width: 100%;
}
.item_cont span {
  display: inline-block;
}

.cont_inner {
  margin: 1rem 0;
}
.cont_inner span {
  display: block;
  margin-right: 1rem;
}

/*---------------------------------------------------
    form / tablet pc
---------------------------------------------------*/
@media screen and (min-width: 750px) {
  .mailform {
    padding: 40px;
  }
  .mailform input[type=text], .mailform input[type=tel], .mailform input[type=email], .mailform textarea {
    padding: 0.2em 0.7em;
  }
  .mailform select {
    padding: 0.2em 0.7em;
  }
  .btn_submit:hover {
    opacity: 0.8;
  }
  .form_wrap {
    width: 90%;
    max-width: 700px;
    margin: 1.5rem auto;
  }
  .item_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .item_name {
    width: 28%;
  }
  .item_cont {
    width: 72%;
  }
  .cont_inner span {
    display: inline-block;
  }
  .cont_inner_half {
    width: 50%;
    margin-bottom: 0.5em;
    float: left;
  }
}
.faq_cont {
  margin: 40px auto;
}

.faqList {
  max-width: 700px;
  margin: 20px auto;
  border: 1px solid #2d2d2d;
  padding: 2rem;
}
.faqList dt {
  padding: 1rem 0;
  padding-right: 30px;
  font-size: 1.1em;
  font-weight: bold;
  position: relative;
}
.faqList dt::before {
  content: "Q.";
  color: #e60d0e;
  margin-right: 0.5em;
  display: inline-block;
}
.faqList dt::after {
  content: "";
  width: 20px;
  height: 15px;
  position: absolute;
  right: 2px;
  top: 2rem;
  display: block;
  background: url(../img/icon_arrow01.svg) no-repeat center/contain;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.faqList dt.open::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.faqList dd {
  padding: 1rem 0;
  border-top: 1px dotted #f4f2f4;
}

/* CSS
----------------------------------------------------------- */
/*  top
----------------------------------------------------------- */
.top-product_cont {
  margin-top: 40px;
}

.top-business_introText {
  margin-bottom: 20px;
}

.top-business_what {
  margin: 40px 0 0;
}

.top-business_btn {
  margin: 40px auto 0;
}

#top-intro {
  background: #f4f2f4;
}

.top-about_wrap {
  min-height: 360px;
  padding: 50px 15px;
  background: url(../img/top_about01.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.top-about_wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fbf9fa;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.top-about_ttl {
  font-weight: bold;
  color: #e60d0e;
  text-align: center;
  font-size: 1.2em;
  z-index: 10;
}

.top_point-list {
  z-index: 10;
}
.top_point-list li {
  margin: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top_point-list_number {
  width: 60px;
  height: 60px;
  padding: 10px;
  background: #faedee;
  -webkit-box-shadow: 2px 2px 4px rgba(45, 45, 45, 0.1);
          box-shadow: 2px 2px 4px rgba(45, 45, 45, 0.1);
  color: #e60d0e;
  font-size: 0.8em;
  text-align: center;
  line-height: 1.2;
}
.top_point-list_number span {
  font-size: calc(2em + 1vw);
  display: block;
}

.top_point-list_text {
  width: calc(100% - 70px);
  margin-left: 10px;
  padding: 10px 0;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.2;
}
.top_point-list_text span {
  font-size: 1.2rem;
  display: block;
}

.top-about_links-wrap {
  padding: 20px 0 60px;
}

.top-about_links {
  padding: 0 15px;
}
.top-about_links li {
  margin-top: 30px;
}
.top-about_links li a {
  text-decoration: none;
  display: block;
}
.top-about_links li a img {
  display: block;
}
.top-about_links li a p {
  padding: 0.6em 1.5em;
  background: url(../img/icon_arrow02.svg) no-repeat right 1em bottom 0.8em, #fbf9fa;
  background-size: 30px;
  font-size: 1.2em;
  font-weight: bold;
}

.top-afterfollow {
  padding: 40px 0;
}

.top-afterfollow_body {
  padding: 0 20px;
}

.top-afterfollow_text {
  margin-bottom: 1em;
}

.top-afterfollow_links {
  margin: 40px 0;
  padding: 30px 15px;
  background: #f1c7c7;
}
.top-afterfollow_links a:not(:last-child) {
  margin-bottom: 15px;
}

.top-movie {
  padding: 40px 0;
}

.top-movie_body {
  width: 100%;
  padding-top: 60%;
  position: relative;
}
.top-movie_body iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.information {
  padding: 40px 0;
  background: #f4f2f4;
}

.news-area {
  margin-bottom: 40px;
}

.news-area_ttl {
  overflow: hidden;
}

.news-area_list {
  border-bottom: 2px dotted #616161;
}

.news-area_list_li {
  padding: 15px;
  border-top: 2px dotted #616161;
}

.fb-area {
  width: 100%;
  height: 0;
  padding-top: 100%;
  margin-bottom: 40px;
  text-align: center;
  position: relative;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.fb-area iframe {
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  z-index: 0;
}

/*	product
----------------------------------------------------------- */
.lineup_section {
  width: 100%;
  padding: 20px 0;
  text-align: center;
}

.lineup_ttl_big {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
}

.lineup_ttl_small {
  color: #e60d0e;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.lineup_list {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.lineup_list_li {
  width: 49%;
}
.lineup_list_li img {
  max-width: 100%;
}

.product_feature#product_feature_icubepro {
  margin-top: 40px;
}

.product_feature_body {
  background: #fbf9fa;
  padding: 20px 10px;
}

.product_feature_ttl {
  margin: 0 0 1em;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

.product_feature_intro {
  width: 100%;
  padding: 20px 1%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  text-align: center;
}

.feature_point {
  width: 80%;
  margin: 20px auto 0;
}

#product_feature_falcon .product_feature_intro {
  background-image: url(../img/falcon_feature_bg.jpg);
}

#product_feature_caviest .product_feature_intro {
  background-image: url(../img/caviest_bg.jpg);
}

#product_feature_icubepro .product_feature_intro {
  background-image: url(../img/icube_bg.jpg);
}

.icube_feature_inner {
  margin: 10px auto 0;
  padding: 15px 0;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}

.product_feature_box {
  margin: 20px auto 0;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.caviest_feature_inner {
  margin: 15px auto;
}

.caviest_inner {
  margin: 20px auto 0;
}

.product_sub-list_li {
  margin-bottom: 20px;
}

.product_support {
  background: #f4f2f4;
}

.product_support_ttl {
  padding: 10px 0 10px;
  background: #fbf9fa;
}
.product_support_ttl .ttl-content_arrow {
  margin-top: 0;
}

.support-point_wrap {
  margin: 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.support-point_content {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  background: #fbf9fa;
  border: 1px solid #616161;
}

.support-point_ttl {
  padding: 10px 15px 15px;
  background: rgba(230, 13, 14, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
}

.support-point_number {
  width: 100%;
  color: #e60d0e;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.support-point_text {
  width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
}

.support-point_body {
  margin: 10px 0 0;
}

.product_big-image {
  background: #f4f2f4;
}

.big-image-content {
  margin: 20px auto;
}

.big-image_body {
  margin-bottom: 20px;
}

.note-content {
  padding: 15px 10px;
  background: #fbf9fa;
}
.note-content p {
  margin-bottom: 0.8em;
}
.note-content ul li {
  margin-bottom: 0.2em;
}

.product-content_summary-wrap {
  width: 100%;
  padding: 10px 10px 20px 20px;
  border: 5px solid #f4f2f4;
  position: relative;
}

#falcon01 .product-content_summary-wrap::before, #falcon02 .product-content_summary-wrap::before, #falcon03 .product-content_summary-wrap::before, #falcon04 .product-content_summary-wrap::before {
  content: "";
  height: calc(100% + 10px);
  width: 10px;
  position: absolute;
  left: -5px;
  top: -5px;
  display: block;
  z-index: 10;
}
#falcon01 .product-content_summary-wrap::after, #falcon02 .product-content_summary-wrap::after, #falcon03 .product-content_summary-wrap::after, #falcon04 .product-content_summary-wrap::after {
  content: "";
  height: 10px;
  width: calc(100% + 10px);
  position: absolute;
  left: -5px;
  bottom: -5px;
  display: block;
  z-index: 10;
}

#falcon01 .product-content_summary-wrap::before {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(22.02%, rgb(230, 13, 14)), to(rgb(233, 234, 233)));
  background: linear-gradient(0deg, rgb(230, 13, 14) 22.02%, rgb(233, 234, 233) 100%);
}
#falcon01 .product-content_summary-wrap::after {
  background: linear-gradient(135deg, rgb(230, 13, 14) 22.02%, rgb(233, 234, 233) 100%);
}

#falcon02 .product-content_summary-wrap::before {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(22.02%, #b6272d), to(rgb(233, 234, 233)));
  background: linear-gradient(0deg, #b6272d 22.02%, rgb(233, 234, 233) 100%);
}
#falcon02 .product-content_summary-wrap::after {
  background: linear-gradient(135deg, #b6272d 22.02%, rgb(233, 234, 233) 100%);
}

#falcon03 .product-content_summary-wrap::before {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(22.02%, #e01088), to(rgb(233, 234, 233)));
  background: linear-gradient(0deg, #e01088 22.02%, rgb(233, 234, 233) 100%);
}
#falcon03 .product-content_summary-wrap::after {
  background: linear-gradient(135deg, #e01088 22.02%, rgb(233, 234, 233) 100%);
}

#falcon04 .product-content_summary-wrap::before {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(22.02%, #b80971), to(rgb(233, 234, 233)));
  background: linear-gradient(0deg, #b80971 22.02%, rgb(233, 234, 233) 100%);
}
#falcon04 .product-content_summary-wrap::after {
  background: linear-gradient(135deg, #b80971 22.02%, rgb(233, 234, 233) 100%);
}

.product-content_summary {
  padding: 20px 0 0;
}
.product-content_summary .product_name {
  color: #e60d0e;
}
.product-content_summary .product_name span {
  display: block;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.2;
}
#falcon02 .product-content_summary .product_name {
  color: #b6272d;
}
#falcon03 .product-content_summary .product_name {
  color: #e01088;
}
#falcon04 .product-content_summary .product_name {
  color: #b80971;
}
.product-content_summary .product_catch {
  font-size: 2.1rem;
  line-height: 1.4;
  font-weight: bold;
}

.product-content_summary_topic {
  width: 70%;
}

.product-content_summary-list {
  margin: 10px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 376px) {
  .product-content_summary-list {
    width: 70%;
  }
}
.product-content_summary-list_li {
  width: 49%;
  padding: 1em 0.8em;
  margin-bottom: 10px;
  border: 1px solid #666;
  border-radius: 10px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-content_summary-list_li > span {
  width: 100%;
  display: inline-block;
  line-height: 1.2;
}
.product-content_summary-list_li span {
  letter-spacing: 1px;
}
.product-content_summary-list_li span.small {
  font-size: 0.8em;
}
.product-content_summary-list_li span.mid {
  font-size: 1.2em;
}
.product-content_summary-list_li span.big {
  font-size: 2.8rem;
}

@media screen and (min-width: 750px) {
  .product-content_summary-wrap {
    padding: 20px 30px;
  }
  .product-content_summary-list {
    width: 60%;
  }
  .product-content_summary-list_li {
    width: 32%;
  }
}
.product-content_img {
  width: 40%;
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: 100;
}
.product-content_img img {
  width: 100%;
}

@media screen and (min-width: 750px) {
  .product-content_img {
    width: 30%;
    right: 0;
    top: auto;
    bottom: -10px;
  }
}
.product-content_specs {
  width: 70%;
  padding: 10px;
}

.product-content_specs_ttl {
  padding: 10px;
}

.product-content_specs_li {
  margin: 0.5em 0;
  font-size: 1.2rem;
  line-height: 1.4;
}

.product-content_target {
  margin: 20px 0;
  padding: 10px;
  background: #e60d0e;
}
#falcon02 .product-content_target {
  background: #b6272d;
}
#falcon03 .product-content_target {
  background: #e01088;
}
#falcon04 .product-content_target {
  background: #b80971;
}

.product-content_target_ttl {
  padding: 10px 0;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  color: #fbf9fa;
  text-align: center;
}

.product-content_target-list li {
  padding: 5px 10px;
  margin-top: 10px;
  background: #fbf9fa;
  border-radius: 10px;
}
.product-content_target-list .product-content_target-list_in {
  margin-left: 1em;
  position: relative;
}
.product-content_target-list .product-content_target-list_in::before {
  content: "";
  width: 1em;
  height: 1em;
  background: url(../img/icon_check.svg) no-repeat center;
  display: inline-block;
  position: absolute;
  left: -1.2em;
  top: 0.3em;
}

.product-content_details {
  margin: 0 0 20px;
}

.product-content_details_li {
  margin-top: 20px;
}

.product-content_details_li_text {
  font-size: 1.2rem;
  line-height: 1.6;
}

.product-content_image-list {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.product-content_image-list_li {
  width: 48%;
  margin-bottom: 10px;
}
.product-content_image-list_li .ttl {
  font-size: 1.2em;
  font-weight: bold;
}
.product-content_image-list_li:not(:nth-child(2n)) {
  margin-right: 4%;
}

/*	introduction
----------------------------------------------------------- */
.case {
  width: 100%;
  margin: 40px auto;
}

.case-content {
  margin: 40px auto;
}

.case_ttl-box {
  padding: 15px 0;
  background: #f4f2f4;
  text-align: center;
}

.case_ttl-label {
  padding: 0.1em 1em;
  margin-right: 1em;
  border: 1px solid #e60d0e;
  border-radius: 5px;
  font-size: 1.2rem;
  background: #fbf9fa;
  color: #e60d0e;
}

.case_ttl {
  font-weight: 500;
  font-size: 1.8rem;
  display: inline-block;
}
.case_ttl span {
  margin: 0 0.2em;
}

.case-summary_wrap {
  margin: 20px 0;
}

.case-summary {
  margin-bottom: 10px;
}

.case-summary_ttl {
  color: #e60d0e;
  font-weight: bold;
}

.case-summary_list li {
  margin-bottom: 2px;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.case-summary_list li span {
  width: 80px;
  display: inline-block;
}
.case-summary_list li p {
  width: calc(100% - 80px);
}

.case-summary_body {
  margin: 10px 0;
}
.case-summary_body p {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 0.2em;
}

.case_menu {
  width: 100%;
}
.case_menu th {
  background: rgba(230, 13, 14, 0.05);
}

.flow {
  padding: 40px 0;
  background: #f4f2f4;
}

.flow_wrap {
  counter-reset: number 0;
}
.flow_wrap .ttl-content_arrow span::before {
  margin-right: 0.5em;
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero) ". ";
  display: inline-block;
  color: #e60d0e;
}

.flow-content {
  margin: 40px auto;
}

.flow-content_ttl {
  margin: 20px auto;
  padding: 10px 0 20px;
  background: #fbf9fa;
}
.flow-content_ttl .ttl-content_arrow {
  margin: 0;
}

.flow-content_text .ttl-square {
  font-size: 1.1em;
  font-weight: bold;
}
.flow-content_text a {
  color: #e60d0e;
  font-weight: bold;
}

.contact-info {
  margin: 10px auto;
  padding: 15px 0;
  background: rgba(230, 13, 14, 0.05);
  text-align: center;
}
.contact-info .tel {
  font-size: 2.4rem;
  font-weight: bold;
  color: #e60d0e;
}
.contact-info .tel::before {
  content: "";
  width: 1em;
  height: 1em;
  margin-right: 0.2em;
  background: url(../img/icon_tel.png) no-repeat center/cover;
  display: inline-block;
}
.contact-info .tel a {
  text-decoration: none;
}

.support {
  width: 100%;
  padding: 40px 0 20px;
}

.support-intro {
  margin: 20px 0;
  font-weight: bold;
  text-align: center;
}

.support_list_li {
  margin: 20px 0;
}

.contact_wrap {
  padding: 40px 0;
  background: rgba(230, 13, 14, 0.05);
}

.rental {
  margin: 20px auto 40px;
}

.rental_body {
  margin: 20px auto;
}

.contact-form_info {
  margin: auto;
  font-weight: bold;
  text-align: center;
}

.contact-form-area .mailform {
  background: #fbf9fa;
  border: 8px solid #e60d0e;
}

/*	hair romove
----------------------------------------------------------- */
.lineup_text-list li {
  margin-bottom: 10px;
  border-bottom: 8px solid #e60d0e;
  background: rgba(230, 13, 14, 0.05);
}
.lineup_text-list li a {
  height: 160px;
  color: #e60d0e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
}
.lineup_text-list li a span {
  padding: 0 10px;
  padding-bottom: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-item-align: center;
      align-self: center;
}
.lineup_text-list li a span::after {
  content: "";
  width: 2.5em;
  height: 2.5em;
  background: url(../img/icon_arrow03.png) no-repeat center/cover;
  display: block;
  position: absolute;
  left: 40%;
  bottom: 1em;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.type {
  margin: 40px auto;
}
.type .bl_photo-content_img {
  padding: 20px 20px 0;
  text-align: center;
}
.type .bl_photo-content_img.small-img img {
  width: 70%;
  margin: auto;
}
.type:last-child {
  margin-bottom: 0;
}

.type-content_inner {
  margin: 20px auto;
}
.type-content_inner p {
  margin-bottom: 1em;
}

.type-content_bottom {
  padding-bottom: 20px;
}

.season-section {
  margin: 20px auto;
}

.season-images {
  width: 100%;
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.season-images li {
  width: 49%;
  margin-top: 2%;
}
.season-images li img {
  -webkit-box-shadow: 4px 4px 10px #f4f2f4;
          box-shadow: 4px 4px 10px #f4f2f4;
}

/*	fae
----------------------------------------------------------- */
.faq {
  margin: 40px auto;
}

/*	after follow
----------------------------------------------------------- */
.after-follow {
  margin: 40px auto;
}

.after-follow_ttl {
  margin: 20px auto;
  font-size: 1.8rem;
  font-weight: bold;
}

.after-follow_wrap {
  margin: 40px auto;
}

.after-follow_inner {
  margin: 10px auto;
}

.repair, .meinte {
  margin: 80px auto;
}

.after-follow_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.after-follow_flex a img {
  width: 30rem;
  height: auto;
}

@media screen and (max-width: 767px) {
  .after-follow_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .after-follow_flex a img {
    width: 20rem;
    height: auto;
    margin-bottom: 3rem;
  }
}
/*	company
----------------------------------------------------------- */
.company-profile {
  margin: 40px auto;
}

/* ----------------------------------------------
	tablet以下
---------------------------------------------- */
@media screen and (max-width: 767px) {
  .caviest_feature_inner .el_redBox-ttl {
    width: 90%;
  }
  .product-content_specs {
    background: #f4f2f4;
  }
  .product-content_specs .ac-btn {
    padding: 0;
  }
  .product-content_specs .ac-btn::after {
    content: "";
    width: 2em;
    height: 2em;
    margin: 0 1em -0.5em;
    background: url(../img/icon_arrow03.png) no-repeat center bottom/cover;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    display: inline-block;
  }
  .product-content_specs_ttl {
    padding: 0;
    text-align: center;
  }
  .case_menu {
    width: 100%;
    border: 4px solid #f4f2f4;
  }
  .case_menu tr {
    width: 100%;
  }
  .case_menu th, .case_menu td {
    padding: 10px;
    display: block;
    text-align: center;
  }
  .case_menu th {
    width: 100%;
    background: rgba(230, 13, 14, 0.05);
  }
  .case_menu td {
    width: 100%;
    border-bottom: 2px solid #f4f2f4;
  }
  .case_menu td span {
    display: inline-block;
  }
}
/* ----------------------------------------------
	tablet以上
---------------------------------------------- */
@media screen and (min-width: 768px) {
  .top-about_wrap {
    min-height: 0;
    padding: 20px 15px;
    background-size: 48%;
    background-position: top left;
  }
  .top-about_wrap::after {
    display: none;
  }
  .top-about_ttl {
    width: 55%;
    margin: 0 0 0 auto;
    text-align: left;
  }
  .top_point-list {
    width: 55%;
    margin: 0 0 0 auto;
  }
  .top-about_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-about_links li {
    width: 32%;
    margin-top: 0;
  }
  .top_afterfollow_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .top_afterfollow_in {
    width: 49%;
  }
  .top-afterfollow_links {
    margin: 0;
  }
  .top-movie_body {
    width: 90%;
    margin: auto;
  }
  .information_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .news-area {
    width: 48%;
  }
  .fb-area {
    width: 48%;
    padding-top: 70%;
    margin-bottom: 0;
  }
  /*	product
  ----------------------------------------------------------- */
  .lineup_list_li {
    width: 24%;
  }
  .lineup_ttl_big {
    font-size: 2.4rem;
  }
  .lineup_ttl_small {
    font-size: 1.8rem;
  }
  .icube_feature_inner {
    padding: 25px 0;
  }
  .support-point_content {
    width: 49%;
  }
  .big-image-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .big-image_body {
    width: 300px;
  }
  .big-image_img {
    width: calc(100% - 320px);
  }
  .product-content_target {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .product-content_target_ttl {
    width: 30%;
    padding-bottom: 20px;
  }
  .product-content_target-list {
    width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .product-content_target-list li {
    width: 49%;
  }
  .product-content_image-list_li {
    width: 32%;
  }
  .product-content_image-list_li:not(:nth-child(2n)) {
    margin-right: 0;
  }
  .product-content_image-list_li:not(:nth-child(3n)) {
    margin-right: 2%;
  }
  /*	introduction
  ----------------------------------------------------------- */
  .case-content_wrap {
    margin: 80px auto;
  }
  .case-summary_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .case-summary {
    width: 30%;
    margin-bottom: 0;
  }
  .case-summary_menu {
    width: 70%;
  }
  .case_menu {
    width: 100%;
    border: 4px solid #f4f2f4;
    font-weight: bold;
  }
  .case_menu tr {
    width: 100%;
  }
  .case_menu th, .case_menu td {
    padding: 10px 0;
    text-align: center;
    vertical-align: middle;
    border: 4px solid #f4f2f4;
  }
  .case_menu th {
    width: 30%;
    background: rgba(230, 13, 14, 0.05);
  }
  .case_menu td span {
    display: block;
  }
  .case_menu td .sp {
    display: none;
  }
  .case_menu td ul {
    margin: -10px 0;
  }
  .case_menu td ul li {
    padding: 5px 0;
  }
  .case_menu td ul li:not(:last-child) {
    border-bottom: 4px solid #f4f2f4;
  }
  .flow-content_body {
    padding: 10px 20px;
  }
  .flow-content_img {
    width: 35%;
  }
  .flow-content_text {
    width: 60%;
  }
  .rental-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .rental_img {
    width: 45%;
  }
  .rental_body {
    width: 50%;
    margin: 0 auto;
  }
  /*	hair romove
  ----------------------------------------------------------- */
  .lineup_text-list li a {
    font-size: 1.6rem;
  }
  .type .bl_photo-content_img {
    padding: 0;
  }
  .type .bl_photo-content_img.small-img img {
    width: 100%;
  }
  .type .bl_ex-list_wide {
    margin: 0 auto;
  }
  .type-content {
    margin: 40px auto 0;
  }
  .type-content_inner {
    margin: 0 auto 20px;
  }
  .season-images li {
    width: 24%;
  }
}
/* ----------------------------------------------
	pc
---------------------------------------------- */
@media screen and (min-width: 800px) {
  .slick-slide img {
    width: 100%;
  }
  button {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    z-index: 10;
  }
  .slide-arrow {
    position: absolute;
    top: 50%;
    margin-top: -15px;
  }
  .prev-arrow {
    left: 0;
    width: 60px;
    height: 60px;
    background: url(../img/icon_arrow01.svg) no-repeat center, #fbf9fa;
    background-size: 20px;
    -webkit-box-shadow: 0px 0px 5px rgba(45, 45, 45, 0.2);
            box-shadow: 0px 0px 5px rgba(45, 45, 45, 0.2);
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .next-arrow {
    right: 0;
    width: 60px;
    height: 60px;
    background: url(../img/icon_arrow01.svg) no-repeat center, #fbf9fa;
    background-size: 20px;
    -webkit-box-shadow: 0px 0px 5px rgba(45, 45, 45, 0.2);
            box-shadow: 0px 0px 5px rgba(45, 45, 45, 0.2);
  }
  .top-about_wrap {
    max-width: 970px;
    margin: auto;
  }
  .top_point-list_number {
    width: 80px;
    height: 80px;
  }
  .top_point-list_number span {
    font-size: 3.2rem;
  }
  .top_point-list_text {
    width: calc(100% - 95px);
    padding-left: 15px;
    font-size: 3.2rem;
  }
  .top_point-list_text span {
    font-size: 1.8rem;
  }
  .top-about_links li a {
    -webkit-transition: -webkit-box-shadow 0.5s;
    transition: -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s;
    transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
  }
  .top-about_links li a p {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .top-about_links li a:hover {
    color: #e60d0e;
    letter-spacing: 0.2em;
    -webkit-box-shadow: 4px 4px 5px rgba(45, 45, 45, 0.1);
            box-shadow: 4px 4px 5px rgba(45, 45, 45, 0.1);
  }
  .top-about_links li a:hover img {
    opacity: 1;
  }
  .top-about_links li a:hover p {
    background-position: center right 30px;
  }
  .top_afterfollow_in {
    width: 54%;
  }
  .top-afterfollow_text {
    margin-bottom: 2em;
  }
  .top-afterfollow_links {
    width: 42%;
    padding: 40px;
  }
  .news-area {
    width: 60%;
  }
  .news-area_list_li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .news-area_list_li span {
    margin-right: 15px;
  }
  .fb-area {
    width: 36%;
    padding-top: 35%;
  }
  /*	product
  ----------------------------------------------------------- */
  .product_feature {
    padding: 20px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .product_feature#product_feature_falcon {
    background-image: url(../img/falcon_feature_bg.jpg);
  }
  .product_feature#product_feature_caviest {
    background-image: url(../img/caviest_bg.jpg);
  }
  .product_feature#product_feature_icubepro {
    background-image: url(../img/icube_bg.jpg);
  }
  .product_feature_wrap {
    width: 70%;
    max-width: 680px;
    margin: 0 0 0 auto;
    padding: 40px 0;
  }
  .product_feature_body {
    padding: 20px 40px;
  }
  .product_feature_body .ttl-content_slash {
    margin: 0 auto;
  }
  .product_feature_ttl {
    margin: auto;
  }
  .product_feature_intro {
    padding: 0;
    margin-bottom: 10px;
  }
  #product_feature_icubepro .product_feature_intro, #product_feature_caviest .product_feature_intro, #product_feature_falcon .product_feature_intro {
    background-image: none;
  }
  .feature_point {
    margin: auto;
  }
  .product_sub-area {
    margin-bottom: 80px;
  }
  #icubepro .product_sub-area {
    margin-bottom: 40px;
  }
  .product_sub-area_ttl {
    margin: 40px auto;
  }
  .product_support {
    padding: 60px 0 40px;
  }
  .support-point_ttl {
    padding: 10px 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .support-point_number {
    width: 30%;
    padding: 0 10px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .support-point_number span {
    width: 5em;
    padding-right: 5px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    letter-spacing: 0;
    line-height: 1.4;
  }
  .support-point_number span.big-num {
    width: 45%;
    font-size: 3em;
    font-weight: bold;
  }
  .support-point_text {
    text-align: left;
  }
  .support-point_text {
    width: 70%;
  }
  .product-content_ttl {
    margin: 20px auto;
  }
  .product-content_summary-wrap {
    padding: 40px 60px;
  }
  .product-content_summary .product_name span {
    font-size: 4.8rem;
  }
  .product-content_summary .product_catch {
    font-size: 3.8rem;
  }
  .product-content_summary_topic {
    width: 46%;
  }
  .product-content_summary-list {
    width: 46%;
  }
  .product-content_summary-list_li {
    width: 49%;
  }
  .product-content_img {
    width: 280px;
    left: 45%;
    bottom: -20px;
  }
  .product-content_specs {
    width: auto;
    max-width: 230px;
    font-size: 1.6rem;
    position: absolute;
    right: 20px;
    bottom: 40px;
  }
  .product-content_specs_ttl {
    padding: 0;
  }
  .product-content_specs_li {
    font-size: 1.4rem;
  }
}