.idxBanner {
  position: relative; }

.idxNews {
  width: 100%;
  position: absolute;
  bottom: 50px;
  padding-left: 30px;
  padding-right: 30px; }
  .idxNews .container {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 0;
    justify-content: space-between;
    align-items: stretch; }
  .idxNews__left {
    width: 100%;
    display: flex;
    justify-content: flex-start; }
    @media (max-width: 854px) {
      .idxNews__left {
        flex-direction: column; } }
  .idxNews__tit {
    margin: 12px 0;
    width: 165px;
    flex-shrink: 0;
    padding-left: 30px; }
    .idxNews__tit p {
      font-size: 1em;
      font-weight: 700;
      color: #2f1409;
      letter-spacing: 0.1em; }
    .idxNews__tit span {
      font-size: 0.8em;
      font-weight: 400;
      color: #2f1409; }
  .idxNews__list {
    margin: 12px 0;
    padding: 0 20px;
    flex-grow: 1;
    position: relative;
    height: 46px; }
    .idxNews__list__item {
      display: flex;
      align-items: center;
      width: 100%;
      position: absolute;
      padding: 6px 20px 7px 0;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.8s ease-in-out;
      -moz-transition: all 0.8s ease-in-out;
      -ms-transition: all 0.8s ease-in-out;
      -o-transition: all 0.8s ease-in-out;
      transition: all 0.8s ease-in-out; }
      .idxNews__list__item p {
        font-size: 1em;
        font-weight: 700;
        color: #2f1409;
        letter-spacing: 0.06em; }
        .idxNews__list__item p.date {
          letter-spacing: 0.02em;
          flex-shrink: 0; }
        .idxNews__list__item p.cat {
          background-color: #947625;
          color: #fff;
          padding: 5px 25px;
          margin: 0 18px;
          flex-shrink: 0; }
      .idxNews__list__item .tit {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding-right: 25px;
        font-size: 1em;
        font-weight: 700;
        color: #2f1409;
        letter-spacing: 0.06em;
        display: block;
        flex-shrink: 1;
        flex-grow: 1; }
      .idxNews__list__item.current {
        opacity: 1;
        visibility: visible; }
  .idxNews__arrow {
    background-color: #17191e;
    display: flex;
    align-items: center;
    padding: 0 60px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .idxNews__arrow .num {
      margin: 0 5px;
      letter-spacing: 0.15em;
      font-size: 0.8em;
      font-weight: 700;
      color: #fff; }
      .idxNews__arrow .num span {
        padding: 0 5px; }
    .idxNews__arrow button {
      font-size: 0.8em;
      font-weight: 700;
      color: #fff; }

@media (max-width: 854px) {
  .idxNews {
    bottom: 0; }
    .idxNews .container {
      align-items: flex-start; }
    .idxNews__tit {
      margin: 10px 0; }
    .idxNews__arrow {
      height: 66px;
      padding: 0 45px;
      position: absolute;
      right: 30px;
      top: 0; }

  .idxBanner {
    padding-bottom: 70px;
    background-color: #ffffff; } }
@media (max-width: 640px) {
  .idxNews__list__item p.cat {
    display: none; }
  .idxNews__list__item .tit {
    padding-left: 30px; } }
@media (max-width: 480px) {
  .idxNews__tit {
    padding-left: 20px;
    margin: 6px 0;
    display: flex;
    flex-direction: column; }
  .idxNews__arrow {
    height: 54px;
    padding: 0 10px; }
  .idxNews__list {
    margin: 6px 0; }
    .idxNews__list__item {
      flex-direction: column;
      align-items: flex-start;
      padding: 0; }
      .idxNews__list__item p.cat {
        display: none; }
      .idxNews__list__item .tit {
        width: 100%;
        padding-left: 0; }

  .idxBanner {
    padding-bottom: 58px; } }
.idxIntro {
  position: relative;
  z-index: 100; }
  .idxIntro .text {
    font-size: 1.25em;
    font-weight: 500;
    color: #000000;
    color: #2f1409;
    letter-spacing: 0.08em;
    margin: 0 0 30px 0;
    line-height: 1.5; }
    .idxIntro .text.mobile {
      display: none; }
    @media (max-width: 1280px) and (min-width: 1025px) {
      .idxIntro .text {
        font-size: 1.05em;
        font-weight: 500;
        color: #000000; } }
    @media (max-width: 1024px) {
      .idxIntro .text {
        font-size: 1.1em;
        font-weight: 500;
        color: #000000; }
        .idxIntro .text.pc {
          display: none; }
        .idxIntro .text.mobile {
          display: block; } }
    @media (max-width: 640px) {
      .idxIntro .text {
        font-size: 1em;
        font-weight: 700;
        color: #2f1409; }
        .idxIntro .text.pc {
          display: block; }
        .idxIntro .text.mobile {
          display: none; } }
  .idxIntro__links a {
    display: flex;
    justify-content: space-between;
    font-size: 1.25em;
    font-weight: 500;
    color: #000000;
    letter-spacing: 0.1em;
    max-width: 230px;
    padding: 12px 22px;
    position: relative;
    top: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-bottom: 15px; }
    .idxIntro__links a.dark_brown {
      color: #4e2f22;
      border: 1px solid #4e2f22; }
    .idxIntro__links a.brown {
      color: #bf873d;
      border: 1px solid #bf873d; }
    .idxIntro__links a.org {
      color: #d97a00;
      border: 1px solid #d97a00; }
    .idxIntro__links a:hover {
      top: -3px;
      box-shadow: 2px 2px 3px #bd9382; }
    @media (max-width: 640px) {
      .idxIntro__links a {
        font-size: 1.05em;
        font-weight: 500;
        color: #000000; } }
  .idxIntro--product {
    padding-left: 45px; }
    @media (max-width: 1024px) {
      .idxIntro--product {
        padding-left: 0; }
        .idxIntro--product .idxIntro__links {
          display: flex; }
          .idxIntro--product .idxIntro__links a {
            width: 45%;
            margin-right: 3%;
            flex-shrink: 1; }
            .idxIntro--product .idxIntro__links a.org {
              display: none; } }

.mainTitle p {
  font-size: 1.8em;
  font-weight: 700;
  color: #000000;
  letter-spacing: 0.15em; }
.mainTitle span {
  font-size: 1em;
  font-weight: 400;
  color: #000000; }
.mainTitle--story {
  padding: 60px 0 20px 0;
  background-image: url("../images/index04.png");
  background-position: left 65px bottom;
  background-repeat: no-repeat;
  margin-bottom: 15px; }
.mainTitle--product {
  padding: 60px 0 20px 45px;
  margin-left: -45px;
  background-image: url("../images/index05.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  margin-bottom: 15px; }
@media (max-width: 1024px) {
  .mainTitle p {
    font-size: 1.6em;
    font-weight: 700;
    color: #000000;
    letter-spacing: 0.15em; } }

.idxAbout {
  background-image: url("../images/index02.png");
  background-position: left top -30px;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  overflow-x: hidden;
  padding-bottom: 30px;
  overflow-y: hidden; }
  @media (max-width: 1440px) {
    .idxAbout {
      background-position: left -60px top; } }
  @media (max-width: 854px) {
    .idxAbout {
      background-size: 300px auto; } }
  @media (max-width: 640px) {
    .idxAbout {
      background-size: auto 140px; } }
  @media (max-width: 480px) {
    .idxAbout {
      justify-content: flex-end;
      flex-direction: column;
      padding-bottom: 125px;
      background-size: auto 120px;
      margin-top: 30px;
      align-items: flex-end; } }
  .idxAbout__left {
    flex-grow: 1;
    position: absolute;
    left: 0px;
    top: -25px;
    z-index: 10; }
    .idxAbout__left img {
      width: 427px; }
    @media (max-width: 1440px) {
      .idxAbout__left {
        left: -60px; }
        .idxAbout__left img {
          width: 380px; } }
    @media (max-width: 1280px) {
      .idxAbout__left img {
        width: 300px; } }
    @media (max-width: 854px) {
      .idxAbout__left {
        width: 40%;
        flex-shrink: 1;
        flex-grow: 0; } }
    @media (max-width: 640px) {
      .idxAbout__left {
        padding-top: 100px; }
        .idxAbout__left img {
          width: 250px; } }
    @media (max-width: 480px) {
      .idxAbout__left {
        padding-top: 240px;
        left: -40px; }
        .idxAbout__left img {
          width: 200px; } }
    @media (max-width: 480px) {
      .idxAbout__left {
        width: 170px; } }
  .idxAbout__center {
    padding-top: 15px;
    width: 310px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-left: 33%; }
    @media (max-width: 1440px) {
      .idxAbout__center {
        margin-left: 30%; } }
    @media (max-width: 854px) {
      .idxAbout__center {
        flex-grow: 1;
        padding-top: 0;
        padding-left: 30px;
        margin-left: 35%; } }
    @media (max-width: 480px) {
      .idxAbout__center {
        padding-top: 0;
        padding-left: 30px; } }
  .idxAbout__right {
    padding-top: 50px;
    padding-right: 40px;
    margin-left: -5%;
    flex-grow: 0;
    text-align: right;
    width: 50%; }
    .idxAbout__right img {
      width: 90%; }
    @media (max-width: 854px) {
      .idxAbout__right {
        display: none; } }
  .idxAbout .rabbit01 {
    position: absolute;
    right: 20px;
    top: 80px; }
    @media (max-width: 854px) {
      .idxAbout .rabbit01 {
        display: none; } }
    @media (max-width: 480px) {
      .idxAbout .rabbit01 {
        width: 200px;
        right: -30px; }
        .idxAbout .rabbit01 img {
          max-width: 100%; } }
    @media (max-width: 375px) {
      .idxAbout .rabbit01 {
        width: 150px; } }

.idxProduct {
  padding: 0 80px 70px 0;
  background-image: url("../images/index06.png");
  background-position: bottom 150px left;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  position: relative;
  overflow: hidden;
  padding-top: 100px;
  margin-top: -100px; }
  @media (max-width: 1024px) {
    .idxProduct {
      background: none;
      flex-wrap: wrap;
      padding: 100px 80px 0 80px; } }
  @media (max-width: 854px) {
    .idxProduct {
      flex-wrap: wrap;
      padding: 140px 50px 0 50px; } }
  @media (max-width: 480px) {
    .idxProduct {
      padding: 90px 30px 0 30px; } }

.idxProduct__left {
  padding-left: 80px;
  position: relative;
  min-width: 400px;
  width: 40%;
  margin-right: 50px;
  flex-shrink: 1; }
  .idxProduct__left .cake01 {
    position: absolute;
    left: 100px;
    bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    @media (max-width: 1280px) {
      .idxProduct__left .cake01 {
        width: 80%; }
        .idxProduct__left .cake01 img {
          max-width: 100%; } }
.idxProduct__right {
  flex-grow: 1;
  flex-shrink: 1;
  padding-top: 159px; }
@media (max-width: 1024px) {
  .idxProduct__left {
    padding-left: 0;
    min-width: 100%; }
    .idxProduct__left .cake01 {
      display: none; }
  .idxProduct__right {
    padding-top: 25px;
    width: 100%; } }

.rabbit02 {
  position: absolute;
  left: 450px;
  top: 55px; }
  .rabbit02 img {
    max-width: 100%; }
  @media (max-width: 1366px) {
    .rabbit02 {
      left: 350px; } }
  @media (max-width: 1024px) {
    .rabbit02 {
      left: auto;
      right: 20%;
      top: 150px; } }
  @media (max-width: 854px) {
    .rabbit02 {
      left: auto;
      right: 30px;
      top: 100px; } }
  @media (max-width: 480px) {
    .rabbit02 {
      top: 30px;
      right: -70px; } }

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