.first_view {
  width: 100%;
  min-width: 1000px;
  height: 100%;
  height: 100vh;
  overflow: hidden;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

/*メインイメージ*/
#mainimg {
  position: relative;
}

#mainimg .slider_wrap {
  width: 100%;
}

#mainimg .slider_wrap .bx-wrapper li {
  height: 640px;
}

#mainimg li.slide01 {
  background: url(../img/slide01.jpg) no-repeat center;
  background-size: cover;
}

#mainimg li.slide02 {
  background: url(../img/slide02.jpg) no-repeat center;
  background-size: cover;
}

#mainimg li.slide03 {
  background: url(../img/slide03.jpg) no-repeat center;
  background-size: cover;
}

#mainimg li.slide04 {
  background: url(../img/slide04.jpg) no-repeat center;
  background-size: cover;
}

video {
  position: fixed;
  z-index: -100;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 768px) {
  video {
    display: none;
  }
}

@media (aspect-ratio: 16 / 9),
(min-aspect-ratio: 16 / 9) {
  video {
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (max-aspect-ratio: 16 / 9) {
  video {
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.first_view h1>a {
  width: 248px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

@media only screen and (max-width: 768px) {
  .first_view {
    width: 100%;
    min-width: 100%;
    height: 100%;
    height: auto;
  }

  .first_view h1 {
    z-index: 100;
    width: 190px;
  }

  #mainimg {
    padding-top: 100px;
  }

  #mainimg .slider_wrap .bx-wrapper li {
    height: auto;
  }

  #mainimg li.slide01 {
    background: none;
  }

  #mainimg li.slide02 {
    background: none;
  }

  #mainimg li.slide03 {
    background: none;
  }

  #mainimg li.slide04 {
    background: none;
  }

  .slider_wrap {
    width: 100%;
    margin: 0;
  }
}

.first_view h1>a>img {
  width: 248px;
}

@media only screen and (max-width: 768px) {
  .first_view h1>a>img {
    width: 190px;
  }
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .first_view {
    min-height: 768px;
    height: 768px;
    background: url(../img/top/pad_main.jpg) no-repeat center center;
    background-size: 100% 100%;
  }

  .first_view2 {
    min-height: 768px;
    height: 768px;
  }
}

.first_view h2 {
  font-size: 34px;
  letter-spacing: 0.3em;
  color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  -webkit-animation: fadeIn 2s 0.5s;
  animation: fadeIn 2s 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  z-index: 90;
  line-height: 1.8;
  text-align: left;
  padding-left: 40px;
  text-shadow: #fff 1px 1px 10px, #fff -1px 1px 10px, #fff 1px -1px 10px,
    #fff -1px -1px 10px;
  font-weight: bold;
}

@media only screen and (max-height: 700px) {
  .first_view h2 {
    top: 45%;
    height: 265px;
    font-size: 22px;
    letter-spacing: 0.2em;
  }
}

@media only screen and (max-width: 768px) {
  .first_view h2 {
    display: none;
  }
}

/*main*/
/* ------------------エリア1*/
.first_view2 {
  width: 100%;
  min-width: 1000px;
  background-size: cover;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
}

#area01 {
  background-color: #c63228;
  overflow: hidden;
  width: 100%;
  min-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  align-items: center;
}

#area01 .box01 {
  width: 45%;
  min-width: 500px;
  height: 100%;
  color: #fff;
  position: relative;
}

#area01 .box01 .inner {
  width: 100%;
  padding: 60px;
}

#area01 .box01 h3 {
  font-size: 34px;
  margin-left: 0px;
  letter-spacing: 0.2em;
}

#area01 .box01 p {
  font-size: 16px;
  line-height: 3em;
  letter-spacing: 0.1em;
  padding-top: 40px;
}

#area01 .box02 {
  width: 55%;
  height: 68vh;
  position: relative;
  overflow: hidden;
  /*ブロックアニメーションのブロック部分*/
}

#area01 .box02 img {
  max-width: inherit;
}

#area01 .box02:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #c63228;
}

#area01 .box02.animate:after {
  -webkit-animation: secondaryImageOverlayIn 0.1s 0s cubic-bezier(0.77, 0, 0.175, 1),
    secondaryImageOverlayOut 0.6s 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  animation: secondaryImageOverlayIn 0.1s 0s cubic-bezier(0.77, 0, 0.175, 1),
    secondaryImageOverlayOut 0.6s 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@media only screen and (max-width: 768px) {}

#area01 .box02 img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}

#area01 .box02.animate img {
  /*jsで.animateがついた時、写真がフェードイン*/
  -webkit-animation: fadeIn 3s 0s;
  animation: fadeIn 3s 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 1;
}

#area01 .box01 .link_btn {
  margin-top: 60px;
}

@media only screen and (max-width: 768px) {
  #area01 {
    min-width: 100%;
    height: auto;
    background-color: none;
    display: block;
  }

  #area01 .box01 {
    width: 100%;
    min-width: 100%;
    height: auto;
    padding-bottom: 0px;
    float: none;
  }

  #area01 .box01 .inner {
    position: relative;
    -webkit-transform: none;
    transform: none;
    width: 100%;
    margin: 0 auto;
    padding: 40px 1em;
    min-height: auto;
  }

  #area01 .box01 h3 {
    font-size: 4.5vw;
    width: 100%;
    letter-spacing: 0.1em;
    text-align: center;
    float: none;
    margin: 0;
  }

  #area01 .box01 p {
    font-size: 14px;
    line-height: 3em;
    margin-top: 30px;
    float: none;
    padding-top: 0;
  }

  #area01 .box02 {
    width: 100%;
    min-width: 100%;
    min-height: auto;
    height: auto;
    float: none;
  }

  #area01 .box02.animate:after {
    -webkit-animation: none;
    animation: none;
  }

  #area01 .box02 img {
    position: relative;
    width: 100%;
    left: 0;
    top: 0%;
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}

/* #area02*/

#area02 {
  overflow: hidden;
  width: 100%;
  min-width: 1000px;
  position: relative;
  background: #006d08;
}

#area02 h2 {
  font-size: 24px;
  width: 22px;
  height: 142px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.6em;
  position: relative;
  margin: 120px auto 40px auto;
  color: #fff;
}

#area02 h2:before {
  content: "";
  display: block;
  width: 1px;
  height: 100px;
  background-color: #c9c9c9;
  position: absolute;
  top: -45px;
  right: -20px;
}

#area02 h2:after {
  content: "";
  display: block;
  width: 1px;
  height: 100px;
  background-color: #c9c9c9;
  position: absolute;
  bottom: -30px;
  left: -20px;
}

@media only screen and (max-width: 768px) {
  #area02 {
    min-width: 100%;
    height: auto;
  }

  #area02 h2 {
    font-size: 20px;
    margin: 90px auto 40px auto;
  }
}

#area02 .box03 {
  width: 100%;
  min-width: 500px;
  min-height: 768px;
  position: relative;
  text-align: center;
  opacity: 0;
  /*ブロックアニメーションのブロック部分*/
}

@media only screen and (max-width: 768px) {
  #area02 .box03 {
    width: 100%;
    min-width: 100%;
    min-height: auto;
    height: auto;
    float: none;
  }
}

#area02 .box03:after {
  content: "";
  position: absolute;
  left: 0;
  top: -80px;
  height: 100%;
  background-color: #006d08;
}

#area02 .box03.animate {
  opacity: 1;
}

#area02 .box03.animate:after {
  -webkit-animation: secondaryImageOverlayIn 0.1s 0s cubic-bezier(0.77, 0, 0.175, 1),
    secondaryImageOverlayOut 0.6s 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  animation: secondaryImageOverlayIn 0.1s 0s cubic-bezier(0.77, 0, 0.175, 1),
    secondaryImageOverlayOut 0.6s 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@media only screen and (max-width: 768px) {
  #area02 .box03.animate:after {
    -webkit-animation: none;
    animation: none;
  }
}

#area02 .box03.animate img {
  /*jsで.animateがついた時、写真がフェードイン*/
  -webkit-animation: fadeIn 3s 0s;
  animation: fadeIn 3s 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

#area02 .box03 .inner {
  max-width: 700px;
  margin: 0 auto 0 auto;
  padding: 200px 0 0px 0;
  text-align: left;
  line-height: 2;
  font-size: 18px;
  color: #fff;
}

#photoArea .photoImg {
  display: block;
  position: absolute;
}

#photoArea .photoImg#photo1 {
  width: 200px;
  top: 30%;
  left: 10%;
}

#photoArea .photoImg#photo2 {
  width: 150px;
  top: 0;
  left: 15%;
}

#photoArea .photoImg#photo3 {
  width: 100px;
  top: 5%;
  left: 27%;
}

#photoArea .photoImg#photo4 {
  width: 200px;
  top: 20%;
  left: 30%;
}

#photoArea .photoImg#photo5 {
  width: 150px;
  top: 26%;
  left: 58%;
}

#photoArea .photoImg#photo6 {
  width: 200px;
  top: 10%;
  left: 68%;
}

#photoArea .photoImg#photo7 {
  width: 160px;
  top: 30%;
  left: 75%;
}

#photoArea .photoImg#photo8 {
  width: 170px;
  top: 0;
  left: 83%;
}

@media only screen and (max-width: 768px) {
  #photoArea .photoImg#photo1 {
    width: 150px;
    top: -30px;
    left: 0;
  }

  #photoArea .photoImg#photo2 {
    width: 150px;
    top: 105px;
    left: 1%;
  }

  #photoArea .photoImg#photo3 {
    width: 100px;
    top: 5%;
    left: 10%;
  }

  #photoArea .photoImg#photo4 {
    width: 200px;
    top: 26%;
    left: 17%;
  }

  #photoArea .photoImg#photo5 {
    width: 150px;
    top: -6%;
    left: 62%;
  }

  #area02 .box03 .inner {
    padding: 250px 1em 30px;
    text-align: left;
    line-height: 2;
    font-size: 16px;
  }
}

/* #area03*/
#area03 {
  width: 100%;
  min-width: 1000px;
  position: relative;
  background: #fff;
}

#area03 .tec_main {
  width: 100%;
  min-width: 1000px;
  position: relative;
  overflow: hidden;
}

#area03 .tec_main.animate img {
  -webkit-animation: fadeIn 5s 0.1s, scale 4s 0.4s;
  animation: fadeIn 5s 0.1s, scale 4s 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

#area03 .tec_main:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #c63228;
}

#area03 .tec_main.animate:after {
  -webkit-animation: secondaryImageOverlayIn 0.6s 0s cubic-bezier(0.77, 0, 0.175, 1),
    secondaryImageOverlayOut 0.6s 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  animation: secondaryImageOverlayIn 0.6s 0s cubic-bezier(0.77, 0, 0.175, 1),
    secondaryImageOverlayOut 0.6s 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

#area03 .inner {
  clear: both;
  width: 1000px;
  height: 550px;
  margin: 0 auto;
  position: relative;
}

#area03 .tec_copy {
  position: absolute;
  top: -80px;
  width: 100%;
  padding: 40px 30px;
  background: rgba(255, 255, 255, 0.9);
  line-height: 1.8;
}

#area03 .tec_copy.animate {
  -webkit-animation: fadeIn 2s 1s;
  animation: fadeIn 2s 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

#area03 .tec_copy h3 {
  font-size: 26px;
  margin-bottom: 40px;
  color: #c63228;
  font-weight: bold;
  line-height: 1.6;
}

#area03 .tec_copy h3 span {
  padding-top: 15px;
  font-size: 20px;
  color: #000;
  display: block;
  line-height: 1;
}

#area03 .tec_copy h4 {
  font-size: 20px;
  margin-bottom: 40px;
  font-weight: bold;
  line-height: 1.6;
}

#area03 .tec_copy strong {
  font-weight: bold;
  font-size: 20px;
}

.right {
  text-align: right;
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  #area03 {
    width: 100%;
    min-width: 100%;
    position: relative;
  }

  #area03 .tec_main {
    width: 100%;
    min-width: 100%;
  }

  #area03 .inner {
    clear: both;
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
  }

  #area03 .tec_copy {
    position: relative;
    top: 0;
    width: 100%;
    padding: 40px 1em;
    background: rgba(255, 255, 255, 0.9);
    line-height: 1.8;
  }

  #area03 .tec_copy h3 {
    font-size: 20px;
  }

  #area03 .tec_copy h4 {
    font-size: 20px;
  }

  #area03 .tec_copy h3 span {
    padding-top: 10px;
    font-size: 18px;
  }
}

/* #area04*/
#area04 {
  width: 100%;
  min-width: 1000px;
  background: #fff url(../img/area3_bg.png) center top no-repeat;
  padding-top: 550px;
  position: relative;
}

#area04 h2 {
  text-align: center;
  position: relative;
  width: 505px;
  top: -280px;
  margin: 0 auto;
}

#area04 h2:before {
  content: "";
  position: absolute;
  background: url(../img/juice.png) left top no-repeat;
  background-size: cover;
  width: 200px;
  height: 579px;
  top: -200px;
  left: -280px;
}

h3.juice_title {
  margin-bottom: 40px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

#area04 .juice {
  max-width: 1100px;
  margin: 0 auto 80px auto;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

#area04 .juice li {
  width: 330px;
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
}

#area04 .juice li a {
  display: block;
  position: relative;
  cursor: pointer;
}

#area04 .juice li .pic {
  margin-bottom: 20px;
  position: relative;
  height: 220px;
  overflow: hidden;
}

#area04 .juice li .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#area04 .juice li .pic span {
  position: absolute;
  top: 0;
  left: 0;
  background: #e4e4e4;
  font-size: 12px;
  padding: 5px 15px;
}

#area04 .juice li .txt {
  padding: 0 10px 0 10px;
  overflow: hidden;
}

#area04 .juice li .txt h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.5;
}

#area04 .juice li .txt p {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.5;
}

#area04 .juice li dl {
  float: right;
  background: #e4e4e4;
  padding: 10px 20px;
  margin-top: auto;
  margin-left: auto;
}

#area04 .juice li dl dt {
  margin-bottom: 10px;
  text-align: right;
  display: block;
  line-height: 1.6;
}

#area04 .juice li dl dd {
  text-align: right;
  display: block;
}

#area04 .juice li .juice_btn {
  max-width: 200px;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  background: #006d08;
  color: #fff;
  padding: 10px 0;
}

iframe.storesjp-button-cart {
  margin: 30px auto 5.5em;
  display: block;
}

#insta {
  max-width: 1400px;
  margin: 140px auto;
  position: relative;
}

#insta .back {
  background: #fff;
  position: absolute;
  width: 400px;
  height: 60px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100000;
  margin: auto;
}

#insta h2 {
  margin-bottom: 40px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}

h2.insta span img {
  width: 40px;
}

h2.insta span {
  margin-right: 20px;
}

@media only screen and (max-width: 768px) {
  #area04 {
    width: 100%;
    min-width: 100%;
    background: #fff url(../img/area3_bg.png) center top no-repeat;
    background-size: contain;
    padding-top: 250px;
    position: relative;
  }

  #area04 h2 {
    text-align: center;
    position: relative;
    width: 100%;
    top: 0;
    margin: 0 auto 40px;
    padding: 0 1em;
  }

  #area04 .juice {
    padding: 0 1em;
  }

  #area04 .juice li {
    width: 100%;
  }

  #area04 .juice li .txt {
    padding: 0;
    overflow: hidden;
  }

  #area04 .juice li .txt dl {
    float: none;
    background: #e4e4e4;
    padding: 10px 10px;
  }

  #area04 .juice li .txt dl small {
    font-size: 10px;
  }

  #area04 .juice li .juice_btn {
    bottom: -40px;
  }

  #insta {
    max-width: 1400px;
    margin: 40px auto;
    position: relative;
  }

  iframe.storesjp-button-cart {
    width: 200px;
    margin: 30px auto 5.5em;
    display: block;
  }
}

.storesjp-button {
  background-color: #3f6208;
  border-radius: 4px;
  color: #fff;
  width: 200px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.04em;
  padding: 0;
  cursor: pointer;
  margin: 20px auto 0;
  font-family: "Roboto", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #fff !important;
}

.storesjp-button:before {
  content: url(../img/common/icon-cart.svg);
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  margin: -6px 3px 0 0;
}