/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  max-width: 100%; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/****** Elad Shechter's RESET *******/
/*** box sizing border-box for all elements ***/
*,
*::before,
*::after {
  box-sizing: border-box; }

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer; }

button {
  background-color: transparent;
  color: inherit;
  border-width: 0;
  padding: 0;
  cursor: pointer; }

figure {
  margin: 0; }

input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0; }

ul, ol, dl, dd {
  margin: 0;
  padding: 0;
  list-style: none; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit; }

p {
  margin: 0; }

cite {
  font-style: normal; }

fieldset {
  border-width: 0;
  padding: 0;
  margin: 0; }

html {
  font-size: 1px;
  /*for using REM units*/ }

body {
  direction: ltr;
  font-family: YakuHanJP, "Zen Kaku Gothic New","Helvetica Neue","Helvetica","Hiragino Kaku Gothic ProN","Hiragino Sans","Arial","Yu Gothic","Meiryo","MS PGothic",sans-serif;
  font-size: 14rem;
  font-weight: 500;
  line-height: 1.0;
  color: #454545;
  background-color: #f6f5f4; }
  @media (max-width: 1024px) {
    body {
      font-size: 14rem; } }

.is-pc {
  display: block; }
  @media (max-width: 1120px) {
    .is-pc {
      display: block; } }
  @media (max-width: 1024px) {
    .is-pc {
      display: none; } }

.is-sp {
  display: none; }
  @media (max-width: 1120px) {
    .is-sp {
      display: none; } }
  @media (max-width: 1024px) {
    .is-sp {
      display: block; } }

.container {
  max-width: 1080px; }
  @media (max-width: 1024px) {
    .container {
      width: 90%;
      margin: 0 auto; } }

section {
  display: flex; }
  @media (max-width: 1024px) {
    section {
      display: block; } }
  section .c_inner {
    width: 80%;
    margin-left: auto; }
    @media (max-width: 1024px) {
      section .c_inner {
        width: 100%; } }

#wrap {
  position: relative; }
  @media (max-width: 1024px) {
    #wrap {
      display: block;
      overflow: hidden; } }
  #wrap .side {
    width: 20%;
    padding: 0 3%;
    min-width: 270px; }
    @media (max-width: 1024px) {
      #wrap .side {
        width: 100%;
        min-width: auto; } }
  #wrap .header {
    position: fixed;
    padding: 40px 3%;
    min-width: 300px;
    top: 0;
    left: 0; }
    @media (max-width: 1024px) {
      #wrap .header {
        position: relative;
        padding: 15px 0;
        z-index: 99; } }
    #wrap .header .logo {
      width: 60%;
      margin: 0 auto 55px; }
      @media (max-width: 1024px) {
        #wrap .header .logo {
          width: 35%;
          max-width: 130px;
          margin: 0 0 0 15px; } }
      #wrap .header .logo a {
        display: block; }
    #wrap .header .menu_area .navi .navi_button {
      display: none; }
      @media (max-width: 1024px) {
        #wrap .header .menu_area .navi .navi_button {
          display: block;
          position: fixed;
          width: 45px;
          height: 45px;
          top: 20px;
          right: 15px;
          background-color: #AAA090;
          border-radius: 10px;
          z-index: 20; } }
      #wrap .header .menu_area .navi .navi_button span {
        position: absolute;
        width: 32px;
        height: 4px;
        background-color: #fff;
        transition: 0.2s;
        left: 50%;
        margin-left: -16px; }
        #wrap .header .menu_area .navi .navi_button span:nth-of-type(1) {
          top: 20%; }
        #wrap .header .menu_area .navi .navi_button span:nth-of-type(2) {
          top: 50%;
          margin-top: -2px; }
        #wrap .header .menu_area .navi .navi_button span:nth-of-type(3) {
          top: 50%;
          margin-top: -2px; }
        #wrap .header .menu_area .navi .navi_button span:nth-of-type(4) {
          bottom: 20%; }
      #wrap .header .menu_area .navi .navi_button.active span:nth-of-type(1) {
        display: none; }
      #wrap .header .menu_area .navi .navi_button.active span:nth-of-type(2) {
        transform: rotate(-45deg); }
      #wrap .header .menu_area .navi .navi_button.active span:nth-of-type(3) {
        transform: rotate(45deg); }
      #wrap .header .menu_area .navi .navi_button.active span:nth-of-type(4) {
        display: none; }
    #wrap .header .menu_area .navi_menu {
      margin-bottom: 50px; }
      @media (max-width: 1024px) {
        #wrap .header .menu_area .navi_menu {
          position: fixed;
          justify-content: center;
          width: 100vw;
          top: 0;
          left: 0;
          background-color: #FFFAF5;
          padding: 60px 10% 30px;
          transform: translateX(140%);
          transition: 0.5s;
          z-index: 10; }
          #wrap .header .menu_area .navi_menu.active {
            transform: translateX(0%); } }
      #wrap .header .menu_area .navi_menu li {
        border-bottom: 1px solid #707070; }
        #wrap .header .menu_area .navi_menu li a {
          text-align: center;
          display: block;
          line-height: 60px;
          font-size: 18rem; }
          #wrap .header .menu_area .navi_menu li a:hover {
            opacity: .6; }

.footer {
  position: relative;
  background-color: #AAA090;
  color: #fff;
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 35px 0; }
  @media (max-width: 1024px) {
    .footer {
      padding: 20px 0; } }
  .footer .pagetop {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    opacity: 0;
    visibility: hidden;
    cursor: pointer; }
    @media (max-width: 1024px) {
      .footer .pagetop {
        width: 35px;
        height: 35px;
        right: 15px;
        bottom: 15px; } }
    .footer .pagetop.active {
      opacity: 1;
      visibility: visible; }
    .footer .pagetop.absolute {
      position: absolute;
      top: -70px;
      bottom: auto; }
      @media (max-width: 1024px) {
        .footer .pagetop.absolute {
          top: -50px; } }

.c_block {
  display: flex; }
  @media (max-width: 1024px) {
    .c_block {
      display: block; } }
  .c_block .c_title01 {
    width: 80px;
    display: flex;
    align-items: flex-end;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 35rem;
    color: #707070;
    letter-spacing: 0.5em;
    margin-top: 41px; }
    @media (max-width: 1024px) {
      .c_block .c_title01 {
        display: block;
        width: 100%;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
        font-size: 25rem;
        letter-spacing: 0.3em;
        margin: 15px 15px 40px; } }
    .c_block .c_title01 span {
      display: inline-block;
      position: relative; }
      .c_block .c_title01 span::before {
        position: absolute;
        content: "";
        background: url("../images/top/title-right.svg") no-repeat 0 0;
        background-size: 22px;
        width: 22px;
        height: 31px;
        right: -18px;
        top: -41px; }
        @media (max-width: 1024px) {
          .c_block .c_title01 span::before {
            background: url("../images/common/title-left.svg") no-repeat 0 0;
            background-size: 31px;
            width: 31px;
            height: 22px;
            left: -15px;
            top: -20px;
            right: auto; } }
      .c_block .c_title01 span::after {
        position: absolute;
        content: "";
        background: url("../images/top/title-left.svg") no-repeat 0 0;
        background-size: 22px;
        width: 22px;
        height: 31px;
        left: -18px;
        bottom: -21px; }
        @media (max-width: 1024px) {
          .c_block .c_title01 span::after {
            background: url("../images/common/title-right.svg") no-repeat 0 0;
            background-size: 31px;
            width: 31px;
            height: 22px;
            right: -15px;
            bottom: -20px;
            left: auto; } }
  .c_block .c_text {
    line-height: 2.18; }
    @media (max-width: 1024px) {
      .c_block .c_text {
        line-height: 1.75; } }
  .c_block__box {
    width: calc(100% - 80px); }
    @media (max-width: 1024px) {
      .c_block__box {
        width: 100%; } }
    .c_block__box .c_text-image {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      @media (max-width: 1024px) {
        .c_block__box .c_text-image {
          display: block; } }
      .c_block__box .c_text-image .text-area {
        width: 48%; }
        @media (max-width: 1024px) {
          .c_block__box .c_text-image .text-area {
            width: 100%;
            margin-bottom: 20px; } }
        .c_block__box .c_text-image .text-area .subtitle {
          font-size: 30rem;
          margin-bottom: 15px;
          line-height: 1.6;
          letter-spacing: 0.1em; }
          @media (max-width: 1024px) {
            .c_block__box .c_text-image .text-area .subtitle {
              font-size: 22px;
              margin-bottom: 7px; } }
        .c_block__box .c_text-image .text-area .text {
          line-height: 2.18; }
          @media (max-width: 1024px) {
            .c_block__box .c_text-image .text-area .text {
              line-height: 1.75; } }
      .c_block__box .c_text-image .image {
        width: 48%; }
        @media (max-width: 1024px) {
          .c_block__box .c_text-image .image {
            width: 100%;
            margin-bottom: 20px; } }
        .c_block__box .c_text-image .image img {
          border-radius: 30px;
          width: 100%; }
          @media (max-width: 1024px) {
            .c_block__box .c_text-image .image img {
              border-radius: 15px; } }
      .c_block__box .c_text-image:nth-child(odd) {
        flex-flow: row-reverse; }

.c_button01 {
  width: 220px;
  margin: 0 auto; }
  @media (max-width: 1024px) {
    .c_button01 {
      width: 70%; } }
  .c_button01 a {
    display: block;
    background-color: #AAA090;
    line-height: 73px;
    color: #fff;
    text-align: center;
    font-size: 30rem;
    font-weight: 700;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px; }
    @media (max-width: 1024px) {
      .c_button01 a {
        line-height: 50px;
        border-top-left-radius: 30px;
        border-bottom-right-radius: 30px;
        font-size: 20rem; } }
    .c_button01 a:hover {
      opacity: .6; }

.c_title02 {
  font-size: 30rem;
  padding-bottom: 20px;
  width: 65.5%;
  border-bottom: 1px solid #707070;
  margin-bottom: 30px; }
  @media (max-width: 1024px) {
    .c_title02 {
      font-size: 20rem;
      padding-bottom: 15px;
      width: 100%;
      margin-bottom: 20px; } }

.c_title03 {
  padding-left: 40px;
  font-size: 25rem;
  margin-bottom: 20px;
  line-height: 30px;
  position: relative; }
  @media (max-width: 1024px) {
    .c_title03 {
      padding-left: 25px;
      font-size: 20rem;
      line-height: 25px;
      margin-bottom: 15px; } }
  .c_title03::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background-color: #AAA090;
    border-radius: 50%;
    top: 50%;
    left: 0;
    transform: translateY(-50%); }
    @media (max-width: 1024px) {
      .c_title03::before {
        width: 20px;
        height: 20px; } }

.c_title04 {
  margin-bottom: 20px; }
  .c_title04 span {
    display: block;
    background: linear-gradient(transparent 60%, #E2DCD3 60%);
    font-size: 30rem;
    line-height: 1.6;
    padding: 0 5px; }
    @media (max-width: 1024px) {
      .c_title04 span {
        font-size: 20rem; } }

.c_title05 {
  margin-bottom: 40px; }
  @media (max-width: 1024px) {
    .c_title05 {
      margin-bottom: 30px; } }
  .c_title05 span {
    display: inline-block;
    background: linear-gradient(transparent 60%, #F6F5F4 60%);
    font-size: 30rem;
    line-height: 1.6;
    padding: 0 5px; }
    @media (max-width: 1024px) {
      .c_title05 span {
        font-size: 20rem; } }

.c_title06 {
  width: 357px;
  margin: 0 auto 80px;
  text-align: center;
  background: url("../images/top/icon_whatch.svg") no-repeat 0 0;
  background-size: 36px; }
  @media (max-width: 1024px) {
    .c_title06 {
      width: 80%;
      margin-bottom: 40px;
      background-size: 30px; } }
  .c_title06 span {
    display: block;
    background: url("../images/common/underline01.svg") no-repeat center 100%;
    background-size: 100%;
    padding-bottom: 32px;
    font-size: 30rem; }
    @media (max-width: 1024px) {
      .c_title06 span {
        font-size: 25rem;
        padding-bottom: 27px; } }

.c_title07 {
  width: 357px;
  margin: 0 auto 80px;
  text-align: center; }
  @media (max-width: 1024px) {
    .c_title07 {
      width: 80%;
      margin-bottom: 40px;
      background-size: 30px; } }
  .c_title07 span {
    display: block;
    background: url("../images/common/underline02.svg") no-repeat center 100%;
    background-size: 100%;
    padding-bottom: 32px;
    font-size: 30rem; }
    @media (max-width: 1024px) {
      .c_title07 span {
        font-size: 25rem;
        padding-bottom: 27px; } }

.c_text {
  line-height: 2.18; }
  @media (max-width: 1024px) {
    .c_text {
      line-height: 1.75; } }

.fs16 {
  font-size: 16rem; }

.c_img-text {
  display: flex;
  justify-content: space-between;
  margin-bottom: 180px; }
  @media (max-width: 1024px) {
    .c_img-text {
      display: block;
      margin-bottom: 70px; } }
  .c_img-text .image {
    width: 48%; }
    @media (max-width: 1024px) {
      .c_img-text .image {
        width: 100%;
        margin-bottom: 15px; } }
    .c_img-text .image img {
      border-radius: 50px 10px 10px 10px; }
      @media (max-width: 1024px) {
        .c_img-text .image img {
          border-radius: 30px 5px 5px 5px; } }
  .c_img-text .text-area {
    width: 45%; }
    @media (max-width: 1024px) {
      .c_img-text .text-area {
        width: 100%; } }

.contact {
  padding-top: 50px;
  padding-bottom: 150px; }
  @media (max-width: 1024px) {
    .contact {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .contact .c_block {
    flex-flow: column; }
  .contact .c_block__box {
    margin-left: auto; }
    .contact .c_block__box .access {
      display: flex;
      justify-content: space-between; }
      @media (max-width: 1024px) {
        .contact .c_block__box .access {
          display: block; } }
      .contact .c_block__box .access .text-area {
        width: 45%; }
        @media (max-width: 1024px) {
          .contact .c_block__box .access .text-area {
            width: 100%;
            margin-bottom: 20px; } }
        .contact .c_block__box .access .text-area .logo {
          width: 75%;
          margin-left: 30px;
          margin-bottom: 25px; }
          @media (max-width: 1024px) {
            .contact .c_block__box .access .text-area .logo {
              width: 60%;
              margin: 0 auto 15px; } }
          .contact .c_block__box .access .text-area .logo span {
            display: block;
            line-height: 34px;
            font-size: 18rem;
            color: #fff;
            text-align: center;
            width: 258px;
            border-radius: 50px;
            background-color: #454545;
            margin: 10px 0 0 55px; }
            @media (max-width: 1024px) {
              .contact .c_block__box .access .text-area .logo span {
                margin-left: 0;
                width: 100%; } }
        .contact .c_block__box .access .text-area .address {
          font-size: 20rem;
          line-height: 1.75;
          margin-bottom: 15px; }
          @media (max-width: 1024px) {
            .contact .c_block__box .access .text-area .address {
              font-size: 16rem;
              margin-bottom: 10px; } }
        .contact .c_block__box .access .text-area .add {
          font-size: 14rem;
          line-height: 2.5;
          margin-bottom: 35px; }
          @media (max-width: 1024px) {
            .contact .c_block__box .access .text-area .add {
              font-size: 14rem;
              line-height: 1.75;
              margin-bottom: 20px; } }
        .contact .c_block__box .access .text-area .tel {
          margin-bottom: 30px; }
          @media (max-width: 1024px) {
            .contact .c_block__box .access .text-area .tel {
              margin-bottom: 15px; } }
          .contact .c_block__box .access .text-area .tel a {
            display: block;
            background-color: #AAA090;
            border-radius: 50px;
            line-height: 75px;
            font-size: 30rem;
            color: #fff;
            text-align: center; }
            @media (max-width: 1024px) {
              .contact .c_block__box .access .text-area .tel a {
                line-height: 50px;
                font-size: 20rem; } }
            .contact .c_block__box .access .text-area .tel a:hover {
              opacity: .6; }
        .contact .c_block__box .access .text-area .subttl {
          font-size: 20rem;
          margin-bottom: 20rem; }
        .contact .c_block__box .access .text-area .sns {
          display: flex; }
          .contact .c_block__box .access .text-area .sns li {
            width: 50%; }
            .contact .c_block__box .access .text-area .sns li a {
              display: flex;
              align-items: center;
              font-size: 25rem;
              color: #AAA090; }
              @media (max-width: 1024px) {
                .contact .c_block__box .access .text-area .sns li a {
                  font-size: 18rem; } }
              .contact .c_block__box .access .text-area .sns li a:hover {
                opacity: .6; }
              .contact .c_block__box .access .text-area .sns li a img {
                width: 40px;
                margin-right: 20px; }
                @media (max-width: 1024px) {
                  .contact .c_block__box .access .text-area .sns li a img {
                    width: 30px;
                    margin-right: 10px; } }
          .contact .c_block__box .access .text-area .sns + .subttl {
            margin-top: 40rem; }
      .contact .c_block__box .access .googlemap {
        width: 45%; }
        @media (max-width: 1024px) {
          .contact .c_block__box .access .googlemap {
            width: 100%; } }
        .contact .c_block__box .access .googlemap iframe {
          width: 100%;
          height: 450px; }
          @media (max-width: 1024px) {
            .contact .c_block__box .access .googlemap iframe {
              height: 250px; } }
    .contact .c_block__box + .c_block__box {
      margin-top: 100px; }
    .contact .c_block__box .shop-photo {
      margin-bottom: 50px; }
