@charset "UTF-8";
/*
Theme Name: GranPro
Description: CDS
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/







/* ▼全体的な設定 */
/* フォントCavert,KaushanScript,Cormorantをインポート */
@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital@1&family=Noto+Serif+JP:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPMincho:wght@400;700&family=Lora:ital,wght@0,700;1,700&family=Lusitana:wght@400;700&family=Poppins:wght@400;700&display=swap');


/* フォント設定/notoSans読み込み/日本語文章 */
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/NotoSansCJKjp-Regular.woff2') format('woff2'),
    url('fonts/NotoSansCJKjp-Regular.woff') format('woff'),
    url('fonts/NotoSansCJKjp-Regular.ttf')  format('truetype'),
    url('fonts/NotoSansCJKjp-Regular.eot') format('embedded-opentype');
}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
html{
  scroll-behavior: smooth;
  font-family: 'Noto Sans Japanese' !important;
  color: #1a1a1a;
  font-size: 62.5%; /* fontはrem指定で 1rem=10px */
  display: block;
  overflow: auto;
  height: 100%
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
body{
  user-select:none;
	-webkit-user-select:none;
  -webkit-user-drag:none;
	-moz-user-select:none;
	-khtml-user-select:none;
	-khtml-user-drag:none;
  overflow: visible;
  height: auto !important;
  font-family: 'Noto Sans Japanese';
  background-color: #111;
}
.not_home {
  overflow: hidden;
}
img {
  width: 100%;
}
p {
  font-size: 1.6rem;
}
a {
  text-decoration: none;
}
.hr-50 {
  height: 50px;
}
.navbar-toggler {
  border-color: #111;
}
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
/* ▲全体的な設定 */



/* ヘッダー */

.navbar-brand {
  font-size: 2rem;
  color: #fff;
  background-size: contain;
  height: 45px;
  width: 90px;
}
.navbar-brand img {
  height: 40px;
  width: 77px;
}
.navbar-brand:hover {
  color: #fff;
}
.navbar-toggler {
  border-color: #fff;
}
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.nav-title {
  display: inline-block;
}
.navbar-nav {
  font-size: 1.6rem;
  font-weight: bold;
}
.navbar-bgcolor {
  background-color: rgb(0, 0, 0);
}
.nav-item {
  margin-left: 16px;
}
.nav-link {
  color: #fff;
  font-family: "Cormorant", serif;
  letter-spacing: .3rem;
  transition: all 0.5s;
}
.nav-link:hover {
  opacity: 0.5;
}


/* 画像固定 */
.firstview {
  padding-top: 55px;
}
.firstview img, .granpro img, .about img, .worries img, .answer img, .reason img, .herbzyme img, .florabalance img, .florabalance_button img, .triplecutter img, .triplecutter_button img, .fastpromeal img, .fastpromeal_button img, .charcoalcleanse img, .charcoalcleanse_button img, .other img {
  max-width: 786px;
}




/* コンテナとボタン */
.container {
  max-width: 786px;
  padding: 0;
}
.relative {
  position: relative;
}
.granpro_btn, .herbzyme_btn, .florabalance_btn, .triplecutter_btn, .fastpromeal_btn, .charcoalcleanse_btn, .other_btn {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.granpro_btn {
  top: 50px;
}
.granpro .granpro_btn {
  width: 90vw;
  max-width: 704px;
}


.herbzyme .herbzyme_btn, .florabalance_button .florabalance_btn, .triplecutter_button .triplecutter_btn, .fastpromeal_button .fastpromeal_btn, .charcoalcleanse_button .charcoalcleanse_btn, .other .other_btn {
  width: 80vw;
  max-width: 642px;
}

.herbzyme_btn {
  top: 665px;
}
.florabalance_btn {
  top: 805px;
}
.triplecutter_btn {
  top: 810px;
}
.fastpromeal_btn {
  top: 965px;
}
.charcoalcleanse_btn {
  top: 865px;
}
.other_btn {
  top: 1445px;
}

@media screen and (max-width: 786px) {
  .granpro_btn {
    top: 5vw;
  }
  .herbzyme_btn {
    top: 84vw;
  }
  .florabalance_btn {
    top: 102vw;
  }
  .triplecutter_btn {
    top: 103vw;
  }
  .fastpromeal_btn {
    top: 123vw;
  }
  .charcoalcleanse_btn {
    top: 110vw;
  }
  .other_btn {
    top: 185vw;
  }
  
}



/* 改行修正 */
.pc {
  display: none;
}
.sp {
  display: block;
}
@media (min-width: 1200px) {
  .pc {
    display: inline;
  }
}
@media (min-width: 786px) {
  .sp {
    display: none;
  }
}


/* ボタン消す更新 */
.granpro a, .herbzyme, .florabalance_button, .triplecutter_button, .fastpromeal_button, .charcoalcleanse_button, .other a{
  display: none;
}
