@charset "UTF-8";
/* CSS Document */
.fwB {
  font-weight: bold;
}

html {
  background: #fff;
  color: #554F69;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  -webkit-text-size-adjust: 100%;
  counter-reset: decimal-circle;
  font-size: 1.4rem;
  margin: 0;
}

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

blockquote, dd, div, dl, dt,
h1, h2, h3, h4, h5, h6,
li, ol, p, pre, span, td, th, ul {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal;
}

a {
  -webkit-transition: color 0.1s linear,opacity 0.3s linear;
  color: #554F69;
  text-decoration: none;
  transition: color 0.1s linear,opacity 0.3s linear;
}

a.underline {
  text-decoration: underline;
}

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

b,
strong {
  font-weight: bold;
}

h1, h2, h3, p, div, table {
  margin: 0;
}

ul, li {
  list-style: none;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  vertical-align: bottom;
}

pre {
  overflow: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

figure {
  margin: 0;
  padding: 0;
}

input, textarea {
  padding: 0;
}

input[type="submit"] {
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
select,
textarea {
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  background: #f1f1f1;
  border: 1px solid #EFEFEF;
  border-radius: 0;
  box-sizing: border-box;
  font-family: inherit;
  padding: 5px;
}

input[type="text"]:-moz-read-only, input[type="password"]:-moz-read-only, input[type="email"]:-moz-read-only, input[type="tel"]:-moz-read-only, textarea:-moz-read-only {
  background: #EFEFEF;
}

input[type="text"]:read-only,
input[type="password"]:read-only,
input[type="email"]:read-only,
input[type="tel"]:read-only,
textarea:read-only {
  background: #EFEFEF;
}

label.triangle {
  position: relative;
}

label.triangle::after {
  -webkit-transform: translateY(-50%);
  border-color: #000000 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}

select {
  padding: 5px 35px 5px 10px;
}

address {
  font-size: 1rem;
  font-style: normal;
}

i {
  font-style: normal;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

@media screen and (min-width: 1000px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
}

.inner {
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 20px;
  position: relative;
}

.inner--widthL {
  max-width: 1200px;
}

article {
  padding-top: 50px;
}

@media screen and (min-width: 1000px) {
  article {
    padding-top: 60px;
  }
}

.sectionHdg {
  font-family: 'Libre Baskerville', serif;
  font-size: 3rem;
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (min-width: 1000px) {
  .sectionHdg {
    font-size: 5rem;
  }
}

.pageHdg {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.pageHdg--en {
  font-family: 'Libre Baskerville', serif;
  font-weight: normal;
}

@media screen and (min-width: 1000px) {
  .pageHdg {
    font-size: 4rem;
  }
}

.btn {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.btn a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  font-weight: bold;
  height: 1.5cm;
  justify-content: center;
}

.btn--solid a {
  background: #554F69;
  border-radius: 3px;
  color: #fff;
  margin: 0 auto;
  width: 200px;
}

.btn--white a {
  background: #fff;
  color: #554F69;
}

.btn--grey a {
  background: #EFEFEF;
  color: #554F69;
}

.header {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  z-index: 10000;
}

.header .inner {
  -webkit-box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
}

.header .logo {
  width: 87px;
}

.header .logo a {
  display: block;
}

.header .logo a img {
  height: auto;
  width: 100%;
}

.header .hamburger {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
}

.header .hamburger span {
  -webkit-transition: -webkit-transform ease .3s;
  background: #554F69;
  display: block;
  height: 1px;
  transition: -webkit-transform ease .3s;
  transition: transform ease .3s;
  transition: transform ease .3s, -webkit-transform ease .3s;
  width: 21px;
}

.header .hamburger span::before, .header .hamburger span::after {
  -webkit-transition: -webkit-transform ease .3s;
  background: #554F69;
  content: "";
  display: block;
  height: 1px;
  position: relative;
  transition: -webkit-transform ease .3s;
  transition: transform ease .3s;
  transition: transform ease .3s, -webkit-transform ease .3s;
  width: 21px;
}

.header .hamburger span::before {
  -webkit-transform: rotate(0);
  top: -8px;
  transform: rotate(0);
}

.header .hamburger span::after {
  top: 7px;
}

@media screen and (min-width: 1000px) {
  .header .hamburger {
    display: none;
  }
  .header .logo {
    width: 123px;
  }
  .header .inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
  }
  .header .inner .gNav {
    margin-left: auto;
  }
}

.open .header .hamburger span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.open .header .hamburger span:before {
  -webkit-transform: rotate(90deg);
  top: 0;
  transform: rotate(90deg);
}

.open .header .hamburger span::after {
  top: -1px;
}

.footer {
  background: #262626;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-top: 20px;
  padding: 30px 0 10px;
}

.footer .newsLetter {
  border-top: 2px solid #414141;
  margin-top: 20px;
  padding-top: 30px;
}

.footer .newsLetter__ttl {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.footer .newsLetter p {
  font-size: 1.3rem;
  margin-bottom: 20px;
}

.footer .newsLetter form {
  max-width: 450px;
}

.footer .newsLetter form #mc_embed_signup_scroll {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: start;
}

.footer .newsLetter form .email {
  background: transparent;
  border: 1px solid #808080;
  border-radius: 3px 0 0 3px;
  border-right: none;
  color: #fff;
  height: 50px;
  padding: 0 10px;
  width: 220px;
}

.footer .newsLetter form .clear input[type="submit"] {
  background: #000;
  height: 50px;
  position: relative;
  width: 50px;
}

.footer .newsLetter form .sendBtn {
  background: #fff;
  border-radius: 0 3px 3px 0;
  display: block;
  height: 50px;
  width: 50px;
}

.footer .newsLetter form .sendBtn input[type="submit"] {
  display: none;
}

.footer .newsLetter form .sendBtn i {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  color: #554F69;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  height: 50px;
  justify-content: center;
  width: 50px;
}

.footer small {
  display: block;
  padding-top: 20px;
  text-align: center;
}

@media screen and (min-width: 1000px) {
  .footer {
    padding: 60px 0 20px;
  }
  .footer .newsLetter {
    margin-top: 50px;
    padding-top: 30px;
  }
  .footer .newsLetter__ttl {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .footer .newsLetter p {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  .footer small {
    padding-top: 50px;
  }
}

@media screen and (max-width: 999px) {
  .gNav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-transition: left ease .3s;
    align-items: center;
    background: rgba(85, 79, 105, 0.95);
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: 'Libre Baskerville', serif;
    justify-content: center;
    left: -180px;
    position: fixed;
    top: 50px;
    transition: left ease .3s;
    width: 180px;
    z-index: 10001;
  }
  .gNav a {
    color: #fff;
    display: block;
    padding: 20px;
  }
  .gNav a:hover {
    background: rgba(85, 79, 105, 0.95);
  }
  .open .gNav {
    left: 0;
  }
  .footNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footNav ul {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .footNav ul li a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: 'Libre Baskerville', serif;
    font-size: 1.3rem;
    height: 1.5cm;
    justify-content: center;
    position: relative;
    text-align: center;
  }
}

@media screen and (min-width: 1000px) {
  .gNav {
    font-family: 'Libre Baskerville', serif;
  }
  .gNav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .gNav ul li {
    margin-left: 40px;
  }
  .gNav ul li a {
    position: relative;
  }
  .gNav ul li a::after {
    -webkit-transform: scale(0, 1);
    -webkit-transform-origin: right top;
    -webkit-transition: -webkit-transform .3s;
    background: #554F69;
    bottom: -4px;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    width: 100%;
  }
  .gNav ul li a:hover::after {
    -webkit-transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transform-origin: left top;
  }
  .footNav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
  }
  .footNav ul li {
    margin-right: 40px;
  }
  .footNav ul li a {
    color: #fff;
    display: block;
    font-family: 'Libre Baskerville', serif;
    padding: 5px;
    position: relative;
  }
  .footNav ul li a::after {
    -webkit-transform: scale(0, 1);
    -webkit-transform-origin: right top;
    -webkit-transition: -webkit-transform .3s;
    background: #fff;
    bottom: -4px;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    width: 100%;
  }
  .footNav ul li a:hover::after {
    -webkit-transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transform-origin: left top;
  }
}

.localNav {
  -webkit-transition: -webkit-box-shadow ease .1s;
  background: #efefef;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  transition: -webkit-box-shadow ease .1s;
  transition: box-shadow ease .1s;
  transition: box-shadow ease .1s, -webkit-box-shadow ease .1s;
  z-index: 1000;
}

.localNav.fixed {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}

.localNav .lNav {
  overflow-x: auto;
}

.localNav .lNav .lNav__lists {
  -ms-flex-wrap: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
}

.localNav .lNav .lNav__lists li {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.localNav .lNav .lNav__lists li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1.5cm;
  justify-content: center;
  padding: 0 15px;
  position: relative;
}

.localNav .lNav .lNav__lists li a::after {
  -webkit-transform: scale(0, 1);
  -webkit-transform-origin: right top;
  -webkit-transition: -webkit-transform .3s;
  background: #554F69;
  bottom: 0px;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  width: 100%;
}

.localNav .lNav .lNav__lists li a:hover::after {
  -webkit-transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transform-origin: left top;
}

@media screen and (min-width: 1000px) {
  .localNav {
    top: 60px;
  }
  .localNav .lNav .lNav__lists {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .localNav .lNav .lNav__lists li {
    margin: 0 5px;
  }
}

.list li {
  margin-bottom: 5px;
}

.list--disc {
  margin-left: 1.5em;
}

.list--disc li {
  list-style: disc;
}

.list--check li {
  padding-left: 1em;
  position: relative;
}

.list--check li::before {
  content: "\02714";
  left: 0;
  padding-right: 5px;
  position: absolute;
}

.bnrSubscription {
  background: rgba(85, 79, 105, 0.9);
  background-blend-mode: multiply;
  border-radius: 5px 0 0 5px;
  bottom: 20px;
  position: fixed;
  right: 0;
  width: 30px;
  z-index: 100000;
}

.bnrSubscription a {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  align-items: center;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.2rem;
  isolation: isolate;
  justify-content: center;
  justify-content: center;
  padding: 10px 0;
  position: relative;
  width: 100%;
  writing-mode: vertical-rl;
  z-index: 10;
}

@media screen and (min-width: 1000px) {
  .bnrSubscription {
    left: auto;
    right: 0;
    width: 40px;
  }
  .bnrSubscription a {
    padding: 20px 0;
  }
}

.home .mainVisual {
  -webkit-box-sizing: border-box;
  background: url("../../img/bg-sp.jpg") no-repeat center bottom;
  background-size: cover;
  box-sizing: border-box;
  height: 500px;
  padding: 60px 0 0;
}

.home .mainVisual__ttl {
  font-family: 'Libre Baskerville', serif;
  font-size: 10vw;
  margin-bottom: 30px;
}

.home .mainVisual__description {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 5vw;
}

@media screen and (min-width: 1000px) {
  .home .mainVisual {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url("../../img/bg.jpg");
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: calc(100vh - 60px);
    padding-top: 0;
  }
  .home .mainVisual .inner {
    width: 100%;
  }
  .home .mainVisual__ttl {
    font-size: 8rem;
    margin-bottom: 0;
  }
  .home .mainVisual__description {
    font-size: 2.4rem;
  }
}

.home .concept {
  background: url("../../img/bg-concept.jpg") no-repeat center bottom;
  background-size: cover;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  padding: 100px 0;
  position: relative;
}

.home .concept .inner {
  position: relative;
  z-index: 1;
}

.home .concept::after {
  background: #000;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: .7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.home .concept__description {
  font-size: 1.8rem;
  margin-bottom: 30px;
  text-align: center;
}

.home .concept__txt {
  font-size: 1.5rem;
  line-height: 2.66667;
  text-align: center;
}

@media screen and (min-width: 1000px) {
  .home .concept {
    background-position: center center;
    padding: 180px 0;
  }
  .home .concept__description {
    font-size: 3rem;
    margin-bottom: 90px;
  }
  .home .concept__txt {
    font-size: 2rem;
    line-height: 3;
    text-align: center;
  }
}

.home .news {
  padding: 40px 0;
}

@media screen and (min-width: 1000px) {
  .home .news {
    padding: 60px 0;
  }
}

.home .iot {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.home .iot__fig {
  margin: 0 -20px;
}

.home .iot__fig img {
  height: auto;
  width: 100%;
}

.home .iot__ttl {
  font-size: 7vw;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: -19vw;
  position: relative;
}

.home .iot__ttl .slideInWrap {
  margin-bottom: 5px;
}

.home .iot__txt {
  font-size: 1.5rem;
  margin-bottom: 30px;
}

.home .iot__btns .btn {
  margin-bottom: 20px;
}

@media screen and (min-width: 1000px) {
  .home .iot {
    background: url("../../img/img-iot.jpg") no-repeat center center;
    background-size: cover;
  }
  .home .iot__fig {
    display: none;
  }
  .home .iot__ttl {
    font-size: 7rem;
    margin-bottom: 60px;
    margin-top: 0;
  }
  .home .iot__txt {
    font-size: 2rem;
    margin-bottom: 60px;
  }
  .home .iot__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .home .iot__btns .btn {
    margin-bottom: 0;
    margin-left: 20px;
  }
  .home .iot .inner {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column;
    height: 800px;
    justify-content: center;
  }
}

.home .message {
  margin-bottom: 200px;
  margin-top: 100px;
  padding-top: 100px;
}

.home .message .hr {
  -webkit-transform: rotate(-10deg);
  background: #554F69;
  display: block;
  height: 2px;
  margin: 0 auto;
  transform: rotate(-10deg);
  width: 200px;
}

.home .message__ttl {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 3rem;
  margin-top: 100px;
  text-align: center;
}

@media screen and (min-width: 1000px) {
  .home .message {
    height: auto;
    margin: 0;
    padding: 30vh 0;
  }
  .home .message__ttl {
    font-size: 4rem;
    margin-bottom: 0;
    margin-top: 30vh;
  }
}

.pageVisual {
  background-color: #F8F8F8;
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.pageVisual .inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  height: 300px;
  padding-top: 50px;
  position: relative;
  z-index: 1;
}

.pageVisual__ttl {
  font-family: 'Libre Baskerville', serif;
  font-size: 10vw;
  margin-bottom: 5px;
}

.pageVisual__description {
  font-size: 4.5vw;
}

@media screen and (min-width: 1000px) {
  .pageVisual {
    background-position: center center;
  }
  .pageVisual .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding-top: 0;
  }
  .pageVisual__ttl {
    font-size: 5rem;
    margin-bottom: 0px;
  }
  .pageVisual__description {
    font-size: 2.5rem;
  }
}

.pageVisual--bedroom {
  background-image: url("../../bedroom/img/bg-visual-sp.jpg");
}

.pageVisual--entrance {
  background-image: url("../../entrance/img/bg-visual-sp.jpg");
}

.pageVisual--scene {
  color: #fff;
}

.pageVisual--scene::after {
  background: #000;
  content: "";
  height: 100%;
  left: 0;
  opacity: .3;
  position: absolute;
  top: 0;
  width: 100%;
}

@media screen and (min-width: 1000px) {
  .pageVisual--bedroom {
    background-image: url("../../bedroom/img/bg-visual.jpg");
  }
  .pageVisual--entrance {
    background-image: url("../../entrance/img/bg-visual.jpg");
  }
  .pageVisual--scene .inner {
    height: 440px;
  }
}

.sceneMessage {
  padding: 60px 0;
}

.sceneMessage__ttl {
  margin-bottom: 20px;
}

.sceneMessage__description {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.sceneMessage__txt {
  font-size: 1.5rem;
  line-height: 2;
  margin: 0 auto;
  max-width: 900px;
}

.sceneMessage__attention {
  font-size: 1.1rem;
  margin: 10px auto 0;
  max-width: 900px;
  text-align: right;
}

@media screen and (min-width: 1000px) {
  .sceneMessage {
    padding: 60px 0 100px;
  }
  .sceneMessage__ttl {
    margin-bottom: 40px;
  }
  .sceneMessage__description {
    font-size: 2rem;
    line-height: 2;
    margin-bottom: 40px;
  }
  .sceneMessage__txt {
    font-size: 1.5rem;
    line-height: 2;
  }
}

.sceneProductInfo {
  background: #f1f1f3;
  padding: 30px 0 60px;
}

.sceneProductInfo__ttl {
  font-family: 'Libre Baskerville', serif;
  font-size: 2rem;
  margin-bottom: 10px;
}

.sceneProductInfo__description {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.3rem;
}

.sceneProductInfo__fig {
  margin: 25px 0;
}

.sceneProductInfo__fig img {
  height: auto;
  width: 100%;
}

.sceneProductInfo__subTtl {
  font-family: 'Libre Baskerville', serif;
  font-size: 4.5vw;
  margin-bottom: 5px;
}

.sceneProductInfo__subDescription {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 3.5vw;
  margin-bottom: 20px;
}

.sceneProductInfo__txt {
  line-height: 1.71429;
  margin-bottom: 30px;
}

.sceneProductInfo .point {
  background: #fcfcfc;
  border-radius: 3px;
  margin-bottom: 20px;
  padding: 30px 20px;
}

.sceneProductInfo .point:last-child {
  margin-bottom: 0;
}

.sceneProductInfo .point .left {
  display: block;
  margin-bottom: 20px;
}

.sceneProductInfo .point__ttl {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 30px;
}

.sceneProductInfo .point__ttl::after {
  background: #554F69;
  content: "";
  display: block;
  height: 2px;
  margin-top: 5px;
  width: 50px;
}

.sceneProductInfo .point__lists {
  margin-bottom: 20px;
}

.sceneProductInfo .point__lists:last-child {
  margin-bottom: 0;
}

.sceneProductInfo .point__fig {
  margin: 10px 0;
  mix-blend-mode: multiply;
}

.sceneProductInfo .point__fig img {
  height: auto;
  width: 100%;
}

.sceneProductInfo .point__attention {
  font-size: 1.1rem;
}

@media screen and (min-width: 1000px) {
  .sceneProductInfo {
    padding: 100px 0;
  }
  .sceneProductInfo__ttl {
    font-size: 4rem;
  }
  .sceneProductInfo__description {
    font-size: 1.5rem;
    margin-bottom: 50px;
  }
  .sceneProductInfo__fig {
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
  }
  .sceneProductInfo__subTtl {
    font-size: 2rem;
    margin-bottom: 5px;
  }
  .sceneProductInfo__subDescription {
    font-size: 1.6rem;
    margin-bottom: 60px;
  }
  .sceneProductInfo__txt {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.5rem;
    line-height: 2;
    margin-bottom: 30px;
    padding-right: 50px;
    width: 50%;
  }
  .sceneProductInfo .point {
    padding: 30px;
  }
  .sceneProductInfo .point__lyPc {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
  .sceneProductInfo .point .left {
    width: 48%;
  }
  .sceneProductInfo .point .right {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 48%;
  }
  .sceneProductInfo .point__lists {
    font-size: 1.5rem;
    margin-bottom: 0px;
  }
  .sceneProductInfo .point__fig {
    margin: 0;
    mix-blend-mode: multiply;
  }
  .sceneProductInfo .point__attention {
    font-size: 1.1rem;
  }
}

.sceneMethod {
  padding: 60px 0;
}

.sceneMethod .sceneMethod__box {
  margin-bottom: 20px;
}

.sceneMethod .sceneMethod__box:last-child {
  margin-bottom: 0;
}

.sceneMethod__attention {
  font-size: 1.1rem;
  text-align: right;
}

@media screen and (min-width: 1000px) {
  .sceneMethod {
    padding: 100px 0;
  }
}

.doctorsTalk {
  background: #f1f1f3;
  margin-bottom: 20px;
  padding: 60px 0;
}

.doctorsTalk__ttl {
  font-family: 'Libre Baskerville', serif;
  margin-bottom: 10px;
}

.doctorsTalk__sup {
  font-family: 'Libre Baskerville', serif;
  font-size: 1.3rem;
  margin-bottom: 25px;
  text-align: center;
}

.doctorsTalk .doctorsTalkBox {
  margin-bottom: 60px;
}

.doctorsTalk .doctorsTalkBox:last-child {
  margin-bottom: 0;
}

.doctorsTalk .doctorsTalkBox__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.doctorsTalk .doctorsTalkBox__fig {
  margin-right: 20px;
  width: 110px;
}

.doctorsTalk .doctorsTalkBox__fig img {
  height: auto;
  width: 100%;
}

.doctorsTalk .doctorsTalkBox__name {
  font-size: 1.8rem;
  font-weight: bold;
}

.doctorsTalk .doctorsTalkBox__job {
  font-size: 1.2rem;
}

.doctorsTalk .doctorsTalkBox__ttl {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
}

.doctorsTalk .doctorsTalkBox__txt {
  line-height: 2.14286;
}

@media screen and (min-width: 1000px) {
  .doctorsTalk {
    padding: 100px 0;
  }
  .doctorsTalk__sup {
    font-size: 1.5rem;
    margin-bottom: 100px;
  }
  .doctorsTalk .doctorsTalkBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .doctorsTalk .doctorsTalkBox__left {
    display: block;
    width: 30%;
  }
  .doctorsTalk .doctorsTalkBox__right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 50px;
  }
  .doctorsTalk .doctorsTalkBox__fig {
    margin-bottom: 20px;
    width: 100%;
  }
  .doctorsTalk .doctorsTalkBox__ttl {
    font-size: 3rem;
    margin-bottom: 20px;
  }
  .doctorsTalk .doctorsTalkBox__txt {
    font-size: 1.5rem;
    line-height: 2.14286;
  }
}

.product {
  padding: 30px 0;
}

.product__ttl {
  font-family: 'Libre Baskerville', serif;
  font-size: 2.4rem;
  margin-bottom: 15px;
}

.product__fig {
  margin-bottom: 50px;
}

.product__fig img {
  height: auto;
  width: 100%;
}

.product__price {
  font-family: 'Bebas Neue', cursive;
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.product__price::before {
  content: "\0a5";
}

.product__price .number {
  font-size: 3rem;
  font-weight: normal;
  padding: 0 5px;
}

.product__description {
  line-height: 2;
  margin-bottom: 20px;
}

.product__supTtl {
  font-weight: bold;
}

.product__supTtl + .product__sup {
  margin-top: 0;
}

.product__sup {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-left: 1.5em;
  margin-top: 20px;
}

.product__sup li {
  list-style: disc;
  margin-top: 5px;
}

@media screen and (min-width: 1000px) {
  .product {
    padding: 60px 0;
    position: relative;
  }
  .product .inner {
    zoom: 1;
  }
  .product .inner:after {
    clear: both;
    content: "";
    display: block;
  }
  .product__fig {
    float: right;
    margin-bottom: 0;
    width: 50%;
  }
  .product__ttl {
    float: left;
    font-size: 3rem;
    width: 50%;
  }
  .product__price {
    font-size: 2rem;
  }
  .product__price .number {
    font-size: 4rem;
  }
  .product__description {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.5rem;
    margin-bottom: 50px;
    padding-right: 50px;
    width: 50%;
  }
  .product .btn {
    margin-bottom: 50px;
  }
  .product .btn a {
    margin: 0;
  }
  .product__sup {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 50px;
    width: 50%;
  }
}

.thumbnail .inner {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.thumbnail__box {
  margin-bottom: 20px;
  width: calc(50% - 10px);
}

.thumbnail__box a {
  display: block;
  font-family: 'Libre Baskerville', serif;
  font-size: 1.3rem;
}

.thumbnail__box a img {
  height: auto;
  width: 100%;
}

.thumbnail__name {
  margin-top: 5px;
}

@media screen and (min-width: 1000px) {
  .thumbnail {
    margin-top: 0;
  }
  .thumbnail .inner {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
  .thumbnail__box {
    margin: 0 10px 20px;
    width: calc(20% - 20px);
  }
}

.app {
  padding: 60px 0;
}

.app .pageHdg__sup {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 5px;
  text-align: center;
}

.app .pageHdg {
  margin-bottom: 30px;
}

.app__fig {
  margin-bottom: 30px;
}

.app__fig img {
  height: auto;
  width: 100%;
}

.app__explain {
  margin-bottom: 30px;
}

.app__explain .explain {
  margin-bottom: 30px;
}

.app__explain .explain__ttl {
  border-bottom: 1px solid #554F69;
  font-weight: bold;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.app__explain .explain__txt {
  font-size: 1.3rem;
}

.app .appMovie__movie {
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.app .appMovie__movie iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.app .appMovie__other {
  margin-top: 20px;
}

.app .appMovie__other p {
  margin-bottom: 10px;
  text-align: center;
}

.app .appMovie__other ul li {
  margin-bottom: 10px;
}

.app .appMovie__other ul li a {
  max-width: 280px;
  width: 100%;
}

.app .appMovie__other .download {
  margin-top: 30px;
}

.app .appMovie__other .download ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.app .appMovie__other .download ul li {
  margin: 0 10px;
  width: 45%;
}

.app .appMovie__other .download ul a {
  display: block;
}

.app .appMovie__other .download ul a img {
  height: auto;
  width: 100%;
}

@media screen and (min-width: 1000px) {
  .app {
    padding: 100px 0 100px 0;
  }
  .app .pageHdg__sup {
    font-size: 1.5rem;
  }
  .app .pageHdg {
    margin-bottom: 60px;
  }
  .app__explain {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
  .app__explain > .explain,
  .app__explain > span {
    width: 30%;
  }
  .app .appMovie {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .app .appMovie__wrap {
    width: 60%;
  }
  .app .appMovie__other {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 0;
    padding-left: 50px;
  }
  .app .appMovie__other p {
    font-weight: bold;
    text-align: left;
  }
  .app .appMovie__other ul li a {
    margin-left: 0;
    margin-right: 0;
  }
  .app .appMovie__other .download ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
  .app .appMovie__other .download ul li {
    margin: 0 10px 0 0;
    width: auto;
  }
  .app .appMovie__other .download ul li a img {
    height: 40px;
    width: auto;
  }
}

.spec {
  background: #F2F2F2;
  padding: 60px 0;
}

.spec .pageHdg__sup {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 5px;
  text-align: center;
}

.spec .pageHdg {
  margin-bottom: 30px;
}

.spec .specArea__box {
  margin-bottom: 30px;
}

.spec .specArea__box .specArea__ttl {
  font-weight: bold;
  margin-bottom: 10px;
}

.spec .specArea__box ul li {
  margin-bottom: 5px;
}

.spec .specArea__box p {
  font-size: 1.3rem;
}

@media screen and (min-width: 1000px) {
  .spec {
    padding: 100px 0 100px 0;
  }
  .spec .pageHdg__sup {
    font-size: 1.5rem;
  }
  .spec .pageHdg {
    margin-bottom: 60px;
  }
  .spec .specArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .spec .specArea .left,
  .spec .specArea .right {
    width: 50%;
  }
}

.productSpec {
  margin-bottom: 50px;
}

.productSpec__ttl {
  border-bottom: 1px solid #554F69;
  font-family: 'Libre Baskerville', serif;
  font-size: 1.8rem;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

.productSpec__fig {
  margin-bottom: 20px;
}

.productSpec__fig img {
  height: auto;
  width: 100%;
}

.productSpec__tbl .tr {
  -ms-flex-flow: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: wrap;
  margin-bottom: 2px;
}

.productSpec__tbl .th, .productSpec__tbl .td {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}

.productSpec__tbl .th {
  background: #DCDCDC;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  width: 100px;
}

.productSpec__tbl .td {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  background: #fff;
  flex: 1;
  font-size: 1.3rem;
  width: calc(100% - 50px);
}

@media screen and (min-width: 1000px) {
  .productSpec .lyPc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .productSpec__fig {
    width: 35%;
  }
  .productSpec__tbl {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 50px;
    width: 65%;
  }
  .productSpec__tbl .td {
    font-size: 1.4rem;
  }
  .productSpec__tbl .lyPc .tr {
    width: 50%;
  }
}

.companyInfo {
  padding: 60px 0;
}

.companyInfo__ttl {
  margin-bottom: 30px;
}

.companyInfo__dl {
  border-bottom: 1px solid #EFEFEF;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.companyInfo__dl dt {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.companyInfo__dl dd ul {
  margin-bottom: 20px;
}

.companyInfo__dl dd ul li {
  font-size: 1.3rem;
  margin-bottom: 5px;
}

.companyInfo__map {
  height: 0;
  margin-top: 50px;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
}

.companyInfo__map iframe,
.companyInfo__map object,
.companyInfo__map embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@media screen and (min-width: 1000px) {
  .companyInfo {
    padding: 100px 0;
  }
  .companyInfo__ttl {
    text-align: left;
  }
  .companyInfo__dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .companyInfo__dl dt {
    font-size: 1.5rem;
    width: 25%;
  }
  .companyInfo__dl dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .companyInfo__dl dd.lyPc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .companyInfo__dl dd.lyPc ul {
    margin-right: 50px;
  }
}

.dealer {
  padding: 60px 0;
}

.dealer__ttl {
  border-left: 5px solid #e9e6f6;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
  padding-left: 10px;
}

.dealer__Lists {
  margin-bottom: 60px;
}

.dealer__Lists:last-child {
  margin-bottom: 0;
}

.dealer__Lists:last-child .dealer__box:last-child {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.dealer__box {
  border-bottom: 1px solid #EFEFEF;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.dealer__name {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.dealer__postNumber {
  font-size: 1.1rem;
}

.dealer__postNumber::before {
  content: "〒";
}

.dealer__address {
  font-size: 1.3rem;
  margin-bottom: 10px;
}

.dealer__tel {
  margin-bottom: 10px;
}

.dealer__tel::before {
  content: "\f3cd";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
}

.dealer__link a {
  font-size: 1.3rem;
  height: 1cm;
  margin: 0;
  width: 150px;
}

@media screen and (min-width: 1000px) {
  .dealer__ttl {
    border-width: 10px;
    font-size: 2rem;
  }
  .dealer__Lists {
    margin-bottom: 100px;
  }
  .dealer__box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .dealer__name {
    font-size: 1.5rem;
    margin-bottom: 0;
    width: 25%;
  }
  .dealer__postNumber {
    font-size: 1.3rem;
    width: 10%;
  }
  .dealer__address {
    font-size: 1.3rem;
    margin-bottom: 0;
    padding-right: 2%;
    width: 45%;
  }
  .dealer__tel {
    margin-bottom: 0;
    width: 13%;
  }
  .dealer__link {
    width: 8%;
  }
  .dealer__link a {
    font-size: 1.3rem;
    height: 1cm;
    margin: 0;
    width: 80px;
  }
}

.contact {
  padding: 60px 0;
}

.contact .contact__txt {
  margin-bottom: 20px;
}

.contact .border {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  font-size: 1.3rem;
  padding: 30px 20px;
}

.contact .border__ttl {
  font-family: 'Libre Baskerville', serif;
  font-size: 2rem;
  margin-bottom: 20px;
  text-align: center;
}

.contact .border__ttl i {
  margin-right: 10px;
}

.contact .border .mail {
  border-bottom: 1px solid #EFEFEF;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

@media screen and (min-width: 1000px) {
  .contact {
    padding: 100px 0;
  }
  .contact__txt {
    font-size: 2rem;
  }
  .contact .border {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding: 40px 50px;
  }
  .contact .border .tel {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 50px;
    width: 48%;
  }
  .contact .border .mail {
    border: 0;
    border-right: 1px solid #EFEFEF;
    margin-bottom: 0;
    padding-bottom: 0;
    width: 50%;
  }
  .contact .border__ttl {
    font-size: 3rem;
    text-align: left;
  }
}

.sceneBox {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  padding: 100px 0;
  position: relative;
}

.sceneBox--bedroom {
  background-image: url("../img/bg-scene-bedroom.jpg");
}

.sceneBox--entrance {
  background-image: url("../img/bg-scene-entrance.jpg");
}

.sceneBox--subscription {
  background-color: #554F69;
  padding: 50px 0;
}

.sceneBox--subscription::after {
  display: none !important;
}

.sceneBox--subscription .sceneBox__ttl {
  font-size: 2.4rem;
}

.sceneBox::after {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.sceneBox .inner {
  position: relative;
  z-index: 1;
}

.sceneBox .btn {
  margin-top: 50px;
}

.sceneBox .btn a {
  margin: 0;
}

.sceneBox__subTtl {
  font-size: 1.5rem;
}

.sceneBox__ttl {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
}

.sceneBox__description {
  font-size: 1.5rem;
  font-weight: bold;
}

.sceneBox__price {
  font-size: 1.6rem;
  margin-top: 30px;
}

.sceneBox__price::before {
  content: "\0a5";
}

.sceneBox__price .price {
  font-size: 5rem;
  font-weight: normal;
  padding: 0 5px;
}

.sceneBox__price .slash {
  font-size: 5rem;
  margin: 0 5px;
}

.sceneBox__list {
  background: #524c65;
  border-radius: 5px;
  font-size: 1.3rem;
  margin-top: 30px;
  padding: 20px;
}

.sceneBox__list li {
  margin-bottom: 5px;
}

.sceneBox__list li:last-child {
  margin-bottom: 0;
}

.sceneBox__list li::before {
  content: "・";
}

@media screen and (min-width: 1000px) {
  .sceneBox {
    margin: 0 20px;
    padding: 100px 0;
  }
  .sceneBox--subscription {
    background-color: #554F69;
    padding: 100px 0;
  }
  .sceneBox--subscription .sceneBox__ttl {
    font-size: 5rem;
    margin-bottom: 20px;
  }
  .sceneBox--subscription .sceneBox__description {
    margin-bottom: 30px;
  }
  .sceneBox--subscription .sceneBox__lyPc {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
  .sceneBox__subTtl {
    font-size: 3rem;
    margin-bottom: 10px;
  }
  .sceneBox__ttl {
    font-size: 5rem;
    margin-bottom: 20px;
    margin-bottom: 40px;
  }
  .sceneBox__description {
    font-size: 2rem;
  }
  .sceneBox__price {
    font-size: 2rem;
    margin-top: 0;
  }
  .sceneBox__price .price {
    font-size: 7rem;
    padding-right: 5px;
  }
  .sceneBox__price .slash {
    font-size: 5rem;
    margin: 0 5px;
  }
  .sceneBox__list {
    background: #524c65;
    border-radius: 5px;
    font-size: 1.5rem;
    margin-top: 30px;
    padding: 20px;
  }
  .sceneBox__list li {
    margin-bottom: 5px;
  }
  .sceneBox__list li:last-child {
    margin-bottom: 0;
  }
  .sceneBox__list li::before {
    content: "・";
  }
  .sceneBox .lyPc__right {
    width: 50%;
  }
  .sceneBox .btn {
    margin-top: 30px;
  }
}

.sceneList .sceneBox {
  margin-bottom: 20px;
}

.methodBox {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  padding: 20px;
}

.methodBox__num {
  font-family: 'Libre Baskerville', serif;
  font-size: 5rem;
  text-align: center;
}

.methodBox__ttl {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.66667;
  margin-bottom: 20px;
  text-align: center;
}

.methodBox__txt dl {
  margin-top: 20px;
}

.methodBox__txt dl dt {
  margin-bottom: 5px;
  padding-left: 1.5em;
  position: relative;
}

.methodBox__txt dl dt::before {
  content: "\025cf";
  left: 0;
  position: absolute;
}

.methodBox__txt dl dd {
  font-size: 1.3rem;
  padding-left: 1.5em;
}

@media screen and (min-width: 1000px) {
  .methodBox {
    padding: 40px;
  }
  .methodBox__num {
    font-size: 10rem;
    line-height: 1;
    position: absolute;
    text-align: center;
    width: 8rem;
  }
  .methodBox__ttl {
    font-size: 2rem;
    padding-left: 11rem;
    text-align: left;
  }
  .methodBox__txt {
    line-height: 2.14286;
    padding-left: 11rem;
  }
  .methodBox__description {
    padding-left: 11rem;
  }
}

.entries .entry {
  margin-bottom: 30px;
}

.entries .entry a {
  display: block;
}

.entries .entry:last-child {
  margin-bottom: 0;
}

.entries .entry__time {
  font-size: 1.2rem;
  margin-bottom: 5px;
}

.entries .entry__ttl {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 10px;
}

.entries .entry__description {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-size: 1.2rem;
  overflow: hidden;
}

@media screen and (min-width: 1000px) {
  .entries .entry a {
    position: relative;
  }
  .entries .entry__time {
    left: 0;
    margin: 0;
    position: absolute;
    top: 3px;
  }
  .entries .entry__ttl {
    padding-left: 100px;
  }
  .entries .entry__description {
    padding-left: 100px;
  }
}

@-webkit-keyframes passing-bar {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 0;
    width: 100%;
  }
}

@keyframes passing-bar {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 0;
    width: 100%;
  }
}

@-webkit-keyframes passing-txt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes passing-txt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.slideInWrap {
  -webkit-transform: translate3d(0, 0, 0);
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 10px;
  position: relative;
  transform: translate3d(0, 0, 0);
}

.slideInWrap.slideInWrap--marker {
  color: #554F69;
  padding: 0 10px 5px;
}

.slideInWrap.slideInWrap--marker::before {
  background: #e9e6f6;
  bottom: 0;
  height: 10px;
  top: auto;
}

@media screen and (min-width: 1000px) {
  .slideInWrap.slideInWrap--marker::before {
    height: 20px;
  }
}

.slideInWrap--colorYellow::before {
  background: rgba(105, 104, 79, 0.8) !important;
}

.slideInWrap::before {
  /* 任意の値 */
  background: rgba(85, 79, 105, 0.8);
  content: '';
  display: inline-block;
  height: 100%;
  left: 0;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  width: 0;
  z-index: -1;
}

.slideInWrap.slideInAnimation::before {
  -webkit-animation: passing-bar 1s ease 0s 1 normal forwards;
  animation: passing-bar 1s ease 0s 1 normal forwards;
}

.marker {
  -webkit-transition: ease 1s;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(233, 230, 246, 0.8)), color-stop(50%, transparent));
  background: -webkit-linear-gradient(left, rgba(233, 230, 246, 0.8) 50%, transparent 50%);
  background: linear-gradient(left, rgba(233, 230, 246, 0.8) 50%, transparent 50%);
  background-position: 100% .8em;
  background-repeat: no-repeat;
  background-size: 200% .5em;
  transition: ease 1s;
}

.marker.is-active {
  background-position: 0% .8em;
}

.mask {
  -webkit-transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  background: rgba(255, 255, 255, 0.7);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  visibility: hidden;
  z-index: 10;
}

.open .mask {
  -webkit-animation: fade-in .5s;
  animation: fade-in .5s;
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 768px) {
  .mask {
    display: none;
  }
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-family: "slick";
  font-style: normal;
  font-weight: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  -webkit-transform: translate(0, -50%);
  background: transparent;
  border: none;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0px;
  height: 20px;
  line-height: 0px;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 20px;
}

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

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

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

.slick-prev:before,
.slick-next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white;
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
}

.slick-prev {
  left: -25px;
}

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

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

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

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  bottom: -25px;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  width: 20px;
}

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

.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 button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: black;
  content: "•";
  font-family: "slick";
  font-size: 6px;
  height: 20px;
  left: 0;
  line-height: 20px;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

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

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

.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 {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}

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

.slick-track:after {
  clear: both;
}

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

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

[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 {
  border: 1px solid transparent;
  display: block;
  height: auto;
}

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

.slick-dots li {
  -webkit-box-shadow: 0 0 0 1px #554F69 inset;
  border-radius: 8px;
  box-shadow: 0 0 0 1px #554F69 inset;
  height: 8px;
  width: 8px;
}

.slick-dots li button {
  display: none;
}

.slick-dots li.slick-active {
  background: #554F69;
}

.slide {
  outline: none;
}
