body,
html {
  height: 100%;
  margin: 0 auto;
  letter-spacing: 2px;
  font-size: 62.5%;
  background-color: #000;
}

body {
  width: auto;
  font-size: 1.6rem;
  font-family: "Sawarabi Mincho";
  color: #fafafa;
}

header {
  background: linear-gradient(#000, #000, #5f5f5f, #000);
}

footer {
  background: linear-gradient(#000, #000, #000, #5f5f5f);
}

h2 {
  font-size: 1.8rem;
  margin-top: 2%;
}

h3 {
  font-size: 1.7rem;
  margin-top: 2%;
}

h4 {
  font-size: 1.6rem;
  margin-top: 2%;
}

ul {
  list-style: none;
}

p {
  line-height: 2.5rem;
}

small {
  font-size: 1.2rem;
}

a {
  color: #0ff;
  text-decoration: none;
}
#shop {
  font-size: 1.3rem;
  color: #9f9f9f;
}

.main-logo {
  width: 50%;
  padding-left: 20px;
}

.code {
  font-size: 1rem;
  margin: 0.5% 0 0.5% 0;
  color: #9f9f9f;
}

.hunbergar-nav {
  text-align: center;
}

.logo-box {
  margin-top: 0.5rem;
  justify-content: space-between;
}

.sciencelogo {
  width: 15%;
  height: 15%;
  max-width: 100px;
  margin-left: 10%;
}

.sciencelogo2 {
  width: 60%;
  height: 60%;
  max-width: 250px;
}

.mirablelogo {
  width: 60%;
  height: 60%;
  max-width: 400px;
  margin: 0 5%;
}

.shop-name {
  font-size: 1rem;
  width: 80%;
  margin-left: 10%;
}

.menu {
  display: inline;
}

.main {
  width: 80%;
  padding: 0 10%;
}

.sub-title {
  border-left: 9px solid #8c97a5;
  border-bottom: 1px solid #8c97a5;
  background-color: rgba(0, 0, 0, 0);
  padding: 0.5rem 0 0.5rem 1rem;
  margin: 3% auto;
}

.item {
  border-left: 9px solid #8c97a5;
  border-bottom: 1px solid #8c97a5;
  background-color: rgba(0, 0, 0, 0);
  padding: 0.5rem 0 0.5rem 1rem;
  margin: 1% 0 1% 0;
}

.topView {
  width: 100%;
}

.video {
  width: 100%;
}

.img {
  width: 100%;
}

.img-2 {
  width: 100%;
}

.Purchase {
  text-align: center;
}

.url-logo1 {
  width: 70px;
  height: 70px;
}

.url-logo2 {
  width: 72px;
  height: 72px;
}

.url-logo3 {
  width: 50px;
  height: 50px;
  margin: 12px;
}

/* --------------------------------------パララックス---------------------------------------- */
/*固定する背景*/
.bgi {
  box-sizing: border-box;
  color: #fff;
  font-size: 2rem;
  height: 100%;
  padding: 5% 0 5% 0;
}
.parallax-bg {
  position: relative;
  min-height: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  color: #fff;
}

.parallax-bg.img-bg-01 {
  background-image: url("../img/bgi_parara_mb_01.png");
}
.parallax-bg.img-bg-02 {
  background-image: url("../img/topView_mb_01.png");
}
.parallax-bg.img-bg-03 {
  background-image: url("../img/bg_mb-1.png");
}

.sub-title2 {
  display: inline-block;
  border-left: 9px solid #8c97a5;
  border-bottom: 1px solid #8c97a5;
  background-color: rgba(0, 0, 0, 0);
  padding: 0.5rem 0 0.5rem 1rem;
  margin: 3% auto;
  font-size: 3.5rem;
}

.sub-title3 {
  background-color: rgba(0, 0, 0, 0);
  padding: 0.5rem 0;
  margin: 3% auto;
  font-size: 3rem;
}

.parallax-bg > p {
  line-height: 4rem;
}

.catch-copy {
  font-size: 2rem;
  height: 50%;
}

/*------------------------ハンバーガーメニュー------------------------*/
/*ヘッダーまわりはサイトに合わせて調整してください*/
/* header {
  padding: 10px 10px 10px 0;
} */

#nav-drawer {
  padding: 5px;
  /* position: relative; */
  position: fixed; /*固定する*/
  top: 15px; /*ブラウザの上からの距離*/
  z-index: 10;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display: none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span,
#nav-open span:before,
#nav-open span:after {
  position: absolute;
  height: 4px; /*線の太さ*/
  width: 24px; /*長さ*/
  /* border: 1px solid #000; */
  border-radius: 2px;
  /* #3f98ef */
  background: #0ff;
  display: block;
  content: "";
  cursor: pointer;
  opacity: 0.8;
}

#nav-open span:before {
  bottom: -9px;
}

#nav-open span:after {
  bottom: -18px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none; /*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0; /*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: 0.3s ease-in-out;
}

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999; /*最前面に*/
  width: 90%; /*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 330px; /*最大幅（調整してください）*/
  height: 100%;
  background-color: #fff;
  opacity: 0.95;
  /*背景色*/
  transition: 0.3s ease-in-out; /*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%); /*左に隠しておく*/
}

/* ここがバーガーメニューの中のデザイン */
.logo2 {
  padding-top: 20px;
  text-align: center;
}

.logo2-box {
  width: 150px;
}

.h-menu li {
  width: 80%;
  margin: 0 auto;
  margin-top: 2%;
  text-align: center;
  padding: 2%;
}

.h-menu a {
  display: block;
  padding: 3%;
  background: #5f5f5f;
  /* border-radius: 4px; */
  color: #fff;
  text-decoration: none;
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block; /*カバーを表示*/
  opacity: 0.5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%); /*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
}

#nav-pc {
  display: none;
}

/*---------------------------ここまでハンバーガー--------------------------*/

/*---------------------------下からフェードイン---------------------------*/
.fade-in-bottom {
  opacity: 0;
  animation-name: fadein-bottom;
  animation-duration: 1.2s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

@keyframes fadein-bottom {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*  ---------------------------ふわっとアニメーション--------------------------- */
.js-animation {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;
}

.js-animation.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

/* --------------------------------ページTOPへスクロールして戻る---------------------------- */
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  /* color: #0ff; */
  opacity: 0.6;
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 40px;
  text-decoration: none;
}
#page_top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f102";
  font-size: 25px;
  color: #0ff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
/* ---------------------------------------クラス共通--------------------------------------- */
.flex {
  display: flex;
  justify-content: space-between;
}

.flex-center {
  display: flex;
  justify-content: center;
}

.align-center {
  display: flex;
  align-items: center;
}

.pad {
  padding: 10px 10px 10px 10px;
}

.pad-top_1 {
  padding-top: 1rem;
}

.pad-top_2 {
  padding-top: 2rem;
}

.pad-top_3 {
  padding-top: 3rem;
}

.pad-top_4 {
  padding-top: 4rem;
}

.pad-botm_1 {
  padding-bottom: 1rem;
}

.pad-botm_2 {
  padding-bottom: 2rem;
}

.pad-botm_6 {
  padding-bottom: 6rem;
}

.mag-top_2 {
  margin-top: 2rem;
}

.mag-top_3 {
  margin-top: 3rem;
}

.mag-top_4 {
  margin-top: 4rem;
}

.mag-botm_1 {
  margin-bottom: 1rem;
}

.mag-botm_2 {
  margin-bottom: 2rem;
}

.mag-auto {
  margin: 0 auto;
}

.text-c {
  text-align: center;
}

.bgc-w {
  background-color: #fff;
}

.bgc-g {
  background-color: #292929;
}

.font_20 {
  font-size: 2rem;
}

.font_24 {
  font-size: 2.4rem;
}

.font_30 {
  font-size: 3rem;
}

.pink {
  color: pink;
}

.aqua {
  color: aqua;
}

.lightyellow {
  color: lightyellow;
}

.lightgreen {
  color: lightgreen;
}

.gold{
  color: #e8e6af;
}
.line-height_25 {
  line-height: 2.5rem;
}

.line-height_30 {
  line-height: 3rem;
}

.line-height_35 {
  line-height: 3.5rem;
}

.line-height_50 {
  line-height: 5rem;
}

.border {
  border-style: solid #000;
}

.position {
  width: 100%;
  position: relative;
}
.shopping {
  width: 100%;
  border-radius: 5px;
  background-color: #fff;
}

.float {
  text-align: left;
}

.clear {
  clear: both;
}

.resp-box {
  display: flex;
  flex-wrap: wrap;
}

.shadow {
  text-shadow: 0 0 1px #fff, 0 0 4px rgba(0, 0, 0, 0.9),
    0 0 4px rgba(0, 0, 0, 0.9), 0 0 4px rgba(0, 0, 0, 0.9),
    0 0 4px rgba(0, 0, 0, 0.9);
}

.width {
  width: 100%;
}

.width95 {
  width: 90%;
}
/* ---------------------------------ここまで------------------------------- */

/* ----------------------------レスポンシブ(PC)---------------------------- */
@media screen and (min-width: 1025px) {
  .bgi {
    box-sizing: border-box;
    color: #fff;
    font-size: 2rem;
    height: 100%;
    padding: 5% 0 5% 0;
  }

  .parallax-bg.img-bg-01 {
    background-image: url("../img/bgi_parara_01.png");
  }
  .parallax-bg.img-bg-02 {
    background-image: url("../img/topView_01.png");
  }

  .parallax-bg.img-bg-03 {
    background-image: url("../img/bg-1.png");
  }

  .parallax-bg {
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
  }

  /* ------ */

  #nav-open {
    display: none;
  }

  #header {
    width: 100%;
  }

  .menu {
    margin: 0 auto;
    padding-top: 2rem;
    width: 100%;
    position: fixed; /*固定する*/
    top: 0; /*ブラウザの上からの距離はゼロ*/
    /* opacity: 0.8; */
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1;
  }

  #nav-pc {
    display: unset;
    justify-content: space-between;
  }

  .h-menu {
    display: inline;
  }

  h1 {
    margin-top: 4.5%;
  }

  h2 {
    font-size: 2.4rem;
  }

  h3 {
    font-size: 2.2rem;
  }

  h4 {
    font-size: 2rem;
  }

  a {
    color: #fff;
    text-decoration: none;
    text-shadow: 2px 0 0 black, 0 2px 0 black, -2px 0 0 black, 0 -2px 0 black;
  }

  a:hover {
    color: #fff;
    text-shadow: 0 0 5px #fff, 0 0 13px rgba(0, 255, 255, 0.877),
      0 0 13px rgba(0, 255, 255, 0.877), 0 0 13px rgba(0, 255, 255, 0.877),
      0 0 13px rgba(0, 255, 255, 0.877);
    transition: 0.5s;
  }

  #shop {
    font-size: 1.6rem;
  }

  .main-logo {
    width: 15%;
    padding-left: 15%;
  }

  .code {
    font-size: 1.3rem;
    margin: 0.5% 0 0.5% 0;
  }

  .video {
    width: 80%;
    margin-left: 10%;
  }

  .img {
    width: 70%;
    margin-left: 15%;
  }

  .sciencelogo {
    max-width: 80px;
    margin-left: 20%;
  }

  .mirablelogo {
    margin-right: 20%;
    max-width: 320px;
  }

  .menu li {
    list-style-type: none;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    font-size: 1.3rem;
  }

  .menu a {
    display: block;
    width: 130px;
    height: 50px;
    padding: 1% 0;
    background: transparent;
    color: #fff;
    text-decoration: none;
  }

  .main {
    width: 70%;
    padding: 0 15%;
  }

  .img-2 {
    width: 45%;
    margin: 0;
  }

  .resp-flex {
    display: flex;
    justify-content: space-between;
  }

  .resp-mag-auto {
    margin: 0 auto;
  }

  .resp-align-center {
    display: flex;
    align-items: center;
  }

  /* .pc-align-center {
    display: flex;
    align-items: center;
  } */

  .pc-itembox {
    width: 160px;
    height: 500px;
  }
  .pc-clear {
    clear: both;
  }
}

/* 今すぐ購入の方はこちらボタン */
.floating-area {
  pointer-events: none;
  position: fixed;
  z-index: 99999;
  top: unset;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
}

.floating-area a {
  pointer-events: auto;
  display: inline-block;
  padding: 6px 14px;
  text-align: center;
  text-decoration: none;
  background: linear-gradient(45deg, #000 0%, #066 50%, #000 100%);
  color: white;
  font-size: 18px;
}

.floating-area div {
  margin: 10px;
  border-radius: 10px 10px;
  overflow: hidden;
  background-color: white;
  box-shadow: 0px 0px 10px 0px gray;
}

@media screen and (min-width: 569px) {
  .floating-area {
    justify-content: center;
  }

  .floating-area a {
    padding: 6px 14px;
    font-size: 18px;
  }
}

@media screen and (max-width: 568px) {
  .floating-area {
    justify-content: center;
  }

  .floating-area a {
    padding: 6px 14px;
    font-size: 16px;
  }
}
