@charset "UTF-8";

/*==========================================================
0. Initialize
===========================================================*/
/* box-sizing
----------------------------------------------------------*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

/* html:root要素
----------------------------------------------------------*/
/* iPhoneの縦横切替でfont-size変更無し */
html {
  /* overflow-y:scroll; 縦スクロールバーを表示 */
  font-size: 100%;
  -webkit-text-size-adjust: 100%; /* iOS */
  -ms-text-size-adjust: 100%; /* iOS */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* webkit系でスクロールバー非表示 */
html::-webkit-scrollbar {
  display: none;
}

/* body: ベースフォント指定
----------------------------------------------------------*/
body {
  position: relative;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, arial, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 100%;
  color: #000000;
}
@media screen and (max-width: 750px) {
  body {
    font-size: 100%;
  }
}

/* Font Family ----------------*/
.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
}

.wf-notosans {
  font-family: "Noto Sans JP", sans-serif;
}

/* リンク
----------------------------------------------------------*/
a {
  color: #001489;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 750px) {
  a:hover {
    text-decoration: none;
  }
}

/* インライン要素
----------------------------------------------------------*/
em {
  font-style: normal;
  color: #001489;
}

/* Image
----------------------------------------------------------*/
img {
  vertical-align: top;
  vertical-align: bottom;
  max-width: 100%;
}

/*==========================================================
1. Common / Module
===========================================================*/
/* clearfix
-----------------------------------------------------------*/
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

/* Letter Spacing
-----------------------------------------------------------*/
.ls01 {
  letter-spacing: 0.1em;
}
.ls03 {
  letter-spacing: 0.3em;
}
.ls05 {
  letter-spacing: 0.5em;
}
.ls10 {
  letter-spacing: 1em;
}

/* Font Color
-----------------------------------------------------------*/
.fc_xxxxx {
}

/* Font Weight
-----------------------------------------------------------*/
.fweigh100 {
  font-weight: 100;
}
.fweigh300 {
  font-weight: 300;
}
.fweigh400 {
  font-weight: 400;
}
.fweigh500 {
  font-weight: 500;
}
.fweigh600 {
  font-weight: 600;
}
.fweigh700 {
  font-weight: 700;
}
.fweigh900 {
  font-weight: 900;
}

/* Line Height
-----------------------------------------------------------*/
.lh15 {
  line-height: 1.5;
}
.lh17 {
  line-height: 1.7;
}
.lh20 {
  line-height: 2;
}

/* Text Align
-----------------------------------------------------------*/
.talign_l {
  text-align: left;
}
.talign_r {
  text-align: right;
}
.talign_c {
  text-align: center;
}

/* Float
-----------------------------------------------------------*/
.flt_l {
  float: left;
}
.flt_r {
  float: right;
}

.fltpc_l {
  float: left;
}
.fltpc_r {
  float: right;
}
@media screen and (max-width: 750px) {
  .fltpc_l,
  .fltpc_r {
    float: none;
  }
}

/* Margin
-----------------------------------------------------------*/
.mb_10 {
  margin-bottom: 10px !important;
}
.mb_20 {
  margin-bottom: 20px !important;
}
.mb_30 {
  margin-bottom: 30px !important;
}
.mb_40 {
  margin-bottom: 40px !important;
}
.mb_50 {
  margin-bottom: 50px !important;
}
.mb_60 {
  margin-bottom: 60px !important;
}
.mb_70 {
  margin-bottom: 70px !important;
}
.mb_80 {
  margin-bottom: 80px !important;
}
.mb_90 {
  margin-bottom: 90px !important;
}

/* Hover Image
-----------------------------------------------------------*/
a img {
  /*
transition:.2s ease-in-out;
*/
}
a:hover img {
  /*
filter: alpha(opacity=80);
opacity:0.80;
*/
}

/* BR
-----------------------------------------------------------*/
.br_sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .br_sp {
    display: inline;
  }
}

.br_pc {
}
@media screen and (max-width: 750px) {
  .br_pc {
    display: none;
  }
}

/* Hidden
-----------------------------------------------------------*/
.hdn_all {
  display: none;
}

.hdn_pci {
  display: none;
}
@media screen and (max-width: 750px) {
  .hdn_pci {
    display: inline;
  }
}
.hdn_pcb {
  display: none;
}
@media screen and (max-width: 750px) {
  .hdn_pcb {
    display: block;
  }
}
.hdn_sp {
}
@media screen and (max-width: 750px) {
  .hdn_sp {
    display: none;
  }
}

/* Scroll Animation Items
-----------------------------------------------------------*/
.animate {
  visibility: hidden;
}

/*==========================================================
Hero
===========================================================*/
/* Heroを全画面表示するためのスタイル
---------------------------------------------*/
html,
body {
  height: 100%;
}

/* Hero
---------------------------------------------*/
#hero {
  /*
display:flex;
flex-direction:column;
flex-wrap:nowrap;
justify-content:center;
align-items:center;
*/
  position: relative;
  height: 100vh;
  height: 100%;

  background-image: url(/library/line/contents/img/036/bg_hero.png);
  background-image: url(/library/line/contents/img/036/bg_hero_base.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-position: 50%;
  background-size: 100% auto;

  /*
background-image:
  url(/library/line/contents/img/036/bg_hero.png),
  url(/library/line/contents/img/036/bg_hero_bottom.png),
  url(/library/line/contents/img/036/bg_hero_top.png);
background-repeat:
  no-repeat,
  no-repeat,
  repeat-x;
background-position:
  50%,
  center bottom,
  center top;
background-size:
  100% auto,
  100% auto,
  1px auto;

outline:1px solid #0000f0;
*/
}

#hero_in {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100vh;
  /* コメントアウト追加 */
  /* height:100%; */

  background-image: url(/library/line/contents/img/036/bg_hero_trees.png);
  background-repeat: no-repeat;
  background-position: center bottom 6vw;
  background-position: center bottom 2vw;
  background-position: center bottom 0vw;
  background-size: 93% auto;
}

#hero_cont {
  /*
outline:1px solid #f00000;
*/
}

/* メインタイトル */
#main_ttl {
  /*
display:flex;
flex-direction:column;
flex-wrap:nowrap;
justify-content:center;
align-items:center;
height:40%;
height:50%;
padding:0 5.33333333%;
*/

  /*
outline:1px solid #0000f0;
*/
}

#main_ttl h1 {
  padding-top: 4.08888888vw;
  padding-bottom: 6.04444444vw;
  text-align: center;
}
#main_ttl h1 img {
  width: 100%;
  width: 89.333333%;
}

#main_ttl p {
  padding-bottom: 9.51111111vw;
  text-align: center;
}
#main_ttl p img {
  width: 72.6222222vw;
}

/* ピットくん */
#hero figure {
  padding-bottom: 5.68888888vw;
  text-align: center;
}
#hero figure img {
  width: 32.53333333vw;
}

/* GOボタン */
#btn_go {
  /*
position:absolute;
bottom:7vh;
display:flex;
flex-direction:column;
flex-wrap:nowrap;
justify-content:center;
align-items:center;
width:100%;
height:50%;
height:35%;
*/

  /*
outline:1px solid #f00000;
*/
}
#btn_go li {
  margin: 0 auto;
  width: 24%;
  cursor: pointer;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;

  animation-delay: 0s;
  animation-duration: 1.5s;
  /*
animation-timing-function:ease;
*/
}
#btn_go li a {
  display: block;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
  /*
display:block;
border-radius:50%;

outline:1px solid #f00000;
*/
}
#btn_go img {
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
}

/*==========================================================
Main Contents
===========================================================*/
main {
  position: relative;
  /*
margin-top:100vh;
padding-top:100vh;
pointer-events: none;
*/
}

#main_in {
  position: relative;
  /*
position:relative;
background-color:#ccc000;
background-image:url(/library/line/contents/img/036/bg_main.png);

outline:1px solid #f00000;
*/
  background-image: url(/library/line/contents/img/036/bg_main.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}

/* 各ブロック -----------------*/
.mc_block {
  position: relative;

  /*
outline:1px solid #00f000;
*/
}

/* ブロックごとの個別指定 */
#mc01 {
  padding-top: 80vw;
}
#mc02 {
  padding-top: 80.13333333vw;
  padding-top: 80vw;
}
#mc03 {
  padding-top: 80.13333333vw;
  padding-top: 80vw;
}
#mc04 {
  padding-top: 80.13333333vw;
  padding-top: 80vw;
}
#mc05 {
  padding-top: 80.13333333vw;
  padding-top: 80vw;
}
#mc06 {
  padding-top: 69.46666666vw;
  padding-bottom: 24.13333333vw;
  padding-bottom: 24vw;
  padding-bottom: 5.6vw;
}
#mc07 {
  padding-bottom: 56.4vw;
  padding-bottom: 56vw;
  padding-bottom: 27.2vw;
  /*
background-image:url(/library/line/contents/img/036/bg_mc07.png);
background-repeat:no-repeat;
background-position:center bottom;
background-size:100% auto;
*/
}

/* 自転車ピットくん -----------------*/
.mc_block:before {
  content: "";
  position: absolute;
  width: 14.8vw;
  height: 24.8vw;
  width: 15.06666666vw;
  height: 25.06666666vw;
  top: -24.8vw;
  right: 17.46666666vw;
  background-image: url(/library/line/contents/img/036/pit_ride-2.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100%;
  opacity: 0;
  transition: 0.3s;
  /*
z-index:10;
outline:1px solid #f00000;
*/
}

.mc_block.moveon:before {
  top: 100%;
}

/* アニメーション: 上から下へ移動 */
.mc_block.onRiding:before {
  animation: riding 10s linear;
  opacity: 1;
}

@keyframes riding {
  /* 0%{top:0%;} */
  0% {
    top: -24.8vw;
  }
  100% {
    top: 60%;
  }
}

/* 1番目用 */
#mc01:before {
  top: 1%;
  opacity: 1;
}

#mc01.mc_block.onRiding:before {
  animation: riding1 10s linear;
}

@keyframes riding1 {
  0% {
    top: 1%;
  }
  100% {
    top: 60%;
  }
}

/* 6番目用 */
#mc06.mc_block.onRiding:before {
  animation: riding6 10s linear;
}

@keyframes riding6 {
  0% {
    top: -24.8vw;
  }
  100% {
    top: 100%;
  }
}

/* 7番目用 */
#mc07:before {
  top: 0%;
}

#mc07.mc_block.onRiding:before {
  animation: riding7 10s linear;
}

@keyframes riding7 {
  0% {
    top: 0%;
  }
  100% {
    top: 100%;
  }
}

/* ブロックごとの個別指定 */
#mc01:before {
  /*
top:0%;
transition:5s;
*/
}
#mc01.moveon:before {
  top: 100%;
}

#mc02:before {
  /*
transition:5s;
*/
}
#mc02.moveon:before {
  top: 100%;
}

#mc02:before {
  /*
transition:5s;
*/
}
#mc02.moveon:before {
  top: 100%;
}

#mc03:before {
  /*
transition:5s;
*/
}
#mc03.moveon:before {
  top: 100%;
}

#mc04:before {
  /*
transition:5s;
*/
}
#mc04.moveon:before {
  top: 100%;
}

#mc05:before {
  /*
transition:5s;
*/
}
#mc05.moveon:before {
  top: 100%;
}

#mc06:before {
  /*
transition:5s;
*/
}
#mc06.moveon:before {
  top: 100%;
}

#mc07:before {
  /*
transition:5s;
*/
}
#mc07.moveon:before {
  top: 100%;
}

.pnl_msg {
  position: relative;
  padding: 0 5.33333333%;
  text-align: center;
}

.pnl_msg img {
  width: 100%;
}

.pnl_caution {
  position: relative;
  text-align: center;
}

.pnl_caution img {
  width: 88.6666666vw;
}

/* 自転車事故イラスト */
#mc06sub {
  position: absolute;
  left: 0;
  bottom: 3.46666666vw;
  width: 38.53333333vw;
}

/* 自転車リスク01 */
#mc07 .pnl_msg:first-child {
  padding-bottom: 6.13333333vw;
}

/* z-index -----------------*/
#hero {
  /*
z-index:1;
*/
}

main {
  /*
z-index:10;
*/
}
#main_in {
}

/* 自転車ピットくん */
.mc_block:before {
  z-index: 12;
  z-index: 10;
}
.pnl_msg,
.pnl_caution {
  z-index: 11;
}

/* 自転車事故イラスト */
#mc06sub {
  z-index: 12;
}

/* 商品紹介
--------------------------------------------*/
.products_block {
  position: relative;
  padding: 54px 40px 25px;
  padding: 7.2vw 5.33333333vw 3.33333333vw;
  padding: 7.2% 5.33333333% 3.33333333%;
  background-color: #fffcce;
  z-index: 10;
}

.products_block img {
  width: 100%;
}

#info_products {
}

#info_products h2 {
  padding-bottom: 6.66666666vw;
  text-align: center;
}

#info_products h3 {
  padding-bottom: 4.26666666vw;
  text-align: center;
}
#info_products h3 img {
  width: 68.6567164%; /* 460/670 */
}

#expl_products {
  padding-bottom: 5.06666666vw;
  text-align: center;
}

/* 商品 */
.product_unit {
  /*
outline:1px solid #f00000;
*/
}

.product_unit_in {
  position: relative;
  /*
outline:1px solid #0000f0;
*/
}

#product01 {
  padding-bottom: 2.66666666vw;
}

#product02 {
  padding-bottom: 4vw;
}

.product_unit > p {
  text-align: center;
}

.btn_product {
  position: absolute;
  /*
top:42.4vw;
top:41vw;
*/
  width: 100%;
  text-align: center;
}
#product01 .btn_product {
  bottom: 4.8vw;
}
#product02 .btn_product {
  bottom: 3.8vw;
}

.btn_product img {
  width: 42.8vw;
  width: 47.6vw;
}

/* 出典 */
#product_notes {
}

#product_notes img {
  width: 59.2vw;
}

/*==========================================================
Gloval Footer
===========================================================*/
#g_footer {
}

/* 共有CSS「footer-zenrosai_sp.css」をOverwrite
-------------------------------------------------*/
footer {
  margin: 0;
  padding: 5px 0 10px;
  width: 100%;
  border-top: none;
}

.footer_bottom {
  font-size: 4vw;
  line-height: 1.8;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Sans-Serif;
  color: #000;
  padding: 5.06667% 0 0;
  background: url(/library/line/contents/img/img_footer/footer_bg_sp.png) 50% 50% no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 641px) {
  .footer_bottom {
    padding: 38px 0 0;
    background: url(library/line/contents/img/img_footer/footer_bg_pc.png) 50% 50% no-repeat;
    background-size: 100%;
  }
}
.footer_bottom .inner {
  padding: 0 4%;
}
@media screen and (min-width: 641px) {
  .footer_bottom.inner {
    width: 100%;
    padding: 0 42px;
  }
}
.footer-logo {
  width: 52.66667%;
  line-height: 1;
  margin: 0 auto 11.73333%;
}
@media screen and (min-width: 641px) {
  .footer-logo {
    width: 197px;
    font-size: 0;
    margin: 0 auto 5%;
  }
}
.footer-logoNews {
  width: 32%;
  line-height: 1;
  margin-left: auto;
}

@media screen and (min-width: 641px) {
  .footer-logoNews {
    width: 150px;
    font-size: 0;
  }
}
.footer-copy {
  width: 100%;
  text-align: right;
  font-size: 2.26667vw;
  line-height: 1;
  margin: 0;
  margin-top: 4%;
  margin-right: 4%;
}

@media screen and (min-width: 641px) {
  .footer-copy {
    font-size: 14px;
    margin-top: 1.66667%;
  }
}
