@charset "UTF-8";
/*!
Theme Name: etmeme
Description:
Version: 1.0
*/
/**
 * mixins and functions
 * @version 1.0
 */
/*!
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none; }

a:hover {
  opacity: 0.7; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  font-size: 62.5%; }

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #000;
  line-height: 1.8;
  letter-spacing: 0.01em; }
  @media screen and (min-width: 767px) and (max-width: 960px) {
    body {
      font-size: 1.4rem; } }
  @media screen and (max-width: 767px) {
    body {
      font-size: 1.4rem; } }

a {
  color: inherit;
  -webkit-transition: all .3s;
  transition: all .3s; }
  a:hover {
    opacity: 0.7;
    -webkit-transition: all .3s;
    transition: all .3s; }

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

ul {
  list-style: none; }

.clearfix:after {
  clear: both;
  content: "";
  display: block; }

@media screen and (max-width: 767px) {
  .pc, .pcbr {
    display: none !important; } }

@media screen and (min-width: 769px) {
  .sp, .spbr {
    display: none !important; } }

@media screen and (min-width: 767px) and (max-width: 960px) {
  .sp, .spbr {
    display: none !important; } }

.header {
  width: 100%;
  background-color: #fff;
  padding: 40px 0;
  position: fixed;
  z-index: 100;
  top: 0; }
  @media screen and (min-width: 767px) and (max-width: 960px) {
    .header {
      padding: 26px 0;
      height: 80px; } }
  @media screen and (max-width: 767px) {
    .header {
      padding: 15px 0;
      height: 60px; } }
  .header__inr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .header__logo img {
    width: 150px; }
    @media screen and (max-width: 767px) {
      .header__logo img {
        width: 33%; } }
    @media screen and (min-width: 767px) and (max-width: 960px) {
      .header__logo img {
        width: 40%; } }
  .header__pc-navi {
    margin-left: 100px; }
    @media screen and (max-width: 960px) {
      .header__pc-navi {
        display: none; } }
    .header__pc-navi__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .header__pc-navi__item {
      text-align: center;
      line-height: 1.4;
      font-weight: bold;
      font-family: sweet-sans-pro, sans-serif;
      font-style: normal;
      font-weight: 800;
      letter-spacing: 0.15em;
      white-space: nowrap; }
      .header__pc-navi__item:not(:last-child) {
        padding-right: 15px;
        margin-right: 15px;
        border-right: 1px solid #6b6b6b; }
    .header__pc-navi__link:hover {
      color: #5b4e46; }
  .header .pc-dropdown {
    position: relative; }
    .header .pc-dropdown .pc-navi-child {
      position: absolute;
      top: calc(100% + 0px);
      left: 50%;
      text-align: left;
      z-index: 999;
      pointer-events: none;
      opacity: 0;
      width: 320px;
      -webkit-transform: translate(-50%, -10px);
              transform: translate(-50%, -10px);
      -webkit-transition: .4s ease-in-out;
      transition: .4s ease-in-out;
      padding: 30px;
      background: #fff; }
      .header .pc-dropdown .pc-navi-child li {
        text-align: center;
        width: 100%;
        font-size: 1.3rem;
        font-weight: 800;
        color: #5b4e46;
        text-align: left; }
      .header .pc-dropdown .pc-navi-child li:not(:last-child) {
        margin-bottom: 20px; }
    .header .pc-dropdown:hover .pc-navi-child {
      pointer-events: auto;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
      opacity: 1; }
  .header__sp-navi {
    display: none; }
    @media screen and (max-width: 960px) {
      .header__sp-navi {
        display: none;
        -webkit-transform: translateX(-100vw);
                transform: translateX(-100vw);
        -webkit-transition: all .3s;
        transition: all .3s; }
        .header__sp-navi.is-open {
          display: block;
          -webkit-transform: translateX(0);
                  transform: translateX(0);
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: 999;
          background-color: #fff;
          padding: 30px 20px;
          overflow: auto;
          -webkit-transition: all .3s;
          transition: all .3s;
          -webkit-overflow-scrolling: touch; }
        .header__sp-navi__list {
          margin-bottom: 20px;
          display: block; }
        .header__sp-navi__item {
          width: 100%;
          position: relative;
          -webkit-transition: .3s;
          transition: .3s;
          border-bottom: 1px solid #ddd;
          font-family: sweet-sans-pro, sans-serif;
          font-style: normal;
          font-weight: 800;
          letter-spacing: 0.15em; }
          .header__sp-navi__item .sp-navi-child {
            font-weight: 400;
            margin-bottom: 10px; }
            .header__sp-navi__item .sp-navi-child li {
              position: relative;
              padding-left: 20px; }
              .header__sp-navi__item .sp-navi-child li::before {
                position: absolute;
                content: '-';
                top: -1px;
                left: 10px; }
              .header__sp-navi__item .sp-navi-child li a {
                display: block; }
        .header__sp-navi__link {
          display: block;
          position: relative;
          padding: 10px 0;
          font-weight: 600; } }
  .header .humberger {
    display: none; }
    @media screen and (max-width: 960px) {
      .header .humberger {
        position: fixed;
        top: 10px;
        right: 10px;
        cursor: pointer;
        width: 40px;
        height: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-transition: .5s;
        transition: .5s;
        z-index: 9999; }
        .header .humberger span {
          background: #000;
          position: absolute;
          width: 20px;
          height: 1px;
          -webkit-transition: .4s;
          transition: .4s;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%); }
          .header .humberger span:nth-of-type(1) {
            top: 30%; }
          .header .humberger span:nth-of-type(2) {
            top: 50%; }
          .header .humberger span:nth-of-type(3) {
            bottom: 30%; }
        .header .humberger.is-open span:nth-of-type(1) {
          top: 50%;
          -webkit-transform: translateX(-50%) rotate(45deg);
                  transform: translateX(-50%) rotate(45deg); }
        .header .humberger.is-open span:nth-of-type(2) {
          display: none; }
        .header .humberger.is-open span:nth-of-type(3) {
          bottom: 50%;
          -webkit-transform: translateX(-50%) rotate(-45deg);
                  transform: translateX(-50%) rotate(-45deg); } }
    @media screen and (min-width: 767px) and (max-width: 960px) {
      .header .humberger {
        top: 17px;
        right: 5%; }
        .header .humberger span {
          width: 25px; } }

.footer {
  background: #958583; }
  .footer .container, .footer .header__inr {
    padding: 40px 0 100px; }
    @media screen and (max-width: 960px) {
      .footer .container, .footer .header__inr {
        padding: 60px 0; } }
  .footer__logo {
    margin-bottom: 25px;
    display: block; }
    @media screen and (max-width: 960px) {
      .footer__logo {
        margin-bottom: 40px;
        text-align: center; } }
    .footer__logo img {
      max-width: 130px;
      width: 100%; }
      @media screen and (max-width: 960px) {
        .footer__logo img {
          width: 46%; } }
  .footer__navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media screen and (max-width: 960px) {
      .footer__navi {
        display: block; } }
  .footer__block {
    font-family: sweet-sans-pro, sans-serif;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0.15em; }
    .footer__block:not(:last-child) {
      margin-right: 10%; }
      @media screen and (max-width: 960px) {
        .footer__block:not(:last-child) {
          margin: 0 0 10px; } }
  .footer__item:not(:last-child) {
    margin-bottom: 10px; }
    @media screen and (max-width: 960px) {
      .footer__item:not(:last-child) {
        margin-bottom: 0; } }
  @media screen and (max-width: 960px) {
    .footer .sp-bottom {
      margin: 0 0 10px; } }
  .footer__item__child li {
    position: relative;
    padding-left: 20px;
    font-weight: 400; }
    .footer__item__child li::before {
      position: absolute;
      content: '-';
      color: #fff;
      left: 5px; }
    .footer__item__child li:not(:last-child) {
      margin-bottom: 6px; }
      @media screen and (max-width: 767px) {
        .footer__item__child li:not(:last-child) {
          margin-bottom: 0; } }
  .footer__item__child a {
    color: #fff; }
  .footer__bottom {
    background: #3e3a39;
    color: #fff; }
    .footer__bottom .container, .footer__bottom .header__inr {
      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;
      font-size: 1.2rem;
      padding: 7px 0; }
  .footer__napla {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .footer__napla img {
      max-width: 64px;
      width: 100%; }
  .footer__copyright {
    font-family: fot-cezanne-pron, sans-serif;
    font-style: normal;
    font-weight: 500;
    -webkit-box-flex: 1.5;
        -ms-flex: 1.5;
            flex: 1.5;
    text-align: right; }

.t-contents {
  max-width: 1120px;
  width: 90%;
  margin: 0 auto; }

.u-contents {
  width: 100%;
  margin: 110px auto 0;
  padding-bottom: 90px; }
  @media screen and (max-width: 767px) {
    .u-contents {
      margin: 60px auto 0;
      padding-bottom: 60px; } }

.container, .header__inr {
  margin: 0 auto;
  max-width: 1180px;
  width: 90%; }

.breadcrumb {
  margin-bottom: 80px;
  background-color: #fbfbfb;
  padding: 10px 0; }
  @media screen and (max-width: 767px) {
    .breadcrumb {
      font-size: 1.3rem;
      margin-bottom: 60px; } }
  .breadcrumb ul li {
    display: inline; }
  .breadcrumb ul li + li:before {
    content: "/ ";
    padding: 0 5px;
    color: #ccc;
    vertical-align: 1px; }
  .breadcrumb a:hover {
    color: #5b4e46; }

.btn-more, .btn-more-long, .btn-more-link {
  width: 180px;
  padding: 6px 20px;
  display: block;
  text-align: center;
  background-color: #fff;
  border: solid 1px #5b4e46;
  color: #5b4e46;
  font-family: sweet-sans-pro, sans-serif;
  font-style: normal;
  font-weight: 800;
  margin: 0 auto;
  letter-spacing: 0.05em;
  position: relative; }
  @media screen and (max-width: 767px) {
    .btn-more, .btn-more-long, .btn-more-link {
      width: 100%; } }
  .btn-more-long {
    width: 270px;
    padding: 10px 20px; }
    @media screen and (max-width: 767px) {
      .btn-more-long {
        width: 100%;
        padding: 15px 20px; } }
    .btn-more-long::before {
      width: 11px;
      height: 21px; }
  .btn-more:before, .btn-more-long:before, .btn-more-link:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 16px;
    width: 9px;
    height: 18px;
    background-image: url(../../img/etmeme/arrow.png);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media screen and (max-width: 767px) {
      .btn-more:before, .btn-more-long:before, .btn-more-link:before {
        right: 10px; } }
  .btn-more-link:before {
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg); }
  .btn-more:hover, .btn-more-long:hover, .btn-more-link:hover {
    color: #fff;
    background-color: #5b4e46;
    border: 1px solid #5b4e46; }
    .btn-more:hover:before, .btn-more-long:hover:before, .btn-more-link:hover:before {
      background-image: url(../../img/etmeme/arrow_white.png); }

.common-detail {
  padding-bottom: 60px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .common-detail {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      padding-bottom: 0; } }
  .common-detail.detail01 .common-detail__img {
    right: 0; }
  .common-detail.detail01 .common-detail__unit {
    margin-right: auto; }
  .common-detail.detail02 .common-detail__img {
    left: 0; }
  .common-detail.detail02 .common-detail__unit {
    margin-left: auto; }
  .common-detail__unit {
    position: relative;
    z-index: 2;
    width: 53%;
    min-height: 390px;
    padding: 60px 40px;
    background: rgba(253, 253, 253, 0.8);
    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; }
    @media screen and (min-width: 767px) and (max-width: 960px) {
      .common-detail__unit {
        padding: 60px 10px; } }
    @media screen and (max-width: 767px) {
      .common-detail__unit {
        width: 94%;
        min-height: auto;
        display: block;
        padding: 30px 20px;
        margin: -40px auto 0; } }
  .common-detail__ttl {
    font-size: 3.0rem;
    font-family: fot-cezanne-pron, sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #5b4e46;
    line-height: 1.7;
    margin-bottom: 25px; }
    @media screen and (min-width: 767px) and (max-width: 960px) {
      .common-detail__ttl {
        font-size: 2.4rem;
        margin-bottom: 15px; } }
    @media screen and (max-width: 767px) {
      .common-detail__ttl {
        font-size: 2.4rem;
        line-height: 1.4;
        margin-bottom: 20px; } }
  .common-detail__img {
    width: 53%;
    min-height: 390px;
    height: 80%;
    position: absolute;
    bottom: 0;
    z-index: 1; }
    @media screen and (max-width: 767px) {
      .common-detail__img {
        width: 100%;
        min-height: auto;
        position: static; } }
    .common-detail__img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .common-detail .btn-more, .common-detail .btn-more-long, .common-detail .btn-more-link {
    margin-top: 30px; }

.common-ttl, .page-ttl {
  font-family: sweet-sans-pro, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 60px;
  letter-spacing: 0.15em;
  line-height: 1.7; }
  @media screen and (max-width: 767px) {
    .common-ttl, .page-ttl {
      margin-bottom: 40px; } }
  .common-ttl .img, .page-ttl .img {
    width: 120px;
    margin-right: 20px;
    display: inline-block; }
    .common-ttl .img img, .page-ttl .img img {
      vertical-align: baseline; }

.txt-link {
  text-decoration: underline; }
  .txt-link:hover {
    text-decoration: none; }

.mv {
  width: 90%;
  margin: 110px auto 0;
  background-image: url(./images/home/mv_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right; }
  @media screen and (min-width: 767px) and (max-width: 960px) {
    .mv {
      margin: 80px auto 0; } }
  @media screen and (max-width: 767px) {
    .mv {
      background-image: url(./images/home/mv_sp.jpg);
      background-size: 100%;
      width: 100%;
      margin: 60px auto 0;
      background-position: top; } }
  .mv__inr {
    padding: 10% 5% 16%; }
    @media screen and (max-width: 767px) {
      .mv__inr {
        padding: 290px 20px 20px; } }
    @media screen and (min-width: 767px) and (max-width: 960px) {
      .mv__inr {
        padding: 60px 10px; } }
  .mv__txt {
    width: 30%;
    min-width: 340px; }
    @media screen and (max-width: 767px) {
      .mv__txt {
        width: 100%; } }
    @media screen and (min-width: 767px) and (max-width: 960px) {
      .mv__txt {
        min-width: 280px; } }
    .mv__txt h2 {
      width: 70%;
      margin: 0 auto 35px; }
      @media screen and (min-width: 767px) and (max-width: 960px) {
        .mv__txt h2 {
          width: 74%;
          margin: 0 auto 10px; } }
      @media screen and (max-width: 767px) {
        .mv__txt h2 {
          margin: 0 0 15px; }
          .mv__txt h2 img {
            width: 64%; } }
    .mv__txt p {
      color: #fff;
      text-align: center;
      line-height: 2;
      letter-spacing: 0.1em;
      font-family: fot-cezanne-pron, sans-serif;
      font-style: normal;
      font-weight: 500; }
      @media screen and (min-width: 767px) and (max-width: 960px) {
        .mv__txt p {
          font-size: 1.3rem;
          letter-spacing: 0; } }
      @media screen and (max-width: 767px) {
        .mv__txt p {
          text-align: left;
          color: #000;
          letter-spacing: 0; } }

.home-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  opacity: 0.8;
  padding: 6px 40px; }
  @media screen and (max-width: 767px) {
    .home-news {
      opacity: 1;
      padding: 10px 20px; } }
  .home-news__type {
    font-family: sweet-sans-pro, sans-serif;
    font-style: normal;
    font-weight: 800;
    color: #5b4e46;
    letter-spacing: 0.1em;
    border: solid 1px #5b4e46;
    padding: 0px 3px;
    line-height: 1.3;
    margin-right: 20px; }
  .home-news__txt {
    font-family: fot-cezanne-pron, sans-serif;
    font-style: normal;
    font-weight: 500;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }

.home-concept {
  padding: 80px 0; }
  @media screen and (max-width: 767px) {
    .home-concept {
      padding: 60px 0; } }
  .home-concept .btn-more-long {
    margin-top: 60px; }
    @media screen and (max-width: 767px) {
      .home-concept .btn-more-long {
        margin-top: 20px; } }

.concept {
  margin-bottom: 30px; }
  @media screen and (max-width: 960px) {
    .concept {
      margin-bottom: 0; } }
  .concept-item01 {
    margin-bottom: 60px; }
  .concept-item02 {
    background-color: #fdfdfd;
    padding: 60px 0 130px;
    text-align: center; }
  .concept-container {
    max-width: 1120px;
    width: 90%;
    margin: 0 auto; }
  .concept-detail {
    text-align: center;
    margin-bottom: 120px; }
    @media screen and (max-width: 960px) {
      .concept-detail {
        margin-bottom: 60px; } }
  .concept-detail__ttl {
    font-size: 3.4rem;
    font-family: fot-cezanne-pron, sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #5b4e46;
    line-height: 1.4;
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      .concept-detail__ttl {
        font-size: 2.6rem;
        margin-bottom: 30px; } }
  .concept-detail__lead {
    font-size: 2.4rem;
    line-height: 1.4;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .concept-detail__lead {
        font-size: 2.0rem;
        margin-bottom: 20px; } }
  @media screen and (max-width: 767px) {
    .concept-detail__txt {
      text-align: left; } }
  .concept .common-detail {
    margin-bottom: 60px; }
  .concept__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      .concept__img {
        display: block;
        margin-bottom: 40px; } }
    .concept__img .img:last-child {
      margin-left: 130px; }
      @media screen and (min-width: 767px) and (max-width: 960px) {
        .concept__img .img:last-child {
          margin-left: 30px; } }
      @media screen and (max-width: 767px) {
        .concept__img .img:last-child {
          width: 60%;
          margin: 20px auto 0; } }
  .concept-desc {
    color: #5b4e46;
    text-align: center;
    display: inline-block;
    padding: 30px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .concept-desc {
        padding: 20px 30px; } }
    .concept-desc::before, .concept-desc::after {
      content: '';
      position: absolute;
      width: 60px;
      height: 60px;
      border: 0px;
      border-top: 1px solid #5b4e46;
      border-right: 1px solid #5b4e46; }
      @media screen and (max-width: 767px) {
        .concept-desc::before, .concept-desc::after {
          width: 40px;
          height: 40px; } }
    .concept-desc::before {
      top: 0;
      left: 0;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg); }
    .concept-desc::after {
      bottom: 0;
      right: 0;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
  .concept-desc__catch {
    font-size: 2.4rem;
    line-height: 1.4;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .concept-desc__catch {
        margin-bottom: 20px; } }
  @media screen and (max-width: 767px) {
    .concept-desc__txt {
      text-align: left; } }

.home-line-up {
  padding: 30px 0 100px; }
  @media screen and (max-width: 767px) {
    .home-line-up {
      padding: 20px 0 60px; } }
  .home-line-up .common-detail {
    margin-bottom: 60px; }
  .home-line-up .btn-more-long {
    margin-top: 60px; }
    @media screen and (max-width: 767px) {
      .home-line-up .btn-more-long {
        margin-top: 20px; } }

.line-up-item:not(:last-child) {
  margin-bottom: 120px; }
  @media screen and (max-width: 767px) {
    .line-up-item:not(:last-child) {
      margin-bottom: 60px; }
    .page-id-4913 .line-up-item:not(:last-child),
    .page-id-4947 .line-up-item:not(:last-child) {
        margin-bottom: 20px; }
       }

.line-up-item01 {
  margin-bottom: 120px; }
  @media screen and (max-width: 767px) {
    .line-up-item01 {
      margin-bottom: 60px; } }

.line-up-item02 {
  background-color: #b9aea7;
  padding: 120px 0;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .line-up-item02 {
      padding: 60px 0; } }
  .line-up-item02 .line-up__ttl01, .line-up-item02 .line-up__ttl02, .line-up-item02 .line-up__ttl03, .line-up-item02 .line-up__lead, .line-up-item02 .line-up__lead01 {
    color: #fff; }

.line-up-container {
  max-width: 1120px;
  width: 90%;
  margin: 0 auto; }

.line-up__ttl01, .line-up__ttl02, .line-up__ttl03 {
  font-size: 4.8rem;
  font-family: sweet-sans-pro, sans-serif;
  font-style: normal;
  font-weight: 800;
  color: #5b4e46;
  line-height: 1.4;
  letter-spacing: 0.15em;
  text-align: center;
  margin-bottom: 40px; }
  .line-up__ttl01 {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .line-up__ttl01 span {
    font-size: 1.8rem;
    line-height: 1.8;
  }
  @media screen and (max-width: 767px) {
    .line-up__ttl01, .line-up__ttl02, .line-up__ttl03 {
      font-size: 2.5rem;
      margin-bottom: 30px; } }
      .line-up__ttl01 span {
        font-size: 1.6rem;
      }
.line-up__ttl02, .line-up__ttl03 {
  font-size: 6.0rem;
  color: #958583;
  margin-bottom: 80px; }
  @media screen and (max-width: 767px) {
    .line-up__ttl02, .line-up__ttl03 {
      font-size: 4.0rem;
      margin-bottom: 30px; } }

.line-up__ttl03 {
  margin-bottom: 40px; }

.line-up-detail__box01 {
  margin-bottom: 120px; }
  @media screen and (max-width: 767px) {
    .line-up-detail__box01 {
      margin-bottom: 60px; } }

.line-up-heading01, .line-up-heading02, .line-up-heading03 {
  text-align: center;
  margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .line-up-heading01, .line-up-heading02, .line-up-heading03 {
      margin-bottom: 20px; } }
  .line-up-heading01 span, .line-up-heading02 span, .line-up-heading03 span {
    font-size: 1.8rem;
    font-family: sweet-sans-pro, sans-serif;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-align: center;
    background-color: #efefef;
    padding: 5px 30px;
    display: inline-block;
    min-width: 480px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .line-up-heading01 span, .line-up-heading02 span, .line-up-heading03 span {
        font-size: 1.8rem;
        padding: 10px;
        min-width: 100%; } }

.line-up-heading02 span {
  min-width: 240px;
  color: #fff;
  background-color: #238ac0; }
  @media screen and (max-width: 767px) {
    .line-up-heading02 span {
      min-width: 100%;
      line-height: 1.2; } }

.line-up-heading03 span {
  min-width: 240px;
  color: #5b4e46; }
  @media screen and (max-width: 767px) {
    .line-up-heading03 span {
      min-width: 100%; } }

.line-up__lead, .line-up__lead01 {
  font-size: 2.8rem;
  font-family: fot-cezanne-pron, sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #5b4e46;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 60px; }
  @media screen and (max-width: 767px) {
    .line-up__lead, .line-up__lead01 {
      font-size: 2.0rem;
      margin-bottom: 40px; } }

.line-up__lead01 {
  font-size: 2.4rem; }
  @media screen and (max-width: 767px) {
    .line-up__lead01 {
      font-size: 2.0rem; } }

.line-up__txt {
  padding: 0 20px;
  text-align: center;
  margin-bottom: 60px; }
  @media screen and (max-width: 767px) {
    .line-up__txt {
      margin-bottom: 30px; } }

.line-up .common-detail__unit {
  text-align: center; }
  @media screen and (max-width: 767px) {
    .line-up .common-detail__unit {
      text-align: left; } }

.line-up .common-detail__ttl {
  font-size: 2.0rem; }

.line-up .product-info {
  margin-top: 40px; }

.line-up .product-info__point {
  font-size: 1.4rem; }
  @media screen and (max-width: 767px) {
    .line-up .product-info__point {
      font-size: 1.2rem; } }

.line-up .product-info__unit + .product-info__unit {
  margin-top: 40px; }
  @media screen and (max-width: 767px) {
    .line-up .product-info__unit + .product-info__unit {
      margin-top: 30px; } }

.line-up .product-info__unit .product-info__point {
  color: #5b4e46;
  margin-right: 10px; }
  @media screen and (min-width: 767px) and (max-width: 960px) {
    .line-up .product-info__unit .product-info__point {
      margin-right: 20px; } }
  @media screen and (max-width: 767px) {
    .line-up .product-info__unit .product-info__point {
      margin-right: 15px; } }

.line-up .product-info__unit .txt {
  width: calc(100% - 100px); }
  @media screen and (min-width: 767px) and (max-width: 960px) {
    .line-up .product-info__unit .txt {
      width: calc(100% - 90px); } }
  @media screen and (max-width: 767px) {
    .line-up .product-info__unit .txt {
      width: calc(100% - 85px); } }

.line-up .list-check {
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    .line-up .list-check {
      margin-bottom: 30px; } }
  .line-up .list-check li {
    font-family: fot-cezanne-pron, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 1.8rem;
    padding-left: 30px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .line-up .list-check li {
        font-size: 1.6rem;
        padding-left: 25px; } }
    .line-up .list-check li + li {
      margin-top: 10px; }
    .line-up .list-check li::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 23px;
      height: 23px; }
      @media screen and (max-width: 767px) {
        .line-up .list-check li::before {
          width: 20px;
          height: 20px; } }

.product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px; }
  @media screen and (max-width: 767px) {
    .product-list.list01 {
      margin-bottom: 40px;
    }
  }
  .product-list.list01 .product-list__item {
    width: calc(100% / 3 - 40px); }
    @media screen and (min-width: 767px) and (max-width: 960px) {
      .product-list.list01 .product-list__item {
        width: calc(100% / 3 - 20px); } }
    @media screen and (max-width: 767px) {
      .product-list.list01 .product-list__item {
        width: 100%; } }
    .product-list.list01 .product-list__item:not(:nth-child(3n)) {
      margin-right: 60px; }
      @media screen and (min-width: 767px) and (max-width: 960px) {
        .product-list.list01 .product-list__item:not(:nth-child(3n)) {
          margin-right: 30px; } }
      @media screen and (max-width: 767px) {
        .product-list.list01 .product-list__item:not(:nth-child(3n)) {
          margin-right: 0; } }
    .product-list.list01 .product-list__item:nth-child(n+4) {
      margin-top: 60px; }
      @media screen and (max-width: 767px) {
        .product-list.list01 .product-list__item:nth-child(n+4) {
          margin-top: 0; } }
    @media screen and (max-width: 767px) {
      .product-list.list01 .product-list__item:nth-child(n+2) {
        margin-top: 40px; } }
  .product-list.list02 .product-list__item {
    width: calc(100% / 4 - 45px); }
    @media screen and (min-width: 767px) and (max-width: 960px) {
      .product-list.list02 .product-list__item {
        width: calc(100% / 4 - 25px); } }
    @media screen and (max-width: 767px) {
      .product-list.list02 .product-list__item {
        width: calc(100% / 2 - 10px); } }
    .product-list.list02 .product-list__item:not(:nth-child(4n)) {
      margin-right: 60px; }
      @media screen and (min-width: 767px) and (max-width: 960px) {
        .product-list.list02 .product-list__item:not(:nth-child(4n)) {
          margin-right: 30px; } }
      @media screen and (max-width: 767px) {
        .product-list.list02 .product-list__item:not(:nth-child(4n)) {
          margin-right: 0; } }
    @media screen and (max-width: 767px) {
      .product-list.list02 .product-list__item:not(:nth-child(2n)) {
        margin-right: 20px; } }
    @media screen and (max-width: 767px) {
      .product-list.list02 .product-list__item:nth-child(n+3) {
        margin-top: 40px; } }
  .product-list__img {
    min-height: 240px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .product-list__img {
        min-height: auto; } }
  .product-list.list01 .product-list__img {
    height: 250px;
  }
  .product-list.list01 .product-list__img img {
    height: 100%;
  }
  .product-list__price {
    text-align: center; }
    .product-list__price .ttl {
      margin-bottom: 5px; }
    .product-list__price .txt {
      font-size: 1.3rem; }

.product-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #5b4e46; }
  @media screen and (min-width: 769px) {
    .product-info li + li + li {
      margin-top: 60px; } }
  @media screen and (max-width: 767px) {
    .product-info {
      display: block; }
      .product-info li + li {
        margin-top: 40px; } }
  .product-info__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 46%; }
    @media screen and (min-width: 767px) and (max-width: 960px) {
      .product-info__item {
        width: 48%; } }
    @media screen and (max-width: 767px) {
      .product-info__item {
        width: 100%; } }
  .product-info__point {
    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;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    background-color: #eae6e5;
    width: 90px;
    height: 90px;
    border-radius: 45px;
    margin-right: 40px; }
    @media screen and (min-width: 767px) and (max-width: 960px) {
      .product-info__point {
        font-size: 1.5rem;
        width: 80px;
        height: 80px;
        margin-right: 20px; } }
    @media screen and (max-width: 767px) {
      .product-info__point {
        font-size: 1.6rem;
        width: 70px;
        height: 70px;
        margin-right: 15px; } }
  .product-info__unit {
    width: calc(100% - 130px); }
    @media screen and (min-width: 767px) and (max-width: 960px) {
      .product-info__unit {
        width: calc(100% - 80px); } }
    @media screen and (max-width: 767px) {
      .product-info__unit {
        width: 100%; } }
    .product-info__unit.unit02 {
      width: 100%; }
    .product-info__unit dt, .product-info__unit p {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .product-info__unit dt .desc, .product-info__unit p .desc {
        text-align: center;
        font-size: 1.5rem;
        line-height: 1.6;
        width: calc(100% - 100px);
        margin-bottom: 0; }
        @media screen and (min-width: 767px) and (max-width: 960px) {
          .product-info__unit dt .desc, .product-info__unit p .desc {
            width: calc(100% - 90px); } }
        @media screen and (max-width: 767px) {
          .product-info__unit dt .desc, .product-info__unit p .desc {
            text-align: left;
            width: calc(100% - 80px); } }
      .product-info__unit dt .txt, .product-info__unit p .txt {
        width: 100%;
        font-size: 2.0rem;
        font-weight: bold;
        color: #5b4e46;
        line-height: 1.4;
        text-align: center;
        display: block; }
        @media screen and (max-width: 960px) {
          .product-info__unit dt .txt, .product-info__unit p .txt {
            font-size: 2.0rem; } }
        @media screen and (max-width: 767px) {
          .product-info__unit dt .txt, .product-info__unit p .txt {
            text-align: left;
            width: calc(100% - 85px); } }
        .product-info__unit dt .txt span, .product-info__unit p .txt span {
          font-size: 1.6rem; }
          @media screen and (max-width: 960px) {
            .product-info__unit dt .txt span, .product-info__unit p .txt span {
              font-size: 1.4rem; } }
    .product-info__unit dd {
      margin-top: 20px; }

.product-detail__desc {
  position: relative;
  z-index: 2;
  width: 52%;
  max-width: 620px;
  min-height: 520px;
  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;
  line-height: 1.6;
  padding: 60px; }
  @media screen and (min-width: 767px) and (max-width: 960px) {
    .product-detail__desc {
      padding: 60px 30px;
      width: 60%; } }
  @media screen and (max-width: 767px) {
    .product-detail__desc {
      width: 100%;
      min-height: auto;
      display: block;
      padding: 30px 20px;
      margin: -40px auto 0; } }
  .product-detail__desc .ttl {
    font-family: fot-cezanne-pron, sans-serif;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px; }
    .product-detail__desc .ttl span {
      font-size: 2.4rem;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #8c8c8c));
      background: linear-gradient(transparent 60%, #8c8c8c 60%); }

.product-detail01__item + .product-detail01__item {
  margin-top: 120px; }

@media screen and (max-width: 767px) {
  .product-detail01__item + .product-detail01__item {
    margin-top: 80px; } }

.product-detail01__item:nth-child(even) .product-detail01__img {
  right: 0; }

.product-detail01__item:nth-child(even) .product-detail__desc {
  margin-right: auto; }

.product-detail01__item:nth-child(odd) .product-detail01__img {
  left: 0; }

.product-detail01__item:nth-child(odd) .product-detail__desc {
  margin-left: auto; }

.product-detail01 .line-up-heading02 {
  padding: 0 20px;
  margin-bottom: 30px; }
  .product-detail01 .line-up-heading02 span {
    background-color: #5b4e46;
    color: #efefef; }

.product-detail01 .line-up__lead, .product-detail01 .line-up__lead01 {
  font-size: 3.0rem;
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .product-detail01 .line-up__lead, .product-detail01 .line-up__lead01 {
      font-size: 2.2rem;
      margin-bottom: 20px; } }

.product-detail01__txt {
  font-size: 2.0rem;
  font-family: fot-cezanne-pron, sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .product-detail01__txt {
      text-align: left;
      font-size: 1.6rem;
      padding: 0 10px;
      margin-bottom: 30px; } }
  .product-detail01__txt span {
    font-size: 1.4rem;
    display: inline-block; }
    @media screen and (max-width: 767px) {
      .product-detail01__txt span {
        font-size: 1.2rem;
        margin-top: 5px; } }
  .product-detail01__txt sub {
    font-size: 1.0rem;
    vertical-align: text-top; }

.product-detail01__unit {
  padding-top: 80px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .product-detail01__unit {
      padding-top: 60px; } }
  @media screen and (max-width: 767px) {
    .product-detail01__unit {
      padding-top: 0; } }

.product-detail01__img {
  width: 52%;
  min-height: 520px;
  height: 80%;
  position: absolute;
  top: 0;
  z-index: 1; }
  @media screen and (max-width: 767px) {
    .product-detail01__img {
      width: 100%;
      min-height: auto;
      height: auto;
      position: static; } }
  .product-detail01__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.product-detail01__container {
  max-width: 1120px;
  width: 90%;
  margin: 0 auto; }

.product-detail01 .product-detail__desc {
  background-color: rgba(91, 78, 70, 0.8);
  color: #fff; }

.product-detail01 .list-check li::before {
  background: url(../../img/etmeme/icon_check_p.png) no-repeat;
  background-size: cover; }

.product-detail02__item {
  padding: 80px 0 60px; }
  @media screen and (max-width: 767px) {
    .product-detail02__item {
      padding: 0 0 80px; } }

.product-detail02__item.item01 {
  background: url(../../img/etmeme/homecare-st_detail_img01.jpg) no-repeat;
  background-size: cover;
  background-position: center; }
  @media screen and (max-width: 767px) {
    .product-detail02__item.item01 {
      background: unset; } }
  .product-detail02__item.item01 .product-detail__desc {
    margin-right: auto; }
    .product-detail02__item.item01 .product-detail__desc .ttl span {
      background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #d7e8dd));
      background: linear-gradient(transparent 60%, #d7e8dd 60%); }
    .product-detail02__item.item01 .product-detail__desc .product-info__point {
      background-color: #d7e8dd; }

.product-detail02__item.item02 {
  background: url(../../img/etmeme/homecare-st_detail_img02.jpg) no-repeat;
  background-size: cover;
  background-position: center; }
  @media screen and (max-width: 767px) {
    .product-detail02__item.item02 {
      background: unset; } }
  .product-detail02__item.item02 .product-detail__desc {
    margin-left: auto; }
    .product-detail02__item.item02 .product-detail__desc .ttl span {
      background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ecd8e7));
      background: linear-gradient(transparent 60%, #ecd8e7 60%); }
    .product-detail02__item.item02 .product-detail__desc .product-info__point {
      background-color: #ecd8e7; }

.product-detail02__item.item03 {
  background: url(../../img/etmeme/homecare-st_detail_img03.jpg) no-repeat;
  background-size: cover;
  background-position: center; }
  @media screen and (max-width: 767px) {
    .product-detail02__item.item03 {
      padding-bottom: 50px;
      background: unset; } }
  .product-detail02__item.item03 .product-detail__desc {
    margin-right: auto; }
    .product-detail02__item.item03 .product-detail__desc .ttl span {
      background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ebe7d9));
      background: linear-gradient(transparent 60%, #ebe7d9 60%); }
    .product-detail02__item.item03 .product-detail__desc .product-info__point {
      background-color: #ebe7d9; }

.product-detail02 .line-up__lead, .product-detail02 .line-up__lead01 {
  font-size: 2.4rem;
  color: #000;
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .product-detail02 .line-up__lead, .product-detail02 .line-up__lead01 {
      font-size: 2.0rem; } }

@media screen and (max-width: 767px) {
  .product-detail02 .line-up__txt {
    text-align: left; } }

.product-detail02 .line-up-heading03 {
  padding: 0 20px; }

.product-detail02__unit {
  position: relative; }

.product-detail02__img {
  display: none; }
  @media screen and (max-width: 767px) {
    .product-detail02__img {
      display: block;
      width: 100%;
      min-height: auto; } }

.product-detail02__container {
  max-width: 1120px;
  width: 90%;
  margin: 0 auto; }

.product-detail02 .product-detail__desc {
  background-color: #fdfdfd;
  -webkit-box-shadow: 2px 2px 6px 0px rgba(89, 77, 72, 0.5);
          box-shadow: 2px 2px 6px 0px rgba(89, 77, 72, 0.5); }

.product-detail02 .list-check li::before {
  background: url(../../img/etmeme/icon_check.png) no-repeat;
  background-size: cover; }

.product-detail03 {
  margin-bottom: 100px; }
  @media screen and (max-width: 767px) {
    .product-detail03 {
      display: block; } }
  .product-detail03__item:not(:last-child) {
    margin-bottom: 80px; }
  .product-detail03__item .product-detail03__img {
    margin-right: 30px; }
    @media screen and (max-width: 767px) {
      .product-detail03__item .product-detail03__img {
        margin: 0 auto 20px; } }
  .product-detail03__item:nth-child(even) .product-detail03__unit {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .product-detail03__item:nth-child(even) .product-detail03__img {
    margin-left: 30px; }
    @media screen and (max-width: 767px) {
      .product-detail03__item:nth-child(even) .product-detail03__img {
        margin: 0 auto 20px; } }
  .product-detail03__ttl {
    font-size: 4.8rem;
    font-family: sweet-sans-pro, sans-serif;
    font-style: normal;
    font-weight: 800;
    text-align: center;
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .product-detail03__ttl {
        font-size: 3.6rem;
        margin-bottom: 20px; } }
  .product-detail03 .line-up__lead, .product-detail03 .line-up__lead01 {
    font-size: 3.0rem; }
    @media screen and (max-width: 767px) {
      .product-detail03 .line-up__lead, .product-detail03 .line-up__lead01 {
        font-size: 2.2rem; } }
  .product-detail03__info {
    margin-bottom: 40px; }
    .product-detail03__info.sp {
      display: none;
    }
    @media screen and (max-width: 767px) {
      .product-detail03__info.pc {
        display: none;
      }
      .product-detail03__info.sp {
        display: block;
      }
      .product-detail03__info {
        margin-bottom: 30px; } }
    .product-detail03__info .ttl {
      font-family: fot-cezanne-pron, sans-serif;
      font-style: normal;
      font-weight: 500;
      font-size: 2.0rem;
      /* text-align: center; */
      line-height: 1.6;
      margin-bottom: 30px; }
      @media screen and (max-width: 767px) {
        .product-detail03__info .ttl {
          font-size: 1.8rem;
          text-align: left;
          margin-bottom: 20px; } }
    .product-detail03__info .txt {
      /* text-align: center; */
    }
      @media screen and (max-width: 767px) {
        .product-detail03__info .txt {
          text-align: left; } }
  .product-detail03__unit {
    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; }
    @media screen and (max-width: 767px) {
      .product-detail03__unit {
        display: block; } }
  .product-detail03__img {
    -webkit-box-flex: 0.5;
        -ms-flex: 0.5;
            flex: 0.5;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .product-detail03__img {
        width: 30%; } }
  .product-detail03__desc {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 500px; }
    .product-detail03__desc .inner {
      padding: 40px 60px;
      background-color: #ebf3ff;
      line-height: 1.4;
      -webkit-box-shadow: 2px 2px 6px 0px rgba(89, 77, 72, 0.5);
            box-shadow: 2px 2px 6px 0px rgba(89, 77, 72, 0.5);
    }
    @media screen and (max-width: 767px) {
      .product-detail03__desc {
        max-width: 100%;
      }
      .product-detail03__desc .inner {
        padding: 30px 20px;
      }
      }
    .product-detail03__desc .line-up-heading02 {
      margin-bottom: 30px; }
  .product-detail03__inr:not(:last-child) {
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .product-detail03__inr:not(:last-child) {
        margin-bottom: 30px; } }
  .product-detail03__inr .ttl {
    font-size: 2.0rem;
    font-weight: bold;
    color: #5b4e46;
    text-align: center;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .product-detail03__inr .ttl {
        font-size: 1.8rem;
        text-align: left;
        margin-bottom: 5px; } }
  .product-detail03__inr .note {
    font-size: 1.3rem;
    text-align: center;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .product-detail03__inr .note {
        text-align: left;
        margin-bottom: 20px; } }

.product-flow {
  text-align: center; }
  .product-flow__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (max-width: 767px) {
      .product-flow__list {
        display: block; } }
  .product-flow__ttl {
    font-size: 3.0rem;
    font-family: fot-cezanne-pron, sans-serif;
    color: #5b4e46;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .product-flow__ttl {
        font-size: 2.2rem;
        margin-bottom: 10px; } }
  .product-flow .line-up-heading03 {
    margin-bottom: 20px; }
    .product-flow .line-up-heading03 span {
      background-color: transparent;
      border: 1px solid #5b4e46;
      font-size: 1.6rem; }
  .product-flow .line-up-heading02 span {
    font-size: 1.6rem; }
  .product-flow__item {
    text-align: center;
    max-width: 440px;
    width: 48%; }
    @media screen and (max-width: 767px) {
      .product-flow__item {
        max-width: 100%;
        width: 100%; } }
  .product-flow__item:not(:last-child) {
    margin-right: 5%; }
    @media screen and (max-width: 767px) {
      .product-flow__item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 40px; } }
  .product-flow__unit {
    background-color: #ebf3ff;
    padding: 40px 20px; }
    @media screen and (max-width: 767px) {
      .product-flow__unit {
        padding: 30px 20px; } }
    .product-flow__unit .ttl {
      font-family: fot-cezanne-pron, sans-serif;
      font-size: 1.8rem;
      line-height: 1.6;
      margin-bottom: 30px; }
      @media screen and (max-width: 767px) {
        .product-flow__unit .ttl {
          font-size: 1.5rem;
          margin-bottom: 20px; } }
      .product-flow__unit .ttl span {
        font-size: 3.0rem; }
        @media screen and (max-width: 767px) {
          .product-flow__unit .ttl span {
            font-size: 2.4rem; } }

.point .line-up-heading03 {
  margin-bottom: 80px; }
  @media screen and (max-width: 767px) {
    .point .line-up-heading03 {
      margin-bottom: 40px; } }

.point-inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 980px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .point-inr {
      display: block; } }

.point-wrap {
  background-color: #efefef;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 40px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .point-wrap {
      width: 100%;
      padding: 40px 20px 30px; } }

.point-wrap:not(:last-child) {
  margin-right: 60px; }
  @media screen and (max-width: 767px) {
    .point-wrap:not(:last-child) {
      margin-right: 0;
      margin-bottom: 40px; } }

.point-num {
  position: absolute;
  top: -40px;
  left: -40px; }
  @media screen and (max-width: 767px) {
    .point-num {
      top: -30px;
      left: -10px;
      width: 70px; } }

.point-ttl {
  font-family: fot-cezanne-pron, sans-serif;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px; }
  .point-ttl .ttl {
    font-size: 2.4rem;
    line-height: 1.6;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .point-ttl .ttl {
        font-size: 2.0rem;
        margin-bottom: 10px; } }
  .point-ttl .lead {
    display: inline-block;
    font-size: 1.6rem;
    color: #fff;
    background-color: #5b4e46;
    padding: 5px 30px;
    margin-bottom: 10px; }
  .point-ttl .txt {
    text-align: center;
    line-height: 1.7; }
    .point-ttl .txt span {
      font-size: 1.2rem; }

.point-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px; }
  @media screen and (max-width: 767px) {
    .point-list {
      margin-top: 10px; } }
  .point-list li {
    max-width: 200px;
    width: 49%;
    padding: 10px 5px;
    text-align: center;
    background-color: #ccc;
    line-height: 1.4;
    font-size: 1.4rem;
    font-weight: bold;
    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; }
    @media screen and (max-width: 767px) {
      .point-list li {
        font-size: 1.3rem;
        padding: 10px 5px; } }
    .point-list li span {
      font-size: 1.2rem;
      font-weight: normal; }
  .point-list li + li + li {
    margin-top: 5px; }

.point-box {
  font-size: 1.3rem;
  padding: 10px;
  background-color: #ccc; }

.home-magazine__container {
  max-width: 960px;
  width: 100%;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .home-magazine__container {
      padding: 20px 0 60px; } }

.home-magazine__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-bottom: 60px; }
  @media screen and (max-width: 767px) {
    .home-magazine__list {
      margin-bottom: 40px; } }

.home-magazine__item {
  width: calc(100% / 3 - 40px); }
  @media screen and (min-width: 767px) and (max-width: 960px) {
    .home-magazine__item {
      width: calc(100% / 3 - 20px); } }
  @media screen and (max-width: 767px) {
    .home-magazine__item {
      width: 100%; } }
  .home-magazine__item:not(:nth-child(3n)) {
    margin-right: 60px; }
    @media screen and (min-width: 767px) and (max-width: 960px) {
      .home-magazine__item:not(:nth-child(3n)) {
        margin-right: 30px; } }
    @media screen and (max-width: 767px) {
      .home-magazine__item:not(:nth-child(3n)) {
        margin-right: 0; } }
  .home-magazine__item:nth-child(n+4) {
    margin-top: 60px; }
    @media screen and (max-width: 767px) {
      .home-magazine__item:nth-child(n+4) {
        margin-top: 0; } }
  @media screen and (max-width: 767px) {
    .home-magazine__item:nth-child(n+2) {
      margin-top: 50px; } }

.home-magazine__img {
  margin-bottom: 15px; }

.magazine {
  max-width: 1180px;
  width: 90%;
  margin: 0 auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .magazine {
      display: block;
      margin: 0 auto; } }
  .magazine__container {
    width: 740px; }
    @media screen and (max-width: 767px) {
      .magazine__container {
        width: 100%;
        margin-bottom: 60px; } }
  .magazine__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin-bottom: 60px; }
    @media screen and (max-width: 767px) {
      .magazine__list {
        margin-bottom: 40px; } }
  .magazine__item {
    width: calc(100% / 2 - 40px); }
    @media screen and (min-width: 767px) and (max-width: 960px) {
      .magazine__item {
        width: calc(100% / 2 - 20px); } }
    @media screen and (max-width: 767px) {
      .magazine__item {
        width: 100%; } }
    .magazine__item:not(:nth-child(2n)) {
      margin-right: 60px; }
      @media screen and (min-width: 767px) and (max-width: 960px) {
        .magazine__item:not(:nth-child(2n)) {
          margin-right: 30px; } }
      @media screen and (max-width: 767px) {
        .magazine__item:not(:nth-child(2n)) {
          margin-right: 0; } }
    @media screen and (min-width: 769px) {
      .magazine__item:nth-child(n+3) {
        margin-top: 60px; } }
    @media screen and (max-width: 767px) {
      .magazine__item:nth-child(n+2) {
        margin-top: 50px; } }
  .magazine__img {
    margin-bottom: 15px; }
  .magazine .post-category {
    margin-bottom: 10px; }
  .magazine__txt {
    font-weight: normal;
    margin-bottom: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
    @media screen and (max-width: 767px) {
      .magazine__txt {
        line-height: 1.4;
        margin-bottom: 15px; } }

.home-media__container {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  padding: 110px 0; }
  @media screen and (max-width: 767px) {
    .home-media__container {
      padding: 20px 0 60px; } }

.home-media__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-bottom: 60px; }

.home-media__item {
  width: calc(100% / 4 - 45px); }
  @media screen and (min-width: 767px) and (max-width: 960px) {
    .home-media__item {
      width: calc(100% / 4 - 25px); } }
  @media screen and (max-width: 767px) {
    .home-media__item {
      width: calc(100% / 2 - 10px); } }
  .home-media__item:not(:nth-child(4n)) {
    margin-right: 60px; }
    @media screen and (min-width: 767px) and (max-width: 960px) {
      .home-media__item:not(:nth-child(4n)) {
        margin-right: 30px; } }
    @media screen and (max-width: 767px) {
      .home-media__item:not(:nth-child(4n)) {
        margin-right: 0; } }
  @media screen and (max-width: 767px) {
    .home-media__item:not(:nth-child(2n)) {
      margin-right: 20px; } }
  @media screen and (max-width: 767px) {
    .home-media__item:nth-child(n+3) {
      margin-top: 40px; } }

.media {
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .media {
      margin-bottom: 0; } }
  .media-container {
    max-width: 860px;
    width: 90%;
    margin: 0 auto; }
  .media__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    margin-bottom: 80px; }
  .media__item:nth-child(n+4) {
    margin-top: 60px; }
  .media__item {
    max-width: 231px;
    width: 30%; }
    @media screen and (max-width: 767px) {
      .media__item {
        width: calc(100% / 2 - 10px); } }
    .media__item:not(:nth-child(3n)) {
      margin-right: 80px; }
      @media screen and (min-width: 767px) and (max-width: 960px) {
        .media__item:not(:nth-child(3n)) {
          margin-right: 5%; } }
      @media screen and (max-width: 767px) {
        .media__item:not(:nth-child(3n)) {
          margin-right: 0; } }
    @media screen and (max-width: 767px) {
      .media__item:not(:nth-child(2n)) {
        margin-right: 20px; } }
    @media screen and (max-width: 767px) {
      .media__item:nth-child(n+3) {
        margin-top: 40px; } }
  .media__img {
    text-align: center;
    margin-bottom: 10px; }
  .media__txt {
    font-weight: normal; }

/*------------
サイドナビ
--------------*/
.side-navi {
  width: 380px;
  margin-left: 60px; }
  @media screen and (min-width: 767px) and (max-width: 960px) {
    .side-navi {
      margin-left: 40px; } }
  @media screen and (max-width: 767px) {
    .side-navi {
      width: 100%;
      margin-left: 0;
      margin-top: 60px; } }
  .side-navi__item:not(:last-child) {
    margin-bottom: 90px; }
    @media screen and (max-width: 767px) {
      .side-navi__item:not(:last-child) {
        margin-bottom: 40px; } }
  .side-navi .ttl {
    font-size: 2.0rem;
    font-family: sweet-sans-pro, sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
    padding: 0 0 20px; }
    @media screen and (max-width: 767px) {
      .side-navi .ttl {
        padding: 0 0 15px; } }

.side-category li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 30px 20px 0; }
  @media screen and (max-width: 767px) {
    .side-category li a {
      padding: 15px 0; } }
  .side-category li a .txt {
    font-family: sweet-sans-pro, sans-serif;
    font-style: normal;
    font-weight: 500;
    margin-right: 10px; }

.side-category a:hover {
  color: #5b4e46; }

.side-keyword, .post-single__navi-keyword {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    .side-keyword, .post-single__navi-keyword {
      padding-top: 15px; } }
  .side-keyword li a, .post-single__navi-keyword li a {
    font-size: 1.3rem;
    line-height: 1.4;
    color: #333;
    padding: 5px 20px;
    border: 1px solid #333;
    display: block; }
  .side-keyword li:not(:last-child), .post-single__navi-keyword li:not(:last-child) {
    margin-right: 10px;
    margin-bottom: 10px; }
  .side-keyword a:hover, .post-single__navi-keyword a:hover {
    color: #fff;
    background-color: #333; }

.side-post {
  padding-top: 20px; }
  @media screen and (max-width: 767px) {
    .side-post {
      padding-top: 15px; } }
  .side-post__item:not(:last-child) {
    margin-bottom: 30px; }
  .side-post__item:nth-child(1) .side-post__img::before {
    content: '1'; }
  .side-post__item:nth-child(2) .side-post__img::before {
    content: '2'; }
  .side-post__item:nth-child(3) .side-post__img::before {
    content: '3'; }
  .side-post__item:nth-child(4) .side-post__img::before {
    content: '4'; }
  .side-post__item:nth-child(5) .side-post__img::before {
    content: '5'; }
  .side-post__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .side-post__img {
    width: 120px;
    height: 120px;
    position: relative; }
    @media screen and (min-width: 767px) and (max-width: 960px) {
      .side-post__img {
        width: 80px;
        height: 80px; } }
    .side-post__img::before {
      content: ''; }
    .side-post__img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .side-post__img::before {
      position: absolute;
      top: 0;
      left: 0;
      background-color: #efacda;
      width: 25px;
      height: 25px;
      font-size: 1.8rem;
      font-family: sweet-sans-pro, sans-serif;
      font-style: normal;
      font-weight: 500;
      color: #fff;
      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; }
  .side-post__desc {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 20px; }
    @media screen and (min-width: 767px) and (max-width: 960px) {
      .side-post__desc {
        margin-left: 10px; } }
  .side-post__ttl {
    font-weight: normal; }
    @media screen and (min-width: 767px) and (max-width: 960px) {
      .side-post__ttl {
        font-size: 1.3rem; } }

.post-time {
  font-size: 1.3rem; }

.post-category {
  margin-bottom: 10px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .post-category span {
    font-size: 1.3rem;
    color: #fff;
    padding: 4px 10px; }
  .post-category .information {
    background: #958583; }
  .post-category .column {
    background: #b690a9; }
  .post-category .magazine_cat {
    background: #bacbac; }
  .post-category .product {
    background: #acb0cb; }
  .post-category .others {
    background: #838788; }

.post-single__item:not(:last-child) {
  padding-bottom: 80px;
  margin-bottom: 80px;
  border-bottom: 1px solid #efefef; }
  @media screen and (min-width: 767px) and (max-width: 960px) {
    .post-single__item:not(:last-child) {
      padding-bottom: 60px;
      margin-bottom: 60px; } }
  @media screen and (max-width: 767px) {
    .post-single__item:not(:last-child) {
      padding-bottom: 40px;
      margin-bottom: 40px; } }

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

.post-single__desc {
  margin-bottom: 30px; }

.post-single .post-category span {
  font-size: 1.6rem; }

.post-single__time {
  font-size: 1.6rem; }

.post-single__ttl {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.6; }
  @media screen and (max-width: 767px) {
    .post-single__ttl {
      font-size: 2.4rem; } }

.post-single__inr .item:not(:last-child) {
  margin-bottom: 60px; }

.post-single__inr .item__img {
  text-align: center;
  margin-bottom: 50px; }

.post-single__lead {
  font-size: 2.4rem;
  line-height: 1.4;
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .post-single__lead {
      font-size: 2.0rem;
      margin-bottom: 20px; } }

.post-single__navi .ttl {
  font-size: 2.0rem;
  font-family: fot-cezanne-pron, sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 50px; }
  @media screen and (min-width: 767px) and (max-width: 960px) {
    .post-single__navi .ttl {
      margin-bottom: 30px; } }
  @media screen and (max-width: 767px) {
    .post-single__navi .ttl {
      margin-bottom: 20px; } }

.post-single__navi-keyword {
  padding-top: 0; }

.post-share__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 30px; }
  .post-share__list li:not(:last-child) {
    margin-right: 10px; }

.postdata h3 {
  font-size: 2.2rem;
  color: #5b4e46; }

.postdata h4 {
  font-size: 2.0rem; }

.postdata h5 {
  font-size: 1.8rem;
  padding-left: 10px;
  position: relative; }
  .postdata h5:after {
    content: '-';
    color: #5b4e46;
    position: absolute;
    display: block;
    top: 0;
    left: 0; }

.postdata h6 {
  font-size: 18px;
  color: #5b4e46; }

.postdata p, .postdata ul, .postdata ol {
  margin-bottom: 15px; }

.postdata a {
  text-decoration: underline; }
  .postdata a:hover {
    text-decoration: none; }

.postdata strong {
  font-weight: bold; }

.postdata em {
  font-style: italic; }

.postdata ul li {
  list-style: inside disc; }
  .postdata ul li > ul {
    margin: 0 0 0 15px; }

.postdata ol li {
  list-style: inside decimal; }
  .postdata ol li > ol {
    margin: 0 0 0 15px; }

/*一覧用ページャー*/
.post-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .post-number a {
    color: #958583;
    display: inline-block;
    padding: 0 10px;
    position: relative; }
    .post-number a:hover {
      color: #5b4e46; }
  .post-number .next a img {
    width: 10px;
    height: 20px; }
  .post-number .prev a img {
    width: 10px;
    height: 20px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .post-number .page-active {
    color: #5b4e46;
    display: inline-block;
    padding: 0 10px; }
/*# sourceMappingURL=style.css.map */

/*一サロンリストー*/
.salonlist {
  color: #424242;
  padding: 0 10px;
  max-width: 1180px;
  margin: 0 auto;
  box-sizing: border-box;
  overflow-x: hidden;
}
.salonlist__block {
  margin-bottom: 60px;
}
.salonlist__ttl {
  font-size: 1.6em;
  margin-bottom: 30px;
  text-align: center;
  font-weight: normal;
}
.salonlist__list {
  display: flex;
  flex-wrap: wrap;
}
.salonlist__item {
  width: 25%;
  margin-bottom: 80px;
  box-sizing: border-box;
  padding-right: calc(25% / 3);
  font-size: 0.9em;
}
.salonlist__area {
  font-size: 1.125em;
  text-indent: -0.5em;
}
.salonlist__link {
  font-size: 0.75em;
  color: #424242;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  .salonlist {
    width: 94.6667vw;
    padding: 0 2.6667vw;
  }
  .salonlist__block {
    margin-bottom: 15.3333vw;
  }
  .salonlist__ttl {
    font-size: 5.3334vw;
    margin-bottom: 8vw;
  }
  .salonlist__list {
    display: flex;
  }
  .salonlist__item {
    width: 100%;
    font-size: 3.7333vw;
    margin-bottom: 15.3333vw;
  }
  .salonlist__area {
    font-size: 4.2667vw;
  }
  .salonlist__link {
    font-size: 0.75em;
  }
}

.etmeme {
  padding-top: 22vw;
  padding-bottom: 20vw;
}
@media (min-width: 768px) {
  .etmeme {
    padding-top: 14rem;
    padding-bottom: 9rem;
  }
}

.etmeme-title {
  width: 100%;
  height: 12vw;
  margin-bottom: 7.46667vw;
  background-color: #5B4D46;
  display: flex;
  justify-content: center;
  align-items: center;
}
.etmeme-title img {
  width: 30.5333vw;
}
@media (min-width: 768px) {
  .etmeme-title {
    height: 90px;
    margin-bottom: 47px;
  }
  .etmeme-title img {
    width: 230px;
  }
}


.page-id-4915 .product-detail01,
.page-id-4946 .product-detail01 {
  padding-top: 10.6667vw;
  padding-bottom: 10.6667vw;
  background-color: #efefef;
}
@media (min-width: 768px) {
  .page-id-4915 .product-detail01,
  .page-id-4946 .product-detail01 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .page-id-4915 .line-up-item,
  .page-id-4946 .line-up-item {
    padding-top: 60px !important;
  }
}


.page-id-4917 .line-up-item,
.page-id-4943 .line-up-item {
  max-width: 1012px;
  padding-bottom: 35px !important;
  margin: 0 auto 50px !important;
  margin-bottom: 1px !important;
}
.page-id-4917 .line-up-item .line-up-item,
.page-id-4943 .line-up-item .line-up-item {
  margin-bottom: 40px !important;
  border-bottom: 1px solid #EFEFEF;
}
.page-id-4917 .line-up-item .line-up-item .product-list.list01,
.page-id-4943 .line-up-item .line-up-item .product-list.list01 {
  margin-bottom: 0 !important;
}
.page-id-4917 .line-up-item + .line-up-item,
.page-id-4943 .line-up-item + .line-up-item {
  padding-top: 40px !important;
  padding-bottom: 0 !important;
  margin-bottom: 68px !important;
  border-bottom: none;
}
.page-id-4917 .line-up-item + .line-up-item .product-detail03,
.page-id-4943 .line-up-item + .line-up-item .product-detail03 {
  margin-bottom: 0 !important;
}
.page-id-4917 .line-up-heading01,
.page-id-4943 .line-up-heading01 {
  margin-bottom: 35px !important;
}
.page-id-4917 .point .line-up-heading03,
.page-id-4943 .point .line-up-heading03 {
  margin-bottom: 31px !important;
}
.page-id-4917 .point .line-up__lead01,
.page-id-4943 .point .line-up__lead01 {
  margin-bottom: 58px !important;
}
@media (min-width: 768px) {
  .page-id-4917 .line-up-item,
  .page-id-4943 .line-up-item {
    /* padding-bottom: 94px !important; */
    /*margin-bottom: 105px !important; */
    padding-bottom: 0 !important;
    margin-bottom: 60px !important;
  }
  .page-id-4917 .line-up-item .line-up-item,
  .page-id-4943 .line-up-item .line-up-item {
    padding-bottom: 94px !important;
    margin-bottom: 105px !important;
  }
  .page-id-4917 .line-up-item + .line-up-item,
  .page-id-4943 .line-up-item + .line-up-item {
    padding-bottom: 0 !important;
    margin-bottom: 119px !important;
  }
  .page-id-4917 .line-up-heading01,
  .page-id-4943 .line-up-heading01 {
    margin-bottom: 100px !important;
  }
  .page-id-4917 .point .line-up-heading03,
  .page-id-4943 .point .line-up-heading03 {
    margin-bottom: 56px !important;
  }
  .page-id-4917 .point .line-up__lead01,
  .page-id-4943 .point .line-up__lead01 {
    margin-bottom: 100px !important;
  }
}
@media (min-width: 768px) {
  .page-id-4913 .line-up-item,
  .page-id-4947 .line-up-item {
    padding-top: 60px !important;
  }
}