@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');

@font-face {
  font-family: 'Mplus 1p Thin';
  src: url('https://example.com/fonts/Mplus1p-Thin.ttf') format('truetype');
}

.font_jp {
  font-family: 'Mplus 1p Thin', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'Meiryo', 'Arial', sans-serif;
  font-weight: 80;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.font_lite_jp {
  font-family: 'Mplus 1p Thin', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'Meiryo', 'Arial', sans-serif;
  opacity:0.7;
}

.inline-code {
  background-color: #f7f7f7;
  border-radius: 4px;
  padding: 2px 4px;
  font-family: monospace;
}

/* CSS */
.copy-button {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 5px 10px;
    border: none;
    border-radius: 3px;
    background-color: #079992;
    color: white;
    cursor: pointer;
  }
  
.copy-button:hover {
    background-color: #38ada9;
}
  

*
{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
html
{
  scroll-behavior: smooth;
}

/* スライダーのwrapper */
.infinite-slider .swiper-wrapper {
  transition-timing-function: linear;
}

/* スライド */
.infinite-slider .swiper-slide {
  height: 320px !important; /* 高さを指定 */
  width: auto !important;
}

/* スライド内の画像 */
.infinite-slider .swiper-slide img {
  width: auto;
  height: 80%;
}

/* font */
.font_en {
  font-family: 'sans-serif';
  opacity: 0.9;
}

.font_en2{
  font-family: "Playfair Display",Georgia,Times,"Times New Roman",serif;
}

.font_en3{
  font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.font_jp {
  font-family: 'MS PGothic';
  opacity: 0.8;
}

.no-border {
  border: none !important;
}

/* h1{
  position: relative;
  font-weight: 100;
  color: #000;
  text-decoration: none;
  font-style: Stencil Std, fantasy;
  font-size: 2em;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: 0.6s;
} */

h1{
  position: relative;
  font-weight: 100;
  color: #000;
  text-decoration: none;
  font-style: Stencil Std, fantasy;
  /* font-size: 2em; */
  font-size: 45px;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: 0.6s;
}

h2
{
  color: black;
  font-size: 32px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
}

h3
{
  font-size: 40px;
  font-weight: 200;
  margin-bottom: 10px;
}

h4
{
  font-size: 30px;
  font-weight: 200;
  margin-bottom: 10px;
}

p
{
  position: relative;
  font-size: 18px;
  font-weight: 250;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.img_lp { background:url("https://storage.googleapis.com/craftboab_bucket/materials/img/craftboab_top.gif") center no-repeat; background-size: cover; opacity: 1; height: 80vh;}
/* .img_lp { background:url("") center no-repeat; background-size: cover; opacity: 1; height: 80vh;} */

.img_sample01 { background:url("https://storage.googleapis.com/craftboab_bucket/materials/img/craftboab_sample01.png") center no-repeat; background-size: cover; opacity: 1; height: 60vh;}

.img_about { background:url("https://storage.googleapis.com/craftboab_bucket/materials/img/craftboab_aboutus.png") center no-repeat; background-size: cover; opacity: 1; height: 70vh;}

.img_about02 { background:url("https://storage.googleapis.com/craftboab_bucket/materials/img/boab_top.jpeg") center no-repeat; background-size: cover; opacity: 1; height: 70vh;}

.img_ai_for_business { background:url("https://storage.googleapis.com/craftboab_bucket/materials/img/ai_for_business_top.png") center no-repeat; background-size: cover; opacity: 1; height: 70vh;}

.search-container{
  width: 490px;
  display: block;
  margin: 0 auto;
}


header
{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.6s;
  padding: 0px 100px;
  z-index: 3;
}
header.sticky
{
  height: 60px !important;
  padding: 5px 100px;
  background: #fffffe;
  /* background: #F7F7F7; */
  border-bottom: 1px solid rgba(0,0,0,.1);
}
header .logo
{
  position: relative;
  font-weight: 100;
  color: #000;
  text-decoration: none;
  font-style: Stencil Std, fantasy;
  font-size: 2em;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: 0.6s;
}
header ul
{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
header ul li
{
  position: relative;
  list-style: none;
}
header ul li a
{
  position: relative;
  margin: 0 15px;
  text-decoration: none;
  color: black;
  letter-spacing: 2px;
  font-weight: 300;
  transition: 0.6s;
}

.toggle
{
  display: none;
}
@media (max-width: 992px)
{
  .toggle
  {
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer;
  }
  .toggle:before
  {
    content: '';
    position: absolute;
    top: 4px;
    width: 100%;
    height: 2px;
    background: #000;
    z-index: 1;
    box-shadow: 0 10px 0 #000;
    transition: 0.5s;
  }
  .toggle:after
  {
    content: '';
    position: absolute;
    bottom: 4px;
    width: 100%;
    height: 2px;
    background: #000;
    z-index: 1;
    transition: 0.5s;
  }
  header.active .toggle:before 
  {
    top: 14px;
    transform: rotate(45deg);
    box-shadow: 0 0 0 #000;
  }
  header.active .toggle:after 
  {
    bottom: 14px;
    transform: rotate(-45deg);
  }

  header.active .toggle:before 
  {
    top: 14px;
    transform: rotate(45deg);
    box-shadow: 0 0 0 #000;
  }
  header.active .toggle:after 
  {
    bottom: 14px;
    transform: rotate(-45deg);
  }

  header ul
  {
    position: absolute;
    top: 59px;
    left: 0;
    width: 100%;
    height: calc(100vh);
    padding: 50px 100px;
    text-align: center;
    overflow: auto;
    visibility: hidden;
    opacity: 0;
    /*transform: translateY(-100%);*/
  }
  header.active ul
  {
    display: block;
    background: #fff;
    visibility: visible;
    opacity: 1;
    /*transform: translateY(0);*/
  }
  header.active ul li a
  {
    margin: 5px 0;
    font-size: 24px;
  }
  header,
  header.sticky
  {
    padding: 5px 50px;
    background: #fff;
  }
  header .logo,
  header ul li a
  {
    color: #000;
  }
  h3
  {
    font-size: 36px;
    line-height: 1em;
  }
  
}

/* stripe */

.StripeElement {
  background-color: #f1f1f1;
  height: 40px;
  width: 100%;
  padding: 10px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

@media (max-width: 300px){
  .img_top {
    background:url("https://storage.googleapis.com/craftboab/materials/others/boab_top.jpeg") center no-repeat;
    background-size: cover;
    opacity: 1;
    width:210px !important;
    /* padding-right: 100px !important; */
    /* height: 80vh; */
  }
}

