@charset "UTF-8";
/* ===========================================
    Reset
============================================= */
/* line 5, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
a, abbr, acronym, address, applet, big, blockquote, body, caption, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, ul, var {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit; }

/* line 5, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
html {
  font-size: 80%;
  -webkit-text-size-adjust: none; }

/* line 5, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
img {
  vertical-align: text-bottom;
  -ms-interpolation-mode: bicubic; }

/* line 5, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
a {
  -webkit-tap-highlight-color: transparent; }

/* line 5, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
strong {
  font-weight: 700; }

/* line 5, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
ol, ul {
  list-style: none; }

/* line 5, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 5, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
caption, td, th {
  font-weight: 400;
  text-align: left;
  vertical-align: top; }

/* line 5, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
blockquote:after, blockquote:before, q:after, q:before {
  content: ""; }

/* line 5, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
blockquote, q {
  quotes: "" ""; }

/* line 5, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
a:focus {
  overflow: hidden; }

/* line 5, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
option {
  padding-right: 10px; }

/* line 5, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
header, article, aside, section, footer, nav, menu, details, hgroup, summary {
  display: block; }

/* ==========================================================================
    Remodal necessary styles
========================================================================== */
/* line 9, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
html.remodal-is-locked {
  overflow: hidden; }

/* line 9, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
.remodal, [data-remodal-id] {
  visibility: hidden; }

/* line 9, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
.remodal-overlay {
  position: fixed;
  z-index: 999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none; }

/* line 9, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
.remodal-wrapper {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch; }

/* line 9, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  content: ""; }

/* line 9, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
.remodal-overlay, .remodal-wrapper {
  -webkit-transform: translateZ(0px); }

/* line 9, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
.remodal {
  position: relative;
  display: inline-block; }

/* line 9, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
.remodal input, .remodal input:focus, .remodal select, .remodal select:focus, .remodal textarea, .remodal textarea:focus {
  font-size: 1pc; }

/* line 9, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
.remodal-bg {
  -webkit-transition: -webkit-filter .2s ease-out;
  -moz-transition: -moz-filter .2s ease-out;
  -o-transition: -o-filter .2s ease-out;
  transition: filter .2s ease-out; }

/* line 9, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
body.remodal-is-active .remodal-bg {
  -webkit-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px); }

/* line 9, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
.remodal-overlay {
  -webkit-transition: opacity .2s ease-out;
  -moz-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
  opacity: 0;
  background: rgba(33, 36, 46, 0.95); }

/* line 9, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
body.remodal-is-active .remodal-overlay {
  opacity: 1; }

/* line 9, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
.remodal {
  font-size: 1pc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-height: 100%;
  padding: 35px;
  -webkit-transition: -webkit-transform .2s ease-out,opacity .2s ease-out;
  -moz-transition: -moz-transform .2s ease-out,opacity .2s ease-out;
  -o-transition: -o-transform .2s ease-out,opacity .2s ease-out;
  transition: transform .2s ease-out,opacity .2s ease-out;
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
  opacity: 0;
  color: #182a3c;
  background: #fff;
  background-clip: padding-box; }

/* line 9, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
body.remodal-is-active .remodal {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

/* line 9, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
.remodal, .remodal-wrapper:after {
  vertical-align: middle; }

/* line 9, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
.remodal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 28px;
  height: 28px;
  text-align: center;
  -webkit-transition: background .2s ease-out;
  -moz-transition: background .2s ease-out;
  -o-transition: background .2s ease-out;
  transition: background .2s ease-out;
  text-decoration: none;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

/* line 9, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
.remodal-close:after {
  font-family: Arial, Helvetica CY, Nimbus Sans L, sans-serif !important;
  font-size: 28px;
  line-height: 30px;
  display: block;
  content: "×";
  cursor: pointer;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  text-decoration: none;
  color: #3e5368; }

/* line 9, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
.remodal-close:active, .remodal-close:hover {
  background: #3e5368; }

/* line 9, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
.remodal-close:active.remodal-close:after, .remodal-close:hover.remodal-close:after {
  color: #fff; }

/* line 9, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
.remodal-cancel, .remodal-confirm {
  font-size: 10pt;
  display: inline-block;
  width: 90pt;
  margin: 0 0 5px;
  padding: 9px 0;
  cursor: pointer;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box; }

/* line 9, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
.remodal-confirm {
  color: #16a085;
  border: 2px solid #16a085;
  background: #fff; }

/* line 9, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
.remodal-confirm:active, .remodal-confirm:hover {
  color: #fff;
  background: #16a085; }

/* line 9, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
.remodal-cancel {
  color: #c0392b;
  border: 2px solid #c0392b;
  background: #fff; }

/* line 9, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
.remodal-cancel:active, .remodal-cancel:hover {
  color: #fff;
  background: #c0392b; }

@media only screen and (min-width: 641px) {
  /* line 9, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
  .remodal {
    max-width: 700px;
    min-height: 0;
    margin: 20px auto;
    -webkit-border-radius: 6px;
    border-radius: 6px; } }

/* line 9, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
.lt-ie9 .remodal-overlay {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F02124,endColorstr=#F02124); }

/* line 9, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
.lt-ie9 .remodal {
  width: 700px;
  min-height: 0;
  margin: 20px auto; }

/* line 9, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
.lt-ie9 .remodal-close:after {
  margin: auto;
  text-align: center; }

/* line 9, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
.lt-ie9 .remodal-close:active, .lt-ie9 .remodal-close:hover {
  background: transparent; }

/* line 9, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
.lt-ie9 .remodal-close:active.remodal-close:after, .lt-ie9 .remodal-close:hover.remodal-close:after {
  color: #3e5368; }

/* ===============================================================
    Function
=============================================================== */
/* ===============================================================
    Common Elements
=============================================================== */
/* line 59, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
body {
  font-size: 15px;
  font-family: 'M+', -apple-system,’Lucida Grande’,‘Helvetica Neue’,Hiragino Sans,"ヒラギノ角ゴシック",Hiragino Kaku Gothic ProN,"ヒラギノ角ゴ ProN W3",Roboto,"Droid Sans",YuGothic,"游ゴシック",Meiryo,"メイリオ",Verdana,"ＭＳ Ｐゴシック",Arial,sans-serif;
  font-weight: bold;
  color: #4d4d4d;
  text-align: center;
  overflow-x: hidden;
  background-color: #782d1a; }

/* line 68, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
a {
  text-decoration: none;
  color: #fff;
  transition: .5s ease all; }
  /* line 72, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
  a:hover {
    color: #b28850; }

/* line 76, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
#container {
  width: 100%;
  text-align: center; }

/* line 80, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
img {
  -webkit-touch-callout: none;
  -ms-touch-callout: none;
  -moz-touch-callout: none;
  -o-touch-callout: none;
  touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none; }
  /* line 83, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
  img.oblong {
    width: auto;
    height: 100%; }
  /* line 87, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
  img.vertical {
    width: 100%;
    height: auto; }

/* line 92, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
.indent {
  text-indent: 1em; }

/* ===============================================================
    Loader
=============================================================== */
/* line 98, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
#loader {
  width: 300px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999; }
  /* line 103, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
  #loader:after {
    content: "";
    display: block;
    color: #fff;
    font-size: 30px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: 20px auto;
    position: relative;
    transform: translateZ(0);
    animation: load 1.7s infinite ease, round 1.7s infinite ease; }
  /* line 118, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
  #loader img {
    display: block;
    max-width: 280px;
    height: auto !important;
    margin: 0 auto 4rem; }

/* line 125, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
#fade {
  width: 100%;
  height: 100vh;
  background: linear-gradient(45deg, #b28850, #782d1a);
  background-size: 600% 600%;
  animation: gradation 10s ease infinite;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99998; }

@keyframes gradation {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes load {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; }
  5%, 95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; }
  10%, 59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em; }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em; }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em; }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; } }

@keyframes round {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* ===============================================================
    Header
=============================================================== */
/* line 155, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
header {
  position: fixed;
  width: 100%;
  height: 6rem;
  z-index: 999;
  background-color: transparent;
  color: #fff;
  transition: .3s ease all; }
  /* line 163, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
  header.move {
    background-color: #fff;
    color: #782d1a; }
    @media screen and (min-width: 980px) {
      /* line 172, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
      header.move #header .block #naviArea #navi ul li a {
        color: #782d1a; } }
    @media screen and (min-width: 980px) {
      /* line 176, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
      header.move #header .block #naviArea #navi ul li a:hover {
        background-color: rgba(120, 45, 26, 0.2); } }
    @media screen and (max-width: 979px) {
      /* line 187, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
      header.move #header .block #naviArea .ellipsis span {
        background-color: #782d1a; }
      /* line 191, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
      header.move #header .block #naviArea .ellipsis.open span {
        background-color: #782d1a; } }
  @media screen and (max-width: 979px) {
    /* line 155, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
    header {
      height: 5rem; } }
  /* line 204, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
  header #header {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap; }
    /* line 210, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
    header #header #overlay {
      display: none; }
      @media screen and (max-width: 979px) {
        /* line 210, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
        header #header #overlay {
          display: block;
          visibility: hidden;
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100vh;
          background-color: rgba(0, 0, 0, 0.8);
          z-index: 2;
          transition: .3s ease all; }
          /* line 223, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
          header #header #overlay.open {
            visibility: visible;
            cursor: pointer; } }
    /* line 229, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
    header #header .block {
      max-width: 980px;
      width: 100%;
      margin: 0 auto;
      display: flex;
      flex-wrap: nowrap; }
      /* line 235, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
      header #header .block h1 {
        width: 6.4rem;
        height: 4rem;
        margin: 1rem;
        font-size: 0;
        text-align: left; }
        @media screen and (max-width: 979px) {
          /* line 235, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
          header #header .block h1 {
            width: 4.8rem;
            height: 3rem;
            position: relative;
            z-index: 1; } }
        /* line 247, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
        header #header .block h1 a {
          display: block;
          width: 100%;
          height: 100%; }
          /* line 251, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
          header #header .block h1 a img {
            display: inline-block;
            margin-right: 1rem;
            height: 100%; }
      /* line 258, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
      header #header .block #naviArea {
        width: calc(100% - 10.4rem);
        height: 6rem;
        margin-left: 4rem;
        box-sizing: border-box;
        position: relative; }
        @media screen and (max-width: 979px) {
          /* line 258, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
          header #header .block #naviArea {
            position: fixed;
            z-index: 0;
            width: 100%;
            height: 5rem;
            top: 0;
            left: 0;
            margin-left: 0; }
            /* line 272, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
            header #header .block #naviArea.open {
              z-index: 3; } }
        /* line 276, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
        header #header .block #naviArea #navi {
          color: #fff; }
          @media screen and (max-width: 979px) {
            /* line 276, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
            header #header .block #naviArea #navi {
              width: 300px;
              height: 100vh;
              position: absolute;
              background-color: #fff;
              color: #782d1a;
              top: 0;
              right: -300px;
              padding: 1rem;
              box-sizing: border-box;
              z-index: 3;
              transition: .5s ease all; }
              /* line 290, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
              header #header .block #naviArea #navi.open {
                right: 0;
                transition: .5s ease all; } }
          /* line 295, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
          header #header .block #naviArea #navi .title {
            display: none; }
            @media screen and (max-width: 979px) {
              /* line 295, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
              header #header .block #naviArea #navi .title {
                display: block;
                font-size: 2rem;
                padding: 0 1rem 1rem; } }
          /* line 303, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
          header #header .block #naviArea #navi ul {
            display: flex;
            flex-wrap: nowrap;
            justify-content: flex-end; }
            @media screen and (max-width: 979px) {
              /* line 303, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
              header #header .block #naviArea #navi ul {
                display: block; } }
            @media screen and (max-width: 979px) {
              /* line 310, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
              header #header .block #naviArea #navi ul.main {
                height: calc(100vh - 4rem);
                overflow: scroll; } }
            @media screen and (max-width: 979px) {
              /* line 316, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
              header #header .block #naviArea #navi ul.main li:last-child {
                padding-bottom: 8rem; } }
            /* line 323, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
            header #header .block #naviArea #navi ul li {
              width: 20%;
              height: 6rem; }
              @media screen and (max-width: 979px) {
                /* line 323, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
                header #header .block #naviArea #navi ul li {
                  width: 100%;
                  height: auto;
                  padding: 1rem 0;
                  position: relative;
                  box-sizing: border-box; } }
              @media screen and (max-width: 979px) {
                /* line 333, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
                header #header .block #naviArea #navi ul li:first-child {
                  padding-top: 0; } }
              /* line 339, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
              header #header .block #naviArea #navi ul li.active a {
                color: #fff;
                background-color: rgba(193, 39, 45, 0.2); }
                @media screen and (max-width: 979px) {
                  /* line 339, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
                  header #header .block #naviArea #navi ul li.active a {
                    background-color: transparent;
                    color: #782d1a; } }
              @media screen and (min-width: 980px) {
                /* line 350, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
                header #header .block #naviArea #navi ul li.active .sub ul li a {
                  background-color: #fff; } }
              @media screen and (max-width: 979px) {
                /* line 359, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
                header #header .block #naviArea #navi ul li + li {
                  border-top: 1px solid #782d1a; } }
              /* line 364, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
              header #header .block #naviArea #navi ul li a {
                display: flex;
                flex-wrap: nowrap;
                align-items: center;
                justify-content: flex-start;
                width: 100%;
                height: 100%;
                color: #782d1a;
                transition: .3s ease all; }
                @media screen and (min-width: 980px) {
                  /* line 364, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
                  header #header .block #naviArea #navi ul li a {
                    display: block;
                    position: relative;
                    color: #fff; } }
                /* line 378, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
                header #header .block #naviArea #navi ul li a:hover {
                  color: #000; }
                  @media screen and (max-width: 979px) {
                    /* line 378, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
                    header #header .block #naviArea #navi ul li a:hover {
                      background-color: transparent;
                      color: #782d1a; } }
                @media screen and (min-width: 980px) {
                  /* line 385, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
                  header #header .block #naviArea #navi ul li a span {
                    display: block; } }
                /* line 389, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
                header #header .block #naviArea #navi ul li a span.menu {
                  display: block; }
                  @media screen and (min-width: 980px) {
                    /* line 389, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
                    header #header .block #naviArea #navi ul li a span.menu {
                      width: 100%;
                      position: absolute;
                      top: 50%;
                      left: 50%;
                      transform: translate(-50%, -50%); } }
              @media screen and (min-width: 980px) {
                /* line 399, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
                header #header .block #naviArea #navi ul li .sub {
                  visibility: hidden;
                  opacity: 0;
                  position: fixed;
                  top: 6rem;
                  left: 0;
                  width: 100%;
                  height: 4rem;
                  background-color: #fff;
                  transition: .3s ease all; } }
              @media screen and (max-width: 979px) {
                /* line 399, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
                header #header .block #naviArea #navi ul li .sub {
                  margin-left: 4rem; } }
              /* line 414, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
              header #header .block #naviArea #navi ul li .sub ul {
                max-width: 600px;
                width: 100%;
                height: 100%;
                margin: 0 auto;
                justify-content: flex-start; }
                /* line 420, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
                header #header .block #naviArea #navi ul li .sub ul li {
                  position: relative; }
                  /* line 422, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
                  header #header .block #naviArea #navi ul li .sub ul li:first-child {
                    margin-top: 1rem;
                    padding-top: 1rem;
                    border-top: 1px dashed #c1272d; }
                  /* line 427, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
                  header #header .block #naviArea #navi ul li .sub ul li:last-child {
                    padding-bottom: 0; }
                  @media screen and (max-width: 979px) {
                    /* line 430, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
                    header #header .block #naviArea #navi ul li .sub ul li + li {
                      border-top: 1px dashed #c1272d; } }
                  @media screen and (min-width: 980px) {
                    /* line 420, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
                    header #header .block #naviArea #navi ul li .sub ul li {
                      width: calc(100%/3 - 1px);
                      height: 100%;
                      position: relative; }
                      /* line 439, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
                      header #header .block #naviArea #navi ul li .sub ul li:first-child {
                        margin-top: 0;
                        padding-top: 0;
                        border-top: none; } }
                  /* line 445, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
                  header #header .block #naviArea #navi ul li .sub ul li a {
                    display: block;
                    width: 100%;
                    height: 100%; }
                    @media screen and (min-width: 980px) {
                      /* line 445, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
                      header #header .block #naviArea #navi ul li .sub ul li a {
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        transform: translate(-50%, -50%);
                        color: #c1272d;
                        transition: .3s ease all; } }
                    /* line 455, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
                    header #header .block #naviArea #navi ul li .sub ul li a:hover {
                      background-color: transparent; }
                      @media screen and (min-width: 980px) {
                        /* line 455, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
                        header #header .block #naviArea #navi ul li .sub ul li a:hover {
                          color: #ff7f50; } }
                    /* line 461, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
                    header #header .block #naviArea #navi ul li .sub ul li a span {
                      text-align: left; }
                      /* line 463, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
                      header #header .block #naviArea #navi ul li .sub ul li a span:before {
                        content: '◎';
                        margin-right: .5rem;
                        padding-left: 1rem; }
                      @media screen and (min-width: 980px) {
                        /* line 461, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
                        header #header .block #naviArea #navi ul li .sub ul li a span {
                          text-align: center;
                          padding-left: 0;
                          bottom: auto;
                          position: absolute;
                          top: 50%;
                          left: 50%;
                          transform: translate(-50%, -50%);
                          font-size: 1rem;
                          width: 100%; } }
              @media screen and (min-width: 769px) {
                /* line 483, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
                header #header .block #naviArea #navi ul li:hover .sub {
                  visibility: visible;
                  opacity: 1; } }
        /* line 493, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
        header #header .block #naviArea .ellipsis {
          display: none; }
          @media screen and (max-width: 979px) {
            /* line 493, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
            header #header .block #naviArea .ellipsis {
              display: block;
              position: absolute;
              width: 30px;
              height: 20px;
              top: calc(2.5rem - 10px);
              right: 1rem;
              cursor: pointer;
              z-index: 3; }
              /* line 504, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
              header #header .block #naviArea .ellipsis span {
                display: block;
                position: absolute;
                width: 100%;
                height: 2px;
                background-color: #fff;
                transition: .3s ease all; }
                /* line 511, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
                header #header .block #naviArea .ellipsis span.top {
                  top: 0; }
                /* line 514, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
                header #header .block #naviArea .ellipsis span.mid {
                  top: calc(50% - 1px); }
                /* line 517, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
                header #header .block #naviArea .ellipsis span.bot {
                  bottom: 0; }
              /* line 522, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
              header #header .block #naviArea .ellipsis.open span {
                background-color: #782d1a; }
                /* line 524, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
                header #header .block #naviArea .ellipsis.open span.top {
                  top: calc(50% - 1px);
                  transform: rotate(45deg); }
                /* line 528, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
                header #header .block #naviArea .ellipsis.open span.mid {
                  opacity: 0; }
                /* line 531, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
                header #header .block #naviArea .ellipsis.open span.bot {
                  top: calc(50% - 1px);
                  bottom: auto;
                  transform: rotate(-45deg); } }

/* ===============================================================
    Footer
=============================================================== */
/* line 547, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
footer {
  background-color: #782d1a;
  color: #fff;
  padding-bottom: 2rem;
  position: relative;
  z-index: 120; }
  /* line 553, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
  footer .innerLink {
    padding: 2rem 0;
    font-size: .9rem; }
    /* line 556, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
    footer .innerLink > div {
      padding: 0 2rem; }
      /* line 558, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
      footer .innerLink > div > span {
        vertical-align: middle; }
        /* line 561, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
        footer .innerLink > div > span + span:before {
          content: "|";
          margin: 0 1rem; }
          @media screen and (max-width: 979px) {
            /* line 561, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
            footer .innerLink > div > span + span:before {
              margin: 0 .5rem; } }
        /* line 569, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
        footer .innerLink > div > span a {
          color: #fff;
          font-size: .9rem; }
          /* line 572, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
          footer .innerLink > div > span a:hover {
            color: #b28850; }
          /* line 575, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
          footer .innerLink > div > span a > span {
            margin-right: .5rem; }
          @media screen and (max-width: 979px) {
            /* line 569, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
            footer .innerLink > div > span a {
              font-size: .7rem; } }
  /* line 585, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
  footer #copyright {
    width: 100%;
    text-align: center;
    font-size: .8rem; }
  /* line 590, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
  footer + div {
    margin-top: 1rem; }

/* ===============================================================
    Page to Top
=============================================================== */
/* line 597, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
#pagetop {
  display: none;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 998; }
  @media screen and (max-width: 979px) {
    /* line 597, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
    #pagetop {
      bottom: .5rem;
      right: .5rem;
      margin-top: 0; } }
  /* line 608, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
  #pagetop a {
    display: block;
    text-decoration: none;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    background-color: rgba(0, 0, 0, 0.5);
    transition: .3s ease all; }
    /* line 618, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
    #pagetop a:hover {
      background-color: rgba(0, 0, 0, 0.8); }
    /* line 621, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
    #pagetop a:after {
      content: "▲";
      display: block;
      position: absolute;
      top: 45%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 1.5rem;
      color: #fff; }

/* ===============================================================
    Contents Page Settings
=============================================================== */
/* line 636, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
#Main-Contents {
  width: 100%;
  min-height: calc(100vh - 8.6rem);
  text-align: left;
  background: #fff;
  color: #4d4d4d;
  position: relative;
  z-index: 120;
  box-sizing: border-box; }
  /* line 645, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
  #Main-Contents.underlayer {
    padding-top: 8rem;
    padding-bottom: 1rem; }
    @media screen and (max-width: 979px) {
      /* line 645, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
      #Main-Contents.underlayer {
        padding-top: 5rem; } }
  /* line 655, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
  #Main-Contents .category:nth-child(odd) .section:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -6rem;
    right: 0;
    z-index: 1;
    border-left: 100vw solid transparent;
    border-top: 0 solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 6rem solid #fff; }
    @media screen and (max-width: 768px) {
      /* line 655, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
      #Main-Contents .category:nth-child(odd) .section:before {
        top: -3rem;
        border-bottom: 3rem solid #fff; } }
  /* line 677, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
  #Main-Contents .category:nth-child(even) .section:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border-left: 0 solid transparent;
    border-top: 6rem solid #fff;
    border-right: 100vw solid transparent;
    border-bottom: 0 solid transparent; }
    @media screen and (max-width: 768px) {
      /* line 677, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
      #Main-Contents .category:nth-child(even) .section:before {
        border-top: 3rem solid #fff; } }
  /* line 694, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
  #Main-Contents .category:nth-child(even) .section > .title {
    padding-top: 10rem;
    color: #fff; }
    @media screen and (max-width: 768px) {
      /* line 694, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
      #Main-Contents .category:nth-child(even) .section > .title {
        padding-top: 7rem; } }
  /* line 702, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
  #Main-Contents .category:nth-child(even) .section .more a {
    color: #fff;
    border: 1px solid #fff; }
  /* line 710, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
  #Main-Contents .category.imgBack {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6) !important;
    pointer-events: none; }
    /* line 714, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
    #Main-Contents .category.imgBack:before {
      content: "";
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      z-index: -1;
      width: 100%;
      height: 100vh;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      opacity: 0;
      transition: .3s ease all; }
    /* line 729, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
    #Main-Contents .category.imgBack.visible {
      pointer-events: auto; }
      /* line 731, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
      #Main-Contents .category.imgBack.visible:before {
        opacity: 1; }
    /* line 736, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
    #Main-Contents .category.imgBack .section .subtitle,
    #Main-Contents .category.imgBack .section .flexBlock {
      color: #fff; }
  /* line 742, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
  #Main-Contents .category .section {
    padding-bottom: 8rem; }
    @media screen and (max-width: 979px) {
      /* line 742, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
      #Main-Contents .category .section {
        padding-bottom: 4rem; } }
    /* line 748, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
    #Main-Contents .category .section > div.title {
      padding: 4rem 1rem 2rem;
      font-size: 2rem;
      text-align: center;
      color: #782d1a;
      position: relative; }
      /* line 754, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
      #Main-Contents .category .section > div.title > span {
        display: inline-block; }
      /* line 757, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
      #Main-Contents .category .section > div.title .link {
        visibility: hidden;
        position: absolute;
        top: -6rem;
        left: 0; }
        @media screen and (max-width: 979px) {
          /* line 757, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
          #Main-Contents .category .section > div.title .link {
            top: -5rem; } }
    /* line 767, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
    #Main-Contents .category .section > div.subtitle {
      padding: 2rem 1rem;
      font-size: 1.4rem;
      text-align: center;
      color: #4d4d4d;
      position: relative; }
      /* line 773, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
      #Main-Contents .category .section > div.subtitle:before, #Main-Contents .category .section > div.subtitle:after {
        content: '〜'; }
      /* line 777, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
      #Main-Contents .category .section > div.subtitle > span {
        display: inline-block; }
      /* line 780, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
      #Main-Contents .category .section > div.subtitle .link {
        visibility: hidden;
        position: absolute;
        top: -6rem;
        left: 0; }
        @media screen and (max-width: 979px) {
          /* line 780, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
          #Main-Contents .category .section > div.subtitle .link {
            top: -5rem; } }
    /* line 790, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
    #Main-Contents .category .section > div.flexBlock {
      max-width: 980px;
      width: 100%;
      margin: 0 auto;
      padding: 0 2rem;
      box-sizing: border-box;
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      flex-direction: row; }
      /* line 800, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
      #Main-Contents .category .section > div.flexBlock:nth-child(even) {
        flex-direction: row-reverse; }
        @media screen and (max-width: 979px) {
          /* line 800, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
          #Main-Contents .category .section > div.flexBlock:nth-child(even) {
            flex-direction: row; } }
        /* line 805, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
        #Main-Contents .category .section > div.flexBlock:nth-child(even) .text {
          margin-left: 2rem; }
          @media screen and (max-width: 979px) {
            /* line 805, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
            #Main-Contents .category .section > div.flexBlock:nth-child(even) .text {
              margin-left: 0; } }
        /* line 811, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
        #Main-Contents .category .section > div.flexBlock:nth-child(even) .image {
          margin-left: 0; }
      /* line 815, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
      #Main-Contents .category .section > div.flexBlock .text {
        width: 60%;
        line-height: 180%; }
        @media screen and (max-width: 979px) {
          /* line 815, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
          #Main-Contents .category .section > div.flexBlock .text {
            width: 100%; } }
        /* line 822, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
        #Main-Contents .category .section > div.flexBlock .text p.title {
          font-size: 1.3rem;
          margin-bottom: .5rem;
          text-decoration: underline; }
        /* line 827, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
        #Main-Contents .category .section > div.flexBlock .text p + p {
          margin-top: 1rem; }
      /* line 832, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
      #Main-Contents .category .section > div.flexBlock .image {
        width: calc(40% - 2rem);
        margin-left: 2rem;
        position: relative;
        overflow: hidden; }
        @media screen and (max-width: 979px) {
          /* line 832, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
          #Main-Contents .category .section > div.flexBlock .image {
            width: 100%;
            margin-left: 0;
            margin-top: 1rem; } }
        /* line 842, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
        #Main-Contents .category .section > div.flexBlock .image:before {
          content: '';
          display: block;
          width: 100%;
          padding-top: 75%; }
        /* line 848, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
        #Main-Contents .category .section > div.flexBlock .image img {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
      /* line 853, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
      #Main-Contents .category .section > div.flexBlock + .flexBlock {
        margin-top: 4rem; }
        @media screen and (max-width: 979px) {
          /* line 853, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
          #Main-Contents .category .section > div.flexBlock + .flexBlock {
            margin-top: 2rem; } }
    /* line 861, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
    #Main-Contents .category .section > div.tableBlock .table {
      max-width: calc(980px - 4rem);
      width: calc(100% - 4rem);
      margin: 4rem auto 0;
      box-sizing: border-box;
      border: 1px solid #fff;
      color: #fff; }
      @media screen and (max-width: 979px) {
        /* line 861, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
        #Main-Contents .category .section > div.tableBlock .table {
          margin-top: 2rem; } }
      /* line 871, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
      #Main-Contents .category .section > div.tableBlock .table .row {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        font-size: 1.2rem;
        line-height: 1.2rem; }
        /* line 878, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
        #Main-Contents .category .section > div.tableBlock .table .row .name {
          width: 10rem;
          padding: 2rem 1rem;
          background-color: rgba(255, 255, 255, 0.7);
          box-sizing: border-box;
          color: #4d4d4d; }
          @media screen and (max-width: 640px) {
            /* line 878, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
            #Main-Contents .category .section > div.tableBlock .table .row .name {
              width: 100%;
              padding: 1rem;
              text-align: center; } }
        /* line 890, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
        #Main-Contents .category .section > div.tableBlock .table .row .data {
          width: calc(100% - 10rem);
          padding: 2rem 1rem;
          box-sizing: border-box;
          font-size: 1.1rem;
          line-height: 180%; }
          @media screen and (max-width: 640px) {
            /* line 890, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
            #Main-Contents .category .section > div.tableBlock .table .row .data {
              width: 100%; } }
          /* line 899, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
          #Main-Contents .category .section > div.tableBlock .table .row .data span {
            display: inline-block; }
          /* line 903, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
          #Main-Contents .category .section > div.tableBlock .table .row .data div + div {
            margin-top: 1rem; }
          /* line 907, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
          #Main-Contents .category .section > div.tableBlock .table .row .data ul {
            display: flex;
            flex-wrap: wrap; }
            /* line 911, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
            #Main-Contents .category .section > div.tableBlock .table .row .data ul.shop li {
              font-size: 1.1rem;
              line-height: 120%; }
            /* line 916, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
            #Main-Contents .category .section > div.tableBlock .table .row .data ul li {
              margin-top: .5rem; }
              @media screen and (min-width: 641px) {
                /* line 916, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
                #Main-Contents .category .section > div.tableBlock .table .row .data ul li {
                  width: 50%; }
                  /* line 920, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
                  #Main-Contents .category .section > div.tableBlock .table .row .data ul li:first-child, #Main-Contents .category .section > div.tableBlock .table .row .data ul li:nth-child(2) {
                    margin-top: 0; } }
              @media screen and (max-width: 640px) {
                /* line 916, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
                #Main-Contents .category .section > div.tableBlock .table .row .data ul li {
                  font-size: 1rem;
                  width: 100%; }
                  /* line 928, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
                  #Main-Contents .category .section > div.tableBlock .table .row .data ul li:first-child {
                    margin-top: 0; } }
          /* line 934, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
          #Main-Contents .category .section > div.tableBlock .table .row .data a {
            text-decoration: underline;
            transition: .3s ease all; }
            /* line 937, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
            #Main-Contents .category .section > div.tableBlock .table .row .data a:hover {
              color: #b28850;
              text-decoration: none; }
        /* line 943, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
        #Main-Contents .category .section > div.tableBlock .table .row + .row {
          border-top: 1px solid #fff; }
    /* line 948, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
    #Main-Contents .category .section > div.tableBlock .empty {
      padding: 2rem;
      text-align: center;
      color: #fff; }
    /* line 953, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
    #Main-Contents .category .section > div.tableBlock + .tableBlock {
      margin-top: 4rem; }
    /* line 957, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
    #Main-Contents .category .section > div.detail {
      max-width: calc(980px - 4rem);
      width: calc(100% - 4rem);
      margin: 0 auto;
      box-sizing: border-box; }
    /* line 964, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
    #Main-Contents .category .section .more {
      font-size: 1.2rem;
      text-align: center;
      margin: 4rem auto 0; }
      /* line 968, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
      #Main-Contents .category .section .more a {
        display: block;
        width: 140px;
        margin: 0 auto;
        padding: 1rem .5rem;
        background-color: transparent;
        color: #4d4d4d;
        border: 1px solid #4d4d4d;
        position: relative;
        z-index: 1;
        transition: .5s ease all; }
        /* line 979, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
        #Main-Contents .category .section .more a:hover {
          background-color: #b28850;
          color: #fff;
          border-color: #b28850;
          border-radius: 1rem; }

/* ===============================================================
    Top Page
=============================================================== */
/* line 994, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
.top #Main-Contents {
  min-height: initial; }
  /* line 996, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
  .top #Main-Contents .category {
    position: relative;
    background-color: #fff; }
    /* line 1001, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
    .top #Main-Contents .category#Works:before {
      background-image: url(../img/top/bk_Works.jpg); }
    /* line 1007, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
    .top #Main-Contents .category#Company:before {
      background-image: url(../img/top/bk_Office.jpg); }
    /* line 1015, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
    .top #Main-Contents .category#Company .section .table .row .data .branch .title {
      margin-bottom: .5rem; }
      /* line 1017, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
      .top #Main-Contents .category#Company .section .table .row .data .branch .title:before {
        content: '['; }
      /* line 1020, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
      .top #Main-Contents .category#Company .section .table .row .data .branch .title:after {
        content: ']'; }
    /* line 1025, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
    .top #Main-Contents .category#Company .section .table .row .data .branch .address span {
      margin-bottom: .5rem; }
      /* line 1027, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
      .top #Main-Contents .category#Company .section .table .row .data .branch .address span.zip {
        margin-right: 1rem; }
    /* line 1031, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
    .top #Main-Contents .category#Company .section .table .row .data .branch .address a {
      margin-left: 1rem; }
    /* line 1036, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
    .top #Main-Contents .category#Company .section .table .row .data .branch .contact .tel {
      margin-right: 2rem; }
      /* line 1038, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
      .top #Main-Contents .category#Company .section .table .row .data .branch .contact .tel:before {
        content: 'TEL：'; }
    /* line 1043, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
    .top #Main-Contents .category#Company .section .table .row .data .branch .contact .fax:before {
      content: 'FAX：'; }
    /* line 1048, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
    .top #Main-Contents .category#Company .section .table .row .data .branch + .branch {
      margin-top: 2rem; }
    /* line 1053, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
    .top #Main-Contents .category#Company .section .table .row .data .officer .position {
      margin-right: .5rem; }

/* ===============================================================
    Privacy
=============================================================== */
/* line 1069, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
#Privacy.category {
  padding-bottom: 2rem; }
  /* line 1072, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
  #Privacy.category .section:before {
    content: none !important; }
  /* line 1075, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
  #Privacy.category .section .detail {
    font-size: 1rem; }
    /* line 1077, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
    #Privacy.category .section .detail ul {
      counter-reset: privacy;
      margin: 2rem auto;
      padding: 2rem 0;
      border-top: 1px dashed #b3b3b3;
      border-bottom: 1px dashed #b3b3b3; }
      /* line 1083, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
      #Privacy.category .section .detail ul li {
        margin-left: 3rem;
        display: inline-block;
        position: relative;
        padding-right: .5rem; }
        /* line 1088, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
        #Privacy.category .section .detail ul li:before {
          counter-increment: privacy;
          content: counter(privacy) ".";
          display: inline-block;
          position: absolute;
          top: 0;
          left: -3rem;
          width: 2rem;
          text-align: right; }
        /* line 1098, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
        #Privacy.category .section .detail ul li + li {
          margin-top: 1rem; }
    /* line 1104, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
    #Privacy.category .section .detail > div P {
      text-align: center; }
      /* line 1106, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
      #Privacy.category .section .detail > div P.tel {
        text-align: center;
        padding: 1rem;
        font-weight: bold;
        font-size: 1.5rem; }
        /* line 1111, /Applications/MAMP/htdocs/01_Customer/WomanLife/LAVA/_common/scss/style.scss */
        #Privacy.category .section .detail > div P.tel:before {
          content: "TEL";
          display: inline-block;
          margin-right: .5rem; }

/*# sourceMappingURL=style.css.map */