@charset "UTF-8";
/**************************************************
    sass
***************************************************/
/* color */
/* font */
/* width */
/**************************************************
	base
***************************************************/
/* -----------------------------------------------
	1. Body
-------------------------------------------------- */
html {
  overflow-y: scroll;
}

body {
  color: #2d2d2d;
  text-align: left;
  margin: 0;
  min-width: 1024px;
}

html, body, input, textarea, select, button {
  font-size: 16px;
  font-family: "Yu Mincho", "YuMincho", serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.07em;
  font-weight: bold;
  line-height: 1.8;
}

@supports (-ms-ime-align: auto) {
  html, body, input, textarea, select {
    font-weight: normal;
  }
}

/* -----------------------------------------------
	2. Elements
-------------------------------------------------- */
/* ---------- base ---------- */
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  margin: 0;
}

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

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

li {
  margin: 0;
  padding: 0;
}

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

/* ---------- text ---------- */
p {
  margin: 0 0 20px;
}

a {
  color: #0099e7;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  color: #02a9ff;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a[nohref] {
  color: inherit;
}

a[nohref]:hover {
  text-decoration: none;
}

/* ---------- plain ---------- */
ul.plain, ol.plain, dl.plain {
  margin-left: 20px;
  margin-bottom: 30px;
}

.plain ul, .plain ol {
  margin: 0 0 0 20px;
}

ul.plain {
  list-style-type: disc;
}

ul.plain ul {
  list-style-type: circle;
}

ul.plain ul ul {
  list-style-type: square;
}

ol.plain, ol.plain ol {
  list-style-type: decimal;
}

/* ---------- section ---------- */
address {
  font-style: normal;
}

/* -----------------------------------------------
	3. Helper Class
-------------------------------------------------- */
/* ---------- clear ---------- */
._clearfix {
  zoom: 1;
}

._clearfix:after {
  content: '';
  display: block;
  clear: both;
  overflow: auto;
}

._float-l {
  float: left;
}

._float-r {
  float: right;
}

._clear {
  clear: both;
}

._hidden {
  display: none;
}

/* ---------- text ---------- */
._small {
  font-size: 88% !important;
}

._large {
  font-size: 113% !important;
}

._valignt {
  vertical-align: top !important;
}

._valignm {
  vertical-align: middle !important;
}

._valignb {
  vertical-align: bottom !important;
}

._txtc, ._txtc th, ._txtc td {
  text-align: center !important;
}

._txtr, ._txtr th, ._txtr td {
  text-align: right !important;
}

._txtl, ._txtl th, ._txtl td {
  text-align: left !important;
}

._wordbreak {
  word-break: break-all !important;
}

._nowrap {
  white-space: nowrap !important;
}

/* ---------- margin ---------- */
._zero {
  margin-bottom: 0 !important;
}

._half {
  margin-bottom: 10px !important;
}

._default {
  margin-bottom: 20px !important;
}

._double {
  margin-bottom: 40px !important;
}

/**************************************************
	structure
***************************************************/
/* -----------------------------------------------
    loader
-------------------------------------------------- */
#loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0;
  z-index: -1;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#loader.-visible {
  opacity: 1;
  z-index: 1000;
}

.ball-scale-multiple > div {
  background-color: #c3a447 !important;
}

/* -----------------------------------------------
    Footer
-------------------------------------------------- */
.site-footer {
  background: #1f1f1f;
  padding: 40px 0;
}

.site-footer .inner {
  width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-footer .inner .banner {
  margin: 0;
  position: relative;
  left: -20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.site-footer .inner .banner:hover {
  opacity: 0.5;
}

.site-footer .inner .logo {
  margin-right: auto;
}

.site-footer .inner .utility-nav > li {
  text-align: right;
}

.site-footer .inner .utility-nav > li > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.site-footer .inner .utility-nav > li > ul > li {
  margin-left: 25px;
}

.site-footer .inner .utility-nav > li > ul > li a {
  color: #fff;
  font-weight: normal;
}

.site-footer .inner .utility-nav > li > ul > li a::after {
  content: url(../../images/products/heartful_premier/ico_external.png);
  margin-left: 0.5em;
}

.site-footer .inner .utility-nav > li > ul > li a i {
  font-style: normal;
}

.site-footer .inner .utility-nav > li > ul > li:first-child {
  background: url(../../images/products/heartful_premier/ico_arrow_small.png) no-repeat 0 48%;
  padding-left: 12px;
}

.site-footer .inner .utility-nav > li > ul > li:last-child {
  background: url(../../images/products/heartful_premier/ico_facebook.png) no-repeat 0 48%;
  padding-left: 30px;
}

.site-footer .inner .utility-nav > li .copyright {
  font-size: 12px;
  font-weight: normal;
  color: #fff;
}

@media all and (-ms-high-contrast: none) {
  .site-footer .inner {
    margin: 0 0 0 -40px;
  }
}

/**************************************************
	components
***************************************************/
.js-inview.fade-in-up {
  opacity: 0;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}

.js-inview-active.fade-in-up {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.js-inview.show {
  position: relative;
}

.js-inview.show::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #fefa80;
  -webkit-transition: width 1s ease .5s, opacity .5s ease 1.5s;
  transition: width 1s ease .5s, opacity .5s ease 1.5s;
}

.js-inview.show img {
  opacity: 0;
  -webkit-transition: opacity 1s ease 1.5s;
  transition: opacity 1s ease 1.5s;
}

.js-inview-active.show::before {
  width: 100%;
  opacity: 0;
}

.js-inview-active.show img {
  opacity: 1;
}

.js-inview:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.js-inview:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.js-inview:nth-child(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.js-inview:nth-child(5) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.js-inview:nth-child(6) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.js-inview:nth-child(7) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.js-inview:nth-child(8) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.js-inview:nth-child(9) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.js-inview:nth-child(10) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.h2a {
  line-height: 1;
  margin-bottom: 30px;
}

.h3a {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 30px;
}

.h4a {
  font-size: 22px;
  font-weight: bold;
  display: inline-block;
  padding-left: 50px;
  margin-bottom: 20px;
  position: relative;
}

.h4a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 40px;
  height: 1px;
  background-color: black;
}

/* -----------------------------------------------
	Table
-------------------------------------------------- */
.table-a {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.table-a > tbody > tr > th, .table-a > tbody > tr > td {
  vertical-align: top;
  padding: 1em 1em;
}

.table-a > tbody > tr > th table, .table-a > tbody > tr > td table {
  width: 100%;
  margin-bottom: -1em;
}

.table-a > tbody > tr > th table > tbody > tr > th, .table-a > tbody > tr > th table > tbody > tr > td, .table-a > tbody > tr > td table > tbody > tr > th, .table-a > tbody > tr > td table > tbody > tr > td {
  zoom: 1;
  vertical-align: top;
  padding-bottom: 1em;
}

.table-a > tbody > tr > th table > tbody > tr > th:after, .table-a > tbody > tr > th table > tbody > tr > td:after, .table-a > tbody > tr > td table > tbody > tr > th:after, .table-a > tbody > tr > td table > tbody > tr > td:after {
  content: '';
  display: block;
  clear: both;
  overflow: auto;
}

/* -----------------------------------------------
	button-a
-------------------------------------------------- */
.button-a {
  color: #fff;
  border: 0;
  position: relative;
  padding: 20px 0;
  background: #c01a1a;
  width: 100%;
  max-width: 680px;
  display: inline-block;
  font-size: 32px;
  -webkit-box-shadow: 0 3px #7b1212;
          box-shadow: 0 3px #7b1212;
  font-weight: normal;
}

.button-a:hover {
  text-decoration: none;
  color: #fff;
  background: #7b1212;
}

.button-a.-confirm span {
  background: url(../../images/products/heartful_premier/ico_arrow.png) no-repeat 100% 50%;
  padding-right: 60px;
}

.button-a.-back, .button-a.-send {
  font-size: 18px;
  background: #c01a1a;
  padding: 0.8em 3em;
}

.button-a.-back:hover, .button-a.-send:hover {
  background: #7b1212;
}

.button-a.-back::after, .button-a.-send::after {
  content: "";
  background: url(../../images/products/heartful_premier/ico_arrow.png) no-repeat 100% 50%;
  width: 8px;
  height: 14px;
  display: inline-block;
  margin-left: 1em;
}

.button-a.-back {
  background: #666;
  -webkit-box-shadow: 0 3px #4d4d4d;
          box-shadow: 0 3px #4d4d4d;
}

.button-a.-back:hover {
  background: #4d4d4d;
}

.button-a.-back::before {
  content: "";
  background: url(../../images/products/heartful_premier/ico_arrow.png) no-repeat 100% 50%;
  width: 8px;
  height: 14px;
  display: inline-block;
  margin-right: 1em;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.button-a.-back::after {
  display: none;
}

/* -----------------------------------------------
	Form
-------------------------------------------------- */
.required, .any {
  display: inline-block;
  color: #FFF;
  font-size: 90%;
  background: #c3a447;
  padding: 0.1em 0.5em;
  float: right;
}

.any {
  background: #8c8c8c;
}

.error {
  display: block;
  color: #F00;
  font-weight: bold;
  margin-top: 0.5em;
}

.text-field, .text-area, .select-box {
  width: 100%;
  border: 1px solid #d1d1d1;
  background: #F8F7F3;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.3em 0.5em;
}

.text-field[name="inquiry"], .text-area[name="inquiry"], .select-box[name="inquiry"] {
  height: 8em;
}

.text-field.-error, .text-area.-error, .select-box.-error {
  background: #fff1f1;
  border-color: #ff8e8e;
}

.agreement {
  text-align: center;
  margin-bottom: 30px;
}

.agreement label {
  display: inline-block;
  margin: 20px 0 0;
  background: #f8f7f3;
  padding: 15px 30px;
  cursor: pointer;
}

.agreement label input {
  vertical-align: middle;
  margin: -1px 4px 0 0;
}

.agreement .error {
  color: #F00;
  display: block;
  margin-top: 0.5em;
  font-weight: bold;
}

.action {
  margin-bottom: 20px;
  text-align: center;
}

.action li {
  display: inline-block;
  margin: 0 10px;
}

.placeholder {
  color: #6f6f6f;
  font-weight: normal;
}

/**************************************************
	unique
***************************************************/
#top .btn-contact-a {
  position: fixed;
  top: calc(50% - 225px/2);
  right: 0;
  z-index: 999;
}

#top .btn-contact-a a {
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

#top .btn-contact-a a:hover {
  opacity: 0.7;
}

#top #hero {
  height: 100vh;
}

#top #hero .images {
  position: relative;
  width: 100%;
  height: calc(100vh - 70px);
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
}

#top #hero .images * {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

#top #hero .images .slick-slide {
  position: relative;
}

#top #hero .images .slick-slide .image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}

#top #hero .images .slick-slide .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: calc(100vh - 70px);
  margin: 0 auto;
  text-align: center;
}

#top #hero .images .slick-slide .image img.coverPosition {
  -o-object-position: 100% 50%;
     object-position: 100% 50%;
}

#top #hero .images .slick-slide .title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  pointer-events: none;
}

#top #hero .images .slick-slide .title h2 {
  pointer-events: none;
}

#top #hero .images .slick-slide .title figure {
  pointer-events: none;
  text-align: center;
  margin-bottom: 50px;
}

#top #hero .images .slick-slide .title figure img {
  margin: 0 auto;
}

#top #hero .images .slick-slide::after {
  content: url(../../images/products/heartful_premier/scroll_white.png);
  position: absolute;
  bottom: 10px;
  left: calc(50% - 37px/2);
  display: block;
  pointer-events: none;
}

#top #hero .images .slick-slide:last-child::after {
  content: url(../../images/products/heartful_premier/scroll_black.png);
}

#top #hero .images .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: calc(50% - 150px);
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

#top #hero .images .slick-dots > li {
  margin: 0 8px;
}

#top #hero .images .slick-dots button {
  -webkit-appearance: none;
  display: block;
  width: 8px;
  height: 8px;
  background: #909090;
  padding: 0;
  border: 0;
  text-indent: -9999px;
  border-radius: 50%;
}

#top #hero .images .slick-dots .slick-active button {
  background: #fff;
}

#top #hero .global-nav {
  width: 100%;
  height: 70px;
  background: #181818;
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#top #hero .global-nav > ul {
  width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#top #hero .global-nav > ul > li {
  width: 14%;
  text-align: center;
  border-left: 1px solid #9e9e9e;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
}

#top #hero .global-nav > ul > li:nth-of-type(4) {
  width: 20%;
}

#top #hero .global-nav > ul > li.insta {
  width: 10%;
}

#top #hero .global-nav > ul > li.insta img {
  width: 30px;
}

#top #hero .global-nav > ul > li a {
  font-size: 18px;
  display: block;
  color: #fff;
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

#top #hero .global-nav > ul > li a:hover {
  text-decoration: none;
  opacity: 0.7;
}

#top #hero .global-nav > ul > li:last-child {
  border-right: 1px solid #9e9e9e;
}

@media all and (-ms-high-contrast: none) {
  #top #hero .global-nav > ul {
    margin: 0;
  }
}

#top #hero .global-nav .pagetop {
  display: none;
}

#top #hero .global-nav.fixed {
  position: fixed;
  top: 0;
  z-index: 999;
}

#top #hero .global-nav.fixed .pagetop {
  display: block;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 999;
}

#top section > .inner {
  width: 1000px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#top .intro {
  background: url(../../images/products/heartful_premier/bg_intro.jpg) no-repeat -130px 0;
  min-height: 561px;
}

#top .intro .inner {
  padding: 66px 0 0 430px;
}

#top .intro .inner .lead {
  letter-spacing: 0.03em;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px 0 0 20px;
  margin: -20px 0 0 60px;
}

#top .intro .inner .lead p {
  margin-bottom: 0;
}

@supports (-ms-ime-align: auto) {
  #top .intro .inner .lead {
    margin: -20px 0 0 50px;
  }
}

@media all and (-ms-high-contrast: none) {
  #top .intro .inner {
    padding: 30px 0 0 380px;
  }
  #top .intro .inner .lead {
    margin: -20px 0 0 50px;
  }
}

@media screen and (min-width: 1800px) {
  #top .intro {
    background: url(../../images/products/heartful_premier/bg_intro.jpg) no-repeat 10% 0;
  }
}

#top .about {
  background: #f9f7f1 url(../../images/products/heartful_premier/bg_about.jpg) no-repeat top 0 right -110px;
  padding-bottom: 100px;
}

#top .about .inner .youtube {
  margin-bottom: 25px;
}

#top .about .inner .lead {
  margin-bottom: 50px;
  text-shadow: 0 0 35px #FFFFFF;
}

#top .about .inner .feature {
  background: #edeae3;
  padding: 30px 30px 10px;
}

#top .about .inner .feature figure {
  margin-bottom: 10px;
}

@media screen and (min-width: 1800px) {
  #top .about {
    background: #f9f7f1 url(../../images/products/heartful_premier/bg_about.jpg) no-repeat top 0 right 10%;
  }
}

#top .operation {
  padding-bottom: 100px;
}

#top .operation .inner .h2a {
  margin-bottom: 60px;
}

#top .operation .inner .column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

#top .operation .inner .column2 > li {
  width: calc((100% - 60px) / 2);
}

#top .operation .inner .column2 > li img {
  width: 100%;
  height: auto;
}

#top .operation .inner .column2 > li dl dt.thumbnail {
  margin-bottom: 30px;
}

#top .operation .inner .column2 > li dl dd.title {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 20px;
}

#top .design {
  background: #f9f7f1 url(../../images/products/heartful_premier/bg_design.jpg) no-repeat top 0 right -230px;
  min-height: 659px;
}

#top .design .inner {
  padding: 0 520px 0 0;
}

#top .design .inner .lead {
  line-height: 2;
  letter-spacing: 0.05em;
}

@supports (-ms-ime-align: auto) {
  #top .design .inner {
    padding: 0 500px 0 0;
  }
}

@media all and (-ms-high-contrast: none) {
  #top .design .inner {
    padding: 0 480px 0 0;
  }
  #top .design .inner .lead {
    letter-spacing: 0;
  }
}

@media screen and (min-width: 1800px) {
  #top .design {
    background: #f9f7f1 url(../../images/products/heartful_premier/bg_design.jpg) no-repeat top 0 right 10%;
  }
}

#top .maintenance {
  position: relative;
  padding-bottom: 100px;
}

#top .maintenance .inner .h2a {
  margin-bottom: 50px;
}

#top .maintenance .inner .h3a {
  margin-bottom: 20px;
}

#top .maintenance .inner .lead {
  margin-bottom: 40px;
}

#top .maintenance .inner .feature {
  background: #fcfcfc;
  border: 3px solid #c5b58d;
  padding: 35px 50px 40px;
}

#top .maintenance .inner .feature .feature-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#top .maintenance .inner .feature .image-l {
  margin-right: 30px;
}

#top .maintenance .inner .feature .text-r {
  font-size: 14px;
}

#top .maintenance .inner .feature .text-r .table-b {
  width: 100%;
}

#top .maintenance .inner .feature .text-r .table-b th {
  vertical-align: top;
  white-space: nowrap;
  text-align: left;
}

#top .maintenance .inner .feature .text-r .table-b th, #top .maintenance .inner .feature .text-r .table-b td {
  border-bottom: 1px solid #bdbdbd;
  padding: 0.8em 1em;
  letter-spacing: 0.05em;
}

#top .maintenance .inner .feature .text-r .table-b tr:last-child th, #top .maintenance .inner .feature .text-r .table-b tr:last-child td {
  border-bottom: none;
}

#top .maintenance .inner .feature .text-r .table-b tr:last-child td > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#top .maintenance .inner .feature .text-r .table-b tr:last-child td > ul > li {
  width: 50%;
}

#top .maintenance .inner .feature .text-r .table-b tr:last-child td > ul > li > .plain {
  margin-bottom: 0;
}

@media all and (-ms-high-contrast: none) {
  #top .maintenance .inner .feature {
    padding: 35px;
  }
}

#top .maintenance::after {
  content: "";
  position: absolute;
  background: #000;
  width: 1px;
  height: 50px;
  left: 50%;
  bottom: 0;
}

#top .introduction {
  background: #e4d8b0;
  position: relative;
  padding-bottom: 140px;
}

#top .introduction h2 {
  text-align: center;
  padding-top: 100px;
}

#top .introduction h3 {
  font-size: 30px;
  text-align: center;
  margin-top: 30px;
}

#top .introduction h3 span {
  font-size: 25px;
  display: block;
}

#top .introduction .youtube {
  margin-top: 30px;
  text-align: center;
}

#top .introduction .youtube iframe {
  width: 800px;
  height: 450px;
  margin: auto;
}

#top .introduction .introduction_box:first-of-type {
  padding-bottom: 70px;
}

#top .introduction .introduction_box:last-of-type {
  padding-top: 40px;
  border-top: 1px solid #fff;
}

#top .introduction .introduction_slider {
  margin-top: 50px;
  position: relative;
}

#top .introduction .introduction_slider li {
  width: 220px;
  overflow: hidden;
  height: 180px;
  margin: 0 3px;
}

#top .introduction .introduction_slider li img {
  width: 100%;
}

#top .introduction .introduction_slider .slide-arrow.prev-arrow {
  position: absolute;
  left: -37px;
  top: 0;
  bottom: 0;
  margin: auto;
}

#top .introduction .introduction_slider .slide-arrow.prev-arrow:hover {
  opacity: .7;
}

#top .introduction .introduction_slider .slide-arrow.next-arrow {
  position: absolute;
  right: -37px;
  top: 0;
  bottom: 0;
  margin: auto;
}

#top .introduction .introduction_slider .slide-arrow.next-arrow:hover {
  opacity: .7;
}

#top .introduction .introduction_slider .slick-dotted.slick-slider {
  margin-bottom: 30px;
}

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

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

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

#top .introduction .introduction_slider .slick-dots li button:hover {
  outline: none;
}

#top .introduction .introduction_slider .slick-dots li button:hover::before {
  opacity: .7;
}

#top .introduction .introduction_slider .slick-dots li button:focus {
  outline: none;
}

#top .introduction .introduction_slider .slick-dots li button:focus::before {
  opacity: 1;
}

#top .introduction .introduction_slider .slick-dots li button:before {
  font-family: 'slick';
  font-size: 30px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: 1;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#top .introduction .introduction_slider .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #ad8519;
}

#top .introduction p.lead {
  width: 890px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  margin: 80px auto 0;
}

#top .introduction .link {
  text-align: center;
}

#top .introduction .link a {
  text-align: center;
  display: inline-block;
  font-size: 24px;
  color: #ad8519;
  text-decoration: underline;
  position: relative;
  margin-left: -20px;
}

#top .introduction .link a::after {
  display: block;
  content: "";
  background: url(../../images/products/heartful_premier/icon_arrow.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -25px;
  margin: auto;
  width: 19px;
  height: 19px;
}

#top .introduction::after {
  content: "";
  position: absolute;
  background: #000;
  width: 1px;
  height: 50px;
  left: 50%;
  bottom: 0;
}

#top .introduction::before {
  content: "";
  position: absolute;
  background: #000;
  width: 1px;
  height: 50px;
  top: 0;
  left: 50%;
}

#top .introduction .modal {
  display: none;
  z-index: 9999;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
}

#top .introduction .modalbg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}

#top .introduction .modalcontent {
  background: #fff;
  left: 50%;
  padding: 20px 20px 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50%;
  max-width: 1200px;
}

#top .introduction .js-modal-close {
  display: block;
  width: 100%;
  text-align: center;
  color: #000;
  margin-top: 5px;
}

#top .introduction .modalcontent img {
  width: 100%;
}

#top .market {
  background: #000 url(../../images/products/heartful_premier/bg_market.jpg) no-repeat top center;
  background-size: cover;
  position: relative;
  padding: 100px 0;
}

#top .market .inner .h2a {
  text-align: center;
}

#top .market .inner .sub-title {
  text-align: center;
  margin-bottom: 20px;
}

#top .market .inner > .lead {
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 60px;
}

#top .market .inner .feature {
  position: relative;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0 40px 80px;
  margin-bottom: 80px;
  -webkit-box-shadow: 12px 12px rgba(0, 0, 0, 0.4);
          box-shadow: 12px 12px rgba(0, 0, 0, 0.4);
}

#top .market .inner .feature .text .title {
  position: relative;
  margin: 10px 0 20px;
  z-index: 10;
}

#top .market .inner .feature .text .lead {
  margin-bottom: 0;
  text-align: justify;
}

#top .market .inner .feature .text .lead em {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #fdebe9));
  background: linear-gradient(transparent 0%, #fdebe9 0%);
  font-style: normal;
}

@media all and (-ms-high-contrast: none) {
  #top .market .inner .feature .text .lead em {
    padding: 0.3em 0 0;
  }
}

#top .market .inner .feature .text .notes {
  font-size: 10px;
  color: #5d5d5d;
  margin-top: 1em;
  display: inline-block;
}

#top .market .inner .feature figure {
  padding: 0 40px 0 60px;
}

#top .market .inner .feature.num01::before, #top .market .inner .feature.num02::before, #top .market .inner .feature.num03::before, #top .market .inner .feature.num04::before, #top .market .inner .feature.num05::before, #top .market .inner .feature.num06::before {
  position: absolute;
  top: -30px;
  left: 25px;
}

#top .market .inner .feature.num01::before {
  content: url(../../images/products/heartful_premier/ico_number01.png);
  width: 108px;
  height: 89px;
}

#top .market .inner .feature.num02::before {
  content: url(../../images/products/heartful_premier/ico_number02.png);
  width: 134px;
  height: 90px;
}

#top .market .inner .feature.num03::before {
  content: url(../../images/products/heartful_premier/ico_number03.png);
  width: 132px;
  height: 90px;
}

#top .market .inner .feature.num04::before {
  content: url(../../images/products/heartful_premier/ico_number04.png);
  width: 130px;
  height: 90px;
}

#top .market .inner .feature.num05 figure {
  padding: 0 40px 0 50px;
}

#top .market .inner .feature.num05::before {
  content: url(../../images/products/heartful_premier/ico_number05.png);
  width: 135px;
  height: 90px;
}

#top .market .inner .feature.num06 {
  padding: 0 0 0 80px;
}

#top .market .inner .feature.num06 .text .title {
  margin-top: 50px;
}

#top .market .inner .feature.num06 figure {
  padding: 0 0 0 40px;
}

#top .market .inner .feature.num06::before {
  content: url(../../images/products/heartful_premier/ico_number06.png);
  width: 136px;
  height: 90px;
}

#top .market::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 1px;
  height: 50px;
  top: 0;
  left: 50%;
}

#top .contact {
  padding-top: 70px;
  margin-top: -70px;
}

#top .contact .contact-header {
  background: -webkit-gradient(linear, left top, left bottom, from(#927213), to(#c3a447));
  background: linear-gradient(to bottom, #927213, #c3a447);
  padding: 60px 0;
  text-align: center;
  color: #fff;
  position: relative;
}

#top .contact .contact-header .lead {
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.1em;
  margin: 0.5em 0 0;
}

#top .contact .contact-header::after {
  content: url(../../images/products/heartful_premier/ico_triangle.png);
  position: absolute;
  width: 146px;
  height: 57px;
  left: calc(50% - 146px/2);
  bottom: -40px;
}

#top .contact .contact-form {
  padding: 100px 0;
  background: #f9f7f1;
}

#top .contact .contact-form .form {
  width: 1000px;
  padding: 40px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid #c3a447;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  background: #fff;
}

#top .contact .contact-form .form input::-webkit-input-placeholder {
  color: #F8F7F3;
}

#top .contact .contact-form .form input:-moz-placeholder {
  color: #F8F7F3;
}

#top .contact .contact-form .form input::-moz-placeholder {
  color: #F8F7F3;
}

#top .contact .contact-form .form input:-ms-input-placeholder {
  color: #F8F7F3;
}

/**************************************************
	base
***************************************************/
.pc-none {
  display: none;
}

.sp-nav {
  display: none;
}

.sp-nav-button {
  display: none;
}

@media screen and (max-width: 768px) {
  @font-face {
    font-family: 'Sawarabi Mincho';
    src: url("../fonts/SawarabiMincho-Regular.ttf") format("truetype");
  }
  /* -----------------------------------------------
	1. body
-------------------------------------------------- */
  body {
    min-width: 100%;
  }
  body.iPhone {
    font-family: source-han-serif-japanese, serif;
    font-size: 14px;
    font-weight: 400;
  }
  body.iPhone input, body.iPhone textarea, body.iPhone select, body.iPhone button {
    font-family: source-han-serif-japanese, serif;
    font-size: 16px;
  }
  body.Android {
    font-family: 'Sawarabi Mincho', sans-serif;
    font-size: 14px;
    font-weight: 400;
  }
  body.Android input, body.Android textarea, body.Android select, body.Android button {
    font-family: 'Sawarabi Mincho', sans-serif;
    font-size: 16px;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  /* -----------------------------------------------
	helper
-------------------------------------------------- */
  .pc-none {
    display: block;
  }
  br.pc-none, span.pc-none {
    display: inline;
  }
  .sp-none {
    display: none;
  }
  .sp-txtc {
    text-align: center !important;
  }
  .sp-txtl {
    text-align: left !important;
  }
}

/**************************************************
	structure
***************************************************/
@media screen and (max-width: 768px) {
  /* -----------------------------------------------
      SP Nav
  -------------------------------------------------- */
  .sp-nav-button-wrap {
    position: fixed;
    top: 10px;
    right: 10px;
    display: inline-block;
    width: 60px;
    height: 60px;
    z-index: 9999;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #000;
    padding: 12px 8px 8px;
  }
  .sp-nav-button,
  .sp-nav-button span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sp-nav-button {
    position: relative;
    width: 100%;
    height: 16px;
    z-index: 300;
  }
  .sp-nav-button::after {
    position: absolute;
    bottom: -20px;
    left: 0;
    content: "メニュー";
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1;
  }
  .sp-nav-button span {
    position: absolute;
    left: 20%;
    width: 60%;
    height: 2px;
    background-color: #fff;
  }
  .sp-nav-button span:nth-of-type(1) {
    top: 0;
  }
  .sp-nav-button span:nth-of-type(2) {
    top: calc(50% - 1px);
  }
  .sp-nav-button span:nth-of-type(3) {
    bottom: 0;
  }
  .sp-nav-button.-active::after {
    color: #fff;
    content: "閉じる";
  }
  .sp-nav-button.-active span:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(-45deg);
    transform: translateY(7px) rotate(-45deg);
  }
  .sp-nav-button.-active span:nth-of-type(2) {
    opacity: 0;
  }
  .sp-nav-button.-active span:nth-of-type(3) {
    -webkit-transform: translateY(-7px) rotate(45deg);
    transform: translateY(-7px) rotate(45deg);
  }
  .sp-nav-button.-active span {
    background-color: #fff;
  }
  .sp-nav {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #000;
    opacity: 0.9;
    color: #fff;
    z-index: 9998;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transform: translateY(-150%);
            transform: translateY(-150%);
  }
  .sp-nav.-active {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  .sp-nav .sp-global-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 100;
    height: 100vh;
  }
  .sp-nav .sp-global-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .sp-nav .sp-global-nav ul li {
    margin-right: 0;
    text-align: center;
  }
  .sp-nav .sp-global-nav ul li.insta img {
    width: 30px;
    vertical-align: middle;
  }
  .sp-nav .sp-global-nav ul li a {
    color: #fff;
    font-size: 18px;
    line-height: 3;
  }
  /* -----------------------------------------------
      Footer
  -------------------------------------------------- */
  .site-footer {
    padding: 40px 0 50px;
  }
  .site-footer .inner {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
  }
  .site-footer .inner .logo {
    margin: 0 auto 20px;
    text-align: center;
  }
  .site-footer .inner .banner {
    margin: 0 auto 20px;
    left: auto;
    text-align: center;
  }
  .site-footer .inner .utility-nav > li {
    text-align: center;
  }
  .site-footer .inner .utility-nav > li > ul {
    display: block;
    margin-bottom: 20px;
  }
  .site-footer .inner .utility-nav > li > ul > li {
    display: inline-block;
    margin: 0 0 20px;
  }
  .site-footer .inner .utility-nav > li > ul > li a {
    display: inline-block;
  }
  .site-footer .inner .utility-nav > li > ul > li:last-child {
    display: block;
    background: none;
    padding-left: 0;
  }
  .site-footer .inner .utility-nav > li > ul > li:last-child a::after {
    display: none;
  }
  .site-footer .inner .utility-nav > li .copyright {
    font-size: 10px;
  }
}

/**************************************************
	components
***************************************************/
@media screen and (max-width: 768px) {
  .h2a {
    margin-bottom: 20px;
  }
  .h3a {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 30px;
  }
  .h4a {
    font-size: 16px;
    padding-left: 0;
    margin-bottom: 20px;
  }
  .h4a::before {
    display: none;
  }
  /* -----------------------------------------------
  	Table
  -------------------------------------------------- */
  .table-a {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 20px;
  }
  .table-a colgroup {
    display: none;
  }
  .table-a > tbody > tr > th, .table-a > tbody > tr > td {
    display: block;
  }
  .table-a > tbody > tr > th table, .table-a > tbody > tr > td table {
    width: 100%;
  }
  .table-a > tbody > tr > th:first-child {
    padding: 1em 1em 0;
  }
  .table-a > tbody > tr:nth-child(even) {
    background: #f8f7f3;
  }
  .table-a > tbody > tr:nth-child(even) .text-field {
    background: #fff;
  }
  .table-a > tbody > tr:nth-child(even) .text-area {
    background: #fff;
  }
  /* -----------------------------------------------
  	button-a
  -------------------------------------------------- */
  .button-a {
    width: calc(100% - 40px);
    padding: 20px 0;
    margin: 0 auto;
    font-size: 21px;
  }
  .button-a.-confirm span {
    background-size: 10px;
    padding-right: 30px;
  }
  .button-a.-back, .button-a.-send {
    width: 100%;
    font-size: 16px;
    padding: 0.6em 1em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  /* -----------------------------------------------
  	Form
  -------------------------------------------------- */
  .agreement {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
  }
  .action li {
    margin: 0 5px;
  }
  .placeholder {
    display: none;
  }
}

/**************************************************
	unique
***************************************************/
@media screen and (max-width: 768px) {
  #top #hero {
    height: calc(var(--vh, 1vh) * 100);
  }
  #top #hero .images {
    height: calc(var(--vh, 1vh) * 100);
  }
  #top #hero .images .slick-slide {
    position: relative;
  }
  #top #hero .images .slick-slide .image img {
    height: calc(var(--vh, 1vh) * 100);
  }
  #top #hero .images .slick-slide .title {
    width: 90%;
    top: 40%;
  }
  #top #hero .images .slick-slide .title figure {
    width: 80%;
    margin: 10px auto 0;
  }
  #top #hero .images .slick-slide .title figure img {
    width: 50%;
    height: auto;
  }
  #top #hero .images .slick-slide::after {
    content: "";
    background: url(../../images/products/heartful_premier/scroll_white_sp.png) no-repeat 0 0;
    background-size: 100%;
    width: 36px;
    height: 25px;
    bottom: 80px;
    left: calc(50% - 25px/2);
    z-index: 100;
  }
  #top #hero .images .slick-slide:last-child::after {
    content: "";
    background: url(../../images/products/heartful_premier/scroll_black_sp.png) no-repeat 0 0;
    background-size: 100%;
    width: 36px;
    height: 25px;
  }
  #top #hero .images .slick-dots {
    bottom: calc(60% - 120px);
  }
  #top #hero .images .slick-dots > li {
    margin: 0 6px;
  }
  #top #hero .global-nav {
    display: none;
  }
  #top #hero .btn-contact-b {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    text-align: center;
    margin: 0 auto;
    z-index: 999;
  }
  #top #hero .btn-contact-b a {
    height: 50px;
    padding: 11px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    background: #ac1616;
    color: #fff;
  }
  #top #hero .btn-contact-b a::before {
    content: "";
    background: url(../../images/products/heartful_premier/ico_mail.png) no-repeat 0 0;
    background-size: 100%;
    display: inline-block;
    width: 20px;
    height: 14px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 0.8em;
  }
  #top #hero .btn-contact-b a:hover {
    text-decoration: none;
  }
  #top section > .inner {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #top .intro {
    background: url(../../images/products/heartful_premier/bg_intro_sp.jpg) no-repeat top center;
    background-size: contain;
    min-height: auto;
  }
  #top .intro .inner {
    padding: 220px 20px 30px;
  }
  #top .intro .inner .lead {
    padding: 0;
    margin: 20px 0 0;
  }
  #top .intro .inner .lead p br {
    display: none;
  }
  #top .about {
    background: #f9f7f1 url(../../images/products/heartful_premier/bg_about_sp.jpg) no-repeat top center;
    background-size: contain;
    padding-bottom: 0;
  }
  #top .about .inner {
    padding: 0 20px 20px;
  }
  #top .about .inner .h2a {
    max-width: 150px;
  }
  #top .about .inner .h3a span {
    background-color: rgba(255, 255, 255, 0.8);
  }
  #top .about .inner .youtube {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  #top .about .inner .lead {
    margin-bottom: 30px;
  }
  #top .about .inner .feature {
    padding: 25px 20px 1px;
  }
  #top .about .inner .feature .h4a {
    text-align: center;
    display: block;
    letter-spacing: 0;
  }
  #top .about .inner .feature figure {
    margin-bottom: 20px;
  }
  #top .operation {
    padding-bottom: 30px;
  }
  #top .operation .inner {
    padding: 0 20px;
  }
  #top .operation .inner .h2a {
    max-width: 162px;
    margin-bottom: 0;
  }
  #top .operation .inner .column2 {
    display: block;
  }
  #top .operation .inner .column2 > li {
    width: 100%;
  }
  #top .operation .inner .column2 > li dl {
    zoom: 1;
    position: relative;
  }
  #top .operation .inner .column2 > li dl:after {
    content: '';
    display: block;
    clear: both;
    overflow: auto;
  }
  #top .operation .inner .column2 > li dl dt.thumbnail {
    float: right;
    width: 75%;
    margin: 30px 0 20px;
  }
  #top .operation .inner .column2 > li dl dd.title {
    font-size: 18px;
    margin-bottom: 0;
    position: absolute;
    font-weight: normal;
    top: 25%;
    left: 0;
  }
  #top .operation .inner .column2 > li dl dd.title span {
    background-color: rgba(255, 255, 255, 0.8);
  }
  #top .operation .inner .column2 > li dl dd.lead {
    clear: both;
  }
  #top .operation .inner .column2 > li:nth-child(2) dl dt.thumbnail {
    float: left;
  }
  #top .operation .inner .column2 > li:nth-child(2) dl dd.title {
    right: 0;
    text-align: right;
  }
  #top .design {
    background: #f9f7f1 url(../../images/products/heartful_premier/bg_design_sp.jpg) no-repeat top center;
    background-size: contain;
    min-height: auto;
  }
  #top .design .inner {
    padding: 0;
  }
  #top .design .inner .h2a {
    padding: 0 20px;
    max-width: 112px;
  }
  #top .design .inner .h3a {
    padding: 0 20px;
    margin-bottom: 20px;
  }
  #top .design .inner .h3a span {
    background-color: rgba(255, 255, 255, 0.8);
  }
  #top .design .inner .lead {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    margin-bottom: 0;
  }
  #top .maintenance {
    padding-bottom: 50px;
  }
  #top .maintenance .inner {
    padding: 0 20px;
  }
  #top .maintenance .inner .h2a {
    max-width: 210px;
    margin-bottom: 20px;
  }
  #top .maintenance .inner .lead {
    margin-bottom: 30px;
  }
  #top .maintenance .inner .feature {
    width: 100%;
    border: 2px solid #c5b58d;
    padding: 20px 20px 20px;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  #top .maintenance .inner .feature .h4a {
    font-size: 18px;
    padding-top: 150px;
    margin-bottom: 10px;
    font-weight: bold;
  }
  #top .maintenance .inner .feature .feature-inner {
    display: block;
  }
  #top .maintenance .inner .feature .image-l {
    margin-right: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    overflow: hidden;
  }
  #top .maintenance .inner .feature .image-l img {
    width: 100%;
    height: auto;
    margin-top: -12%;
  }
  #top .maintenance .inner .feature .text-r .table-b tr:first-child th, #top .maintenance .inner .feature .text-r .table-b tr:first-child td {
    border-top: 1px solid #bdbdbd;
  }
  #top .maintenance .inner .feature .text-r .table-b tr:last-child th, #top .maintenance .inner .feature .text-r .table-b tr:last-child td {
    border-bottom: 1px solid #bdbdbd;
  }
  #top .maintenance .inner .feature .text-r .table-b tr:last-child td > ul {
    display: block;
  }
  #top .maintenance .inner .feature .text-r .table-b tr:last-child td > ul > li {
    width: 100%;
  }
  #top .introduction .inner .h2a {
    max-width: 151px;
    padding-top: 70px;
    margin: 0 auto 20px;
  }
  #top .introduction h3 {
    font-size: 25px;
  }
  #top .introduction h3 span {
    font-size: 18px;
  }
  #top .introduction .youtube {
    width: 90%;
    margin: 30px auto 0;
    position: relative;
    padding-top: 51.25%;
  }
  #top .introduction .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  #top .introduction .introduction_slider {
    width: 80vw;
    margin: 40px auto 0;
  }
  #top .introduction .introduction_slider li {
    width: auto;
    height: auto;
  }
  #top .introduction .introduction_slider .slide-arrow.prev-arrow {
    width: 9vw;
    left: -9vw;
  }
  #top .introduction .introduction_slider .slide-arrow.next-arrow {
    width: 9vw;
    right: -9vw;
  }
  #top .introduction .introduction_slider .slick-dots {
    right: 0;
    left: 0;
    width: 110%;
    margin: 0 -5%;
  }
  #top .introduction p.lead {
    width: 90%;
    margin: 70px auto 0;
  }
  #top .introduction .link a {
    font-size: 18px;
  }
  #top .market {
    padding: 50px 0 20px;
  }
  #top .market .inner {
    padding: 0 20px;
  }
  #top .market .inner .h2a {
    max-width: 151px;
    margin: 0 auto 20px;
  }
  #top .market .inner .sub-title {
    width: 90%;
    margin: 0 auto 20px;
  }
  #top .market .inner > .lead {
    margin-bottom: 40px;
  }
  #top .market .inner .feature {
    display: block;
    padding: 30px 20px 20px;
    margin-bottom: 40px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #top .market .inner .feature .text .lead br {
    display: none;
  }
  #top .market .inner .feature .text .notes {
    display: none;
  }
  #top .market .inner .feature figure {
    padding: 0;
    margin-top: 20px;
  }
  #top .market .inner .feature figure figcaption {
    margin-top: 1em;
  }
  #top .market .inner .feature figure figcaption small {
    font-size: 10px;
    color: #5d5d5d;
    display: inline-block;
  }
  #top .market .inner .feature.num01::before, #top .market .inner .feature.num02::before, #top .market .inner .feature.num03::before, #top .market .inner .feature.num04::before, #top .market .inner .feature.num05::before, #top .market .inner .feature.num06::before {
    top: -20px;
  }
  #top .market .inner .feature.num01::before {
    content: "";
    background: url(../../images/products/heartful_premier/ico_number01.png) no-repeat;
    background-size: 100%;
    width: 54px;
    height: 45px;
    left: calc(50% - 54px/2);
  }
  #top .market .inner .feature.num02::before {
    content: "";
    background: url(../../images/products/heartful_premier/ico_number02.png) no-repeat;
    background-size: 100%;
    width: 67px;
    height: 45px;
    left: calc(50% - 67px/2);
  }
  #top .market .inner .feature.num03::before {
    content: "";
    background: url(../../images/products/heartful_premier/ico_number03.png) no-repeat;
    background-size: 100%;
    width: 66px;
    height: 45px;
    left: calc(50% - 66px/2);
  }
  #top .market .inner .feature.num04::before {
    content: "";
    background: url(../../images/products/heartful_premier/ico_number04.png) no-repeat;
    background-size: 100%;
    width: 65px;
    height: 45px;
    left: calc(50% - 65px/2);
  }
  #top .market .inner .feature.num05 figure {
    padding: 0;
  }
  #top .market .inner .feature.num05::before {
    content: "";
    background: url(../../images/products/heartful_premier/ico_number05.png) no-repeat;
    background-size: 100%;
    width: 67px;
    height: 45px;
    left: calc(50% - 67px/2);
  }
  #top .market .inner .feature.num06 {
    padding: 0;
    margin-bottom: 0;
  }
  #top .market .inner .feature.num06 .text {
    padding: 40px 20px 0;
  }
  #top .market .inner .feature.num06 .text .title {
    width: 80%;
    margin: 0 auto 20px;
  }
  #top .market .inner .feature.num06 figure {
    padding: 0;
  }
  #top .market .inner .feature.num06::before {
    content: "";
    background: url(../../images/products/heartful_premier/ico_number06.png) no-repeat;
    background-size: 100%;
    width: 68px;
    height: 45px;
    left: calc(50% - 68px/2);
  }
  #top .contact {
    padding-top: 0;
    margin-top: 0;
  }
  #top .contact .contact-header {
    padding: 40px 20px;
  }
  #top .contact .contact-header h2 {
    width: 80%;
    margin: 0 auto;
  }
  #top .contact .contact-header .lead {
    font-size: 16px;
    margin: 1em 0 0;
  }
  #top .contact .contact-form {
    padding: 40px 0;
    background: #fff;
  }
  #top .contact .contact-form .form {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #top .contact .contact-form .form ._txtc._large, #top .contact .contact-form .form ._txtc._double {
    text-align: left !important;
    padding: 0 20px;
  }
  #top .contact .contact-form .form ._txtc._large br, #top .contact .contact-form .form ._txtc._double br {
    display: none;
  }
  #top .contact .contact-form .form input::-webkit-input-placeholder {
    color: #999;
  }
  #top .contact .contact-form .form input:-moz-placeholder {
    color: #999;
  }
  #top .contact .contact-form .form input::-moz-placeholder {
    color: #999;
  }
  #top .contact .contact-form .form input:-ms-input-placeholder {
    color: #999;
  }
}
/*# sourceMappingURL=premier.css.map */

.video{
  /* margin-top: 30px;
  text-align: center; */
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9のアスペクト比 */
  height: 0;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}