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

Stylesheet: インポートするスタイル群

******************************************************************/
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-text-size-adjust: 100%;
}

*,
::before,
::after {
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  background-repeat: no-repeat;
}

::before,
::after {
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
  text-decoration: inherit;
}

* {
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
  padding: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type="search"] {
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  -webkit-appearance: textfield;
  /* Correct the outline style in Safari */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  color: inherit;
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  border-style: none;
  background-color: transparent;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  font: inherit;
  color: inherit;
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/******************************************************************

Stylesheet: ベーススタイル

******************************************************************/
html *,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}
html {
	scroll-behavior: smooth;
}

.body {
  max-width: 414px;
  margin: 0 auto;
  background: #fff;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "メイリオ", "ＭＳ Ｐゴシック", system-ui, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2;
  color: #3E3E3E;
  letter-spacing: 1.5px;
  font-display: swap;
}

a {
  color: #3E3E3E;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* -------- ベースここまで -------- */

/* -------- 共通部分 -------- */

.note{
    font-size: 8px;
    color: #818181;
    padding-left:1em;
	text-indent:-1em;
    line-height: 1.5;
    letter-spacing: 1px;
}

/* メインタイトル */
.main-title{
    margin: 115px auto 0;
}
.main-title .title{
    text-align: center;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 33px;
    line-height: 1;
    letter-spacing: 3px;
    font-weight: 300;
    margin-bottom: 55px;
}
.main-title .text{
    text-align: center;
    font-size: 14px;
}

/* CTAエリア */
.CTA{
    margin: 110px 0 0;
    background-color: #fafafa;
    padding: 55px 0;
}
.CTA .en{
    text-align: center;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 2.5px;
}
.CTA .ja{
    line-height: 1;
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
    line-height: 2;
}

/* ボタン */
/* CTA */
.cv-btn{
    background-color: #c8728e;
    text-align: center;
    width: 80%;
    margin: 30px auto 0;
    height: 60px;
    line-height: 60px;
    position: relative;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.cv-btn a{
    display: block;
    color: #fff;
    letter-spacing: 2px;
}

/* CTA動き矢印 */
.animation {
  width: 8px;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.keyframe2 {
  -webkit-animation-name: anim_h;
  animation-name: anim_h;
}

@-webkit-keyframes anim_h {
  0% {
      -webkit-transform: translate(0px, 0);
      transform: translate(0px, 0);
  }

  100% {
      -webkit-transform: translate(15px, 0);
      transform: translate(15px, 0);
  }
}

@keyframes anim_h {
  0% {
      -webkit-transform: translate(0px, 0);
      transform: translate(0px, 0);
  }

  100% {
      -webkit-transform: translate(15px, 0);
      transform: translate(15px, 0);
  }
}

/* FV下 */
.cv-btn_fv{
    background-color: #c8728e;
    text-align: center;
    width: 80%;
    margin: 5px auto 25px;
    height: 60px;
    line-height: 60px;
    position: relative;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.cv-btn_fv-text{
  text-align: center;
  color: #c8728e;
  font-size: 12px;
  margin-top: 30px;
}
.cv-btn_fv a{
    display: block;
    color: #fff;
    letter-spacing: 2px;
    position: relative;
    right: -6px;
}
.cv-arrow{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: solid 1px #fff;
    /* border: 1px solid;
    border-color: #fff #fff transparent transparent;
    transform: rotate(45deg); */
    position: absolute;
    /* right: 20px; */
    top: 0;
    bottom: 0;
    margin: auto 0;
    font-size: 8px;
    color: #fff;
    line-height: 1.2;
    padding: 8px 0;
    left: 47px;
    letter-spacing: 1px;
}
/* スタジオ */
.cv-btn_studio{
    background-color: #c8728e;
    text-align: center;
    width: 90%;
    margin: 30px auto 0;
    height: 60px;
    line-height: 60px;
    position: relative;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.cv-btn_studio a{
    display: block;
    color: #fff;
    letter-spacing: 2px;
}

/* contact */
.contact_btn{
    text-align: center;
}
.reserve-btn{
    background-color: #c8728e;
    color: #fff;
    text-align: center;
    width: 90%;
    margin: 30px auto 0;
    height: 60px;
    line-height: 60px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.reserve-btn span{
    width: 5px;
    height: 5px;
    border: 1px solid;
    border-color: #fff #fff transparent transparent;
    transform: rotate(45deg);
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    position: relative;
    right: -33%;
    display: inline-block;
}

/* -------- 共通部分ここまで -------- */

/* .body{
    background-image: url(../img/fix.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    height: 20000px;
    top: 0;
    background-position: 0 0;
    background-color:rgba(255,255,255,0.5);
background-blend-mode:lighten;
} */

/* header */
.header{
  /* position: fixed; */
  position: absolute;
  top: 0;
  padding: 20px 0;
  z-index: 2;
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%;
  max-width: 414px;
}
.header-thanks{
  top: 0;
    padding: 20px 0;
    z-index: 2;
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    max-width: 414px;
}

.header .logo-long{
  display: none;
}
/* 変形用ヘッダーCSS スクロールしたら変化 */
/* .js-header_fixed{
  background-color: #fff;
  padding: 0;
}
.js-header_fixed .logo-long{
  display: block;
  margin-left: 5%;
}
.js-header_fixed .logo,
.js-header_fixed .getfit-logo,
.js-header_fixed .logo-typo{
  display: none;
}
.js-header_fixed .header-cv{
  width: 104px;
  height: 50px;
}
.js-header_fixed .logo-container{
  width: 100%;
}
.js-header_fixed .header-cv a{
  line-height: 50px;
} */

/*フッターまでスクロールしたら消す*/
.is-hidden {
  visibility: hidden;
  opacity: 0;
}


/* 追従 */
.tracking {
  /*↓btnスタイル*/
  width: 100%;
  max-width: 414px;
  padding: 10px 0 15px;
  background: #fff;
  text-align: center;
  /*↑btnスタイル*/
  z-index: 999;
  bottom: 0;
  display: none;
}

.tracking p {
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 5px;
  letter-spacing: 0px;
}

.tracking-bg {
  background-color: #c8728e;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  box-shadow: 3px 3px 10px rgb(48, 48, 48, 0.2);
  height: 55px;
  line-height: 55px;
  position: relative;
}

.tracking-bg a {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  display: block;
}

.tracking-bg a::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25%;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

.tracking-bg .kantan {
  position: absolute;
  left: 20%;
  top: 10px;
  border: solid 1px #fff;
  border-radius: 50%;
  color: #fff;
  width: 33px;
  height: 33px;
  line-height: 1.2;
  font-size: 9px;
  text-align: center;
  padding: 4px 0;
  letter-spacing: 0;
}


.logo-container{
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.logo-typo{
    color: #fff;
    font-size: 11px;
    line-height: 0.8;
}
.logo-typo span{
    font-size: 18px;
}
.logo{
    margin-right: 16px;
}
.getfit-logo{
    margin-right: 6px;
}
.header-cv{
    background-color: #c8728e;
    width: 104px;
    height: 40px;
    text-align: center;
    margin-left: auto;
}
.header-cv a{
    color: #fff;
    font-size: 12px;
    line-height: 40px;
    display: block;
}

/* FV */
.main-visual{
  /* margin-top: -80px; */
  position: relative;
}
.main-visual_text{
  position: absolute;
  top: 110px;
  left: 9%;
}
.main-visual_text .top{
  font-size: 14px;
  margin-left: -7px;
  color: #fff;
  letter-spacing: 4px;
}
.main-visual_text .main{
  font-size: 23px;
  color: #fff;
  margin-top: 10px;
  letter-spacing: 3.3px;
  line-height: 1.7;
  text-align: center;
}
.main-visual_point{
  position: absolute;
  top: 220px;
  left: 9%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 82%;
  text-align: center;
}
.main-visual_point li{
  border: solid 1px #fff;
  color: #fff;
  line-height: 1;
  width: 32%;
  padding: 4px 0;
}
.main-visual_trial{
  position: absolute;
  bottom: 100px;
  background-color: #fff;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  right: 4%;
  text-align: center;
  padding: 20px 0px;
  line-height: 1;
  top: 310px;
}
.main-visual_trial .title{
  color: #c8728e;
  font-size: 12px;
}
.main-visual_trial .price{
  color: #c8728e;
  font-size: 13.5px;
}
.main-visual_trial .price span{
  font-size: 33px;
  font-family: "Source Sans Pro",sans-serif;
}
.main-visual_bottom{
  bottom: 20px;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.main-visual_bottom .text{
  text-align: center;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.5px;
}
.main-visual_bottom .text span{
  font-size: 15px;
  font-weight: 600;
}
.main-visual_bottom .logo_long{
  filter: brightness(0) invert(1);
  margin: 0 auto;
  margin-top: 3px;
}
.main-visual_under .bg{
  background-color: #f1f1f1;
  height: 60px;
  line-height: 60px;
  text-align: center;
  line-height: 1;
  padding: 10px 0;
  position: relative;
}
.main-visual_under .bg .text{
  font-size: 15px;
  height: 60px;
  letter-spacing: 2px;
}
.main-visual_under .bg .text span{
  color: #c8728e;
  font-size: 33px;
  font-family: "Source Sans Pro",sans-serif;
  letter-spacing: 0;
  padding: 0 4px 0 8px;
}

.main-visual_under .bg .text sup{
font-size: 8px;
position: absolute;
top: 19px;
right: 76px;
}
@media screen and (min-width: 414px) {
.main-visual_under .bg .text sup{
  right: 96px;
}
}

.main-visual_under_news{
display: flex;
align-items: center;
width: 90%;
margin: 25px auto 35px;
}
.main-visual_under_news .bg-black{
background-color: #000000;
color: #fff;
width: 61px;
height: 50px;
text-align: center;
line-height: 50px;
}
.main-visual_under_news .bg-black p{
font-size: 12px;
}
.main-visual_under_news .text-area{
line-height: 1.5;
padding-left: 15px;
}
.main-visual_under_news .text-area .one{
font-size: 13px;
}
.main-visual_under_news .text-area .two{
font-size: 10px;
}

.main-visual_note{
  width: 90%;
  margin: 15px auto 0;
}
.main-visual_note p{
  padding-left:2em;
text-indent:-2em;
}
.banner_fv{
  width: 88%;
  margin: 0 auto;
}
.banner_fv img{
  margin: 0 auto;
}
.banner_fv a{
  display: block;
}

/* price */
#price{
    width: 90%;
    margin: 0 auto;
}
#price .tab_content-title{
  margin-top: 30px;
  text-align: center;
  line-height: 1.5;
}
#price table{
    width: 100%;
    margin-top: 20px;
    border-spacing:0
}
#price table th{
    width: auto;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.3;
    border-bottom: solid 1px #eeeeee;
    padding: 10px 0;
}
#price table td{
  border-bottom: solid 1px #eeeeee;
}
#price table th span{
    font-weight: normal;
    font-size: 10px;
    line-height: 1.2;
    display: inline-block;
    padding-top: 5px;
}
#price table th span span{
  font-size: 8px;
}

#price table td,
#price table th{
    padding: 10px 0;
    text-align: center;
    letter-spacing: 1px;
    font-size: 14px;
}
#price table td span{
    font-size: 10px;
}
#price table .bold{
    font-weight: bold;
    width: 35%;
    text-align: center;
    font-size: 13px;
    line-height: 1.7;
    }
    #price table .bold span{
      font-size: 10px;
      font-weight: normal;
    }
    .price_note {
      margin: 15px auto 0;
  }
.service{
    padding: 20px;
    margin-top: 50px;
    background-color: #fafafa;
}
.service-title{
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
}
.service-text{
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1.8;
}
.service-ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.service-ul p{
  line-height: 1.5;
  padding: 10px 0 20px;
  text-align: center;
  font-size: 12px;
}
.service-ul img{
  width: 100%;
}
.service-kome{
  font-size: 8px;
  text-align: center;
}
.service-ul li{
  width: 48%;
}
.price_continue{
  margin: 80px auto 80px;
}
.price_continue .title{
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
}
.price_continue img{
    width: 100%;
    margin: 0 auto 18px;
}
.commit {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  position: relative;
}
.commit .commit-new{
  position: absolute;
  width: 40px;
  height: 40px;
  color: #fff;
  background-color: #c8728e;
  border-radius: 50%;
  line-height: 40px;
  left: -6px;
  top: -13px;
}
.commit .commit-new p{
  text-align: center;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 11px;
  font-weight: 100;
}
.commit-text .sub{
  font-size: 9px;
  margin-bottom: 5px;
}
.commit-text .title{
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.7;
}
.commit-text ul li{
  font-size: 12px;
  position: relative;
  padding-left: 10px;
}
.commit-text ul li::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #c8728e;
  border-radius: 5px;
}

.about{
  margin-top: 80px;
}
.about img{
  width: 100%;
}
.about .text-area{
    width: 80%;
    margin: 0 auto;
}
.about .title{
    font-family: "Source Sans Pro", sans-serif;
    font-size: 27px;
    font-weight: 300;
    margin: 58px 0 35px 0;
    line-height: 1.3;
    letter-spacing: 2.5px;
}
.about .text{
    font-size: 14px;
    line-height: 2.4;
    letter-spacing: 2px;
}

/* before-after */
.before-after{
    width: 90%;
    margin: 0 auto;
}
.before-after_ul{
    padding-top: 14px;
}
.before-after_ul li {
    margin-bottom: 86px;
}
.before-after_ul li .title{
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 15px;
}
.before-after_ul li .age{
    text-align: center;
    font-size: 12px;
}
.before-after_ul li .tag{
  display: flex;
  justify-content: center;
  gap: 30px;
}
.before-after_ul li .tag-li{
  font-size: 12px;
  position: relative;
  display: inline-block;
  margin: 10px 0 0;
}
.before-after_ul li .tag-li::after{
  content:"";
  display:inline-block;
  width:1px;
  height:10px;
  background-color:#3e3e3e;
  position:absolute;
  top:7px;
  right:-15px;
}
.before-after_ul li .tag-li:last-child::after{
  display: none;
}
.before-after_ul li img{
    width: 100%;
    margin: 30px auto 0;
}
.before-after_note{
    margin-top: 15px;
}
.before-after_note .note{
    letter-spacing: 0;
}

.voice{
    width: 95%;
    margin-left: auto;
}
.voice_ul{
    display: flex;
    height: auto;
    overflow-x: scroll;
}
.voice_ul li{
    width: 83%;
    margin-right: 15px;
    flex-shrink: 0;
}
.voice_ul li .text{
    font-size: 14px;
    line-height: 1.75;
    margin-top: 20px;
}

/* WHY */
.why_title{
    text-align: center;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 33px;
    font-weight: 300;
    margin: 127px 0 110px 0;
    line-height: 1;
    letter-spacing: 3px;
}
.why img{
    width: 100%;
}
.why_ul li{
    margin-bottom: 120px;
}
.why_ul-title{
    margin-bottom: 35px;
}
.why_ul-title .no{
    text-align: center;
    font-size: 20px;
    font-family: "Source Sans Pro", sans-serif;
    color: #c8728e;
    line-height: 1;
    margin-bottom: 11px;
}
.why_ul-title .text{
    font-size: 18px;
    text-align: center;
    line-height: 1.7;
}
.why_ul-title-other .other{
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
    font-size: 24px;
    text-align: center;
    letter-spacing: 3;
}
.why_ul-inner{
    width: 80%;
    margin: 40px auto 0;
}
.why_ul-inner .text{
    font-size: 14px;
}
.why_note{
    margin-top: 15px;
}
.why_ul-inner-table{
    margin-top: 55px;
}
.why_ul-inner-table .title{
    text-align: center;
    font-size: 14px;
}
.why_ul-inner-table .why_note{
    width: 90%;
    margin: 0 auto;
}
.why_ul li table{
    width: 90%;
    border-spacing:0;
    margin: 15px auto 30px;
}
.why_ul li table th{
    width: auto;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3;
    border-bottom: solid 1px #eeeeee;
}
.why_ul li table th span{
    font-weight: normal;
    font-size: 10px;
}
.why_ul li table td,
.why_ul li table th{
    padding: 12px 0;
    text-align: center;
    letter-spacing: 1px;
    font-size: 11px;
    border-bottom: solid 1px #eeeeee;
    border-right: solid 1px #eeeeee;
    line-height: 1.3;
}
.why_ul li table td span{
    font-size: 8px;
}
.why_ul li table .bold{
    font-weight: bold;
    width: 22%;
    text-align: center;
    line-height: 1.3;
    font-size: 12px;
    border-left: solid 1px #eeeeee;
}
.why_ul li table .accent{
    color: #c8728e;
    font-weight: 600;
    background-color: #fdf2f6;
    border: solid 1px #c8728e;
    border-top: none;
    font-size: 14px;
    line-height: 1.1;
}
.why_ul li table .accent span{
  font-size: 9px;
}
.why_ul li table .accent-top{
  background-color: #c8728e;
  color: #fff;
}
.why_ul li table .accent-last{
  border-bottom: solid 1px #c8728e;
}
.why_ul li table .noaccent{
  background-color: #eee;
  border-right: solid #fff 1px;
  color: #9f9f9f;
}
.why_ul-off{
    width: 90%;
    margin: 45px auto 0;
    display: flex;
    gap: 20px;
    align-items: center;
}
.why_ul-off .text{
    font-size: 14px;
    line-height: 1.8;
}
.why_ul-off .text span{
    color: #c8728e;
    font-size: 16px;
}
.why_ul-off img{
  width: 135px;
}
.why_ul-inner .graph{
    margin: 50px auto 20px;
}
.why_ul-title-other-ul{
    width: 90%;
    margin: 20px auto 0;
    display: flex;
    gap: 20px 0;
    flex-wrap: wrap;
    justify-content: space-between;
}
.why_ul-title-other-ul li{
    width: 47%;
    margin-bottom: 0px;
}
.why_ul-title-other-ul li img{
    width: 100%;
}
.why_ul-title-other-ul .text{
    font-size: 14px;
    text-align: center;
    line-height: 1.7;
    margin: 10px 0 0;
}

.slider {
  width: 100vw;
  height: 340px;
  overflow: hidden;
  position: relative;
  max-width: 100%;
}

@media screen and (min-width: 414px) {
  .slider {
      height: 375px;
  }
}

.slider div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 10;
  opacity: 0;
  animation-name: slide-fade;
  animation-duration: 6s;
  animation-iteration-count: infinite;
}

@keyframes slide-fade {
  0% {
      opacity: 0;
  }

  50% {
      opacity: 1;
  }

  100% {
      opacity: 0;
      z-index: 0;
  }
}

.slider01 div:first-of-type {
  background-image: url(../img/why/why55-2x.jpg);
}

.slider01 div:nth-of-type(2) {
  background-image: url(../img/why/why05-2-2x.jpg);
  animation-delay: 3s;
}

.slider02 div:first-of-type {
  background-image: url(../img/why/why06-2x.jpg);
}

.slider02 div:nth-of-type(2) {
  background-image: url(../img/why/why06-2-2x.jpg);
  animation-delay: 3s;
}

.slider03 div:first-of-type {
  background-image: url(../img/why/why07-2x.jpg);
}

.slider03 div:nth-of-type(2) {
  background-image: url(../img/why/why07-2-2x.jpg);
  animation-delay: 3s;
}

/* review */
.review_title{
    text-align: center;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 33px;
    font-weight: 300;
    margin: 127px 0 50px 0;
    line-height: 1;
    letter-spacing: 5px;
}
.review_box{
    /* width: 95%; */
    margin-left: auto;
}
.flex_review{
    display: flex;
    align-items: center;
    gap: 17px;
    padding-left: 10%;
}
.flex_review .right img {
  width: 100%;
  padding-bottom: 10px;
}
.review_box .inyou{
    font-size: 16px;
    line-height: 1.5;
}
.review_box .inyou span{
    font-size: 8px;
}
.review_bg {
    background-color: #fafafa;
    border-radius: 10px;
    padding: 30px 25px 20px;
    min-width: 260px;
    margin-right: 10px;
    /* box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 4px rgba(0, 0, 0, .24) !important; */
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
}

.flex-review-ul {
    display: flex;
}

.flex-review-two {
    display: flex;
}

.flex-review-two p {
    font-size: 14px;
    padding: 5px 0 0 15px;
}

.flex-review-ul {
  display: flex;
  overflow-x: scroll;
  padding-left: 5%;
  padding-bottom: 7%;
  padding-top: 3%;
  margin-top: -12px;
}

.review-item-stars {
    display: flex;
    padding: 10px 0 15px;
    gap: 5px;
}

.review_voice {
    line-height: 1.83;
    font-size: 12px;
    letter-spacing: 0.5px;
}

.review_banner{
    width: 90%;
    margin: 60px auto 0;
}
.review_banner img{
    margin: 0 auto;
}

/* studio */
.studio {
    padding: 120px 0;
    background-color: #fafafa;
    margin-top: 120px;
}
.studio_title{
    text-align: center;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 33px;
    font-weight: 300;
    margin: 0 0 65px 0;
    line-height: 1;
    letter-spacing: 5px;
}

.studio__container {
    width: 90%;
    margin: 0 auto;
  }
  
  .studio__intro-text {
    margin-bottom: 40px;
  }
  
  .studio__shop {
    margin-bottom: 40px;
  }
  
  .studio__shopname {
    margin-bottom: 10px;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
  
  .studio__item {
    width: 90%;
    margin: 0 auto;
  }
  
  .studio__label {
    position: relative;
    display: block;
    width: 100%;
    padding: 22px 78px 22px 20px;
    font-size: 1.3rem;
    line-height: 1.5;
    border-top: solid 0.5px #eeeeee;
    border-bottom: solid 0.5px #eeeeee;
  }
  
  .studio__label:hover {
    cursor: pointer;
  }
  
  .studio__label::before, .studio__label::after {
    position: absolute;
    top: 50%;
    right: 5%;
    display: inline-block;
    width: 9px;
    height: 1px;
    background-color: #000000;
    content: "";
  }
  
  .studio__label::before {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }
  
  .studio__label::after {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  
  .studio__label.open::before {
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
  }
  
  .studio__content {
    visibility: hidden;
    height: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  .studio__content.open {
    visibility: visible;
    height: 100%;
    opacity: 1;
  }
  
  .studio__innerContent-label {
    position: relative;
    display: block;
    padding: 15px 0 15px 35px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  .studio__innerContent-label:hover {
    cursor: pointer;
  }
  
  .studio__innerContent-label::before {
    position: absolute;
    top: 50%;
    right: 6%;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    content: "";
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
  
  .studio__innerContent-label.open::before {
    -webkit-transform: translateY(-50%) rotate(-135deg);
    transform: translateY(-50%) rotate(-135deg);
  }
  
  .studio__innerContent {
    visibility: hidden;
    height: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  .studio__innerContent.open {
    visibility: visible;
    height: 100%;
    padding: 0 0 30px;
    opacity: 1;
  }
  
  .studio__map {
    margin-bottom: 10px;
  }
  .studio__map img{
    width: 100%;
  }
  
  .studio__name {
    margin-top: 25px;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .address{
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.8;
    margin-bottom: 40px;
  }
  .studio__name span{
    color: #c8728e;
    font-weight: normal;
    font-size: 11px;
    padding-left: 10px;
  }
  
  .studio__btn {
    width: 100%;
    max-width: 330px;
    margin: 20px auto 0;
    background-color: #c8728e;
    text-align: center;
  }
  
  .studio__btn > a {
    display: block;
    padding: 16px 0;
    color: #fff;
  }
  
  .studio__btn:hover {
    cursor: pointer;
  }
  
  .studioEast {
    width: 90%;
    margin: 80px auto 0;
  }
  
  .studioEast-title {
    position: relative;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }
  
  .studioEast-title::before, .studioEast-title::after {
    position: absolute;
    content: '|';
  }
  
  .studioEast-title::after {
    right: 23%;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  
  .studioEast-title::before {
    left: 23%;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  
  .studioEast-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .studioEast-item {
    width: 48%;
    margin-bottom: 20px;
  }
  
  .studioEast-name {
    font-weight: 400;
    font-style: 12px;
  }
  
  .studioEast-img {
    width: 100%;
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .address__street span{
    color: #c8728e;
  }

/* gallery */
.gallery_title{
    text-align: center;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 33px;
    font-weight: 300;
    margin: 120px 0 65px 0;
    line-height: 1;
    letter-spacing: 5px;
}
.loopSlide {
    position: relative;
    display: flex;
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
  .loopSlide ul {
    display: flex;
    padding: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .loopSlide ul:nth-child(1) {
    -webkit-animation: slide1 80s -40s linear infinite;
    animation: slide1 80s -40s linear infinite;
  }
  .loopSlide ul:nth-child(2) {
    -webkit-animation: slide2 80s linear infinite;
    animation: slide2 80s linear infinite;
  }
  .loopSlide ul li {
    display: inline-block;
    width: 100%;
    margin-right: 10px;
  }
  .loopSlide ul li img {
    display: block;
    min-width: 220px;
    height: auto;
  }
  .loopSlide ul.reverse {
    display: flex;
    padding: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .loopSlide ul.reverse:nth-child(1) {
    -webkit-animation: slide3 80s -40s linear infinite;
    animation: slide3 80s -40s linear infinite;
  }
  .loopSlide ul.reverse:nth-child(2) {
    -webkit-animation: slide4 80s linear infinite;
    animation: slide4 80s linear infinite;
  }
  .loopSlide ul.reverse li {
    display: inline-block;
    width: 100%;
    margin-right: 10px;
  }
  .loopSlide ul.reverse li img {
    display: block;
    min-width: 220px;
    height: auto;
  }
  .loopSlide ul.timing {
    display: flex;
    padding: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .loopSlide ul.timing:nth-child(1) {
    -webkit-animation: slide1 60s -30s linear linear;
    animation: slide1 60s -30s linear linear;
  }
  .loopSlide ul.timing:nth-child(2) {
    -webkit-animation: slide2 60s linear linear;
    animation: slide2 60s linear linear;
  }
  .loopSlide ul.timing li {
    display: inline-block;
    width: 100%;
    margin-right: 10px;
  }
  .loopSlide ul.timing li img {
    display: block;
    min-width: 220px;
    height: auto;
    border-radius: 24px;
  }
  
  @-webkit-keyframes slide1 {
    0% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
    to {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  
  @keyframes slide1 {
    0% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
    to {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  @-webkit-keyframes slide2 {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-200%);
      transform: translateX(-200%);
    }
  }
  @keyframes slide2 {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-200%);
      transform: translateX(-200%);
    }
  }
  @-webkit-keyframes slide3 {
    0% {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
    to {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
  }
  @keyframes slide3 {
    0% {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
    to {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
  }
  @-webkit-keyframes slide4 {
    0% {
      -webkit-transform: translateX(-200%);
      transform: translateX(-200%);
    }
    to {
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
    }
  }
  @keyframes slide4 {
    0% {
      -webkit-transform: translateX(-200%);
      transform: translateX(-200%);
    }
    to {
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
    }
  }

/* faq */
.faq{
    padding: 115px 0;
}
.faq_inner{
    padding: 15px 20px;
}
.faq_label,
.faq_inner{
    padding-left:45px;
    text-indent:-1.7em;
    padding-right: 60px;
    line-height: 1.5;
}
.faq_label span{
    padding-right: 9px;
}
.faq_inner span{
    padding-right: 9px;
    color: #c8728e;
}

/* contact */
#couselingForm{
    background-color: #fafafa;
    padding: 120px 0;
    border-bottom: solid #000000 8px;
}
.couselingForm_title{
    font-size: 24px;
    text-align: center;
    margin-bottom: 5px;
}
.counseling-reserve__txt{
    text-align: center;
    font-size: 10px;
    margin-bottom: 60px;
}
.c-main{
    color: #c8728e;
}
#couselingForm form{
    width: 90%;
    margin: 0 auto;
}
.taiken{
    padding-left:1em;
    text-indent:-1em;
    line-height: 1.5;
    margin-bottom: 30px;
}
.counseling-form__radios span.color{
    font-size: 12px;
    color: #c8728e;
}
.counseling-form__wrap{
    margin-bottom: 30px;
}
.counseling-form__wrap input:not([type="radio"]),
.counseling-form__wrap textarea,
.counseling-form__wrap select {
  width: 100%;
  height: 58px;
  padding: 10px 10px;
  border: 1px solid #dddddd;
  background-color: #fff;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1.5;
  color: #000000;
  letter-spacing: 0.04em;
}

.counseling-form__wrap input:not([type="radio"])::-webkit-input-placeholder, .counseling-form__wrap textarea::-webkit-input-placeholder, .counseling-form__wrap select::-webkit-input-placeholder {
  color: #898989;
}

.counseling-form__wrap input:not([type="radio"])::-moz-placeholder, .counseling-form__wrap textarea::-moz-placeholder, .counseling-form__wrap select::-moz-placeholder {
  color: #898989;
}

.counseling-form__wrap input:not([type="radio"]):-ms-input-placeholder, .counseling-form__wrap textarea:-ms-input-placeholder, .counseling-form__wrap select:-ms-input-placeholder {
  color: #898989;
}

.counseling-form__wrap input:not([type="radio"])::-ms-input-placeholder, .counseling-form__wrap textarea::-ms-input-placeholder, .counseling-form__wrap select::-ms-input-placeholder {
  color: #898989;
}

.counseling-form__wrap input:not([type="radio"])::placeholder,
.counseling-form__wrap textarea::placeholder,
.counseling-form__wrap select::placeholder {
  color: #898989;
}

.counseling-form__wrap textarea {
  height: 150px;
}

.counseling-form__wrap.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.counseling-form__label {
  display: inline-block !important;
  margin: 8px 14px 8px 0 !important;
}

.counseling-form__radios label {
  display: block;
  margin: 10px 0 10px 0;
  font-weight: normal;
}

.counseling-form__radios input[type="radio"] {
  margin-right: 4px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  background-color: #fff !important;
  color: #d9533b !important;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}

.counseling-form__radios input[type="radio"]:checked {
  background-color: #d9533b !important;
  color: #d9533b !important;
}

.counseling-form__select {
  margin-bottom: 4px;
}

.counseling-form__note {
    font-size: 1.1rem;
    line-height: 1.4;
}
.calendar::placeholder {
  color: #333!important;
}
.form-error {
    width: 90%;
    margin: 32px auto;
    padding: 30px;
    padding: 30px;
    border: 1px solid rgba(217, 83, 59, 0.4);
    color: #d9533b;
}

.form-error p {
    margin-bottom: 16px;
}

.form-error p:last-child {
    margin-bottom: 0;
}


.form-check {
    margin-bottom: 20px;
    padding: 10px 20px 10px 30px;
    border: #ddd solid 1px;
}

.form-check li {
    list-style-type: disc;
}

.form-check a {
    text-decoration: underline;
}


.form-closed-text {
    margin-top: -30px;
    margin-bottom: 30px;
    font-size: 11px;
    line-height: 1.5;
}

.counseling {
    width: 90%;
    margin: 120px auto 0;
}

.counseling-reserve__title {
    margin-bottom: 40px;
    font-size: 2rem;
    font-weight: 400;
    text-align: center;
}

.counseling__list {
    margin-top: 60px;
    margin-bottom: 120px;
}

.counseling__item {
    margin-bottom: 80px;
}

.counseling__item-title {
    padding: 0 24px 8px 16px;
    font-size: 1.6rem;
}

.counseling__item-text {
    padding: 0 24px 0 16px;
}

.counseling__img {
    margin-bottom: 20px;
}



/* footer */

.footer {
  margin-top: 60px;
}
.footer_img{
    margin: 0 auto;
}
.footer_icon ul{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 17px;
    margin: 40px 0 50px 0;
}


.footer-nav {
  font-size: 1.2rem;
  font-weight: 200;
  text-align: center;
  opacity: 0.7;
}

.footer-nav__item {
  margin-bottom: 10px;
}

.footer__copy {
  position: absolute;
  left: 50%;
  width: 100%;
  max-width: 414px;
  margin-top: 60px;
  padding-bottom: 20px;
  background-color: #fff;
  font-size: 1.2rem;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.thanks-btn{
  background-color: #c87289;
  width: 250px;
  height: 65px;
  margin: 30px auto 0;
}
.thanks-btn a{
width: 100%;
  display: inline-block;
  text-align: center;
  padding: 16px 0;
  color: #fff;
  line-height: 1.3;
}
.thanks-btn a p{
  color: #fff;
  position: relative;
  color: #fff;
  left: 10px;
}
.thanks-btn a p:before{
content: "";
  position: absolute;
  width: 17px;
  height: 32px;
  background: url(../img/ico-line.svg) no-repeat center/contain;
  left: 16%;
}
.thanks-box{
  background-color: #fafafa;
  width: 90%;
  margin: 45px auto;
  padding: 40px 25px;
}
.thanks-box-note{
  font-size: 15px;
  color: #c87289;
  text-align: center;
}
.thanks-box-text{
  color: #c87289;
  text-align: center;
  margin: 15px 0 10px 0;
  font-size: 12px;
}
.reserve-flow {
  width: 90%;
  margin: 40px auto 0;
}

.subject-en{
    font-family: "Source Sans Pro", sans-serif;
}