@charset "UTF-8";
/*====================================
	
	----------------------------------
		Color
	----------------------------------
	
	Main     : #074137
	Sub      : #bbd3a8
	Dark     : #004738

	----------------------------------
  	Structure
  ----------------------------------
  
    _reset.scss / reset
    _mixin.scss / mixin
    _login.scss / login
    _side.scss / サイドバー
  
    style.scss
		[1]  Base
		[2]  Common / 共通
		[3]  Top　/ トップページ 
		[4]  Footer
		[5]  下層ページ
  	※ Media Query
  		-600px
      -900px
      
	----------------------------------
  	Comment
  ----------------------------------
  
  修正する際は、それぞれのscssを修正してください。

  ----------------------------------
    更新履歴
  ----------------------------------
    
    2019.04/04 azuma

====================================*/
/*  Fonts
*************************************************************************/
@import url("https://use.typekit.net/ufc1hqv.css");
@import url("https://fonts.googleapis.com/css?family=Playball&display=swap");
/*  Reset ▽_reset.scssここから
*************************************************************************/
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead,
article, aside, figure, footer, header,
hgroup, menu, nav, section, audio, video, canvas, main {
  margin: 0;
  padding: 0;
  line-height: 1.65;
  letter-spacing: 0.1rem;
  font-size: 100%;
  font-weight: 400; }

article, aside, figure, figcaption, footer,
h1, h2, h3, h4, h5, h6, header, hgroup, menu, section, main {
  display: block; }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

.clearfix:after {
  content: " ";
  display: block;
  clear: both; }

table {
  border-collapse: collapse; }

ul li {
  list-style: none; }

ol li {
  list-style: decimal;
  margin-left: 2.0rem; }

img {
  width: 100%; }

a {
  transition: .3s;
  text-decoration: none; }

a:hover {
  text-decoration: none; }

input[type="text"],
input[type="button"],
input[type="email"],
input[type="submit"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/* △_reset.scssここまで -----*/
/*  Rate Plan
*************************************************************************/
/*---------- 料金プラン ----------*/
.ratePlan {
  background: #fff8f9;
  padding: 6rem 0; }
  .ratePlan .desc {
    font-size: 1.8rem;
    text-align: center;
    margin-top: 5rem; }
  .ratePlan .comments {
    margin-top: 3rem;
    text-align: center; }

.ratePlan h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.3rem;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-style: normal;
  margin: 9rem 0 5rem; }
  @media screen and (min-width: 600px) {
    .ratePlan h2 {
      margin: 9rem 0; } }
  .ratePlan h2:before, .ratePlan h2:after {
    border-top: solid 1px #ddd;
    content: "";
    width: 12rem;
    /* 線の長さ */ }
    @media screen and (min-width: 600px) {
      .ratePlan h2:before, .ratePlan h2:after {
        width: 23rem;
        /* 線の長さ */ } }
  .ratePlan h2:before {
    margin-right: 2rem; }
    @media screen and (min-width: 600px) {
      .ratePlan h2:before {
        margin-right: 4rem; } }
  .ratePlan h2:after {
    margin-left: 2rem; }
    @media screen and (min-width: 600px) {
      .ratePlan h2:after {
        margin-right: 4rem; } }

@media screen and (min-width: 600px) {
  .ratePlanInner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between; } }
.ratePlanInner .ratePlanItem {
  background: #fff;
  text-align: center;
  flex-basis: 47%;
  margin-bottom: 3rem; }
  @media screen and (min-width: 600px) {
    .ratePlanInner .ratePlanItem {
      margin-bottom: 0; } }
  .ratePlanInner .ratePlanItem .ratePlanTtl {
    background: #f3769a;
    color: #fff;
    font-size: 2.1rem;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 500;
    font-style: normal;
    padding: 1rem; }
    @media screen and (min-width: 960px) {
      .ratePlanInner .ratePlanItem .ratePlanTtl {
        font-size: 2.6rem; } }
  .ratePlanInner .ratePlanItem .ratePlanContents {
    padding: 3.5rem 2rem; }
    @media screen and (min-width: 600px) {
      .ratePlanInner .ratePlanItem .ratePlanContents {
        padding: 3.5rem 3rem; } }
    .ratePlanInner .ratePlanItem .ratePlanContents .price {
      font-family: source-han-sans-japanese, sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 4.8rem;
      color: #f3769a; }
      @media screen and (min-width: 960px) {
        .ratePlanInner .ratePlanItem .ratePlanContents .price {
          font-size: 5.3rem; } }
      .ratePlanInner .ratePlanItem .ratePlanContents .price span {
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 2rem;
        color: #707070;
        margin: 0 .5rem; }
        @media screen and (min-width: 960px) {
          .ratePlanInner .ratePlanItem .ratePlanContents .price span {
            font-size: 2.6rem;
            margin: 0 1rem; } }
    .ratePlanInner .ratePlanItem .ratePlanContents .btnSecondary {
      max-width: 250px;
      margin: 1.5rem auto 0;
      font-family: source-han-sans-japanese, sans-serif;
      font-weight: 500;
      font-style: normal; }
      .ratePlanInner .ratePlanItem .ratePlanContents .btnSecondary i {
        margin-left: .5rem;
        font-size: 2rem;
        vertical-align: middle;
        top: -1px;
        position: relative; }

@media screen and (min-width: 600px) and (max-width: 960px) {
  .ratePlanTxt {
    margin: 1.5rem 0; } }
/*---------- 他サロンとの違い ----------*/
.otherSalon {
  margin: 6rem 0; }
  @media screen and (min-width: 600px) {
    .otherSalon {
      margin: 12rem 0; } }
  .otherSalon h3 {
    text-align: center;
    margin-bottom: 3rem; }
    .otherSalon h3 img {
      max-width: 620px;
      margin: 0 auto; }
  .otherSalon p {
    text-align: center;
    font-size: 1.8rem;
    line-height: 2; }
    @media screen and (min-width: 600px) {
      .otherSalon p {
        font-size: 2.2rem; } }
    .otherSalon p span {
      font-weight: bold; }

/*---------- メニュー ----------*/
.menuItem {
  background: #fff;
  padding: 3rem;
  margin: 6rem auto;
  max-width: 460px; }
  @media screen and (min-width: 960px) {
    .menuItem {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      justify-content: space-between;
      margin: 9rem 0 6rem;
      max-width: 100%; } }
  .menuItem img {
    max-width: 395px;
    margin-bottom: 1rem; }
    @media screen and (min-width: 960px) {
      .menuItem img {
        margin: 0 2rem 0 0; } }
  .menuItem .menuContents {
    width: 100%; }
    .menuItem .menuContents .menuTtl {
      color: #7c7272;
      font-family: source-han-sans-japanese, sans-serif;
      font-weight: 500;
      font-style: normal;
      font-size: 2.3rem;
      margin-bottom: .5rem; }
      @media screen and (min-width: 960px) {
        .menuItem .menuContents .menuTtl {
          font-size: 2.5rem; } }
    .menuItem .menuContents .price {
      font-family: source-han-sans-japanese, sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 4.8rem;
      color: #f3769a; }
      @media screen and (min-width: 960px) {
        .menuItem .menuContents .price {
          font-size: 5.3rem;
          line-height: 1.4; } }
    .menuItem .menuContents span {
      font-family: source-han-sans-japanese, sans-serif;
      font-weight: 500;
      font-style: normal;
      font-size: 2.3rem;
      color: #707070;
      margin-left: .5rem; }
      @media screen and (min-width: 960px) {
        .menuItem .menuContents span {
          font-size: 2.5rem; } }
    .menuItem .menuContents ul {
      margin-top: 1rem; }
      .menuItem .menuContents ul li {
        padding-bottom: .5rem; }
        .menuItem .menuContents ul li img {
          max-width: 28px;
          margin-right: .5rem;
          vertical-align: middle;
          position: relative;
          top: -2px; }
    .menuItem .menuContents .btnSecondary {
      max-width: 240px;
      margin-top: 1rem; }
      .menuItem .menuContents .btnSecondary i {
        margin-left: .5rem; }

.menuTxt {
  background: url("../ratePlan/images/ratePlanBgSp.png") no-repeat;
  padding: 6rem 0;
  background-size: 100% 100%; }
  @media screen and (min-width: 600px) {
    .menuTxt {
      background: url("../ratePlan/images/ratePlanBg.png") no-repeat;
      background-size: 100% 100%;
      margin-bottom: 6rem; } }
  @media screen and (min-width: 960px) {
    .menuTxt {
      background: url("../ratePlan/images/ratePlanBg.png") no-repeat;
      padding: 7rem 0;
      background-size: contain; } }
  .menuTxt p {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    line-height: 1.8; }
    @media screen and (min-width: 600px) {
      .menuTxt p {
        line-height: 2; } }
  .menuTxt p:first-child {
    font-size: 1.8rem; }
  .menuTxt p:last-child {
    font-size: 2rem; }

/*  キャンペーン
*************************************************************************/
.ratePlanCampaign {
  background: #faeff1 !important; }

/*  料金の仕組み
*************************************************************************/
.rateStructure {
  background: #fff8f9;
  padding: 6rem 0; }
  .rateStructure .head {
    line-height: 1.2; }
    @media screen and (min-width: 600px) {
      .rateStructure .head {
        line-height: 1.65; } }
    .rateStructure .head span {
      top: 98%; }
      @media screen and (min-width: 600px) {
        .rateStructure .head span {
          top: 83%; } }

.rateStructureBox {
  background: #fff;
  padding: 3rem;
  margin-top: 6rem; }
  @media screen and (min-width: 600px) {
    .rateStructureBox {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      margin-top: 8rem; } }
  .rateStructureBox img {
    max-width: 450px;
    margin-bottom: 1rem; }
    @media screen and (min-width: 600px) {
      .rateStructureBox img {
        margin-right: 3rem;
        margin-bottom: 0; } }
  .rateStructureBox h2 {
    margin: 1rem 0 .5rem;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2rem;
    color: #f3769a; }

/*  Rate Plan
*************************************************************************/
.app {
  background: #fff8f9;
  padding: 6rem 0 10rem; }
  .app .desc {
    font-size: 1.8rem;
    text-align: center;
    margin-top: 5rem; }

.appInstallation {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5rem; }
  @media screen and (min-width: 600px) {
    .appInstallation {
      justify-content: flex-start;
      margin-top: 9rem; } }
  .appInstallation .appIco {
    max-width: 90px;
    margin-bottom: 1rem;
    margin-right: .5rem; }
    @media screen and (min-width: 600px) {
      .appInstallation .appIco {
        max-width: 160px;
        margin-right: 1.5rem; } }
  .appInstallation h2 {
    font-size: 1.7rem;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 500;
    font-style: normal;
    padding-left: 1rem;
    line-height: 1.5; }
    @media screen and (min-width: 600px) {
      .appInstallation h2 {
        font-size: 2.6rem;
        margin-bottom: 1rem;
        padding-left: 2rem;
        line-height: 1.65; } }
  .appInstallation .badgeArea {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center; }
    .appInstallation .badgeArea .googlePlayBadges {
      max-width: 260px; }
    .appInstallation .badgeArea .appStoreBadge {
      max-width: 185px; }

.appImgArea {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  align-items: flex-start;
  margin-top: 2rem; }
  @media screen and (min-width: 600px) {
    .appImgArea {
      margin-top: 5rem; } }
  .appImgArea img {
    max-width: 145px;
    display: block;
    margin: 0 auto; }
    @media screen and (min-width: 600px) {
      .appImgArea img {
        max-width: 205px;
        margin: 0; } }

.appImgArea img:first-child {
  margin-right: 1.5rem; }
  @media screen and (min-width: 600px) {
    .appImgArea img:first-child {
      margin-right: 3rem; } }

.appDesc {
  margin-top: 5rem; }
  .appDesc h3 {
    font-size: 2rem;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 1.5rem; }

/*-----▽ style.scss ここから*/
/*  Base
*************************************************************************/
html, body {
  height: 100%; }

html {
  font-size: 62.5%;
  overflow: auto; }

body {
  font-size: 1.6rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-weight: 500;
  color: #454c56;
  line-height: 2.0;
  letter-spacing: 0.2rem;
  -webkit-text-size-adjust: 100%;
  color: #707070; }

/* 共通
*************************************************************************/
.container {
  max-width: 540px;
  margin: 0 auto;
  padding: 0 2rem; }
  @media screen and (min-width: 600px) {
    .container {
      max-width: 1000px; } }

.pcOnly {
  display: none !important; }
  @media screen and (min-width: 600px) {
    .pcOnly {
      display: block !important; } }

@media screen and (min-width: 600px) {
  .spOnly {
    display: none !important; } }
@media screen and (min-width: 960px) {
  .tabSpOnly {
    display: none !important; } }
.bold {
  font-weight: bold; }

.pink {
  color: #f3769a; }

.lineYellow {
  background: linear-gradient(transparent 75%, #fff45c 0%); }

.linePink {
  background: linear-gradient(transparent 75%, #f2dcde 0%); }

.mb10 {
  margin-bottom: 1rem; }

/*---------- 見出し ----------*/
.head {
  font-family: adobe-garamond-pro, serif;
  font-weight: 600;
  font-style: normal;
  font-size: 4.5rem;
  color: #f2dcde;
  text-align: center;
  position: relative;
  letter-spacing: .4rem; }
  @media screen and (min-width: 600px) {
    .head {
      font-size: 6rem; } }
  .head span {
    font-size: 2.3rem;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #7c7272;
    display: block;
    position: absolute;
    top: 83%;
    left: 50%;
    transform: translate(-50%, -83%);
    -webkit-transform: translate(-50%, -83%);
    -ms-transform: translate(-50%, -83%);
    letter-spacing: .1rem;
    width: 100%; }
    @media screen and (min-width: 600px) {
      .head span {
        font-size: 2.6rem; } }

/*---------- Btn ----------*/
.btn {
  font-size: 1.8rem;
  padding: 1.2rem 2rem;
  letter-spacing: 0;
  text-align: center;
  cursor: pointer; }
  .btn:hover {
    opacity: .8; }

.btn:focus {
  outline: 0; }

.btnMain {
  background: #f3769a;
  color: #fff;
  width: 100%;
  max-width: 180px;
  margin: 2rem auto 0;
  display: block; }
  @media screen and (min-width: 600px) {
    .btnMain {
      margin: 3rem auto 0; } }

.btnWrap {
  text-align: center; }

/*.btnPrimary {
  font-size: 1.8rem;
	padding: 1.2rem 2rem;
	letter-spacing: 0;
	text-align: center;
	cursor: pointer;
  background: $mainColor;
	color: #fff;
  border-radius: .2rem;
}*/
.btnPrimary {
  font-size: 1.8rem;
  padding: 1rem 2rem;
  letter-spacing: 0;
  text-align: center;
  cursor: pointer;
  background: #fff;
  color: #fff;
  background: #f3769a;
  border: solid 1px #f3769a;
  border-radius: .5rem;
  display: block;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-style: normal; }

.btnSecondary {
  font-size: 1.8rem;
  padding: 1rem 2rem;
  letter-spacing: 0;
  text-align: center;
  cursor: pointer;
  background: #fff;
  color: #f3769a;
  border: solid 1px #f3769a;
  border-radius: .5rem;
  display: block; }
  .btnSecondary:hover {
    opacity: .7; }

/*---------- 無料カウンセリング ----------*/
.counseling {
  padding: 6rem 2rem; }
  @media screen and (min-width: 960px) {
    .counseling {
      padding: 9rem 0; } }
  .counseling p {
    max-width: 740px;
    margin: 0 auto;
    line-height: 1.8; }

.bgCheck {
  background: url("../images/bgCheck.jpg") repeat; }

.bgLight {
  background: #fff8f9; }

.bgDark {
  background: #faeff1; }

.btnCounseling {
  max-width: 740px;
  margin: 0 auto 2rem;
  font-size: 2rem;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
  padding: 3.5rem 0 2rem 2rem;
  border-bottom: solid 10px #D86586;
  border-radius: .2rem;
  transition: .3s; }
  @media screen and (min-width: 600px) {
    .btnCounseling {
      font-size: 4rem;
      padding: 4.5rem 0 2.5rem 2rem; } }
  .btnCounseling:active {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    border-bottom: none; }
  .btnCounseling img {
    position: absolute;
    max-width: 39px;
    top: 19px;
    left: 12px; }
    @media screen and (min-width: 600px) {
      .btnCounseling img {
        max-width: 66px;
        top: 22px;
        left: 53px; } }
  .btnCounseling i {
    margin-left: .5rem;
    font-size: 3.5rem;
    position: relative;
    vertical-align: middle;
    top: -3px; }
    @media screen and (min-width: 600px) {
      .btnCounseling i {
        margin-left: 2rem;
        font-size: 6rem; } }

/* Header
*************************************************************************/
header {
  padding: 1.2rem 1rem;
  position: relative; }
  @media screen and (min-width: 960px) {
    header {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0; } }

header .logo {
  width: 100%;
  max-width: 185px; }
  @media screen and (min-width: 960px) {
    header .logo {
      padding-left: 1.5rem;
      max-width: 220px;
      margin: 0 auto; } }
  header .logo img {
    display: block; }

header nav {
  max-width: 410px; }
  @media screen and (min-width: 960px) {
    header nav {
      width: 100%;
      max-width: 830px;
      margin: 0;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      justify-content: flex-end; } }

@media screen and (max-width: 959px) {
  header nav {
    position: fixed;
    right: -320px;
    /* これで隠れる */
    top: 0;
    width: 300px;
    /* スマホに収まるくらい */
    height: 100vh;
    padding-top: 65px;
    background-color: #fff;
    transition: all .6s;
    z-index: 200;
    overflow-y: auto;
    /* メニューが多くなったらスクロールできるように */ } }
header nav ul {
  display: block; }
  @media screen and (min-width: 960px) {
    header nav ul {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      justify-content: space-between; } }

header nav ul li {
  border-top: solid 1px #ddd; }
  @media screen and (min-width: 960px) {
    header nav ul li {
      margin-left: 4.5rem;
      border-top: none; } }

header nav ul li a {
  color: #333;
  font-size: 1.4rem;
  display: block;
  padding: 2.5rem 1.5rem; }
  @media screen and (min-width: 960px) {
    header nav ul li a {
      font-size: 1.4rem;
      padding: 3.5rem 0; } }

@media screen and (min-width: 960px) {
  .btnArea {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    max-width: 286px; } }

.counselingBtn {
  background: #f3769a;
  color: #fff;
  padding: 3.5rem 2rem; }

.hamburger {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  /* クリックしやすいようにちゃんと幅を指定する */
  height: 40px;
  /* クリックしやすいようにちゃんと高さを指定する */
  cursor: pointer;
  z-index: 300; }
  @media screen and (min-width: 960px) {
    .hamburger {
      display: none; } }

.hamburgerLine {
  position: absolute;
  left: 5px;
  width: 22px;
  height: 1px;
  background: #f2dcde;
  transition: all .6s; }

.hamburgerLine1 {
  top: 24px; }

.hamburgerLine2 {
  top: 31px;
  width: 14px;
  left: 12px; }

.hamburgerLine3 {
  top: 38px;
  width: 20px;
  left: 7px; }

.overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all .6s;
  cursor: pointer; }

/* 表示された時用のCSS */
.navOpen nav {
  right: 0; }

.navOpen .overlay {
  opacity: .8;
  visibility: visible; }

.navOpen .hamburgerLine1 {
  transform: rotate(45deg);
  top: 30px;
  width: 27px; }

.navOpen .hamburgerLine2 {
  width: 0;
  left: 50%; }

.navOpen .hamburgerLine3 {
  transform: rotate(-45deg);
  top: 30px;
  width: 26px; }

.mvArea img {
  vertical-align: top; }

/* Slider
*************************************************************************/
.sliderArea {
  overflow-x: hidden;
  padding-bottom: 1rem; }

.slick li {
  padding: 0 1rem; }

.slickImg {
  position: relative;
  cursor: pointer;
  display: block;
  margin-bottom: 3rem; }

.slickTxtWrap {
  position: absolute;
  bottom: -30px;
  background: #fff;
  width: 100%;
  height: 85px;
  padding: 2rem; }
  .slickTxtWrap span {
    color: #f3769a;
    font-size: 1.2rem;
    display: block; }
  .slickTxtWrap p {
    color: #454c56; }

.sliderImg {
  padding: 0 1rem; }

.sliderNav {
  margin-top: 1rem; }
  @media screen and (min-width: 600px) {
    .sliderNav {
      overflow-x: visible;
      margin-top: 2rem; } }

/* Slider dots */
.slick-dots {
  bottom: -33px !important; }
  @media screen and (min-width: 600px) {
    .slick-dots {
      bottom: -35px !important; } }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  text-indent: -9999px;
  display: block;
  width: 15px !important;
  height: 15px !important;
  margin: 0 5px;
  outline: 0;
  transition-duration: 0.3s;
  background: #E1E3DD !important; }

.slick-dots li button {
  background: #E1E3DD; }

.slick-dots li button:hover,
.slick-dots li.slick-active button {
  background: #f3769a !important; }

/* Topキャンペーン情報
*************************************************************************/
.topCampaign {
  background: #fff8f9;
  padding: 5rem 0; }
  @media screen and (min-width: 600px) {
    .topCampaign {
      padding: 9rem 0; } }
  @media screen and (min-width: 960px) {
    .topCampaign {
      padding: 9rem 0; } }
  .topCampaign .campaignInner {
    margin-top: 6rem; }
    @media screen and (min-width: 600px) {
      .topCampaign .campaignInner {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap; } }
    @media screen and (min-width: 960px) {
      .topCampaign .campaignInner {
        margin-top: 10rem; } }
    @media screen and (min-width: 600px) {
      .topCampaign .campaignInner:after {
        display: block;
        content: "";
        min-width: 315px;
        margin: 0 auto; } }
    @media screen and (min-width: 960px) {
      .topCampaign .campaignInner:after {
        display: block;
        content: "";
        min-width: 270px;
        margin: 0; } }
    .topCampaign .campaignInner .campaignWrap {
      max-width: 315px;
      margin: 0 auto;
      color: #707070; }
      @media screen and (min-width: 600px) {
        .topCampaign .campaignInner .campaignWrap {
          min-width: 315px; } }
      @media screen and (min-width: 960px) {
        .topCampaign .campaignInner .campaignWrap {
          max-width: 100%;
          min-width: 270px;
          margin: 0 0 3rem; } }
    .topCampaign .campaignInner .campaignTag {
      background: #f3769a;
      font-family: vatican,sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 2.5rem;
      color: #fff;
      text-align: center; }
      .topCampaign .campaignInner .campaignTag span {
        font-size: 3.3rem; }
    .topCampaign .campaignInner .campaignContent {
      background: #fff;
      padding: 1.5rem 0 2rem;
      margin-bottom: 3rem; }
      @media screen and (min-width: 960px) {
        .topCampaign .campaignInner .campaignContent {
          margin-bottom: 0;
          padding: 1.5rem; } }
      .topCampaign .campaignInner .campaignContent p {
        text-align: center; }
      .topCampaign .campaignInner .campaignContent .campaignTtl {
        font-size: 3.2rem;
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 700;
        font-style: normal;
        color: #f3769a;
        margin-top: 1rem; }

.campaignLink {
  display: block; }
  .campaignLink:hover .campaignContent {
    box-shadow: 0px 0px 0px 2px inset #f3769a; }

.topCampaign .priceArea {
  color: #f3769a;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  font-size: 1.8rem;
  margin: 1rem auto;
  max-width: 200px; }
  @media screen and (min-width: 960px) {
    .topCampaign .priceArea {
      max-width: 194; } }
  .topCampaign .priceArea .price {
    font-size: 4rem;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: .8; }
.topCampaign .comments {
  text-indent: -2em;
  padding-left: 2em; }

.campaign1 .priceArea {
  margin: 2.5rem auto;
  max-width: 240px; }
  @media screen and (min-width: 960px) {
    .campaign1 .priceArea {
      margin: 2.5rem 0;
      max-width: 100%; } }

.campaign5 .priceArea .priceAreaTxt {
  display: block;
  text-align: left; }
.campaign5 .priceArea .priceAreaInner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  align-items: flex-end;
  justify-content: center; }
  .campaign5 .priceArea .priceAreaInner .price {
    line-height: 1; }

.campaign4 .priceArea .priceAreaInner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  align-items: flex-end; }
  .campaign4 .priceArea .priceAreaInner .price {
    line-height: 1; }
.campaign4 .priceArea .cashBack {
  text-align: center;
  display: block;
  font-size: 2.2rem;
  line-height: .9;
  padding-top: 1rem; }

.campaign3 .priceArea .priceAreaInner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: .7rem 0; }
  .campaign3 .priceArea .priceAreaInner .price {
    line-height: 1;
    font-size: 5.7rem; }

.campaign2 {
  padding: 1.5rem 1.3rem !important; }
  .campaign2 .campaignTtl {
    margin-top: 1.9rem !important; }
    @media screen and (min-width: 960px) {
      .campaign2 .campaignTtl {
        font-size: 3rem !important;
        margin-top: 1.9rem !important; } }
    .campaign2 .campaignTtl span {
      font-size: 1.5rem; }
  .campaign2 .priceArea {
    margin: .8rem auto !important;
    max-width: 100%; }
    .campaign2 .priceArea .priceAreaInner {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      justify-content: center;
      align-items: flex-end;
      justify-content: center;
      padding: .7rem 0;
      letter-spacing: .05rem;
      font-size: 1.5rem; }
      @media screen and (min-width: 960px) {
        .campaign2 .priceArea .priceAreaInner {
          font-size: 1.6rem; } }
      .campaign2 .priceArea .priceAreaInner p {
        border: solid 1px #f3769a;
        padding: 0 .3rem;
        letter-spacing: .01rem;
        margin-right: .5rem;
        min-width: 92px; }
        @media screen and (min-width: 600px) {
          .campaign2 .priceArea .priceAreaInner p {
            min-width: 87px; } }
        @media screen and (min-width: 960px) {
          .campaign2 .priceArea .priceAreaInner p {
            min-width: 80px; } }
      .campaign2 .priceArea .priceAreaInner .price {
        line-height: 1;
        font-size: 3.5rem;
        padding: 0 .1rem; }
        @media screen and (min-width: 600px) {
          .campaign2 .priceArea .priceAreaInner .price {
            font-size: 3rem;
            line-height: 1.2; } }
        @media screen and (min-width: 960px) {
          .campaign2 .priceArea .priceAreaInner .price {
            font-size: 2.8rem;
            line-height: 1.2; } }

/* 選ばれる理由
*************************************************************************/
.reason {
  background: #faeff1;
  padding: 5rem 0; }
  @media screen and (min-width: 960px) {
    .reason {
      padding: 9rem 0; } }
  .reason .head {
    margin-bottom: 5rem; }
    @media screen and (min-width: 600px) {
      .reason .head {
        margin-bottom: 10rem; } }

.reasonInner {
  background: #fff;
  padding: 7rem 3rem;
  position: relative;
  margin-bottom: 3rem; }
  @media screen and (min-width: 600px) {
    .reasonInner {
      padding: 7rem 4rem;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex; } }
  .reasonInner .reasonTag {
    background: #f3769a;
    color: #fff;
    font-family: vatican,sans-serif;
    font-weight: 700;
    font-style: normal;
    position: absolute;
    top: 10px;
    left: -10px;
    padding: .2rem 1rem;
    font-size: 2.5rem;
    width: 140px;
    text-align: center; }
    .reasonInner .reasonTag:before {
      position: absolute;
      content: '';
      top: 100%;
      left: 0;
      border: none;
      border-bottom: solid 10px transparent;
      border-right: solid 10px #C3C3C2; }
  .reasonInner h3 {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2rem;
    margin-bottom: 1.5rem;
    line-height: 1.5; }
    @media screen and (min-width: 600px) {
      .reasonInner h3 {
        font-size: 2.2rem;
        line-height: 1.65; } }

.reason1 {
  align-items: center; }
  .reason1 .reasonImg {
    width: 100%;
    max-width: 290px;
    text-align: center; }
    .reason1 .reasonImg img {
      max-width: 135px;
      margin: 0 auto;
      display: block; }
    .reason1 .reasonImg .reasonImg01 {
      margin-bottom: 2rem; }
  .reason1 .reasonImg02 {
    max-width: 135px;
    margin: 2rem auto 0;
    display: block; }

.reason2 img {
  max-width: 260px;
  margin: 0 0 1rem; }
  @media screen and (min-width: 600px) {
    .reason2 img {
      margin: 0 3rem 0 0; } }

.reason3 .reasonImg {
  width: 100%;
  max-width: 290px;
  text-align: center; }
.reason3 img {
  width: auto;
  height: 210px;
  margin: 0 0 1rem; }
  @media screen and (min-width: 600px) {
    .reason3 img {
      margin: 0;
      height: 270px; } }

/* POINT
*************************************************************************/
.point {
  background: url("../images/bgCheck.jpg") repeat;
  padding: 5rem 0; }
  @media screen and (min-width: 960px) {
    .point {
      padding: 9rem 0; } }
  .point .head {
    margin-bottom: 5rem; }
    @media screen and (min-width: 600px) {
      .point .head {
        margin-bottom: 10rem; } }
  .point .pointTagImg {
    max-width: 369px;
    display: block;
    margin: 0 auto; }
  .point .comments {
    max-width: 520px;
    margin: 1rem auto 0;
    text-indent: -2em;
    padding-left: 2em; }

.pointContents {
  text-align: center; }
  .pointContents .pointNumber {
    font-family: vatican,sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #f3769a;
    font-size: 3.4rem;
    margin: 5rem 0 2rem; }
    @media screen and (min-width: 600px) {
      .pointContents .pointNumber {
        font-size: 4rem;
        margin: 6rem 0 2rem; } }
  .pointContents .pointTtl {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.2rem;
    display: inline-block;
    margin-bottom: 4rem; }
    @media screen and (min-width: 600px) {
      .pointContents .pointTtl {
        font-size: 3rem; } }
    .pointContents .pointTtl span {
      font-size: 1.5rem;
      display: inline-block;
      margin: 0 .2rem; }
  .pointContents .pointTxt {
    margin-bottom: 3rem;
    font-size: 1.8rem;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 500;
    font-style: normal; }
    @media screen and (min-width: 600px) {
      .pointContents .pointTxt {
        font-size: 2rem; } }
    .pointContents .pointTxt span {
      color: #f3769a;
      font-size: 2.3rem; }
      @media screen and (min-width: 600px) {
        .pointContents .pointTxt span {
          font-size: 2.6rem; } }
  .pointContents span {
    font-weight: bold; }
  .pointContents .pointTableImg {
    max-width: 1000px;
    display: block;
    margin: 4rem auto 6rem; }
    @media screen and (min-width: 600px) {
      .pointContents .pointTableImg {
        margin: 7rem auto 12rem; } }
  .pointContents .pointImg {
    max-width: 520px;
    margin-top: 3rem; }
    @media screen and (min-width: 600px) {
      .pointContents .pointImg {
        margin-top: 5rem; } }

/* インスタ
*************************************************************************/
.insta {
  background: url("../images/instaBg.jpg") no-repeat;
  padding: 4rem 0 6rem;
  background-size: cover;
  background-position: center; }
  @media screen and (min-width: 600px) {
    .insta {
      padding: 7rem 0 8rem; } }
  .insta h2 {
    font-family: adobe-garamond-pro, serif;
    font-weight: 600;
    font-style: normal;
    font-size: 4.5rem;
    color: #fff;
    text-align: center;
    margin-bottom: 4rem; }
    @media screen and (min-width: 600px) {
      .insta h2 {
        margin-bottom: 6rem; } }
    .insta h2 img {
      max-width: 40px;
      position: relative;
      vertical-align: middle;
      top: -7px;
      margin-right: 1.5rem; }
      @media screen and (min-width: 600px) {
        .insta h2 img {
          max-width: 50px; } }

.loopSlide {
  position: relative;
  display: flex;
  width: 100vw;
  overflow: hidden;
  background: #fff; }
  .loopSlide ul {
    padding: 0;
    width: 100vw;
    display: flex;
    flex-shrink: 0;
    background: #fff; }
    .loopSlide ul:first-child {
      animation: slide1 60s -30s linear infinite; }
    .loopSlide ul:last-child {
      animation: slide2 60s linear infinite; }
    .loopSlide ul li {
      display: inline-block;
      width: 100%;
      min-width: 100px;
      list-style: none;
      text-align: center; }
      .loopSlide ul li img {
        display: block;
        width: 100%;
        height: auto; }
  .loopSlide:hover ul {
    animation-play-state: paused; }

@keyframes slide1 {
  0% {
    transform: translateX(100%); }
  to {
    transform: translateX(-100%); } }
@keyframes slide2 {
  0% {
    transform: translateX(0); }
  to {
    transform: translateX(-200%); } }
/* Top店舗紹介
*************************************************************************/
.topSalon {
  background: #fff8f9;
  padding: 5rem 0; }
  @media screen and (min-width: 960px) {
    .topSalon {
      padding: 9rem 0; } }
  .topSalon .head {
    margin-bottom: 5rem; }
    @media screen and (min-width: 600px) {
      .topSalon .head {
        margin-bottom: 10rem; } }
  .topSalon .topSalonCatch {
    font-size: 2.3rem;
    text-align: center;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 500;
    font-style: normal; }
    @media screen and (min-width: 600px) {
      .topSalon .topSalonCatch {
        font-size: 2.8rem; } }

.accordion {
  position: relative;
  width: 100%;
  outline: 0;
  cursor: pointer;
  margin-top: 5rem; }

.salonAccordion {
  margin-bottom: 1.5rem; }
  @media screen and (min-width: 600px) {
    .salonAccordion {
      margin-bottom: 2rem; } }

.accordion .salonArea,
.accordion .salonTtl {
  display: block;
  position: relative;
  font-size: 2.1rem;
  cursor: pointer;
  padding: 2rem;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-style: normal; }
  @media screen and (min-width: 600px) {
    .accordion .salonArea,
    .accordion .salonTtl {
      padding: 2rem 2.5rem;
      font-size: 2.3rem; } }

.accordion .salonArea {
  background: #f3769a;
  color: #fff;
  border-radius: .8rem; }

.salonTtl {
  background: #fff;
  border-bottom: solid 3px #f2dcde;
  border-radius: .8rem .8rem 0 0; }

.salonArea:after,
.salonTtl:after {
  content: "";
  position: absolute;
  top: 38%;
  right: 25px;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg); }

.salonArea:after {
  border-top: solid 4px #fff;
  border-right: solid 4px #fff; }

.salonTtl:after {
  border-top: solid 4px #f3769a;
  border-right: solid 4px #f3769a; }

.salonArea.open {
  border-radius: .8rem .8rem 0 0; }

.salonArea.open:after,
.salonTtl.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%; }

.areaList {
  display: none; }

.chubuArea .areaList {
  display: block; }

.areaAccordion {
  margin: 1rem 0; }

.accordionContents {
  display: none;
  background: #fff;
  padding: 3rem 2.5rem;
  border-radius: 0 0 .8rem .8rem; }

.chubuArea .accordionContents {
  display: block; }

.salonDetail {
  margin-bottom: 3rem; }
  @media screen and (min-width: 960px) {
    .salonDetail {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      justify-content: space-between; } }
  .salonDetail img {
    max-width: 430px;
    margin: 0 auto;
    display: block; }
    @media screen and (min-width: 960px) {
      .salonDetail img {
        margin: 0; } }
  .salonDetail .detailContents {
    flex-basis: 50%; }
    .salonDetail .detailContents dl {
      border-bottom: solid 1px #ddd;
      padding: 1.5rem 0; }
      @media screen and (min-width: 960px) {
        .salonDetail .detailContents dl {
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: flex;
          align-items: center;
          padding: 2.5rem 0; } }
      .salonDetail .detailContents dl dt {
        font-weight: bold;
        margin-bottom: .5rem; }
        @media screen and (min-width: 960px) {
          .salonDetail .detailContents dl dt {
            width: 25%;
            margin-bottom: 0; } }

.accordionContents .btnPrimary {
  max-width: 270px;
  margin: 0 auto;
  font-size: 2rem; }
  .accordionContents .btnPrimary i {
    margin-left: .5rem; }

/* よくある質問
*************************************************************************/
.faq {
  background: url("../images/bgStripe.jpg") repeat;
  padding: 9rem 0; }
  .faq .head {
    margin-bottom: 8rem; }
  .faq .faqAccordion {
    position: relative;
    width: 100%;
    outline: 0;
    cursor: pointer;
    margin-bottom: 2.5rem; }
    .faq .faqAccordion .faqQuestion {
      display: block;
      position: relative;
      font-size: 2rem;
      cursor: pointer;
      padding: 2rem 4.5rem 2rem 2rem;
      font-family: source-han-sans-japanese, sans-serif;
      font-weight: 500;
      font-style: normal;
      background: #f3769a;
      color: #fff;
      border-radius: .8rem;
      text-indent: -.8em;
      padding-left: 2.5em; }
      @media screen and (min-width: 600px) {
        .faq .faqAccordion .faqQuestion {
          padding: 2rem 2.5rem;
          font-size: 2.3rem;
          text-indent: 0; } }
      .faq .faqAccordion .faqQuestion span {
        font-family: vatican,sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 3.5rem;
        margin-right: .7rem;
        display: inline-block;
        line-height: 1;
        vertical-align: top; }
        @media screen and (min-width: 600px) {
          .faq .faqAccordion .faqQuestion span {
            font-size: 3.7rem;
            margin-right: 1rem; } }
    .faq .faqAccordion .faqQuestion:after {
      content: "";
      position: absolute;
      top: 38%;
      right: 25px;
      transition: all 0.2s ease-in-out;
      display: block;
      width: 12px;
      height: 12px;
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg);
      border-top: solid 4px #fff;
      border-right: solid 4px #fff; }
    .faq .faqAccordion .faqQuestion.open {
      border-radius: .8rem .8rem 0 0; }
    .faq .faqAccordion .faqQuestion.open:after {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: 45%; }
  .faq .faqAnswer {
    display: none;
    background: #fff;
    padding: 2rem 2.5rem;
    border-radius: 0 0 .8rem .8rem;
    border: solid 2px #f3769a; }

/* 施術までの流れ
*************************************************************************/
.step {
  background: #faeff1;
  padding: 5rem 0; }
  @media screen and (min-width: 960px) {
    .step {
      padding: 9rem 0; } }
  .step .head {
    margin-bottom: 5rem; }
    @media screen and (min-width: 600px) {
      .step .head {
        margin-bottom: 10rem; } }

.stepItem {
  position: relative;
  max-width: 500px;
  margin: 0 auto; }
  @media screen and (min-width: 960px) {
    .stepItem {
      max-width: 100%;
      margin: 0; } }
  .stepItem .stepTag {
    position: absolute;
    top: 0;
    left: 0;
    background: #f3769a;
    color: #fff;
    font-family: vatican,sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.5rem;
    text-align: center;
    width: 130px;
    z-index: 1;
    padding: 0; }
  .stepItem .stepInner {
    background: #fff;
    position: relative; }
    @media screen and (min-width: 960px) {
      .stepItem .stepInner {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex; } }
    .stepItem .stepInner:before {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -12px;
      border: 12px solid transparent;
      border-top: 16px solid #fff; }
    .stepItem .stepInner img {
      max-width: 500px; }
      @media screen and (min-width: 960px) {
        .stepItem .stepInner img {
          max-width: 345px; } }
    .stepItem .stepInner .stepContents {
      padding: 1.5rem 2.5rem 2.5rem; }
      @media screen and (min-width: 960px) {
        .stepItem .stepInner .stepContents {
          padding: 3rem; } }
      .stepItem .stepInner .stepContents h3 {
        font-size: 2rem;
        margin-bottom: 1rem;
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 500;
        font-style: normal; }
        @media screen and (min-width: 960px) {
          .stepItem .stepInner .stepContents h3 {
            font-size: 2.2rem; } }

/* Footer
*************************************************************************/
footer {
  background: #f3769a;
  padding: 2rem 3rem; }
  footer p {
    font-size: 1.2rem;
    text-align: center;
    color: #fff; }

/* Coming Soon
*************************************************************************/
.comingSoon {
  background: #fff8f9;
  text-align: center;
  min-height: calc(100vh - 156px);
  position: relative; }
  .comingSoon section {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }

/* Video
*************************************************************************/
.video {
  background: #faeff1;
  padding: 5rem 0; }
  @media screen and (min-width: 960px) {
    .video {
      padding: 9rem 0; } }
  .video .head {
    margin-bottom: 5rem;
    line-height: 1.1; }
    @media screen and (min-width: 600px) {
      .video .head {
        margin-bottom: 6rem;
        line-height: 1.6; } }
    .video .head span {
      top: 99%; }
      @media screen and (min-width: 600px) {
        .video .head span {
          top: 83%; } }
  .video video {
    display: block;
    width: 100%;
    max-width: 650px;
    margin: 0 auto; }
