@charset "UTF-8";
html {
  color: #000;
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

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

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

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

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

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

@font-face {
  font-family: "yakuhan";
  src: url("font/YakuHanJP-Light.woff") format("woff");
}

.sectionStr, .flow .item .content .chara01 .text, .flow .item .content .chara02 .text {
  font-family: 'Quicksand', 'Kosugi Maru', sans-serif;
}

.pickupBox .item .content .en, .flow .item .content .titleArea .num, .pageCampaign .box .item .rank .num {
  font-family: 'Futura', Century Gothic;
  font-weight: bold;
}

.campaign, .menu, .pickup, .information, .about, .commitment, .flow, .concept, .company, .pageCampaign, .bgSec {
  position: relative;
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .campaign, .menu, .pickup, .information, .about, .commitment, .flow, .concept, .company, .pageCampaign, .bgSec {
    margin-bottom: 80px;
  }
}

.campaign .inner, .menu .inner, .pickup .inner, .information .inner, .about .inner, .commitment .inner, .flow .inner, .concept .inner, .company .inner, .pageCampaign .inner, .bgSec .inner, .wpcf7, .flow .item .content .btnBox, .fixBn .btnBox, .header .inner, .globalNavi .navContact .btnBox, .footerInner, .footerNav, .allOffice {
  max-width: 920px;
  width: 92%;
  margin: 0 auto;
}

a:hover, .hero .slick-prev:hover:before, .hero .slick-next:hover:before, .footer .pageTop:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover, .hero .slick-prev:hover:before, .hero .slick-next:hover:before, .footer .pageTop:hover {
  opacity: .7;
}

body {
  font-size: 15px;
  font-family: 'yakuhan', 'Noto Sans JP', "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-weight: 500;
  width: 100%;
  color: #333;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

strong {
  color: #ff7c00;
}

h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
}

img {
  font-family: "object-fit: cover;";
}

a {
  text-decoration: none;
  color: currentColor;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a, button {
  cursor: pointer;
}

p {
  margin: 0;
  line-height: 2;
}

li {
  list-style-type: none;
}

ul {
  padding: 0;
  margin: 0;
}

table {
  table-layout: fixed;
}

.wrapper {
  overflow: hidden;
}

.br1200 {
  display: none;
}

@media screen and (max-width: 1200px) {
  .br1200 {
    display: block;
  }
}

.br1000 {
  display: none;
}

@media screen and (max-width: 1000px) {
  .br1000 {
    display: block;
  }
}

.br768 {
  display: none;
}

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

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

.br480 {
  display: none;
}

@media screen and (max-width: 480px) {
  .br480 {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .br480del {
    display: none;
  }
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.commitment .item .content .title, .wideItem, .lgBtn, .bgSec .box .item .title, .allOffice {
  font-family: "Hiragino Mincho ProN", Georgia, 游明朝, "Yu Mincho", YuMincho, HGS明朝E, メイリオ, Meiryo, serif;
}

.pageCampaign .box .item .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@-webkit-keyframes overlay {
  0% {
    left: 0;
    right: auto;
    width: 0;
  }
  20% {
    left: 0;
    right: auto;
    width: 100%;
  }
  21% {
    left: auto;
    right: 0;
    width: 100%;
  }
  80% {
    left: auto;
    right: 0;
    width: 100%;
  }
  100% {
    left: auto;
    right: 0;
    width: 0;
  }
}

@keyframes overlay {
  0% {
    left: 0;
    right: auto;
    width: 0;
  }
  20% {
    left: 0;
    right: auto;
    width: 100%;
  }
  21% {
    left: auto;
    right: 0;
    width: 100%;
  }
  80% {
    left: auto;
    right: 0;
    width: 100%;
  }
  100% {
    left: auto;
    right: 0;
    width: 0;
  }
}

.toggleBtn {
  z-index: 300;
  display: none;
  position: absolute;
  top: 12px;
  right: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 36px;
  height: 30px;
}

@media screen and (max-width: 1000px) {
  .toggleBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.toggleBtn.active {
  position: fixed;
}

.toggleBtn span {
  height: 3px;
  border-radius: 100px;
  background: #ff7c00;
  width: 100%;
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.toggleBtn span:nth-of-type(1) {
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px);
}

.toggleBtn span:nth-of-type(3) {
  -webkit-transform: translateY(7px);
  transform: translateY(7px);
}

.toggleBtn p {
  position: absolute;
  color: #ff7c00;
  font-size: 10px;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  letter-spacing: .2em;
  width: 100%;
  text-align: center;
  top: 100%;
}

.toggleBtn p:before {
  content: 'MENU';
}

.toggleBtn.active span {
  height: 3px;
  border-radius: 100px;
  background: #fff;
  width: 100%;
}

.toggleBtn.active span:nth-of-type(1) {
  -webkit-transform: translateY(100%) rotate(45deg);
  transform: translateY(100%) rotate(45deg);
}

.toggleBtn.active span:nth-of-type(2) {
  -webkit-transform: rotate(-405deg);
  transform: rotate(-405deg);
}

.toggleBtn.active span:nth-of-type(3) {
  -webkit-transform: translateY(-100%) rotate(-45deg);
  transform: translateY(-100%) rotate(-45deg);
}

.toggleBtn.active p:before {
  content: 'CLOSE';
  color: #fff;
}

.wpcf7 {
  max-width: 800px !important;
  margin: 0 auto !important;
}

.wpcf7 label {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wpcf7 label br {
  display: none;
}

@media screen and (max-width: 768px) {
  .wpcf7 label {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.wpcf7 label .title {
  width: 25%;
  min-width: 240px;
  text-align: center;
  background: #999;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .wpcf7 label .title {
    width: 100%;
    margin-right: 0;
    padding: 10px 0;
  }
}

.wpcf7 label .wpcf7-form-control-wrap {
  width: 75%;
}

@media screen and (max-width: 768px) {
  .wpcf7 label .wpcf7-form-control-wrap {
    width: 100%;
  }
}

.wpcf7 label .wpcf7-form-control-wrap input[type="text"], .wpcf7 label .wpcf7-form-control-wrap input[type="email"], .wpcf7 label .wpcf7-form-control-wrap input[type="url"], .wpcf7 label .wpcf7-form-control-wrap input[type="tel"], .wpcf7 label .wpcf7-form-control-wrap input[type="number"], .wpcf7 label .wpcf7-form-control-wrap input[type="date"], .wpcf7 label .wpcf7-form-control-wrap textarea {
  width: 100% !important;
  line-height: 2;
  margin-left: -1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .wpcf7 label .wpcf7-form-control-wrap input[type="text"], .wpcf7 label .wpcf7-form-control-wrap input[type="email"], .wpcf7 label .wpcf7-form-control-wrap input[type="url"], .wpcf7 label .wpcf7-form-control-wrap input[type="tel"], .wpcf7 label .wpcf7-form-control-wrap input[type="number"], .wpcf7 label .wpcf7-form-control-wrap input[type="date"], .wpcf7 label .wpcf7-form-control-wrap textarea {
    margin-left: 0;
    margin-top: -1px;
  }
}

.wpcf7 label .wpcf7-form-control-wrap textarea {
  line-height: 1.5;
}
input[type="submit"] {
-webkit-appearance: none;
border-radius: 0;
}
.wpcf7 form input[type="submit"], .wpcf7 form button {
  width: 240px;
  text-align: center;
  display: block;
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 4px;
}

.wpcf7 form input[type="submit"]:hover, .wpcf7 form button:hover {
  background: #999;
}

.wpcf7 .resultWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.6em;
}

.wpcf7 .resultWrap br {
  display: none;
}

.wpcf7 .resultWrap>span {
  padding: 10px;
  padding-right: 0;
  padding-left: 0;
}

.wpcf7 span.wpcf7-form-control-wrap.address1 {
  padding: 10px;
  padding-right: 0;
}

.wpcf7 span.wpcf7-form-control-wrap.idcard {
  padding: 10px;
  padding-right: 0;
}

.wpcf7 .title.bank {
  padding: 1em;
  text-align: left;
}

.wpcf7 .title.bank br {
  display: block;
}

.sectionTitle {
  position: relative;
  text-align: center;
  font-weight: normal;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .sectionTitle {
    height: 28px;
    margin-bottom: 70px;
  }
}

.sectionTitle:before {
  height: 32px;
  border-radius: 100px;
  background: #ff7c00;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3px;
}

@media screen and (max-width: 768px) {
  .sectionTitle:before {
    height: 28px;
    border-radius: 0;
    left: -20px;
    right: -20px;
  }
}

.sectionTitle:after {
  content: '';
  height: 32px;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: 3px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 300px;
  border-radius: 100px;
}

@media screen and (max-width: 768px) {
  .sectionTitle:after {
    height: 60px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translate(-50%, -55%);
    transform: translate(-50%, -55%);
    width: 140px;
  }
}

.sectionTitle>span {
  z-index: 1;
  position: relative;
  display: block;
  line-height: 1;
}

.sectionTitle>span.en {
  font-size: 20px;
  color: #ff7c00;
  letter-spacing: .45em;
  margin-bottom: 6px;
}

@media screen and (max-width: 768px) {
  .sectionTitle>span.en {
    font-size: 10px;
    line-height: 26px;
  }
}

.sectionTitle>span.ja {
  font-size: 11px;
  letter-spacing: .1em;
}

@media screen and (max-width: 768px) {
  .sectionTitle>span.ja {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 20px;
    margin-top: 15px;
  }
}

.sectionStr {
  position: absolute;
  line-height: .7;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 100px;
  color: rgba(255, 124, 0, 0.5);
  letter-spacing: .45em;
  top: 0;
  left: 0;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  .sectionStr {
    display: none;
  }
}

.sectionStr.rev {
  left: auto;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  right: 0;
}

.btn {
  color: #fff;
  width: 48%;
  height: 50px;
  min-width: 160px;
  border: solid 3px white;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  position: relative;
  background: #8B5B44;
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  line-height: 1;
}

.btn:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  width: 6px;
  height: 10px;
  background: url(../images/arrow-white.png) no-repeat center center/100%;
}

.center.btn {
  margin: 0 auto;
  min-width: 225px;
  max-width: 225px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  font-weight: normal;
}

.show.btn {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.img.btn img {
  width: 34px;
  height: auto;
  margin-right: 10px;
}

.pickup {
  background: #EDBF7C;
  padding: 70px 0;
}

@media screen and (max-width: 768px) {
  .pickup {
    padding: 30px 0;
  }
}

.pickup .sectionTitle:after {
  background: #EDBF7C;
}

.flow .item .content .btnBox, .fixBn .btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 800px;
  margin-bottom: 20px;
}

.flow .item .content .btnBox .btn .img, .fixBn .btnBox .btn .img {
  width: 28px;
  height: 21px;
  margin-right: 10px;
  margin-left: -10px;
}

.flow .item .content .btnBox .btn .img img, .fixBn .btnBox .btn .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.flow .item .content .btnBox .btn.mail, .fixBn .btnBox .btn.mail {
  background: #ff7c00;
}

.campaign .box .item .info, .pageCampaign .box .item .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0 20px;
}

.campaign .box .item .info .cat, .pageCampaign .box .item .info .cat {
  background: #ff7c00;
  color: #fff;
  margin-right: 13px;
  width: 80px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.campaign .box .item .info .titleArea .price, .pageCampaign .box .item .info .titleArea .price {
  color: #ff7c00;
  font-size: 11px;
}

.campaign .box .item .img:after, .pageCampaign .box .item .img:after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 44px;
  height: 44px;
  background: url(../images/arrow-more.png) no-repeat center center/100%;
  content: '';
}

.header {
  position: relative;
}

.header .inner {
  height: 55px;
  max-width: 1200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 1000px) {
  .header .inner {
    height: 55px;
  }
}

@media screen and (max-width: 1000px) {
  .header {
    padding-top: 4px;
  }
  .header:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #ff7c00;
    content: '';
  }
}

.header .siteLogo {
  width: 125px;
}

@media screen and (max-width: 1000px) {
  .header .siteLogo {
    width: 180px;
    margin-top: 8px;
  }
}

@media screen and (max-width: 1000px) {
  .header .siteLogo {
    position: relative;
  }
  .header .siteLogo:before {
    content: '';
    width: 80px;
    height: 80px;
    position: absolute;
    right: 100%;
    top: -20px;
    z-index: 1;
    background: url(../images/chara-head.png) no-repeat center center/100%;
  }
}

.header .siteLogo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header .siteLogo img {
  width: 100%;
  height: auto;
}

.header .booking {
  width: 155px;
  height: 90px;
  margin-top: -30px;
  background: #ff7c00;
  border-radius: 0 0 8px 8px;
  border: 4px solid white;
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 1000px) {
  .header .booking {
    display: none;
  }
}

.header .booking img {
  width: 28px;
  height: auto;
  margin-bottom: 6px;
}

.header .booking span {
  font-size: 20px;
  line-height: 1;
  margin-top: 2px;
}

.globalNavi .navContact .snsBox, .footerHead .snsBox, .footerNav .col .snsBox, .footerNavSp .snsBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.globalNavi .navContact .snsBox .item, .footerHead .snsBox .item, .footerNav .col .snsBox .item, .footerNavSp .snsBox .item {
  width: 36px;
  height: 36px;
  display: block;
  margin: 5px;
}

.globalNavi .navContact .snsBox .item img, .footerHead .snsBox .item img, .footerNav .col .snsBox .item img, .footerNavSp .snsBox .item img {
  width: 100%;
  height: auto;
}

.globalNavi {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 100;
}

@media screen and (max-width: 1000px) {
  .globalNavi {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: auto;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    background: #F6CFAA;
  }
}

.globalNavi.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.globalNavi .navHeader {
  display: none;
  height: 62px;
  background: #ff7c00;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 1000px) {
  .globalNavi .navHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.globalNavi .navHeader .spLogo {
  width: 180px;
  margin: 0 auto;
  display: block;
  margin-top: 8px;
}

.globalNavi .navHeader .spLogo img {
  width: 100%;
  height: auto;
}

.globalNavi .navContact {
  display: none;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1000px) {
  .globalNavi .navContact {
    display: block;
  }
}

.globalNavi .navContact .btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 800px;
  margin-bottom: 20px;
}

.globalNavi .navContact .btnBox .btn .img {
  width: 28px;
  height: 21px;
  margin-right: 10px;
  margin-left: -10px;
}

.globalNavi .navContact .btnBox .btn .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.globalNavi .navContact .btnBox .btn.mail {
  background: #ff7c00;
}

.globalNavi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  margin: 0 20px;
}

@media screen and (max-width: 1000px) {
  .globalNavi ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0;
  }
}

.globalNavi ul li {
  border-right: 1px solid;
}

@media screen and (max-width: 1000px) {
  .globalNavi ul li {
    border-right: 0;
    border-bottom: solid 1px #ff7c00;
    width: 100%;
    padding: 0 20px;
  }
}

.globalNavi ul li:last-child {
  border-right: 0;
}

.globalNavi ul li a {
  display: block;
  padding: 0 22px;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 1200px) {
  .globalNavi ul li a {
    padding: 0 10px;
  }
}

@media screen and (max-width: 1000px) {
  .globalNavi ul li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 1em 0;
    position: relative;
  }
  .globalNavi ul li a:before {
    content: '';
    display: block;
    width: 5px;
    height: 20px;
    margin-right: 12px;
    background: url(../images/arrow-nav-sp.png) no-repeat center center/100%;
  }
}

.globalNavi ul li a span {
  letter-spacing: .25em;
}

.globalNavi ul li a .en {
  color: #ff7c00;
  font-size: 11px;
}

@media screen and (max-width: 1000px) {
  .globalNavi ul li a .en {
    font-size: 12px;
    margin-right: 20px;
  }
}

.globalNavi ul li a .ja {
  font-size: 10px;
}

@media screen and (max-width: 1000px) {
  .globalNavi ul li a .ja {
    font-size: 12px;
  }
}

.hero {
  margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .hero.slick-dotted.slick-slider {
    margin-bottom: 20px;
  }
}

.hero .heroItem {
  width: 920px;
}
.hero .heroItem:focus {
  outline: none;
  border: none;
}

.hero .heroItem img {
  width: 100%;
  height: auto;
}

.hero .slick-prev {
  left: 10%;
}

.hero .slick-next {
  right: 10%;
}

.hero .slick-next:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.hero .slick-prev, .hero .slick-next {
  z-index: 1;
  height: 50px;
  width: 50px;
}

.hero .slick-prev:before, .hero .slick-next:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/arrow-slider.png) no-repeat center center/100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}

.hero .slick-dots {
  bottom: -10px;
}

.hero .slick-dots li button:before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 100px;
  border: solid 1px;
  background: white;
  opacity: 1;
}

.hero .slick-dots li.slick-active button:before {
  background: #000;
}

.spContact {
  display: none;
  text-align: center;
  margin-bottom: 60px;
}

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

.spContact p {
  margin-bottom: 6px;
}

.spContact .btn {
  background: #ff7c00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80%;
  max-width: 100%;
  font-size: 18px;
}

.spContact .btn:before {
  width: 12px;
  height: 40px;
}

.spContact .btn img {
  width: 30px;
  height: auto;
  margin-right: 10px;
}

.spContact .btn span {
  font-weight: bold;
  letter-spacing: .15em;
}

.campaign {
  position: relative;
  display: block;
}
.page-template-page-body2019 .campaign,
.page-template-page-depilation2019 .campaign,
.page-template-page-facial2019 .campaign { padding-top: 0; }

.page-template-page-body2019 .campaign_wrap li .f_l span,
.page-template-page-depilation2019 .campaign_wrap li .f_l span,
.page-template-page-facial2019 .campaign_wrap li .f_l span,
.page-template-page-body2019 .campaign_wrap #btn,
.page-template-page-depilation2019 .campaign_wrap #btn,
.page-template-page-facial2019 .campaign_wrap #btn { background: #ff7c00; }



.campaign .inner {
  position: relative;
}

.campaign .chara01 {
  position: absolute;
  width: 220px;
  left: 50%;
  -webkit-transform: translateX(-25%);
  transform: translateX(-25%);
  bottom: 100%;
}

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

.campaign .chara01 img {
  width: 100%;
  height: auto;
}

.campaign .box {
  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;
  padding: 0 30px;
}

@media screen and (max-width: 768px) {
  .campaign .box {
    padding: 0;
  }
}

.campaign .box .item {
  width: 46%;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .campaign .box .item {
    width: 100%;
    margin-bottom: 50px;
  }
}

.campaign .box .item>a {
  display: block;
}

.campaign .box .item .img {
  position: relative;
  margin-bottom: 20px;
}

.campaign .box .item .img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.campaign .box .item .content {
  padding-top: 15px;
  border-top: solid 1px #ff7c00;
  font-size: 12px;
  line-height: 2.2;
}

.campaign .btn {
  display: none;
}

@media screen and (max-width: 768px) {
  .campaign .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.menu .lead {
  text-align: center;
  letter-spacing: .1em;
  margin-bottom: 30px;
}

@media all and (min-width: 768px) {
	.pc {
		display: block; !important;
	}
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 767px) {
	.pc {
		display: none !important;
	}
	.sp {
		display: block; !important;
	}

}
.menu .covid{
  padding: 0 30px;
}
.menu .covid a{
      text-decoration: underline;
}

.menuBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1000px) {
  .menuBox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 640px;
    margin: 0 auto;
    position: relative;
  }
  .menuBox:before {
    content: '';
    width: 48%;
    background: url(../images/chara-menu.png) no-repeat center top/100%;
    height: 70%;
    position: absolute;
    top: 50%;
    right: 0;
  }
}

.menuBox .item {
  width: 32.5%;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .menuBox .item {
    width: 48%;
    margin-bottom: 20px;
  }
  .menuBox .item:nth-of-type(3) {
    margin-bottom: 0;
  }
}

.menuBox .item .img {
  position: relative;
  margin-bottom: 10px;
}

.menuBox .item .img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.menuBox .item .target {
  font-size: 19px;
  letter-spacing: .15em;
  color: #fff;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 10px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .menuBox .item .target {
    font-size: 15px;
    letter-spacing: 0;
    top: 4px;
  }
}

.menuBox .item .title {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(30%);
  transform: translateY(30%);
  width: 100%;
  text-align: center;
  font-size: 30px;
  color: #000;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .menuBox .item .title {
    font-size: 20px;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
}

.menuBox .item .content {
  font-size: 12px;
}

.pickup {
  padding: 70px 0 30px;
}

@media screen and (max-width: 768px) {
  .pickup {
    padding: 30px 0;
  }
}

.pickupBox {
  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;
  padding-top: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .pickupBox {
    padding-top: 0;
  }
}

.pickupBox .item {
  width: 23.5%;
  margin: 0 1%;
  margin-bottom: 40px;
  border-radius: 10px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  z-index: 2;
  -webkit-box-shadow: 5px 5px 0px #E1A350;
  box-shadow: 5px 5px 0px #E1A350;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.pickupBox .item:nth-of-type(1) {
  margin-left: 0;
}

.pickupBox .item:nth-of-type(4) {
  margin-right: 0px;
}

@media screen and (max-width: 768px) {
  .pickupBox .item {
    width: 31.5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
  }
  .pickupBox .item:nth-of-type(3n-1) {
    margin-right: 1%;
    margin-left: 1%;
  }
}

.pickupBox .item:before {
  content: '';
  position: absolute;
  right: 10px;
  top: 10px;
  bottom: 10px;
  width: 2px;
  background: #ff7c00;
}

@media screen and (max-width: 768px) {
  .pickupBox .item:before {
    position: absolute;
    right: 4px;
    left: 4px;
    top: 4px;
    bottom: 4px;
    width: auto;
    background: none;
    border-radius: 10px;
    border: solid #ff7c00 1px;
  }
}

.pickupBox .item:after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 4px;
  bottom: 0;
  top: 0;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .pickupBox .item:after {
    content: '';
  }
}

.pickupBox .item .icon {
  width: 30%;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .pickupBox .item .icon {
    width: 50%;
    border-radius: 100px;
    overflow: hidden;
    background: #ff7c00;
  }
}

.pickupBox .item .icon img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media screen and (max-width: 768px) {
  .pickupBox .item .icon img {
    width: 86%;
    margin: 7%;
  }
}

.pickupBox .item .content {
  width: 70%;
  position: relative;
  z-index: 1;
  padding-top: .5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  white-space: nowrap;
}

.pickupBox .item .content .en {
  color: #ff7c00;
  font-size: 15px;
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: .2em;
}

.pickupBox .item .content .en.long {
  letter-spacing: -.05em;
}

@media screen and (max-width: 768px) {
  .pickupBox .item .content .en {
    font-size: 12px;
    margin-bottom: 4px;
  }
}

.pickupBox .item .content .title {
  font-size: 11px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .pickupBox .item .content .title {
    font-size: 10px;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    letter-spacing: -.05em;
    padding-bottom: 2px;
  }
}

.information {
  position: relative;
  margin-top: 120px;
}

@media screen and (max-width: 768px) {
  .information {
    margin-top: 0;
  }
}

.information .inner {
  position: relative;
}

.information .inner:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(20%, -70%);
  transform: translate(20%, -70%);
  z-index: 1;
  background: url(../images/chara02.png) no-repeat center center/100%;
  width: 320px;
  height: 340px;
}

@media screen and (max-width: 768px) {
  .information .inner:before {
    display: none;
  }
}

.information .box {
  position: relative;
}

.information .box:before, .information .box:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 30px;
  background: #ff7c00;
  height: 1px;
}

.information .box:after {
  top: auto;
  bottom: 1px;
}

.information .box .boxInner {
  max-height: 350px;
  overflow-y: scroll;
  padding-right: 20px;
}

@media screen and (max-width: 768px) {
  .information .box .boxInner {
    padding-right: 5px;
  }
}

.information .box .boxInner::-webkit-scrollbar {
  width: 15px;
}

.information .box .boxInner::-webkit-scrollbar-track {
  background: #ff7c00;
  border-left: solid 1px #ff7c00;
}

.information .box .boxInner::-webkit-scrollbar-thumb {
  background: white;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 0 4px #ff7c00;
  box-shadow: inset 0 0 0 4px #ff7c00;
}

.information .box .item {
  padding: 20px 10px;
  border-bottom: solid 2px #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .information .box .item {
    display: block;
    padding-right: 0;
    margin-right: 10px;
  }
}

.information .box .item time {
  width: 26%;
  font-size: 12px;
  color: #ff7c00;
  letter-spacing: .1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px;
}

@media screen and (max-width: 768px) {
  .information .box .item time {
    width: 100%;
    padding-left: 0;
  }
}

.information .box .item .content {
  width: 74%;
}

@media screen and (max-width: 768px) {
  .information .box .item .content {
    width: 100%;
  }
}

.information .box .item .content .title {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: .5em;
}

.information .box .item .content .text {
  font-size: 12px;
  color: #555;
}

.footer .pageTop {
  font-family: 'Helvetica', 'Ariel', sans-serif;
}

.footer {
  background: #EDBF7C;
  position: relative;
  margin-top: 180px;
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .footer {
    margin-top: 90px;
  }
}

.footer.btmSpace {
  padding-bottom: 110px;
}

.footerInner {
  padding-top: 60px;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .footerInner {
    padding-top: 30px;
  }
}

.footerInner:before {
  width: 270px;
  height: 270px;
  background: url(../images/chara-footer.png) no-repeat center bottom/100%;
  position: absolute;
  bottom: 100%;
  left: 0;
  -webkit-transform: translateX(-20%);
  transform: translateX(-20%);
}

@media screen and (max-width: 1000px) {
  .footerInner:before {
    display: none;
  }
}

.footerHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .footerHead {
    margin-bottom: 20px;
  }
}

.footerLogo {
  display: block;
  width: 230px;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .footerLogo {
    width: 260px;
    margin-right: 0;
  }
}

.footerLogo img {
  width: 100%;
  height: auto;
}

.footer .pageTop {
  position: absolute;
  bottom: 100%;
  margin-bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #ff7c00;
  letter-spacing: .1em;
  cursor: pointer;
}

.footer .pageTop:before {
  content: '';
  bottom: 100%;
  margin-bottom: 5px;
  width: 14px;
  height: 14px;
  background: url(../images/arrow-pagetop.png) no-repeat center center/100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.footerNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 850px;
}

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

.footerNav .col {
  width: 46%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.footerNav .col .title {
  letter-spacing: .2em;
  font-size: 11px;
  border-bottom: solid 1px white;
  width: 100%;
  margin-bottom: 1.5em;
  padding-bottom: .5em;
}

.footerNav .col.sec {
  width: 46%;
  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;
}
.footerNav .col.sec:nth-of-type(1) { width: 40% }
.footerNav .col.sec:nth-of-type(1) .inner { width: 49%; height: 100%; }
.footerNav .col.sec:nth-of-type(2) { width: 60% }
.footerNav .col.sec:nth-of-type(2) .inner { width: 33%; height: 100%; }

.footerNav .col.sec .inner .subTitle {
  font-size: 12px;
  margin-bottom: 1em;
}

.footerNav .col.sec .inner .subTitle span {
  background: #fff;
  text-align: center;
  display: inline-block;
  color: #ff7c00;
  border-radius: 4px;
  padding: 0 1em;
  min-width: 110px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.footerNav .col.sec ul li {
  margin-bottom: 1em;
}

.footerNav .col.sec ul.lh li {
  margin-bottom: .5em;
}

.footerNav .col ul li {
  margin-bottom: 1.5em;
  font-size: 12px;
}

.footerNav .col .snsBox {
  position: absolute;
  bottom: 2px;
  left: 20px;
}

@media screen and (max-width: 768px) {
  .footerNav .col .snsBox {
    display: none;
  }
}

.footerNavSp {
  display: none;
}

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

.footerNavSp ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: solid 1px white;
}

.footerNavSp ul li {
  width: calc(50% - 1px);
  border: solid white;
  border-width: 0 1px 1px 0;
}

.footerNavSp ul li:nth-of-type(2n) {
  border-right: 0;
}

.footerNavSp ul li>a {
  padding: 1em;
  display: block;
  font-size: 12px;
  letter-spacing: .05em;
}

.footerNavSp ul li>a:before {
  content: '>';
  margin-right: 8px;
}

.footerNavSp .snsBox {
  margin-top: 24px;
  margin-bottom: 24px;
}

.footer .copy {
  text-align: center;
  font-size: 12px;
  padding: 40px 0 30px;
  letter-spacing: .1em;
}

@media screen and (max-width: 768px) {
  .footer .copy {
    background: #ff7c00;
    color: #fff;
    font-size: 10px;
    padding: 15px 0;
  }
}

.pageHeader {
  margin-bottom: 160px;
}

@media screen and (max-width: 768px) {
  .pageHeader {
    margin-bottom: 50px;
  }
}

.pageHeader img {
  width: 100%;
  height: auto;
}

.about {
  margin-bottom: 180px;
}

@media screen and (max-width: 1000px) {
  .about {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 768px) {
  .about {
    margin-bottom: 60px;
  }
}

.about .lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .about .lead {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.about .lead .img {
  width: 43%;
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  .about .lead .img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.about .lead .img img {
  width: 100%;
  height: auto;
}

.about .lead .content {
  width: 46%;
}

@media screen and (max-width: 768px) {
  .about .lead .content {
    width: 100%;
  }
}

.about .lead .content .title {
  color: #ff7c00;
  font-size: 22px;
  border: solid #ff7c00;
  border-width: 1px 0;
  text-align: center;
  line-height: 2.5;
  margin-bottom: 20px;
}

.about .lead .content .text p {
  line-height: 2.2;
}

.commitment {
  background: #F6E1B8;
  padding: 70px 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .commitment {
    padding: 40px 0;
  }
}

.commitment .bg {
  content: '';
  border-color: transparent transparent #F3D49F transparent;
  border-style: solid;
  border-width: 0 0 100px 100px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.commitment .inner {
  position: relative;
  z-index: 1;
}

.commitment .sectionTitle:after {
  background: #F6E1B8;
}

.commitmentBox {
  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 (max-width: 768px) {
  .commitmentBox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.commitment .item {
  width: 47%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .commitment .item {
    width: 100%;
    margin-bottom: 30px;
  }
}

.commitment .item:nth-of-type(5) {
  margin-bottom: 0;
}

.commitment .item .img {
  width: 30%;
  max-width: 125px;
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  .commitment .item .img {
    max-width: 120px;
  }
}

.commitment .item .img img {
  width: 100%;
  height: auto;
}

.commitment .item .content {
  width: 70%;
}

.commitment .item .content .title {
  font-weight: bold;
  font-size: 22px;
  color: #ff7c00;
}

@media screen and (max-width: 768px) {
  .commitment .item .content .title {
    font-size: 18px;
  }
}

.commitment .item .content .title span {
  display: inline-block;
}

.commitment .item .content .text {
  font-size: 13px;
}

.commitment .chara {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 47%;
  height: 200px;
}

@media screen and (max-width: 768px) {
  .commitment .chara {
    position: relative;
    width: 100%;
    height: auto;
  }
}

.commitment .chara img {
  width: 100%;
  height: auto;
}

.commitment .chara .text {
  position: absolute;
  width: 60%;
  left: 5%;
  top: 60%;
  line-height: 1.6;
  color: #ff7c00;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .commitment .chara .text {
    font-size: 12px;
  }
}

.flowBox {
  margin-top: 70px;
}

@media screen and (max-width: 768px) {
  .flowBox {
    margin-top: 90px;
  }
}

.flow .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .flow .item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 80px;
  }
}

.flow .item:last-child {
  margin-bottom: 20px;
}

.flow .item:last-child .content:before {
  display: none;
}

.flow .item .img {
  width: 52%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .flow .item .img {
    width: 100%;
  }
}

.flow .item .img img {
  width: 100%;
  height: auto;
}

.flow .item .img .batch {
  font-size: 22px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flow .item .img .batch span {
  background: #ff7c00;
  line-height: 1;
  border-radius: 100px;
  line-height: 50px;
  width: 50px;
  text-align: center;
  display: block;
}

.flow .item .img .batch span:nth-of-type(2) {
  margin-left: -.4em;
}

.flow .item .content {
  width: 43%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .flow .item .content {
    width: 100%;
  }
}

.flow .item .content:before {
  position: absolute;
  content: '';
  width: 35px;
  height: 35px;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 30px;
  background: url(../images/arrow-next.png) no-repeat center center/100%;
}

@media screen and (max-width: 768px) {
  .flow .item .content:before {
    margin-top: 20px;
  }
}

.flow .item .content .titleArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  color: #ff7c00;
  border-bottom: solid 1px;
  margin-bottom: 20px;
}

.flow .item .content .titleArea .num {
  font-weight: 100;
  font-size: 58px;
  margin-right: 20px;
}

.flow .item .content .titleArea .title {
  font-size: 22px;
}

.flow .item .content .titleArea .icon {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 55px;
  width: 70px;
}

.flow .item .content .titleArea .icon img {
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
  width: 100%;
}

.flow .item .content .text {
  font-size: 13px;
  letter-spacing: -0.2px;
}

.flow .item .content .btnBox {
  margin-top: 30px;
  width: 100%;
}

.flow .item .content .chara01, .flow .item .content .chara02 {
  width: 95%;
  margin: 0 auto;
  position: relative;
}

.flow .item .content .chara01 img, .flow .item .content .chara02 img {
  width: 100%;
  height: auto;
}

.flow .item .content .chara01 .text, .flow .item .content .chara02 .text {
  font-size: 13px;
  color: #ff7c00;
  position: absolute;
  left: 20px;
  top: 58%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60%;
  letter-spacing: -0.5px;
}

.flow .item .content .chara01 .text p, .flow .item .content .chara02 .text p {
  line-height: 1.5;
}

.flow .item .content .chara02 .text {
  top: 52%;
  right: 20px;
  left: auto;
}

.fixBn {
  position: fixed;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
  height: 120px;
}

@media screen and (max-width: 768px) {
  .fixBn {
    height: 80px;
  }
}

.fixBn .bnLogo {
  margin-right: 10px;
  width: 280px;
}

@media screen and (max-width: 1000px) {
  .fixBn .bnLogo {
    display: none;
  }
}

.fixBn .bnLogo img {
  width: 100%;
  height: auto;
}

.fixBn .text {
  letter-spacing: .15em;
  font-size: 16px;
  margin-right: 40px;
  position: relative;
  line-height: 1.6;
}

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

.fixBn .text:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 100%;
  margin-left: 10px;
  border-style: solid;
  border-width: 13px;
  border-color: transparent transparent transparent #ff7c00;
}

.fixBn .btnBox {
  max-width: 440px;
  margin: 0;
}


.concept .sectionTitle.bar_body:before { background: #A8AAD3; }
.concept .sectionTitle.bar_facial:before { background: #ee9194; }
.concept .sectionTitle.bar_depilation:before { background: #accd5b; }

.concept .sectionTitle.bar_body .en { color: #A8AAD3; }
.concept .sectionTitle.bar_facial .en { color: #ee9194; }
.concept .sectionTitle.bar_depilation .en { color: #accd5b; }

.concept .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .concept .box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.concept .box .text {
  width: 55%;
}

@media screen and (max-width: 768px) {
  .concept .box .text {
    width: 100%;
  }
}

.concept .box .text p {
  line-height: 2.2;
}

.concept .box .img {
  width: 33%;
  margin-right: 5%;
  margin-top: -20px;
}

@media screen and (max-width: 768px) {
  .concept .box .img {
    width: 100%;
  }
}

.concept .box .img img {
  width: 100%;
  height: auto;
}

.company .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .company .box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.company .box .img {
  width: 35%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .company .box .img {
    width: 100%;
    margin-bottom: 20px;
  }
}

.company .box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.company .box table {
  width: 60%;
  border-top: solid 1px #D5AF9A;
}

@media screen and (max-width: 768px) {
  .company .box table {
    width: 100%;
  }
}

.company .box table th, .company .box table td {
  padding: 1.2em;
  font-size: 13px;
  border-bottom: solid 1px #D5AF9A;
}

.company .box table tr:nth-of-type(1) th:after {
  content: '';
  top: 0;
  right: 0;
  position: absolute;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  width: 15px;
  height: 15px;
  background: white;
}

.company .box table th {
  width: 115px;
  color: #D5AF9A;
  text-align: center;
  border-right: solid 1px #D5AF9A;
  position: relative;
}

@media screen and (max-width: 768px) {
  .company .box table th {
    width: 60px;
  }
}

.company .box table th:before {
  content: '';
  bottom: 0;
  right: 0;
  position: absolute;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
  width: 20px;
  height: 20px;
  background: white;
}

.company .box table td {
  padding-left: 2em;
}

.pageCampaign .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .pageCampaign .box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.pageCampaign .box .item {
  width: 30.5%;
  position: relative;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .pageCampaign .box .item {
    width: 100%;
    margin: 0 auto 40px;
    max-width: 480px;
  }
}

.pageCampaign .box .item>a {
  display: block;
}

.pageCampaign .box .item .rank {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 20px;
  width: 50px;
  height: 50px;
  background: url(../images/rank.png) no-repeat center center/100%;
  font-size: 22px;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pageCampaign .box .item .rank .sub {
  font-size: .8em;
}

.pageCampaign .box .item .img {
  border: solid 4px #ff7c00;
  border-radius: 10px;
  position: relative;
  margin-bottom: 20px;
}

.pageCampaign .box .item .img:after {
  right: -4px;
  bottom: -4px;
}

.pageCampaign .box .item .img:before {
  content: '';
  display: block;
  padding-top: 60%;
}

.wideItem {
  padding: 30px 0;
  border-bottom: solid 1px #aaa;
}

.wideItem:last-child {
  border-bottom: none;
}

.wideItemInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .wideItemInfo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.wideItemInfo .cat {
  background: #ff7c00;
  color: #fff;
  width: 125px;
  min-width: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  .wideItemInfo .cat {
    width: 100%;
    margin-bottom: 20px;
  }
}

.wideItemInfo .title {
  font-size: 1.2em;
  font-weight: bold;
  margin-right: 15px;
}

.wideItemInfo .price {
  font-size: 1.4em;
  color: #c93e45;
  font-weight: bold;
}

.wideItem .note {
  margin-top: 15px;
  font-size: .9em;
  text-align: right;
}

.oldBtn {
  display: block;
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
  margin-top: 20px;
  background: #ff7c00;
  padding: .5em 0;
  color: #fff;
  text-align: center;
}

.lgBtn {
  background: -webkit-gradient(linear, left top, left bottom, from(#ff7c00), to(#ffa54f));
  background: linear-gradient(180deg, #ff7c00 0%, #ffa54f 100%);
  font-size: 2em;
  color: #fff;
  padding: 1em 0;
  width: 80%;
  max-width: 600px;
  text-align: center;
  margin: 30px auto;
  display: block;
}

@media screen and (max-width: 768px) {
  .lgBtn {
    font-size: 1em;
  }
}

.bgSec {
  padding: 60px 0;
  background: #fbfbfa;
}

@media screen and (max-width: 768px) {
  .bgSec {
    padding: 30px 0;
  }
}

.bgSec .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .bgSec .box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.bgSec .box .item {
  width: 48%;
  background: #fff;
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
  display: block;
}

@media screen and (max-width: 768px) {
  .bgSec .box .item {
    width: 100%;
    margin-bottom: 30px;
  }
}

.bgSec .box .item .img {
  margin-bottom: 20px;
}

.bgSec .box .item .img img {
  width: 100%;
  height: auto;
}

.bgSec .box .item .title {
  font-size: 1.5em;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .bgSec .box .item .title {
    font-size: 1.2em;
  }
}

.section-ttl {
  margin-bottom: 40px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", -apple-system, BlinkMacSystemFont, "游明朝体", "Yu Mincho", YuMincho;
  text-align: center;
  font-size: 2em;
  color: #ff7c00;
}

@media screen and (max-width: 768px) {
  .section-ttl {
    font-size: 1.5em;
  }
}

.allOffice {
  color: #666;
}

.allOffice h4 {
  font-weight: bold;
  color: #ff7c00;
  font-size: 1.5em;
  border-bottom: solid 1px #aaa;
  margin-bottom: 20px;
}

.allOffice .cam_salon_list li ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.allOffice .cam_salon_list li ul li {
  width: 33%;
  margin-bottom: 1em;
  font-size: 1.1em;
}

@media screen and (max-width: 768px) {
  .allOffice .cam_salon_list li ul li {
    width: 100%;
  }
}


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