@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%;
  box-sizing: border-box; }

#progress .progress-img {
  text-align: center;
  overflow: hidden;
  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%;
    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;
  padding-bottom: 1px;}
  .top-mv .mv-inner-box {
    max-width: 1440px;
    margin: auto;
    padding-top: 150px;
    padding-top: 19vh;
    position: relative;
    overflow: hidden;
    zoom: 1; }
    @media screen and (max-width: 1150px) {
      .top-mv .mv-inner-box {
        padding-top: 180px; } }
    .top-mv .mv-inner-box::after {
      position: absolute;
      content: url(../img/mv-bg.png);
      top: 120px;
      left: 34%;
      z-index: 0; }
      @media screen and (max-width: 1300px) {
        .top-mv .mv-inner-box::after {
          content: url(../img/mv-bg-tablet.png);
          width: 70%; } }
  .top-mv .photo-box {
    width: 42%;
    float: left;
    position: relative;
    z-index: 1; }
  .top-mv .product-box {
    width: 58%;
    margin-right: 0px;
    padding-top: 25px;
    float: right;
    text-align: right;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 1260px) {
      .top-mv .product-box {
        padding-top: 0px; } }
    @media screen and (max-width: 1000px) {
      .top-mv .product-box {
        top: -45px; } }
    .top-mv .product-box .product-inner-box {
      width: 42%;
      margin-right: 4.5%;
      display: inline-block; }
    .top-mv .product-box .title {
      text-align: center; }
    .top-mv .product-box .photo {
      margin-top: 25px; }
    .top-mv .product-box .photo > span {
      display: block;
      text-align: center;
      font-weight: 700;
      font-size: 18px;
      color: transparent;
      background-image: linear-gradient(180deg, #eb1e48 16.7%, #a90f2c 72.4%);
      background-clip: text;
      -webkit-background-clip: text; }
    .top-mv .product-box .king-series {
      margin-right: 8% !important; }
    .top-mv .product-box .king-series .photo > span {
      background-image: linear-gradient(180deg, #a27101 16.7%, #c89d25 72.4%); }

.contents-title-box {
  margin-top: -6px;
  padding: 25px 0px 10px;
  background: linear-gradient(90deg, #940a24 20.5625%, #950a24 20.5625%, #eb1e48 32.8125%, #5d0011 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 {
      transition-duration: 0.3s; }
      .for-prodct-box .for-product-list a:hover .photo img {
        transform: scale(1.1);
        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;
      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;
        border-radius: 5px;
        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;
        border-radius: 5px;
        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;
        border-radius: 5px;
        font-weight: bold;
        color: black;
        margin: 2px;
        background: white; }
      .for-prodct-box .for-product-list .red .place {
        padding: 6px;
        border: solid 1px black;
        border-radius: 5px;
        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;
    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;
        border-radius: 5px;
        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;
        border-radius: 5px;
        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: flex;
    margin-top: 40px; }
    .about-hepa .about-list li {
      width: 31.6%;
      margin-right: 2.5%;
      padding: 40px 26px;
      color: white;
      font-size: 22px;
      line-height: 37px;
      text-align: center;
      border-radius: 5px;
      border: solid 2px #fff;
      display: inline-block;
      position: relative; }
      @media screen and (max-width: 1000px) {
        .about-hepa .about-list li {
          font-size: 16px; } }
      .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 .gold-big-text {
      color: #FF8C00;
      background: -webkit-linear-gradient(-90deg, #ffffff, #d3c090);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-size: 36px;
      font-weight: bold !important;
      text-align: center; }
      @media screen and (max-width: 1000px) {
        .about-hepa .about-list .gold-big-text {
          font-size: 22px; } }
  .about-hepa .bace-btn {
    margin: 50px auto 0px;
    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: linear-gradient(180deg, #f8f4e9 10.9685165422%, #f7f3e8 10.9685165422%, #cba852 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: linear-gradient(180deg, #eb1e48 10.9685165422%, #ea1d47 10.9685165422%, #940a24 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%;
      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: 50%;
    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: 60px 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: 20px; }
  .video-box .video-text {
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 45px;}
  .video-box .bace-btn {
    margin: auto; }

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