@charset "UTF-8";
/*
Theme Name: FB
Theme URI: https://flamebike.live
Description: FB
Version: 1
Author: flamebike.live
Author URI: https://flamebike.live
*/

/* CSS Document */

* {
  margin: 0px;
  padding: 0px;
}
body {
  font-family: "メイリオ", Meiryo, "Lucida Grande", "Lucida Sans Unicode",
    "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック",
    Helvetica, Arial, Verdana, sans-serif;
  font-size: 14px;
}
::selection,
::-moz-selection,
::-webkit-selection {
  background: #000000;
  color: #ffffff;
}
p {
  line-height: 31px;
  font-size: 18px;
}
img {
  max-width: 100%;
  height: auto;
  outline: none;
  border: none;
  vertical-align: bottom;
}
h1.site_subtitle {
  font-size: 18px;
  font-weight: normal;
  font-family: "Georgia", sans-serif;
}
h1.site_subtitle a span {
  font-size: 11px;
}
a {
  text-decoration: none;
  color: #3e3a39;
}
a:visited {
  text-decoration: none;
  color: #3e3a39;
}
a:hover {
  text-decoration: underline;
  color: #3e3a39;
}
h2.post_index_title {
  font-size: 14px;
  font-weight: normal;
}
p.post_index_title {
  font-size: 14px;
  font-weight: normal;
}
h2.product_title {
  font-size: 12px;
  font-weight: normal;
  padding: 5px;
  height: 51px;
}
p.product_title {
  font-size: 12px;
  font-weight: normal;
  padding: 5px;
  height: 51px;
}
h3 {
  font-weight: normal;
  padding: 20px 0;
}

h5.under {
  font-size: 9px;
  padding: 20px 0 5px 0;
  margin: 0;
}
hr {
  margin: 24px 0;
}

address {
  font-size: 9px;
  padding: 0;
  font-style: normal;
  margin: 0;
}

@media screen and (max-width: 999px) {
  p {
    font-size: 16px;
    letter-spacing: 0.05rem;
    line-height: 1.4rem;
  }
}

/* base
------------------------------------------------------------ */

#header {
  float: left;
  width: 100%;
  background-color: #081340;
}
#container {
  float: left;
  width: 100%;
  padding: 24px 0 0 0;
  background-color: #ffffff;
  font-size: 12px;
}
.inner {
  width: 1000px;
  margin: 0 auto;
}
#footer {
  float: left;
  width: 100%;
  background-color: #081340;
  color: #ffffff;
  padding: 20px 0;
  border-top: 3px #b5b5b6 solid;
}

/* #header
------------------------------------------------------------ */

.header_inner {
  width: 1000px;
  margin: 0 auto;
  clear: both;
}
.header_left {
  float: right;
  width: 650px;
}
.header_right {
  float: left;
  width: 340px;
}

.header_logo_wrap {
  width: 100%;
  height: 80px;
  background: #fff;
}

.header_logo_area {
  width: 1000px;
  margin: 0 auto;
  height: 80px;
  padding: 0;
  background: #fff;
}

.header_logo_area .left_logo {
  width: 400px;
  height: 80px;
  float: left;
  position: relative;
}

.header_logo_area .left_logo img {
  width: 248px;
  height: 73px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.header_logo_area .left_logo h1 {
  width: 350px;
  height: 20px;
  position: absolute;
  top: 10px;
  left: 75px;
  z-index: 2;
  font-size: 13px;
}

.header_logo_area .left_logo h1 a {
  text-decoration: none;
  color: #000;
}

.header_logo_area .left_logo h1 a:hover {
  text-decoration: none;
}

.header_logo_area .left_logo img a {
  border: 0;
}

.header_logo_area .right_logo {
  width: 400px;
  height: 80px;
  float: right;
}

.header_logo_area .right_logo p {
  font-size: 12px;
  text-align: right;
  padding: 30px 0 0 0;
}

/* #navigation
------------------------------------------------------------ */

#navigation_wrapper {
	float: right;
  width: 100%;
  background-color: #fff;
  border-top: 3px #b5b5b6 solid;
}
#navigation {
  float: left;
  padding: 10px;
  background-color: #fff;
  display: contents;
}
#navigation ul {
  list-style: none;
  font-size: 18px;
  font-family: "Georgia", sans-serif;
  color: #898989;
  background-color: #fff;
}
#navigation li {
  display: inline;
  padding: 6px 0px 6px 4px;
  margin: 0 0 0 0;
}

#navigation li.btn_space {
  padding: 0 0 0 0;
}

#navigation li a {
  text-decoration: none;
  color: #898989;
}
#navigation li a:visited {
  text-decoration: none;
  color: #898989;
}
#navigation li a:hover {
  text-decoration: none;
  color: #898989;
}
.prev_top {
  float: right;
  padding: 10px;
}
.navi {
  width: 690px;
  float: left;
  padding: 40px 0;
}
.news_navi {
  width: 575px;
  float: left;
  padding: 40px 0;
  border-top: 1px #c2c2c2 solid;
}
.next {
  float: right;
}
.prev {
  float: left;
}

/* #container
------------------------------------------------------------ */

#left_content {
  width: 690px;
  float: left;
}
#right_content {
  width: 305px;
  float: right;
  padding: 0 0 30px 5px;
}
.thum_title {
  padding: 0 0 30px 0;
  clear: both;
}
.news_date {
  width: 150px;
  float: left;
}
.loop_release_wrapper {
  width: 100%;
  padding: 0 0 40px 0;
  font-size: 12px;
  overflow: hidden;
}

.go_detail {
  float: left;
  width: 660px;
  text-align: right;
  padding: 15px;
}
.news_wrapper {
  padding: 5px 0;
  border-bottom: 1px #dcdddd dotted;
}
.post_thum_wrapper {
  width: 210px;
  height: 280px;
  padding: 44px 10px 10px 10px;
  border-bottom: 1px #dcdddd solid;
  float: left;
}
.post_thum_wrapper:nth-of-type(-n + 3) {
  padding-top: 30px;
}
.release_date {
  padding: 5px;
  border-bottom: 1px #dcdddd dotted;
}
.price {
  padding: 5px;
  color: #c30d23;
  border-top: 1px #dcdddd dotted;
}
.thum_img {
  padding: 5px 0 10px 0;
  width: 208px;
  height: 146px;
  text-align: center;
  overflow: hidden;
}
.loop_inner {
  padding: 0 0 50px 0;
}
span.news_up {
  color: #c30d23;
}
span.product_up {
  color: #f8b62d;
}

/* brand
------------------------------------------------------------ */

.brand_wrapper {
  padding: 0 0 0 40px;
}
.brand_instagram_wrapper {
  clear: both;
  padding: 5px;
  margin-bottom: 20px;
  border: solid 1px #ccc;
  margin: 0 1.5% 20px;
}
.brand_image {
  float: left;
  margin: 0 10px 10px 0;
  border: 1px #dcdddd solid;
}

.brand_image02 {
  margin: 0 10px 10px 35px;
  border: none;
}

.brand_image03 {
  float: left;
  margin: 0 10px 10px 0;
  border: none;
}

.brand_image03 img.fb_icon01 {
  margin: 10px 0 0 0;
}

/* 単体ページ
------------------------------------------------------------ */

.single_left {
  width: 180px;
  float: left;
  margin: 0 0 20px 0;
}
.single_right {
  width: 795px;
  float: right;
  padding: 0 0 0 25px;
}
#title_wrapper {
  padding: 30px 5px 75px 5px;
}
.sub_navi {
  width: 157px;
  /* border-right: 3px #DCDDDD solid; */
  /* border-top: 3px #DCDDDD solid; */
  padding: 20px 10px;
}
#bike_navi {
  background-color: #081340;
  color: #ffe200;
}
#bike_navi a {
  text-decoration: none;
  color: #ffffff;
}
#bike_navi a:visited {
  text-decoration: none;
  color: #ffffff;
}
#bike_navi a:hover {
  text-decoration: underline;
  color: #ffffff;
}
#accessories_navi {
  background-color: #ffe200;
}
.sub_navi ul {
  list-style: none;
  padding: 10px 0;
}
.sub_navi li {
  padding: 4px 0;
}
.cat_title {
  font-size: 16px;
}
.cartjs_box {
  margin-bottom: 48px;
}
.post_contents {
  width: 570px;
  float: left;
  padding: 0 5px 0 0;
}
.contents_sub {
  width: 189px;
  float: right;
  border-left: 1px #dcdddd solid;
  padding: 0 0 0 10px;
  margin: 0 0 30px 0;
}
.contents_sub ul {
  list-style: none;
  padding: 10px 0 20px 0;
}
.contents_sub ul li {
  width: 189px;
  padding: 0 0 5px 0;
}
.label {
  font-size: 14px;
}
.single_price {
  padding: 0 0 20px 0;
  font-size: 16px;
}
.color {
  padding: 0 0 40px 0;
}
.info {
  padding: 0 0 30px 0;
}
.info p {
  font-size: 14px;
}
.stock {
  padding: 0 0 40px 0;
}
.date {
  padding: 5px 0;
}
.post_title {
  padding: 10px 0;
  border-bottom: 1px #f7f7f7 solid;
  font-size: 16px;
}
.post {
  padding: 20px 0;
  margin: 0 0 20px 0;
}
.post img {
  padding: 5px 0 10px 0;
}
.cart img {
  margin: 0 0 20px 0;
}
.single_price p {
  padding: 5px 0;
}

/* ページ
------------------------------------------------------------ */

.page_inner {
  padding: 0 0 50px 0;
}

/* アーカイブページ
------------------------------------------------------------ */
.archive_wrapper {
  padding: 0 50px;
}

/* #footer
------------------------------------------------------------ */

.footer_left {
  float: left;
  width: 800px;
}
.footer_right {
  float: right;
  width: 150px;
  text-align: right;
  background-color: #081340;
  margin: 0;
  padding: 0 16px;
}
#footer ul {
  list-style: none;
  font-family: "Georgia", sans-serif;
  color: #898989;
  font-size: 14px;
}
#footer li {
  display: inline;
  padding: 0 10px;
  border-right: 1px #ffffff solid;
}
#footer li a {
  text-decoration: none;
  color: #ffffff;
}
#footer li a:visited {
  text-decoration: none;
  color: #ffffff;
}
#footer li a:hover {
  text-decoration: underline;
}
.prev_top {
  float: right;
  padding: 10px;
}
.copyright {
  /* float: left; */
  /* width: 1000px; */
  padding: 10px 0 0 0;
  font-size: 9px;
  text-align: right;
}
.footer_right img {
  width: 32px;
  height: auto;
  margin: 4px;
}

/*form*/

.form_warp {
  text-align: center;
}

.iqfm-table {
  width: 700px;
  margin: 0 0 20px 0;
}
table.iqfm-table th {
  width: 250px;
  font-size: 13px;
  text-align: right;
}
table.iqfm-table td {
  padding: 10px 10px 10px 20px;
  font-size: 13px;
  text-align: left;
}
#inquiryformSubmit-1 {
  text-align: center;
}
#iqfm-input-text-1,
#iqfm-input-text-2,
#iqfm-input-text-3,
#iqfm-input-text-4,
#iqfm-input-text-13,
#iqfm-input-text-14,
#iqfm-input-text-16,
#iqfm-input-text-5 {
  padding: 5px 3px 3px 3px;
  width: 180px;
  height: 12px;
}
#iqfm-input-tel1-5,
#iqfm-input-tel2-5,
#iqfm-input-tel3-5,
#iqfm-input-text-15 {
  padding: 5px 3px 3px 3px;
  width: 30px;
  height: 12px;
}
#iqfm-input-text-8 {
  padding: 5px 3px 3px 3px;
  width: 30px;
  height: 12px;
}
#iqfm-input-text-9 {
  padding: 5px 3px 3px 3px;
  width: 40px;
  height: 12px;
  margin: 0 0 0 5px;
}
#iqfm-input-text-12 {
  padding: 5px 3px 3px 3px;
  width: 350px;
  height: 12px;
}
#iqfm-input-textarea-17,
#iqfm-input-textarea-6 {
  padding: 5px 3px 3px 3px;
  width: 500px;
  height: 350px;
}
p.fmessage {
  padding: 50px 0;
  text-align: center;
}
#inquiryformSubmit-1.kakunin {
  border: 0px;
  width: 130px;
  height: 40px;
  background: url(../img/kakunin.png) left top no-repeat;
}
#inquiryformSubmit-1.kakutei {
  border: 0px;
  width: 130px;
  height: 40px;
  background: url(../img/kakutei.png) left top no-repeat;
}
#inquiryformSubmit-2.kakunin {
  border: 0px;
  width: 130px;
  height: 40px;
  background: url(../img/naiyou.png) left top no-repeat;
}
#inquiryformSubmit-2.kakutei {
  border: 0px;
  width: 130px;
  height: 40px;
  background: url(../img/soushin.png) left top no-repeat;
}
.back {
  border: 0px;
  width: 130px;
  height: 40px;
  background: url(../img/back.png) left top no-repeat;
}
.btn_wrap {
  margin: 50px 0 0 0;
}

/* 追加：トップページ
------------------------------------------------------------ */
.top_area {
  height: auto;
  margin: 0 0 40px 0;
}

.top_area h2 {
  width: 684px;
  height: 50px;
  background: url(../image/top/img_bg_01.jpg) no-repeat;
  color: #fff;
  padding: 10px 0 0 10px;
  margin-top: 32px;
}

.top_area h3 {
  font-size: 17px;
  font-weight: bold;
}

.top_area img.right_photo {
  float: right;
  padding: 10px 5px 10px 10px;
  margin-bottom: 40px;
  width: 300px;
}

.top_area p {
  padding: 5px 0 0 0;
}

/* 追加：固定ページ：ブルーノ　ミニベロ
------------------------------------------------------------ */
.bruno_area p {
  font-size: 15px;
  line-height: 170%;
}

.bruno_area h2 {
  font-weight: bold;
  font-size: 26px;
  padding: 20px 0 5px 0;
}

/* 追加：固定ページ：ブルーノ　ミニベロ-.bruno_area_01--- */

.bruno_area .bruno_area_01 {
  margin: 0 0 60px 0;
}

.bruno_area .bruno_area_01 h3 {
  font-weight: bold;
  font-size: 24px;
  padding: 20px 0 5px 0;
  color: #081340;
}

.bruno_area .bruno_area_01 h4 {
  font-weight: bold;
  font-size: 22px;
  padding: 20px 0 0 0;
  margin: 0;
  color: #271915;
  line-height: 70%;
}

.bruno_area .bruno_area_01 p {
  padding: 10px 0 0 0;
}

/* 追加：固定ページ：ブルーノ　ミニベロ-.bruno_area_02--- */

.bruno_area .bruno_area_02 {
  height: auto;
  margin: 0 0 50px 0;
}

.bruno_area .bruno_area_02 h4 {
  font-weight: bold;
  font-size: 22px;
  padding: 20px 0 0 0;
  margin: 0;
  color: #271915;
  line-height: 70%;
}

.bruno_area .bruno_area_02 p {
  padding: 10px 0 0 0;
}

.bruno_area .bruno_area_02 img.photo {
  float: right;
  padding: 15px 12px 15px 5px;
}

/* 追加：固定ページ：ブルーノ　B-ant-.b_ant_area--- */

.bruno_area .b_ant_area {
  height: auto;
  margin: 60px 0 30px 0;
  clear: both;
}

.bruno_area .b_ant_area h4 {
  font-weight: bold;
  font-size: 22px;
  padding: 20px 0 0 0;
  margin: 0;
  color: #271915;
  line-height: 70%;
}

.bruno_area .b_ant_area p {
  padding: 10px 10px 0 0;
  font-size: 16px;
}

.bruno_area .b_ant_area img.photo02 {
  float: left;
  padding: 15px 20px 15px 0px;
}

/* 追加：固定ページ：ブルーノ　ミニベロ-.bruno_area_03--- */

.bruno_area .bruno_area_03 {
  height: auto;
  margin: 80px 0 30px 0;
  clear: both;
}

.bruno_area .bruno_area_03 h3 {
  font-weight: bold;
  font-size: 32px;
  padding: 20px 0 0 0;
  margin: 0;
  color: #271915;
  line-height: 70%;
}

.bruno_area .bruno_area_03 p {
  padding: 10px 10px 0 0;
  font-size: 16px;
}

.bruno_area .bruno_area_03 img.photo02 {
  float: left;
  padding: 15px 20px 15px 0px;
}

/* 追加：固定ページ：ブルーノ　ミニベロ-.bruno_area_04--- */
.bruno_area .bruno_area_04 {
  width: 100%;
  height: auto;
  margin: 40px 0 30px 0;
  clear: both;
}

.bruno_area .bruno_area_04 h3 {
  font-weight: bold;
  font-size: 24px;
  padding: 20px 0 5px 0;
  color: #081340;
}

.bruno_area_04 .b_tx_area h4 {
  font-weight: bold;
  font-size: 18px;
  padding: 5px 0 0 5px;
  color: #fff;
  background: url(../image/bruno/img_bg_01.jpg) repeat-x;
  width: 490px;
  height: 42px;
}

.bruno_area .bruno_area_04 .b_tx_area {
  width: 482px;
  height: auto;
  float: left;
  margin: 0 0 30px 0;
}

.bruno_area .bruno_area_04 .b_tx_area p {
  margin: 0;
  padding: 10px 0 30px 10px;
  font-size: 15px;
}

.bruno_area .bruno_area_04 .b_tx_area ul {
  margin: 0 0 0 30px;
  padding: 10px 0 0 0;
  font-size: 15px;
}

.bruno_area .bruno_area_04 .b_tx_area ul li {
  padding: 0 0 5px 0;
}

.bruno_area .bruno_area_04 .b_photo_area {
  width: 300px;
  height: auto;
  float: right;
  margin: 0 0 50px 0;
}

.bruno_area .bruno_area_04 .b_photo_area img.b_photo_space {
  padding: 5px 0 0 0;
}

/* 追加：固定ページ：ブルーノ　ミニベロ-.bruno_area_05--- */

.bruno_area .bruno_area_05 {
  background: url(../image/bruno/img_bg_02.jpg) no-repeat;
  clear: both;
  width: 785px;
  height: 187px;
  margin: 30px 0 20px 0;
}

.bruno_area .bruno_area_05 p {
  color: #fff;
  font-size: 16px;
  padding: 40px 10px 0 220px;
}

p.bruno_pr_link a {
  text-decoration: underline;
}

p.bruno_pr_link a:hover {
  text-decoration: none;
}

/* 追加：トップページ：サイドbrand
------------------------------------------------------------ */
.brand_image .brn_banner {
  width: 253px;
  height: 92px;
}

.brand_image .clearfix {
  clear: both;
}

/* 追加：トップページ：サイドbrand_navi
------------------------------------------------------------ */

.brand_navi {
  width: 230px;
  padding: 20px 10px;
  background: #081340;
}

.brand_wrapper .brand_navi ul li {
  list-style: none;
  color: #fff;
  line-height: 200%;
  font-size: 115%;
}

.brand_navi ul li a {
  color: #fff;
  text-decoration: none;
  list-style: none;
}

.brand_navi ul li a:hover {
  color: #fff;
  text-decoration: underline;
}

/* 追加：共通：サイドsub_navi
------------------------------------------------------------ */
.sub_brn_banner {
  width: 180px;
  height: 90px;
  margin: 0;
}

/*カレンダー*/
td.holiday,
span.boxholiday {
  background-color: #f37f92 !important;
}

td.eventday,
span.boxeventday {
  background-color: #6488e9 !important;
}

/* トップページ：送料表
------------------------------------------------------------ */
.shipping_box {
  /* margin-top: 80px;  */
  clear: both;
}
.shipping_area {
  margin-bottom: 50px;
}
.shipping_area table {
  border: solid 1px #ccc;
  border-collapse: collapse;
  width: 100%;
  font-size: 13px;
  margin-top: 20px;
}
.shipping_area table th {
  padding: 10px;
  background: #fcf7c9;
  color: #666;
  font-weight: normal;
  border: solid 1px #ccc;
}
.shipping_area table td {
  padding: 10px;
  border: solid 1px #ccc;
}

/* 2020/02追加 PC画面幅css
------------------------------------------------------------ */
.header_logo_area .right_logo p {
  font-size: 11px;
  line-height: 21px;
}
.grad-menu {
  text-align: center;
  margin: 0 auto;
}
.grad-menu img {
  height: 25px;
  width: auto;
  padding: 20px 0px 0;
}
.onlineshop img {
  width: 100%;
  padding: 0 0;
}
/* .brand_box {
  width: 95%;
  border: unset;
  float: left;
  margin: 0 auto 16px;
} */
.brand_calender {
  display: inline-block;
  margin-bottom: 12px;
}
#trigger-menu,
#trigger01,
#trigger02 {
  display: none;
}

.post {
  padding: 20px 0;
  margin: 0 0 80px 0;
}
.post_title {
  font-size: 21px;
  font-weight: bold;
  padding: 4px 0 10px;
}
.date {
  padding: 0;
}
.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.post img,
.page_inner img {
  padding: 16px 0 8px 0;
  max-width: 100%;
  height: auto;
  text-align: center;
  margin: 0 auto;
  display: inline-block;
}
.price p {
  font-size: 14px;
}
p.product_title {
  line-height: 19px;
}
.loop_inner {
  margin-bottom: 80px;
}

/* 2020/02追加 TOP brandボタン
	------------------------------------------------------------ */
.brand_box {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.brand_card {
  width: 29%;
  height: auto;
  padding-bottom: 24px;
  text-align: center;
  position: relative;
  z-index: 1; /* リンク要素の重なりのベース順序指定 */
  display: inline-block;
  margin: 0px 1.5%;
}
/* .brand_card a {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    text-indent:-999px;
	    z-index: 2;
	} */
.brand_card .brand_name {
  width: 40%;
  height: auto;
  float: left;
}
.brand_card .brand_bike-img {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 0 auto;
}
.brand_text p {
  font-size: 16px;
  padding-top: 8px;
}
.brand_card img {
  width: 100%;
}

@media screen and (max-width: 999px) {
  .brand_text {
    width: 95%;
    height: 60px;
    display: flex;
  }
}
@media screen and (max-width: 999px) and (min-width: 375px) {
  .brand_text p {
    font-size: 14px;
    padding-top: 8px;
  }
}
@media screen and (max-width: 374px) {
  .brand_text p {
    font-size: 12px;
  }
}

/* 2020/02追加 並び替えボタン
------------------------------------------------------------ */
.wrap-video {
  width: 50%;
  position: relative;
  float: right;
  margin: 0 0 8px 16px;
}
.wrap-video video {
  width: 100%;
  height: 100%;
}
.wrap-video .text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); /*上下左右中央寄せ*/
  text-align: center;
}
.wrap-video .text p {
  font-size: 16px;
  font-weight: bold;
  color: white;
}
.wrap-video .text .headline {
  font-size: 20px;
}

.wrap-video img {
  width: 100%;
  height: auto;
}

.iqfm-table {
  margin-bottom: 32px;
}
.form_warp {
  margin-top: 40px;
  margin-bottom: 80px;
}

@media screen and (max-width: 999px) {
  .wrap-video {
    width: 90%;
    float: unset;
    margin: 0 0 8px 16px;
  }
}

/* 2020/02追加 並び替えボタン
------------------------------------------------------------ */
.selectdiv {
  position: relative;
  /*Don't really need this just for demo styling*/
  float: left;
  min-width: 200px;
  margin: 0 450px 0 12px;
}
.single_right > .selectdiv {
  margin: 0 400px 0 60px;
}
@media screen and (max-width: 999px) {
  .single_right > .selectdiv {
    margin: 0 450px 0 12px;
  }
}

/* IE11 hide native button (thanks Matt!) */
select::-ms-expand {
  display: none;
}

.selectdiv:after {
  content: "<>";
  font: 17px "Consolas", monospace;
  color: #333;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 11px;
  /*Adjust for position however you want*/

  top: 18px;
  padding: 0 0 2px;
  border-bottom: 1px solid #999;
  /*left line */

  position: absolute;
  pointer-events: none;
}

.selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Add some styling */

  display: block;
  width: 100%;
  max-width: 320px;
  height: 50px;
  float: right;
  margin: 5px 0px;
  padding: 0px 24px;
  font-size: 16px;
  line-height: 1.75;
  color: #333;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  -ms-word-break: normal;
  word-break: normal;
}

/*-----------------------------------------
 スマホ対応
-----------------------------------------*/
/*-----------------------------------------
 None
-----------------------------------------*/
@media screen and (max-width: 360px) {
  .none_under360 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .none_under767 {
    display: none;
  }
}
@media screen and (max-width: 999px) {
  .none_under999 {
    display: none;
  }
}
@media screen and (min-width: 375px) {
  .none_over375 {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .none_ovre768 {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  .none_ovre1000 {
    display: none;
  }
}

/*-----------------------------------------
 Header
-----------------------------------------*/
@media screen and (max-width: 999px) {
  #header {
    background-color: #fff;
  }
  .header_logo_wrap {
    height: 112px;
    box-shadow: 0 2px 0px 0px rgba(0, 0, 0, 0.19);
  }
  .header_logo_area {
    width: 100%;
  }
  .header_logo_area .left_logo {
    width: 100%;
  }
  .header_logo_area .left_logo h1 {
    width: 200px;
    font-size: 0.5rem;
    padding-top: 8px;
  }
  .header_logo_area .left_logo img {
    padding: 8px 4px;
  }
  .header_logo_area .right_logo p {
    font-size: 10px;
    padding: 0px 8px 0px 0;
    position: absolute;
    top: 84px;
    right: 8px;
  }
  .header_logo_area .right_logo {
    width: 100%;
    height: 32px;
    padding-right: 4px;
  }
  .header__title-right {
    display: inline-block;
    padding-top: 72px;
    position: absolute;
    right: 24px;
  }
  .header__title-right p {
    font-size: 0.75rem;
    line-height: 1.5rem;
    text-align: right;
  }
}

/* Menu Button
-----------------------------------------*/
@media screen and (max-width: 999px) {
  .grad-btn-menu {
    left: 93vw;
  }
}
@media screen and (max-width: 700px) {
  .grad-btn-menu {
    left: 88vw;
  }
}
@media screen and (max-width: 414px) {
  .grad-btn-menu {
    left: 83vw;
  }
}

@media screen and (max-width: 999px) {
  #navigation_wrapper {
    height: 0;
  }
  #navigation {
    width: 0;
  }
  #navigation ul {
    background-color: unset;
  }
  #navigation li {
    display: block;
  }
  .grad-btn-menu {
    width: auto;
    height: auto;
    text-align: center;
    padding: 8px;
    background-color: #fff;
    display: block;
    position: fixed;
    z-index: 9999;
    top: 32px;
  }
  .grad-menu {
    position: relative;
    overflow: hidden;
    height: 0px; /*隠した状態の高さ*/
    text-align: left;
  }
  .menu_open {
    width: 32px;
    height: auto;
  }
  .menu_close {
    display: none;
  }
  .grad-btn-menu p {
    font-size: 10px;
    font-weight: normal;
  }
  .grad-trigger-menu-btn {
    display: none; /*チェックボックスは常に非表示*/
  }
  .grad-trigger-menu-btn:checked ~ .grad-menu {
    float: left;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    padding: 24px;
    z-index: 9998;
    transition: 0.5s;
  }
  .grad-trigger-menu-btn:checked ~ .grad-menu::before {
    display: none;
    /*チェックされていたら、grad-menuのbeforeを非表示にする*/
  }
  .grad-trigger-menu-btn:checked ~ .menu_open::before {
    display: none;
  }
  .grad-trigger-menu-btn:checked ~ .menu_close {
    width: 32px;
    height: auto;
    display: block;
  }
}

/* slider
-----------------------------------------*/
@media screen and (max-width: 999px) {
  .header_inner {
    width: 100vw;
  }
  .inner {
    width: 100vw;
  }
  .header_left {
    float: right;
    width: 100vw;
    border-left: unset;
    background-color: #081340;
  }
  .slide_image img {
    width: 100vw;
  }
}

/*-----------------------------------------
 new release
-----------------------------------------*/
@media screen and (max-width: 999px) {
  #left_content {
    width: 100%;
  }
  #container {
    padding: 24px 0 0 0;
  }
  .onlineshop img {
    width: 95%;
    height: auto;
    padding: 0 2.5%;
  }
  .thum_title img {
    height: auto;
    padding: 48px 2.5% 0;
  }
  .top_area h2 {
    width: 95%;
    padding: 8px 2.5%;
    line-height: 49px;
    background-size: cover;
  }
  .top_area img.right_photo {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 10px 0;
  }
  .top_area h3 {
    padding: 8px 5%;
  }
  .top_area p {
    padding: 5px 5% 0;
  }

  .post_thum_wrapper {
    width: 90%;
    max-width: 280px;
    height: auto;
    float: none;
    margin: 0 auto 12px;
    display: inline-block;
    text-align: left;
  }
  .thum_img {
    width: 100%;
    height: auto;
    padding: 0 0 0 0;
    aspect-ratio: 4/3;
    text-align: center;
  }
  .thum_img img {
    width: 100%;
  }
  .loop_inner {
    margin-bottom: 0px;
  }
  .loop_release_wrapper {
    text-align: center;
  }
  p.product_title {
    font-size: 16px;
    height: 64px;
  }
  .go_detail {
    width: 90%;
    padding: 40px 5% 0;
  }
}
/*-----------------------------------------
 news
-----------------------------------------*/
@media screen and (max-width: 999px) {
  .news_date {
    width: 150px;
    float: unset;
  }
  .news_title {
    text-align: left;
    padding: 4px 27px;
  }
}

/*-----------------------------------------
 shopping
-----------------------------------------*/
@media screen and (max-width: 999px) {
  .shipping_area {
    padding: 0 2.5%;
  }
}

/*-----------------------------------------
 sidemenu
-----------------------------------------*/
@media screen and (max-width: 999px) {
  #right_content {
    width: 100%;
    float: unset;
    padding: 0 0;
  }
  .brand_wrapper {
    padding: 0 0 0 0px;
    text-align: center;
  }
  #biz_calendar {
    max-width: 90%;
  }
  .brand_image03,
  .brand_image,
  .map_wrap {
    width: 250px;
    padding: 0 2.5%;
    border: unset;
    float: none;
    display: inline-block;
    margin: 0 auto 16px;
  }

  .brand_image03 img,
  .brand_image img,
  .map_wrap img {
    width: 100%;
    height: auto;
  }
  /* .brand_box{
		width: 95%;
		border: unset;
		float: none;
		display: block;
		margin: 0 auto 16px;
	}
	.brand_navi {
		width: 90%;
    padding: 32px 5%;
		text-align: left;
	} */
  .brand_wrapper .brand_navi ul li {
    display: inline-block;
    padding: 4px 8px;
  }
  .calender {
    display: inline-block;
    float: none;
  }
}

/*-----------------------------------------
 footer
-----------------------------------------*/
@media screen and (max-width: 999px) {
  .footer_left {
    float: left;
    width: 95%;
    padding: 2.5%;
  }
  .copyright {
    width: 100%;
  }
  #footer li {
    display: inline-block;
    padding: 6px 14px;
  }
  h5.under {
    font-size: 14px;
    padding: 20px 0 5px 12px;
  }
  address {
    font-size: 13px;
    padding: 0 0 0 12px;
    line-height: 1.5rem;
  }
  .footer_right {
    padding-right: 16px;
    padding-bottom: 8px;
  }
  .footer_right img {
    width: 32px;
    height: auto;
    margin: 4px;
  }
}

/*-----------------------------------------
container single_left
-----------------------------------------*/
@media screen and (max-width: 999px) {
  .single_left {
    width: 100%;
    float: unset;
  }
  #title_wrapper {
    text-align: center;
    padding: 56px 5px 68px;
  }
  .sub_brn_banner {
    width: 100%;
    height: auto;
    background-color: #0a173d;
    margin-bottom: 16px;
  }
  .sub_brn_banner p {
    text-align: center;
    margin: 0 auto;
  }
  .sub_brn_banner img {
    width: auto;
    height: auto;
  }
  #bike_navi,
  #accessories_navi {
    margin-bottom: 8px;
  }
  .sub_navi {
    width: 100%;
    font-size: 16px;
    padding: 20px 0px;
    border-right: unset;
    border-top: unset;
  }
  .sub_navi li {
    padding: 8px 18px;
  }

  /*
	accordion
	-----------------------------------------*/
  .grad-btn-brand,
  .grad-btn-green {
    width: 100%;
    font-weight: bold;
    text-align: center;
    display: block;
  }
  .grad-item {
    position: relative;
    overflow: hidden;
    height: 0px; /*隠した状態の高さ*/
  }
  .grad-item::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px; /*グラデーションで隠す高さ*/
  }
  .grad-trigger {
    display: none; /*チェックボックスは常に非表示*/
  }
  .grad-trigger:checked ~ .grad-item {
    height: auto; /*チェックされていたら、高さを戻す*/
  }
  .grad-trigger:checked ~ .grad-item::before {
    display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
  }
}

/*-----------------------------------------
container single_right
-----------------------------------------*/
@media screen and (max-width: 999px) {
  .single_right {
    width: 100%;
    float: unset;
    padding: 0;
  }
  .navi,
  .news_navi,
  .media_navi {
    width: 90%;
    padding: 40px 5% 70px;
    float: unset;
  }
  .archive_wrapper {
    text-align: center;
    padding: 0 0 40px;
  }
}

/*-----------------------------------------
post_container
-----------------------------------------*/
@media screen and (max-width: 999px) {
  .post_contents {
    width: 90%;
    float: unset;
    padding: 0 5%;
  }
  .page_inner {
    width: 90%;
    padding: 0 5%;
  }
  span.reserve_post {
    font-size: 21px;
  }
  .postBody {
    font-size: 16px;
  }
  .date {
    padding: 30px 0 0;
  }
  .post img,
  .page_inner img {
    padding: 5px 0 10px 0;
    max-width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto;
  }
  .page_inner h3 {
    font-size: 16px;
    padding: 16px 0 8px;
  }
}

/*-----------------------------------------
contents_sub
-----------------------------------------*/
@media screen and (max-width: 999px) {
  .contents_sub {
    width: 90%;
    float: unset;
    border-left: unset;
    border-top: 1px #dcdddd solid;
    padding: 32px 5%;
    margin: 0 0 30px 0;
  }
  span.label {
    font-size: 20px;
    font-weight: bold;
  }
  .cart {
    text-align: center;
  }
  .cart img {
    width: 200px;
    height: auto;
  }
  .contents_sub ul {
    padding: 10px 12px 20px;
  }
  .contents_sub ul li {
    width: auto;
    padding: 0 12px 5px 0;
    display: inline-block;
  }
}

/*-----------------------------------------
Bruno
-----------------------------------------*/
@media screen and (max-width: 999px) {
  .bruno_area .bruno_area_01,
  .bruno_area .bruno_area_02,
  .bruno_area .bruno_area_03,
  .bruno_area .bruno_area_04,
  .bruno_area .bruno_area_05,
  .bruno_area .bruno_area_01 .b_tx_area,
  .bruno_area .bruno_area_02 .b_tx_area,
  .bruno_area .bruno_area_03 .b_tx_area,
  .bruno_area .bruno_area_04 .b_tx_area,
  .bruno_area .bruno_area_01 .b_tx_area h4,
  .bruno_area .bruno_area_02 .b_tx_area h4,
  .bruno_area .bruno_area_03 h3,
  .bruno_area .bruno_area_04 .b_tx_area h4 {
    width: 100%;
    height: auto;
  }
  .bruno_area .bruno_area_01 h4,
  .bruno_area .bruno_area_02 h4,
  .bruno_area .bruno_area_03 h4,
  .bruno_area .b_ant_area h4 {
    width: 100%;
    line-height: 140%;
  }
  .bruno_area .bruno_area_05 p {
    padding: 0;
  }
  .bruno_area .bruno_area_03 h3 {
    line-height: 116%;
  }
  .bruno_area .bruno_area_05 {
    margin-bottom: 80px;
  }
  .bruno_area img,
  .bruno_area .bruno_area_01 .b_photo_area,
  .bruno_area .bruno_area_02 .b_photo_area,
  .bruno_area .bruno_area_03 .b_photo_area,
  .bruno_area .bruno_area_04 .b_photo_area {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 0;
    margin: 0 0 20px;
  }
}

/*-----------------------------------------
contact
-----------------------------------------*/
@media screen and (max-width: 999px) {
  .iqfm-table {
    width: 100%;
    margin: 0 0 20px 0;
  }
  table.iqfm-table th {
    width: 22%;
    padding: 14px 1.5%;
    font-size: 12px;
  }
  table.iqfm-table td {
    width: 72%;
    padding: 14px 1.5%;
  }
  #iqfm-input-text-1,
  #iqfm-input-text-2,
  #iqfm-input-text-3,
  #iqfm-input-text-4,
  #iqfm-input-text-5,
  #iqfm-input-text-12,
  #iqfm-input-text-13,
  #iqfm-input-text-14,
  #iqfm-input-text-16,
  #iqfm-input-textarea-17,
  #iqfm-input-textarea-6 {
    width: 90%;
  }
  #iqfm-input-textarea-17,
  #iqfm-input-textarea-6 {
    height: 150px;
  }
  #inquiryformSubmit-1,
  input#inquiryformSubmit-2,
  input[type="submit"] {
    font-size: 14px;
    margin: 0 16px;
  }
}

.top-attention-text {
  text-align: center;
  font-size: 1rem;
  color: #c30d23;
  margin-bottom: 16px;
}
