@charset "UTF-8";
/*------------------------------------------------------------------

BASE

--------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Mr+Dafoe&family=Roboto:wght@700&family=Shippori+Mincho&family=Zen+Kaku+Gothic+New:wght@400;700&display=swap");
/*Easing*/
/*Screen*/
html, body, div, article, section, span, p, ul, ol, li, table, tr, td, th, hr, h1, h2, h3, h4, h5, h6, a, em, strong, b, img, input, textarea, svg, button, fieldset, figure, header, footer, label, dl, dt, dd {
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  font-size: 100%;
  vertical-align: baseline;
  list-style-type: none;
  -webkit-text-size-adjust: none;
  box-sizing: border-box;
  line-height: 1;
  border-collapse: collapse; }

html {
  width: 100%;
  font-size: 16px; }

body {
  width: 100%;
  position: relative;
  background: #FFF;
  color: #472922;
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.666;
  word-break: normal;
  word-wrap: break-word;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }

html, body {
  zoom: 1;
  min-height: 100%; }

strong, b,
h1, h2, h3, h4, h5, h6 {
  font-weight: 700; }

a {
  outline: none;
  text-decoration: underline;
  transition: all 0.3s ease; }

p {
  margin: 0;
  padding: 0 0 1em;
  line-height: 1.666;
  line-break: strict; }

img {
  max-width: 100%;
  display: inline-block;
  outline: none;
  -moz-user-select: none;
  /* These user-select properties are inheritable, used to prevent text selection */
  -webkit-user-select: none;
  -ms-user-select: none;
  /* From IE10 only */
  user-select: none;
  /* Not valid CSS yet, as of July 2012 */
  -webkit-user-drag: none;
  /* Prevents dragging of images/divs etc */
  user-drag: none;
  transition: all 0.3s ease; }

em {
  font-style: normal; }

.clear {
  width: 100%;
  font-size: 0px;
  height: 1px;
  overflow: hidden;
  clear: both;
  float: none;
  margin: 0 0 -1px 0;
  display: block; }

.clear_after:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin: 0 0 -1px 0;
  clear: both;
  float: none; }

.c {
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

.tsume_lr {
  margin: 0 -0.1em; }

.none {
  display: none; }

/*.hidden { visibility:hidden; }*/
.nopc {
  display: none;
  visibility: hidden; }
  @media screen and (max-width: 812px) {
    .nopc {
      display: inherit;
      visibility: visible; } }

@media screen and (max-width: 812px) {
  .nosp {
    display: none;
    visibility: hidden; } }

/*------------------------------------------------------------------

COMMON

--------------------------------------------------------------------*/
body.fixed {
  width: 100%;
  height: 100%;
  position: fixed; }

.bg_w {
  background: #FFF; }

.bg_be {
  background: #F0E9DE; }

/* Layout
-------------------------------*/
.baseWrap {
  width: calc(100% - 40px);
  max-width: 1000px;
  padding: 0;
  margin: 0 auto;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 812px) {
    .baseWrap {
      width: calc(100% - 60px); } }

.flexWrap {
  display: flex;
  flex-wrap: wrap; }

section.section {
  padding-top: 110px; }
  @media screen and (max-width: 812px) {
    section.section {
      padding-top: 70px; } }

/* Text
-------------------------------*/
.tit {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 2.625rem;
  text-align: center; }
  @media screen and (max-width: 812px) {
    .tit {
      font-size: 2rem; } }

/* List
-------------------------------*/
ul.disc li {
  font-size: 0.875rem;
  line-height: 1.6;
  padding-left: 0.6em;
  position: relative; }
  ul.disc li:before {
    content: "・";
    position: absolute;
    display: inline;
    left: -0.5em; }
  ul.disc li:not(:first-child) {
    margin-top: 0.6em; }

/* Button
-------------------------------*/
.btn {
  border-radius: 10px;
  width: 390px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }
  .btn img {
    max-width: 100%;
    position: relative;
    transition: all 0.3s ease;
    top: 0; }
  .btn:hover img {
    top: -3px; }
  @media screen and (max-width: 812px) {
    .btn {
      width: 100%;
      height: 77px; } }

.btn.mykinso {
  width: 460px;
  background: #4AADC9; }
  .btn.mykinso:hover {
    background: #317183; }
  @media screen and (max-width: 812px) {
    .btn.mykinso {
      width: 100%;
      height: 105px; }
      .btn.mykinso img {
        max-width: 240px;
        width: 80%; } }
.btn.mykinsoonline {
  background: #648430; }
  @media screen and (max-width: 812px) {
    .btn.mykinsoonline img {
      max-width: 216px; } }
  .btn.mykinsoonline:hover {
    background: #3A4D1C; }
.btn.amazon {
  background: #E36900; }
  @media screen and (max-width: 812px) {
    .btn.amazon img {
      max-width: 242px; } }
  .btn.amazon:hover {
    background: #894D1A; }

.ctaWrap {
  max-width: 840px;
  margin: auto;
  position: relative;
  z-index: 1; }
  .ctaWrap .btn {
    margin: 40px auto 0; }
    @media screen and (max-width: 812px) {
      .ctaWrap .btn {
        margin: 28px auto 0; } }
  .ctaWrap .flexWrap {
    justify-content: center;
    margin: 0 -30px; }
    .ctaWrap .flexWrap div {
      margin: 0 30px; }
      @media screen and (max-width: 812px) {
        .ctaWrap .flexWrap div {
          width: 100%; } }

@media screen and (max-width: 812px) {
  .ctaWrap:has(h3) {
    position: relative;
    padding: 30px 0; }
    .ctaWrap:has(h3):before, .ctaWrap:has(h3):after {
      content: "";
      display: inline-block;
      background: #472922;
      width: 100%;
      height: 10px;
      border-radius: 2px;
      position: absolute; }
    .ctaWrap:has(h3):before {
      top: 0; }
    .ctaWrap:has(h3):after {
      bottom: 0; } }
.ctaWrap:has(h3) h3 {
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: center;
  padding: 0 4em;
  position: relative; }
  @media screen and (max-width: 812px) {
    .ctaWrap:has(h3) h3 {
      padding: 0; } }
  .ctaWrap:has(h3) h3:before, .ctaWrap:has(h3) h3:after {
    content: "";
    display: inline-block;
    background: #472922;
    width: 10vw;
    max-width: 100px;
    height: 10px;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    @media screen and (max-width: 812px) {
      .ctaWrap:has(h3) h3:before, .ctaWrap:has(h3) h3:after {
        display: none; } }
  .ctaWrap:has(h3) h3:before {
    left: 0; }
  .ctaWrap:has(h3) h3:after {
    right: 0; }
  .ctaWrap:has(h3) h3 span {
    margin-right: 1em; }
    @media screen and (max-width: 812px) {
      .ctaWrap:has(h3) h3 span {
        margin-right: 0; } }

/*------------------------------------------------------------------

HEADER

--------------------------------------------------------------------*/
header {
  width: 100%;
  position: fixed;
  top: 0;
  text-align: center;
  z-index: 10; }
  header #logo-h {
    display: block;
    width: 214px;
    margin: auto; }
    @media screen and (max-width: 812px) {
      header #logo-h {
        width: 120px; } }

#h_menu_open {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background: #FFF;
  border-radius: 50%;
  cursor: pointer;
  z-index: 100; }
  @media screen and (max-width: 812px) {
    #h_menu_open {
      position: fixed;
      top: 20px;
      right: 20px; } }
  #h_menu_open span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    height: 6px;
    border-radius: 20px;
    background: #472922;
    width: 24px;
    left: 50%;
    margin-left: -12px;
    transition: all 0.8s ease; }
  #h_menu_open span:nth-of-type(1) {
    top: 16px; }
  #h_menu_open span:nth-of-type(2) {
    top: 26px; }
  #h_menu_open span:nth-of-type(3) {
    top: 36px; }
  #h_menu_open:hover span:nth-of-type(1) {
    top: 14px; }
  #h_menu_open:hover span:nth-of-type(3) {
    top: 38px; }
  #h_menu_open.active span:nth-of-type(1) {
    top: 20px;
    transform: translateY(6px) rotate(45deg); }
  #h_menu_open.active span:nth-of-type(2) {
    opacity: 0;
    transform: scale(0); }
  #h_menu_open.active span:nth-of-type(3) {
    top: 32px;
    transform: translateY(-6px) rotate(-45deg); }

#h_menu_wrap {
  background: rgba(240, 233, 221, 0.9);
  border-radius: 0 0 0 10px;
  width: 274px;
  padding: 80px 20px 20px;
  position: fixed;
  top: 0;
  right: -274px;
  z-index: 10;
  visibility: hidden;
  animation: fadeOut 0.8s ease-in 0s forwards;
  transition: all 0.8s ease; }
  #h_menu_wrap div {
    margin-top: 20px; }
  #h_menu_wrap .btn {
    width: 100%;
    height: 60px; }
    #h_menu_wrap .btn img {
      width: 80%; }
  #h_menu_wrap.open {
    visibility: visible;
    right: 0;
    animation: fadeIn 0.8s ease-in 0s forwards; }

/*------------------------------------------------------------------

FOOTER

--------------------------------------------------------------------*/
footer {
  position: relative;
  background: #f7F7F7;
  text-align: center;
  padding: 23px 0 24px;
  height: 120px; }
  @media screen and (max-width: 812px) {
    footer {
      padding: 26px 0 26px;
      height: 125px; } }
  footer #logo-f {
    width: 160px;
    margin: auto; }
  footer #copy {
    font-size: 0.75rem;
    margin-top: 14px; }

/*------------------------------------------------------------------

CONTENTS

--------------------------------------------------------------------*/
.firstview {
  background: url("../images/bg-fv.webp") top center/cover no-repeat;
  height: calc(100vh + 10px);
  min-height: 800px;
  position: relative; }
  @media screen and (max-width: 812px) {
    .firstview {
      background: url("../images/bg-fv_sp.webp") center center/cover no-repeat;
      height: 100dvh;
      min-height: 680px; } }
  .firstview .baseWrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media screen and (max-width: 812px) {
      .firstview .baseWrap {
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
        height: 100%; } }
  .firstview .inner {
    position: relative;
    width: 100%;
    padding-bottom: 64px; }
    @media screen and (max-width: 812px) {
      .firstview .inner {
        padding-top: 90px;
        padding-bottom: 0;
        height: 100%; } }
    .firstview .inner .img01 {
      width: 440px;
      padding-top: 52px;
      margin: auto; }
      @media screen and (max-width: 812px) {
        .firstview .inner .img01 {
          width: 286px;
          padding-top: 0; } }
    .firstview .inner .img02 {
      width: 387px;
      padding-top: 77px;
      margin: auto; }
      @media screen and (max-width: 812px) {
        .firstview .inner .img02 {
          width: 279px;
          padding-top: 53px; } }
    .firstview .inner .img03 {
      width: 43px;
      position: absolute;
      top: 0;
      right: 0; }
    .firstview .inner .img03sp {
      width: 290px;
      padding-top: 47px;
      margin: auto; }
    .firstview .inner .img04 {
      width: 192px;
      position: absolute;
      bottom: 0;
      right: 0; }
      @media screen and (max-width: 812px) {
        .firstview .inner .img04 {
          width: 200px;
          bottom: 60px;
          left: 0;
          margin: auto; } }
      @media screen and (max-width: 500px) {
        .firstview .inner .img04 {
          margin-right: -10px; } }
  .firstview .logo-wfa {
    position: absolute;
    width: 180px;
    left: 20px;
    bottom: 30px; }
    @media screen and (max-width: 812px) {
      .firstview .logo-wfa {
        width: 20vw;
        bottom: 20px; } }
    @media screen and (max-width: 500px) {
      .firstview .logo-wfa {
        width: 110px;
        bottom: 30px; } }

/* block-ABOUT
-------------------------------*/
.block-ABOUT {
  background: url("../images/bg.svg") center -100px/110% no-repeat #F0E9DE;
  padding-bottom: 100px;
  position: relative; }
  @media screen and (max-width: 812px) {
    .block-ABOUT {
      background: url("../images/bg_sp.svg") left top 5px/100% no-repeat #F0E9DE;
      padding-bottom: 0; } }

/* introduction
-------------------------------*/
.introduction {
  text-align: center;
  padding: 105px 0 72px; }
  @media screen and (max-width: 812px) {
    .introduction {
      padding: 38px 0 18px; } }
  .introduction .img {
    width: 324px;
    margin: 0 auto 67px; }
    @media screen and (max-width: 812px) {
      .introduction .img {
        width: 249px;
        margin: 0 auto 36px; } }
    .introduction .img img {
      width: 100%; }
  .introduction p {
    font-size: 1.125rem;
    line-height: 1.875; }
    @media screen and (max-width: 812px) {
      .introduction p {
        text-align: left; } }

/* block-INFORMATION
-------------------------------*/
.block-INFORMATION {
  padding-top: 48px;
  font-size: 1rem;
}

.block-INFORMATION .section {
  border-radius: 10px;
  padding: 48px;
}

.block-INFORMATION .h1 {
  font-size: 1.5rem;
  font-weight: bold;
}

@media screen and (max-width: 812px){
  .block-INFORMATION {
    padding-top: 0px;
  }

  .block-INFORMATION .baseWrap {
    width: 100%;
  }
}

/* block-PRODUCT
-------------------------------*/
.block-PRODUCT {
  border-radius: 10px;
  padding: 80px; }
  @media screen and (max-width: 812px) {
    .block-PRODUCT {
      padding: 30px 30px;
      margin: 0 -30px;
      border-radius: 0;
      overflow: hidden; } }
  .block-PRODUCT h2 {
    position: relative;
    width: fit-content;
    padding: 0 2em;
    margin: auto; }
    @media screen and (max-width: 812px) {
      .block-PRODUCT h2 {
        padding: 0; } }
    .block-PRODUCT h2:before, .block-PRODUCT h2:after {
      content: "";
      display: inline-block;
      background: #472922;
      width: 10px;
      height: 70px;
      border-radius: 2px;
      position: absolute;
      top: 50%;
      transform: translateY(-48%); }
      @media screen and (max-width: 812px) {
        .block-PRODUCT h2:before, .block-PRODUCT h2:after {
          display: none; } }
    .block-PRODUCT h2:before {
      left: 0; }
    .block-PRODUCT h2:after {
      right: 0; }
    .block-PRODUCT h2 .spn01 {
      font-size: 1.5rem;
      display: block; }
      @media screen and (max-width: 812px) {
        .block-PRODUCT h2 .spn01 {
          font-size: 1.25rem;
          text-align: center;
          line-height: 1.45;
          position: relative; }
          .block-PRODUCT h2 .spn01:before, .block-PRODUCT h2 .spn01:after {
            content: "";
            display: inline-block;
            background: #472922;
            width: 10px;
            height: 70px;
            border-radius: 2px;
            position: absolute;
            top: 50%;
            transform: translateY(-48%); }
          .block-PRODUCT h2 .spn01:before {
            left: 0; }
          .block-PRODUCT h2 .spn01:after {
            right: 0; } }
    .block-PRODUCT h2 .spn02 {
      font-size: 2.0625rem;
      display: block;
      margin-top: 0.6em; }
      @media screen and (max-width: 812px) {
        .block-PRODUCT h2 .spn02 {
          font-size: 2.0625rem;
          text-align: center;
          line-height: 1.212; } }
      .block-PRODUCT h2 .spn02 span {
        margin-left: 1em; }
        @media screen and (max-width: 812px) {
          .block-PRODUCT h2 .spn02 span {
            margin-left: 0;
            display: inline-block; } }
  .block-PRODUCT .ctaWrap {
    margin-top: 84px; }
    @media screen and (max-width: 812px) {
      .block-PRODUCT .ctaWrap {
        margin-top: 300px; } }

.product_description {
  position: relative;
  width: 600px;
  margin: 0 auto;
  padding-bottom: 467px; }
  @media screen and (max-width: 812px) {
    .product_description {
      width: 100%;
      max-width: 500px;
      padding-bottom: 530px; } }
  .product_description ul {
    position: relative;
    margin: 70px auto 0;
    width: 600px; }
    @media screen and (max-width: 812px) {
      .product_description ul {
        margin: 35px auto 0;
        width: 100%; } }
    .product_description ul li {
      text-align: center;
      position: absolute; }
      .product_description ul li img {
        width: 100px; }
      .product_description ul li p {
        line-height: 1.5;
        margin-top: 10px; }
        @media screen and (max-width: 812px) {
          .product_description ul li p {
            text-align: left; } }
      .product_description ul li:nth-child(1) {
        top: 0;
        left: 0;
        right: 0; }
        @media screen and (max-width: 812px) {
          .product_description ul li:nth-child(1) {
            max-width: 320px;
            margin: auto; } }
      .product_description ul li:nth-child(2) {
        top: 170px;
        left: 0; }
        @media screen and (max-width: 812px) {
          .product_description ul li:nth-child(2) {
            top: 210px; } }
      .product_description ul li:nth-child(3) {
        top: 300px;
        right: -10px; }
        @media screen and (max-width: 812px) {
          .product_description ul li:nth-child(3) {
            width: fit-content;
            top: 390px;
            left: 0;
            right: 0;
            margin: auto; } }
  .product_description .img {
    width: 400px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }
    @media screen and (max-width: 812px) {
      .product_description .img {
        bottom: 138px;
        left: 50%;
        margin-left: -50px;
        transform: none; } }

.product_info {
  margin-top: 60px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 812px) {
    .product_info {
      flex-direction: column; } }
  .product_info .product_display {
    width: calc(100% - 318px);
    background: #f7F7F7;
    padding: 40px 0; }
    @media screen and (max-width: 812px) {
      .product_info .product_display {
        width: 100%;
        flex-direction: column; } }
    .product_info .product_display dl {
      padding: 0 40px;
      position: relative; }
      .product_info .product_display dl:not(:last-of-type):after {
        content: "";
        position: absolute;
        top: 0;
        right: -1px;
        width: 2px;
        height: 100%;
        background: #472922; }
        @media screen and (max-width: 812px) {
          .product_info .product_display dl:not(:last-of-type):after {
            width: 100%;
            height: 2px;
            top: unset;
            bottom: 0; } }
      @media screen and (max-width: 812px) {
        .product_info .product_display dl {
          padding: 30px 0;
          margin: 0 30px; }
          .product_info .product_display dl:first-child {
            padding-top: 0; }
          .product_info .product_display dl:last-child {
            padding-bottom: 0; } }
      .product_info .product_display dl dt {
        font-size: 0.875rem;
        font-weight: bold;
        margin-bottom: 1.4em; }
        @media screen and (max-width: 812px) {
          .product_info .product_display dl dt {
            width: 210px;
            padding: 0 40px;
            margin: 0 auto 1.4em; } }
      .product_info .product_display dl dd {
        font-size: 0.75rem;
        line-height: 2; }
        @media screen and (max-width: 812px) {
          .product_info .product_display dl dd {
            width: 210px;
            padding: 0 40px;
            margin: 0 auto; } }
  .product_info .product_package {
    width: 318px;
    background: #F0E9DE;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 812px) {
      .product_info .product_package {
        width: 100%;
        padding: 30px 0; } }
    .product_info .product_package .txt {
      font-size: 1.5rem;
      font-weight: bold;
      line-height: 1.25;
      text-align: center; }
    .product_info .product_package .img {
      position: relative;
      width: 100%;
      margin-top: 70px; }
      .product_info .product_package .img img:nth-child(1) {
        position: absolute;
        top: -50px;
        left: 50%;
        margin-left: -50px;
        z-index: 0; }
      .product_info .product_package .img img:nth-child(2) {
        padding-left: 40px;
        position: relative;
        z-index: 1; }

.exp {
  max-width: 645px;
  margin-top: 64px;
  position: relative;
  z-index: 1; }
  .exp h3 {
    font-size: 1.5rem;
    line-height: 1.25; }
  .exp p {
    line-height: 1.875;
    margin-top: 1em;
    padding: 0; }

/* block-Butyricacidbacteria
-------------------------------*/
@media screen and (max-width: 812px) {
  .block-Butyricacidbacteria {
    padding-top: 30px !important; } }
@media screen and (max-width: 812px) {
  .block-Butyricacidbacteria .tit {
    line-height: 1.1875; } }
.block-Butyricacidbacteria .c {
  font-size: 1.125rem;
  padding: 0;
  margin: 45px auto 60px; }
  @media screen and (max-width: 812px) {
    .block-Butyricacidbacteria .c {
      text-align: left;
      margin: 54px auto 30px; } }
.block-Butyricacidbacteria .flexWrap.chart {
  align-items: center;
  position: relative; }
  @media screen and (max-width: 812px) {
    .block-Butyricacidbacteria .flexWrap.chart {
      flex-direction: column-reverse; } }
  .block-Butyricacidbacteria .flexWrap.chart .txt {
    width: calc(100% - 360px);
    padding-left: 40px;
    padding-right: 100px;
    margin-top: 5em; }
    @media screen and (max-width: 812px) {
      .block-Butyricacidbacteria .flexWrap.chart .txt {
        width: 100%;
        padding: 0;
        margin-top: 30px; } }
    .block-Butyricacidbacteria .flexWrap.chart .txt p {
      line-height: 1.875;
      padding: 0; }
  .block-Butyricacidbacteria .flexWrap.chart .img {
    width: 360px; }
    @media screen and (max-width: 812px) {
      .block-Butyricacidbacteria .flexWrap.chart .img {
        width: 100%;
        max-width: 400px;
        text-align: center; } }
.block-Butyricacidbacteria .ctaWrap {
  margin-top: 60px; }
  @media screen and (max-width: 812px) {
    .block-Butyricacidbacteria .ctaWrap {
      margin-top: 230px; } }

/* block-MESSAGE
-------------------------------*/
.block-MESSAGE {
  border-radius: 10px;
  padding: 80px;
  margin-top: 60px; }
  @media screen and (max-width: 812px) {
    .block-MESSAGE {
      padding: 30px; } }
  .block-MESSAGE .flexWrap {
    justify-content: space-between; }
    @media screen and (max-width: 812px) {
      .block-MESSAGE .flexWrap {
        flex-direction: column; } }
    .block-MESSAGE .flexWrap .txt {
      width: calc(100% - 200px);
      padding-right: 60px; }
      @media screen and (max-width: 812px) {
        .block-MESSAGE .flexWrap .txt {
          width: 100%;
          padding: 0; } }
      .block-MESSAGE .flexWrap .txt .l1 {
        font-size: 1.5rem;
        font-weight: bold; }
        @media screen and (max-width: 812px) {
          .block-MESSAGE .flexWrap .txt .l1 {
            line-height: 1.25; } }
      .block-MESSAGE .flexWrap .txt p {
        line-height: 1.875; }
        @media screen and (max-width: 812px) {
          .block-MESSAGE .flexWrap .txt p {
            padding: 0 0 1.666em; } }
      .block-MESSAGE .flexWrap .txt p:last-child {
        padding: 0; }
    .block-MESSAGE .flexWrap .img {
      width: 200px; }
      @media screen and (max-width: 812px) {
        .block-MESSAGE .flexWrap .img {
          margin: 30px auto 0; } }
      .block-MESSAGE .flexWrap .img figcaption {
        font-size: 0.875rem;
        line-height: 1.428;
        text-align: center;
        margin-top: 18px; }

/* block-CV
-------------------------------*/
.block-CV {
  padding-bottom: 100px; }
  @media screen and (max-width: 812px) {
    .block-CV {
      padding-bottom: 300px; } }
  .block-CV .flexWrap {
    justify-content: space-between;
    margin-top: 40px; }
    @media screen and (max-width: 812px) {
      .block-CV .flexWrap {
        flex-direction: column; } }
    .block-CV .flexWrap .block {
      width: 33.333%;
      max-width: 300px;
      display: flex;
      flex-direction: column;
      align-items: center; }
      @media screen and (max-width: 812px) {
        .block-CV .flexWrap .block {
          width: 100%;
          max-width: 400px;
          margin: auto; }
          .block-CV .flexWrap .block:not(:last-of-type) {
            border-bottom: 2px solid;
            padding-bottom: 30px;
            margin-bottom: 33px; } }
      .block-CV .flexWrap .block h3 {
        font-family: "Shippori Mincho", serif;
        font-weight: 400;
        font-size: 1.25rem;
        line-height: 1.5;
        position: relative; }
        .block-CV .flexWrap .block h3:after {
          content: "";
          width: 2px;
          height: 60px;
          background: #472922;
          display: block;
          margin: 30px auto 20px; }
      .block-CV .flexWrap .block img {
        width: 200px;
        height: 200px; }
      .block-CV .flexWrap .block p {
        margin-top: 20px;
        padding: 0; }

/* block-ACHIEVEMENT
-------------------------------*/
.block-ACHIEVEMENT {
  padding-bottom: 100px; }
  @media screen and (max-width: 812px) {
    .block-ACHIEVEMENT {
      padding-bottom: 240px; } }
  .block-ACHIEVEMENT .c {
    font-size: 1.125rem;
    padding: 0;
    margin: 67px auto 60px; }
    @media screen and (max-width: 812px) {
      .block-ACHIEVEMENT .c {
        text-align: left;
        margin: 37px auto 30px; } }
  .block-ACHIEVEMENT .actualnumberWrap {
    width: 630px;
    margin-left: auto; }
    @media screen and (max-width: 812px) {
      .block-ACHIEVEMENT .actualnumberWrap {
        width: 100%; } }
    .block-ACHIEVEMENT .actualnumberWrap .block {
      border-radius: 10px;
      padding: 30px;
      margin-top: 30px; }
      @media screen and (max-width: 812px) {
        .block-ACHIEVEMENT .actualnumberWrap .block {
          padding: 20px 0;
          margin-top: 20px; } }
      .block-ACHIEVEMENT .actualnumberWrap .block .acn01 {
        background: #472922;
        border-radius: 10px;
        font-size: 1.1875rem;
        color: #FFF;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 162px;
        padding: 17px 10px; }
        @media screen and (max-width: 812px) {
          .block-ACHIEVEMENT .actualnumberWrap .block .acn01 {
            width: 100%;
            padding: 4px 10px;
            margin: 0 0 0.8rem;
            border-radius: 0;
            flex-direction: row;
            justify-content: center; } }
        .block-ACHIEVEMENT .actualnumberWrap .block .acn01 span {
          font-family: "Roboto", sans-serif;
          font-weight: 700;
          font-size: 3.6875rem; }
          @media screen and (max-width: 812px) {
            .block-ACHIEVEMENT .actualnumberWrap .block .acn01 span {
              margin-left: 0.5em; } }
      .block-ACHIEVEMENT .actualnumberWrap .block .acn02 {
        font-size: 1.5625rem;
        font-weight: bold;
        white-space: nowrap; }
        @media screen and (max-width: 812px) {
          .block-ACHIEVEMENT .actualnumberWrap .block .acn02 {
            font-size: 1.125rem;
            white-space: normal;
            line-height: 1.5;
            width: fit-content;
            margin: auto; } }
        .block-ACHIEVEMENT .actualnumberWrap .block .acn02 small {
          font-size: 1.5rem; }
          @media screen and (max-width: 812px) {
            .block-ACHIEVEMENT .actualnumberWrap .block .acn02 small {
              font-size: 0.875rem;
              white-space: normal; } }
      .block-ACHIEVEMENT .actualnumberWrap .block .acn03 {
        background: #E04622;
        border-radius: 10px;
        color: #FFF;
        text-align: center;
        padding: 1em 1em;
        margin: 1rem 0 0.8rem; }
        @media screen and (max-width: 812px) {
          .block-ACHIEVEMENT .actualnumberWrap .block .acn03 {
            margin: 1rem 0 0.8rem;
            border-radius: 0; } }
        .block-ACHIEVEMENT .actualnumberWrap .block .acn03 span {
          font-size: 1.5rem;
          font-weight: bold;
          position: relative; }
          .block-ACHIEVEMENT .actualnumberWrap .block .acn03 span:before, .block-ACHIEVEMENT .actualnumberWrap .block .acn03 span:after {
            content: "";
            display: inline-block;
            width: 2px;
            height: 20px;
            background: #FFF;
            position: absolute;
            top: 0.35em; }
          .block-ACHIEVEMENT .actualnumberWrap .block .acn03 span:before {
            transform: rotate(-30deg);
            left: -0.8em; }
          .block-ACHIEVEMENT .actualnumberWrap .block .acn03 span:after {
            transform: rotate(30deg);
            right: -0.8em; }
      .block-ACHIEVEMENT .actualnumberWrap .block .numberWrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
        white-space: nowrap; }
        @media screen and (max-width: 812px) {
          .block-ACHIEVEMENT .actualnumberWrap .block .numberWrap {
            white-space: normal; } }
        .block-ACHIEVEMENT .actualnumberWrap .block .numberWrap p {
          padding: 0;
          margin: 0; }
        .block-ACHIEVEMENT .actualnumberWrap .block .numberWrap .number {
          font-size: 2rem;
          font-weight: bold; }
          .block-ACHIEVEMENT .actualnumberWrap .block .numberWrap .number em {
            font-family: "Roboto", sans-serif;
            font-weight: 700;
            font-size: 5.1875rem;
            margin-right: 0.5rem; }
        .block-ACHIEVEMENT .actualnumberWrap .block .numberWrap .em {
          font-size: 4.1875rem;
          font-weight: bold; }
        .block-ACHIEVEMENT .actualnumberWrap .block .numberWrap .txt {
          font-size: 1.375rem;
          font-weight: bold; }
        .block-ACHIEVEMENT .actualnumberWrap .block .numberWrap .red {
          color: #E04622; }
    .block-ACHIEVEMENT .actualnumberWrap .block.b1 {
      display: flex;
      align-items: center; }
      @media screen and (max-width: 812px) {
        .block-ACHIEVEMENT .actualnumberWrap .block.b1 {
          flex-direction: column; } }
      @media screen and (max-width: 812px) {
        .block-ACHIEVEMENT .actualnumberWrap .block.b1 .numberWrap .em {
          font-size: 2.9375rem;
          position: relative;
          top: -4px;
          margin-left: 8px; } }
      .block-ACHIEVEMENT .actualnumberWrap .block.b1 .number {
        padding: 0 0.3em; }
        @media screen and (max-width: 812px) {
          .block-ACHIEVEMENT .actualnumberWrap .block.b1 .number {
            font-size: 1.125rem;
            padding: 0; }
            .block-ACHIEVEMENT .actualnumberWrap .block.b1 .number em {
              font-size: 3.5rem; } }
    @media screen and (max-width: 812px) {
      .block-ACHIEVEMENT .actualnumberWrap .block.b2 .numberWrap {
        flex-direction: column;
        align-items: flex-start;
        width: fit-content;
        margin: auto; }
        .block-ACHIEVEMENT .actualnumberWrap .block.b2 .numberWrap .txt {
          font-size: 1.125rem; }
        .block-ACHIEVEMENT .actualnumberWrap .block.b2 .numberWrap .number {
          font-size: 1.5rem; }
          .block-ACHIEVEMENT .actualnumberWrap .block.b2 .numberWrap .number em {
            font-size: 4.5625rem; } }

/* block-RECIPE
-------------------------------*/
.block-RECIPE .flexWrap {
  margin: 85px -10px 0; }
  @media screen and (max-width: 812px) {
    .block-RECIPE .flexWrap {
      margin: 60px 0 0;
      position: relative;
      background: #F0E9DE;
      border-radius: 10px;
      padding-bottom: 280px; } }
  .block-RECIPE .flexWrap .block {
    display: flex;
    flex-direction: column;
    width: calc(33.333% - 20px);
    max-width: 320px;
    background: #F0E9DE;
    border-radius: 10px;
    padding: 40px 20px 20px;
    margin: 0 10px; }
    @media screen and (max-width: 812px) {
      .block-RECIPE .flexWrap .block {
        width: 100%;
        max-width: none;
        background: transparent;
        padding: 40px 10px 20px; } }
    .block-RECIPE .flexWrap .block h3 {
      font-size: 1.125rem;
      font-weight: 400;
      text-align: center;
      padding: 1em 0;
      position: relative; }
      .block-RECIPE .flexWrap .block h3:before, .block-RECIPE .flexWrap .block h3:after {
        content: "";
        display: inline-block;
        width: 100%;
        height: 4px;
        background: url(../images/line.svg) center no-repeat;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto; }
      .block-RECIPE .flexWrap .block h3:before {
        top: 0; }
      .block-RECIPE .flexWrap .block h3:after {
        bottom: 0;
        transform: scale(-1, 1); }
    .block-RECIPE .flexWrap .block .img {
      width: 100%;
      max-width: 200px;
      margin: 40px auto; }
    .block-RECIPE .flexWrap .block .txt {
      height: 100%;
      background: #FFFF;
      font-size: 0.875rem;
      border-radius: 10px;
      padding: 40px; }
      .block-RECIPE .flexWrap .block .txt .dl dl {
        display: flex; }
        .block-RECIPE .flexWrap .block .txt .dl dl dt {
          font-weight: bold;
          line-height: 1.666;
          width: 120px; }
        .block-RECIPE .flexWrap .block .txt .dl dl dd {
          line-height: 1.666; }
      .block-RECIPE .flexWrap .block .txt .dl span {
        display: block;
        font-size: 0.75rem;
        padding-top: 1em; }
      .block-RECIPE .flexWrap .block .txt .des {
        position: relative; }
        .block-RECIPE .flexWrap .block .txt .des:before {
          content: "";
          width: 100%;
          height: 4px;
          border-radius: 2px;
          background: #F0E9DE;
          display: block;
          margin: 20px auto; }

/* slider
-------------------------------*/
.slick-track {
  display: flex !important; }

.slick-slide {
  height: auto !important; }
  .slick-slide li {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 10px;
    padding: 0;
    cursor: pointer; }

.slick-dots {
  position: absolute;
  top: -42px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      font-size: 0;
      line-height: 0;
      display: block;
      width: 10px;
      height: 10px;
      padding: 5px;
      cursor: pointer;
      color: transparent;
      border: 0;
      outline: none;
      background: transparent; }
      .slick-dots li button:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        text-align: center;
        border: 1px solid #F0E9DE;
        background-color: #F0E9DE;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      background-color: #472922; }

.slick-arrow {
  cursor: pointer;
  position: absolute;
  top: 220px;
  z-index: 1;
  width: 24px;
  height: 24px; }
  .slick-arrow:hover {
    background-color: #cccccc; }
  .slick-arrow span {
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/arrow.svg) center/contain no-repeat;
    vertical-align: middle;
    transition: all 0.3s ease; }

.slick-arrow-prev {
  left: -12px; }

.slick-arrow-next {
  right: -12px; }
  .slick-arrow-next span {
    transform: rotate(-180deg); }

/* block-CTA
-------------------------------*/
.block-CTA {
  padding-bottom: 100px;
  margin-top: 100px; }
  @media screen and (max-width: 812px) {
    .block-CTA {
      margin-top: 100px; } }
  .block-CTA .ctaWrap:has(.mykinso) {
    margin-top: 100px; }
    @media screen and (max-width: 812px) {
      .block-CTA .ctaWrap:has(.mykinso) {
        margin-top: 0; }
        .block-CTA .ctaWrap:has(.mykinso):before {
          display: none; } }

/* illust
-------------------------------*/
.illust {
  position: absolute;
  pointer-events: none; }

.illust-01 {
  width: 440px;
  height: 610px;
  background: url(../images/illust-01.svg) center/contain no-repeat;
  right: -216px;
  bottom: 100px;
  z-index: 0; }
  @media screen and (max-width: 812px) {
    .illust-01 {
      background: url(../images/illust-01sp.svg) center/contain no-repeat;
      width: 280px;
      height: 416px;
      right: -30px;
      bottom: 230px; } }

.illust-02 {
  width: 460px;
  height: 505px;
  background: url(../images/illust-02.svg) center/contain no-repeat;
  left: -150px;
  bottom: 36px;
  z-index: -1; }
  @media screen and (max-width: 812px) {
    .illust-02 {
      background: url(../images/illust-02sp.svg) center/contain no-repeat;
      width: 270px;
      height: 330px;
      left: -30px;
      bottom: -363px; } }

.illust-03 {
  width: 460px;
  height: 480px;
  background: url(../images/illust-03.svg) center/contain no-repeat;
  right: -235px;
  top: -250px;
  z-index: -1; }
  @media screen and (max-width: 812px) {
    .illust-03 {
      background: url(../images/illust-03sp.svg) center/contain no-repeat;
      width: 273px;
      height: 292px;
      right: -30px;
      top: -340px; } }

.illust-04 {
  width: 407px;
  height: 557px;
  background: url(../images/illust-04.svg) center/contain no-repeat;
  left: -83px;
  bottom: -150px;
  z-index: -1; }
  @media screen and (max-width: 812px) {
    .illust-04 {
      background: url(../images/illust-04sp.svg) center/contain no-repeat;
      width: 315px;
      height: 210px;
      left: 0;
      bottom: -240px; } }

.illust-05 {
  width: 360px;
  height: 270px;
  background: url(../images/illust-05.svg) center/contain no-repeat;
  right: -174px;
  top: -52px;
  z-index: -1; }
  @media screen and (max-width: 812px) {
    .illust-05 {
      width: 315px;
      height: 236px;
      right: 0;
      left: 0;
      top: unset;
      bottom: 30px;
      z-index: 1; } }

.illust-06 {
  width: 260px;
  height: 408px;
  background: url(../images/illust-06.svg) center/contain no-repeat;
  right: -134px;
  bottom: -24px;
  z-index: -1; }
  @media screen and (max-width: 812px) {
    .illust-06 {
      background: url(../images/illust-06sp.svg) center/contain no-repeat;
      width: 125px;
      height: 177px;
      right: -20px;
      bottom: -26px; } }

@keyframes slide_message_show {
  0% {
    transform: translateY(100vh); }
  100% {
    transform: translateY(0vh); } }
#message.msg_show {
  animation: slide_message_show 1.2s ease 0s forwards; }

#message {
  transform: translateY(100vh);
  background: #FFF;
  text-align: center;
  position: fixed;
  top: 0;
  width: 100%;
  min-height: 100vh;
  padding: 0;
  z-index: 10; }
  @media screen and (max-width: 812px) {
    #message {
      overflow-y: scroll; } }
  #message .msg_closeWrap {
    width: calc(100% - 40px);
    max-width: 1000px;
    margin: auto;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100; }
  #message .msg_close {
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: fixed;
    top: 40px;
    right: 0; }
    @media screen and (max-width: 812px) {
      #message .msg_close {
        position: fixed;
        top: 20px; } }
    #message .msg_close span {
      position: relative; }
      #message .msg_close span:before, #message .msg_close span:after {
        content: "";
        width: 40px;
        height: 1px;
        background: #472922;
        display: block;
        position: absolute;
        top: 20px; }
      #message .msg_close span:before {
        transform: rotate(45deg); }
      #message .msg_close span:after {
        transform: rotate(-45deg); }
  #message .baseWrap {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    padding: 95px 20px 90px;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none; }
    #message .baseWrap::-webkit-scrollbar {
      display: none; }
    @media screen and (max-width: 812px) {
      #message .baseWrap {
        width: 100%;
        padding: 48px 30px 90px; } }
  #message .h1 {
    font-family: "Mr Dafoe", cursive;
    font-weight: 400;
    font-size: 2.75rem;
    text-align: center;
    line-height: 1;
    padding: 0; }
    @media screen and (max-width: 812px) {
      #message .h1 {
        font-size: 2.4375rem; } }
  #message p {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.875;
    padding-bottom: 2em; }
    @media screen and (max-width: 812px) {
      #message p {
        font-size: 1rem;
        padding-bottom: 2em; } }
  #message .h2 {
    font-size: 1.5rem;
    line-height: 1;
    padding: 0;
    margin: 70px auto 68px; }
    @media screen and (max-width: 812px) {
      #message .h2 {
        font-size: 1.5625rem;
        margin: 54px auto 37px; } }
  #message .sig {
    padding: 0;
    margin-top: 50px; }
    @media screen and (max-width: 812px) {
      #message .sig {
        font-size: 0.875rem;
        margin-top: 1em; } }

@keyframes slide_message_hidden {
  0% {
    transform: translateY(0vh); }
  100% {
    transform: translateY(100vh); } }
#message.hidden {
  animation: slide_message_hidden 0.8s ease 0s forwards; }
