@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500&family=Noto+Serif+JP:wght@300&display=swap");
/* ===================================================================
 CSS Document

 file name  : base.css
 style info : Initial Style
=================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");
html {
  overflow-y: scroll;
}

body, div, dl, dt, dd {
  margin: 0;
  padding: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
}

ul li, ol li {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, section, nav, article, aside, hgroup, header, address, figure, figcaption {
  margin: 0;
  padding: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

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

caption, th {
  text-align: left;
}

q:before, q:after {
  content: "";
}

object, embed {
  vertical-align: top;
}

legend {
  display: none;
}

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

img, abbr, acronym, fieldset {
  border: 0;
}

img {
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

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

a, button, input, textarea {
  outline: none;
}

img {
  box-shadow: #000 0 0 0;
}

x:-moz-any-link, x:default {
  box-shadow: #000 0 0 0;
}

a {
  color: #000;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

* {
  box-sizing: border-box;
}

html {
  font: 62.5%/1.231 "Noto Sans JP", メイリオ, Meiryo, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
  font-size: 1rem;
  letter-spacing: -0.001em;
  -webkit-text-size-adjust: 100%;
}

select, input, button, textarea, table {
  font: 1rem "Noto Sans JP", メイリオ, Meiryo, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

pre, code, kbd, samp, tt {
  font-family: "Noto Sans JP", メイリオ, Meiryo, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1;
}

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

.is-serif {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.is-font01 {
  font-family: "Marcellus", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

body {
  overflow: hidden;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.7;
}
body * {
  box-sizing: border-box;
}

.bg01 {
  background: #282828;
  padding: 90px 0 0;
}

.inner {
  width: 100%;
  max-width: 2100px;
  margin: 0 auto;
  padding: 0 4%;
}
.inner.is-full {
  padding: 0;
}
.inner.is-wide {
  max-width: 2000px;
}

.cmn-ttl01 {
  text-align: center;
}
.cmn-ttl01 .is-lead {
  color: #705e4e;
  display: block;
  font-size: 1.6rem;
  margin: 0 0 3px;
}
.cmn-ttl01 .is-main {
  font-size: 1.8rem;
  display: block;
  line-height: 1.6;
  letter-spacing: 2.7px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
  padding: 20px 0 7px;
  background: #282828;
}
.header__logo {
  display: block;
  text-align: center;
  line-height: 1;
  margin: 0 auto 10px;
  width: 151.5px;
}
.header__list {
  padding: 0 30px;
}
.header__list-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__list a {
  color: #fff;
  line-height: 1.6;
  letter-spacing: 0.9px;
  padding: 0 3.5px;
}

.hamburger {
  width: 60px !important;
  height: 41px;
  display: block;
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 999;
  cursor: pointer;
  transition: all 0.3s ease;
}
.hamburger.open {
  position: fixed;
}
.hamburger i {
  display: none;
}
.hamburger span {
  width: 36px;
  height: 2px;
  display: block;
  background: #fff;
  position: absolute;
  left: 12px;
  top: 44%;
}
.hamburger span:nth-of-type(1) {
  transform: translateY(-10px) scale(1);
  width: 36px;
  left: 12px;
}
.hamburger span:nth-of-type(2) {
  background: none;
  position: relative;
  left: 12px;
}
.hamburger span:nth-of-type(2):before, .hamburger span:nth-of-type(2):after {
  transition: all 0.3s;
  content: "";
  width: 36px;
  height: 2px;
  background: #fff;
  display: block;
  transform: rotate(0deg);
  position: absolute;
  left: 0;
}
.hamburger span:nth-of-type(3) {
  transform: translateY(10px) scale(1);
}
.hamburger.open span:nth-of-type(2):before, .hamburger.open span:nth-of-type(2):after {
  background: #fff;
  width: 32px;
}
.hamburger.open span:nth-of-type(1), .hamburger.open span:nth-of-type(3) {
  transform: translateY(0px) scale(0);
}
.hamburger.open span:nth-of-type(2):before {
  transform: rotate(45deg);
}
.hamburger.open span:nth-of-type(2):after {
  transform: rotate(-45deg);
}
.mv-fade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mv-fade__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mv-fade__item.is-01 {
  z-index: 2;
  background: url(../img/mv_bg01@2x.jpg) no-repeat center top/cover;
}
.mv-fade__item.is-02 {
  background: url(../img/mv_bg02@2x.jpg) no-repeat center bottom/cover;
}
.mv .inner {
  position: relative;
  height: 49.599vw;
  max-width: none;
}
.mv__img {
  display: none;
}
.mv__btn {
  box-shadow: 0px 0px 30px 0px rgba(2, 0, 0, 0.2);
}
.mv__btn.is-02 {
  margin: 10px 0 0;
}
.mv__btn-pre {
  z-index: 3;
  position: absolute;
  top: 0;
  right: -1px;
  width: 30.5%;
  min-width: 317.5px;
  max-width: 635px;
}
.mv__btn-wrap {
  z-index: 3;
  position: absolute;
  top: 30px;
  left: -1px;
  width: 17.3%;
  min-width: 181px;
  max-width: 363px;
}
.mv__btn a {
  display: block;
}

.lead {
  margin: 43px 0 0;
}
.lead-row {
  display: flex;
  justify-content: space-between;
  padding: 0 2.5% 42px;
  border-bottom: 1px solid #5f5f5f;
  align-items: center;
}
.lead-box.is-txt {
  width: 47.3%;
  text-align: center;
  padding: 2.7vw 0 0;
}
.lead-box.is-img {
  width: 50%;
  text-align: right;
}
.lead__ttl {
  padding: 0 0 73px;
  display: inline-block;
  width: 81%;
}
.lead__txt {
  padding: 0 0 30.6px 17px;
  letter-spacing: 3.8px;
  line-height: 1.95;
}

.concept {
  padding: 50px 0 0;
  margin: 48px 0 0;
}
.concept-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 25px 100px;
  border-bottom: 1px solid #5f5f5f;
}
.concept-box.is-img {
  width: 39.777%;
  padding: 0 1%;
  text-align: center;
}
.concept-box.is-txt {
  width: 60.173%;
  text-align: left;
  padding: 63px 0 0 6.4%;
}
.concept__ttl {
  text-align: left;
}
.concept__ttl .is-lead {
  margin: 0 0 30px;
}
.concept__ttl .is-main {
  letter-spacing: 4.8px;
}
.concept__txt {
  margin: 20px 0 0;
  max-width: 83%;
  line-height: 2;
  letter-spacing: 0.1px;
}

.design {
  padding: 50px 0 0;
  margin: 50px 0 0;
}
.design-slide {
  margin: 46px 0 0;
  padding: 0 0 15px;
}

.design-box__detail {
  text-align: center;
  padding: 25px 20px;
  background: #705e4e;
}
.design-box__ttl {
  font-size: 1.6rem;
  margin: 0 0 3px;
}
.design-box__txt {
  font-size: 1.3rem;
}

.slick-prev {
  left: 25px;
  top: calc(50% - 25px);
  z-index: 100;
  width: 75px;
  height: 75px;
  opacity: 1;
}
.slick-prev::before {
  content: "";
  background: url(../img/slide-prev_01.png) no-repeat 0 0/100%;
  opacity: 1;
  width: 100%;
  height: 100%;
  display: block;
}
.slick-next {
  right: 25px;
  top: calc(50% - 25px);
  width: 75px;
  height: 75px;
  opacity: 1;
}
.slick-next::before {
  content: "";
  background: url(../img/slide-next_01.png) no-repeat 0 0/100%;
  opacity: 1;
  width: 100%;
  height: 100%;
  display: block;
}
.slick-dots li {
  margin: 0 2px;
}
.slick-dots li button:hover::before, .slick-dots li button:focus:before {
  opacity: 1;
  color: #705e4e;
}
.slick-dots li button::before {
  font-family: "slick";
  font-size: 18px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  content: "●";
  text-align: center;
  opacity: 1;
  color: #ededed;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #705e4e;
}

.feeling {
  padding: 60px 0 75px;
  margin: 115px 0 0;
  background: #262626;
}
.feeling .inner {
  max-width: 2160px;
}
.feeling-slide {
  margin: 46px auto 0;
  padding: 0 0 15px;
  max-width: 1850px;
}
.feeling .slick-slide {
  max-width: 925px;
  margin: 0 15px;
}
.feeling .slick-prev {
  left: 40px;
  z-index: 100;
  opacity: 1;
  top: calc(50% - 135px);
}
.feeling .slick-next {
  right: 40px;
  opacity: 1;
  top: calc(50% - 135px);
}

.feeling-box {
  padding: 0 0 38px;
}
.feeling-box__detail {
  padding: 34px 0 53px;
}
.feeling-box__ttl {
  font-size: 1.6rem;
  margin: 0 0 14px;
  line-height: 1;
  letter-spacing: 0.3px;
}
.feeling-box__ttl img {
  height: 19px;
  width: auto;
}
.feeling-box__txt {
  font-size: 1.3rem;
  line-height: 1.75;
}
.feeling-box__btn {
  display: block;
  width: 65%;
  max-width: 300px;
  margin: 0 auto;
  background: #705e4e;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  padding: 8px 0;
}

.function {
  padding: 50px 0 0;
  margin: 40px 0 0;
}
.function-row {
  display: flex;
  justify-content: space-between;
  margin: 47px 0 0;
}

.function-box {
  max-width: 600px;
  width: 31.5%;
}
.function-box__detail {
  padding: 27px 0 0;
}
.function-box__ttl {
  font-size: 1.6rem;
  margin: 0 0 8.5px;
}
.function-box__txt {
  font-size: 1.3rem;
  line-height: 1.75;
}

.movie {
  padding: 50px 0 26px;
  margin: 91px 0 0;
  background: #262626;
}
.movie-content {
  margin: 44px 0;
  text-align: center;
}
.movie-box {
  max-width: 680px;
  margin: 0 auto;
  width: 98%;
}

.products {
  background: #f7f7f7;
  padding: 56px 0 0;
}
.products__ttl .is-main {
  color: #000;
}
.products__logo {
  text-align: left;
  border-bottom: 1px solid #999;
  line-height: 1;
  padding: 0 0 10px;
}
.products__logo img {
  max-width: 92px;
}
.products-switch {
  padding: 0;
}
.products-switch__img {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
}
.products-switch__img.on {
  opacity: 1;
}
.products-switch__img-wrap {
  text-align: center;
  height: 300px;
  position: relative;
  margin: 40px 30px 65px;
}
.products-switch__color {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 13px;
}
.products-switch__color-txt {
  line-height: 1;
  position: relative;
  top: 1px;
}
.products-switch__color-icon {
  margin: 0 11px 0 0;
  line-height: 1;
  cursor: pointer;
}
.products-switch__color-icon.is-white {
  color: #000;
}
.products-switch__color-icon.is-grey {
  color: #969696;
}
.products-switch__color-icon.is-bordeaux {
  color: #820000;
}
.products-switch__color-icon-wrap {
  display: flex;
  justify-content: flex-start;
  margin: 0 8px 0 0;
  padding: 0 10px 0 0;
  line-height: 1;
  position: relative;
}
.products-switch__color-icon-wrap::after {
  content: "";
  width: 1px;
  height: auto;
  background: #000;
  display: block;
  position: relative;
  top: 2px;
  left: 2px;
}
.products-content {
  max-width: 600px;
  width: 100%;
  margin: 61px auto 0;
  color: #000;
}
.products-row {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 21px 0 0;
}
.products-box {
  max-width: 575px;
  width: 48%;
}
.products-box__ttl {
  border-bottom: 1px solid #999;
  padding: 0 0 3px;
}
.products-box__txt {
  padding: 17px 0 34px;
}
.products .spec {
  display: flex;
}
.products .spec__ttl {
  min-width: 83px;
  font-size: 1.2rem;
  line-height: 2.1;
}
.products .spec__txt {
  width: calc(100% - 83px);
  font-size: 1.2rem;
  line-height: 2.1;
}
.products .spec__note {
  font-size: 1.2rem;
  margin-top: 25px;
}
.products .price {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.products .price__txt {
  font-size: 1.5rem;
  padding: 0 0 50px;
}
.products-order {
  margin: 25px 0 0;
  padding: 0 0 35px;
}
.products-order__btn {
  display: block;
  max-width: 350px;
  width: 41.6%;
  margin: 30px auto 0;
  padding: 12px 0;
  color: #fff;
  background: #705e4e;
  text-align: center;
  position: relative;
}
.products-order__btn::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 15px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

.back {
  background: #f7f7f7;
  text-align: center;
  padding: 58px 0 0px;
}
.back a {
  display: block;
  padding: 13px 0;
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
  font-size: 1.3rem;
}
.back a span {
  position: relative;
  padding: 0 20px 0 20px;
}
.back a span::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 6px 7px 0;
  border-color: transparent #282828 transparent transparent;
  position: absolute;
  left: 3px;
  top: 3px;
}

.shop {
  background: #f7f7f7;
  padding: 25px 0 17px;
}
.shop__btn {
  max-width: 290px;
  width: 80%;
}
.shop__btn-wrap {
  display: flex;
  justify-content: space-between;
  max-width: 605px;
  margin: 0 auto;
}
.shop__btn a {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
  padding: 15px 0;
  border: 1px solid #ededed;
  color: #282828;
  background: #fff;
  position: relative;
}
.shop__btn a::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 10px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #868686;
  border-right: 1px solid #868686;
  transform: rotate(45deg);
}

.bnr {
  max-width: 1000px;
  min-width: 500px;
  width: 48%;
  margin: 0 auto 25px;
}
.bnr-wrap {
  background: #f7f7f7;
  padding: 82px 0 20px;
}

.footer {
  background: #f7f7f7;
  text-align: center;
  padding: 35px 0 15px;
}
.footer__logo {
  display: block;
  margin: 0 0 6px;
}
.footer__copy {
  font-size: 1rem;
  color: #000;
}

.plus-d {
  color: #000;
  padding: 30px 25px 25px;
  background: url(../img/feeling_img_05.png) no-repeat right 62px top 90px;
}
.plus-d__ttl {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1;
}
.plus-d__ttl .img {
  display: block;
}
.plus-d__ttl .is-main {
  display: block;
  margin: 7px 0 0 -11px;
}
.plus-d__list {
  font-weight: 500;
  line-height: 1.9;
}
.plus-d__list-wrap {
  margin: 40px 0 63px 17px;
}
.plus-d__txt {
  font-size: 1.2rem;
  padding: 0 27px 0 24px;
  line-height: 1.6;
}

.baa {
  background-color: #1F1F1F;
  padding: 80px 0;
  margin-top: 80px;
}
.baa__row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.baa__row-item:nth-child(1) {
  margin-right: 53px;
}
.baa__row-item:nth-child(2) {
  max-width: 394px;
}
.baa__lead {
  font-size: 1.6rem;
}
.baa__txt {
  font-size: 1.3rem;
  margin-top: 16px;
}

/*ライトボックス*/
.lbox {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
}
.lbox.is-movie {
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
}
.lbox .lbox-inr {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.lbox .lbox-inr iframe {
  width: 100%;
  border: none;
}
.lbox .close {
  position: absolute;
  right: 19px;
  top: 14px;
  width: 20px;
  height: 20px;
}
.lbox .close.is-movie {
  right: 0;
  top: -35px;
  width: 30px;
  height: 30px;
}
.lbox .close.is-movie::before, .lbox .close.is-movie::after {
  background: #fff;
}
.lbox .close::before, .lbox .close::after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: #000000;
  position: absolute;
  top: 0;
  left: 50%;
}
.lbox .close::before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.lbox .close::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.lbox .close:hover {
  cursor: pointer;
}
.lbox .clickable {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  display: none;
}
.lbox .lbox-inr .box {
  width: 92%;
  max-width: 780px;
  text-align: left;
  position: relative;
  margin: 0 auto;
  background: #ffffff;
  z-index: 100;
  display: none;
  margin: 0 auto;
}
.lbox .lbox-inr .box.is-movie {
  max-width: 700px;
}

.special-movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.special-movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.js-fadeup {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 1.5s, transform 1.5s;
}
.js-fadeup.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.js-fadeup-row-child {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 1.5s, transform 1.5s;
}
.js-fadeup-row.is-visible .js-fadeup-row-child {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 768px) {
  a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
  body {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .is-sp {
    display: none;
  }
  .hamburger {
    display: none;
  }
  .products__logo img {
    max-width: 108px;
  }
}
@media screen and (max-width: 767px) {
  .bg01 {
    padding: 58px 0 0;
  }
  .is-pc {
    display: none;
  }
  .cmn-ttl01 .is-main {
    font-size: 1.6rem;
  }
  .header {
    padding: 15px 0;
  }
  .header__logo {
    width: 150px;
    margin: 0 auto;
  }
  .header__list {
    padding: 15px 0;
  }
  .header__list-wrap {
    display: none;
    background: #282828;
    width: 50%;
    height: calc(100vh - 58px);
    position: fixed;
    top: 58px;
    right: 0;
    padding: 0 30px;
  }
  .mv-fade {
    position: relative;
    height: 112vw;
  }
  .mv-fade__item {
    background: none !important;
  }
  .mv__btn {
    width: 93.335%;
    margin: 0 auto;
    max-width: 350px;
  }
  .mv__btn.is-02 {
    margin: 15px auto 0;
  }
  .mv__btn-pre {
    display: none;
  }
  .mv__btn-gd {
    z-index: 3;
    position: absolute;
    right: auto;
    top: 20px;
    left: -1px;
    min-width: auto;
    width: 48.6%;
    max-width: 200px;
  }
  .mv__btn-wrap {
    left: 0;
    right: 0;
    margin: 0 auto;
    min-width: auto;
    width: 100%;
    position: relative;
  }
  .lead-row {
    display: block;
    padding: 0 0 42px !important;
  }
  .lead-box.is-txt {
    width: 100%;
    padding: 15px 0 15px;
  }
  .lead-box.is-img {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .lead__ttl {
    width: 90%;
    max-width: 400px;
    padding: 0 0 35px;
  }
  .lead__txt {
    padding: 0 0 20px 0 !important;
    font-size: 1.4rem !important;
  }
  .concept {
    padding: 40px 0 0;
    margin: 0;
  }
  .concept-row {
    display: block;
    padding: 0 0 40px !important;
  }
  .concept-box.is-img {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .concept-box.is-txt {
    width: 100%;
    padding: 25px 0 0 !important;
  }
  .concept__ttl .is-lead {
    margin: 0 0 20px;
  }
  .concept__ttl .is-main {
    font-size: 1.6rem !important;
    letter-spacing: 4px;
  }
  .concept__txt {
    letter-spacing: 0.9px;
    line-height: 1.8;
    font-size: 1.3rem !important;
    max-width: 100%;
  }
  .design {
    margin: 20px 0 0;
    padding: 40px 0 0;
  }
  .design-slide {
    margin: 30px 0 0;
  }
  .design-box__detail {
    text-align: left;
    padding: 10px 4%;
  }
  .design-box__ttl {
    font-size: 1.5rem;
    margin: 0 0 4px;
  }
  .slick-prev {
    left: -15px;
    width: 50px;
    height: 50px;
  }
  .slick-next {
    right: -15px;
    width: 50px;
    height: 50px;
  }
  .feeling {
    margin: 70px 0 0;
    padding: 50px 0 50px;
  }
  .feeling-slide {
    max-width: 463px;
    margin: 30px auto 0;
  }
  .feeling .slick-slide {
    margin: 0;
  }
  .feeling .slick-prev {
    left: -15px;
    top: calc(50% - 95px);
    width: 50px;
    height: 50px;
  }
  .feeling .slick-next {
    right: -15px;
    top: calc(50% - 95px);
    width: 50px;
    height: 50px;
  }
  .feeling-box {
    padding: 0;
  }
  .feeling-box__detail {
    padding: 15px 0 20px;
  }
  .function {
    margin: 0;
  }
  .function-row {
    display: block;
  }
  .function-box {
    width: 100%;
    margin: 0 auto 60px;
    max-width: 322.5px;
  }
  .function-box__detail {
    padding: 20px 0 0;
  }
  .function-box__ttl {
    font-size: 1.6rem;
  }
  .function-box__img {
    display: block;
    text-align: center;
  }
  .movie {
    margin: 0;
    padding: 30px 0 26px;
  }
  .movie-content {
    margin: 30px 0 20px;
  }
  .products-switch__img-wrap {
    height: 54vw;
    margin: 22px 0 27px;
    max-height: 350px;
  }
  .products-row {
    display: block;
  }
  .products-box {
    max-width: none;
    width: 100%;
  }
  .products-box__txt {
    padding: 15px 0 20px;
  }
  .products .spec__note {
    margin-top: 15px;
  }
  .products .price__txt {
    padding: 20px 0;
  }
  .products-order__btn {
    width: 100%;
    max-width: 250px;
  }
  .back {
    padding: 0;
  }
  .shop {
    padding: 10px 0 1px;
  }
  .shop__btn-wrap {
    display: block;
  }
  .shop__btn {
    margin: 0 auto 20px;
  }
  .bnr {
    min-width: auto;
    width: 90%;
    margin: 0 auto 20px;
  }
  .bnr-wrap {
    padding: 30px 0 1px;
  }
  .plus-d {
    padding: 35px 4% 10px;
    max-height: 60vh;
    background: url(../img/feeling_img_05.png) no-repeat right 4% top 96px/auto 115px;
  }
  .plus-d__ttl .is-main {
    margin: 7px 0 0 -7px;
    font-size: 1.52rem;
  }
  .plus-d__list {
    line-height: 2.2;
  }
  .plus-d__list-wrap {
    margin: 45px 0 30px 0;
  }
  .plus-d__txt {
    padding: 0 2% 20px;
  }
  .baa {
    padding: 40px 0;
    margin-top: 40px;
  }
  .baa__row-item:nth-child(1) {
    margin-right: 25px;
    width: 30%;
  }
  .baa__row-item:nth-child(2) {
    flex: 1;
  }
  .baa__txt {
    font-size: 1.2rem;
  }
  .lbox .close {
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
  }
  .lbox .close.is-movie {
    right: 0;
    top: -35px;
    width: 30px;
    height: 30px;
  }
  .lbox .lbox-inr .box {
    overflow-y: auto;
  }
  .lbox .lbox-inr .box.is-movie {
    overflow: visible;
  }
}
@media screen and (min-width: 1100px) {
  .inner {
    padding: 0 50px;
  }
}
@media screen and (min-width: 1270px) and (max-width: 2000px) {
  .cmn-ttl01 .is-lead {
    font-size: 1.3vw;
  }
  .cmn-ttl01 .is-main {
    font-size: 1.45vw;
  }
  .lead__txt {
    font-size: 1.1vw;
  }
  .concept__txt {
    font-size: 1.1vw;
  }
  .design-box__ttl {
    font-size: 1.3vw;
  }
  .design-box__txt {
    font-size: 1.1vw;
  }
  .feeling-box__ttl {
    font-size: 1.3vw;
  }
  .feeling-box__ttl img {
    height: 1.4vw;
  }
  .feeling-box__txt {
    font-size: 1vw;
  }
  .feeling-box__btn {
    font-size: 1.1vw;
  }
  .function-box__ttl {
    font-size: 1.3vw;
  }
  .function-box__txt {
    font-size: 1vw;
  }
  .products-order__btn {
    font-size: 0.9vw;
  }
  .shop__btn a {
    font-size: 0.9vw;
  }
  .plus-d__ttl {
    font-size: 1.5vw;
  }
  .plus-d__ttl .is-main {
    font-size: 1.3vw;
  }
  .plus-d__list {
    font-size: 0.9vw;
  }
  .plus-d__txt {
    font-size: 0.9vw;
  }
}
@media screen and (min-width: 2001px) {
  .cmn-ttl01 .is-lead {
    font-size: 2.5rem;
  }
  .cmn-ttl01 .is-main {
    font-size: 2.5rem;
  }
  .lead__txt {
    font-size: 2rem;
  }
  .concept__txt {
    font-size: 2rem;
    max-width: 660px;
  }
  .design-box__ttl {
    font-size: 2.5rem;
  }
  .design-box__txt {
    font-size: 2rem;
  }
  .feeling-box__ttl {
    font-size: 2.4rem;
  }
  .feeling-box__ttl img {
    height: 26px;
  }
  .feeling-box__txt {
    font-size: 2rem;
  }
  .feeling-box__btn {
    font-size: 2rem;
  }
  .function-box__ttl {
    font-size: 2.4rem;
  }
  .function-box__txt {
    font-size: 2rem;
  }
  .products-order__btn {
    font-size: 1.8rem;
  }
  .shop__btn a {
    font-size: 1.8rem;
  }
  .plus-d__ttl {
    font-size: 2.8rem;
  }
  .plus-d__ttl .is-main {
    font-size: 2rem;
  }
  .plus-d__list {
    font-size: 1.8rem;
  }
  .plus-d__txt {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .mv {
    height: auto;
  }
  .mv .inner {
    height: auto;
  }
  .mv__btn-wrap {
    top: 10px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .mv {
    min-height: 550px;
  }
  .plus-d {
    background: url(../img/feeling_img_05@2x.png) no-repeat right 62px top 85px/233px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 481px) and (max-width: 767px) {
  .mv {
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  .mv .inner {
    background: none !important;
    height: auto !important;
  }
  .mv__img {
    display: block;
  }
  .mv__btn-wrap {
    top: 10px;
    padding: 0;
  }
}
@media screen and (max-width: 999px) {
  .lead-row {
    align-items: center;
    padding: 0 2.5% 42px;
  }
  .concept-row {
    align-items: center;
  }
  .concept-box.is-txt {
    padding: 2vw 0 0 6.4%;
  }
}
@media screen and (min-width: 1101px) {
  .lead-box.is-txt {
    padding: 40px 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .lead__ttl {
    padding: 0 0 7vw;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1100px) {
  .lead__txt {
    font-size: 1.28vw;
    padding: 0 0 30.6px 0.5vw;
  }
  .concept__ttl .is-main {
    font-size: 1.64vw;
  }
  .concept__txt {
    font-size: 1.28vw;
    max-width: 90%;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .lead__txt {
    font-size: 1.28rem;
  }
  .concept__ttl .is-main {
    font-size: 1.5rem;
  }
  .concept__txt {
    font-size: 1.28rem;
    max-width: 98%;
  }
}
@media screen and (min-width: 768px) and (max-width: 800px) {
  .function-box__ttl {
    font-size: 1.5rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px) {
  .plus-d {
    background: url(../img/feeling_img_05.png) no-repeat right 4% top 96px/auto 115px;
  }
}