@charset "UTF-8";
/*smart phone*/

/* ページ全体の基本スタイル */
* {
  box-sizing: border-box;
}

body {
  color: #4d4d4d;
  font-size: 14px;
  font-family: メイリオ,Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",
  "MS Pゴシック",sans-serif;
  line-height: 1.6;
}
p {
  color: black;
  font-size: 18px;
}

h1 {
  color: black;
  font-size: 30px;
  font-weight: nomal;
  /* margin-bottom: 30px; */
}



h3 {
  color: black;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 30px;
}

.bold {
  font-weight: bold;
  text-decoration: underline;
}

header{
  position: fixed;
  top: 0;
  width: 100%;
  height: auto;
  background-color: white;
}

.semi-title{
  width: 90%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  border-bottom: 5px solid #2AA8E5;

}


#face{
  width: 25%;
}

#face img{
  width: 90%;
  text-align: center;
}

#description{
  width: 75%;
  text-align:center;
  display: flex;
}

#title-container{
  border-bottom: 1px solid #2AA8E5;
}

#logo-container{
  padding-top: 25px;
  text-align: center;
}

#name-container{
  display: none;
}

#news{
  padding: 0 40px;
  background-color: silver;
}

/* リンクの基本スタイル */
a {
  font-size: 20px;
  color: #2AA8E5;
  text-decoration: none;
}

a{
   word-break: break-all;
}

/* リンクにマウスが乗った時のスタイル */

a:hover {
  opacity: 0.7;
}

/* 画像の基本スタイル */

img {
  /*vertical-align: bottom;*/
}

.logo {
  width: 150px;
}

#store {
  width: 80%;
  margin: auto;
  margin-top: 30px;
  text-align: center;
}

#store-logo{
  width: 50%;
  margin: auto;
  text-align: center;
}

#store-logo img{
  width: 100%;
}

#store-url{
  width: 100%;
  margin: auto;
  text-align: center;
}




/* ページ全体を囲む枠・間延びしてしまうのを防ぐ */
.wrapper {
  margin: 0 auto;
  max-width: 1500px;
}

#title-container {
  margin: auto;
  padding: 0 25px;
}



/* メニューの英文字スタイル
#gNav a span {
  color: #007de1;
  display: block;
  font-family: arial;
  font-size: 10px;
}*/

/* 現在ページのメニューのスタイル */

/* ---------------------------------- */
/* 5.contents */
/* ---------------------------------- */

/* エリア外枠のスタイル */
#contents {
  margin-top: 120px;
  margin-bottom: 60px;
}

#main-phrase{
  background-color: #BDF5FE;
  padding: 5px 0;
}
#main-phrase h1{
  text-align: center;
}

#main-phrase-explanation{
  width: 80%;
  margin: auto;
  margin-top: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

h2{
  font-size: 20px;
  color: black;
  margin-top: 10px;
}

#main-phrase-explanation a{
  color: black;
  text-decoration: underline;
  font-style: italic;
}


#main-image{
  text-align: center;
  margin: 30px 0;
}

#explanation-container{
  background-color: /* #ffcc66 */ #BDF5FE;
  padding: 5px 0;
}


#explanation-of-rapid-system{
  margin: 15px auto;
  color: black;
  width: 80%;
}

#explanation-of-rapid-system h3{
  font-size: 30px;
  margin-bottom: 10px;
  border: 2px solid black;
  width: 210px;
}
#explanation-of-rapid-system a{
  color: black;
  text-decoration: underline;
  font-style: italic;
}

.headline-wrapper{
  background-color: #BDF5FE;
  padding: 5px 0;

}

.headline{
  margin: 15px auto;
  color: black;
  width: 80%;

}

#so-what{
  margin: 15px auto;
  color: black;
  width: 80%;
  text-align: center;
  text-decoration: underline;
}

.eighty-percent{
  width: 80%;
  margin: auto;
}
#location{
  margin-top: 30px;
  margin-bottom: 30px;
}

#races{
  text-align: center;
  border: 1px solid black;
}

.imgcontainer{
  margin-top: 15px;
  margin-bottom: 15px;
}

.racing{
  width: 90%
}

#arrows{
  text-align: center;
}

#downarrow{
  width: 30%;
  height: 100px;
}

#rightarrow{
  display: none;
  width: 30%;
}

#animation{
  width: 100%;
  max-width: 500px;
  border: 1px solid black;
}

.centered{
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.centered h3{
  margin: 15px auto;
}

#devices{
  width: 100%;
  max-width: 700px;
}

#products{
  width: 80%;
  margin: auto;
  margin-top: 30px;
  display:grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr;
}

.pictures{
  margin: 30px auto 30px;
  text-align: center;
  border: 5px solid #BDF5FE;
}

.pictures img{
  width: 90%;
}



/* ---------------------------------- */
/* 6.footer */
/* ---------------------------------- */
#footer {
  background: #2AA8E5;
  margin: auto;
  text-align: center;
}
/* エリア外枠のスタイル */
#f-wrapper {
  color: #ffffff;
  padding: 25px;
  display: -webkit-flex; /* safari用 */
  display: flex;
  justify-content: space-between;
}

/* エリア左側のボックス */
#footer-left {
  width: 100%;
}

/* エリア右側のボックス */
#footer-right {
  display: none;
  width: 610px;
}

/* 社名 */
#footer-name {
  margin-bottom: 15px;
  width: 100%;
  height: 30px;
  text-align: center;
}

/* 会社所在地 */
#address {
  font-size: 12px;
  text-align: center;
}

/* 著作権表記 */
#copyright {
  text-align: center;
  display: block;
}

#gNav {
  position: fixed;
  padding: 0;
  top: 120px;
  left: 0;
  width: 250px;
  height: 180px;
  background: #2AA8E5;
  -webkit-transform: perspective(500px) rotateY(-90deg);
  transform: perspective(500px) rotateY(-90deg);
  opacity: 0;
  border: 1px solid #7dceec;
}
#gNav li {
  border-top: 1px solid #7dceec;
  height: 45px;
  text-align: center;
}
/* チェックボックスオンの時 */
.check:checked ~ #gNav {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}

/* チェックボックスを非表示 */
.check {
  display: none;
}

/* メニューボタン(label) */
.menu-btn {
  position: fixed;
  display: block;
  top: 35px;
  left: 40px;
  width: 40px;
  height: 40px;
  /*background: white;*/
  cursor: pointer;
  z-index: 3;
}

.bar {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    color: black;
    width: 40px;
    height: 1px;
    background: black;
    /*-webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;*/
}

.bar.middle {
    top: 15px;
    opacity: 1;
}

.bar.bottom {
    top: 30px;
    /*-webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;*/
}

.menu-btn__text {
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
    color: black;
    /*-webkit-transition: all .5s;
    transition: all .5s;*/
    display: block;
    visibility: visible;
    opacity: 1;
}

.menu-btn:hover .bar {
    opacity: 0.7;
}

.menu-btn:hover .menu-btn__text {
    opacity: 0.7;
}

/* コンテンツの閉じる。普段は非表示(label)*/
.close-menu {
  position: fixed;
  top: 0;
  right: 300px;
  width: 100%;
  height: 100vh;
  visibility: hidden;
  opacity: 0;
}
/* チェックボックスオンの時 */
.check:checked ~ .close-menu {
  visibility: visible;
  opacity: 1;
  z-index: 3;
}

/*tablet*/
@media (min-width:670px){

}
/*small pc*/
@media (min-width:770px){
  /* ---------------------------------- */
  /* 3.header */
  /* ---------------------------------- */
  header{
    position: static;
  }

  #title-container{
    display: -webkit-flex; /* safari用 */
    display: flex;
  }

  #logo-container{
    padding-left: 30px;
  }

  #name-container{
    position: absolute;
    right: 50px;
    top: 35px;
    display: block;
  }

  .menu-btn {
    display: none;
  }

  #contents{
    margin-top: 0;
  }
  #races{
    display: -webkit-flex; /* safari用 */
    display: flex;
  }


  #news{
    padding: 0 60px;
    background-color: silver;
  }

  #gNav .current-menu-item a{
    background-color: #2AA8E5;
    color: #ffffff;
  }

  #face{
    width: 15%;
  }

  #description{
    width: 85%;
  }

  /* エリア外枠のスタイル */

  a {
    color: #007de1;
  }

  /* 見出しのスタイル */
  h1 {
    color: black;
    font-size: 40px;
    font-weight: nomal;
    /*margin-bottom: 30px; */
  }

  .semi-title{
    width: 90%;
    font-size: 25px;
    border-bottom: 5px solid #2AA8E5;
  }


  h2{
    font-size: 20px;
    color: black;
  }

  /* ---------------------------------- */
  /* 4.global-navigation */
  /* ---------------------------------- */

  #gNav {
    position: static;
    width: auto;
    height: auto;
    background: white;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    border: none;
  }

  #gNav {
    margin-bottom: 25px;
    padding: 20px 15px 20px 15px;
  }

  /* メニューリストを囲む枠 */
  #gNav ul {
    display: -webkit-flex; /* safari用 */
    display: flex;
  }
  /* メニューリストの共通スタイル */
  #gNav li {
    border-left: 1px solid #7dceec;
    border-top: none;
    height: 45px;
    text-align: center;
    width: 25%;
  }

  /* 一番右のメニューリストのスタイル */
  #gNav li:last-child {
    border-right: 1px solid #7dceec;
  }
  /* メニューのリンクスタイル */
  #gNav a {
    color: #4d4d4d;
    display: block;
    font-size: 15px;
    height: 45px;
    line-height: 3;
    text-decoration: none;
  }

  h2{
    font-size: 25px;
    color: black;
    margin-top: 10px;
  }

  #products{
    display:grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .pictures{
    margin: 10px auto 10px;
    text-align: center;
  }


  /* ---------------------------------- */
  /* 7.footer-navigation */
  /* ---------------------------------- */

  /* エリア外枠のスタイル */
  #fNav {
    margin-bottom: 30px;
  }


  /* 社名 */
  #footer-name {
    width: 230px;
    height: 40px;
    text-align: left;
  }

  /* 会社所在地 */
  #address {
    font-size: 12px;
  }

  /* 著作権表記 */
  #copyright {
    text-align: center;
    display: block;
  }


  /* メニューリストを囲む枠
  widthが518pxなのはメニューを右に揃えるため。例えばプライバシーポリシーを抜くと右揃えにならない。*/
  #fNav ul {
    display: -webkit-flex; /* safari用 */
    display: flex;
    width: 518px;
    margin-left: auto;
  }
  /* メニューリストの共通スタイル */
  #fNav li {
    padding: 0 15px;
    border-right: 1px solid #ffffff;
  }

  /* 一番右のメニューリストのスタイル */
  #fNav li:last-child {
    border-right: none;
    padding-right: 0;
  }
  /* メニューのリンクスタイル */
  #fNav a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
  }

  /* メニューにマウスを乗せた時のスタイル */
  #fNav a:hover {
    background-color: #ffffff;
    color: #2AA8E5;
    opacity: 1
  }

  #store {
    width: 80%;
    margin: auto;
    margin-top: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #store-logo{
    width: 30%;
    margin: auto;
    text-align: center;
  }

  #store-url{
    width: 70%;
    margin: auto;
    text-align: center;
  }



}

/*laptop*/
@media (min-width: 960px){
  p {
    color: black;
    font-size: 18px;
  }
  #gNav a {
    font-size: 20px;
    line-height: 2;
  }

  #name-container{
    position: absolute;
    bottom: 0px;
    right: 75px;
  }

  .logo{
    margin-left: 25px;
  }

}

/*desktop*/
@media (min-width: 1200px){

}


/* ---------------------------------- */
/* 8.top-page-style */
/* ---------------------------------- */

/* ---------------------------------- */
/* 9.system-page-style */
/* ---------------------------------- */

/* ---------------------------------- */
/* about-page-style */
/* ---------------------------------- */



/* ---------------------------------- */
/*  */
/* ---------------------------------- */

/* ---------------------------------- */
/*  */
/* ---------------------------------- */
