@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*, ::before, ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

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

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

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

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

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;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

[type=search] {
  outline-offset: -2px;
}

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

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

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

.unna-regular {
  font-family: "Unna", serif;
  font-weight: 400;
  font-style: normal;
}

.unna-bold {
  font-family: "Unna", serif;
  font-weight: 700;
  font-style: normal;
}

/*全て共通：hideエリアをはじめは非表示*/
.hide-area {
  display: none;
}

.modaal-wrapper {
  padding: 0;
  overflow: hidden;
}

.modaal-outer-wrapper {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 600px;
  height: 425px;
  padding: 0;
}

.modaal-inner-wrapper {
  padding: 0;
}

.modaal-container {
  width: 100%;
  max-width: 600px;
  background-color: rgba(54, 54, 54, 0.5);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.modaal-content,
.modaal-content-container {
  position: relative;
  padding: 0;
}

.modaal-content:before {
  content: "BACK";
  display: inline-block;
  position: absolute;
  top: 24px;
  right: -85px;
  font-size: 18px;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

#try_to_read .content {
  position: relative;
}

#try_to_read__content {
  position: relative;
  width: 600px;
  height: 425px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .modaal-outer-wrapper {
    max-width: 253px;
    height: 355px;
    padding: 0;
  }
  .modaal-container {
    max-width: 253px;
  }
  #try_to_read__content {
    position: relative;
    width: 253px;
    height: 355px;
    margin: 0 auto;
  }
  .modaal-content:before {
    top: -60px;
    right: -22px;
    font-size: 12px;
  }
}
/*全て共通：モーダルのボタンの色を変更したい場合*/
#modaal-close {
  position: absolute;
  display: block;
  top: -50px;
  right: -100px;
  width: 50px;
  height: 50px;
  border-radius: 0px;
}

#modaal-close:hover {
  outline: 0;
  background-color: rgba(255, 255, 255, 0);
}

.modaal-close:after,
.modaal-close:before {
  top: -10px;
  left: 25px;
  width: 1px;
  height: 71px;
  border-radius: 0px;
}

.modaal-close:hover:before,
.modaal-close:hover:after {
  background-color: #000;
}

@media only screen and (max-width: 767px) {
  #modaal-close {
    position: absolute;
    display: block;
    top: -100px;
    right: -30px;
    width: 30px;
    height: 30px;
  }
  .modaal-close:after,
  .modaal-close:before {
    top: -6px;
    left: 15px;
    width: 1px;
    height: 43px;
    border-radius: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .modaal-gallery-control {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .modaal-gallery-control.modaal-gallery-prev {
    background-image: url("../img/arrow__slidel.jpg");
    left: -15px;
  }
  .modaal-gallery-control.modaal-gallery-next {
    background-image: url("../img/arrow__slider.jpg");
    left: auto;
    right: -15px;
  }
  .modaal-gallery-control:hover.modaal-gallery-prev {
    background-image: url("../img/arrow__slidel_hover.jpg");
    background-size: 30px 30px;
  }
  .modaal-gallery-control:hover.modaal-gallery-next {
    background-image: url("../img/arrow__slider_hover.jpg");
    background-size: 30px 30px;
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    display: none;
  }
} 
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-repeat: no-repeat;
  min-height: 0vw;
  min-height: 0;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-repeat: no-repeat;
  min-height: 0vw;
  min-height: 0;
}

html {
  font-size: 16px;
  letter-spacing: 0.145rem;
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
}

body {
  width: 100%;
  overflow-x: hidden;
  margin: 0;
  padding: 105px 0 0;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

div, ul, ol, section, article, a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a:hover {
  cursor: pointer;
}

.ts5s {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.-hover_op:hover {
  opacity: 0.3;
  cursor: pointer;
}

.ani_fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.textal_center {
  text-align: center;
}

.textal_right {
  text-align: right;
}

.textal_left {
  text-align: left;
}

.textal_justify {
  text-align: justify;
}

.h2-title {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
.h2-title img {
  width: 48px;
  height: 48px;
  margin-right: 14px;
}
.h2-title .en {
  font-size: 29px;
}
.h2-title .ja {
  font-size: 12px;
  letter-spacing: 0.22rem;
}

.title-vertical {
  position: absolute;
  top: 0;
  left: 40px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  z-index: 899;
  font-size: 18px !important;
}
.title-vertical:before {
  content: "";
  position: absolute;
  top: -150px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  width: 1px;
  height: 100px;
  background-color: #000;
}

@media only screen and (max-width: 767px) {
  .title-vertical {
    left: 22px;
    font-size: 15px !important;
  }
}
.ly_flex {
  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;
}

.ly_flex_col {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.ly_grid {
  display: -ms-grid;
  display: grid;
}

.ly_center {
  margin-left: auto;
  margin-right: auto;
}

.ly_right {
  margin-left: auto;
}

.ly_left {
  margin-right: auto;
}

.-mg_b5 {
  margin-bottom: 5px;
}

.-mg_b10 {
  margin-bottom: 10px;
}

.-mg_b15 {
  margin-bottom: 15px;
}

.-mg_b20 {
  margin-bottom: 20px;
}

.-mg_b25 {
  margin-bottom: 25px;
}

.-mg_b30 {
  margin-bottom: 30px;
}

.-mg_b35 {
  margin-bottom: 35px;
}

.-mg_b40 {
  margin-bottom: 40px;
}

.-mg_b45 {
  margin-bottom: 45px;
}

.-mg_b50 {
  margin-bottom: 50px;
}

.-mg_b55 {
  margin-bottom: 55px;
}

.-mg_b60 {
  margin-bottom: 60px;
}

.-mg_b65 {
  margin-bottom: 65px;
}

.-mg_b70 {
  margin-bottom: 70px;
}

.-mg_b75 {
  margin-bottom: 75px;
}

.-mg_b80 {
  margin-bottom: 80px;
}

.-mg_b85 {
  margin-bottom: 85px;
}

.-mg_b90 {
  margin-bottom: 90px;
}

.-mg_b95 {
  margin-bottom: 95px;
}

.-mg_b100 {
  margin-bottom: 100px;
}

.-mg_b105 {
  margin-bottom: 105px;
}

.-mg_b110 {
  margin-bottom: 110px;
}

.-mg_b115 {
  margin-bottom: 115px;
}

.-mg_b120 {
  margin-bottom: 120px;
}

.-mg_b125 {
  margin-bottom: 125px;
}

.-mg_b130 {
  margin-bottom: 130px;
}

.-mg_b135 {
  margin-bottom: 135px;
}

.-mg_b140 {
  margin-bottom: 140px;
}

.-mg_b145 {
  margin-bottom: 145px;
}

.-mg_b150 {
  margin-bottom: 150px;
}

.-mg_b155 {
  margin-bottom: 155px;
}

.-mg_b160 {
  margin-bottom: 160px;
}

.-mg_b165 {
  margin-bottom: 165px;
}

.-mg_b170 {
  margin-bottom: 170px;
}

.-mg_b175 {
  margin-bottom: 175px;
}

.-mg_b180 {
  margin-bottom: 180px;
}

.-mg_b185 {
  margin-bottom: 185px;
}

.-mg_b190 {
  margin-bottom: 190px;
}

.-mg_b195 {
  margin-bottom: 195px;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 58px 50px 0 51px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 900;
  -webkit-transition: all 1s;
  transition: all 1s;
  background-color: #fff;
}
#header.fixed {
  padding: 22.3px 34px 22.3px;
  border-bottom: solid 1px #000;
}
#header.fixed .header-logo {
  opacity: 0;
  visibility: hidden;
  display: none;
}
#header.fixed .header-logo-fixed {
  display: block;
  opacity: 1;
  visibility: visible;
}

.header-logo-fixed {
  display: none;
  width: 100%;
  max-width: 71.74px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.header-logo {
  max-width: 99.05px;
  width: 99.05px;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.header-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.header-links {
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header-links a.massage {
  margin-left: 42px;
  margin-right: 44px;
}
.header-links a.h-preview {
  margin-left: 41px;
  margin-right: 15px;
}

.header__nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-image: url("../img/bg.jpg");
  background-repeat: repeat;
  background-size: cover;
  background-position: center;
  padding: 90px 28px 90px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
}
.header__nav.is-open {
  opacity: 1;
  visibility: visible;
  z-index: 995;
}

.header__nav-list {
  margin-top: 80px;
  width: 120px;
  list-style: none;
}
.header__nav-list span {
  display: block;
}
.header__nav-list .en {
  font-size: 21px;
}
.header__nav-list .ja {
  font-size: 11px;
  letter-spacing: 0.12rem;
}

.header__nav-order {
  width: 265px;
}
.header__nav-order .h2-title img {
  margin-right: 10px;
}
.header__nav-order .h2-title .en {
  font-size: 23px;
}
.header__nav-order p {
  font-size: 11px;
  line-height: 19px;
}
.header__nav-order .order-links .ml_btn {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
}

.header__nav-footer {
  position: absolute;
  bottom: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 438px;
}

.header__nav-footer {
  position: absolute;
  bottom: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 37px;
  overflow: hidden;
}
.header__nav-footer .img {
  width: 1000vw !important;
  height: 37px;
  background-image: url("../img/footer.svg");
  background-repeat: repeat-x !important;
  background-size: auto 100%;
  background-position: center left;
  -webkit-animation: loop-slide 180s infinite linear 1s both;
          animation: loop-slide 180s infinite linear 1s both;
}
.header__nav-footer .img img {
  width: 100%;
  height: 100%;
}

@media screen and (max-height: 660px) {
  #header__nav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 60px 28px 30px;
  }
  #header__nav .header__nav-list {
    margin-top: 80px;
    width: 120px;
  }
  #header__nav .header__nav-list .en {
    font-size: 18px;
  }
  #header__nav .header__nav-list .ja {
    font-size: 9px;
    letter-spacing: 0.12rem;
  }
  #header__nav .header__nav-order {
    margin-top: 20px;
  }
  #header__nav .header__nav-order .h2-title img {
    width: 38px;
    height: 38px;
    margin-right: 10px;
  }
  #header__nav .header__nav-order .h2-title .en {
    font-size: 20px;
    line-height: 20px;
  }
  #header__nav .header__nav-order .h2-title .ja {
    font-size: 10px;
    letter-spacing: 0.1rem;
  }
  #header__nav .header__nav-order p {
    font-size: 9px;
    line-height: 15px;
  }
}
@media only screen and (max-width: 767px) {
  #header {
    padding: 30px 30px 30px;
    z-index: 999;
    background-color: white;
  }
  #header.fixed {
    padding: 30px 30px 30px;
    border-bottom: none;
  }
  #header.fixed .header-logo {
    opacity: 1;
    visibility: visible;
    display: block;
  }
  #header.fixed .header-logo-fixed {
    display: none;
  }
  #header.is-open {
    background-color: rgba(255, 255, 255, 0);
  }
  .ml_mainbtn {
    margin-right: 16px;
  }
}
.global__btn {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
}

.global__btn:hover {
  cursor: pointer;
}

.global__btn dd {
  font-size: 10px;
  letter-spacing: 0.05rem;
  text-align: center;
}

.global__btn__line {
  position: relative;
  width: 30px;
  height: 16px;
  margin: 0 auto 5px;
}

.global__btn__line span {
  position: absolute;
  display: block;
  height: 1px;
  border-radius: 30px;
  background-color: #000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.first-line {
  top: 8px;
  left: 0;
  width: 30px;
}

.second-line {
  top: 16px;
  left: 0;
  width: 30px;
}

/* .global__btnが押された時のレイアウト */
.global__btn__line.is-active .first-line {
  -webkit-transform: translateY(1px) rotate(-38deg);
          transform: translateY(1px) rotate(-38deg);
}

.global__btn__line.is-active .second-line {
  -webkit-transform: translateY(-7px) rotate(38deg);
          transform: translateY(-7px) rotate(38deg);
}

.global_menu.is-active {
  opacity: 1;
  visibility: visible;
}

body.is-open {
  height: 100vh;
  overflow-y: hidden;
}

.ml_btn {
  position: relative;
  font-size: 16px;
  border: solid 1px #000;
  border-radius: 30px;
  padding: 8.5px 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.ml_btn.ml_btn_black {
  color: #fff;
  background-color: black;
}
.ml_btn.ml_btn_black:hover {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
}
.ml_btn.ml_btn_red {
  color: #fff;
  background-color: #a6372f;
  border: solid 1px #A6372F;
}
.ml_btn.ml_btn_red:hover {
  color: #A6372F;
  background-color: white;
  background-image: url("../img/arrow-red.svg") !important;
}
.ml_btn.ml_btn_blue {
  color: #fff;
  background-color: #3c5f88;
  border: solid 1px #3C5F88;
}
.ml_btn.ml_btn_blue:hover {
  color: #3C5F88;
  background-color: white;
  background-image: url("../img/arrow-blue.svg") !important;
}
.ml_btn.ml_btn_icon span:before {
  position: relative;
  content: "";
  display: inline-block;
  width: 21px;
  height: 16px;
  background-size: contain;
  background-position: center center;
}
.ml_btn.ml_btn_arrow_white, .ml_btn.ml_btn_arrow_black {
  padding-left: 30px;
  background-size: 14px auto;
  background-position: center right 30px;
}
.ml_btn.ml_btn_arrow_white {
  background-image: url("../img/arrow-white.svg");
}
.ml_btn.ml_btn_arrow_white:hover {
  background-image: url("../img/arrow-black.svg");
}
.ml_btn.ml_btn_arrow_black {
  background-image: url("../img/arrow-black.svg");
}
.ml_btn.ml_btn_arrow_black:hover {
  background-image: url("../img/arrow-white.svg");
}
.ml_btn.h-order {
  padding: 4px 0;
  width: 147px;
}
.ml_btn.h-order span:before {
  content: "";
  display: inline-block;
  top: 3px;
  width: 21px;
  height: 16px;
  margin-right: 10.5px;
  background-image: url("../img/icon-cart-white.svg");
}
.ml_btn.h-order:hover span:before {
  background-image: url("../img/icon-cart-black.svg");
}
.ml_btn.h-preview {
  padding: 4px 0;
  width: 147px;
}
.ml_btn.h-preview span:before {
  content: "";
  display: inline-block;
  top: 3px;
  width: 21px;
  height: 16px;
  margin-right: 10.5px;
  background-image: url("../img/icon-book-white.svg");
}
.ml_btn.h-preview:hover span:before {
  background-image: url("../img/icon-book-black.svg");
}
.ml_btn.try_to_read, .ml_btn.order {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}
.ml_btn.try_to_read {
  margin-bottom: 12px;
}
.ml_btn.try_to_read span:before {
  content: "";
  display: inline-block;
  top: 3px;
  width: 25px;
  height: 17px;
  margin-right: 10.5px;
  background-image: url("../img/icon-book-white.svg");
}
.ml_btn.try_to_read:hover span:before {
  background-image: url("../img/icon-book-black.svg");
}
.ml_btn.order {
  width: 147px;
}
.ml_btn.order span:before {
  content: "";
  display: inline-block;
  top: 3px;
  width: 25px;
  height: 17px;
  margin-right: 10.5px;
  background-image: url("../img/icon-cart-black.svg");
}
.ml_btn.order:hover {
  color: #fff;
  background-color: black;
}
.ml_btn.order:hover span:before {
  background-image: url("../img/icon-cart-white.svg");
}
.ml_btn.order-fixed {
  position: fixed;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 315px;
  z-index: 900;
  font-size: 12px;
  padding-top: 3.3px;
  padding-bottom: 9.3px;
}
.ml_btn.order-fixed span:before {
  content: "";
  position: relative;
  display: inline-block;
  top: 6px;
  width: 27px;
  height: 20px;
  margin-right: 4px;
  background-image: url("../img/icon-cart-white.svg");
}
.ml_btn.order-fixed:hover span:before {
  background-image: url("../img/icon-cart-blue.svg");
}
.ml_btn.order-fixed.active {
  bottom: -100px;
}

.fv-slidecopy {
  position: relative;
  width: 67%;
  margin-bottom: -354px;
  z-index: 100;
}
.fv-slidecopy .img {
  width: 140px;
  margin-left: auto;
}

@media only screen and (max-width: 767px) {
  .fv-slidecopy {
    position: relative;
    width: 84%;
    margin-top: 50px;
    margin-bottom: -70px;
    z-index: 100;
  }
  .fv-slidecopy .img {
    width: 260px;
    margin-right: auto;
    margin-left: 0;
  }
}
.swiper {
  position: relative;
  width: 100%;
  height: 650px;
}

.swiper-slide {
  overflow: hidden;
}

.swiper-slide img {
  width: auto;
  height: 630px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translateX(0) scale(1.1);
          transform: translateX(0) scale(1.1);
  -webkit-transition: 3s;
  transition: 3s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
.swiper-slide img.swiper-img__sp {
  display: none;
}

.swiper-slide-active img {
  -webkit-transform: translateX(-100px) scale(1.1);
          transform: translateX(-100px) scale(1.1);
}
.swiper-slide-active img.swiper-img__sp {
  display: none;
}

@media only screen and (min-width: 1000px) {
  .swiper-slide img {
    width: 100%;
    height: 630px;
    -webkit-transform: translateX(0) scale(1.1);
            transform: translateX(0) scale(1.1);
  }
  .swiper-slide img.swiper-img__sp {
    display: none;
  }
}
@media screen and (max-width: 414px) {
  .swiper {
    margin-top: 30px;
    height: 490px;
  }
  .swiper-slide img {
    width: auto;
    height: 445px !important;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transform: translateX(0) scale(1.1);
            transform: translateX(0) scale(1.1);
    -webkit-transition: 3s;
    transition: 3s;
    -webkit-transition-delay: 0;
            transition-delay: 0;
  }
  .swiper-slide img.swiper-img__pc {
    display: none !important;
  }
  .swiper-slide img.swiper-img__sp {
    display: block !important;
  }
  .swiper-slide-active img {
    height: 100%;
    width: auto;
    -webkit-transform: translateX(-30px) scale(1.1);
            transform: translateX(-30px) scale(1.1);
  }
  .swiper-slide-active img.swiper-img__pc {
    display: none !important;
  }
  .swiper-slide-active img.swiper-img__sp {
    display: block !important;
  }
}
.fv {
  position: relative;
  width: 83%;
  padding-top: 123px;
}

.fv-copy {
  width: 607px;
}

@media only screen and (max-width: 767px) {
  .fv {
    position: relative;
    width: 84%;
    padding-top: 0;
    padding-left: 0;
  }
  .fv-copy {
    width: 69%;
    min-width: 260px;
  }
}
#profile {
  width: 75%;
  max-width: 897px;
  padding: 127px 20px 0;
  font-size: 13px;
  letter-spacing: 0.12em;
}
#profile .ly_flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#profile .l_block {
  position: relative;
  width: 362px;
  margin-right: 20px;
}
#profile .r_block {
  width: 440px;
  padding-top: 115px;
}
#profile .title {
  position: absolute;
  top: -33px;
  left: -42px;
  font-size: 50px;
  letter-spacing: 0.145em;
}
#profile .name {
  font-size: 16px;
  line-height: 33px;
}
#profile .txt {
  line-height: 33px;
}

@media only screen and (max-width: 767px) {
  #profile {
    width: 83%;
    max-width: initial;
    padding: 127px 0 0;
    font-size: 13px;
    letter-spacing: 0.12em;
  }
  #profile .ly_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #profile .l_block {
    position: relative;
    width: 100%;
    margin-right: 20px;
  }
  #profile .r_block {
    width: 100%;
    padding-top: 50px;
  }
  #profile .title {
    top: -20px;
    left: -25px;
    font-size: 32px;
  }
  #profile .name {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 33px;
  }
  #profile .txt {
    line-height: 33px;
  }
}
#message {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 82%;
  max-width: 985px;
  padding-top: 128px;
}
#message .l_block {
  width: 100%;
  max-width: 622px;
  margin-right: 20px;
  padding-top: 27px;
  padding-left: 77px;
  padding-right: 67px;
  padding-bottom: 34px;
  -webkit-box-shadow: 0px 0px 30px -5px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 30px -5px rgba(0, 0, 0, 0.07);
  background-color: #fff;
}
#message .r_block {
  width: 100%;
  max-width: 306px;
  padding-top: 42px;
}
#message .title {
  position: relative;
  top: -55px;
  font-size: 50px;
  letter-spacing: 0.145em;
}
#message .logo {
  width: 92px;
  height: 39px;
}
#message .txt {
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 0.03em;
}
#message .cap {
  font-size: 13px;
}

@media only screen and (max-width: 767px) {
  #message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 82%;
    max-width: 985px;
    padding-top: 127px;
  }
  #message .l_block {
    width: 100%;
    max-width: 622px;
    margin-right: 0;
    padding: 20px;
  }
  #message .title {
    top: -40px;
    margin-bottom: -30px;
    font-size: 32px;
  }
}
.belt {
  position: relative;
  width: 100%;
  height: 566px;
  margin-top: -377px;
  z-index: -1;
  overflow: hidden;
}
.belt .img {
  width: 2000vw !important;
  height: 566px;
  background-image: url("../img/massage-bg.webp");
  background-repeat: repeat-x !important;
  background-size: auto 100%;
  background-position: center left;
  -webkit-animation: loop-slide 240s infinite linear 1s both;
          animation: loop-slide 240s infinite linear 1s both;
}
.belt .img img {
  width: 100%;
  height: 100%;
}

@-webkit-keyframes loop-slide {
  from {
    background-position: center left;
  }
  to {
    background-position: center left -1000vw;
  }
}

@keyframes loop-slide {
  from {
    background-position: center left;
  }
  to {
    background-position: center left -1000vw;
  }
}
@media only screen and (max-width: 767px) {
  .belt {
    height: 350px;
    margin-top: 100px;
  }
  .belt .img {
    height: 350px;
  }
}
#preview {
  margin-top: 96px;
  width: 100%;
  max-width: 668px;
  font-size: 12px;
  letter-spacing: 0.12em;
}
#preview .l_block {
  width: 279px;
  -webkit-box-shadow: 0px 0px 30px -5px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 30px -5px rgba(0, 0, 0, 0.07);
}
#preview .r_block {
  width: 328px;
}
#preview .title {
  margin-bottom: 80px;
  font-size: 50px;
  letter-spacing: 0.145em;
}
#preview .txt {
  line-height: 28px;
}
#preview dd {
  font-size: 15px;
  letter-spacing: 0.145em;
}
#preview .ml_btn.order {
  display: block;
  width: 100%;
  margin-top: 30px;
}
#preview .sample-img {
  margin-top: 30px;
}
#preview .sample-img:nth-last-of-type(3) {
  margin-top: 42px;
}

.book-title {
  width: 328.6px;
  height: 104px;
  margin-bottom: 42px;
}

@media only screen and (max-width: 767px) {
  #preview {
    margin-top: 96px;
    width: 82%;
  }
  #preview .ly_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #preview .l_block {
    width: 100%;
  }
  #preview .r_block {
    width: 100%;
  }
  #preview .title {
    margin-bottom: 40px;
    font-size: 32px;
  }
  .book-title {
    margin-top: 40px;
    width: 90%;
    height: auto;
    margin-bottom: 30px;
  }
}
#order .h2-title .ja, #contact .h2-title .ja {
  letter-spacing: 0.1rem;
}
#order .content, #contact .content {
  width: 84%;
  max-width: 850px;
}

#order {
  position: relative;
  padding-top: 94px;
}
#order p {
  font-size: 12px;
  letter-spacing: 0.03rem;
  line-height: 28px;
}
#order .order-links a {
  display: block;
  width: 50%;
  max-width: 400px;
}
#order .order-links .amazon {
  margin-left: 16px;
}
#order .order-links .replan_books {
  margin-right: 16px;
}

@media only screen and (max-width: 767px) {
  #order {
    padding-top: 94px;
  }
  #order .content {
    width: 82%;
    max-width: 420px;
  }
  #order p {
    font-size: 12px;
    line-height: 28px;
    letter-spacing: 0.03rem;
  }
  #order .order-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #order .order-links a {
    display: block;
    width: 100%;
    max-width: 420px;
  }
  #order .order-links .ml_btn {
    padding-top: 7px;
    padding-bottom: 10px;
  }
  #order .order-links .amazon {
    margin-left: 0;
  }
  #order .order-links .replan_books {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
#contact {
  position: relative;
}
#contact .content {
  margin-top: 100px;
}
#contact p {
  font-size: 12px;
  letter-spacing: 0.03rem;
  line-height: 28px;
}

.contact-how {
  position: relative;
  width: 100%;
  padding: 38px 0 48px;
  border: solid 1px #000;
}
.contact-how img {
  width: 92px;
}
.contact-how dd {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  letter-spacing: 0.03rem;
}
.contact-how .ly_flex {
  width: 574px;
}
.contact-how .ml_btn {
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 255px;
}
.contact-how .ml_btn span {
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  #contact .content {
    width: 82%;
  }
  .contact-how {
    position: relative;
    width: 100%;
    padding: 30px;
  }
  .contact-how img {
    width: 100%;
    max-width: 92px;
    margin-bottom: 20px;
  }
  .contact-how .ly_flex {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact-how .text p {
    display: block;
  }
  .contact-how .text p:first-child {
    margin-bottom: 20px;
  }
  .contact-how .ml_btn {
    position: inherit;
    display: block;
    width: 100%;
    margin-top: 15px;
    max-width: 205px;
  }
}
#footer {
  position: relative;
  width: 100%;
  margin-top: 91px;
}
#footer p {
  display: block;
  padding: 19px 0;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.145em;
  background-color: #000;
}

@media only screen and (max-width: 767px) {
  #footer {
    width: 100%;
    margin-top: 150px;
    position: relative;
    padding-top: 40px;
  }
  #footer .img {
    width: 920px;
  }
  #footer p {
    text-align: center;
    margin-top: -4px;
    padding: 19px 0;
    color: #fff;
    font-size: 11px;
    background-color: #000;
  }
}
@media only screen and (max-width: 767px) {
  .sp-hidden {
    display: none !important;
  }
  .pc-hidden {
    display: block;
  }
  .ly_sp {
    width: 84% !important;
  }
}
@media screen and (min-width: 767px) {
  .pc-hidden {
    display: none;
  }
}