@charset "UTF-8";
/* ----------------
 * base
 * ---------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  font: inherit;
  padding: 0;
  margin: 0;
  border: 0;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "YuGothic", "YuGothic M", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000000;
  line-height: 1;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  border: none;
  outline: none;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

ol, ul {
  list-style: none;
}

hr {
  border: none;
  margin: 0;
}

blockquote, q {
  quotes: none;
}

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

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

img {
  vertical-align: bottom;
}

a, a:visited, button, input[type=button], input[type=submit] {
  color: #000000;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

@media screen and (min-width: 768px) {
  a:hover, button:hover, input[type=button]:hover, input[type=submit]:hover {
    opacity: 0.7;
  }
}

a.text-link:active {
  text-decoration: underline;
}

:focus {
  color: #ffffff;
  outline: none;
}

@media screen and (min-width: 768px) {
  [href^="tel:"] {
    pointer-events: none;
  }
}

/* ----------------
 * media query
 * ---------------- */
@media screen and (max-width: 767px) {
  .tablet, .tablet-pc, .tp, .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 104rem) {
  .pc, .sp {
    display: none !important;
  }
}

@media screen and (min-width: 104.1rem) {
  .sp, .tablet, .tablet-sp, .ts {
    display: none !important;
  }
}

html {
  position: relative;
}

@media screen and (max-width: 767px) {
  html.menu-back {
    position: fixed;
    width: 100%;
    height: 100%;
  }
}

html.popup-back {
  position: fixed;
  width: 100%;
  height: 100%;
}

body {
  background-color: #ffffff;
  min-width: 32rem;
}

@media screen and (min-width: 768px) {
  body {
    min-width: 104rem;
  }
}

main.l-main {
  width: 100%;
  overflow: hidden;
}

/* ----------------
 * Component
 * ---------------- */
.m-button.gold {
  font-family: "Ryumin Regular KL", serif;
  display: block;
  margin: auto;
  border: 2px solid #9c8f5d;
  width: 100%;
  height: 6rem;
  line-height: calc(6rem - 4px);
  font-size: 2.4rem;
  text-align: center;
  color: #9c8f5d;
  position: relative;
}

@media screen and (min-width: 768px) {
  .m-button.gold {
    width: 39rem;
    height: 7rem;
    line-height: calc(7rem - 4px);
    font-size: 2.8rem;
  }
}

.m-button.gold:after {
  position: absolute;
  top: 0;
  right: 1.2rem;
  bottom: 0;
  margin: auto;
  content: '';
  display: block;
  border-left: 1rem solid #9c8f5d;
  border-top: .7rem solid transparent;
  border-bottom: .7rem solid transparent;
  width: 0;
  height: 0;
}

@media screen and (min-width: 768px) {
  .m-button.gold:after {
    right: 1.9rem;
  }
}

/* ----------------
 * Header
 * ---------------- */
.l-header {
  height: 5rem;
}

@media screen and (min-width: 768px) {
  .l-header {
    height: 8.5rem;
  }
}

.l-header .title-header {
  -webkit-transition: -webkit-box-shadow .7s linear;
  transition: -webkit-box-shadow .7s linear;
  transition: box-shadow .7s linear;
  transition: box-shadow .7s linear, -webkit-box-shadow .7s linear;
  width: 100%;
  height: 5rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4000;
  background-color: #ffffff;
  border-bottom: 1px solid #9c8f5d;
}

@media screen and (min-width: 768px) {
  .l-header .title-header {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .l-header .title-header {
    position: static;
    min-width: 104rem;
    height: 8.5rem;
  }
}

.l-header .title-header .inner {
  height: 100%;
  position: relative;
}

@media screen and (min-width: 768px) {
  .l-header .title-header .inner {
    width: 100rem;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
}

.l-header .title-header .inner .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding-left: 1.5rem;
}

@media screen and (min-width: 768px) {
  .l-header .title-header .inner .wrapper {
    padding: 0 2.4rem;
  }
}

.l-header .title-header .inner .wrapper .logo a {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  display: block;
  width: 34rem;
  height: 2.8rem;
  background-image: url(../img/logo.svg);
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .l-header .title-header .inner .wrapper .logo a {
    width: 46.8rem;
    height: 5.2rem;
  }
}

.l-header .title-header .inner .wrapper .contacts .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-header .title-header .inner .wrapper .contacts .tel .label {
  font-family: "Ryumin Regular KL", serif;
  width: 10.5rem;
  height: 2.7rem;
  background-color: #FD8589;
  color: #ffffff;
  line-height: 2.7rem;
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: .1em;
}

.l-header .title-header .inner .wrapper .contacts .tel .number {
  font-family: "Ryumin Regular KL", serif;
  margin-left: 1.6rem;
  padding-left: 2.4rem;
  position: relative;
  display: block;
  height: 1.6rem;
  line-height: 2.7rem;
  font-size: 2.2rem;
  letter-spacing: .1em;
  height: 2.7rem;
}

.l-header .title-header .inner .wrapper .contacts .tel .number:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.6rem;
  height: 100%;
  background-image: url(../img/icon_tel.svg);
  background-position: center left;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.l-header .title-header .inner .wrapper .contacts .address {
  font-size: 1.5rem;
  letter-spacing: .18em;
  margin-top: 0.5rem;
  text-align: right;
  line-height: 1.9rem;
}

.l-header .title-header .inner .spmenu {
  width: 5rem;
  height: 5rem;
  position: absolute;
  top: 0;
  right: 0;
}

.l-header .title-header .inner .spmenu a {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/icon_spmenu.png);
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.l-header .title-header .nav {
  display: none;
  background-color: #FD8589;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden auto;
  padding-top: 5.5rem;
}

.l-header .title-header .nav .spmenu-close {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  position: absolute;
  width: 5rem;
  height: 5rem;
  top: 0;
  right: 0;
  background-image: url(../img/icon_spmenu_close.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}

.l-header .title-header .nav .scroll-content .menu {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.l-header .title-header .nav .scroll-content .menu li a {
  font-family: "Ryumin Regular KL", serif;
  color: #ffffff;
  font-size: 2rem;
  line-height: 5rem;
}

/* ----------------
 * Footer
 * ---------------- */
.l-footer {
  padding-top: 4rem;
  padding-bottom: 2.4rem;
}

@media screen and (min-width: 768px) {
  .l-footer {
    padding-top: 8.2rem;
    padding-bottom: 10rem;
  }
}

.l-footer .copy {
  font-size: 1rem;
  text-align: center;
    color: #FD8589;
}

@media screen and (min-width: 768px) {
  .l-footer .copy {
    font-size: 1.7rem;
  }
}

/* ----------------
 * Top
 * ---------------- */
.l-p-top .l-mainvisual {
  position: relative;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-mainvisual {
    width: 100%;
  }
}

.l-p-top .l-mainvisual:after {
  content: '';
  display: block;
  padding-top: 197.1875%;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-mainvisual:after {
    padding-top: 49.6875%;
  }
}

.l-p-top .l-mainvisual .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.l-p-top .l-mainvisual .wrapper img {
  width: 100%;
  height: 100%;
}

.l-p-top .l-mainvisual .wrapper .inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}

.l-p-top .l-mainvisual .wrapper .inner .chat-button {
  position: absolute;
  right: 1rem;
  bottom: 2rem;
  width: 5.6rem;
  height: 5.6rem;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-mainvisual .wrapper .inner .chat-button {
    right: 0;
    right: 7.4rem;
    bottom: -3.2rem;
    width: 16rem;
    height: 16rem;
  }
}

.l-p-top .l-mainvisual .wrapper .inner .chat-button a {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/button_chat.svg);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.l-p-top .l-lead {
  background-color: #9c8f5d;
}

@media screen and (max-width: 767px) {
  .l-p-top .l-lead {
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-lead {
    width: 100%;
  }
}

.l-p-top .l-lead .inner {
  font-family: "Ryumin Bold KL", serif;
  font-size: 2.2rem;
  line-height: 3.2rem;
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
}

@media screen and (max-width: 767px) {
  .l-p-top .l-lead .inner {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-lead .inner {
    width: 100rem;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-lead .inner {
    font-size: 4.1rem;
    line-height: 5.7rem;
    letter-spacing: .1em;
    text-align: center;
    padding-top: 2.6rem;
    padding-bottom: 2.6rem;
  }
}

@media screen and (max-width: 767px) {
  .l-p-top .l-message {
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-message {
    width: 100%;
  }
}

.l-p-top .l-message .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 3.2rem;
  padding-bottom: 7.2rem;
}

@media screen and (max-width: 767px) {
  .l-p-top .l-message .inner {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-message .inner {
    width: 88rem;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-message .inner {
    padding-top: 7.2rem;
    padding-bottom: 7.2rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-message .inner .text-block {
    width: 63rem;
  }
}

.l-p-top .l-message .inner .text-block .message {
  font-family: "Ryumin Regular KL", serif;
  color: #9c8f5d;
  font-size: 2.2rem;
  line-height: 3.2rem;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-message .inner .text-block .message {
    font-size: 4.5rem;
    line-height: 5.8rem;
  }
}

.l-p-top .l-message .inner .text-block .text {
  margin-top: 1.8rem;
  font-size: 1.5rem;
  line-height: 2.6rem;
  letter-spacing: .05em;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-message .inner .text-block .text {
    font-size: 1.9rem;
    line-height: 3.6rem;
    letter-spacing: .05em;
    margin-top: 6.7rem;
  }
}

.l-p-top .l-message .inner .signature-block {
  padding-top: 2.5rem;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-message .inner .signature-block {
    padding-top: 7rem;
  }
}

.l-p-top .l-message .inner .signature-block .director-name {
  font-family: "Ryumin Regular KL", serif;
  color: #9c8f5d;
  text-align: center;
  font-size: 2rem;
  letter-spacing: .1em;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-message .inner .signature-block .director-name {
    font-size: 3.2rem;
    letter-spacing: .1em;
  }
}

.l-p-top .l-message .inner .signature-block .logo {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  margin-top: 1.5rem;
  height: 14.9rem;
  background-image: url(../img/logo2.svg);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-message .inner .signature-block .logo {
    margin-top: 7rem;
    height: 17.7rem;
  }
}

.l-p-top .l-allowance {
  background-color: #9c8f5d;
}

@media screen and (max-width: 767px) {
  .l-p-top .l-allowance {
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-allowance {
    width: 100%;
  }
}

.l-p-top .l-allowance .inner {
  position: relative;
  padding-top: 12.3rem;
  padding-bottom: 2.2rem;
}

@media screen and (max-width: 767px) {
  .l-p-top .l-allowance .inner {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-allowance .inner {
    width: 100rem;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-allowance .inner {
    padding-top: 3.5rem;
    padding-left: 27rem;
  }
}

.l-p-top .l-allowance .inner .image {
  position: absolute;
  top: -2.4rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 13.6rem;
  height: 13.6rem;
  background-image: url(../img/pic_allowance.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-allowance .inner .image {
    top: 0;
    left: 0;
    bottom: 0;
    right: auto;
    width: 23.9rem;
    height: 23.9rem;
  }
}

.l-p-top .l-allowance .inner .headline {
  font-family: "Ryumin Bold KL", serif;
  font-size: 2.2rem;
  line-height: 3.2rem;
  color: #000000;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-allowance .inner .headline {
    font-size: 4.1rem;
    letter-spacing: .1em;
    text-align: left;
    line-height: inherit;
  }
}

.l-p-top .l-allowance .inner .text {
  font-family: "Ryumin Bold KL", serif;
  margin-top: 1.5rem;
  font-size: 1.8rem;
  line-height: 2.6rem;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-allowance .inner .text {
    margin-top: 2.4rem;
    font-size: 2.5rem;
    line-height: 4.2rem;
  }
}

@media screen and (max-width: 767px) {
  .l-p-top .l-onkatsu {
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-onkatsu {
    width: 100%;
  }
}

.l-p-top .l-onkatsu .inner {
  padding-top: 2.7rem;
}

@media screen and (max-width: 767px) {
  .l-p-top .l-onkatsu .inner {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-onkatsu .inner {
    width: 100rem;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
}

.l-p-top .l-onkatsu .inner .lead {
  font-family: "Ryumin Bold KL", serif;
  text-align: center;
  color: #9c8f5d;
  font-size: 2.6rem;
  line-height: 3.6rem;
}

.l-p-top .l-onkatsu .inner .lead b {
  color: #d1423d;
}

.l-p-top .l-onkatsu .inner .figure {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  margin-top: 1.7rem;
  position: relative;
  background-color: #ffffff;
  background-image: url(../img/fig_why_sp.png);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-onkatsu .inner .figure {
    background-color: transparent;
    background-image: url(../img/fig_why_pc.png);
    margin-left: -1rem;
    margin-right: -1rem;
  }
}

.l-p-top .l-onkatsu .inner .figure:before {
  content: '';
  display: block;
  padding-top: 175%;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-onkatsu .inner .figure:before {
    padding-top: 49.16748%;
  }
}

.l-p-top .l-onkatsu .inner .figure > div {
  position: absolute;
  top: 0;
  left: 100%;
  overflow: hidden;
}

.l-p-top .l-onkatsu .inner .hadagi {
  padding-top: 3.5rem;
  padding-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-onkatsu .inner .hadagi {
    padding-top: 9rem;
    padding-bottom: 9.5rem;
  }
}

.l-p-top .l-onkatsu .inner .hadagi .message {
  font-family: "Ryumin Regular KL", serif;
  font-size: 2.6rem;
  line-height: 3.6rem;
  color: #d1423d;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-onkatsu .inner .hadagi .message {
    font-size: 4.7rem;
    line-height: 1;
    letter-spacing: .1em;
  }
}

.l-p-top .l-onkatsu .inner .hadagi .wrapper {
  padding-top: 1rem;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-onkatsu .inner .hadagi .wrapper {
    padding-top: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.l-p-top .l-onkatsu .inner .hadagi .wrapper .seni {
  font-family: "Ryumin Regular KL", serif;
  background-color: #9c8f5d;
  color: #000000;
  font-size: 2.8rem;
  letter-spacing: .1em;
  text-align: center;
  width: 22.2rem;
  height: 5.5rem;
  border-radius: 1.7rem;
  padding: 1.2rem 0;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-onkatsu .inner .hadagi .wrapper .seni {
    font-size: 3.6rem;
    line-height: 1;
    height: 7rem;
    width: 28.4rem;
    margin: 0;
    padding: 1.8rem;
  }
}

.l-p-top .l-onkatsu .inner .hadagi .wrapper .seni sup {
  vertical-align: super;
  font-size: 50%;
}

.l-p-top .l-onkatsu .inner .hadagi .wrapper .block {
  padding-top: 1.5rem;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-onkatsu .inner .hadagi .wrapper .block {
    padding-top: 0;
    margin-left: 3.2rem;
  }
}

.l-p-top .l-onkatsu .inner .hadagi .wrapper .block .koseki {
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: .05em;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-onkatsu .inner .hadagi .wrapper .block .koseki {
    font-size: 1.9rem;
    line-height: 1;
  }
}

.l-p-top .l-onkatsu .inner .hadagi .wrapper .block .taion {
  font-family: "Ryumin Regular KL", serif;
  margin-top: 1rem;
  font-size: 2rem;
  line-height: 2.6rem;
  letter-spacing: .1em;
  color: #9c8f5d;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-onkatsu .inner .hadagi .wrapper .block .taion {
    font-size: 3.9rem;
    line-height: 1;
    margin-top: 1rem;
  }
}

.l-p-top .l-bibi-grant .image img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .l-p-top .l-bibi-grant ul li {
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-bibi-grant ul li {
    width: 100%;
  }
}

.l-p-top .l-bibi-grant ul li.gold {
  background-color: #9c8f5d;
}

.l-p-top .l-bibi-grant ul li.gold .inner .title {
  font-size: 1.7rem;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-bibi-grant ul li.gold .inner .title {
    font-size: 2.1rem;
    letter-spacing: .1em;
  }
}

.l-p-top .l-bibi-grant ul li.gold .inner .description {
  color: #000000;
}

.l-p-top .l-bibi-grant ul li .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 2.8rem;
  padding-bottom: 2.8rem;
}

@media screen and (max-width: 767px) {
  .l-p-top .l-bibi-grant ul li .inner {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-bibi-grant ul li .inner {
    width: 89rem;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-bibi-grant ul li .inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 3.6rem;
    padding-bottom: 3.6rem;
  }
}

.l-p-top .l-bibi-grant ul li .inner .title {
  font-family: "Ryumin Regular KL", serif;
  width: 9.6rem;
  height: 9.6rem;
  border: 1px solid #ffffff;
  border-radius: 50%;
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-bibi-grant ul li .inner .title {
    width: 12rem;
    height: 12rem;
    font-size: 1.6rem;
    letter-spacing: -.1em;
  }
}

.l-p-top .l-bibi-grant ul li .inner .title sup {
  vertical-align: super;
  font-size: 50%;
}

.l-p-top .l-bibi-grant ul li .inner .title .supplement {
  font-size: .8rem;
  letter-spacing: .05em;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-bibi-grant ul li .inner .title .supplement {
    font-size: 1rem;
  }
}

.l-p-top .l-bibi-grant ul li .inner .description {
  font-family: "Ryumin Regular KL", serif;
  margin-top: 1.4rem;
  font-size: 1.5rem;
  line-height: 2.2rem;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-bibi-grant ul li .inner .description {
    width: 72.8rem;
    font-size: 1.7rem;
    line-height: 2.9rem;
    letter-spacing: .05em;
  }
}

.l-p-top .l-bibi-grant ul li .inner .description sup {
  vertical-align: super;
  font-size: 50%;
}

.l-p-top .l-bibi-grant .buttons {
  margin-top: 1rem;
  margin-top: 5.4rem;
}

@media screen and (max-width: 767px) {
  .l-p-top .l-bibi-grant .buttons {
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-bibi-grant .buttons {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .l-p-top .l-bibi-grant .buttons .inner {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-bibi-grant .buttons .inner {
    width: 100rem;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-bibi-grant .buttons .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.l-p-top .l-bibi-grant .buttons .inner .m-button {
  margin: 0;
}

.l-p-top .l-bibi-grant .buttons .inner .m-button + .m-button {
  margin-top: 1.8rem;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-bibi-grant .buttons .inner .m-button + .m-button {
    margin-top: 0;
    margin-left: 2rem;
  }
}

.l-p-top .l-bibi-grant .banner {
  margin-top: 4rem;
}

@media screen and (max-width: 767px) {
  .l-p-top .l-bibi-grant .banner {
    width: 100%;
    padding-right: 1.1rem;
    padding-left: 1.1rem;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-bibi-grant .banner {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-bibi-grant .banner {
    margin-top: 8rem;
  }
}

@media screen and (max-width: 767px) {
  .l-p-top .l-bibi-grant .banner .inner {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-bibi-grant .banner .inner {
    width: 101.4rem;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
}

.l-p-top .l-bibi-grant .banner .inner a {
  display: block;
}

.l-p-top .l-bibi-grant .banner .inner a img {
  width: 100%;
  height: auto;
}

.l-p-top .l-links {
  padding-top: 4rem;
  padding-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .l-p-top .l-links {
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-links {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-links {
    padding-top: 4.5rem;
    padding-bottom: 9.6rem;
  }
}

@media screen and (max-width: 767px) {
  .l-p-top .l-links .inner {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-links .inner {
    width: 100rem;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
}

.l-p-top .l-links .inner .block {
  padding-top: 5rem;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-links .inner .block {
    padding-top: 8rem;
  }
}

.l-p-top .l-links .inner .block .headline {
  font-family: "Ryumin Regular KL", serif;
  font-size: 2.8rem;
  text-align: center;
  color: #9c8f5d;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-links .inner .block .headline {
    font-size: 4.7rem;
  }
}

.l-p-top .l-links .inner .block .text {
  margin-top: .7rem;
  font-size: 1.5rem;
  line-height: 2.2rem;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-links .inner .block .text {
    margin-top: 3rem;
    font-size: 1.9rem;
    line-height: 1;
    letter-spacing: .05em;
    text-align: center;
  }
}

.l-p-top .l-links .inner .block .banners {
  margin-top: 1.3rem;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-links .inner .block .banners {
    margin-top: 2.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-links .inner .block .banners.hormesis .item {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-links .inner .block .banners .item {
    width: 31.9rem;
  }
}

.l-p-top .l-links .inner .block .banners .item + .item {
  margin-top: 2.4rem;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-links .inner .block .banners .item + .item {
    margin-top: 0;
  }
}

.l-p-top .l-links .inner .block .banners .item a .image img {
  width: 100%;
  height: auto;
}

.l-p-top .l-links .inner .block .banners .item a .text {
  font-family: "Ryumin Regular KL", serif;
  margin-top: .8rem;
  font-size: 1.6rem;
  letter-spacing: .1em;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-links .inner .block .banners .item a .text {
    font-size: 2.1rem;
  }
}

.l-p-top .l-event-news {
  background-color: #FBECEC;
  padding-top: 4.4rem;
  padding-bottom: 4rem;
}

@media screen and (max-width: 767px) {
  .l-p-top .l-event-news {
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-event-news {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-event-news {
    padding-top: 5rem;
    padding-bottom: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .l-p-top .l-event-news .inner {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-event-news .inner {
    width: 100rem;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
}

.l-p-top .l-event-news .inner .headline {
  font-family: "Ryumin Regular KL", serif;
  color: #000000;
  text-align: center;
  font-size: 3rem;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-event-news .inner .headline {
    font-size: 4.7rem;
  }
}

.l-p-top .l-event-news .inner ul {
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-event-news .inner ul {
    margin: 3.6rem auto 0;
    width: 75.5rem;
  }
}

.l-p-top .l-event-news .inner ul li + li {
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-event-news .inner ul li + li {
    margin-top: 1.3rem;
  }
}

.l-p-top .l-event-news .inner ul li a {
  background-color: #ffffff;
  display: block;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #595757;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-event-news .inner ul li a {
    padding: 1rem 0;
  }
}

.l-p-top .l-event-news .inner ul li a .date {
  width: 6.9rem;
  font-size: 1rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-event-news .inner ul li a .date {
    font-size: 2rem;
    letter-spacing: .1em;
    width: 18.6rem;
  }
}

.l-p-top .l-event-news .inner ul li a .title {
  padding: .3rem 0 .3rem 1rem;
  width: calc(100% - 6.9rem);
  border-left: 1px solid #595757;
  font-size: 1.5rem;
  line-height: 1.8rem;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-event-news .inner ul li a .title {
    font-size: 2rem;
    letter-spacing: .1em;
    line-height: 3.9rem;
    padding: .4rem 1rem .4rem 3.9rem;
    width: calc(100% - 18.6rem);
  }
}

.l-p-top .l-event-news .inner .link {
  margin-top: 2.2rem;
  text-align: center;
}

.l-p-top .l-event-news .inner .link a {
  font-family: "Ryumin Regular KL", serif;
  font-size: 1.6rem;
  letter-spacing: .1em;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-event-news .inner .link a {
    font-size: 2rem;
  }
}



@media screen and (max-width: 767px) {
  .l-p-top .l-worries {
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;

  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-worries {
    width: 100%;
    background-image: url(../img/worries_back.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}
.l-p-top .l-worries .inner {
  padding-top: 2.7rem;
}

@media screen and (max-width: 767px) {
  .l-p-top .l-worries .inner {
    width: 100%;
    background-image: url(../img/worries_back.jpg)

  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-worries .inner {
    width: 100rem;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
}

.l-p-top .l-worries .inner .block .headline {
    margin-top: 2rem;
    font-size: 1.8rem;
    text-align: center;
    color: #000000;
    font-weight: 800
}

@media screen and (min-width: 768px) {
  .l-p-top .l-worries .inner .block .headline {
      margin-top: 5rem;
    font-size: 3.8rem;
      
  }
}

.l-p-top .l-worries .inner .block .text {
    width: 90%;
    font-size: 1.3rem;
    text-align: left;
    color: #000000;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    line-height:1.8em
}

@media screen and (min-width: 768px) {
  .l-p-top .l-worries .inner .block .text {
    font-size: 2.2rem;
      width: 92rem;
      margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    line-height:1.8em
  }
}





@media screen and (max-width: 767px) {
  .l-p-top .l-warm {
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;

  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-warm {
    width: 100%;

  }
}

.l-p-top .l-warm .inner {
  padding-top: 2.7rem;
        background-image: url(../img/warm_back.jpg);
}

@media screen and (max-width: 767px) {
  .l-p-top .l-warm .inner {
    width: 100%;
    background-image: url(../img/warm_back.jpg);
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-warm .inner {
    width: 100rem;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
 
  }
}
.l-p-top .l-warm .inner .block .headline {
    margin-top: 2rem;
    font-size: 1.8rem;
    text-align: center;
    color: #6E4A28;
    font-weight: 800
}

@media screen and (min-width: 768px) {
  .l-p-top .l-warm .inner .block .headline {
      margin-top: 5rem;
    font-size: 3.9rem;
    color: #6E4A28;
    font-weight: 800
  }
}

.l-p-top .l-warm .inner .block .text {
    width: 90%;
    font-size: 1.3rem;
    text-align: left;
    color: #6E4A28;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    line-height:1.8em
}

@media screen and (min-width: 768px) {
  .l-p-top .l-warm .inner .block .text {
    font-size: 2.2rem;
      width: 92rem;
      margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    line-height:1.8em
  }
}


.l-p-top .l-contact {
  padding-top: 5rem;
  padding-bottom: 1.5rem;

}

@media screen and (max-width: 767px) {
  .l-p-top .l-contact {
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-contact {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-contact {
    padding-top: 7.2rem;
    padding-bottom: 7.2rem;
  }
}

.l-p-top .l-contact .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .l-p-top .l-contact .inner {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-contact .inner {
    width: 73.6rem;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-contact .inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.l-p-top .l-contact .inner .logo {
  width: 17.8rem;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-contact .inner .logo {
    width: 22.4rem;
    padding-top: 1rem;
  }
}

.l-p-top .l-contact .inner .logo img {
  width: 100%;
  height: auto;
}

.l-p-top .l-contact .inner .text-block {
  padding-top: 2.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-contact .inner .text-block {
    padding-top: 0;
    width: 42rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-contact .inner .text-block .appointment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}

.l-p-top .l-contact .inner .text-block .appointment .label {
  background-color: #FD8589;
  width: 24rem;
  height: 4.8rem;
  margin: auto;
  line-height: 4.8rem;
  text-align: center;
  font-size: 2.6rem;
  color: #ffffff;
  letter-spacing: .1em;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-contact .inner .text-block .appointment .label {
    width: 20.4rem;
    height: 5.3rem;
    font-size: 2.9rem;
    line-height: 5.3rem;
    margin: 0;
  }
}

.l-p-top .l-contact .inner .text-block .appointment a.button {
  display: block;
  position: relative;
  margin: 1.6rem auto 0;
  width: 24rem;
  font-size: 1.8rem;
  line-height: 2.2rem;
  text-align: center;
  padding: .8rem 0;
  background-color: #68b72b;
  border-radius: .8rem;
}

.l-p-top .l-contact .inner .text-block .appointment a.button:after {
  position: absolute;
  content: '';
  display: block;
  width: 0;
  height: 0;
  top: 0;
  right: 1.6rem;
  bottom: 0;
  margin: auto;
  border-left: 1rem solid #ffffff;
  border-top: .7rem solid transparent;
  border-bottom: .7rem solid transparent;
}

.l-p-top .l-contact .inner .text-block .appointment .qr-text {
  color: #68b72b;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: .1em;
}

.l-p-top .l-contact .inner .text-block .appointment .qr-image {
  width: 7.6rem;
}

.l-p-top .l-contact .inner .text-block .appointment .qr-image img {
  width: 100%;
  height: auto;
}

.l-p-top .l-contact .inner .text-block .worktime {
  margin-top: 2rem;
  font-size: 1.5rem;
  line-height: 2.2rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-contact .inner .text-block .worktime {
    font-size: 2.1rem;
    line-height: 1;
    margin-top: 2.1rem;
  }
}

.l-p-top .l-contact .inner .text-block .tel {
  margin-top: 1.3rem;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-contact .inner .text-block .tel {
    margin-top: 2.7rem;
  }
}

.l-p-top .l-contact .inner .text-block .tel a {
  display: block;
  position: relative;
  padding-left: 3.1rem;
  height: 2.2rem;
  line-height: 2.2rem;
  font-size: 2.8rem;
  letter-spacing: .1em;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-contact .inner .text-block .tel a {
    font-size: 3.8rem;
    height: 3.3rem;
    line-height: 3.3rem;
    padding-left: 5.8rem;
  }
}

.l-p-top .l-contact .inner .text-block .tel a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2.1rem;
  height: 100%;
  background-image: url(../img/icon_tel.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-contact .inner .text-block .tel a:before {
    width: 3.2rem;
  }
}

.l-p-top .l-contact .inner .text-block .address {
  margin-top: 2rem;
  font-size: 1.5rem;
  line-height: 2.2rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-contact .inner .text-block .address {
    margin-top: 3.2rem;
    font-size: 2.1rem;
    line-height: 1;
    letter-spacing: .15em;
  }
}

@media screen and (max-width: 767px) {
  .l-p-top .l-map {
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;

  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-map {
    width: 100%;

  }
}

.l-p-top .l-map .inner {
  padding-top: 2.7rem;

}

@media screen and (max-width: 767px) {
  .l-p-top .l-map .inner {
    width: 100%;
    background-image: url(../img/warm_back.jpg);
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-map .inner {
    width: 100rem;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
 
  }
}

.l-p-top .l-stores {
  padding-top: 4rem;
  padding-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .l-p-top .l-stores {
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-stores {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-stores {
    padding-top: 4.5rem;
    padding-bottom: 9.6rem;
  }
}

@media screen and (max-width: 767px) {
  .l-p-top .l-stores .inner {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-stores .inner {
    width: 100rem;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
}

.l-p-top .l-stores .inner .block {
  padding-top: 5rem;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-stores .inner .block {
    padding-top: 4rem;
  }
}

.l-p-top .l-stores .inner .block .headline {
  font-size: 1.8rem;
  text-align: center;
  color: #000000;
}

.l-p-top .l-stores .inner .banner {
    display: block;
	flex-wrap:wrap;
}
.l-p-top .l-stores .inner .banner li{
	box-sizing:border-box;
    margin-bottom: 10px;
}
.l-p-top .l-stores .inner .banner li img {
	max-width:100%;
	height: auto; 

}

@media screen and (min-width: 768px) {
  .l-p-top .l-stores .inner .block .headline {
    font-size: 2.5rem;
  }


.l-p-top .l-stores .inner .banner {
    display: flex;
	flex-wrap:wrap;
}
.l-p-top .l-stores .inner .banner li{
    width: calc(100%/2);
	padding:0 5px;*/
	box-sizing:border-box;
}
.top-banner li img {
	max-width:100%;
	height: auto; 

}
}



.l-p-top .l-instagram {
  padding-top: 5rem;
}

@media screen and (max-width: 767px) {
  .l-p-top .l-instagram {
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-instagram {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-instagram {
    padding-top: 9.1rem;
  }
}

@media screen and (max-width: 767px) {
  .l-p-top .l-instagram .inner {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-instagram .inner {
    width: 100rem;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
}

.l-p-top .l-instagram .inner .logo {
  width: 11.5rem;
  margin: auto;
}

.l-p-top .l-instagram .inner .logo img {
  width: 100%;
  height: auto;
}

.l-p-top .l-instagram .inner .widget-area {
  margin-top: 1.8rem;
}

/* ----------------
 * BiBi Grant
 * ----------------*/ 
.l-p-bibi-grant.ladies .l-title .inner h1 {
  background-image: url(../img/logo_bibi_grant_ladies.svg);
}

.l-p-bibi-grant.mens .l-title .inner h1 {
  background-image: url(../img/logo_bibi_grant_mens.svg);
}

@media screen and (max-width: 767px) {
  .l-p-bibi-grant .l-title {
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .l-p-bibi-grant .l-title {
    width: 100%;
  }
}

.l-p-bibi-grant .l-title .inner {
  height: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .l-p-bibi-grant .l-title .inner {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .l-p-bibi-grant .l-title .inner {
    width: 100rem;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
}

@media screen and (min-width: 768px) {
  .l-p-bibi-grant .l-title .inner {
    height: 16rem;
    padding: 0 2.4rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.l-p-bibi-grant .l-title .inner h1 {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  width: 21.4rem;
  height: 4rem;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .l-p-bibi-grant .l-title .inner h1 {
    margin: 0;
    width: 30.2rem;
    height: 5.7rem;
  }
}

.l-p-bibi-grant .l-products {
  background-color: #ffffff;
  padding-top: 2.8rem;
  padding-bottom: 7rem;
}

@media screen and (max-width: 767px) {
  .l-p-bibi-grant .l-products {
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .l-p-bibi-grant .l-products {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .l-p-bibi-grant .l-products {
    padding-top: 5.6rem;
    padding-bottom: 10.5rem;
  }
}

@media screen and (max-width: 767px) {
  .l-p-bibi-grant .l-products .inner {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .l-p-bibi-grant .l-products .inner {
    width: 98rem;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
}

.l-p-bibi-grant .l-products .inner .lead {
  font-family: "Ryumin Regular KL", serif;
  font-size: 2rem;
  line-height: 3.5rem;
  text-align: center;
  color: #000000;
}

@media screen and (min-width: 768px) {
  .l-p-bibi-grant .l-products .inner .lead {
    font-size: 2.6rem;
    line-height: 4.2rem;
  }
}

@media screen and (min-width: 768px) {
  .l-p-bibi-grant .l-products .inner ul.items {
    margin-left: -2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.l-p-bibi-grant .l-products .inner ul.items li {
  padding-top: 6rem;
}

@media screen and (min-width: 768px) {
  .l-p-bibi-grant .l-products .inner ul.items li {
    padding-top: 11rem;
    padding-left: 2.5rem;
    width: 33.5rem;
  }
}

.l-p-bibi-grant .l-products .inner ul.items li a {
  display: block;
}

.l-p-bibi-grant .l-products .inner ul.items li a .image img {
  width: 100%;
  height: auto;
}

.l-p-bibi-grant .l-products .inner ul.items li a .name {
  margin-top: 2rem;
  color: #000000;
  font-size: 1.5rem;
  line-height: 2.1rem;
  text-align: center;
}

.l-p-bibi-grant .l-feature {
  background-color: #333333;
  padding-top: 5.2rem;
  padding-bottom: 6.2rem;
}

@media screen and (max-width: 767px) {
  .l-p-bibi-grant .l-feature {
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .l-p-bibi-grant .l-feature {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .l-p-bibi-grant .l-feature {
    padding-top: 9.3rem;
    padding-bottom: 11.2rem;
  }
}

@media screen and (max-width: 767px) {
  .l-p-bibi-grant .l-feature .inner {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .l-p-bibi-grant .l-feature .inner {
    width: 98rem;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
}

.l-p-bibi-grant .l-feature .inner .material img {
  width: 100%;
  height: auto;
}

.l-p-bibi-grant .l-feature .inner .elect {
  margin-top: 1.7rem;
}

@media screen and (min-width: 768px) {
  .l-p-bibi-grant .l-feature .inner .elect {
    margin-top: 2.9rem;
  }
}

.l-p-bibi-grant .l-feature .inner .elect img {
  width: 100%;
  height: auto;
}

.l-p-bibi-grant .l-contact {
  padding-top: 4.9rem;
}

@media screen and (min-width: 768px) {
  .l-p-bibi-grant .l-contact {
    padding-top: 8.4rem;
  }
}

@media screen and (max-width: 767px) {
  .l-p-bibi-grant .l-contact .buttons {
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .l-p-bibi-grant .l-contact .buttons {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .l-p-bibi-grant .l-contact .buttons .inner {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .l-p-bibi-grant .l-contact .buttons .inner {
    width: 100rem;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
}

.l-p-bibi-grant .l-contact .banner {
  margin-top: 4rem;
}

@media screen and (max-width: 767px) {
  .l-p-bibi-grant .l-contact .banner {
    width: 100%;
    padding-right: 1.1rem;
    padding-left: 1.1rem;
  }
}

@media screen and (min-width: 768px) {
  .l-p-bibi-grant .l-contact .banner {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .l-p-bibi-grant .l-contact .banner {
    margin-top: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .l-p-bibi-grant .l-contact .banner .inner {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .l-p-bibi-grant .l-contact .banner .inner {
    width: 101.4rem;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
}

.l-p-bibi-grant .l-contact .banner .inner a {
  display: block;
}

.l-p-bibi-grant .l-contact .banner .inner a img {
  width: 100%;
  height: auto;
}

.l-p-bibi-grant .l-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5000;
}

.l-p-bibi-grant .l-popup .back {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.l-p-bibi-grant .l-popup .back a {
  display: block;
  height: 100%;
}

.l-p-bibi-grant .l-popup .window {
  max-height: 100%;
  overflow: visible;
  position: absolute;
  background-color: #ffffff;
  width: calc(100% - 4rem);
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
  .l-p-bibi-grant .l-popup .window {
    width: 54rem;
  }
}

.l-p-bibi-grant .l-popup .window > .inner {
  height: 100%;
  position: relative;
}

.l-p-bibi-grant .l-popup .window > .inner .button {
  position: absolute;
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  top: -3.3rem;
  right: 0;
}

.l-p-bibi-grant .l-popup .window > .inner .button a {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/close.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

.l-p-bibi-grant .l-popup .window > .inner .image img {
  width: 100%;
  height: auto;
}

.l-p-bibi-grant .l-popup .window > .inner ul li {
  display: table;
  width: 100%;
}

.l-p-bibi-grant .l-popup .window > .inner ul li .title {
  display: table-cell;
  width: 9rem;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  background-color: #B3B3B3;
  color: #000000;
  vertical-align: middle;
  font-size: 1.4rem;
  line-height: 2.1rem;
  padding: .5rem;
}

@media screen and (min-width: 768px) {
  .l-p-bibi-grant .l-popup .window > .inner ul li .title {
    width: 12rem;
  }
}

.l-p-bibi-grant .l-popup .window > .inner ul li .description {
  display: table-cell;
  width: calc(100% - 9rem);
  border-top: 1px solid #000000;
  color: #000000;
  vertical-align: middle;
  font-size: 1.4rem;
  line-height: 2.1rem;
  padding: .5rem;
}

@media screen and (min-width: 768px) {
  .l-p-bibi-grant .l-popup .window > .inner ul li .description {
    width: calc(100% - 12rem);
  }
}

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