/*-------------------------------------------------------------------------------------------*/
/* Mobile   0px - 750px
---------------------------------------------------------------------------------------------*/

@font-face { font-family: "Yu Gothic M"; src: local("Yu Gothic Medium"); }
@font-face { font-family: "Yu Gothic M"; src: local("Yu Gothic Bold"); font-weight: bold; }

/* Transition */
*, a, a:hover {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* Tags */
body {
  color: #4d4d4d;
  font-size: 62.5%;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Helvetica, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

img {
  width: 100%;
  vertical-align: middle;
}

/* Flexbox */
.flexbox {
  display: -webkit-flex;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Underline */
.underline {
  display: inline-block;
  margin: 0 0.2rem;
  border-radius: 4px;
  background: linear-gradient(transparent 65%, #fdff39 65%);
}

/* Button */
.btn_base {
  position: relative;
  display: inline-block;
  border-radius: 6px;
  box-shadow:5px 5px 10px 0px rgba(131,131,131,0.30);
  color: #fff;
  font-family: 'NSJP';
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.btn_or {
  border: 3px solid #fff;
  background: #ff7c00;
  background: -moz-linear-gradient(top, #ff7c00 0%, #ff7c00 50%, #ff6300 50%, #ff6300 100%);
  background: -webkit-linear-gradient(top, #ff7c00 0%,#ff7c00 50%,#ff6300 50%,#ff6300 100%);
  background: linear-gradient(to bottom, #ff7c00 0%,#ff7c00 50%,#ff6300 50%,#ff6300 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7c00', endColorstr='#ff6300',GradientType=0 );
}

.btn_ye {
  border: 3px solid #fff;
  background: rgb(255,195,0);
  background: -moz-linear-gradient(top,  rgba(255,195,0,1) 0%, rgba(252,151,0,1) 50%, rgba(255,140,0,1) 50%, rgba(255,136,0,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(255,195,0,1) 0%,rgba(252,151,0,1) 50%,rgba(255,140,0,1) 50%,rgba(255,136,0,1) 100%);
  background: linear-gradient(to bottom,  rgba(255,195,0,1) 0%,rgba(252,151,0,1) 50%,rgba(255,140,0,1) 50%,rgba(255,136,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc300', endColorstr='#ff8800',GradientType=0 );
}

.btn_pk {
  background-color: #ff6590;
}

.btn_bl {
  background-color: #416ab7;
}

.btn_gr {
  background-color: #24a31a;
}

.btn_rd {
  background-color: #d84221;
}

.btn_s {
  padding: 2% 2rem 2% 0.5rem;
  font-size: 3vw;
  line-height: 1.2rem;
  letter-spacing: 1px;
}

.btn_m {
  padding: 2% 2rem 2% 0.5rem;
  font-size: 3vw;
  line-height: 1.2rem;
  letter-spacing: 2px;
}

.btn_l {
  display: block;
  margin: 0 auto;
  width: 90%;
  padding: 4% 3rem 3.2% 1rem;
  font-size: 5vw;
  font-weight: 900;
  line-height: 1.6rem;
  letter-spacing: 3px;
}

.btn_base:before {
  position: absolute;
  top: 50%;
  margin-top: -0.6rem;
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
}

.btn_base:after {
  position: absolute;
  top: 50%;
  margin-top: -0.6rem;
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
}

.icon_angle_right:after {
  content: "\f105";
  font-size: 140%;
}

.icon_search:after {
  content: "\f002";
  font-size: 110%;
}

.icon_lock {
  padding: 2% 0.5rem 2% 2rem;
}

.icon_lock:before {
  content: "\f023";
  font-size: 100%;
}

.btn_s:after {
  right: 0.3rem;
  margin-top: -0.55rem;
  font-size: 110%;
}

.btn_m:before {
  left: 0.5rem;
}

.btn_m:after {
  right: 0.5rem;
}

.btn_l:after {
  right: 1rem;
  margin-top: -0.75rem;
}

.btn_base:hover {
  margin-top: -1px;
  margin-bottom: 1px;
  opacity: 0.9;
  box-shadow:3px 3px 6px 0px rgba(131,131,131,0.20);
}

.btn_base small {
  display: block;
  font-size: 70%;
  font-weight: 700;
  letter-spacing: 1px;
}

/* header -----------------------------------------------------------------------------------*/
#header {
  top: 0;
  height: 50px;
  background: #00665a;
  color: #fff;
  z-index: 1000;
}

#header .flex_wrap {
  justify-content: flex-start;
}

#header h1 {
  display: none;
}

#header_logo{
  margin-top: 12px;
}

#header_logo a {
  display: inline-block;
  margin-top: 12px;
}

#header_logo a img {
  vertical-align: middle;
}

#header_nav {
  display: none;
}

/* footer -----------------------------------------------------------------------------------*/
#footer {
  padding: 5% 2% 5% 2%;
}

#footer nav {
  text-align: center;
}

#footer ul {
  display: inline-block;
  margin: 0 auto;
  width: 100%;
}

#footer li {
  display: inline-block;
  margin: 1% 0 1% 0.25%;
  width: auto;
  font-size: 0.75rem;
  list-style-type: none;
}

#footer li:before {
  content: '|';
  margin-right: 0.5rem;
}

#footer li:nth-of-type(1):before {
  content: '';
  margin-right: 0.5rem;
}

#footer p {
  margin-top: 3%;
  font-size: 0.75rem;
}

#footer p:nth-of-type(1) {
  margin-top: 5%;
}

#footer #approval_num_pc {
  display: none;
  text-align: right;
}

#footer #approval_num_sp {
  display: block;
  text-align: right;
}

#footer p span {
  display: inline-block;
}

#go_top_bottom {
  display: none;
  position: fixed;
  right: 2%;
  bottom: 7%;
  z-index: 10;
}

#go_top_bottom a {
  position: relative;
  display: block;
  width: 80px;
  height: 60px;
  padding-top: 6px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 5px 5px 10px 0px rgba(131,131,131,0.5);
  background-color: rgba(43, 93, 187, 0.9);
  color: #fff;
  font-size: 0.7rem;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  line-height: 1.3;
  overflow: hidden;
}

#go_top_bottom a:after {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-top: -0.4rem;
  margin-left: -1rem;
  width: 30px;
  height: 30px;
  content: '';
  background: url(/lp/bicycle_01/images/img_arrow_go_top.png) center center no-repeat;
  background-size: 100%;

/*  content: "\f139";*/
  color: #fff;
  font-size: 1.8rem;
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  speak: none;
}

#go_top_bottom a:hover {
  opacity: 0.9;
  box-shadow:3px 3px 6px 0px rgba(131,131,131,0.20);
}

#go_top_bottom a:hover:after {
  margin-top: -0.5rem;
}


/* article ----------------------------------------------------------------------------------*/

/* bg */
#article_03 {
  background: url(../images/bg_stripe_01.png);
}

#article_02, #article_04 {
  background: url(../images/bg_stripe_02.png);
}

#article_05 {
  background: url(../images/bg_stripe_03.png);
}

/* header */
article > header {
  height: 120px;
  background-color: #fff;
}

article > header > .container {
  height: 120px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

#article_01 > header > .container {
  background-image: url(../images/head_article_01.png);
}

#article_02 > header > .container {
  background-image: url(../images/head_article_02.png);
}

#article_03 > header > .container {
  background-image: url(../images/head_article_03.png);
}

#article_04 > header > .container {
  background-image: url(../images/head_article_04.png);
}

#article_05 > header > .container {
  background-image: url(../images/head_article_05.png);
}

article > header h2 {
  visibility: hidden;
}

/* contact ---------------------------------------------------- */
.contact {
  position: relative;
  margin-top: 5%;
}

.contact img {
  position: absolute;
  top: -10%;
  left: 1%;
  z-index: 50;
  width: 15%;
  filter: drop-shadow(5px 5px 6px #8383833d);
}





/*-------------------------------------------------------------------------------------------*/
/* PC   751px - 1024px */ @media (min-width: 751px) {
/*-------------------------------------------------------------------------------------------*/
/* Tags */
img {
  width: auto;
}

/* Flexbox */
.flexbox {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

/* Fixed Sticky */
.fixedsticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
 }

/* Button */
.btn_base {
  position: relative;
  display: inline-block;
  border-radius: 6px;
  box-shadow:5px 5px 10px 0px rgba(131,131,131,0.30);
  color: #fff;
  font-family: 'NSJP';
}

.btn_s {
  padding: 2px 2rem 4px 1rem;
  font-size: 0.85rem;
}

.btn_m {
  padding: 8px 2rem 8px 1rem;
  font-size: 0.9rem;
}

.btn_l {
  display: inline-block;
  width: auto;
  padding: 12px 4rem 10px 2rem;
  font-size: 1.4rem;
}

.icon_lock {
  padding: 2% 0.5rem 2% 2rem;
}


/* header -----------------------------------------------------------------------------------*/
#header {
  height: 60px;
}

#header h1 {
  display: inline-block;
  padding-top: 6px;
  font-size: 0.8rem;
}

#header_logo {
  display: block;
  margin-top: 16px;
  max-width: 162px;
}

#header_logo a {
  display: inline-block;
  margin-top: 0;
}

/* header_nav ------------------------------------------------- */
#header_nav {
  display: block;
  top: 60px;
  z-index: 1000;
  /* padding: 0.5% 0 0.2% 0; */
}

#header_nav .container {
  position: relative;
}

#header_nav a {
  padding-right: 1.5rem;
  display: block;
  color: #fff;
  font-family: 'NSJP';
  font-weight: 900;
  font-size: 1.6vw;
  line-height: 1.3;
  letter-spacing: 0.1rem;
  text-decoration: none;
}

#header_nav a:hover {
  opacity: 0.8;
}

#header_nav a:after {
  position: absolute;
  top: 50%;
  margin: -0.4rem 0 0 0.5rem;
  font-size: 80%;
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  content: "\f138";
}

#header_nav .btn_m {
  padding: 4px 1.2rem 6px 0.3rem;
  line-height: 1.2;
  letter-spacing: 0.1rem;
  border: 1px solid #000;
}

#header_nav .btn_m:hover {
  margin: 0;
}

#header_nav .btn_m:after {
  right: 0.5rem;
}

#header_nav .btn_or {
  border: none;
  border-radius: 60px;
  font-size: 1.6vw;
  line-height: 1.3;
  letter-spacing: 0.1rem;
}

/* min_header ------------------------------------------------- */
.min_header {
  height: 42px !important;
}

.min_header h1 {
  display: none;
  color: transparent;
}

.min_header #header_logo {
  margin-top: 8px;
}

.min_header + #header_nav #sub_nav {
  top: -35px !important;
}



/* footer -----------------------------------------------------------------------------------*/
#footer {
  padding: 1.5% 2% 1% 2%;
}

#footer ul {
  display: inline-block;
  margin: 0 auto;
}

#footer li {
  display: inline-block;
  margin: 1% 0 1% 0.25%;
  width: auto;
  font-size: 0.9rem;
  list-style-type: none;
}

#footer li:before {
  content: '|';
  margin-right: 0.5rem;
}

#footer li:nth-of-type(1):before {
  content: '';
  margin-right: 0.5rem;
}

#footer p {
  margin-top: 1%;
  font-size: 0.9rem;
}
#footer #copyright {
  text-align: center;
}

#footer p:nth-of-type(1) {
  margin-top: 2%;
}

#footer #approval_num_pc {
  display: block;
}

#footer #approval_num_sp {
  display: none;
}

#go_top_bottom {
  bottom: 6%;
}

/* article ----------------------------------------------------------------------------------*/

/* head ------------------------------------------------------- */
article > header {
  height: 162px;
  background-color: #fff;
}

article > header > .container {
  height: 162px;
}

/* contact ---------------------------------------------------- */
.contact {
  display: block;
  margin: 40px auto 0 auto;
  text-align: center;
}

 .contact img {
  position: relative;
  margin-top: 0px;
  margin-right: -24px;
  top: -20px;
  left: 0%;
  width: 126px;
}

/*-------------------------------------------------------------------------------------------*/
}





/*-------------------------------------------------------------------------------------------*/
/* PC */ @media (min-width: 861px) {
/*-------------------------------------------------------------------------------------------*/

/* header_nav ------------------------------------------------- */
#header_nav {
  top: 10px;
}

/* sub_nav ---------------------------------------------------- */
#sub_nav {
  top: -50px;
  width: 40%;
}

#sub_nav div a {
  font-size: 0.9rem;
  line-height: 1.3;
}

#sub_nav div .btn_or {
  padding: 2% 1.5rem 2% 0.5rem;
  font-size: 0.85rem;
}

#sub_nav div .btn_m:after {
  right: 0.5rem;
}

/* min_header ------------------------------------------------- */

.min_header + #header_nav #sub_nav {
  top: -42px !important;
}

/* toc -------------------------------------------------------- */

#toc div a {
  font-size: 0.95rem;
  line-height: 1.3;
}

#toc div .btn_base {
  font-size: 0.95rem;
}
