@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap");
/*--------------------------------------------------------------
/pub/template/
--------------------------------------------------------------*/
/* *****************************************
/*+  common  +******************************
/***************************************** */
body {
  margin: 0;
  padding: 0;
}
@media (min-width: 521px) {
  body {
    /*
		background: #FFF url("../img/sp/pc_bg.jpg") no-repeat center;
		background-size: cover;
		background-attachment: fixed;
    */
    background-color: #f7f5f2;
  }
}

#template {
  max-width: 520px;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  font-family: -apple-system,BlinkMacSystemFont,"Hiragino Kaku Gothic ProN","游ゴシック Medium",YuGothic,YuGothicM,メイリオ,Meiryo,sans-serif;
  background-color: #FFF;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .16em;
  line-height: 1.65;
  font-size: 3.75vw;
  color: #404040;
}
@media (min-width: 521px) {
  #template {
    box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.3);
  }
}
@media (min-width: 521px) {
  #template {
    font-size: 19.5px;
  }
}
#template a {
  color: #ffaa73;
  text-decoration: underline;
}
#template a:link, #template a:visited {
  color: #ffaa73;
  text-decoration: underline;
}
#template a:hover, #template a:active {
  color: #ffaa73;
  text-decoration: none;
}
@media (min-width: 521px) {
  #template a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
  #template a {
    transition: .3s all;
  }
  #template a:hover {
    opacity: .7;
  }
}
#template * {
  margin: 0;
  padding: 0;
}
#template img, #template input[type="image"] {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
}
#template video {
  width: 100%;
  height: auto;
  display: block;
}
#template ol, #template ul {
  list-style: none;
}
#template sup {
  font-size: 70%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}
#template .clearfix:after {
  content: "";
  display: block;
  clear: both;
}
#template *, #template *:before, #template *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#template .fade {
  transition: 0.5s;
}
#template .fade:hover {
  opacity: .75;
}
#template .slideToggle-container .is-hide {
  display: none;
}
#template .text-green {
  color: #ffaa73;
}
#template .bold {
  font-weight: bold;
}
#template .notes {
  margin: 0 6.25%;
}
#template .note {
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .16em;
  line-height: 1.65;
  font-size: 2.5vw;
  -moz-font-feature-settings: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  text-align: left;
  letter-spacing: 0.05em;
}
@media (min-width: 521px) {
  #template .note {
    font-size: 13px;
  }
}
#template .note li {
  letter-spacing: normal;
  text-indent: -1em;
  padding-left: 1em;
}
#template dl.note {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.4;
  text-align: left;
}
#template dl.note dt {
  width: 1em;
}
#template dl.note dd {
  width: calc(100% - 1em);
}
#template dl.note.numbering dt {
  width: 2em;
}
#template dl.note.numbering dd {
  width: calc(100% - 2em);
}
#template .tr {
  text-align: right;
}
#template #footer {
  padding: 1em 0;
}
#template .fadeIn {
  opacity: 0;
  transition: .3s;
}
#template .fadeIn.lazyloaded {
  opacity: 1;
}

.effected, .effected::before, .effected::after {
  opacity: 1 !important;
  transform: translate(0, 0) scale(1, 1) !important;
}

/* *****************************************
/*+  content  +********************************
/***************************************** */
/*+ block + ------------------------------ */
#content > section, #content .area {
  position: relative;
  z-index: 0;
}
#content .mv .note {
  margin: 4.6875%;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .16em;
  line-height: 1.65;
  font-size: 2.1875vw;
  letter-spacing: .01em;
}
@media (min-width: 521px) {
  #content .mv .note {
    font-size: 11.375px;
  }
}
#content .intro {
  position: relative;
  padding-bottom: 10.9375%;
}
#content .intro__video {
  overflow: hidden;
  margin: 0 4.6875% -10.9375%;
  border-radius: 3.125vw;
}
@media (min-width: 521px) {
  #content .intro__video {
    border-radius: 16.25px;
  }
}
#content .intro h2 {
  position: relative;
  width: 90.625%;
  margin: 0 auto;
}
#content .intro__lead {
  position: relative;
  width: 90.625%;
  margin: 0 auto 6.25%;
}
#content .intro .note {
  margin: 0 9.375%;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .16em;
  line-height: 1.65;
  font-size: 2.1875vw;
  letter-spacing: .01em;
}
@media (min-width: 521px) {
  #content .intro .note {
    font-size: 11.375px;
  }
}
#content .cv .inner {
  background-color: #FFF;
  padding: 0 0 9.375%;
}
#content .cv_btn input {
  position: relative;
  cursor: pointer;
  display: block;
  width: 99.0625%;
  height: 0;
  margin: 3.125% auto 0;
  padding-top: 26.875%;
  border: none;
  text-indent: -9999px;
  background: url(../img/sp/cv_btn.png) no-repeat 0 0/100% auto;
  transition: all .3s;
}
#content .award .cv_btn input {
  margin: -3.125% auto 0;
}
#content .cv_btn input:hover {
  opacity: .7;
  transform: translateY(-5px);
}
#content .cv_btn_member input {
  position: relative;
  cursor: pointer;
  display: block;
  width: 71.875%;
  height: 0;
  margin: 0 auto 9.375%;
  padding-top: 12.5%;
  border: none;
  text-indent: -9999px;
  background: url("../img/sp/cv_btn_member.png") no-repeat 0 0/100% auto;
  transition: all .3s;
}
#content .cv_btn_member input:hover {
  opacity: .7;
  transform: translateY(-5px);
}
#content .cv .cv_service {
  width: 85.9375%;
  margin: 6.25% auto 7.8125%;
}
#content .cv .note {
  margin: 0 6.25% 4.6875%;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .16em;
  line-height: 1.65;
  font-size: 2.5vw;
  letter-spacing: normal;
}
@media (min-width: 521px) {
  #content .cv .note {
    font-size: 13px;
  }
}
#content .cv .note.numbering {
  margin-bottom: 0;
}
#content .cv .link_seibun, #content .cv .link_guide {
  margin: 6.25% 6.25%;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .16em;
  line-height: 1.65;
  font-size: 3.75vw;
  letter-spacing: .05em;
}
@media (min-width: 521px) {
  #content .cv .link_seibun, #content .cv .link_guide {
    font-size: 19.5px;
  }
}
#content .cv .link_seibun a, #content .cv .link_guide a {
  color: #ffaa73;
}
#content .cv__short .inner {
  margin: 9.375% 2.34375%;
  padding: 0 0 2.34375%;
  border: #d2d2d2 solid 1px;
  border-radius: 2.34375vw;
}
@media (min-width: 521px) {
  #content .cv__short .inner {
    border-radius: 12.1875px;
  }
}
#content .cv__short .inner h3 {
  transform: translateY(-10%);
}
#content .cv__short .inner .cv_btn input {
  width: 103.93443%;
  margin: -4% -1.96721% 0;
  padding-top: 28.19672%;
  background: url("../img/sp/cv_btn.png") no-repeat 0 0/100% auto;
}
#content .cv__short .inner .cv_btn_member input {
  width: 75.40984%;
  margin: 0 auto 9.83607%;
  padding-top: 9.83607%;
  background: url("../img/sp/cv_short_btn_member.png") no-repeat 0 0/100% auto;
}
#content .cv__short .inner .note {
  margin: 0 3.27869% 4.91803%;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .16em;
  line-height: 1.65;
  font-size: 2.5vw;
  letter-spacing: normal;
}
@media (min-width: 521px) {
  #content .cv__short .inner .note {
    font-size: 13px;
  }
}
#content .cv__short .inner .note.numbering {
  margin-bottom: 0;
}
#content .award {
  position: relative;
}
#content .award__intro {
  position: relative;
  padding-top: 1px;
}
#content .award__movie {
  position: absolute;
  width: 64.6875%;
  overflow: hidden;
  border-top-right-radius: 3.125vw;
  border-bottom-right-radius: 3.125vw;
}
@media (min-width: 521px) {
  #content .award__movie {
    border-top-right-radius: 16.25px;
    border-bottom-right-radius: 16.25px;
  }
}
#content .award h2 {
  position: relative;
  width: 41.25%;
  margin: 14.0625% 7.03125% 7.03125% auto;
}
#content .award__point {
  position: relative;
  width: 90.46875%;
  margin: 0 auto;
}
#content .award .note {
  margin: 0 4.6875% 9.375%;
  letter-spacing: .01em;
}
#content .influencer {
  position: relative;
  background-color: #f5f3f0;
  padding: 12.5% 0;
}
#content .influencer h2 {
  position: relative;
  margin: 0 auto;
}
#content .influencer__block {
  position: relative;
  margin-bottom: 12.5%;
}
#content .influencer__block::after {
  content: "";
  display: block;
  width: 90.625%;
  height: 1px;
  margin: 12.5% auto 0;
  background-color: #ccc0ae;
}
#content .influencer__block .pic, #content .influencer__block .movie {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
#content .influencer__block .copy {
  position: relative;
}
#content .influencer__block.ishikawa .movie {
  width: 41.88%;
  left: 4.6875%;
  top: 0;
  border-radius: 2.34375vw;
}
@media (min-width: 521px) {
  #content .influencer__block.ishikawa .movie {
    border-radius: 12.1875px;
  }
}
#content .influencer__block.mikata .movie {
  width: 47.8125%;
  left: 4.6875%;
  top: 0;
  border-radius: 2.34375vw;
}
@media (min-width: 521px) {
  #content .influencer__block.mikata .movie {
    border-radius: 12.1875px;
  }
}
#content .influencer .slick-dots {
  display: flex;
  justify-content: center;
}
#content .influencer .slick-dots li {
  position: relative;
  text-indent: -999em;
  margin: 0 1.5625%;
}
#content .influencer .slick-dots li::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 4px #a0a0a0;
  border-radius: 50%;
}
#content .influencer .slick-dots li.slick-active::after {
  border: solid 4px #ffaa73;
}
#content .influencer .slick-arrow {
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: -6%;
  display: block;
  width: 4.0625%;
  height: 0;
  padding: 7.5% 0 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 99;
}
#content .influencer .slick-prev {
  left: 3.25%;
  background: url("../img/sp/influencer_car_prev.png") no-repeat center center/100% auto;
}
#content .influencer .slick-next {
  right: 3.25%;
  background: url("../img/sp/influencer_car_next.png") no-repeat center center/100% auto;
}
#content .influencer__carBlock {
  position: relative;
}
#content .influencer__carBlock .pic, #content .influencer__carBlock .movie {
  position: absolute;
  left: 4.6875%;
  width: 41.875%;
  overflow: hidden;
  border-radius: 1.5625vw;
}
@media (min-width: 521px) {
  #content .influencer__carBlock .pic, #content .influencer__carBlock .movie {
    border-radius: 8.125px;
  }
}
#content .influencer__carBlock.moya .pic, #content .influencer__carBlock.moya .movie, #content .influencer__carBlock.kaori .pic, #content .influencer__carBlock.kaori .movie {
  right: 4.6875%;
  left: auto;
}
#content .influencer__carBlock.kurosawa .pic, #content .influencer__carBlock.kurosawa .movie {
  width: 56.71875%;
}
#content .influencer__carBlock .txt {
  position: relative;
}
#content .nayami {
  position: relative;
}
#content .nayami__contents {
  padding: 10.9375% 4.6875%;
  background-color: #c6c6c6;
}
#content .nayami h2 {
  margin: 0 auto 9.375%;
}
#content .nayami__lead {
  width: 81.2069%;
  margin: 0 auto 9.375%;
}
#content .nayami__movie {
  background-color: #FFF;
  padding: 4.6875% 7.8125%;
  border-radius: 1.5625vw;
}
@media (min-width: 521px) {
  #content .nayami__movie {
    border-radius: 8.125px;
  }
}
#content .nayami__answer {
  padding: 0 0 7.8125%;
  background-color: #f1f1f0;
}
#content .nayami .note {
  margin: 4.6875% 2.34375% 0;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .16em;
  line-height: 1.65;
  font-size: 2.1875vw;
  letter-spacing: .01em;
}
@media (min-width: 521px) {
  #content .nayami .note {
    font-size: 11.375px;
  }
}
#content .approach {
  position: relative;
  padding: 10.9375% 4.6875% 0;
}
#content .approach h2 {
  margin: 0 auto 7.8125%;
}
#content .approach .note {
  margin: 4.6875% 2.34375% 0;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .16em;
  line-height: 1.65;
  font-size: 2.1875vw;
  letter-spacing: .01em;
}
@media (min-width: 521px) {
  #content .approach .note {
    font-size: 11.375px;
  }
}
#content .comfort {
  position: relative;
  padding: 10.9375% 0;
}
#content .comfort .movie {
  position: absolute;
  left: 0;
  top: 0;
}
#content .comfort h2 {
  position: relative;
  width: 27.65625%;
  margin: 0 auto 7.8125% 7.8125%;
}
#content .comfort__lead1 {
  width: 64.375%;
  margin: 0 auto 10.15625% 9.375%;
}
#content .comfort__lead2 {
  width: 60.78125%;
  margin: 0 auto 10.15625% 9.375%;
}
#content .comfort__summary {
  width: 85.9375%;
  margin: 0 auto 0 9.375%;
}
#content .brand {
  position: relative;
  padding: 0 0 14.0625%;
}
#content .brand h2 {
  position: relative;
  z-index: 2;
  width: 25.3125%;
  margin: -61.875% 10.15625% 8.90625% auto;
}
#content .brand__lead {
  margin: 0 7.03125% 15.625%;
}
#content .brand__figure {
  margin: 0 7.03125% 15.625%;
}
#content .brand__subpic {
  margin: 0 7.03125% 4.6875%;
}
#content .brand .note {
  margin: 0 4.6875%;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .16em;
  line-height: 1.65;
  font-size: 2.1875vw;
  letter-spacing: .02em;
}
@media (min-width: 521px) {
  #content .brand .note {
    font-size: 11.375px;
  }
}
#content .brand__data {
  margin: 9.375% 4.6875% 0;
  padding: 5.46875% 0;
  border: #d2d2d2 solid 1px;
  border-radius: 2.34375vw;
}
@media (min-width: 521px) {
  #content .brand__data {
    border-radius: 12.1875px;
  }
}
#content .brand__data_ttl {
  width: 51.2069%;
  margin: 0 auto;
  padding-bottom: 6.03448%;
  cursor: pointer;
  transition: all .3s;
}
#content .brand__data_ttl:hover {
  opacity: .7;
}
#content .brand__data_btn {
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .16em;
  line-height: 1.65;
  font-size: 3.125vw;
  cursor: pointer;
  transition: all .3s;
}
@media (min-width: 521px) {
  #content .brand__data_btn {
    font-size: 16.25px;
  }
}
#content .brand__data_btn:hover {
  opacity: .7;
}
#content .brand__data_btn::after {
  content: "";
  display: inline-block;
  margin-left: .5em;
  width: .4em;
  height: .4em;
  border-right: #404040 solid 1px;
  border-bottom: #404040 solid 1px;
  transform: translateY(-50%) rotate(45deg);
  transition: all .3s;
}
#content .brand__data_btn.active::after {
  transform: translateY(0%) rotate(-135deg);
}
#content .brand__data_figure {
  width: 89.65517%;
  margin: 6.89655% auto 0;
}
#content .mutenka {
  position: relative;
  background-color: #f5f5f5;
  padding: 0 0 10.9375%;
}
#content .mutenka h2 {
  margin: 0 auto -26.09375%;
}
#content .mutenka__figure {
  width: 78.28125%;
  margin: 0 auto 15.625%;
}
#content .mutenka__test {
  width: 90.625%;
  margin: 0 auto 6.25% 9.375%;
}
#content .mutenka .note {
  text-align: center;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .16em;
  line-height: 1.65;
  font-size: 2.1875vw;
  letter-spacing: .01em;
}
@media (min-width: 521px) {
  #content .mutenka .note {
    font-size: 11.375px;
  }
}
#content .mutenka__car_ttl {
  width: 84.84%;
  margin: 20.3125% auto 4.6875%;
}
#content .mutenka .slick-dots {
  display: flex;
  justify-content: center;
}
#content .mutenka .slick-dots li {
  position: relative;
  text-indent: -999em;
  margin: 0 1.5625%;
}
#content .mutenka .slick-dots li::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 4px #a0a0a0;
  border-radius: 50%;
}
#content .mutenka .slick-dots li.slick-active::after {
  border: solid 4px #ffaa73;
}
#content .mutenka .slick-arrow {
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: -6%;
  display: block;
  width: 4.84375%;
  height: 0;
  padding: 4.84375% 0 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 99;
}
#content .mutenka .slick-prev {
  left: 4.6875%;
  background: url("../img/sp/mutenka_car_prev.png") no-repeat center center/100% auto;
}
#content .mutenka .slick-next {
  right: 4.6875%;
  background: url("../img/sp/mutenka_car_next.png") no-repeat center center/100% auto;
}
#content .faq {
  background-color: #e1e1e1;
  padding: 12.5% 0 7.8125%;
}
#content .faq .faq_ttl {
  width: 65.46875%;
  margin: 0 auto 6.25%;
}
#content .faq .faqBlock {
  text-align: left;
  margin: 0 4.6875% 4.6875%;
}
#content .faq .faqBlock .question {
  position: relative;
  background: #f2f2f2 url("../img/sp/faq_icon_q.png") no-repeat 0.6em 0.7em / 6.03448% auto;
  padding: .5em .6em .5em 2.5em;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .16em;
  line-height: 1.65;
  font-size: 3.75vw;
  letter-spacing: .12em;
}
@media (min-width: 521px) {
  #content .faq .faqBlock .question {
    font-size: 19.5px;
  }
}
#content .faq .faqBlock .question::before, #content .faq .faqBlock .question::after {
  position: absolute;
  content: "";
  top: 1.2em;
  right: 1em;
  width: 1em;
  height: 1px;
  background-color: #404040;
  transition: all .2s;
}
#content .faq .faqBlock .question::after {
  transform: rotate(90deg);
}
#content .faq .faqBlock .question.active::after {
  transform: rotate(0deg);
}
#content .faq .faqBlock .answer {
  background: #ffffff url("../img/sp/faq_icon_a.png") no-repeat 0.6em 1.15em / 5.86207% auto;
  margin: 0 0 0 0;
  padding: .7em 0 .7em 2.5em;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .16em;
  line-height: 1.65;
  font-size: 3.4375vw;
  letter-spacing: .15em;
  line-height: 1.8;
  display: none;
}
@media (min-width: 521px) {
  #content .faq .faqBlock .answer {
    font-size: 17.875px;
  }
}
#content .faq .faqBlock .answer.default-opened {
  display: block;
}
#content .faq .note {
  margin: 0 6.25%;
}
#content .products {
  position: relative;
  padding: 9.375% 0 0;
  background-color: #f5f5f5;
}
#content .products .howto {
  padding: 4.6875% 0 12.5%;
}
#content .products .howto .ttl {
  position: relative;
  z-index: 2;
  width: 56.25%;
  margin: 0 auto 3.125%;
}
#content .products .howto .movie {
  position: relative;
  z-index: 1;
  margin: 0 4.6875%;
  border: #FFF solid 3px;
  overflow: hidden;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  border-radius: 2.34375vw;
}
@media (min-width: 521px) {
  #content .products .howto .movie {
    border-radius: 12.1875px;
  }
}
#content .summary {
  position: relative;
  padding: 15.625% 0 10.9375%;
  background: #ebeaed url("../img/sp/summary_bg.jpg") no-repeat center top/100% auto;
}
#content .summary h2 {
  width: 72.96875%;
  margin: 0 auto 7.8125%;
}
#content .summary__lead {
  width: 85.46875%;
  margin: 0 auto 77.5%;
}
#content .summary__txt {
  width: 75.625%;
  margin: 0 auto;
}

#template .guide {
  margin: 3.125% auto 0;
  letter-spacing: normal;
}
#template .guide .guidance {
  width: 49.21875%;
  margin: 0 auto 6.25%;
}
#template .guide #tokushou, #template .guide .company-outline, #template .guide .policy {
  margin-bottom: 1em;
}
#template .guide .note {
  text-align: left;
  margin: 0 4.6875%;
}
#template .guide .note p {
  margin-bottom: 1em;
}
#template .guide .returnTop {
  text-align: right;
  margin: 1.5em 3.125%;
}
#template .guide a {
  color: #ffaa73;
}

.floating{
    position: fixed;
    bottom: -100%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 520px;
}

.floating.visible{
    animation: .5s ease-in forwards fadein;
}

@keyframes fadein {
  0% {
    bottom: 0;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}

.floating.hidden{
    animation: .5s ease-in forwards fadeout;
}

@keyframes fadeout {
  0% {
    bottom: 0;
    opacity: 1;
  }
  99% {
    bottom: 0;
    opacity: 0;
  }
  100% {
    bottom: -100%;
    opacity: 0;
  }
}

.floating img{
    width: 100%;
}