@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio, canvas, progress, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code, kbd, pre, samp {
  font-family: monospace;
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button, input, select, textarea {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: 700;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

html {
  font-size: 10px;
}

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

body,
td,
th,
input,
textarea {
  color: #595757;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
  font-size: rem(13);
  line-height: 1.5;
}

body {
  overflow-wrap: break-word;
}

a,
a:link,
a:visited,
a:active,
a:hover,
a:hover img {
  color: #595757;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.img_ck {
  font-size: rem(1);
  line-height: 0;
}

/* clearfix (micro) */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 only */
.clearfix {
  *zoom: 1;
}

h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
img,
nav,
figure,
figcaption,
iframe {
  margin: 0;
  padding: 0;
}

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

.txt--hidden {
  font-size: 0 !important;
}

.display--none {
  display: none !important;
}

@media screen and (min-width: 1025px), print {
  .tab--only {
    display: none !important;
  }

  .sp--only {
    display: none !important;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .pc--only {
    display: none !important;
  }

  .sp--only {
    display: none !important;
  }
}
@media screen and (max-width: 599px) {
  .pc--only {
    display: none !important;
  }

  .tab--only {
    display: none !important;
  }
}
#container {
  position: relative;
}

.l-main {
  position: relative;
  z-index: 10;
  padding-top: 57.95px;
  background: #fef5f0;
}

.contents__inner {
  padding: 0 20px;
}

@media screen and (min-width: 1025px), print {
  #container {
    min-width: 1200px;
  }

  .contents__inner {
    width: 1200px;
    margin: auto;
    padding: 0;
  }

  .l-main {
    padding-top: 71.94px;
  }
}
@media screen and (max-width: 599px) {
  #container {
    overflow: hidden;
  }
}
.l-header {
  position: fixed;
  z-index: 98;
  width: 100vw;
}
.l-header__inner {
  position: relative;
  padding: 15px 20px;
  background: #fff;
}
.l-header__logo {
  display: block;
  width: 77.6px;
}

.btn--reserve {
  display: block;
  position: absolute;
  top: 17px;
  right: 62px;
  width: 96.8px;
  padding: 10px 10px 10px 26px;
  -moz-border-radius: 10px;
       border-radius: 10px;
  background: #f5b090;
}
.btn--reserve::before {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 9.6px;
  height: 9.6px;
  background: url(../images/common/icon_reserve.png) no-repeat center/contain;
  content: "";
}
.btn--reserve img {
  width: 92.4px;
}

.btn--instagram,
.btn--facebook,
.btn--line {
  display: block;
  position: absolute;
  top: 18px;
  width: 25px;
}

.btn--instagram {
  right: 165px;
}

.btn--facebook {
  right: 195px;
}

.btn--line {
  right: 225px;
}

.menu__btn {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 99;
  width: 33.6px;
  height: 19.2px;
  cursor: pointer;
}
.menu__btn::before, .menu__btn::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: #595757;
  content: "";
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu__btn::before {
  top: 0;
}
.menu__btn::after {
  bottom: 0;
}
.menu__btn i {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 100%;
  height: 3px;
  background: #595757;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu__btn.is-open::before {
  top: 50%;
  -webkit-transform: rotate(-45deg) translate(0, -50%);
     -moz-transform: rotate(-45deg) translate(0, -50%);
      -ms-transform: rotate(-45deg) translate(0, -50%);
          transform: rotate(-45deg) translate(0, -50%);
}
.menu__btn.is-open::after {
  top: 50%;
  bottom: 0;
  -webkit-transform: rotate(45deg) translate(0, -50%);
     -moz-transform: rotate(45deg) translate(0, -50%);
      -ms-transform: rotate(45deg) translate(0, -50%);
          transform: rotate(45deg) translate(0, -50%);
}
.menu__btn.is-open i {
  left: -100%;
  opacity: 0;
}
.menu__wrap {
  position: absolute;
  top: 100%;
  right: -100%;
  width: 100vw;
  height: 100vh;
  background: #c9bc9c;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu__wrap.is-show {
  right: 0;
}
.menu__list {
  width: 100%;
  padding: 45px 35px;
  overflow: scroll;
}
.menu__list.is-show {
  display: block;
}
.menu__item {
  border-top: solid 1px #fff;
}
.menu__item:nth-last-child(2) {
  border-bottom: solid 1px #fff;
}
.menu__item a {
  color: #fff;
  text-decoration: none;
}
.menu__txt {
  margin-top: 30px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: 0.1rem;
}
.menu__txt img {
  display: block;
  width: 165px;
  margin-bottom: 20px;
}
.menu__link {
  display: block;
  padding: 16px 12px;
  font-size: 1.4em;
}

@media screen and (min-width: 1025px), print {
  .l-header__inner {
    padding: 13px 53px 17px 45px;
  }
  .l-header__logo {
    width: 164.9px;
  }

  .btn--reserve {
    top: 30px;
    right: 140px;
    width: 157.3px;
    padding: 10px 0 12px 50px;
  }
  .btn--reserve::before {
    left: 13px;
    width: 25.6px;
    height: 25.6px;
  }

  .btn--instagram,
.btn--facebook,
.btn--line {
    width: 30px;
    top: 30px;
  }

  .btn--instagram {
    right: 350px;
  }

  .btn--facebook {
    right: 390px;
  }

  .btn--line {
    right: 310px;
  }

  .menu__btn {
    top: 32px;
    right: 53px;
    width: 44.8px;
    height: 25.6px;
    cursor: pointer;
  }
  .menu__btn:hover::before {
    top: 5px;
  }
  .menu__btn:hover::after {
    bottom: 5px;
  }
  .menu__btn.is-open:hover::before {
    top: 50%;
  }
  .menu__btn.is-open:hover::after {
    top: 50%;
    bottom: 0;
  }
  .menu__wrap {
    width: 473px;
  }
  .menu__list {
    padding: 60px 50px;
  }
  .menu__txt {
    margin-top: 42px;
    font-size: 1.6rem;
    line-height: 3.4rem;
  }
  .menu__txt img {
    width: 165px;
    margin-bottom: 20px;
  }
  .menu__link {
    position: relative;
    padding: 25px 12px;
    font-size: 1.6rem;
  }
  .menu__link span {
    position: relative;
  }
  .menu__link span::before {
    position: absolute;
    bottom: -3px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 0;
    height: 1px;
    background: #fff;
    content: "";
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .menu__link:hover span::before {
    width: 100%;
  }
}
.l-footer {
  padding: 20px 20px 10px;
  background: rgba(125, 104, 83, 0.8);
}
.l-footer__info {
  color: #fff;
}
.l-footer__info-line {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
}
.l-footer__info a {
  color: #fff;
  text-decoration: none;
}
.l-footer__logo {
  display: block;
  width: 116.4px;
  margin: 10px auto 0;
}

@media screen and (min-width: 1025px), print {
  .l-footer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 10;
    margin-top: -82.98px;
    padding: 28px 0 25px;
  }
  .l-footer__info-line {
    display: inline-block;
  }
  .l-footer__info a {
    position: relative;
  }
  .l-footer__info a::before {
    position: absolute;
    bottom: -3px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 0;
    height: 1px;
    background: #fff;
    content: "";
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .l-footer__info a:hover::before {
    width: 100%;
  }
  .l-footer__logo {
    width: 155.2px;
    margin: 0 0 0 40px;
  }
}
.fadeIn {
  opacity: 0;
}
.fadeIn.is-show {
  opacity: 1;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

a.txt__link {
  position: relative;
  text-decoration: none;
}

@media screen and (min-width: 1025px), print {
  a.txt__link::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 0;
    height: 1px;
    background: #595757;
    content: "";
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  a.txt__link:hover::before {
    width: 100%;
  }
}
.ahead_visual img {
  width: 100%;
}

@media screen and (min-width: 1025px), print {
  .end__visual img {
    width: 100%;
  }
}
.contents__head {
  padding: 63.5px 20px 78.5px;
}

.contents__ttl {
  font-weight: normal;
  font-size: 1.2rem;
  letter-spacing: 0.2rem;
}
.contents__ttl.center {
  text-align: center;
}
.contents__ttl.center img {
  margin-left: auto;
  margin-right: auto;
}
.contents__ttl img {
  display: block;
  height: 16.2px;
  margin-bottom: 15px;
}

.contents__desc {
  width: 1000px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.4rem;
  line-height: 2.8rem;
  letter-spacing: 0.1rem;
}

@media screen and (min-width: 1025px), print {
  .contents__head {
    padding: 127px 0 157px;
  }

  .contents__ttl img {
    height: 22px;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .contents__desc {
    width: 100%;
  }

  .contents__ttl img.two_lines {
    height: 70px;
  }
}
@media screen and (max-width: 599px) {
  .contents__desc {
    width: 100%;
  }

  .contents__ttl img.two_lines {
    height: 50px;
  }
}
.contents__main {
  position: relative;
  z-index: 2;
  padding: 46px 0 196px;
  background: #ece7e3;
}

@media screen and (min-width: 1025px), print {
  .contents__main {
    padding: 92px 0 245px;
  }
}
.aside-links {
  position: relative;
  z-index: 2;
  margin-top: -64px;
  padding: 0 20px 96px;
}
.aside-links a {
  display: block;
  text-decoration: none;
}
.aside-links__name {
  margin-top: 20px;
}
.aside-links__name img {
  max-width: none;
  height: 16px;
}
.aside-links__cap {
  margin-top: 20px;
  font-size: 1.2rem;
}
.aside-links__more {
  display: inline-block;
  margin-left: 55px;
}
.aside-links__more img {
  display: block;
  height: 10px;
}

@media screen and (min-width: 1025px), print {
  .aside-links {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 0 192px;
  }
  .aside-links__item {
    width: 373px;
    margin-right: 40px;
  }
  .aside-links__item:nth-child(3n) {
    margin-right: 0;
  }
  .aside-links__name {
    margin-top: 40px;
  }
  .aside-links__name img {
    height: 18px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .aside-links {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .aside-links__item {
    width: 48%;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 599px) {
  .aside-links__item + .aside-links__item {
    margin-top: 60px;
  }
}
.section__ttl span {
  display: block;
  font-weight: normal;
  font-size: 1.2rem;
  letter-spacing: 0.2rem;
}
.section__ttl.rows span {
  display: inline-block;
  margin-left: 17px;
  font-size: 1.2rem;
}

@media screen and (min-width: 1025px), print {
  .section__ttl img {
    height: 28px;
  }
  .section__ttl span {
    margin-top: 18px;
  }
  .section__ttl.rows img {
    height: 20px;
  }
  .section__ttl.middle img {
    height: 26px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .section__ttl img {
    height: 22px;
  }
  .section__ttl span {
    margin-top: 15px;
  }
  .section__ttl.rows img {
    height: 14px;
  }
  .section__ttl.rows span {
    margin-left: 14px;
  }
  .section__ttl.middle img {
    height: 20px;
  }
}
@media screen and (max-width: 599px) {
  .section__ttl img {
    height: 22px;
  }
  .section__ttl span {
    margin-top: 15px;
  }
  .section__ttl.rows img {
    height: 14px;
  }
  .section__ttl.rows span {
    margin-left: 14px;
  }
  .section__ttl.middle img {
    height: 20px;
  }
}
.c-btn a {
  display: block;
  text-decoration: none;
  text-align: center;
}
.c-btn--download a {
  padding: 12px 0;
  -moz-border-radius: 9.41px;
       border-radius: 9.41px;
  background: #f5b090;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
}
.c-btn--flow {
  width: 373px;
  margin: auto;
}
.c-btn--flow a {
  padding: 12px 0;
  font-size: 1.4rem;
  color: #fff;
  background: #7d6853;
}

@media screen and (min-width: 1025px), print {
  .c-btn--download a {
    font-size: 1.8rem;
  }
  .c-btn--flow a {
    font-size: 1.8rem;
  }
}
.mv--fixed {
  background-image: url(../images/lumix/mv.png);
}

.end__visual {
  background: url(../images/lumix/end_visual.png) no-repeat center top/cover fixed;
}

.lumix-top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
}
.lumix-top__pic {
  width: 50%;
  text-align: center;
}
.lumix-top__pic img {
  width: 50%;
}
.lumix-top__pic-cap {
  display: inline-block;
  color: #DD6A8D;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: left;
  line-height: 1.85;
}
.lumix-top__list {
  width: 41.5%;
}
.lumix-top__list-item {
  margin-top: 30px;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  font-weight: lighter;
}
.lumix-top__list-item strong {
  display: block;
  margin-bottom: 3px;
  font-weight: 700;
  color: #DD6A8D;
}
.lumix-top__list-item small {
  color: #231815;
  font-size: 0.8em;
  margin-left: 5px;
  font-weight: normal;
}
.lumix-top__list-item.ann {
  color: #231815;
  font-size: 1.2rem;
}
.lumix-top__list-item:first-child {
  margin-top: 0;
}

.lumix-main {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
}
.lumix-main__wrapper {
  margin-top: 130px;
}
.lumix-main__wrapper:first-child {
  margin-top: 0;
}
.lumix-main__rows {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 80px;
}
.lumix-main__left {
  width: 30%;
}
.lumix-main__left.la {
  width: 50%;
}
.lumix-main__ttl {
  position: relative;
  padding: 4px 15px;
  -moz-border-radius: 10px;
       border-radius: 10px;
  background-color: #f5b090;
  color: #fff;
  font-size: 1.4rem;
  line-height: 2.8rem;
  letter-spacing: 0.1rem;
}
.lumix-main__ttl.hl {
  width: 100%;
}
.lumix-main__ttl span {
  position: absolute;
  right: 25px;
  display: inline-block;
  color: #231815;
  font-size: 1.2rem;
  font-weight: normal;
  padding-left: 1em;
  text-indent: -1em;
}
.lumix-main__desc {
  margin-top: 15px;
  font-size: 1.4rem;
  line-height: 2.8rem;
  letter-spacing: 0.1rem;
}
.lumix-main__ann {
  color: #231815;
  line-height: 1.85;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 20px;
  font-size: 1.3rem;
}
.lumix-main__right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 60%;
}
.lumix-main__right.sm {
  width: 45%;
}
.lumix-main__figure {
  display: inline-block;
  margin-right: 20px;
  width: 44%;
}
.lumix-main__figure--center {
  width: 60%;
  margin: 30px auto 0;
}
.lumix-main__figure--center img {
  width: 100%;
}
.lumix-main__figure-caption {
  font-size: 1.6rem;
  color: #231815;
  margin-top: 20px;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
.lumix-main__figure-caption span {
  display: block;
  font-weight: 600;
  color: #595757;
  margin-bottom: 8px;
  letter-spacing: 0.1em;
}
.lumix-main__figure-details {
  margin-top: 30px;
  font-size: 1.2rem;
  line-height: 2.2rem;
  letter-spacing: 0.1rem;
}
.lumix-main__table-wrap {
  width: 100%;
  margin-top: 50px;
}
.lumix-main__table {
  width: 100%;
  border: solid 1px #595757;
  border-collapse: collapse;
}
.lumix-main__table tr {
  border-top: solid 1px #ccc;
}
.lumix-main__table tr:first-child {
  border-top: none;
}
.lumix-main__table td {
  width: 21.25%;
  height: 90px;
  padding: 15px 20px;
  font-size: 1.4rem;
  text-align: center;
  line-height: 2.8rem;
  letter-spacing: 0.1rem;
  border-right: solid 1px #595757;
  vertical-align: middle;
}
.lumix-main__table td:first-child {
  width: 15%;
}
.lumix-main__table td:nth-child(2) {
  background-color: #ffbece;
}
.lumix-main__table td:last-child {
  border-right: none;
}
.lumix-main__img {
  margin-top: 38px;
}
.lumix-main__movie {
  width: 65%;
  margin: 0 auto;
  padding: 25px 30px;
  border: solid 1.5px #595757;
  background-color: #fff;
}
.lumix-main__movie-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none !important;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}
.lumix-main__movie-pic {
  width: 37%;
}
.lumix-main__movie-pic img {
  width: 100%;
}
.lumix-main__movie-desc {
  width: 57%;
  color: #231815;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  line-height: 1.95;
}
.lumix-main__comparison {
  background-color: #fff;
  margin-top: 100px;
  padding: 60px 40px;
}
.lumix-main__comparison-head {
  border-top: solid 1.5px;
  border-bottom: solid 1.5px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  padding: 11px 0;
}
.lumix-main__comparison-head.ma {
  margin-top: 95px;
}
.lumix-main__comparison-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
.lumix-main__comparison-item {
  width: 30%;
}
.lumix-main__comparison-ttl {
  background-color: #ECE9E5;
  text-align: center;
  padding: 6px 0;
  letter-spacing: 0.05em;
  font-size: 1.7rem;
}
.lumix-main__comparison-name {
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  margin-top: 20px;
}
.lumix-main__comparison-pic {
  margin-top: 25px;
}
.lumix-main__comparison-list {
  margin-top: 30px;
}
.lumix-main__comparison-list-item {
  text-align: justify;
  line-height: 1.8;
  font-size: 1.6rem;
}
.lumix-main__comparison-list-item span {
  display: block;
  margin-bottom: 3px;
  font-weight: bold;
}
.lumix-main__comparison-list-item.ann {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.2rem;
}
.lumix-main__comparison-list-item:not(:first-child) {
  margin-top: 25px;
}
.lumix-main__comparison-cap {
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
.lumix-main__comparison-cap span {
  display: inline-block;
  background-color: #595757;
  padding: 20px 5px;
}
.lumix-main__comparison-cap .plus {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 35px;
  padding: 0;
  background-color: #595757;
  -moz-border-radius: 50%;
       border-radius: 50%;
  margin-bottom: 17px;
}
.lumix-main__comparison-cap .plus::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  width: 50%;
  height: 4px;
  background-color: #fff;
}
.lumix-main__comparison-cap .plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  width: 4px;
  height: 50%;
  background-color: #fff;
}
.lumix-main__bbl-logo {
  margin-top: 40px;
  text-align: center;
}
.lumix-main__bbl-logo img {
  width: 250px;
}
.lumix-main__bbl-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px 0 70px;
}
.lumix-main__bbl-lineup {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 45%;
}
.lumix-main__bbl-lineup-parts {
  width: 47%;
}
.lumix-main__bbl-lineup-pic img {
  width: 100%;
}
.lumix-main__bbl-lineup-pic-cap {
  background-color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 6px 0;
  font-size: 1.6rem;
}
.lumix-main__bbl-lineup-list {
  margin-top: 25px;
}
.lumix-main__bbl-lineup-list-item {
  font-size: 1.6rem;
  font-weight: 600;
}
.lumix-main__bbl-lineup-list-item:not(:first-child) {
  margin-top: 12px;
}
.lumix-main__bbl-details {
  width: 50%;
}
.lumix-main__bbl-details-desc {
  text-align: justify;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.8;
}
.lumix-main__bbl-details-desc:not(:first-child) {
  margin-top: 30px;
}
.lumix-main__bbl-details-desc strong {
  font-weight: 700;
}
.lumix-main__bbl-table {
  margin-top: 25px;
}
.lumix-main__bbl-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1.5px #585757;
  line-height: 1.85;
  letter-spacing: 0.05em;
  font-size: 1.5rem;
}
.lumix-main__bbl-item-dt {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 14%;
  padding: 12px 25px;
  background-color: #F9F8F6;
}
.lumix-main__bbl-item-dd {
  width: 43%;
  padding: 12px 25px;
  border-left: solid 7.5px #fff;
  background-color: #F9F8F6;
}
.lumix-main__bbl-item-dd.th {
  font-weight: bold;
  text-align: center;
}
.lumix-main__bbl-sub-ttl {
  margin-top: 80px;
  font-size: 1.6rem;
  font-weight: bold;
}
.lumix-main__bbl-pic-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lumix-main__bbl-pic {
  width: 30%;
}
.lumix-main__bbl-pic:first-child {
  margin-right: 55px;
}
.lumix-main__bbl-pic.large {
  width: 45%;
}

.image-area {
  margin-top: -75px;
  margin-bottom: 80px;
}
.image-area__item + .image-area__item {
  margin-top: 30px;
}

.c-btn--flow {
  margin-top: 90px;
}

.accodion {
  margin: -14.95px auto 0;
  padding-top: 74.95px;
  border-bottom: solid 1px #eb6d94;
}
.accodion.is-open .accodion__head::after {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.accodion__head {
  position: relative;
  padding: 30px 30px 30px 0;
  border-top: solid 1px #eb6d94;
  color: #eb6d94;
  font-size: 1.4rem;
}
.accodion__head::after {
  position: absolute;
  top: 46px;
  right: 0;
  -webkit-transform: rotate(135deg);
     -moz-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  z-index: -1;
  width: 10px;
  height: 10px;
  border-top: solid 2px #eb6d94;
  border-right: solid 2px #eb6d94;
  content: "";
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.accodion__content {
  display: none;
  padding-bottom: 90px;
  font-size: 1.4rem;
  line-height: 2.8rem;
}
.accodion__content .pragraph {
  margin-top: 30px;
}
.accodion__content .pragraph:first-child {
  margin-top: 0;
}
.accodion__list-item {
  position: relative;
  padding-left: 1.6rem;
}
.accodion__list-item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}

.prohibition__link {
  margin: 24px auto 0;
  text-align: right;
}
.prohibition__link a {
  color: #eb6d94;
  font-size: 1.4rem;
  text-decoration: none;
}
.prohibition__link a::before {
  background: #eb6d94;
}

@media screen and (min-width: 1025px), print {
  .lumix-top__pic {
    width: 526px;
  }
  .lumix-top__pic-cap {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
  .lumix-top__list {
    width: 613px;
    margin-top: 0;
  }
  .lumix-top__list-item {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .lumix-top__list strong {
    font-size: 1.6rem;
  }

  .banner-img {
    width: 600px;
    margin: 80px auto 0;
  }

  .image-area {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: -152px;
    margin-bottom: 96px;
  }
  .image-area__item {
    width: 580px;
  }
  .image-area__item + .image-area__item {
    margin-top: 0;
  }

  .lumix-main__ttl {
    font-size: 1.6rem;
  }
  .lumix-main__desc {
    font-size: 1.6rem;
    line-height: 3.1rem;
    letter-spacing: 0.05em;
  }
  .lumix-main__left.point01 {
    width: 450px;
  }
  .lumix-main__left.point03, .lumix-main__left.point04 {
    width: 642px;
  }
  .lumix-main__left.point04 .logo {
    width: 231px;
    margin-top: 55px;
  }
  .lumix-main__right.point01-img {
    width: 694px;
  }
  .lumix-main__right.point01-img .lumix-main__figure {
    width: 318px;
    margin-right: 0;
  }
  .lumix-main__right.point03-img {
    width: 491px;
  }
  .lumix-main__right.point04-img {
    width: 512px;
  }
  .lumix-main__figure--center {
    width: 822px;
  }
  .lumix-main__figure--center img {
    display: block;
    width: 717px;
    margin: auto;
  }
  .lumix-main__figure-details {
    font-size: 1.4rem;
    letter-spacing: 0.15rem;
  }
  .lumix-main__movie-wrap:hover {
    opacity: 0.77;
  }

  .accodion {
    width: 1053px;
    margin: -33.9px auto 0;
    padding-top: 116.9px;
  }
  .accodion__head {
    font-size: 1.6rem;
    cursor: pointer;
  }
  .accodion__head::after {
    top: 30px;
    width: 14px;
    height: 14px;
  }
  .accodion__content {
    font-size: 1.6rem;
    line-height: 3.4rem;
  }

  .prohibition__link {
    width: 1053px;
  }
  .prohibition__link a {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .lumix-top {
    width: 100%;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .lumix-top__pic {
    width: 43%;
  }
  .lumix-top__pic-cap {
    font-size: 1.5rem;
    line-height: 1.95;
    margin-bottom: 15px;
  }
  .lumix-top__list {
    width: 50%;
  }
  .lumix-top__list strong {
    font-size: 1.5rem;
  }

  .lumix-main__wrapper {
    margin-top: 100px;
  }
  .lumix-main__rows {
    margin-bottom: 60px;
  }
  .lumix-main__left {
    width: 40%;
  }
  .lumix-main__left.point04 .logo {
    width: 115.5px;
    margin-top: 25px;
  }
  .lumix-main__ttl span {
    display: block;
    position: static;
  }
  .lumix-main__desc {
    font-size: 1.4rem;
  }
  .lumix-main__ann {
    margin-top: 15px;
  }
  .lumix-main__right {
    width: 55%;
  }
  .lumix-main__figure-caption {
    margin-top: 15px;
    font-size: 1.4rem;
  }
  .lumix-main__figure-caption span {
    margin-bottom: 5px;
  }
  .lumix-main__movie {
    width: 80%;
    padding: 20px 25px;
  }
  .lumix-main__comparison-head {
    font-size: 1.6rem;
  }
  .lumix-main__comparison-head.ma {
    margin-top: 60px;
  }
  .lumix-main__comparison-item {
    width: 31.5%;
  }
  .lumix-main__comparison-ttl {
    font-size: 1.4rem;
  }
  .lumix-main__comparison-list-item {
    font-size: 1.4rem;
  }
  .lumix-main__comparison-list-item:not(:first-child) {
    margin-top: 20px;
  }
  .lumix-main__comparison-name {
    font-size: 1.4rem;
  }
  .lumix-main__comparison-cap {
    font-size: 1.3rem;
  }
  .lumix-main__comparison-cap span {
    padding: 8px 2px;
  }
  .lumix-main__comparison-cap .plus {
    width: 25px;
    height: 25px;
  }
  .lumix-main__comparison-cap .plus::before {
    height: 2px;
  }
  .lumix-main__comparison-cap .plus::after {
    width: 2px;
  }
  .lumix-main__table td {
    width: 20%;
    text-align: left;
  }
  .lumix-main__bbl-logo {
    margin-top: 35px;
  }
  .lumix-main__bbl-logo img {
    width: 200px;
  }
  .lumix-main__bbl-wrap {
    margin: 35px 0 60px;
  }
  .lumix-main__bbl-lineup-pic-cap {
    font-size: 1.4rem;
  }
  .lumix-main__bbl-lineup-list-item {
    font-size: 1.4rem;
  }
  .lumix-main__bbl-lineup-list-item:not(:first-child) {
    margin-top: 10px;
  }
  .lumix-main__bbl-details-desc {
    font-size: 1.4rem;
  }
  .lumix-main__bbl-details-desc:not(:first-child) {
    margin-top: 20px;
  }
  .lumix-main__bbl-item {
    font-size: 1.4rem;
  }
  .lumix-main__bbl-item-dt {
    width: 26%;
  }
  .lumix-main__bbl-item-dd {
    width: 37%;
  }
  .lumix-main__bbl-sub-ttl {
    margin-top: 70px;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .lumix-main__bbl-pic-wrap {
    margin-top: 15px;
  }
  .lumix-main__bbl-pic {
    width: 40%;
  }
  .lumix-main__bbl-pic:first-child {
    margin-right: 60px;
  }
  .lumix-main__bbl-pic.large {
    width: 65%;
  }

  .accodion__head::after {
    top: 35px;
  }
}
@media screen and (max-width: 599px) {
  .lumix-top {
    display: block;
    width: 100%;
  }
  .lumix-top__pic {
    width: 100%;
  }
  .lumix-top__pic-cap {
    font-size: 1.5rem;
  }
  .lumix-top__list {
    width: 100%;
    margin-top: 30px;
  }
  .lumix-top__list-item {
    margin-top: 20px;
  }
  .lumix-top__list-item strong {
    font-size: 1.5rem;
  }
  .lumix-top__list-item.ann {
    font-size: 1.3rem;
  }

  .lumix-main__wrapper {
    margin-top: 70px;
  }
  .lumix-main__rows {
    display: block;
    margin-bottom: 45px;
  }
  .lumix-main__left {
    width: 100%;
  }
  .lumix-main__left.la {
    width: 100%;
  }
  .lumix-main__left.point04 .logo {
    width: 115.5px;
    margin-top: 25px;
  }
  .lumix-main__ttl span {
    position: static;
    line-height: 1.7;
  }
  .lumix-main__right {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .lumix-main__right.sm {
    width: 100%;
  }
  .lumix-main__figure {
    display: block;
    width: 80%;
    margin: 30px auto 0;
  }
  .lumix-main__figure--center {
    width: 100%;
  }
  .lumix-main__figure-caption {
    margin-top: 15px;
    font-size: 1.4rem;
  }
  .lumix-main__figure-caption span {
    margin-bottom: 5px;
  }
  .lumix-main__figure-details {
    margin-top: 20px;
  }
  .lumix-main__desc {
    margin-top: 20px;
  }
  .lumix-main__ann {
    margin-top: 15px;
    font-size: 1.2rem;
  }
  .lumix-main__table-wrap {
    overflow-y: scroll;
    margin-top: 30px;
  }
  .lumix-main__table {
    table-layout: fixed;
  }
  .lumix-main__table td {
    width: 170px;
    height: 68px;
    padding: 3px 10px;
    text-align: left;
  }
  .lumix-main__table td:first-child {
    width: 150px;
  }
  .lumix-main__img {
    margin-top: 20px;
  }
  .lumix-main__movie {
    width: 80%;
    padding: 15px 20px;
  }
  .lumix-main__movie-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lumix-main__movie-pic {
    width: 100%;
  }
  .lumix-main__movie-desc {
    margin-top: 20px;
    width: 100%;
    line-height: 1.75;
    font-size: 1.3rem;
  }
  .lumix-main__comparison {
    margin-top: 75px;
    padding: 35px 25px;
  }
  .lumix-main__comparison-head {
    padding: 9px 0;
    font-size: 1.4rem;
  }
  .lumix-main__comparison-head.ma {
    margin-top: 40px;
  }
  .lumix-main__comparison-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
  }
  .lumix-main__comparison-item {
    width: 100%;
  }
  .lumix-main__comparison-item:not(:first-child) {
    margin-top: 35px;
  }
  .lumix-main__comparison-ttl {
    font-size: 1.4rem;
  }
  .lumix-main__comparison-name {
    margin-top: 15px;
    font-size: 1.4rem;
  }
  .lumix-main__comparison-pic {
    margin-top: 15px;
  }
  .lumix-main__comparison-list {
    margin-top: 25px;
  }
  .lumix-main__comparison-list-item {
    font-size: 1.4rem;
  }
  .lumix-main__comparison-list-item:not(:first-child) {
    margin-top: 15px;
  }
  .lumix-main__comparison-cap {
    width: 100%;
    margin-top: 20px;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    text-align: center;
    font-size: 1.4rem;
  }
  .lumix-main__comparison-cap span {
    display: block;
    padding: 5px 10px;
  }
  .lumix-main__comparison-cap .plus {
    display: block;
    margin: 0 auto 15px;
  }
  .lumix-main__bbl-logo {
    margin-top: 30px;
  }
  .lumix-main__bbl-logo img {
    width: 50%;
  }
  .lumix-main__bbl-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 30px 0 40px;
  }
  .lumix-main__bbl-lineup {
    width: 100%;
  }
  .lumix-main__bbl-lineup-parts {
    width: 48%;
  }
  .lumix-main__bbl-lineup-pic-cap {
    font-size: 1.4rem;
  }
  .lumix-main__bbl-lineup-list {
    margin-top: 15px;
  }
  .lumix-main__bbl-lineup-list-item {
    font-size: 1.4rem;
  }
  .lumix-main__bbl-lineup-list-item:not(:first-child) {
    margin-top: 8px;
  }
  .lumix-main__bbl-details {
    margin-top: 40px;
    width: 100%;
  }
  .lumix-main__bbl-details-desc {
    font-size: 1.4rem;
  }
  .lumix-main__bbl-details-desc:not(:first-child) {
    margin-top: 20px;
  }
  .lumix-main__bbl-table {
    margin-top: 20px;
  }
  .lumix-main__bbl-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.3rem;
    text-align: justify;
  }
  .lumix-main__bbl-item-dt {
    width: 100%;
    padding: 5px 10px;
    background-color: #585757;
    color: #fff;
  }
  .lumix-main__bbl-item-dt.sp--hidden {
    display: none;
  }
  .lumix-main__bbl-item-dd {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50%;
    padding: 5px 10px 15px;
    border-left: solid 1.5px #585757;
    letter-spacing: 0.02em;
  }
  .lumix-main__bbl-item-dd:not(:last-child) {
    border-left: none;
  }
  .lumix-main__bbl-sub-ttl {
    margin-top: 40px;
    font-size: 1.4rem;
  }
  .lumix-main__bbl-pic-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
  .lumix-main__bbl-pic {
    width: 100%;
  }
  .lumix-main__bbl-pic:first-child {
    margin-right: 0;
  }
  .lumix-main__bbl-pic:nth-child(2) {
    margin-top: 10px;
  }
  .lumix-main__bbl-pic.large {
    width: 100%;
  }
}