@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio, canvas, progress, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

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

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

b, strong {
  font-weight: inherit;
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code, kbd, pre, samp {
  font-family: monospace;
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button, input, select, textarea {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: 700;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

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

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 0;
}

[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-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

html {
  font-size: 10px;
}

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

body,
td,
th,
input,
textarea {
  color: #595757;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
  font-size: rem(13);
  line-height: 1.5;
}

body {
  overflow-wrap: break-word;
}

a,
a:link,
a:visited,
a:active,
a:hover,
a:hover img {
  color: #595757;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.img_ck {
  font-size: rem(1);
  line-height: 0;
}

/* clearfix (micro) */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 only */
.clearfix {
  *zoom: 1;
}

h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
img,
nav,
figure,
figcaption,
iframe {
  margin: 0;
  padding: 0;
}

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

.txt--hidden {
  font-size: 0 !important;
}

.display--none {
  display: none !important;
}

@media screen and (min-width: 1025px), print {
  .tab--only {
    display: none !important;
  }

  .sp--only {
    display: none !important;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .pc--only {
    display: none !important;
  }

  .sp--only {
    display: none !important;
  }
}
@media screen and (max-width: 599px) {
  .pc--only {
    display: none !important;
  }

  .tab--only {
    display: none !important;
  }
}
#container {
  position: relative;
}

.l-main {
  position: relative;
  z-index: 10;
  padding-top: 57.95px;
  background: #fef5f0;
}

.contents__inner {
  padding: 0 20px;
}

@media screen and (min-width: 1025px), print {
  #container {
    min-width: 1200px;
  }

  .contents__inner {
    width: 1200px;
    margin: auto;
    padding: 0;
  }

  .l-main {
    padding-top: 71.94px;
  }
}
@media screen and (max-width: 599px) {
  #container {
    overflow: hidden;
  }
}
.l-header {
  position: fixed;
  z-index: 98;
  width: 100vw;
}
.l-header__inner {
  position: relative;
  padding: 15px 20px;
  background: #fff;
}
.l-header__logo {
  display: block;
  width: 77.6px;
}

.btn--reserve {
  display: block;
  position: absolute;
  top: 17px;
  right: 62px;
  width: 96.8px;
  padding: 10px 10px 10px 26px;
  -moz-border-radius: 10px;
       border-radius: 10px;
  background: #f5b090;
}
.btn--reserve::before {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 9.6px;
  height: 9.6px;
  background: url(../images/common/icon_reserve.png) no-repeat center/contain;
  content: "";
}
.btn--reserve img {
  width: 92.4px;
}

.btn--instagram,
.btn--facebook,
.btn--line {
  display: block;
  position: absolute;
  top: 18px;
  width: 25px;
}

.btn--instagram {
  right: 165px;
}

.btn--facebook {
  right: 195px;
}

.btn--line {
  right: 225px;
}

.menu__btn {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 99;
  width: 33.6px;
  height: 19.2px;
  cursor: pointer;
}
.menu__btn::before, .menu__btn::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: #595757;
  content: "";
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu__btn::before {
  top: 0;
}
.menu__btn::after {
  bottom: 0;
}
.menu__btn i {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 100%;
  height: 3px;
  background: #595757;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu__btn.is-open::before {
  top: 50%;
  -webkit-transform: rotate(-45deg) translate(0, -50%);
     -moz-transform: rotate(-45deg) translate(0, -50%);
      -ms-transform: rotate(-45deg) translate(0, -50%);
          transform: rotate(-45deg) translate(0, -50%);
}
.menu__btn.is-open::after {
  top: 50%;
  bottom: 0;
  -webkit-transform: rotate(45deg) translate(0, -50%);
     -moz-transform: rotate(45deg) translate(0, -50%);
      -ms-transform: rotate(45deg) translate(0, -50%);
          transform: rotate(45deg) translate(0, -50%);
}
.menu__btn.is-open i {
  left: -100%;
  opacity: 0;
}
.menu__wrap {
  position: absolute;
  top: 100%;
  right: -100%;
  width: 100vw;
  height: 100vh;
  background: #c9bc9c;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu__wrap.is-show {
  right: 0;
}
.menu__list {
  width: 100%;
  padding: 45px 35px;
  overflow: scroll;
}
.menu__list.is-show {
  display: block;
}
.menu__item {
  border-top: solid 1px #fff;
}
.menu__item:nth-last-child(2) {
  border-bottom: solid 1px #fff;
}
.menu__item a {
  color: #fff;
  text-decoration: none;
}
.menu__txt {
  margin-top: 30px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: 0.1rem;
}
.menu__txt img {
  display: block;
  width: 165px;
  margin-bottom: 20px;
}
.menu__link {
  display: block;
  padding: 16px 12px;
  font-size: 1.4em;
}

@media screen and (min-width: 1025px), print {
  .l-header__inner {
    padding: 13px 53px 17px 45px;
  }
  .l-header__logo {
    width: 164.9px;
  }

  .btn--reserve {
    top: 30px;
    right: 140px;
    width: 157.3px;
    padding: 10px 0 12px 50px;
  }
  .btn--reserve::before {
    left: 13px;
    width: 25.6px;
    height: 25.6px;
  }

  .btn--instagram,
.btn--facebook,
.btn--line {
    width: 30px;
    top: 30px;
  }

  .btn--instagram {
    right: 350px;
  }

  .btn--facebook {
    right: 390px;
  }

  .btn--line {
    right: 310px;
  }

  .menu__btn {
    top: 32px;
    right: 53px;
    width: 44.8px;
    height: 25.6px;
    cursor: pointer;
  }
  .menu__btn:hover::before {
    top: 5px;
  }
  .menu__btn:hover::after {
    bottom: 5px;
  }
  .menu__btn.is-open:hover::before {
    top: 50%;
  }
  .menu__btn.is-open:hover::after {
    top: 50%;
    bottom: 0;
  }
  .menu__wrap {
    width: 473px;
  }
  .menu__list {
    padding: 60px 50px;
  }
  .menu__txt {
    margin-top: 42px;
    font-size: 1.6rem;
    line-height: 3.4rem;
  }
  .menu__txt img {
    width: 165px;
    margin-bottom: 20px;
  }
  .menu__link {
    position: relative;
    padding: 25px 12px;
    font-size: 1.6rem;
  }
  .menu__link span {
    position: relative;
  }
  .menu__link span::before {
    position: absolute;
    bottom: -3px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 0;
    height: 1px;
    background: #fff;
    content: "";
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .menu__link:hover span::before {
    width: 100%;
  }
}
.l-footer {
  padding: 20px 20px 10px;
  background: rgba(125, 104, 83, 0.8);
}
.l-footer__info {
  color: #fff;
}
.l-footer__info-line {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
}
.l-footer__info a {
  color: #fff;
  text-decoration: none;
}
.l-footer__logo {
  display: block;
  width: 116.4px;
  margin: 10px auto 0;
}

@media screen and (min-width: 1025px), print {
  .l-footer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 10;
    margin-top: -82.98px;
    padding: 28px 0 25px;
  }
  .l-footer__info-line {
    display: inline-block;
  }
  .l-footer__info a {
    position: relative;
  }
  .l-footer__info a::before {
    position: absolute;
    bottom: -3px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 0;
    height: 1px;
    background: #fff;
    content: "";
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .l-footer__info a:hover::before {
    width: 100%;
  }
  .l-footer__logo {
    width: 155.2px;
    margin: 0 0 0 40px;
  }
}
.fadeIn {
  opacity: 0;
}
.fadeIn.is-show {
  opacity: 1;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

a.txt__link {
  position: relative;
  text-decoration: none;
}

@media screen and (min-width: 1025px), print {
  a.txt__link::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 0;
    height: 1px;
    background: #595757;
    content: "";
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  a.txt__link:hover::before {
    width: 100%;
  }
}
.ahead_visual img {
  width: 100%;
}

@media screen and (min-width: 1025px), print {
  .end__visual img {
    width: 100%;
  }
}
.modal__wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
}
.modal__wrap.is-show {
  opacity: 1;
  z-index: 99;
}
.modal__wrap.is-show .modal__item {
  opacity: 1;
}
.modal__item {
  opacity: 0;
  position: relative;
  height: 100%;
  padding: 60px 0 20px;
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  transition: all 1.5s ease;
}
.modal__item img {
  height: 100%;
}
.modal__btn {
  position: absolute;
  top: 20px;
  right: 0;
  width: 39.2px;
  height: 22.4px;
}
.modal__btn::before, .modal__btn::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  content: "";
}
.modal__btn::before {
  -webkit-transform: rotate(-45deg) translate(0, -50%);
     -moz-transform: rotate(-45deg) translate(0, -50%);
      -ms-transform: rotate(-45deg) translate(0, -50%);
          transform: rotate(-45deg) translate(0, -50%);
}
.modal__btn::after {
  -webkit-transform: rotate(45deg) translate(0, -50%);
     -moz-transform: rotate(45deg) translate(0, -50%);
      -ms-transform: rotate(45deg) translate(0, -50%);
          transform: rotate(45deg) translate(0, -50%);
}
.modal__btn i {
  display: none;
}

@media screen and (min-width: 1025px), print {
  .modal__item {
    padding: 80px 0 30px;
  }
  .modal__btn {
    top: 20px;
    width: 48px;
    height: 42px;
    cursor: pointer;
  }
}
.instagramContent {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.instagramContent__item {
  display: none;
}
.instagramContent__item:nth-of-type(-n+4) {
  display: block;
}
.instagramContent__item a {
  display: block;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.instagramContent__item a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

@media screen and (min-width: 1025px), print {
  .instagramWrap {
    position: relative;
    z-index: 9;
    width: 1200px;
    margin: auto;
    padding: 80px 0 0;
  }

  .instagramContent {
    width: 1200px;
    margin: auto;
    padding: 80px 0 0;
  }
  .instagramContent__item {
    width: 277.5px;
    height: 277.5px;
    margin-top: 0;
    margin-right: 30px;
  }
  .instagramContent__item:nth-child(4) {
    margin-right: 0;
  }
  .instagramContent__item a:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
       -moz-transform: translate(-50%, -50%) scale(1.2);
        -ms-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .instagramWrap {
    padding: 40px 20px 0;
  }

  .instagramContent {
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 40px 20px 0;
  }
  .instagramContent__item {
    width: 23.5%;
    height: 23.5vw;
  }
}
@media screen and (max-width: 599px) {
  .instagramWrap {
    padding: 40px 20px 0;
  }

  .instagramContent {
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 40px 20px 0;
  }
  .instagramContent__item {
    width: 48%;
    height: 48vw;
    margin-top: 20px;
  }
  .instagramContent__item:first-child, .instagramContent__item:nth-child(2) {
    margin-top: 0;
  }
}
.l-main {
  overflow: hidden;
}

.mv--fixed {
  position: relative;
  height: auto;
}
.mv--fixed::before {
  position: absolute;
  right: 10px;
  bottom: 20px;
  z-index: 98;
  width: 39px;
  height: 39px;
  background: url(../images/top/icon_heart.png) no-repeat center/contain;
  content: "";
}

.mv__txt {
  position: absolute;
  left: 20px;
  bottom: 16.4475px;
  z-index: 98;
  text-align: right;
}
.mv__txt img {
  max-width: none;
  height: 46px;
}

.main-slider {
  position: relative;
}

.mv-area {
  position: relative;
  width: 100%;
  min-height: 224px;
  overflow: hidden;
}
.mv-area iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vh;
  min-width: 100vh;
  min-height: 100vw;
}

.revision {
  padding-top: 40px;
  text-align: center;
}

.btn__revision {
  display: inline-block;
}

.lead {
  position: relative;
  padding: 100px 20px 87px;
}
.lead__ttl-sub {
  margin-top: 10px;
  font-size: 1.2rem;
}
.lead__txt {
  margin-top: 30px;
  font-size: 1.4rem;
  line-height: 2.8rem;
  letter-spacing: 0.1rem;
}
.lead__img {
  width: 188px;
  margin: 30px auto 0;
}

.garally {
  position: relative;
}
.garally::before {
  position: absolute;
  top: 93px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #ece7e3;
  content: "";
}
.garally__wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: left;
}
.garally__wrap.second, .garally__wrap.last {
  width: 50%;
}
.garally__wrap.second .garally__item, .garally__wrap.last .garally__item {
  width: 100%;
}
.garally__item {
  width: 50%;
}
.garally__item.large {
  width: 100%;
}

.link-area {
  margin-top: 160px;
}
.link-area a {
  text-decoration: none;
}
.link-area__wrap {
  display: block;
  position: relative;
  padding: 40px 0 30px;
  text-align: center;
}
.link-area__wrap.charge {
  background: url(../images/top/charge_bg.png) no-repeat center/cover;
}
.link-area__wrap.plan {
  margin-top: 30px;
  background: url(../images/top/plan_bg.png) no-repeat center/cover;
}
.link-area__wrap.mens_removal {
  margin-top: 30px;
  background: url(../images/top/mens_removable_bg.png) no-repeat center/cover;
}
.link-area__head {
  display: block;
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
.link-area__head .charge {
  width: 128px;
}
.link-area__head .plan {
  width: 240px;
}
.link-area__head .mens_removal {
  width: 240px;
}
.link-area__sub {
  display: block;
  position: relative;
  z-index: 2;
  width: 287px;
  margin: 30px auto 0;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
}
.link-area__sub::before {
  position: absolute;
  top: -13px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  content: "";
}
.link-area .link__readmore {
  right: 18px;
  bottom: 16px;
}

.link__readmore {
  display: block;
  position: absolute;
}
.link__readmore img {
  max-width: none;
  height: 8px;
}

.faq-banner {
  margin-top: 68px;
  padding-bottom: 51.5px;
}
.faq-banner a {
  text-decoration: none;
}
.faq-banner__wrap {
  display: block;
  position: relative;
  height: 130px;
  padding-top: 38px;
  background: #fde9de;
}
.faq-banner__wrap::before, .faq-banner__wrap::after {
  position: absolute;
  top: 6px;
  content: "";
}
.faq-banner__wrap::before {
  left: 5px;
  width: 190.4px;
  height: 108.8px;
  background: url(../images/top/faq_bg01.png) no-repeat top left/contain;
}
.faq-banner__wrap::after {
  right: 5px;
  width: 158.4px;
  height: 108.8px;
  background: url(../images/top/faq_bg02.png) no-repeat top left/contain;
}
.faq-banner__head {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
}
.faq-banner__head img {
  height: 25px;
}
.faq-banner__sub {
  display: block;
  position: relative;
  z-index: 2;
  width: 287px;
  margin: 10px auto 0;
  color: #595757;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  text-align: center;
}
.faq-banner__sub::before {
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #595757;
  content: "";
}
.faq-banner .link__readmore {
  right: 18px;
  bottom: 20px;
}
.faq-banner .link__readmore img {
  height: 8px;
}

.open-msg {
  position: fixed;
  z-index: 90;
  bottom: 0;
  left: 0;
  width: 100%;
}
.open-msg a {
  display: block;
  padding: 8px 0;
  background: rgba(235, 109, 148, 0.8);
  color: #fff;
  font-size: 1.2rem;
  text-decoration: none;
  text-align: center;
}
.open-msg__txt {
  margin-bottom: 10px;
}
.open-msg__txt img {
  width: 100%;
}
.open-msg.not-fixed {
  position: absolute;
  bottom: 206.483px;
}

.open-msg {
  opacity: 0;
  z-index: -1;
}
.open-msg.is-show {
  opacity: 1;
  z-index: 12;
}

@media screen and (min-width: 1025px), print {
  .mv--fixed::before {
    position: absolute;
    right: 30px;
    bottom: 30px;
    z-index: 98;
    width: 240px;
    height: 240px;
    background: url(../images/top/icon_heart.png) no-repeat center/contain;
    content: "";
  }

  .mv__txt {
    left: 50%;
    bottom: 65.79px;
    -webkit-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 1200px;
  }
  .mv__txt img {
    max-width: none;
    height: 39px;
  }

  .main-slider {
    position: relative;
  }
  .main-slider img {
    -webkit-transform: translate(-10%, 0);
       -moz-transform: translate(-10%, 0);
        -ms-transform: translate(-10%, 0);
            transform: translate(-10%, 0);
    max-width: none;
    width: 140vw;
  }

  .mv-area {
    height: 100vh;
    min-height: 896px;
  }

  .revision {
    padding-top: 100px;
  }

  #modal_revision .modal__item {
    height: 86%;
    padding: 80px 0 10px;
  }
  #modal_revision .modal__btn {
    top: 30px;
  }

  .lead {
    padding: 80px 0 87px;
  }
  .lead__ttl {
    width: 662px;
  }
  .lead__ttl-sub {
    margin-top: 20px;
  }
  .lead__txt {
    width: 572px;
    margin-top: 50px;
  }
  .lead__img {
    position: absolute;
    top: 140px;
    right: 267px;
    width: 188px;
  }

  .garally__wrap {
    width: 373px;
  }
  .garally__wrap.first {
    width: 780px;
    margin-right: 39.6px;
  }
  .garally__wrap.second, .garally__wrap.last {
    width: 373px;
  }
  .garally__wrap.second {
    margin-bottom: 35px;
  }
  .garally__item {
    width: 373px;
  }
  .garally__item.large {
    width: 100%;
    margin-bottom: 40px;
  }

  .link-area {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .link-area__wrap {
    width: 580px;
    height: 250px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .link-area__wrap:hover {
    opacity: 0.7;
  }
  .link-area__wrap.charge {
    background: url(../images/top/charge_bg.png) no-repeat center/contain;
  }
  .link-area__wrap.plan {
    margin-top: 0;
    background: url(../images/top/plan_bg.png) no-repeat center/contain;
  }
  .link-area__wrap.mens_removal {
    margin-top: 40px;
    background: url(../images/top/mens_removable_bg.png) no-repeat center/contain;
  }
  .link-area__head {
    margin: 55px auto 0;
  }

  .link__readmore img {
    height: 15px;
  }

  .faq-banner {
    margin-top: 170px;
    padding-bottom: 103px;
  }
  .faq-banner__wrap {
    height: 150px;
    padding-top: 40px;
  }
  .faq-banner__wrap::before {
    width: 238px;
    height: 136px;
  }
  .faq-banner__wrap::after {
    width: 198px;
    height: 136px;
  }
  .faq-banner .link__readmore img {
    height: 12px;
  }

  .open-msg {
    min-width: 1200px;
  }
  .open-msg a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 0 8px;
    font-size: 1.9rem;
  }
  .open-msg__txt {
    -webkit-transform: translate(0, -4px);
       -moz-transform: translate(0, -4px);
        -ms-transform: translate(0, -4px);
            transform: translate(0, -4px);
    width: 220px;
    padding: 0 20px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .mv-area {
    min-height: 537.6px;
  }

  .mv__txt img {
    height: 32px;
  }

  .lead__ttl img {
    height: 24px;
  }

  .open-msg a {
    padding: 10px 0;
    font-size: 1.7rem;
  }
  .open-msg__txt {
    width: 200px;
    margin: 0 auto 10px;
  }

  .btn__revision {
    width: 24%;
  }

  #modal_revision .modal__item {
    height: 84%;
  }

  .lead {
    padding-top: 40px;
  }
}
@media screen and (max-width: 599px) {
  .main-slider img {
    -webkit-transform: translate(-20%, 0);
       -moz-transform: translate(-20%, 0);
        -ms-transform: translate(-20%, 0);
            transform: translate(-20%, 0);
    max-width: 180%;
  }

  .open-msg a {
    padding: 10px 0;
    font-size: 1.5rem;
  }
  .open-msg__txt {
    width: 45%;
    margin: 0 auto 10px;
  }

  .btn__revision {
    width: 40%;
  }

  #modal_revision .modal__item {
    height: 74%;
  }

  .lead {
    padding-top: 40px;
  }
}