html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

*, ::before, ::after {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

::before, ::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0
}

details, main {
  display: block
}

summary {
  display: list-item
}

small {
  font-size: 80%
}

[hidden] {
  display: none
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

a {
  background-color: transparent;
  text-decoration: none
}

a:active, a:hover {
  outline-width: 0
}

code, kbd, pre, samp {
  font-family: monospace, monospace
}

pre {
  font-size: 1em
}

b, strong {
  font-weight: bolder
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -0.25em
}

sup {
  top: -0.5em
}

input {
  border-radius: 0
}

[disabled] {
  cursor: default
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}

textarea {
  overflow: auto;
  resize: vertical
}

button, input, optgroup, select, textarea {
  font: inherit
}

optgroup {
  font-weight: bold
}

button {
  overflow: visible
}

button, select {
  text-transform: none
}

button, [type="button"], [type="reset"], [type="submit"], [role="button"] {
  cursor: pointer;
  color: inherit
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0
}

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
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none
}

select {
  -moz-appearance: none;
  -webkit-appearance: none
}

select::-ms-expand {
  display: none
}

select::-ms-value {
  color: currentColor
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
  max-width: 100%
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit
}

img {
  border-style: none
}

progress {
  vertical-align: baseline
}

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

@media screen {
  [hidden~="screen"] {
    display: inherit
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important
  }
}

[aria-busy="true"] {
  cursor: progress
}

[aria-controls] {
  cursor: pointer
}

[aria-disabled] {
  cursor: default
}

ul {
  /* list-style-type:none; */
}

em {
  font-style: normal
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: none
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none
}

[dir="rtl"] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

.slick-prev, .slick-next {
  position: absolute;
  z-index: 100;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  bottom: -40px;
  padding: 0;
  border: none;
  outline: none
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
  opacity: .3
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: .25
}

.slick-prev {
  left: -0
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: 0
}

.slick-next {
  right: 0
}

[dir="rtl"] .slick-next {
  left: 0;
  right: auto
}

.slick-dotted.slick-slider {
  margin-bottom: 30px
}

.slick-dots {
  position: absolute;
  bottom: -40px;
  height: 40px;
  background-color: #fff;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%
}

.slick-dots li {
  position: relative;
  display: inline-block;
  padding: 19px 5px;
  cursor: pointer
}

.slick-dots li button {
  border: 0;
  background-color: #434343;
  display: block;
  height: 2px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  opacity: .3;
  padding: 0;
  cursor: pointer
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1
}

.slick-dots li.slick-active button {
  color: #000;
  opacity: 1
}

@font-face {
  font-family: "My Yu Gothic";
  src: local("Yu Gothic Medium"), local("YuGothic-Medium")
}

@font-face {
  font-family: "My Yu Gothic";
  src: local("Yu Gothic Bold"), local("YuGothic-Bold");
  font-weight: bold
}

html {
  font-size: 62.5%;
  height: 100%;
  background-color: #f8f8f8;
  color: #434343;
  line-height: 180%;
}

.pc {
  display: none
}

body {
  position: relative;
  /* min-width:100%; */
  display: inline-block;
  height: 100%;
  /* font-family:-apple-system, BlinkMacSystemFont, Roboto, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif; */
}

#modal-backdrop {
  z-index: 999;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  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
}

#modal-backdrop #movie-wrapper {
  width: calc(100vw - 40px);
  position: relative;
  padding-top: calc((100vw - 40px)*0.5625)
}

#modal-backdrop #movie-wrapper iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

#modal-backdrop.active {
  pointer-events: auto;
  opacity: 1
}

#floating-apply-btn {
  position: fixed;
  z-index: 998;
  height: 50px;
  line-height: 50px;
  width: 100%;
  left: 0;
  bottom: 0;
  color: #ffffff;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.24em;
  background: #000 url("images/floating_btn_arrow.png") no-repeat right 30px center;
  background-size: 15px 15px
}

#modal-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  opacity: 0;
  z-index: 1001;
  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: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s
}

#modal-backdrop #desc-modal-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 32px;
  height: 32px;
  background: rgba(0, 0, 0, 0) url("images/btn_modal_close.png") no-repeat center center;
  background-size: 16px 16px
}

#modal-backdrop #desc-modal {
  position: relative;
  background-color: #ffffff;
  width: calc(100vw - 40px);
  height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

#modal-backdrop #desc-modal #desc-modal-content {
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.14em;
  padding: 0 30px
}

#modal-backdrop.active {
  pointer-events: auto;
  opacity: 1
}

#global-menu-opener {
  display: none
}

.global-menu {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  background-color: #f9f0e7;
  overflow: scroll
}

.global-menu .container {
  width: 250px;
  padding-top: 80px;
  margin: 0 auto
}

.global-menu .container .menus li {
  padding: 0 15px 0 15px;
  line-height: 1
}

.global-menu .container .menus li+li {
  margin-top: 40px
}

.global-menu .container .menus li a {
  display: block;
  color: #000000;
  font-size: 1.8rem;
  background: rgba(0, 0, 0, 0) url("images/menu_arrow.png") no-repeat right center;
  background-size: 10px 10px
}

.global-menu .container .btn-wrapper {
  width: 250px;
  margin: 43px auto 0 auto
}

.global-menu .container .btn-wrapper+.btn-wrapper {
  margin-top: 12px
}

.global-menu .container .btn-wrapper .btn {
  font-size: 1.2rem
}

.global-menu .container .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 100px
}

.global-menu .container .socials li {
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 0.2em;
  margin-right: 25px
}

.global-menu .container .socials li.fb a, .global-menu .container .socials li.tw a, .global-menu .container .socials li.ln a {
  display: block;
  width: 24px;
  height: 24px
}

.global-menu .container .socials li.fb {
  background: rgba(0, 0, 0, 0) url("images/icon_fb.png") no-repeat center center;
  background-size: contain
}

.global-menu .container .socials li.tw {
  background: rgba(0, 0, 0, 0) url("images/icon_tw.png") no-repeat center center;
  background-size: contain
}

.global-menu .container .socials li.ln {
  background: rgba(0, 0, 0, 0) url("images/icon_line.png") no-repeat center center;
  background-size: contain
}

#floating-header {
  position: fixed;
  top: 20px;
  right: 77px;
  z-index: 999
}

#floating-header .btn {
  display: inline-block;
  height: 30px !important;
  line-height: 30px !important;
  border-radius: 15px;
  padding: 0 20px;
  font-size: 1.2rem
}

.btn {
  border: none;
  outline: none;
  display: block;
  width: 100%;
  height: 42px;
  line-height: 42px;
  color: #000000;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.08em
}

.btn.lg {
  height: 50px;
  line-height: 50px
}

.btn.bk {
  background-color: #000000;
  color: #ffffff;
  -webkit-box-shadow: 0 8px 9px rgba(127, 127, 127, 0.3);
  box-shadow: 0 8px 9px rgba(127, 127, 127, 0.3)
}

.btn.bd {
  line-height: 48px;
  border: 2px solid #666666
}

.btn.round {
  border-radius: 21px
}

.btn.arrow {
  background-image: url("images/floating_btn_arrow.png");
  background-size: 15px 15px;
  background-position: right 38px center;
  background-repeat: no-repeat
}

.btn.plus {
  background-image: url("images/icon_plus_white.png");
  background-size: 16px 16px;
  background-position: right 25px center;
  background-repeat: no-repeat
}

.btn:disabled.bk {
  background-color: #999999;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: not-allowed
}

input[type=text], input[type=email], input[type=password] {
  border: none;
  height: 38px;
  font-size: 1.3rem;
  width: 100%;
  outline: none;
  border-bottom: 1px solid #000000
}

input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder {
  color: #b5b5b5
}

input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder {
  color: #b5b5b5
}

input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder {
  color: #b5b5b5
}

input[type=text]::placeholder, input[type=email]::placeholder, input[type=password]::placeholder {
  color: #b5b5b5
}

input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder {
  color: #b5b5b5
}

input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder {
  color: #b5b5b5
}

select {
  border-radius: 0;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  height: 38px;
  border-bottom: 1px solid #000000;
  width: 100%;
  font-size: 1.3rem;
  background: rgba(0, 0, 0, 0) url("images/select_arrow.png") no-repeat right 12px center;
  background-size: 8px 4px
}

textarea {
  padding: 8px;
  font-size: 1.3rem;
  height: 140px;
  width: 100%;
  border: 1px solid #000000
}

textarea::-webkit-input-placeholder {
  color: #b5b5b5
}

textarea:-ms-input-placeholder {
  color: #b5b5b5
}

textarea::-ms-input-placeholder {
  color: #b5b5b5
}

textarea::placeholder {
  color: #b5b5b5
}

textarea:-ms-input-placeholder {
  color: #b5b5b5
}

textarea::-ms-input-placeholder {
  color: #b5b5b5
}

.field_with_errors input[type=text], .field_with_errors input[type=password], .field_with_errors input[type=email], .field_with_errors textarea, .field_with_errors select, .field_with_errors .input-file {
  background-color: #fde7e7;
  color: #f01515
}

.field_with_errors input[type=text]::-webkit-input-placeholder, .field_with_errors input[type=password]::-webkit-input-placeholder, .field_with_errors input[type=email]::-webkit-input-placeholder, .field_with_errors textarea::-webkit-input-placeholder, .field_with_errors select::-webkit-input-placeholder, .field_with_errors .input-file::-webkit-input-placeholder {
  color: #f01515
}

.field_with_errors input[type=text]:-ms-input-placeholder, .field_with_errors input[type=password]:-ms-input-placeholder, .field_with_errors input[type=email]:-ms-input-placeholder, .field_with_errors textarea:-ms-input-placeholder, .field_with_errors select:-ms-input-placeholder, .field_with_errors .input-file:-ms-input-placeholder {
  color: #f01515
}

.field_with_errors input[type=text]::-ms-input-placeholder, .field_with_errors input[type=password]::-ms-input-placeholder, .field_with_errors input[type=email]::-ms-input-placeholder, .field_with_errors textarea::-ms-input-placeholder, .field_with_errors select::-ms-input-placeholder, .field_with_errors .input-file::-ms-input-placeholder {
  color: #f01515
}

.field_with_errors input[type=text]::placeholder, .field_with_errors input[type=password]::placeholder, .field_with_errors input[type=email]::placeholder, .field_with_errors textarea::placeholder, .field_with_errors select::placeholder, .field_with_errors .input-file::placeholder {
  color: #f01515
}

.field_with_errors input[type=text]:-ms-input-placeholder, .field_with_errors input[type=password]:-ms-input-placeholder, .field_with_errors input[type=email]:-ms-input-placeholder, .field_with_errors textarea:-ms-input-placeholder, .field_with_errors select:-ms-input-placeholder, .field_with_errors .input-file:-ms-input-placeholder {
  color: #f01515
}

.field_with_errors input[type=text]::-ms-input-placeholder, .field_with_errors input[type=password]::-ms-input-placeholder, .field_with_errors input[type=email]::-ms-input-placeholder, .field_with_errors textarea::-ms-input-placeholder, .field_with_errors select::-ms-input-placeholder, .field_with_errors .input-file::-ms-input-placeholder {
  color: #f01515
}

input[type=checkbox] {
  display: none
}

label.checkbox {
  position: relative;
  display: inline-block;
  min-height: 20px;
  line-height: 20px;
  padding-left: 30px;
  font-size: 1.1rem;
  letter-spacing: 0.16em;
  vertical-align: middle;
  cursor: pointer
}

label.checkbox a {
  text-decoration: underline;
  color: #000000
}

label.checkbox a:hover {
  opacity: 0.6
}

label.checkbox:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #000000;
  content: '';
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s
}

label.checkbox:after {
  position: absolute;
  top: 3px;
  left: 7px;
  display: block;
  width: 6px;
  height: 10px;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s
}

input[type=checkbox]:checked+label.checkbox:after {
  opacity: 1
}

#global-menu-opener:checked+.global-menu {
  pointer-events: auto;
  opacity: 1
}

#global-menu-toggle {
  display: block;
  width: 30px;
  height: 10px;
  position: fixed;
  z-index: 1001;
  top: 29px;
  right: 21px
}

#global-menu-toggle:before, #global-menu-toggle:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #000000;
  left: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s
}

#global-menu-toggle:before {
  top: 0
}

#global-menu-toggle:after {
  bottom: 0
}

header {
  height: 87px;
  background-color: #f8f8f8
}

header .container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 8px 20px
}

header .logo {
  display: block;
  width: 35px;
  height: 45.5px;
  background: rgba(0, 0, 0, 0) url("images/logo.png") no-repeat center center;
  background-size: contain
}

header #global-menu-toggle {
  margin-top: 16px;
  top: auto;
  right: auto;
  position: relative
}

header .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

header .wrapper .btn {
  width: auto;
  display: inline-block;
  height: 30px !important;
  line-height: 30px !important;
  border-radius: 15px;
  margin-top: 6px;
  padding: 0 20px;
  font-size: 1.2rem;
  margin-right: 25px
}

#global-menu-opener:checked~#global-menu-toggle, #global-menu-opener:checked~header #global-menu-toggle {
  position: fixed;
  top: 24px;
  right: 20px;
  margin-top: 0
}

#global-menu-opener:checked~#global-menu-toggle:before, #global-menu-opener:checked~header #global-menu-toggle:before {
  -webkit-transform: translateY(4px) rotate(-30deg);
  transform: translateY(4px) rotate(-30deg)
}

#global-menu-opener:checked~#global-menu-toggle:after, #global-menu-opener:checked~header #global-menu-toggle:after {
  -webkit-transform: translateY(-4px) rotate(30deg);
  transform: translateY(-4px) rotate(30deg)
}

section#kv {
  width: 100vw;
  height: calc(100vw * 1.346);
  background-position: center center;
  background-size: cover;
  background-image: url("images/portrait-6VUQD2P_sp.jpg");
}

section#banner .container {
  padding: 20px
}

section#banner .banner {
  background-color: #F9F0E7;
  text-align: center;
  line-height: 1;
  padding: 29px 0 26px 0;
  display: block;
  color: #434343
}

section#banner .banner h2 {
  font-size: 1.3rem;
  padding-bottom: 15px
}

section#banner .banner p {
  font-size: 1.2rem
}

section#about {
  background-color: #ffffff;
}

section#about .container {
  padding-top: 55px;
  padding-bottom: 15px;
  position: relative;
}

section#about p {
  font-size: 1.3rem;
  line-height: 2.5;
  padding: 0 35px;
}

section#about p.desc1 {
  margin-top: 35px;
  margin-bottom: 50px;
}

section#about p.desc2 {
  margin-bottom: 37px
}

section#about .title {
  display: block;
  width: 108.5px;
  height: 60px;
  margin: 0 auto;
}

section#about div.v1, section#about div.v2, section#about div.v3 {
  position: relative;
}

section#about div.v1 {
  width: 215px;
  height: 116.5px;
  top: -20px;
  left: 10px;
  background: rgba(0, 0, 0, 0) url("images/beautiful-couple-in-a-summer-forest-with-a-dogs.jpg") no-repeat center center;
  background-size: cover
}

section#about div.v2 {
  width: 221.5px;
  height: 146px;
  margin: 0 40px 19px auto;
  background: rgba(0, 0, 0, 0) url("images/autumn-beach.jpg") no-repeat center center;
  background-size: cover;
}

section#about div.v3 {
  width: 310px;
  height: 205px;
  left: 0px;
  background: rgba(0, 0, 0, 0) url("images/portrait-6VUQD2P.jpg") no-repeat center center;
  background-size: cover;
}

section#plans .container {
  padding: 55px 20px 14px 20px
}

section#plans .title {
  display: block;
  width: 178px;
  height: 57px;
  margin: 0 auto 35px auto
}

section#plans .headline {
  line-height: 2;
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 21px
}

section#plans .plans {
  border-radius: 4px;
  background-color: #ffffff;
  padding: 50px 28px;
  -webkit-box-shadow: 0px 9px 23.5px 2px rgba(141, 142, 142, 0.32);
  box-shadow: 0px 9px 23.5px 2px rgba(141, 142, 142, 0.32);
  margin-bottom: 35px
}

section#plans .plans li.header {
  display: none
}

section#plans .plans li:not(.header)+li {
  margin-top: 57px;
}

section#plans .plans li .name {
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.0;
  padding-bottom: 18px;
  margin-bottom: 18px;
  letter-spacing: 0.16em;
  border-bottom: 1px solid #000000
}

section#plans .plans li .name b {
  font-size: 2.5rem
}

section#plans .plans li .price, section#plans .plans li .time, section#plans .plans li .term {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 1.2rem;
  letter-spacing: 0.16em;
}

section#plans .plans li .price b, section#plans .plans li .time b, section#plans .plans li .term b {
  font-weight: normal;
  font-size: 1.6rem
}

section#plans .plans li .price:before, section#plans .plans li .time:before, section#plans .plans li .term:before {
  font-size: 1.2rem
}

section#plans .plans li .price {
  letter-spacing: 0.12em;
  margin-bottom: 25px
}

section#plans .plans li .price b {
  font-size: 2.5rem
}

section#plans .plans li .price:before {
  content: '料金'
}

section#plans .plans li .time {
  margin-bottom: 25px
}

section#plans .plans li .time:before {
  content: '所要時間'
}

section#plans .plans li .term:before {
  content: '利用可能時間'
}

section#plans .desc {
  font-size: 1.2rem;
  line-height: 1.91;
  text-align: center
}

section#machine .container {
  padding: 70px 20px
}

section#machine .title {
  display: block;
  width: 136.5px;
  height: 58px;
  margin: 0 auto 30px auto
}

section#machine .wrapper {
  width: calc(100vw - 40px)
}

section#machine .wrapper #machines {
  background-color: #ffffff
}

section#machine .wrapper #machines .slick-prev {
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  background: rgba(0, 0, 0, 0) url("images/arrow_prev.png") no-repeat center center;
  background-size: contain
}

section#machine .wrapper #machines .slick-next {
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  background: rgba(0, 0, 0, 0) url("images/arrow_next.png") no-repeat center center;
  background-size: contain
}

section#machine .wrapper #machines .machine {
  outline: none
}

section#machine .wrapper #machines .machine .image {
  width: calc(100vw - 40px);
  height: calc((100vw - 40px) * 0.806)
}

section#machine .wrapper #machines .machine .image.m01 {
  background: rgba(0, 0, 0, 0) url("/images/sp_machine01.png") no-repeat center center;
  background-size: contain
}

section#machine .wrapper #machines .machine .image.m02 {
  background: rgba(0, 0, 0, 0) url("/images/sp_machine02.png") no-repeat center center;
  background-size: contain
}

section#machine .wrapper #machines .machine .image.m03 {
  background: rgba(0, 0, 0, 0) url("/images/sp_machine03.png") no-repeat center center;
  background-size: contain
}

section#machine .wrapper #machines .machine .content {
  background-color: #ffffff;
  padding: 35px 30px
}

section#machine .wrapper #machines .machine .content h3 {
  font-size: 2.3rem;
  letter-spacing: 0.20em;
  line-height: 1;
  font-weight: normal
}

section#machine .wrapper #machines .machine .content .icon {
  margin: 25px 0 13px 0;
  width: 118.5px;
  height: 65px;
  background: rgba(0, 0, 0, 0) url("/images/machine_icon.png") no-repeat center center;
  background-size: contain
}

section#machine .wrapper #machines .machine .content .icon.face {
  width: 41px;
  height: 68px;
  background: rgba(0, 0, 0, 0) url("/images/machine_icon_face.png") no-repeat center center;
  background-size: contain
}

section#machine .wrapper #machines .machine .content p {
  font-size: 1.2rem;
  letter-spacing: 0.24em;
  line-height: 1.916
}

section#machine .wrapper #machines .machine .content .open+p {
  margin-top: 30px
}

section#machine .wrapper #machines .machine .content .open {
  margin-top: 24px;
  text-align: right
}

section#machine .wrapper #machines .machine .content .open .open-desc-modal {
  color: #434343;
  text-decoration: underline;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  line-height: 1
}

section#machine .wrapper #machines .machine .content .open .open-desc-modal:after {
  content: '';
  display: inline-block;
  background: rgba(0, 0, 0, 0) url("/images/icon_plus.png") no-repeat center center;
  background-size: contain;
  width: 10.5px;
  height: 10.5px
}

section#machine .wrapper #machines .machine .content .button-wrapper {
  padding-top: 30px
}

section#machine .wrapper #machines .machine .content .button-wrapper .btn+.btn {
  margin-top: 15px
}

section#howto {
  padding: 0 20px 15px 20px
}

section#howto .container {
  background-color: #ffffff;
  padding: 35px 0 60px 0
}

section#howto .title {
  display: block;
  width: 115px;
  height: 59px;
  margin: 0 auto 44px auto
}

section#howto .steps li {
  text-align: center;
  letter-spacing: 0.16em
}

section#howto .steps li .name {
  font-size: 2.3rem;
  line-height: 1;
  margin-bottom: 20px
}

section#howto .steps li .desc {
  line-height: 1;
  font-size: 1.3rem;
  margin-bottom: 25px
}

section#howto .steps li .desc a {
  color: #434343;
  text-decoration: underline
}

section#howto .steps li .desc a:after {
  margin-left: 3px;
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background: rgba(0, 0, 0, 0) url("/images/step_link_arrow.png") no-repeat center center;
  background-size: contain
}

section#howto .steps li .icon {
  margin: 0 auto
}

section#howto .steps li+li:before {
  display: block;
  content: '';
  margin: 30px auto;
  width: 37px;
  height: 19px;
  background: rgba(0, 0, 0, 0) url("/images/sp_step_arrow.png") no-repeat center center;
  background-size: contain
}

section#howto .steps li.step1 .icon {
  width: 75px;
  height: 79px;
  background: rgba(0, 0, 0, 0) url("/images/step1_icon.png") no-repeat center center;
  background-size: contain
}

section#howto .steps li.step2 .icon {
  width: 86.5px;
  height: 68px;
  background: rgba(0, 0, 0, 0) url("/images/step2_icon.png") no-repeat center center;
  background-size: contain
}

section#howto .steps li.step3 .icon {
  width: 84px;
  height: 71.5px;
  background: rgba(0, 0, 0, 0) url("/images/step3_icon.png") no-repeat center center;
  background-size: contain
}

section#howto .steps li.step4 .icon {
  width: 86.5px;
  height: 60.5px;
  background: rgba(0, 0, 0, 0) url("/images/step4_icon.png") no-repeat center center;
  background-size: contain
}

section#kv2 .v2, section#kv2 .v3 {
  width: 100vw;
  height: calc(100vw * 0.39)
}

section#kv2 .v2 {
  background: rgba(0, 0, 0, 0) url("/images/kv04.png") no-repeat center center;
  background-size: cover
}

section#kv2 .v3 {
  background: rgba(0, 0, 0, 0) url("/images/kv05.png") no-repeat center center;
  background-size: cover
}

section#faq .container {
  padding: 50px 20px 5px 20px
}

section#faq .title {
  display: block;
  width: 90px;
  height: 59.5px;
  margin: 0 auto 17px auto
}

section#faq .questions li .answer-opener {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  color: #434343;
  line-height: 2;
  padding: 17px 15px 17px 15px;
  border-bottom: 1px solid #000000;
  font-size: 1.3rem;
  letter-spacing: 0.12em;
  position: relative;
  outline: none;
  cursor: pointer
}

section#faq .questions li .answer-opener:before {
  content: 'Q.';
  width: 20px;
  display: inline-block
}

section#faq .questions li .answer-opener:after {
  content: '';
  position: absolute;
  display: block;
  width: 12px;
  height: 12.5px;
  background: rgba(0, 0, 0, 0) url("/images/qa_arrow.png") no-repeat center center;
  background-size: contain;
  top: 50%;
  right: 9px;
  margin-top: -6px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s
}

section#faq .questions li .a {
  border-top: 1px solid #bbbbbb;
  display: none;
  padding: 15px 15px 7px 32px;
  font-size: 1.3rem;
  letter-spacing: 0.16em;
  line-height: 2
}

section#faq .questions li.active .answer-opener {
  background-color: #ffffff
}

section#faq .questions li.active .answer-opener:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

section#faq .questions li.active .a {
  display: block
}

section#shops .container {
  padding: 50px 20px 6px 20px
}

section#shops .title {
  display: block;
  width: 100px;
  height: 60px;
  margin: 0 auto 30px auto
}

section#shops .shops li .image {
  width: calc(100vw - 40px);
  height: calc((100vw - 40px) * 0.63);
  background-size: cover;
  background-position: center center
}

section#shops .shops li .content {
  color: #000000;
  background-color: #ffffff;
  padding: 25px 15px
}

section#shops .shops li .content .name {
  font-size: 1.6rem;
  letter-spacing: 0.16em;
  margin-bottom: 18px
}

section#shops .shops li .content .desc {
  font-size: 1.2rem;
  line-height: 2.166
}

section#shops .shops li .content .desc .labeled-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

section#shops .shops li .content .desc .labeled-content label {
  white-space: nowrap
}

section#shops .shops li .content .desc .labeled-content p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

section#shops .shops li .content .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

section#shops .shops li .content .socials a {
  display: block;
  width: 26px;
  height: 26px
}

section#shops .shops li .content .socials a+a {
  margin-left: 50px
}

section#shops .shops li .content .socials a.fb {
  background: rgba(0, 0, 0, 0) url("/images/icon_fb.png") no-repeat center center;
  background-size: contain
}

section#shops .shops li .content .socials a.in {
  background: rgba(0, 0, 0, 0) url("/images/icon_inst.png") no-repeat center center;
  background-size: contain
}

section#shops .shops li+li {
  margin-top: 15px
}

section#content {
  background-color: #ffffff
}

section#content .container {
  padding: 60px 35px 120px 35px
}

section#content h2 {
  line-height: 1;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 45px
}

section#content h5 {
  font-weight: normal;
  line-height: 1;
  font-size: 1.2rem;
  margin-bottom: 22.5px
}

section#content .notice-desc {
  font-size: 1.2rem;
  line-height: 2;
  color: #F01515;
  margin-top: -20px;
  margin-bottom: 30px
}

section#content .errors {
  border: 1px solid #f01515;
  position: relative;
  color: #f01515;
  background: #fde7e7 url("/images/icon_error.png") no-repeat 24px 20px;
  background-size: 27px 23px;
  padding: 20px 20px 20px 60px;
  margin-bottom: 40px
}

section#content .errors:before {
  content: '入力内容をご確認ください。';
  font-size: 1.3rem;
  line-height: 23px;
  font-weight: bold
}

section#content .errors li {
  font-size: 1.2rem;
  line-height: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

section#content .errors li:before {
  display: inline-block;
  content: '-';
  width: 10px
}

section#content .column-wrapper .column {
  margin-bottom: 75px
}

section#content .form-control {
  margin-bottom: 25px
}

section#content .form-control-static {
  margin-bottom: 25px;
  line-height: 38px;
  color: #000000;
  font-size: 1.1rem;
  letter-spacing: 0.16em
}

section#content .form-control-static a {
  color: #000000;
  text-decoration: underline
}

section#content .form-control-static a:after {
  margin-left: 5px;
  display: inline-block;
  content: '';
  width: 19px;
  height: 12.5px;
  background: rgba(0, 0, 0, 0) url("/images/icon_link.png") no-repeat center center;
  background-size: contain
}

section#content .form-desc {
  font-size: 1.2rem;
  color: #000000;
  letter-spacing: 0.16em;
  line-height: 2.16;
  margin-bottom: 25px
}

section#content .form-single-button {
  width: 245px;
  margin: 30px auto 0 auto
}

section#content .form-label {
  font-size: 1.2rem;
  letter-spacing: 0.16em;
  line-height: 20px;
  margin-bottom: 3px
}

section#content .form-label.mb15 {
  margin-bottom: 15px
}

section#content .form-label.required:before {
  content: '必須';
  display: inline-block;
  height: 20px;
  border: 1px solid #000000;
  width: 40px;
  line-height: 18px;
  color: #ffffff;
  text-align: center;
  background-color: #565656;
  margin-right: 10px
}

section#content .form-column.sp-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

section#content .form-column.sp-two .column {
  width: calc(50% - 10px)
}

section#content .form-column.sp-three {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 25px
}

section#content .form-column.sp-three .column, section#content .form-column.sp-three select {
  width: calc(33.3% - 12px)
}

section#content .form-column.sp-three .field_with_errors {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

section#content .confirmations {
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.16em
}

section#content .confirmations li .label {
  font-weight: bold
}

section#content .confirmations li+li {
  margin-top: 30px
}

section#content .form-back-link {
  margin-top: 30px;
  font-size: 1.6rem;
  letter-spacing: 0.16em;
  text-align: center
}

section#content .form-back-link a {
  text-decoration: underline;
  color: #000000
}

section#content .form-back-link a:before {
  display: inline-block;
  content: '';
  left: -22px;
  bottom: 0;
  width: 15px;
  height: 14.4px;
  margin-right: 10px;
  background: rgba(0, 0, 0, 0) url("/images/back_arrow.png") no-repeat center center;
  background-size: contain
}

section#content .form-back-link a.na:before {
  display: none
}

section#content .shops {
  margin-bottom: 50px
}

section#content .shops li+li {
  margin-top: 20px
}

section#content .rooms {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

section#content .rooms li {
  margin-right: 15px;
  font-size: 1.3rem;
  letter-spacing: 0.16em;
  width: calc((100vw - 100px) / 3);
  height: calc((100vw - 100px) / 3);
  margin-bottom: 15px;
  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;
  background-color: #f9f0e7;
  line-height: 2
}

section#content .rooms li:nth-child(3n) {
  margin-right: 0
}

section#content .rooms li.disabled {
  background-color: #dddddd;
  color: #aaaaaa
}

section#content .histories {
  font-size: 1.3rem;
  line-height: 2.38;
  letter-spacing: 0.08em
}

section#legal {
  background-color: #ffffff
}

section#legal .container {
  padding: 60px 35px
}

section#legal h2 {
  line-height: 1;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 30px
}

section#legal p {
  font-size: 1.2rem;
  letter-spacing: 0.16em;
  line-height: 2.166
}

section#legal ul {
  font-size: 1.2rem;
  letter-spacing: 0.16em;
  line-height: 2.166
}

section#legal ul li+li {
  margin-top: 26px
}

section#mypage {
  background-color: #ffffff
}

section#mypage .container {
  padding: 60px 35px 120px 35px
}

section#mypage h2 {
  line-height: 1;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 30px
}

section#mypage .member-code {
  margin-bottom: 60px
}

section#mypage .member-code #qrcode {
  width: 150px;
  margin: 0 auto 20px auto
}

section#mypage .member-code #qrcode canvas {
  width: 150px;
  height: 150px
}

section#mypage .member-code .number {
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 0.16em;
  line-height: 1
}

section#mypage .announcements li {
  font-size: 1.3rem;
  letter-spacing: 0.16em;
  line-height: 2
}

section#mypage .announcements li+li {
  border-top: 1px dashed #cccccc;
  padding-top: 20px;
  margin-top: 20px
}

section#mypage .announcements li .date {
  font-size: 1.1rem
}

section#mypage .announcements li .title {
  font-weight: bold;
  margin-bottom: 20px
}

section#error .container {
  min-height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

section#error .container p {
  font-size: 1.3rem;
  line-height: 2.5;
  text-align: center
}

section#error .container .button-wrapper {
  width: 165px;
  margin-top: 30px
}

section#error .container .button-wrapper .btn {
  height: 29px;
  font-size: 1.3rem;
  line-height: 29px
}

section#what-machine {
  background-color: #ffffff
}

section#what-machine .container {
  padding: 55px 20px 30px 20px
}

section#what-machine .tabs {
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

section#what-machine .tabs li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.2rem;
  line-height: 30px;
  background-color: #F9F0E7;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s
}

section#what-machine .tabs li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #434343;
  text-align: center
}

section#what-machine .tabs li.active, section#what-machine .tabs li:hover {
  background-color: #ffffff
}

section#what-machine .title {
  display: block;
  width: 200px;
  margin: 0 auto 30px auto
}

section#what-machine .what-machine {
  padding: 30px 15px 184px 15px;
  font-size: 1.2rem;
  line-height: 2;
  background: #F6F5F5 url("/images/sp_what_machine.png") no-repeat center bottom;
  background-size: contain
}

section#what-machine .parts {
  margin-top: 30px;
  padding: 30px 15px 160px 15px;
  background: #F9F0E7 url("/images/sp_parts01.png") no-repeat center bottom;
  background-size: 335px 150px
}

section#what-machine .parts .icon {
  margin: 0 auto;
  width: 50px;
  height: 64px;
  background: rgba(0, 0, 0, 0) url("/images/icon_parts01.png") no-repeat center center;
  background-size: 36px 64px
}

section#what-machine .parts p {
  font-size: 1.2rem;
  line-height: 2;
  padding-top: 24px
}

section#what-machine .parts+.parts {
  background: #F9F0E7 url("/images/sp_parts02.png") no-repeat center bottom;
  background-size: 335px 150px
}

section#what-machine .parts+.parts .icon {
  background: rgba(0, 0, 0, 0) url("/images/icon_parts02.png") no-repeat center center;
  background-size: 50px 56px
}

section#howtouse {
  background-color: #f8f8f8
}

section#howtouse .container {
  padding: 55px 20px 30px 20px
}

section#howtouse .title {
  display: block;
  width: 154px;
  margin: 0 auto 30px auto
}

section#howtouse .console-img {
  width: calc(100vw - 40px);
  height: calc((100vw - 40px) * 0.539);
  background: rgba(0, 0, 0, 0) url("/images/sp_console.png") no-repeat center center;
  background-size: contain
}

section#howtouse ul.usages {
  background-color: #ffffff;
  padding: 18px 15px 15px 15px
}

section#howtouse ul.usages li {
  font-size: 1.2rem
}

section#howtouse ul.usages li .subject {
  line-height: 1;
  margin-bottom: 10px
}

section#howtouse ul.usages li .desc-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

section#howtouse ul.usages li .desc-wrapper img {
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 20px
}

section#howtouse ul.usages li .desc-wrapper p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 2
}

section#howtouse ul.usages li .desc-wrapper+.desc-wrapper {
  margin-top: 10px
}

section#howtouse ul.usages li+li {
  margin-top: 30px
}

section#notesonuse {
  background-color: #ffffff
}

section#notesonuse .container {
  padding: 55px 20px 40px 20px
}

section#notesonuse .title {
  display: block;
  width: 184px;
  margin: 0 auto 30px auto
}

section#notesonuse .display {
  background-color: #F8F8F8;
  padding: 30px 15px
}

section#notesonuse .display p {
  font-size: 1.2rem;
  line-height: 2;
  padding-bottom: 24px
}

section#notesonuse .display img {
  display: block;
  width: 280px;
  margin: 0 auto
}

section#notesonuse ul.notes li {
  padding: 30px
}

section#notesonuse ul.notes li .icon {
  width: 90px;
  height: 68px;
  margin: 0 auto 20px auto
}

section#notesonuse ul.notes li p {
  font-size: 1.2rem;
  line-height: 2;
  text-align: center
}

section#notesonuse ul.notes li:nth-child(1) {
  background-color: #F9F0E7
}

section#notesonuse ul.notes li:nth-child(1) .icon {
  background: rgba(0, 0, 0, 0) url("/images/icon_notes01.png") no-repeat center center;
  background-size: 80px 68px
}

section#notesonuse ul.notes li:nth-child(2) {
  background-color: #F8F8F8
}

section#notesonuse ul.notes li:nth-child(2) .icon {
  background: rgba(0, 0, 0, 0) url("/images/icon_notes02.png") no-repeat center center;
  background-size: 80px 68px
}

section#notesonuse ul.notes li:nth-child(3) {
  background-color: #F9F0E7
}

section#notesonuse ul.notes li:nth-child(3) .icon {
  background: rgba(0, 0, 0, 0) url("/images/icon_notes03.png") no-repeat center center;
  background-size: contain
}

section#notesonuse .others {
  padding: 33px 15px 0 15px
}

section#notesonuse .others .subject {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.3rem;
  line-height: 2;
  margin-bottom: 30px
}

section#notesonuse .others .subject i {
  width: 36px;
  height: 30px;
  background: rgba(0, 0, 0, 0) url("/images/icon_notice.png") no-repeat center center;
  background-size: contain;
  margin-right: 20px
}

section#notesonuse .others .subject span {
  display: block
}

section#notesonuse ul.elements {
  list-style: disc;
  font-size: 1.2rem;
  line-height: 2;
  padding-left: 15px
}

section#esthetic {
  background-color: #ffffff
}

section#esthetic .container {
  padding: 55px 20px 0 20px
}

section#esthetic .cover {
  padding: 35px 14px;
  height: 400px;
  background-color: #F9F0E7;
  line-height: 1
}

section#esthetic .cover .title {
  font-size: 1.6rem;
  margin-bottom: 16px
}

section#esthetic .cover .name {
  font-size: 1.2rem
}

section#esthetic .cover.c01 {
  background: rgba(0, 0, 0, 0) url("/images/sp_esthe_cover01.png") no-repeat center bottom;
  background-size: contain
}

section#esthetic .cover.c02 {
  background: rgba(0, 0, 0, 0) url("/images/sp_esthe_cover02.png") no-repeat center bottom;
  background-size: contain
}

section#esthetic .cover.c03 {
  background: rgba(0, 0, 0, 0) url("/images/sp_esthe_cover03.png") no-repeat center bottom;
  background-size: contain
}

section#esthetic .cover.c04 {
  background: rgba(0, 0, 0, 0) url("/images/sp_esthe_cover04.png") no-repeat center bottom;
  background-size: contain
}

section#esthetic .desc {
  padding: 30px 15px;
  background-color: #F8F8F8
}

section#esthetic .desc img {
  display: block;
  width: calc(100vw - 70px);
  margin: 0 auto 18px auto
}

section#esthetic .desc p {
  font-size: 1.2rem;
  line-height: 2
}

section#esthetic .desc p span {
  display: block;
  margin-bottom: 6px;
  line-height: 1
}

section#esthetic .desc .button-wrapper {
  width: 245px;
  margin: 24px auto 0 auto
}

section#esthetic .desc .button-wrapper .btn+.btn {
  margin-top: 20px
}

section#esthetic .notice {
  padding: 30px 15px 42px 15px
}

section#esthetic .notice .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
  margin-bottom: 17px
}

section#esthetic .notice .title i {
  display: block;
  width: 36px;
  height: 30px;
  background: rgba(0, 0, 0, 0) url("/images/icon_notice.png") no-repeat center center;
  background-size: contain;
  margin-right: 20px
}

section#esthetic .notice ul.elements {
  list-style: disc;
  padding-left: 15px;
  font-size: 1.2rem;
  line-height: 2
}

footer .container {
  padding: 50px 0 75px 0
}

footer .logo {
  display: block;
  margin: 0 auto 30px auto;
  width: 63px;
  height: 81px
}

footer .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 120px;
  margin: 0 auto 35px auto
}

footer .socials li.fb a, footer .socials li.tw a, footer .socials li.in a {
  display: block;
  width: 24px;
  height: 24px
}

footer .socials li.fb {
  background: rgba(0, 0, 0, 0) url("/images/icon_fb.png") no-repeat center center;
  background-size: contain
}

footer .socials li.tw {
  background: rgba(0, 0, 0, 0) url("/images/icon_tw.png") no-repeat center center;
  background-size: contain
}

footer .socials li.in {
  background: rgba(0, 0, 0, 0) url("/images/icon_inst.png") no-repeat center center;
  background-size: contain
}

footer .menus {
  width: 140px;
  margin: 0 auto
}

footer .menus li {
  text-align: center;
  line-height: 1;
  font-size: 1.1rem;
  letter-spacing: 0.16em
}

footer .menus li a {
  color: #434343
}

footer .menus li+li {
  margin-top: 20px
}

footer .copyright {
  background-color: #383535;
  color: #c5c3c3;
  font-size: 1.1rem;
  letter-spacing: 0.16em;
  line-height: 50px;
  height: 50px;
  text-align: center
}

@media (min-width: 481px) {
  .sp {
    display: none
  }
  .pc {
    display: inherit !important
  }
  body {
    /* font-family:YuGothic, "My Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif; */
  }
  #modal-backdrop #movie-wrapper {
    width: 800px;
    position: relative;
    padding-top: calc(800px * 0.5625)
  }
  #floating-apply-btn {
    height: 270px;
    padding: 30px 28px;
    line-height: 1.2;
    width: 75px;
    left: auto;
    bottom: auto;
    right: 0;
    top: 440px;
    text-align: center;
    font-size: 1.6rem;
    letter-spacing: 0.24em;
    background: #000 url("/images/floating_btn_arrow.png") no-repeat center bottom 25px;
    background-size: 15px 15px;
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s
  }
  #floating-apply-btn:hover {
    opacity: 0.7
  }
  #modal-backdrop #desc-modal-close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 32px;
    height: 32px;
    background: rgba(0, 0, 0, 0) url("/images/btn_modal_close.png") no-repeat center center;
    background-size: 16px 16px
  }
  #modal-backdrop #desc-modal {
    width: 900px;
    height: 337px
  }
  #modal-backdrop #desc-modal #desc-modal-content {
    font-size: 1.6rem;
    letter-spacing: 0.08em;
    padding: 0 125px
  }
  .global-menu {
    width: 420px;
    right: 0;
    overflow: hidden
  }
  .global-menu .container {
    width: 270px;
    padding-top: 120px
  }
  .global-menu .container .menus li {
    padding: 0 20px
  }
  .global-menu .container .menus li+li {
    margin-top: 50px
  }
  .global-menu .container .menus li a {
    background: rgba(0, 0, 0, 0) url("/images/menu_arrow.png") no-repeat right center;
    background-size: 14px 14px
  }
  .global-menu .container .btn-wrapper {
    width: 270px;
    margin: 55px auto 0 auto
  }
  .global-menu .container .btn-wrapper+.btn-wrapper {
    margin-top: 20px
  }
  .global-menu .container .btn-wrapper .btn {
    font-size: 1.6rem
  }
  .global-menu .container .socials li {
    font-size: 1.2rem
  }
  #floating-header {
    top: 40px;
    right: 133px
  }
  #floating-header .btn {
    height: 40px !important;
    line-height: 40px !important;
    border-radius: 20px;
    padding: 0 40px;
    font-size: 1.6rem
  }
  .btn {
    height: 48px;
    line-height: 48px;
    font-size: 1.8rem;
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s
  }
  .btn.round {
    border-radius: 24px
  }
  .btn.arrow {
    background-position: right 20px center
  }
  .btn.plus {
    background-image: url("/images/icon_plus_white.png");
    background-size: 16px 16px;
    background-position: right 20px center;
    background-repeat: no-repeat
  }
  .btn.sm {
    height: 40px;
    line-height: 40px;
    font-size: 1.6rem
  }
  .btn.sm.round {
    border-radius: 20px
  }
  .btn:hover {
    opacity: 0.7
  }
  input[type=text], input[type=email], input[type=password] {
    height: 55px;
    font-size: 1.8rem
  }
  select {
    height: 48px;
    font-size: 1.8rem;
    background: rgba(0, 0, 0, 0) url("/images/select_arrow.png") no-repeat right 30px center;
    background-size: 12px 6.5px
  }
  textarea {
    padding: 20px;
    font-size: 1.8rem;
    height: 200px
  }
  label.checkbox {
    font-size: 1.5rem;
    padding-left: 40px
  }
  #global-menu-toggle {
    width: 44px;
    height: 18px;
    top: 50px;
    right: 40px
  }
  #global-menu-toggle:before, #global-menu-toggle:after {
    width: 44px;
    height: 3px
  }
  header {
    height: 174px
  }
  header .container {
    min-width: 1200px;
    width: 100%;
    padding: 20px 40px;
    margin: 0 auto
  }
  header .logo {
    width: 70px;
    height: 91px
  }
  header #global-menu-toggle {
    margin-top: 30px
  }
  header .wrapper .btn {
    height: 40px !important;
    line-height: 40px !important;
    margin-top: 20px;
    border-radius: 20px;
    padding: 0 40px;
    font-size: 1.6rem;
    margin-right: 50px
  }
  #global-menu-opener:checked~#global-menu-toggle, #global-menu-opener:checked~header #global-menu-toggle {
    top: 50px;
    right: 40px;
    margin-top: 0
  }
  #global-menu-opener:checked~#global-menu-toggle:before, #global-menu-opener:checked~header #global-menu-toggle:before {
    -webkit-transform: translateY(7.5px) rotate(-30deg);
    transform: translateY(7.5px) rotate(-30deg)
  }
  #global-menu-opener:checked~#global-menu-toggle:after, #global-menu-opener:checked~header #global-menu-toggle:after {
    -webkit-transform: translateY(-7.5px) rotate(30deg);
    transform: translateY(-7.5px) rotate(30deg)
  }
  section#kv {
    height: calc(100vw * 0.525);
    min-width: 1200px;
    min-height: 630px;
    background-image: url("/images/portrait-6VUQD2P.jpg");
  }
  section#banner .container {
    padding: 30px 0;
    width: 1000px;
    margin: 0 auto
  }
  section#banner .banner {
    padding: 25px 0 21px 0;
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s
  }
  section#banner .banner h2 {
    font-size: 1.8rem;
    padding-bottom: 17px
  }
  section#banner .banner p {
    font-size: 1.6rem
  }
  section#banner .banner:hover {
    opacity: 0.7
  }
  section#about .container {
    width: 1200px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 60px;
  }
  section#about p {
    font-size: 1.6rem;
    line-height: 2.375;
    padding: 0;
  }
  section#about p.desc1 {
    padding-left: 160px;
    margin-top: 93px;
    margin-bottom: 150px;
  }
  section#about p.desc2 {
    margin-left: 50%;
    margin-bottom: 0
  }
  section#about .title {
    width: 143px;
    height: 80px;
  }
  section#about div.v1, section#about div.v2, section#about div.v3 {
    position: absolute;
  }
  section#about div.v1 {
    width: 430px;
    height: 233px;
    top: -88px;
    right: 50%;
    left: auto;
    margin-right: 133px
  }
  section#about div.v2 {
    width: 608px;
    height: 336px;
    margin: 0;
    top: 207px;
    left: 50%;
    margin-left: -9px;
  }
  section#about div.v3 {
    width: 517px;
    height: 320px;
    left: auto;
    right: 50%;
    margin-right: 82px;
    bottom: 0;
  }
  section#plans .container {
    width: 1000px;
    margin: 0 auto;
    padding: 112px 0 0 0
  }
  section#plans .title {
    width: 265px;
    height: 85px;
    margin: 0 auto 68px auto
  }
  section#plans .headline {
    line-height: 1;
    font-size: 1.8rem;
    margin-bottom: 32px;
  }
  section#plans .plans {
    border-radius: 5px;
    padding: 67px 90px;
    -webkit-box-shadow: 0px 3px 44.88px 6.12px rgba(173, 173, 173, 0.21);
    box-shadow: 0px 3px 44.88px 6.12px rgba(173, 173, 173, 0.21);
    margin-bottom: 30px;
  }
  section#plans .plans li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  section#plans .plans li.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #000000;
    font-size: 1.5rem !important;
    padding-bottom: 27px;
    margin-bottom: 35px;
  }
  section#plans .plans li.header .time {
    text-align: center
  }
  section#plans .plans li:not(.header)+li {
    margin-top: 40px;
  }
  section#plans .plans li .name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 1.8rem;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none
  }
  section#plans .plans li .name b {
    font-size: 3.2rem
  }
  section#plans .plans li .price, section#plans .plans li .time, section#plans .plans li .term {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.5rem;
  }
  section#plans .plans li .price b, section#plans .plans li .time b, section#plans .plans li .term b {
    font-weight: normal;
    font-size: 3.0rem
  }
  section#plans .plans li .price:before, section#plans .plans li .time:before, section#plans .plans li .term:before {
    display: none
  }
  section#plans .plans li .price {
    margin-left: 43px;
    width: 256px;
    letter-spacing: 0.16em;
    margin-bottom: 0
  }
  section#plans .plans li .price b {
    font-size: 2.5rem
  }
  section#plans .plans li .time {
    /* text-align:right; */
    margin-left: 47px;
    width: 92px;
    margin-bottom: 0;
  }
  section#plans .plans li .term {
    text-align: center;
    margin-left: 28px;
    width: 190px;
    line-height: 1.46
  }
  section#plans .desc {
    font-size: 1.5rem;
    line-height: 1.66
  }
  section#machine .container {
    width: 1000px;
    margin: 0 auto;
    padding: 100px 0 110px 0
  }
  section#machine .title {
    width: 193.5px;
    height: 82px;
    margin: 0 auto 67px auto
  }
  section#machine .wrapper {
    width: 100%
  }
  section#machine .wrapper #machines .machine {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  section#machine .wrapper #machines .machine .image {
    width: 500px;
    height: 567px
  }
  section#machine .wrapper #machines .machine .image.m01 {
    background: rgba(0, 0, 0, 0) url("/images/pc_machine01.png") no-repeat center center;
    background-size: contain
  }
  section#machine .wrapper #machines .machine .image.m02 {
    background: rgba(0, 0, 0, 0) url("/images/pc_machine02.png") no-repeat center center;
    background-size: contain
  }
  section#machine .wrapper #machines .machine .image.m03 {
    background: rgba(0, 0, 0, 0) url("/images/pc_machine03.png") no-repeat center center;
    background-size: contain
  }
  section#machine .wrapper #machines .machine .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 67px 55px 55px 55px
  }
  section#machine .wrapper #machines .machine .content h3 {
    font-size: 3.0rem;
    letter-spacing: 0.11em
  }
  section#machine .wrapper #machines .machine .content .icon {
    margin: 28px 0 20px 0;
    width: 142px;
    height: 90px
  }
  section#machine .wrapper #machines .machine .content .icon.face {
    width: 55px;
    height: 90px
  }
  section#machine .wrapper #machines .machine .content p {
    font-size: 1.5rem;
    line-height: 1.8
  }
  section#machine .wrapper #machines .machine .content .open+p {
    margin-top: 40px
  }
  section#machine .wrapper #machines .machine .content .open {
    margin-top: 22px
  }
  section#machine .wrapper #machines .machine .content .open .open-desc-modal {
    font-size: 1.5rem
  }
  section#machine .wrapper #machines .machine .content .open .open-desc-modal:after {
    margin-left: 5px;
    background: rgba(0, 0, 0, 0) url("/images/icon_plus.png") no-repeat center center;
    background-size: 8px 8px;
    width: 8px;
    height: 12px
  }
  section#machine .wrapper #machines .machine .content .button-wrapper {
    padding-top: 88px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  section#machine .wrapper #machines .machine .content .button-wrapper .btn+.btn {
    margin-top: 0;
    margin-left: 20px
  }
  section#howto {
    padding: 0;
    background-color: #ffffff
  }
  section#howto .container {
    width: 1000px;
    margin: 0 auto;
    padding: 66px 0 90px 0
  }
  section#howto .title {
    width: 165px;
    height: 85px;
    margin: 0 auto 87px auto
  }
  section#howto .steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  section#howto .steps li {
    position: relative;
    width: 185px
  }
  section#howto .steps li .name {
    font-size: 2.7rem;
    margin-bottom: 40px
  }
  section#howto .steps li .desc {
    font-size: 1.5rem;
    margin-bottom: 40px
  }
  section#howto .steps li .desc a:after {
    vertical-align: bottom;
    width: 15px;
    height: 15px
  }
  section#howto .steps li+li:before {
    position: absolute;
    display: block;
    margin: 0;
    top: 50%;
    margin-top: -27px;
    left: -50px;
    width: 23px;
    height: 54px;
    background: rgba(0, 0, 0, 0) url("/images/pc_step_arrow.png") no-repeat center center;
    background-size: contain
  }
  section#howto .steps li.step1 .icon {
    width: 70px;
    height: 74px
  }
  section#howto .steps li.step2 .icon {
    width: 82px;
    height: 64px
  }
  section#howto .steps li.step3 .icon {
    width: 82px;
    height: 70px
  }
  section#howto .steps li.step4 .icon {
    width: 85px;
    height: 59px
  }
  section#kv2 .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  section#kv2 .v2, section#kv2 .v3 {
    width: 50vw;
    height: calc(50vw * 0.56)
  }
  section#faq .container {
    width: 1000px;
    margin: 0 auto;
    padding: 108px 0 5px 0
  }
  section#faq .title {
    width: 135px;
    height: 89px;
    margin: 0 auto 40px auto
  }
  section#faq .questions li .answer-opener {
    line-height: 1;
    padding: 30px 20px;
    font-size: 1.8rem;
    letter-spacing: 0.16em
  }
  section#faq .questions li .answer-opener:before {
    width: 30px
  }
  section#faq .questions li .answer-opener:after {
    right: 40px
  }
  section#faq .questions li .a {
    padding: 20px 215px 17px 50px;
    font-size: 1.6rem
  }
  section#shops .container {
    width: 1060px;
    margin: 0 auto;
    padding: 100px 0 10px 0
  }
  section#shops .title {
    width: 142px;
    height: 84.5px;
    margin: 0 auto 70px auto
  }
  section#shops .shops {
    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
  }
  section#shops .shops li {
    width: 507.5px
  }
  section#shops .shops li .image {
    width: 100%;
    height: 315.5px
  }
  section#shops .shops li .content {
    padding: 50px 30px;
    height: calc(100% - 315.5px)
  }
  section#shops .shops li .content .name {
    font-size: 2.4rem;
    margin-bottom: 23px
  }
  section#shops .shops li .content .desc {
    font-size: 1.5rem;
    line-height: 2.166
  }
  section#shops .shops li .content .socials {
    margin-top: 40px
  }
  section#shops .shops li+li {
    margin-top: 0
  }
  section#content .container {
    padding: 110px 0 150px 0;
    width: 750px;
    min-height: 700px;
    margin: 0 auto
  }
  section#content .container.w980 {
    width: 980px
  }
  section#content h2 {
    font-size: 2.4rem;
    margin-bottom: 70px
  }
  section#content h5 {
    font-size: 1.5rem;
    margin-bottom: 43px
  }
  section#content .notice-desc {
    font-size: 1.5rem;
    line-height: 1;
    margin-top: -50px;
    margin-bottom: 70px
  }
  section#content .errors {
    background: #fde7e7 url("/images/icon_error.png") no-repeat 45px 24px;
    background-size: 33px 28px;
    padding: 24px 25px 24px 100px;
    margin-bottom: 90px
  }
  section#content .errors:before {
    font-size: 1.6rem;
    line-height: 33px
  }
  section#content .errors li {
    font-size: 1.5rem
  }
  section#content .errors li:before {
    width: 10px
  }
  section#content .column-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
  }
  section#content .column-wrapper .column {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 75px
  }
  section#content .column-wrapper .column+.column {
    padding-left: 70px
  }
  section#content .form-control {
    margin-bottom: 40px
  }
  section#content .form-control-static {
    margin-bottom: 40px;
    line-height: 55px;
    font-size: 1.5rem
  }
  section#content .form-desc {
    font-size: 1.5rem;
    margin-bottom: 40px
  }
  section#content .form-desc+.form-single-button {
    margin-top: 100px
  }
  section#content .form-single-button {
    width: 270px;
    margin: 50px auto 0 auto
  }
  section#content .form-single-button.left {
    margin: 50px auto 0 0
  }
  section#content .form-label {
    font-size: 1.5rem;
    letter-spacing: 0.16em;
    line-height: 1;
    margin-bottom: 2px
  }
  section#content .form-label.mb15 {
    margin-bottom: 30px
  }
  section#content .form-label.required:before {
    vertical-align: top;
    font-size: 1.0rem;
    height: 15px;
    border: none;
    width: 35px;
    line-height: 15px;
    margin-right: 10px
  }
  section#content .form-column.pc-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  section#content .form-column.pc-two .column {
    width: calc(50% - 16px)
  }
  section#content .form-column.sp-three {
    margin-bottom: 40px
  }
  section#content .form-column.sp-three .column, section#content .form-column.sp-three select {
    width: calc(33.3% - 20px)
  }
  section#content .confirmations {
    font-size: 1.5rem
  }
  section#content .confirmations li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  section#content .confirmations li .label {
    font-weight: bold;
    width: 220px
  }
  section#content .confirmations li .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
  }
  section#content .confirmations li+li {
    margin-top: 40px
  }
  section#content .form-back-link {
    margin-top: 50px;
    font-size: 1.8rem
  }
  section#content .shops {
    margin-bottom: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  section#content .shops li {
    width: 360px;
    margin-bottom: 40px
  }
  section#content .shops li .btn {
    height: 75px;
    line-height: 75px
  }
  section#content .shops li+li {
    margin-top: 0px
  }
  section#content .rooms {
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  section#content .rooms li {
    font-size: 1.6rem;
    width: 126px;
    height: 126px;
    margin-right: 30px;
    margin-bottom: 30px
  }
  section#content .rooms li:nth-child(3n) {
    margin-right: 30px
  }
  section#content .rooms li:nth-child(5n) {
    margin-right: 0
  }
  section#content .histories {
    font-size: 1.8rem;
    line-height: 2;
    letter-spacing: 0.08em
  }
  section#mypage {
    background-color: #ffffff
  }
  section#mypage .container {
    padding: 110px 0 150px 0;
    width: 750px;
    min-height: 700px;
    margin: 0 auto
  }
  section#mypage h2 {
    font-size: 2.4rem;
    margin-bottom: 70px
  }
  section#mypage .member-code {
    margin-bottom: 60px
  }
  section#mypage .member-code #qrcode {
    width: 150px;
    margin: 0 auto 20px auto
  }
  section#mypage .member-code #qrcode canvas {
    width: 150px;
    height: 150px
  }
  section#mypage .member-code .number {
    font-size: 1.6rem;
    text-align: center;
    letter-spacing: 0.16em;
    line-height: 1
  }
  section#mypage .announcements li {
    font-size: 1.8rem;
    letter-spacing: 0.16em;
    line-height: 2
  }
  section#mypage .announcements li+li {
    border-top: 1px dashed #cccccc;
    padding-top: 40px;
    margin-top: 40px
  }
  section#mypage .announcements li .date {
    font-size: 1.4rem
  }
  section#mypage .announcements li .title {
    margin-bottom: 20px
  }
  section#legal {
    background-color: #ffffff
  }
  section#legal .container {
    min-height: 700px;
    width: 760px;
    padding: 90px 0;
    margin: 0 auto
  }
  section#legal h2 {
    font-size: 2.4rem;
    margin-bottom: 66px
  }
  section#legal p {
    font-size: 1.3rem;
    line-height: 2
  }
  section#legal p b {
    font-size: 1.5rem
  }
  section#legal ul {
    font-size: 1.2rem;
    line-height: 2
  }
  section#legal ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  section#legal ul li .label {
    width: 190px
  }
  section#legal ul li .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
  }
  section#legal ul li+li {
    margin-top: 40px
  }
  section#what-machine {
    background-color: #ffffff;
    padding: 0 0 60px 0
  }
  section#what-machine .container {
    padding: 60px 0 0 0;
    width: 750px;
    margin: 0 auto
  }
  section#what-machine .tabs {
    height: 60px
  }
  section#what-machine .tabs li {
    font-size: 1.5rem;
    line-height: 60px
  }
  section#what-machine .title {
    width: 280px;
    margin: 0 auto 62px auto
  }
  section#what-machine .what-machine {
    padding: 80px 350px 80px 80px;
    font-size: 1.5rem;
    letter-spacing: 0.15em;
    line-height: 1.8;
    background: #F6F5F5 url("/images/pc_what_machine.png") no-repeat center bottom;
    background-size: contain
  }
  section#what-machine .parts-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  section#what-machine .parts {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 30px 30px 142px 30px;
    background: #F9F0E7 url("/images/pc_parts01.png") no-repeat center bottom;
    background-size: 360px 112px
  }
  section#what-machine .parts p {
    font-size: 1.5rem;
    line-height: 1.8;
    padding-top: 10px
  }
  section#what-machine .parts+.parts {
    margin-left: 30px;
    background: #F9F0E7 url("/images/pc_parts02.png") no-repeat center bottom;
    background-size: 360px 112px
  }
  section#howtouse .container {
    padding: 110px 0 60px 0;
    width: 750px;
    margin: 0 auto
  }
  section#howtouse .title {
    width: 214px;
    margin: 0 auto 64px auto
  }
  section#howtouse .console-img {
    width: 750px;
    height: 400px;
    background: rgba(0, 0, 0, 0) url("/images/pc_console.png") no-repeat center center;
    background-size: contain
  }
  section#howtouse ul.usages {
    padding: 60px
  }
  section#howtouse ul.usages li {
    font-size: 1.5rem
  }
  section#howtouse ul.usages li .subject {
    margin-bottom: 12px;
    color: #000000
  }
  section#howtouse ul.usages li .desc-wrapper p {
    line-height: 1.8
  }
  section#howtouse ul.usages li .desc-wrapper p span {
    font-size: 1.3rem
  }
  section#howtouse ul.usages li+li {
    margin-top: 40px
  }
  section#notesonuse {
    letter-spacing: 0.15em
  }
  section#notesonuse .container {
    width: 750px;
    padding: 110px 0 60px 0;
    margin: 0 auto
  }
  section#notesonuse .title {
    width: 256px;
    margin: 0 auto 64px auto
  }
  section#notesonuse .display {
    padding: 80px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  section#notesonuse .display p {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 1.5rem;
    line-height: 1.8;
    padding-bottom: 0
  }
  section#notesonuse .display img {
    height: 106px;
    margin: 0
  }
  section#notesonuse ul.notes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  section#notesonuse ul.notes li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 40px 20px
  }
  section#notesonuse ul.notes li p {
    font-size: 1.5rem;
    line-height: 1.8
  }
  section#notesonuse .others {
    padding: 44px 15px 0 15px
  }
  section#notesonuse .others .subject {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.8rem;
    line-height: 1;
    margin-bottom: 44px
  }
  section#notesonuse .others .subject i {
    width: 24px;
    height: 20px;
    margin-right: 10px
  }
  section#notesonuse .others .subject span {
    display: block
  }
  section#notesonuse .elements-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
  section#notesonuse ul.elements {
    list-style: disc;
    font-size: 1.5rem;
    line-height: 1.8;
    padding-left: 15px
  }
  section#esthetic {
    padding: 50px 0 0 0
  }
  section#esthetic .container {
    padding: 0;
    width: 750px;
    margin: 0 auto
  }
  section#esthetic .cover {
    padding: 0 50px;
    height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    line-height: 1
  }
  section#esthetic .cover .title {
    font-size: 1.8rem;
    margin-bottom: 27px
  }
  section#esthetic .cover .name {
    font-size: 1.5rem
  }
  section#esthetic .cover.c01 {
    background: #F9F0E7 url("/images/pc_esthe_cover01.png") no-repeat center bottom;
    background-size: contain
  }
  section#esthetic .cover.c02 {
    background: #F9F0E7 url("/images/pc_esthe_cover02.png") no-repeat center bottom;
    background-size: contain
  }
  section#esthetic .cover.c03 {
    background: #F9F0E7 url("/images/pc_esthe_cover03.png") no-repeat center bottom;
    background-size: contain
  }
  section#esthetic .cover.c04 {
    background: #F9F0E7 url("/images/pc_esthe_cover04.png") no-repeat center bottom;
    background-size: contain
  }
  section#esthetic .desc {
    padding: 50px;
    background-color: #F8F8F8
  }
  section#esthetic .desc .desc-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  section#esthetic .desc img {
    display: block;
    width: 310px;
    margin: 0 30px 0 0
  }
  section#esthetic .desc p {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 1.3rem
  }
  section#esthetic .desc p span {
    margin-bottom: 17px;
    font-size: 1.5rem
  }
  section#esthetic .desc .button-wrapper {
    width: 100%;
    margin: 40px auto 0 auto;
    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
  }
  section#esthetic .desc .button-wrapper .btn {
    width: 240px
  }
  section#esthetic .desc .button-wrapper .btn+.btn {
    margin-top: 0;
    margin-left: 20px
  }
  section#esthetic .notice {
    padding: 44px 50px 80px 50px
  }
  section#esthetic .notice .title {
    font-size: 1.8rem;
    margin-bottom: 17px
  }
  section#esthetic .notice .title i {
    width: 24px;
    height: 20px;
    margin-right: 10px
  }
  section#esthetic .notice ul.elements {
    font-size: 1.5rem;
    line-height: 1.8
  }
  section#error .container {
    min-height: 300px
  }
  section#error .container p {
    font-size: 1.5rem
  }
  section#error .container .button-wrapper {
    width: 212px;
    margin-top: 30px
  }
  section#error .container .button-wrapper .btn {
    height: 40px;
    font-size: 1.5rem;
    line-height: 40px
  }
  footer .container {
    padding: 50px 0 25px 0
  }
  footer .logo {
    margin: 0 auto 35px auto;
    width: 87px;
    height: 112px
  }
  footer .socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 120px;
    margin: 0 auto 35px auto
  }
  footer .socials li.fb a, footer .socials li.tw a, footer .socials li.in a {
    display: block;
    width: 24px;
    height: 24px
  }
  footer .socials li.fb {
    background: rgba(0, 0, 0, 0) url("/images/icon_fb.png") no-repeat center center;
    background-size: contain
  }
  footer .socials li.tw {
    background: rgba(0, 0, 0, 0) url("/images/icon_tw.png") no-repeat center center;
    background-size: contain
  }
  footer .socials li.in {
    background: rgba(0, 0, 0, 0) url("/images/icon_inst.png") no-repeat center center;
    background-size: contain
  }
  footer .menus {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto
  }
  footer .menus li {
    font-size: 1.3rem;
    margin: 0 25px
  }
  footer .menus li+li {
    margin-top: 0
  }
  footer .copyright {
    font-size: 1.3rem
  }
}