@charset "UTF-8";
/* ----hibinobi共通スタイル上書き調整（LPのみ）---- */
@import url("https://fonts.googleapis.com/css?family=Sawarabi+Mincho&display=swap&subset=japanese");
.wrapper {
  letter-spacing: .1em;
}

/* ----hibinobi PC 共通ヘッダー調整---- */
.common-header {
  font-size: 16px;
}

.common-header_logo {
  height: auto;
}

@media screen and (max-width: 768px) {
  .common-header {
    display: none;
  }
}

/* ----hibinobi PC 共通フッター調整---- */
.common-footer {
  font-size: 16px;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .common-footer {
    display: none;
  }
}

.common-footer_banner-li a {
  text-decoration: none;
}

/* ----hibinobi SP 共通ヘッダー調整---- */
nav.st-Menu {
  display: none;
}

@media screen and (max-width: 768px) {
  nav.st-Menu {
    display: block;
  }
}

/* ----hibinobi SP 共通フッター調整---- */
.st-Footer {
  font-size: 12px;
  display: none;
}

@media screen and (max-width: 768px) {
  .st-Footer {
    background-color: #f3f1ec;
    padding-top: 0;
    display: block;
  }
}

/* ----フリーページ用 フッター---- */
.footer {
  background: #fff;
}

.footer__inner {
  padding: 20px 0;
  position: relative;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .footer__inner {
    max-width: initial;
  }
}

.footer__inner-nav ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__inner-nav li a {
  color: #444;
  font-size: 1.4rem;
  text-decoration: underline;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.mouse .footer__inner-nav li a:hover,
.mouse .footer__inner-nav li a :focus,
.mouse .footer__inner-nav li a :active {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .footer__inner {
    padding: 2.66667rem 0;
  }
  .footer__inner-nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer__inner-nav li + li {
    margin-top: 1rem;
  }
  .footer__inner-nav li a {
    font-size: 1rem;
  }
}

.ff_mincho {
  font-family: Century,'游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho', 'Sawarabi Mincho';
}

/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

@media all and (-ms-high-contrast: none) {
  button:active,
  button:focus,
  button:active > span,
  button:focus > span {
    position: relative;
  }
}

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

/* ----BASE---- */
/* html element 62.5% font-size for REM use */
html {
  font-size: 62.5%;
}

body {
  color: #333;
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', tbudgothic-std, sans-serif;
  letter-spacing: .05em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
  body {
    font-family: sans-serif;
    padding-bottom: 6rem;
  }
  body h1, body h2, body h3, body h4, body p, body span, body i, body a, body th, body td {
    max-height: 100%;
  }
}

.sp_disp {
  display: none !important;
}

sup {
  top: -.9em;
  font-size: 50%;
}

@media screen and (max-width: 768px) {
  sup {
    font-size: 8px;
    top: -.6em;
  }
}

.br__sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .br__sp {
    display: block;
  }
}

.br__pc {
  display: block;
}

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

.wrapper {
  padding-top: 0;
}

.pane-main {
  background-color: #fff;
  display: block;
}

.pane-main img {
  width: auto;
  max-width: initial;
  vertical-align: top;
}

.pane-main h2 {
  background-color: transparent;
}

.pane-main h2:after, .pane-main h2:before {
  display: none;
}

@media screen and (max-width: 768px) {
  html {
    font-size: calc(100vw / 37.5) !important;
  }
  .pc_disp {
    display: none !important;
  }
  .sp_disp {
    display: block !important;
  }
  img.sp_disp {
    display: inline-block !important;
  }
  br.sp_disp {
    display: inline !important;
  }
  .pane-main img {
    width: 100% !important;
    height: auto;
  }
}

/* ----parts---- */
.btn_primary {
  color: #fff !important;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none !important;
  background-color: #fb702b;
  border-radius: 4px;
  padding: 13px 60px;
  display: inline-block;
  position: relative;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.btn_primary:hover {
  opacity: .8;
}

.btn_primary::after {
  content: "";
  border-style: solid;
  border-width: 6px 0 6px 5px;
  border-color: transparent transparent transparent #fff;
  width: 0;
  height: 0;
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .btn_primary {
    font-size: 1.2rem;
    border-radius: .2rem;
    padding: .8rem 2.9rem;
  }
  .btn_primary::after {
    border-width: .3rem 0 .3rem .25rem;
    margin-top: -.2rem;
    right: 1rem;
  }
}

/* ----pagetop---- */
.pagetop {
  text-align: center;
  margin-top: 50px;
}

.pagetop .btn_pagetop {
  color: #999 !important;
  font-size: 18px;
  border: 1px solid #999;
  padding: 13px 100px;
  background-color: #fff;
}

.pagetop .btn_pagetop::after {
  border-color: transparent transparent #999 transparent;
  border-width: 0 7px 6px 7px;
}

@media screen and (max-width: 768px) {
  .pagetop {
    margin-top: 8%;
  }
}

/* ----scroll animation---- */
.scroll {
  -webkit-transition: .5s all ease-in;
  -o-transition: .5s all ease-in;
  transition: .5s all ease-in;
  opacity: 0;
}

.scroll.is_animation {
  opacity: 1;
}

.scroll.scroll_y {
  -webkit-transform: translate(0, 60px);
  -ms-transform: translate(0, 60px);
  transform: translate(0, 60px);
}

.scroll.scroll_y.is_animation {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.scroll.scroll_x {
  -webkit-transform: translate(60px, 0);
  -ms-transform: translate(60px, 0);
  transform: translate(60px, 0);
}

.scroll.scroll_x.is_animation {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* ----共通パーツ style --- */
.annotations {
  font-size: 12px;
  line-height: 1.5;
}

/* ----グラデーションヘッダー --- */
.gradient_style {
  overflow: hidden;
}

.gradient_style header {
  position: relative;
}

.gradient_style header h2 {
  color: #fff;
  font-size: 36px;
  letter-spacing: .15em;
  text-align: center;
  background: #33aab9;
  background: -webkit-gradient(linear, left top, right top, from(#33aab9), to(#d1c771));
  background: -webkit-linear-gradient(left, #33aab9 0%, #d1c771 100%);
  background: -o-linear-gradient(left, #33aab9 0%, #d1c771 100%);
  background: linear-gradient(to right, #33aab9 0%, #d1c771 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33aab9', endColorstr='#d1c771',GradientType=1 );
  padding: 65px 0;
  position: relative;
  z-index: 1;
}

.gradient_style header h2::after {
  content: "";
  background-color: #fff;
  width: 1px;
  height: 40px;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
}

.gradient_style header::before, .gradient_style header::after {
  content: "";
  width: 2000px;
  height: 242px;
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 0;
}

.gradient_style header::before {
  background-color: #33aab9;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.gradient_style header::after {
  background-color: #d1c771;
}

@media screen and (max-width: 768px) {
  .gradient_style header {
    position: relative;
  }
  .gradient_style header h2 {
    font-size: 2.3rem;
    line-height: 1.5;
    letter-spacing: .1rem;
    padding: 3.5rem 0;
  }
  .gradient_style header h2::after {
    width: .1rem;
    height: 2.5rem;
  }
  .gradient_style header::before, .gradient_style header::after {
    height: 16.5rem;
  }
}

/* ----CTA共通---- */
.cta__inner {
  position: relative;
}

.cta__header {
  text-align: center;
  line-height: 1.4;
  background-color: #fff;
  padding: 25px 0;
}

.cta__lead1 {
  color: #ef7282;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .25em;
}

.cta__lead2 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: .15em;
}

.cta__body {
  background-color: #fdecef;
}

.cta__body-inner {
  position: relative;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .cta__body-inner {
    max-width: initial;
  }
}

.cta__txt {
  margin-left: 20px;
  width: 392px;
}

.cta__price {
  margin-bottom: 15px;
}

.cta__price img {
  width: 392px;
}

.cta__btn {
  color: #fff;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  background: #f28292;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f28292), color-stop(51%, #ef7282));
  background: -webkit-linear-gradient(top, #f28292 50%, #ef7282 51%);
  background: -o-linear-gradient(top, #f28292 50%, #ef7282 51%);
  background: linear-gradient(to bottom, #f28292 50%, #ef7282 51%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f28292', endColorstr='#ef7282',GradientType=0 );
  padding: 18px 0;
  display: block;
  position: relative;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.cta__btn:hover {
  opacity: .8;
}

.cta__btn .cta__btn-label {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: .15em;
  display: block;
}

.cta__btn i {
  font-style: normal;
  font-size: 12px;
  letter-spacing: .05em;
  margin-top: .4em;
  display: block;
}

.cta__btn .arrow {
  background: url(/img/usr/pc/m4_starter_b/cta/btn_arrow.svg) no-repeat;
  background-size: contain;
  width: 24px;
  height: 7px;
  display: block;
  position: absolute;
  right: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cta__note {
  color: #666;
  font-size: 10px;
  letter-spacing: 0;
  line-height: 1.2;
  margin-top: 1em;
}

@media screen and (max-width: 768px) {
  .cta__header {
    padding: 1.25rem 0;
  }
  .cta__lead1 {
    font-size: 1.3rem;
  }
  .cta__lead2 {
    font-size: 1.6rem;
    margin-top: .2em;
  }
  .cta__body-inner {
    display: block;
  }
  .cta__txt {
    margin-left: 0;
    padding: 0 1.6rem 2rem;
    width: auto;
  }
  .cta__price {
    margin: 1.25rem auto;
    width: 25.9rem;
  }
  .cta__btn {
    padding: 1.6rem 0;
  }
  .cta__btn::after {
    width: 1.1rem;
    height: 0.3rem;
    right: 1.75rem;
  }
  .cta__btn .cta__btn-label {
    font-size: 2.2rem;
  }
  .cta__btn i {
    font-size: 1.1rem;
  }
  .cta .cta__note {
    font-size: 1rem;
  }
}

/* ----CTA 最下部固定---- */
.cta-bottom {
  background-color: #fff;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: 99;
  opacity: 0;
  -webkit-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
}

.cta-bottom .cta__btn {
  letter-spacing: -.4em;
  padding: 10px 0;
  min-height: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cta-bottom .cta__btn .div, .cta-bottom .cta__btn span, .cta-bottom .cta__btn i {
  letter-spacing: .15em;
  display: inline-block;
  vertical-align: middle;
}

.cta-bottom .cta__btn .tag {
  color: #ee6f7f;
  font-size: 14px;
  font-weight: bold;
  background-color: #fff;
  margin-right: 20px;
  padding: 7px 4px 7px 10px;
  position: relative;
}

.cta-bottom .cta__btn .tag::after {
  content: "";
  background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(51%, #fff)) no-repeat top left/100% 51%, -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(51%, #fff)) no-repeat bottom right/100% 51%;
  background: -webkit-linear-gradient(top right, rgba(255, 255, 255, 0) 50%, #fff 51%) no-repeat top left/100% 51%, -webkit-linear-gradient(bottom right, rgba(255, 255, 255, 0) 50%, #fff 51%) no-repeat bottom right/100% 51%;
  background: -o-linear-gradient(top right, rgba(255, 255, 255, 0) 50%, #fff 51%) no-repeat top left/100% 51%, -o-linear-gradient(bottom right, rgba(255, 255, 255, 0) 50%, #fff 51%) no-repeat bottom right/100% 51%;
  background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #fff 51%) no-repeat top left/100% 51%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #fff 51%) no-repeat bottom right/100% 51%;
  width: 8px;
  height: 100%;
  display: inline-block;
  position: absolute;
  left: 100%;
  top: 0;
}

@media all and (-ms-high-contrast: none) {
  .cta-bottom .cta__btn .tag {
    padding-top: 10px;
    padding-bottom: 4px;
  }
}

.cta-bottom .cta__btn .cta__btn-label {
  font-size: 20px;
}

@media all and (-ms-high-contrast: none) {
  .cta-bottom .cta__btn .cta__btn-label {
    margin-top: .5em;
  }
}

.cta-bottom .cta__btn i {
  font-size: 14px;
  letter-spacing: .1em;
  margin-left: .5em;
}

.cta-bottom .cta__btn .item {
  margin-left: 10px;
}

.cta-bottom .cta__btn .arrow {
  margin-left: 20px;
  position: static;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

@media screen and (max-width: 768px) {
  .cta-bottom__close {
    top: .8rem;
    right: .8rem;
    width: 1.6rem;
    height: 1.6rem;
  }
  .cta-bottom__close:before, .cta-bottom__close:after {
    width: 1.2rem;
  }
  .cta-bottom__inner .cta__btn {
    white-space: nowrap;
    padding: 0 0;
    min-height: 6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .cta-bottom__inner .cta__btn .tag {
    font-size: 1.7rem;
    line-height: 1.1;
    margin-right: 1rem;
    padding: 1.2rem .5rem 1.2rem 1rem;
    position: relative;
  }
  .cta-bottom__inner .cta__btn .tag::after {
    width: 1rem;
  }
  .cta-bottom__inner .cta__btn .cta__btn-label {
    font-size: 2.2rem;
  }
  .cta-bottom__inner .cta__btn i {
    font-size: 1.1rem;
    margin-left: 0;
  }
  .cta-bottom__inner .cta__btn .item {
    margin-left: 0;
  }
  .cta-bottom__inner .cta__btn .item img {
    width: 8.6rem !important;
  }
  .cta-bottom__inner .cta__btn .arrow {
    margin: 0 1rem;
    position: static;
    display: block;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 1.7rem;
    height: .6rem;
  }
}

/* ----ラインアップ---- */
.lineup {
  background-color: #e5f6f9;
  margin-top: 240px;
  padding: 160px 0 70px;
}

.lineup__inner {
  position: relative;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .lineup__inner {
    max-width: initial;
  }
}

.lineup__mv {
  margin-top: -320px;
  margin-bottom: 70px;
}

.lineup__header {
  text-align: center;
}

.lineup__header-copy {
  color: #13adbf;
  font-size: 22px;
  font-weight: bold;
}

.lineup__header-title {
  color: #101010;
  font-size: 36px;
  margin-top: 0.69444em;
}

.lineup__header-lead {
  font-size: 20px;
  font-weight: 500;
  margin-top: 1.5em;
}

.lineup__item {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.4;
  background-color: #fff;
  padding: 0 20px 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lineup__img picture {
  display: block;
}

.lineup__name {
  font-size: 17px;
  letter-spacing: normal;
  margin-right: -1em;
  margin-top: 2em;
}

.lineup__type {
  font-size: 16px;
  margin-top: 1em;
}

.lineup__type span {
  font-size: 14px;
}

.lineup__spec {
  font-size: 14px;
}

.lineup__summary {
  font-size: 16px;
  margin-top: 1em;
  min-height: 7em;
}

.lineup__component {
  border-top: 1px solid #2ea9b7;
  margin-top: 1.5em;
}

.lineup__component-header {
  color: #2ea9b7;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 1.2em 0;
  position: relative;
  -webkit-transition: border-color .4s ease;
  -o-transition: border-color .4s ease;
  transition: border-color .4s ease;
  cursor: pointer;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.lineup__component-header:hover {
  opacity: .8;
}

.lineup__component-header::before, .lineup__component-header::after {
  content: "";
  background-color: #2ea9b7;
  margin-top: -1px;
  width: 20px;
  height: 1px;
  position: absolute;
  right: 0;
  top: 50%;
}

.lineup__component-header::before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 1;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.lineup__component-header.open::before {
  opacity: 0;
}

.lineup__component-body {
  font-size: 12px;
  line-height: 1.5;
  margin-top: -.2em;
  display: none;
}

.lineup__annot {
  background-color: #f2f2f2;
  padding: 1.5em 2em;
}

.lineup__annot p {
  font-size: 12px;
  line-height: 1.5;
}

.lineup-main {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lineup-main__item {
  width: 33.33333%;
}

.lineup-main__item .lineup__img {
  background-color: #bfe9f0;
  margin: 0 -20px;
}

.lineup-main__item .lineup__img img {
  width: 320px;
  vertical-align: top;
}

.lineup-wash {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.lineup-wash__item {
  padding-top: 90px;
  width: 50%;
  position: relative;
}

.lineup-wash__item .lineup__img {
  position: absolute;
  left: 20px;
  top: 50px;
}

.lineup-wash .lineup__name,
.lineup-wash .lineup__type,
.lineup-wash .lineup__spec {
  margin-left: 240px;
}

.lineup-wash .lineup__name {
  margin-top: 0;
}

.lineup-wash .lineup__summary {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .lineup {
    margin-top: 4rem;
    padding: 0;
  }
  .lineup__mv {
    margin-top: 0;
    margin-bottom: 3rem;
  }
  .lineup__header-copy {
    font-size: 1.5rem;
  }
  .lineup__header-title {
    font-size: 2.3rem;
    margin-top: 0.5rem;
  }
  .lineup__header-lead {
    font-size: 1.4rem;
    margin-top: 0.5rem;
  }
  .lineup__item {
    padding: 0 2rem 2.5rem;
  }
  .lineup__name {
    font-size: 1.6rem;
    letter-spacing: 0;
    margin-right: 0;
    margin-top: 1.5em;
  }
  .lineup__type {
    font-size: 1.3rem;
    margin-top: .5em;
  }
  .lineup__type span {
    font-size: 1.2rem;
  }
  .lineup__spec {
    font-size: 1.2rem;
  }
  .lineup__summary {
    font-size: 1.4rem;
    margin-top: .5em;
    min-height: initial;
  }
  .lineup__component {
    margin-top: 2.5rem;
  }
  .lineup__component-header {
    font-size: 1.4rem;
    padding: 1em 0 0;
  }
  .lineup__component-header::before, .lineup__component-header::after {
    margin-top: .8rem;
    width: 1.6rem;
    height: 1px;
  }
  .lineup__component-body {
    font-size: 1rem;
    padding-top: 1em;
  }
  .lineup__annot {
    padding: 1.75rem;
  }
  .lineup__annot p {
    font-size: 1rem;
  }
  .lineup-main {
    margin-top: 3rem;
    display: block;
  }
  .lineup-main__item {
    width: 100%;
  }
  .lineup-main__item figure {
    margin: 0 -2rem;
  }
  .lineup-main .lineup__spec br {
    display: none;
  }
  .lineup-wash {
    display: block;
  }
  .lineup-wash__item {
    width: 100%;
    position: relative;
  }
  .lineup-wash__item .lineup__img {
    width: 15.7rem;
    left: 1.75rem;
  }
  .lineup-wash .lineup__name,
  .lineup-wash .lineup__type,
  .lineup-wash .lineup__spec {
    margin-left: 18rem;
  }
  .lineup-wash .lineup__name {
    margin-top: 0;
  }
  .lineup-wash .lineup__summary {
    margin-top: 2.25rem;
  }
  .lineup-wash .lineup__item4 {
    padding-top: 5.5rem;
  }
  .lineup-wash .lineup__item4 .lineup__img {
    top: 3rem;
  }
  .lineup-wash .lineup__item5 {
    padding-top: 2.5rem;
  }
  .lineup-wash .lineup__item5 .lineup__img {
    top: 1rem;
  }
}

/* ----MV---- */
.mv {
  background-color: #60c5d4;
  background: -webkit-gradient(linear, left top, left bottom, from(#7fd1e1), color-stop(50%, #60c5d4), to(#60bfcf));
  background: -webkit-linear-gradient(top, #7fd1e1 0%, #60c5d4 50%, #60bfcf 100%);
  background: -o-linear-gradient(top, #7fd1e1 0%, #60c5d4 50%, #60bfcf 100%);
  background: linear-gradient(to bottom, #7fd1e1 0%, #60c5d4 50%, #60bfcf 100%);
  width: 100%;
  overflow: hidden;
  position: relative;
}

.mv::after {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(#7dcfde), color-stop(50%, #5dbfce), to(#4dbcc5));
  background: -webkit-linear-gradient(top, #7dcfde 0%, #5dbfce 50%, #4dbcc5 100%);
  background: -o-linear-gradient(top, #7dcfde 0%, #5dbfce 50%, #4dbcc5 100%);
  background: linear-gradient(to bottom, #7dcfde 0%, #5dbfce 50%, #4dbcc5 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 0;
}

.mv__inner {
  position: relative;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
  height: 600px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .mv__inner {
    max-width: initial;
  }
}

.mv__title {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mv__title img {
  width: 1800px;
  max-width: 1800px;
  height: auto;
}

.mv.mv-anime .mv__title img {
  width: 1300px;
  max-width: 1300px;
}

@media screen and (max-width: 768px) {
  .mv__inner {
    height: auto;
    position: relative;
  }
  .mv__title {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .mv__title img {
    width: 100%;
    height: auto;
  }
}

/* ----M4誕生---- */
.aboutm4 {
  text-align: center;
  background: url(/img/usr/pc/m4_starter_b/aboutm4_bg.jpg) 0 0 repeat-x;
  padding-bottom: 120px;
}

.aboutm4__copy1 {
  font-weight: bold;
  font-size: 22px;
  line-height: 2;
  letter-spacing: .15em;
}

.aboutm4__copy1 b {
  font-size: 30px;
}

.aboutm4__copy1 .blue {
  color: #13adbf;
}

.aboutm4__copy2 {
  font-size: 18px;
  line-height: 1.8;
}

.aboutm4__copy2::before {
  content: "";
  background-color: #13adbf;
  margin: 40px auto;
  width: 20px;
  height: 2px;
  display: block;
}

@media screen and (max-width: 768px) {
  .aboutm4 {
    background-image: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), color-stop(85%, #eeeeee), to(rgba(238, 238, 238, 0)));
    background: -webkit-linear-gradient(top, #eeeeee 0%, #eeeeee 85%, rgba(238, 238, 238, 0) 100%);
    background: -o-linear-gradient(top, #eeeeee 0%, #eeeeee 85%, rgba(238, 238, 238, 0) 100%);
    background: linear-gradient(to bottom, #eeeeee 0%, #eeeeee 85%, rgba(238, 238, 238, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=1 );
    padding-bottom: 6rem;
  }
  .aboutm4__copy1 {
    font-size: 1.6rem;
    letter-spacing: .15em;
  }
  .aboutm4__copy1 b {
    font-size: 2rem;
    letter-spacing: .1em;
  }
  .aboutm4__copy2 {
    font-size: 1.4rem;
  }
  .aboutm4__copy2::before {
    margin: 3rem auto;
    width: 1.5rem;
    height: .2rem;
  }
}

/* ----夕方のお疲れ印象は---- */
.afn__inner {
  position: relative;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .afn__inner {
    max-width: initial;
  }
}

.afn__body {
  position: relative;
}

@media screen and (max-width: 768px) {
  .afn {
    background-image: none;
  }
  .afn__body {
    margin: 0 1.75rem;
  }
}

/* ----肌センサー---- */
.sensor {
  margin-top: 140px;
}

.sensor__inner {
  position: relative;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .sensor__inner {
    max-width: initial;
  }
}

.sensor__body {
  text-align: center;
  background: #f9f9fa;
  background: -webkit-gradient(linear, left top, left bottom, from(#f9f9fa), to(#fff));
  background: -webkit-linear-gradient(top, #f9f9fa 0%, #fff 100%);
  background: -o-linear-gradient(top, #f9f9fa 0%, #fff 100%);
  background: linear-gradient(to bottom, #f9f9fa 0%, #fff 100%);
  padding: 65px 0;
  position: relative;
}

.sensor__body p {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: .15em;
  line-height: 2;
}

.sensor__body .blue {
  color: #13adbf;
}

.sensor__copy1 {
  letter-spacing: .25em !important;
}

.sensor__fig1, .sensor__fig3 {
  margin-top: 40px;
}

.sensor__fig2 {
  margin-top: -32px;
}

.sensor__copy2 {
  margin-top: 45px;
}

@media screen and (max-width: 768px) {
  .sensor {
    margin-top: 5rem;
  }
  .sensor header::before, .sensor header::after {
    height: 13.6rem;
  }
  .sensor__body {
    margin: 0 1.75rem;
    padding: 3rem 0 0;
  }
  .sensor__body p {
    font-size: 1.6rem;
    letter-spacing: .2em;
    line-height: 1.8;
  }
  .sensor__body .blue {
    color: #13adbf;
  }
  .sensor__copy1 {
    letter-spacing: .2em !important;
  }
  .sensor__fig1 {
    margin: 2rem 1.5rem 0;
  }
  .sensor__fig2 {
    margin-top: -2.1rem;
  }
  .sensor__fig3 {
    margin: 3rem auto 0;
    width: 27.3rem;
  }
  .sensor__copy2 {
    margin-top: 2.5rem;
    margin-top: 2.5rem;
  }
}

.sensor aside {
  margin: 3.5rem 1.75rem 0;
}

/* ----エムフォーコンプレックス---- */
.complex {
  margin-top: 120px;
}

.complex__inner {
  position: relative;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .complex__inner {
    max-width: initial;
  }
}

.complex__toplead {
  color: #59ab93;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.complex__body {
  text-align: center;
  padding-bottom: 645px;
  position: relative;
}

.complex__copy {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .15em;
  text-align: left;
  line-height: 2;
  margin: 70px 80px 0;
  position: absolute;
  left: 0;
  top: 0;
}

.complex__copy .blue {
  color: #13adbf;
}

.complex__logo {
  position: relative;
  z-index: 1;
}

.complex__tokimekihada {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .complex {
    margin-top: 4rem;
  }
  .complex__toplead {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .complex__body {
    margin: 0 1.75rem;
    padding: 0;
  }
  .complex__copy {
    font-size: 1.4rem;
    line-height: 1.8;
    margin: 3.5rem 3rem 0;
  }
  .complex__logo {
    display: none;
  }
  .complex__tokimekihada {
    margin: 3.5rem -1.75rem 0;
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

/* ----注釈---- */
.bottom-annotations {
  padding: 60px 0;
}

.bottom-annotations__inner {
  position: relative;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .bottom-annotations__inner {
    max-width: initial;
  }
}

@media screen and (max-width: 768px) {
  .bottom-annotations {
    font-size: 1rem;
    margin: 0 1.75rem;
    padding: 2.5rem 0;
  }
}
