.txtEx {
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
}
.PC {
  display: inherit;
}
.SP {
  display: none;
}
html {
  font-size: 62.5%; /*1rem = 10px*/
  margin: 0 auto;
}
/*deviceWidth 750px 以上の時 全体のフォントサイズ 20px に固定*/
@media screen and (max-width: 1000px) {
  html {
    font-size: 1vw; /*defaultFontsize*/
  }
}
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, "Yu Gothic Medium", "Yu Gothic", "メイリオ", Meiryo, Osaka, "sans-serif";
  width: 100%;
  margin: 0 auto;
  background-color: #f2f6ff;
  /*overflow-x: hidden;*/
  height: 200vh;
  border-top: 0;
}
html > body img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
picture {
  display: inline-block;
  vertical-align: bottom;
}
a[class] {
  transition: opacity 0.12s;
}
a[class]:hover {
  opacity: 0.8;
}
/*--------------------
No1*/
/*--No2*/
/*No3*/
.img {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.img img {
  width: 200rem;
  max-width: 750px;
  margin: 0 auto;
}
.cv_btn01 {
  position: absolute;
  z-index: 10;
  display: block;
  width: 60rem;
}
.cv_btn01 img {
  width: 100%;
}
.cv_btn02 {
  position: absolute;
  z-index: 10;
  transform: translateX(10.5rem);
  width: 39rem;
}
.cv_btn02 img {
  width: 100%;
}
.footer {
  width: 100%;
  margin: 0 auto;
  height: 70px;
  padding-top: 25px;
  color: #000;
  background-color: #fff;
  color: white;
  text-align: center;
  font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
}
.footer ul {
  width: 500px;
  margin: 0 auto;
  padding-left: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.footer ul li {
  color: #000;
  list-style: none;
  font-size: 140%; /*1rem*/
  text-align: center;
}
.movie_bio {
  align-content: center;
}
/*202209021
右から左へ
----------------------------*/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/*
IE11対策
----------------------------*/
_:-ms-lang(x)::-ms-backdrop, .d-demo {
  display: -ms-grid;
  overflow: hidden;
}
/*----------------------------*/
.d-demo {
  max-width: 750px;
  margin: 0 auto 2rem;
  overflow: hidden;
}
.d-demo__wrap {
  display: flex;
  overflow: hidden;
}
.d-demo__list {
  display: flex;
  list-style: none;
}
.d-demo__list--left {
  animation: infinity-scroll-left 95s infinite linear 0.5s both;
}
.d-demo__item {
  width: calc(100vw / 6);
}
.d-demo__item > img {
  width: 100%;
}
.mov01 {
  width: 750px;
  text-align: center;
  margin: 0 auto;
}
.topmain {
  position: relative;
  width: 750px;
  margin: 0 auto;
  max-height: 1114px;
}
.movie_1 {
  box-sizing: border-box;
  width: 314px;
  text-align: center;
  position: absolute;
  top: 39px;
  left: 83px;
}
.movie_1 .mov_catch {
  margin-bottom: 0;
}
.movie_2 {
  width: 100%;
  height: auto;
  text-align: center;
}
/*原料紹介カルーセル
----------------------------*/
.wrapper {
  max-width: 750px;
  margin: 0 auto;
  background-color: #f2f2f2;
  padding: 0 0 1%;
}
.wrapper2 {
  max-width: 750px;
  margin: 0 auto;
  padding: 0 0 1%;
}
.container {
  width: 86%;
  max-width: 625px;
  margin: 0 auto;
  padding: 1% 1% 5%;
  background-color: #fff;
}
.container2 {
  width: 100%;
  margin: 0 auto;
  padding: 5% 1% 3%;
}
.caption {
  width: 90%;
  text-align: center;
  margin: 5% auto;
}
.caption img {
  text-align: center;
  width: 100%;
}
.col-centered {
  float: none;
  margin: 0 auto;
}
.carousel-control {
  width: 0px;
}
.carousel-control > a > span {
  color: #4E4E4E !important;
  font-size: 40px !important;
}
.glyphicon {
  top: 40% !important;
}
.carousel-control.left, .carousel-control.right {
  margin-right: 0%;
  margin-left: -9%;
  background-image: none;
  opacity: 1;
}
.carousel-control > a > span {
  color: white;
  font-size: 40px !important;
}
.carousel-inner {
  width: 100%;
  margin: 0 auto;
}
.carousel-col {
  position: relative;
  min-height: 1px;
  padding: 5px;
  float: left;
}
.carousel-col img {
  margin: 0 auto;
  display: block;
}
.active > div {
  display: none;
}
.active > div:first-child {
  display: block;
}
.block {
  display: block;
  width: auto;
  height: auto;
}
/*----------------------------*/
/*原料紹介アコーディオン
----------------------------*/
.accordion {
  background-color: #f2f2f2;
  max-width: 750px;
  margin: 0 auto;
}
.accordion-item {
  max-width: 655px;
  margin: 0 auto 1em;
  padding-bottom: 5em;
  overflow: hidden;
}
.accordion-content {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s ease; /* 開閉のアニメーション時間を増やす */
  display: flex;
  justify-content: center; /* 中央配置 */
  align-items: center; /* 中央配置 */
  margin: 0; /* マージンをリセット */
  padding: 0; /* パディングをリセット */
  box-sizing: border-box; /* ボックスモデルをborder-boxに設定 */
}
.accordion-content img {
  width: 100%;
  height: auto;
  object-fit: contain; /* 画像を中央配置して縦横比を維持 */
}
.accordion-item.open .accordion-content {
  max-height: 895px; /* 期待する高さ */
}
.accordion-header {
  max-width: 655px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: flex;
  justify-content: center; /* 中央配置 */
  align-items: center; /* 中央配置 */
}
.accordion-header img {
  width: 100%;
  height: auto;
  object-fit: contain; /* 画像を中央配置して縦横比を維持 */
}
.arrow {
  font-size: 3em;
  z-index: 1;
  color: #4162c7;
  transition: transform 0.3s ease;
  position: absolute;
  right: 5%; /* アイコンを右端からの距離を調整 */
  top: 20%;
}
/*よくある質問*/
.faq_area {
  background-color: #fff;
  max-width: 750px;
  padding-bottom: 3em;
  margin: 0 auto;
}
/*よくある質問アコーディオン
----------------------------*/
.accordion1 {
  background-color: #fff;
  max-width: 750px;
  margin: 0 auto;
}
.accordion1-item {
  max-width: 655px;
  margin: 0 auto;
  padding-bottom: 0;
  overflow: hidden;
}
.accordion1-content {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s ease; /* 開閉のアニメーション時間を増やす */
  display: flex;
  justify-content: center; /* 中央配置 */
  align-items: center; /* 中央配置 */
  margin: 0 0 2em 0;
  padding: 0; /* パディングをリセット */
  box-sizing: border-box; /* ボックスモデルをborder-boxに設定 */
}
.accordion1-content img {
  width: 100%;
  height: auto;
  object-fit: contain; /* 画像を中央配置して縦横比を維持 */
}
.accordion1-item.open .accordion-content {
  max-height: 895px; /* 期待する高さ */
}
.accordion1-header {
  max-width: 655px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: flex;
  justify-content: center; /* 中央配置 */
  align-items: center; /* 中央配置 */
}
.accordion1-header img {
  width: 100%;
  height: auto;
  object-fit: contain; /* 画像を中央配置して縦横比を維持 */
}
.arrow1 {
  font-size: 3em;
  z-index: 1;
  color: #d2e8ff;
  transition: transform 0.3s ease;
  position: absolute;
  right: 5%; /* アイコンを右端からの距離を調整 */
  top: 20%;
}
/*発酵黒マカ*/
.maca_area {
  background-color: #f4f4f4;
  max-width: 750px;
  padding-bottom: 3em;
  margin: 0 auto;
}
/*発酵黒マカアコーディオン
----------------------------*/
.accordion2 {
  background-color: ;
  max-width: 750px;
  margin: 2em auto 0;
}
.accordion2-item {
  max-width: 655px;
  margin: 0 auto;
  padding-bottom: 0;
  overflow: hidden;
}
.accordion2-content {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s ease; /* 開閉のアニメーション時間を増やす */
  display: flex;
  justify-content: center; /* 中央配置 */
  align-items: center; /* 中央配置 */
  margin: 0 0 2em 0;
  padding: 0; /* パディングをリセット */
  box-sizing: border-box; /* ボックスモデルをborder-boxに設定 */
}
.accordion2-content img {
  width: 100%;
  height: auto;
  object-fit: contain; /* 画像を中央配置して縦横比を維持 */
}
.accordion2-item.open .accordion-content {
  max-height: 895px; /* 期待する高さ */
}
.accordion2-header {
  max-width: 655px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: flex;
  justify-content: center; /* 中央配置 */
  align-items: center; /* 中央配置 */
}
.accordion2-header img {
  width: 100%;
  height: auto;
  object-fit: contain; /* 画像を中央配置して縦横比を維持 */
}
.arrow2 {
  font-size: 3em;
  z-index: 1;
  color: #aeaeae;
  transition: transform 0.3s ease;
  position: absolute;
  right: 5%; /* アイコンを右端からの距離を調整 */
  top: 19%;
}
/*----------------------------*/
/*バナーを追従させる
----------------------------*/
.floating-banner {
  position: fixed;
  z-index: 99999;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
}
.floating-banner img {
  width: 60rem;
}
/*2個並びで固定*/
.floating-banner2 {
 max-width: inherit;
  display: flex;
  gap: 0.5em;
  position: fixed;
  z-index: 99999;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
}

.btn-left a:hover,
.btn-right a:hover{
 opacity: 0.8;
}

.floating-banner2 img {
  width: 30rem;
}

/*2個並びで途中に設置*/
.floating-banner3 {
  width:750px;
  display: flex;
  gap: 1em;
  justify-content: center;
  padding: 1.5em 0;
  margin: 0 auto 0.5em;
  background-color: #fff;
}

.floating-banner3 img {
  width: 34rem;
}

/*----------------------------*/
/*スクロールしたら下から画像が現れ、
画像をclickすると画面全体の黒背景上に拡大画像を表示*/
.wrapper_photos {
  width: 750px;
  background-color: #92c2e8;
  padding: 30px 0 40px;
  margin: 0 auto;
}
/* Scroll-Before */
.fadeInBefore {
  opacity: 0;
  transition-duration: 0.5s, 0.5s;
  transition-property: opacity, transform;
  transition-timing-function: ease-out;
}
.fadeInDown {
  transform: translate(0, 20%);
}
.fadeInLeft {
  transform: translate(-50%, 0);
}
.fadeInRight {
  transform: translate(50%, 0);
}
/* Scroll-After */
.fadeInAfter {
  transform: translate(0);
  opacity: 1;
}
.wrapper_photos ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 750px;
  padding: 0 0;
  margin: 0 auto;
}
.wrapper_photos ul li {
  padding: 15px;
  margin: 0;
  overflow: hidden;
}
/* 拡大前の画像サイズ */
img.zoom {
  width: 200px;
  height: 200px;
  cursor: pointer;
  object-fit: cover;
}
body {
  position: relative;
}
#zoomback {
  /* 絶対位置に配置 */
  position: fixed;
  top: 0;
  bottom: 0;
  /* 画面いっぱいに */
  width: 100vw;
  height: 100vh;
  /* width:100%; */
  background-position: center;
  background-size: cover;
  /* 背景を少し透過 */
  background-color: rgba(0, 0, 0, 0.8);
  /* 中のimgを中央揃え */
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 2147483647; /* これがz-indexの最大値 */
  display: none; /* 初期状態でzoomback divを非表示にする */
}
/* 拡大画像のサイズを調整 */
#zoomimg {
  width: 50%;
  max-width: 480px;
  object-fit: contain;
}
/* 拡大画像の左右に矢印 */
#prev, #next {
  position: absolute;
  top 50%;
  transform: translateY(-50%);
  color: fff;
  font-size: 32px;
  padding: 0 18px 4px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, .8);
  cursor: pointer;
}
#prev {
  left: 20%;
}
#next {
  right: 20%;
}
#prev:hover, #next:hover {
  opacity: .6;
}
.hidden {
  display: none;
}
/* 要素が拡大表示される際にアニメーション */
.deka {
  animation: deka 0.3s ease-out;
}
@keyframes deka {
  from {
    transform: scale(0);
  }
}

/*----------------------------*/
/*数字が高速でカウントダウン後、表示*/

.movingnumber {
max-width: 750px;
height: auto;
background-color: #fff;
display: block;
padding: 0 0;
margin: 0 auto;
}

.movingnumber p {
font-family: 'ヒラギノ丸ゴ ProN W4', 'UD デジタル 教科書体 N-B', 'Noto Sans Japanese', 'Yu Gothic', 'Meiryo', 'Arial Rounded MT Bold', 'Helvetica', sans-serif;
font-weight: bold;
text-align: center;
color: #41a974;
padding: 0 0;
text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
            -2px 2px 0 #FFF, 2px -2px 0 #FFF,
            0px 2px 0 #FFF,  0-2px 0 #FFF,
            -2px 0 0 #FFF, 2px 0 0 #FFF;
}

.movingnumber p .number {
font-size: 160px;
letter-spacing: 0.01em;
}

.movingnumber p .comma {
font-size: 100px;
letter-spacing: 0em;
margin-left: -15px;  /* 左の隙間 */
margin-right: -25px; /* 右の隙間 */
}

.movingnumber p .unit {
font-size: 60px;
letter-spacing: 0em;
}

/*----------------------------*/
/*500px以上の場合
----------------------------*/
@media screen and (min-width: 500px) {
  .mov01 {
    width: 500px;
  }
  .mov02 {
    width: 770px;
  }
  .mov03 {
    width: 750px;
  }
}
/*ここまで500px以上の場合----------------------------*/
.mov_wrapper {
  width: 100%;
  background-color: #FFFFFF;
  display: block;
}
.mov_wrapper_2 {
  max-width: 100%;
  background: url("../images/lp_bio_45.jpg") repeat;
  position: relative;
}
.mov02 {
  padding: 0 0;
  margin: 0 auto;
  text-align: center;
}
.mov_wrapper_3 {
  max-width: 100%;
  background-color: #f2f6ff;
  display: block;
  padding: 3% 0;
  margin: 0 auto;
}
.mov03 {
  padding: 0 0;
  margin: 0 auto;
  text-align: center;
}
/*768px以上の場合
----------------------------*/
@media screen and (max-width: 768px) {
  .img_wrapper {
    width: 100%;
  }
  .img img {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .floating-banner {
    position: fixed;
    z-index: 99999;
    bottom: 0%;
    left: initial;
    transform: initial;
  }
  .floating-banner img {
    width: 80%;
  }
  /*原料紹介カルーセル*/
  .container {
    width: 86%;
    height: auto;
  }
  .caption img {
    width: 100%;
  }
  .row1 {
    margin-right: -68px !important;
    margin-left: -68px !important;
  }
  .col-centered {
    width: 100% !important;
  }
  .carousel-inner .active.left {
    left: -60%;
  }
  .carousel-inner .active.right {
    left: 60%;
  }
  .carousel-inner .next {
    left: 60%;
  }
  .carousel-inner .prev {
    left: -60%;
  }
  .carousel-col {
    width: 56%;
    padding-top: 6%;
  }
  .carousel-col img {
    width: 200%;
  }
  .active > div:first-child + div {
    display: block;
  }
  .active > div:first-child + div + div {
    display: block;
  }
  /*原料紹介アコーディオン*/
  .accordion-item, .accordion-header, .accordion-content {
    width: 94%;
    margin: 0 auto;
  }
  /*よくある質問アコーディオン*/
  .accordion1-item, .accordion1-header, .accordion1-content {
    width: 94%;
    margin: 0 auto;
  }
  /*発酵黒マカアコーディオン*/
  .accordion2-item, .accordion2-header, .accordion2-content {
    width: 94%;
    margin: 0 auto;
  }
  /*4コマカルーセル*/
  .container2 {
    width: 86%;
    height: auto;
  }
}
/*ここまで768px以上の場合
----------------------------*/
/*画面幅480px以下の場合
----------------------------*/
@media screen and (max-width:480px) {
  .topmain {
    position: relative;
    width: 100%;
    max-height: 662px;
    margin: 0 auto;
  }
  .movie_1 {
    box-sizing: border-box;
    width: 42%;
    text-align: center;
    position: absolute;
    top: 3%;
    left: 10%;
  }
  .floating-banner {
    position: fixed;
    z-index: 99999;
    bottom: 0%;
    align-items: center;
    width: 100%;
    margin: 0 auto;
  }
  .floating-banner img {
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
  
  /*2個並びで固定*/
.floating-banner2 {
  display: flex;
  gap: 0.5em;
  position: fixed;
  z-index: 99999;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
}

.floating-banner2 img {
max-width: inherit;
  width: 32rem;
}

/*2個並びで途中に設置*/
.floating-banner3 {
  width:100%;
  padding: 0.5em 0;
}

.floating-banner3 img {
  width: 33rem;
}


  .arrow {
    font-size: 2em;
  }
  .arrow1 {
    font-size: 2em;
  }
  .arrow2 {
    font-size: 2em;
  }
  .carousel-control.right {
    margin-right: 11%;
    margin-left: 6%;
  }
  .caption {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  /*よくある質問アコーディオン*/
  .accordion1-item {
    margin: 0 auto 0.5em;
  }
  /*スクロールしたら下から要素が現れ、
    画像をclickすると画面全体の黒背景上に拡大画像を表示*/
  .wrapper_photos {
    width: 100%;
    padding: 5% 0;
  }
  /* Scroll-Before */
  .fadeInBefore {
    opacity: 0;
    transition-duration: 0.5s, 0.5s;
    transition-property: opacity, transform;
    transition-timing-function: ease-out;
  }
  .fadeInDown {
    transform: translate(0, 20%);
  }
  .fadeInLeft {
    transform: translate(-50%, 0);
  }
  .fadeInRight {
    transform: translate(50%, 0);
  }
  /* Scroll-After */
  .fadeInAfter {
    transform: translate(0);
    opacity: 1;
  }
  .wrapper_photos ul {
    width: 100%;
    display: flex;
  }
  .wrapper_photos ul li {
    padding: 2%;
  }
  /* 拡大画像の左右に矢印 */
  #prev, #next {
    font-size: 22px;
    padding: 0 12px 4px;
  }
  #prev {
    left: 2%;
  }
  #next {
    right: 2%;
  }
  /* 拡大前の画像サイズ */
  img.zoom {
    width: 100px;
    height: 100px;
  }
  /* 拡大画像のサイズを調整 */
  #zoomimg {
    width: 100%;
    max-width: 300px;
    min-width: 200px;
    object-fit: contain;
    display: block;
  }
  
    /*数字が高速でカウントダウン後、表示*/
    .movingnumber {
    max-width: 100%;
    }

    .movingnumber p {
    max-width: 100%;
    }

    .movingnumber p .number {
    font-size: 90px;
    letter-spacing: 0.01em;
    }

    .movingnumber p .comma {
    font-size: 50px;
    letter-spacing: 0em;
    margin-left: -10px;  /* 左の隙間 */
    margin-right: -5px; /* 右の隙間 */
    }
    
    .movingnumber p .unit {
    font-size: 40px;
    letter-spacing: 0.1em;
    }
    
}
/*ここまで画面幅480px以下の場合
----------------------------*/
/*画面幅767px以下の場合
----------------------------*/
@media (max-width: 767px) {
  .container, .container2 {
    width: 94%;
    height: auto;
  }
  .row1 {
    margin-right: -68px !important;
    margin-left: -68px !important;
  }
  .carousel-inner .active.left {
    left: -50%;
  }
  .carousel-inner .active.right {
    left: 50%;
  }
  .carousel-inner .next {
    left: 50%;
  }
  .carousel-inner .prev {
    left: -50%;
  }
  .carousel-col {
    width: 100%;
  }
  
  .carousel-control > a > span {
  color: #4E4E4E !important;
  font-size: 40px !important;
  }
  
  .carousel-control.left, .carousel-control.right {
    margin-right: 3%;
    margin-left: -9%;
  }
  .active > div:first-child + div {
    display: block;
  }
  .active > div:first-child + div + div {
    display: block;
  }
  /*よくある質問アコーディオン*/
  .accordion1-item {
    margin: 0 auto 0.5em;
  }

}
/*ここまで画面幅767px以下の場合
----------------------------*/
/*画面幅768px～991pxの場合
----------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
  .carousel-inner .active.left {
    left: -33%;
  }
  .carousel-inner .active.right {
    left: 33%;
  }
  .carousel-inner .next {
    left: 33%;
  }
  .carousel-inner .prev {
    left: -33%;
  }
  .carousel-col {
    width: 100%;
  }
  .active > div:first-child + div {
    display: block;
  }
  .active > div:first-child + div + div {
    display: block;
  }

}
/*画面幅992px～1199pxの場合
----------------------------*/
@media (min-width: 992px) and (max-width: 1199px) {
  .carousel-inner .active.left {
    left: -33%;
  }
  .carousel-inner .active.right {
    left: 33%;
  }
  .carousel-inner .next {
    left: 33%;
  }
  .carousel-inner .prev {
    left: -33%;
  }
  .carousel-col {
    width: 100%;
  }
  .active > div:first-child + div {
    display: block;
  }
  .active > div:first-child + div + div {
    display: block;
  }
}
/*画面幅1200px以下の場合
----------------------------*/
@media (min-width: 1200px) {
  .carousel-inner .active.left {
    left: -33%;
  }
  .carousel-inner .active.right {
    left: 33%;
  }
  .carousel-inner .next {
    left: 33%;
  }
  .carousel-inner .prev {
    left: -33%;
  }
  .carousel-col {
    width: 100%;
  }
  .active > div:first-child + div {
    display: block;
  }
  .active > div:first-child + div + div {
    display: block;
  }
}