@charset "UTF-8";
#progress {
  margin: 0;
  background-color: white;
  color: white;
  height: 100vh;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999999999;
  background: url(/img/load-bg.jpg) center center repeat;
  background-size: cover;
  overflow: hidden;
}

.hidearea {
  display: none;
}

.center-box {
  width: 100%;
  position: absolute;
  top: 30%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#progress .progress-img {
  text-align: center;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.progress-bar {
  margin-top: 25px;
  border-bottom: 2px solid #fff;
}

.progress-complete .progress-bar {
  border-top-color: white;
}

.progress-text {
  display: none;
}

.hidden {
  opacity: 0;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
#header {
  width: 800px;
  margin: 0 auto;
  text-align: center;
  height: 100px;
  background-color: #10bef7;
}

#content {
  width: 800px;
  height: 1000px;
  margin: 0 auto;
  text-align: center;
  background-color: #10bef7;
}

.video-bg {
  background: url(/img/video-bg.png) center center repeat;
}
@media screen and (max-width: 760px) {
  .video-bg {
    display: none !important;
  }
}

.video-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  /*&:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: url(/img/video-bg.png) center center repeat;
  }*/
}
.video-background video,
.video-background iframe {
  /*object-fit: fill;
  position: absolute;
  top: 0;
  left: 0;*/
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

.top-mv {
  background: white;
  overflow: hidden;
  zoom: 1;
  padding-top: 69px;
}
@media screen and (max-width: 1000px) {
  .top-mv {
    padding-top: 61px;
  }
}
.top-mv .mv-inner-box {
  max-width: 1440px;
  margin: auto;
  padding-top: 80px;
  position: relative;
  overflow: hidden;
  zoom: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1150px) {
  .top-mv .mv-inner-box {
    padding-top: 50px;
  }
}
.top-mv .mv-inner-box::after {
  position: absolute;
  content: "";
  background: url(/img/mv-bg-tablet.png) no-repeat 0 0/contain;
  top: 19%;
  left: 35%;
  z-index: 0;
  width: 52%;
  padding-bottom: 50%;
}
.top-mv .photo-box {
  width: 50.5%;
  margin-right: -2%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1250px) {
  .top-mv .photo-box {
    width: 53%;
  }
}
@media screen and (max-width: 1000px) {
  .top-mv .photo-box {
    width: 57%;
  }
}
.top-mv .photo-box img {
  width: 100%;
}
.top-mv .product-box-outer {
  width: 49.5%;
  padding-bottom: 2%;
}
.top-mv .product-box {
  margin-right: 0px;
  text-align: right;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-mv .product-box:first-child {
  margin-bottom: 35px;
}
@media screen and (max-width: 1260px) {
  .top-mv .product-box {
    padding-top: 0px;
  }
}
.top-mv .product-box .product-inner-box {
  display: inline-block;
}
.top-mv .product-box .product-inner-box.is-wide {
  width: 54%;
  margin-right: 0;
}
.top-mv .product-box .title {
  text-align: center;
}
.top-mv .product-box .photo {
  text-align: center;
  margin-top: 16px;
}
.top-mv .product-box .king-series {
  margin-right: 8% !important;
}

.bnr-column {
  text-align: center;
  padding: 0;
}
.bnr-column img {
  vertical-align: middle;
}
@media screen and (max-width: 760px) {
  .bnr-column.is-pc {
    .is-pc {
      display: none;
    }
  }
}
@media screen and (min-width: 761px) {
  .bnr-column.is-sp {
    .is-sp {
      display: none;
    }
  }
  .bnr-column.is-pc {
    padding: 3% 3% 0;
  }
}


.contents-title-box {
  margin-top: -6px;
  padding: 25px 0px 10px;
  background: -webkit-gradient(linear, left top, right top, color-stop(20.5625%, rgb(148, 10, 36)), color-stop(20.5625%, rgb(149, 10, 36)), color-stop(32.8125%, rgb(235, 30, 72)), color-stop(80.5625%, rgb(93, 0, 17)));
  background: linear-gradient(90deg, rgb(148, 10, 36) 20.5625%, rgb(149, 10, 36) 20.5625%, rgb(235, 30, 72) 32.8125%, rgb(93, 0, 17) 80.5625%);
  position: relative;
  z-index: 999;
}
@media screen and (max-width: 850px) {
  .contents-title-box {
    margin-top: -9px;
    position: relative;
    z-index: 2;
  }
}
.contents-title-box h1 {
  margin-top: -6px;
  text-align: center;
}

/*--- ここからcontents ------------------------------------*/
.for-prodct-box {
  overflow: hidden;
}
.for-prodct-box .left-box {
  width: 60%;
  float: left;
}
.for-prodct-box .for-product-list {
  /*.amino {
    .category {
      margin-top: 8px;
    }
  }*/
}
.for-prodct-box .for-product-list a {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.for-prodct-box .for-product-list a:hover .photo img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.for-prodct-box .for-product-list li {
  width: 50%;
  padding: 65px 10px 50px;
  text-align: center;
  vertical-align: top;
  background: white;
  display: inline-block;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.for-prodct-box .for-product-list li .title {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.for-prodct-box .for-product-list li .logo {
  display: block;
  margin-top: 15px;
}
.for-prodct-box .for-product-list .category {
  margin-top: 25px;
  font-size: 11px;
}
.for-prodct-box .for-product-list .category > span {
  display: inline-block;
}
.for-prodct-box .for-product-list .category .type {
  padding: 6px;
  border: solid 1px black;
  font-weight: bold;
  color: black;
  margin: 2px;
  background: white;
}
.for-prodct-box .for-product-list .category .place {
  padding: 6px;
  margin: 0 2px;
  border: solid 1px black;
  font-weight: bold;
  color: black;
}
.for-prodct-box .for-product-list .photo {
  margin-top: 40px;
}
.for-prodct-box .for-product-list .red {
  background: radial-gradient(#eb1e48 0, #a60022 90%);
}
.for-prodct-box .for-product-list .red .title {
  color: #fff;
}
.for-prodct-box .for-product-list .red > span {
  display: inline-block;
}
.for-prodct-box .for-product-list .red .type {
  /*
  color: #b00024;
  border: solid 1px white;
  // border-radius: 5px;*/
  padding: 6px;
  border: solid 1px black;
  font-weight: bold;
  color: black;
  margin: 2px;
  background: white;
}
.for-prodct-box .for-product-list .red .place {
  padding: 6px;
  border: solid 1px black;
  font-weight: bold;
  color: black;
  margin: 0 2px;
  background: white;
}

.three-prodct-box {
  overflow: hidden;
  zoom: 1;
}
.three-prodct-box .right-box {
  width: 60%;
  float: right;
}
.three-prodct-box .for-product-list a {
  position: relative;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.three-prodct-box .for-product-list a:hover .photo {
  overflow: hidden;
}
.three-prodct-box .for-product-list a:hover .photo .package {
  -webkit-animation: fadeOutRight 0.4s 1 ease-in forwards;
  animation: fadeOutRight 0.4s 1 ease-in forwards;
  z-index: 1;
}
.three-prodct-box .for-product-list li {
  width: 33.3333333333%;
  padding: 55px 10px;
  text-align: center;
  background: white;
  vertical-align: top;
  display: inline-block;
}
.three-prodct-box .for-product-list li .title {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.three-prodct-box .for-product-list li .logo {
  display: block;
  margin-top: 13px;
}
.three-prodct-box .for-product-list li .category {
  margin: 25px auto 0px;
  font-size: 11px;
  text-align: center;
}
.three-prodct-box .for-product-list li .category > span {
  display: inline-block;
}
.three-prodct-box .for-product-list li .category .type {
  width: 85px;
  padding: 6px;
  border: solid 1px black;
  font-weight: bold;
  color: black;
  margin: 2px;
  background: white;
}
.three-prodct-box .for-product-list li .category .place {
  width: 130px;
  padding: 6px;
  border: solid 1px black;
  font-weight: bold;
  color: black;
  margin: 2px;
  background: white;
}
.three-prodct-box .for-product-list li .photo {
  position: relative;
  margin-top: 25px;
  margin-left: 15px;
  text-align: center;
}
.three-prodct-box .for-product-list li .photo img {
  position: relative;
}
.three-prodct-box .for-product-list li .photo .package {
  position: absolute;
  left: 50%;
  z-index: 1;
  margin-left: -58px;
}
.three-prodct-box .for-product-list .gold {
  background: radial-gradient(#d3ba7a 0, #c19832 90%);
}
.three-prodct-box .for-product-list .gold .title {
  color: #fff;
}

/*--- ペパリーゼとは  ------------------------------------*/
.about-hepa {
  width: 100%;
  padding: 100px 0px;
  background: url(/img/about.jpg) center center no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .about-hepa {
    padding: 65px 0px;
    line-height: 27px;
  }
}
.about-hepa .title {
  color: white;
  text-align: center;
  font-size: 46px;
  letter-spacing: 2px;
}
.about-hepa .title .small-text {
  font-size: 30px;
}
.about-hepa .inner-box {
  max-width: 1000px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .about-hepa .inner-box {
    padding: 0px 15px;
  }
}
.about-hepa .inner-box::before {
  content: url(/img/about-ashirai01.png);
  position: absolute;
  top: -5%;
  left: -30%;
}
@media screen and (max-width: 1000px) {
  .about-hepa .inner-box::before {
    display: none;
  }
}
.about-hepa .inner-box::after {
  content: url(/img/about-ashirai02.png);
  position: absolute;
  right: -25%;
  bottom: -30%;
}
@media screen and (max-width: 1000px) {
  .about-hepa .inner-box::after {
    display: none;
  }
}
.about-hepa .about-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
.about-hepa .about-list li {
  width: 31.6%;
  margin-right: 2.5%;
  padding: 30px;
  color: white;
  font-size: 22px;
  text-align: center;
  border: solid 2px #fff;
  position: relative;
  display: table;
}
@media screen and (max-width: 1000px) {
  .about-hepa .about-list li {
    font-size: 16px;
  }
}
.about-hepa .about-list li > span {
  display: table-cell;
  vertical-align: middle;
}
.about-hepa .about-list li > span sup {
  font-size: 65%;
}
.about-hepa .about-list li::before {
  content: url(/img/check-mark.png);
  position: absolute;
  top: -22px;
  left: 20px;
}
.about-hepa .about-list li:last-child {
  margin-right: 0;
}
.about-hepa .about-list .big-text {
  font-size: 36px;
  font-weight: bold !important;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .about-hepa .about-list .big-text {
    font-size: 22px;
  }
}
.about-hepa .about-list .big-text .small-text {
  font-size: 22px;
}
@media screen and (max-width: 1000px) {
  .about-hepa .about-list .big-text .small-text {
    font-size: 18px;
  }
}
.about-hepa .about-list .small-text {
  font-size: 16px;
}
@media screen and (max-width: 1000px) {
  .about-hepa .about-list .small-text {
    font-size: 12px;
  }
}
.about-hepa .bace-btn {
  margin: 50px auto 0px;
  -webkit-box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
          box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
}

/*--- ヘパリーゼの歴史 ------------------------------------*/
.history-box {
  padding: 150px 100px 220px;
  background: url(/img/history-bg.png) left no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1000px) {
  .history-box {
    padding: 80px 30px 80px;
  }
}
.history-box .title {
  font-size: 30px;
  color: white;
}
.history-box .big-text {
  font-size: 46px;
}
.history-box .photo {
  margin-top: 30px;
}
.history-box .bace-btn {
  margin-top: 40px;
}

/*--- へパりーぜ 5つのコンテンツ------------------------------------*/
.hepa-about-bg {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10.9685165422%, rgb(248, 244, 233)), color-stop(10.9685165422%, rgb(247, 243, 232)), color-stop(76.1766275347%, rgb(203, 168, 82)));
  background: linear-gradient(180deg, rgb(248, 244, 233) 10.9685165422%, rgb(247, 243, 232) 10.9685165422%, rgb(203, 168, 82) 76.1766275347%);
}

.hepa-about-box {
  max-width: 1000px;
  margin: auto;
  padding: 80px 15px;
}
.hepa-about-box .first-about-box {
  background: white;
  border: solid 2px #940a24;
  border-radius: 12px;
}
.hepa-about-box .about-inner-box {
  max-width: 900px;
  margin: auto;
  overflow: hidden;
  zoom: 1;
}
.hepa-about-box .title {
  padding: 10px 0px;
  text-align: center;
  color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10.9685165422%, rgb(235, 30, 72)), color-stop(10.9685165422%, rgb(234, 29, 71)), color-stop(76.1766275347%, rgb(148, 10, 36)));
  background: linear-gradient(180deg, rgb(235, 30, 72) 10.9685165422%, rgb(234, 29, 71) 10.9685165422%, rgb(148, 10, 36) 76.1766275347%);
  font-size: 20px;
  letter-spacing: 2px;
  border-radius: 10px 10px 0px 0px;
  position: relative;
}
.hepa-about-box .title::after {
  content: url(/img/about-arrow.png);
  position: absolute;
  top: 64px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.hepa-about-box .big-text {
  font-size: 26px;
}
.hepa-about-box .photo-box {
  width: 50%;
  margin: 30px 0px;
  padding-right: 20px;
  margin-bottom: 0;
  float: left;
}
.hepa-about-box .photo-box img {
  width: 380px;
}
.hepa-about-box .text-box {
  width: 36.5%;
  text-align: center;
  margin: 50px 0px;
  float: left;
}
.hepa-about-box .text-box .text {
  font-size: 13px;
  line-height: 29px;
}
.hepa-about-box .text-box .bace-btn {
  margin: 30px auto 0 auto;
}
.hepa-about-box .bace-btn {
  margin-top: 25px;
}
.hepa-about-box .for-about-main-box {
  margin: 0px -12.5px;
}
.hepa-about-box .for-about-box {
  width: 47.4%;
  margin: 20px 1.1% 0px;
  background: white;
  display: inline-block;
  border-radius: 12px;
  border: solid 2px #940a24;
  vertical-align: top;
}
.hepa-about-box .for-about-box .inner-box {
  padding: 35px;
}
.hepa-about-box .for-about-box .text {
  font-size: 13px;
  margin-top: 18px;
  line-height: 28px;
}
.hepa-about-box .for-about-box .bace-btn {
  margin: auto;
  margin-top: 30px;
}

/*---video------------------------------------*/
.video-box {
  padding: 100px 0px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .video-box {
    padding: 60px 0px;
  }
}
.video-box::before {
  content: url(/img/video-bg01.png);
  left: 0px;
  position: absolute;
  bottom: 0px;
  line-height: 0;
}
@media screen and (max-width: 1000px) {
  .video-box::before {
    display: none;
  }
}
.video-box::after {
  content: url(/img/video-bg02.png);
  right: 0px;
  bottom: 0px;
  position: absolute;
  line-height: 0;
}
@media screen and (max-width: 1000px) {
  .video-box::after {
    display: none;
  }
}
.video-box .title {
  color: #000000;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}
.video-box .title .big-text {
  font-size: 46px;
}
.video-box .video {
  max-width: 800px;
  margin: auto;
  margin-top: 40px;
}
.video-box .video-text {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}
.video-box .bace-btn {
  margin: auto;
  margin-top: 45px;
}

.kara-box {
  height: 100vh;
}
@media screen and (max-width: 760px) {
  .kara-box {
    display: none;
  }
}