@charset "UTF-8";
/* import
  ========================================================================== */
.YGS-R {
  font-weight: 300; }

/*　ハンバーガーボタン　*/
.hamburger {
  box-sizing: content-box;
  display: block;
  position: fixed;
  background-color: white;
  border: solid 3px #41b25d;
  z-index: 5;
  right: 120px;
  top: 48px;
  width: 58px;
  height: 58px;
  cursor: pointer;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .hamburger {
      right: 18px;
      top: 17px; } }

.hamburger span {
  display: block;
  position: absolute;
  width: 29px;
  height: 3px;
  left: 14.5px;
  background: #41b25d;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

.hamburger span:nth-child(1) {
  top: 19.169px; }

.hamburger span:nth-child(2) {
  top: 27.5px; }

.hamburger span:nth-child(3) {
  width: 19.3333333333px;
  top: 35.831px; }

/* ナビ開いてる時のボタン */
.hamburger.active {
  background-color: #41b25d;
  border: solid 3px #41b25d; }

.hamburger.active span:nth-child(1) {
  background-color: white;
  top: 29.169px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg); }
  @media screen and (max-width: 768px) {
    .hamburger.active span:nth-child(1) {
      left: 0;
      width: 58px; } }

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  background-color: white;
  width: 29px;
  top: 29.169px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg); }
  @media screen and (max-width: 768px) {
    .hamburger.active span:nth-child(2),
    .hamburger.active span:nth-child(3) {
      left: 0;
      width: 58px; } }

nav.globalMenuSp {
  position: fixed;
  z-index: 4;
  top: 0;
  right: 0;
  color: white;
  background: #41b25d;
  padding-top: 120px;
  text-align: center;
  transform: translateY(-100%);
  transition: all 0.6s;
  width: 500px;
  height: 900px; }
  @media screen and (max-width: 768px) {
    nav.globalMenuSp {
      box-sizing: border-box;
      width: 100vw;
      height: 100%;
      padding-top: 100px;
      padding-top: 5vh;
      transform: translateY(-100%);
      right: initial; } }

nav.globalMenuSp ul {
  background: #41b25d;
  color: white;
  text-align: left;
  width: 100%; }

nav.globalMenuSp ul li {
  list-style-type: none;
  color: white;
  padding: 0px 0 0px 64px;
  width: 100%; }

nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none; }

nav.globalMenuSp ul li:hover {
  background: #ddd; }

nav.globalMenuSp ul li a {
  display: block;
  font-family: YuGothicStd-B;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 2.24px;
  color: #ffffff;
  padding: 1em 0;
  text-decoration: none; }
  @media screen and (max-width: 768px) {
    nav.globalMenuSp ul li a {
      padding: 7vh 0 7vh 0.2em; } }

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateY(0%); }

/* ボタン・リンク
    ========================================================================== */
.button {
  display: inline-block;
  padding: 20px 17px;
  flex-grow: 0;
  text-decoration: none;
  -webkit-appearance: none; }
  @media screen and (max-width: 768px) {
    .button {
      padding: 18px 28.5px; } }
  .button--size2 {
    padding: 20px 50px; }
  .button--green {
    color: white;
    border: 2px solid #00aa64;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #41b25d; }
    .button--green:hover {
      color: #41b25d;
      background-color: #fff;
      border: 2px solid #41b25d;
      text-decoration: none; }
  .button--inline {
    display: inline; }
  .button__text {
    font-size: 19px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.21;
    letter-spacing: 1.33px;
    text-align: center;
    color: #ffffff; }
  .button--white-border {
    border: 2px solid white; }

/* flexなど
========================================================================== */
.flex {
  display: flex; }
  @media screen and (max-width: 768px) {
    .flex {
      flex-direction: column; } }
  .flex--column {
    flex-direction: column; }
  .flex--center {
    justify-content: center; }
  .flex--between {
    justify-content: space-between; }

.align-items--start {
  align-items: flex-start; }
.align-items--center {
  align-items: center; }

.inline {
  display: inline-block; }

/* スマホ版とPC版切り替え用
========================================================================== */
.sp--available {
  display: none !important; }

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

  .sp--available {
    display: block !important; } }
@font-face {
  font-family: 'YuGothicStd-B';
  src: url("../font/YuGothicStd-B.otf") format("opentype"); }
@font-face {
  font-family: 'YuGothicStd-R';
  src: url("../font/YuGothicStd-R.otf") format("opentype"); }
@font-face {
  font-family: 'YuGothicStd-M';
  src: url("../font/YuGothicStd-M.otf") format("opentype"); }
footer {
  background-color: #333333;
  text-align: center;
  padding-top: 56px;
  padding-bottom: 38px; }
  @media screen and (max-width: 768px) {
    footer {
      padding-top: 26px;
      padding-bottom: 22px; } }
  footer address {
    height: 16px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.19;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff; }
    @media screen and (max-width: 768px) {
      footer address {
        font-size: 12px;
        line-height: 1.67; } }

.copyright {
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.2;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff; }
  @media screen and (max-width: 768px) {
    .copyright {
      font-size: 12px;
      line-height: 1.67; } }

/* 全体レイアウト
  ========================================================================================================== */
* {
  margin: 0;
  padding: 0; }

html {
  box-sizing: border-box;
  min-width: 1420px; }
  @media screen and (max-width: 768px) {
    html {
      min-width: initial; } }

body {
  background-color: #f9faf8;
  font-family: "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  width: 100%;
  /* 横の幅を100% */ }

figure {
  display: flex;
  justify-content: center; }

.main-title {
  font-family: YuGothicStd-B;
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: 2.52px;
  text-align: center;
  color: #000000; }
  @media screen and (max-width: 768px) {
    .main-title {
      font-size: 20px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.7;
      letter-spacing: 1.4px;
      text-align: center; } }
  .main-title__wrapper {
    background: rgba(255, 255, 255, 0.64); }

.section-title {
  font-family: YuGothicStd-B;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #333333; }
  @media screen and (max-width: 768px) {
    .section-title {
      font-size: 24px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.58;
      letter-spacing: normal;
      text-align: left;
      color: #231815; } }

@media screen and (max-width: 768px) {
  .sub-title {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: center;
    color: #333333; } }

.text {
  font-family: YuGothicStd-M;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.69;
  letter-spacing: normal;
  text-align: center;
  color: #333333; }
  @media screen and (max-width: 768px) {
    .text {
      font-size: 14px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 2.1;
      letter-spacing: normal;
      text-align: left;
      color: #231815; } }
  .text--left {
    text-align: left; }
  .text--right {
    text-align: right; }

.align-self--center {
  align-self: center; }

/* fvレイアウト
  ========================================================================== */
.fv {
  padding-top: 140px;
  padding-left: 140px;
  padding-right: 140px;
  height: 800px;
  background-repeat: no-repeat;
  box-sizing: border-box;
  background-size: cover; }
  @media screen and (max-width: 768px) {
    .fv {
      height: 812px;
      padding: 170px 5vw 0 5vw;
      background-position: left 50% top 0%; } }
  .fv__inner {
    height: 100%;
    position: relative; }
    @media screen and (max-width: 768px) {
      .fv__inner {
        padding: 10px 18px 20px; } }
  .fv__contents {
    width: 55%;
    margin: auto; }
    @media screen and (max-width: 768px) {
      .fv__contents {
        width: initial; } }
  .fv__logo {
    margin: auto;
    margin-bottom: 30px; }
    .fv__logo img {
      width: 422px; }
    @media screen and (max-width: 768px) {
      .fv__logo {
        margin-bottom: 26px; }
        .fv__logo img {
          width: 70%;
          height: 100%; } }
  .fv__img-wrapper {
    text-align: center; }
  .fv__button {
    position: fixed;
    z-index: 3;
    right: 120px;
    bottom: 48px; }
    .fv__button__footer {
      bottom: 151px; }

/* storyレイアウト
    ========================================================================== */
.story {
  height: 800px;
  padding-top: 200px;
  padding-left: 140px;
  background-image: url("../images/img_story1.jpg");
  background-size: cover; }
  @media screen and (max-width: 768px) {
    .story {
      height: initial;
      padding-top: 33px;
      padding-left: 10vw;
      padding-right: 5vw;
      background-image: none;
      background-color: white; }
      .story__img {
        margin-bottom: 20px;
        width: 100%; } }
  .story__inner {
    display: inline-block;
    padding: 40px 60px 40px 43px;
    background-color: white; }
    @media screen and (max-width: 768px) {
      .story__inner {
        padding-top: 0px;
        padding-bottom: 60px;
        padding: 0;
        width: 100%; } }
  .story__title {
    text-align: left; }
  .story__border {
    width: 360px;
    background-color: black;
    margin-top: 35px;
    margin-bottom: 32px; }
    @media screen and (max-width: 768px) {
      .story__border {
        width: initial;
        margin-top: 16px;
        margin-bottom: 20px; } }
  .story__img-wrapper {
    margin-top: 26px; }
    .story__img-wrapper img {
      width: 100%; }
  .story__text {
    text-align: left; }
    @media screen and (max-width: 768px) {
      .story__text {
        line-height: 1.93; } }

/* story2レイアウト
    ========================================================================== */
.story2 {
  padding: 80px 0px 60px 0;
  background-color: #ffffff; }
  @media screen and (max-width: 768px) {
    .story2 {
      padding: 40px 0 0px; } }
  @media screen and (max-width: 768px) {
    .story2__inner {
      display: block; } }
  .story2__machine {
    display: flex;
    justify-content: space-between;
    margin-bottom: 62px; }
    .story2__machine .section-title {
      text-align: left; }
    .story2__machine-border {
      margin-top: 27px;
      margin-bottom: 44px;
      background-color: black;
      width: 85%; }
      @media screen and (max-width: 768px) {
        .story2__machine-border {
          width: 95%;
          margin-top: 20px;
          margin-bottom: 20px; } }
    .story2__machine p {
      text-align: left;
      line-height: 1.69; }
      @media screen and (max-width: 768px) {
        .story2__machine p {
          line-height: 2; } }
    .story2__machine img {
      max-width: 100%;
      width: 720px;
      height: 688px; }
      @media screen and (max-width: 768px) {
        .story2__machine img {
          width: initial;
          height: initial; } }
    @media screen and (max-width: 768px) {
      .story2__machine {
        width: auto;
        display: flex;
        margin-bottom: 40px; }
        .story2__machine:last-child {
          margin-bottom: 0px; } }
  .story2__img {
    width: 100%; }
    @media screen and (max-width: 768px) {
      .story2__img {
        width: 100vw; } }
  .story2__caption {
    padding-top: 30px;
    padding-right: 140px;
    display: flex;
    flex-direction: column; }
    @media screen and (max-width: 768px) {
      .story2__caption {
        padding: 30px 29px 0; } }

/* conceptレイアウト
    ========================================================================== */
.concept {
  background-color: #e2e7ec;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 110px;
  padding-bottom: 100px; }
  @media screen and (max-width: 768px) {
    .concept {
      padding-top: 50px; } }
  .concept__section {
    width: 100%;
    margin: 0 auto 110px;
    display: flex;
    flex-direction: column; }
    @media screen and (max-width: 768px) {
      .concept__section {
        margin-bottom: 50px; } }
  .concept__title {
    text-align: center;
    margin-bottom: 40px; }
    @media screen and (max-width: 768px) {
      .concept__title {
        margin-bottom: 21.5px; } }
  .concept__sub-title {
    display: flex;
    align-items: center;
    /* 垂直中心 */
    justify-content: center;
    /* 水平中心 */
    font-family: YuGothicStd-R;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.69;
    letter-spacing: normal;
    text-align: center;
    color: #333333; }
    @media screen and (max-width: 768px) {
      .concept__sub-title {
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.71;
        letter-spacing: normal;
        text-align: center;
        margin-bottom: 20px; } }
    .concept__sub-title:before, .concept__sub-title:after {
      border-top: 1px solid;
      content: "";
      width: 4em;
      /* 線の長さ */ }
    .concept__sub-title:before {
      margin-right: 5em;
      /* 文字の右隣 */ }
      @media screen and (max-width: 768px) {
        .concept__sub-title:before {
          margin-right: 1em;
          /* 文字の右隣 */ } }
    .concept__sub-title:after {
      margin-left: 5em;
      /* 文字の左隣 */ }
      @media screen and (max-width: 768px) {
        .concept__sub-title:after {
          margin-left: 1em;
          /* 文字の左隣 */ } }
  .concept__text {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.11;
    letter-spacing: normal;
    text-align: left;
    color: #333333;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      .concept__text {
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.71;
        letter-spacing: normal;
        text-align: left;
        color: #333333; } }
  .concept__healthy {
    padding: 0 238px;
    margin-bottom: 200px; }
    @media screen and (max-width: 768px) {
      .concept__healthy {
        padding: 0 27px;
        text-align: center;
        margin-bottom: 50px; } }
  .concept__description {
    flex-direction: column;
    margin-bottom: 130px; }
    @media screen and (max-width: 768px) {
      .concept__description {
        margin-bottom: 0px; } }
    .concept__description p {
      text-align: left;
      margin-bottom: 0; }
      @media screen and (max-width: 768px) {
        .concept__description p {
          line-height: 1.8; } }
    .concept__description img {
      width: 100%;
      margin-bottom: 46px; }
  .concept__graf {
    flex-direction: column;
    margin-bottom: 70px; }
    .concept__graf img {
      width: 100%; }
  .concept__note {
    font-size: 13px; }
  .concept__point {
    display: flex;
    flex-direction: column;
    align-self: center; }
    .concept__point hr {
      margin-bottom: 12px;
      background-color: black; }
      @media screen and (max-width: 768px) {
        .concept__point hr {
          margin-top: 30px;
          margin-bottom: 16px; } }
    .concept__point p {
      font-family: YuGothicStd-B;
      font-size: 13px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.31;
      letter-spacing: normal;
      text-align: center;
      color: #333333; }
      @media screen and (max-width: 768px) {
        .concept__point p {
          font-size: 18px;
          font-weight: bold;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.5;
          letter-spacing: normal;
          text-align: center;
          color: #333333; } }
    .concept__point-img {
      width: 183px; }
    .concept__point:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      .concept__point {
        margin-right: 0;
        margin-bottom: 60px; } }
  @media screen and (max-width: 768px) {
    .concept__img {
      text-align: center; } }
  .concept__img--1 {
    text-align: center;
    margin-bottom: 64px; }
    @media screen and (max-width: 768px) {
      .concept__img--1 {
        width: 100%; } }
  @media screen and (max-width: 768px) {
    .concept__img--2 {
      width: 100%; } }
  .concept__img-wrapper {
    text-align: center; }
    @media screen and (max-width: 768px) {
      .concept__img-wrapper {
        text-align: center; } }
    .concept__img-wrapper img {
      max-width: 100%; }
  .concept__figcation {
    text-align: center; }
  .concept__menu {
    padding: 0 327px;
    margin-bottom: 70px; }
    @media screen and (max-width: 768px) {
      .concept__menu {
        padding: 0 70px; } }
    .concept__menu h2 {
      margin-bottom: 70px; }
    @media screen and (max-width: 768px) {
      .concept__menu figure {
        margin-bottom: 30px; } }
    .concept__menu-contents {
      justify-content: center;
      text-align: center; }
    .concept__menu-img {
      width: 297px;
      margin-bottom: 20px; }
    .concept__menu-title {
      font-family: YuGothicStd-B;
      font-size: 18px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      letter-spacing: normal;
      text-align: center;
      color: #333333; }
      @media screen and (max-width: 768px) {
        .concept__menu-title {
          font-size: 18px;
          font-weight: bold;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.69;
          letter-spacing: normal;
          color: #333333; } }
    .concept__menu-dressing {
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: YuGothicStd-R;
      font-size: 13px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      letter-spacing: normal;
      text-align: center;
      color: #333333;
      margin-bottom: 1em; }
      @media screen and (max-width: 768px) {
        .concept__menu-dressing {
          font-size: 18px; } }
    .concept__menu-price {
      font-family: YuGothicStd-R;
      font-size: 18px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.56;
      letter-spacing: normal;
      text-align: center;
      color: #333333;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .concept__menu-price {
          font-size: 18px; } }
  .concept__location {
    padding: 0 260px;
    margin-bottom: 150px; }
    @media screen and (max-width: 768px) {
      .concept__location {
        padding: 0 55px;
        margin-bottom: 68px; } }
    .concept__location h2 {
      margin-bottom: 80px; }
      @media screen and (max-width: 768px) {
        .concept__location h2 {
          margin-bottom: 47.5px; } }
  .concept__ody {
    padding: 0 238px; }
    @media screen and (max-width: 768px) {
      .concept__ody {
        padding: 0 55px; } }
    .concept__ody h2 {
      margin-bottom: 70px; }
      @media screen and (max-width: 768px) {
        .concept__ody h2 {
          margin-bottom: 10px; } }
    .concept__ody-img {
      width: 100%; }
      @media screen and (max-width: 768px) {
        .concept__ody-img {
          width: 100%;
          height: initial; } }

.address {
  width: 400px;
  padding-top: 8px; }
  @media screen and (max-width: 768px) {
    .address {
      width: auto;
      padding-top: 22px;
      padding-left: 0;
      font-size: 16px; } }
  .address__wrapper {
    margin-bottom: 120px; }
    @media screen and (max-width: 768px) {
      .address__wrapper {
        padding-left: 0;
        margin-bottom: 50px; } }
  .address__company {
    font-family: YuGothicStd-B;
    font-size: 21px; }
  .address__pref {
    font-family: YuGothicStd-R;
    font-size: 16px;
    margin-bottom: 0.8em; }
    @media screen and (max-width: 768px) {
      .address__pref {
        font-size: 14px; } }
  .address__note {
    font-family: YuGothicStd-R;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.17;
    letter-spacing: normal;
    text-align: left;
    color: #333333; }
    @media screen and (max-width: 768px) {
      .address__note {
        white-space: initial; } }
  .address__img {
    width: 400px; }
    @media screen and (max-width: 768px) {
      .address__img {
        width: 100%;
        height: initial; } }
  .address__button {
    padding: 15px 64px;
    font-family: YuGothicStd-B;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.19;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    align-self: center; }
    @media screen and (max-width: 768px) {
      .address__button {
        padding: 11px 30px;
        text-align: center;
        line-height: normal; } }

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