@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600,700|Roboto");
/******************************************
[column & thumbnail] カラム表示2〜6
******************************************/
.column-2n,
.thumbnail-2n {
  display: flex;
  flex-wrap: wrap;
}

.column-2n .column-box,
.column-2n .thumbnail-box,
.thumbnail-2n .column-box,
.thumbnail-2n .thumbnail-box {
  width: calc(102% / 2 - 2%);
  margin-right: 2%;
  /* フレックスアイテムの並べ替え */
}
.column-2n .column-box:nth-child(n+3),
.column-2n .thumbnail-box:nth-child(n+3),
.thumbnail-2n .column-box:nth-child(n+3),
.thumbnail-2n .thumbnail-box:nth-child(n+3) {
  margin-top: 2%;
}
.column-2n .column-box:nth-child(2), .column-2n .column-box:last-child,
.column-2n .thumbnail-box:nth-child(2),
.column-2n .thumbnail-box:last-child,
.thumbnail-2n .column-box:nth-child(2),
.thumbnail-2n .column-box:last-child,
.thumbnail-2n .thumbnail-box:nth-child(2),
.thumbnail-2n .thumbnail-box:last-child {
  margin-right: 0;
}
.column-2n .column-box.left,
.column-2n .thumbnail-box.left,
.thumbnail-2n .column-box.left,
.thumbnail-2n .thumbnail-box.left {
  order: 1;
  margin: 0 2% 0 0;
}
.column-2n .column-box.right,
.column-2n .thumbnail-box.right,
.thumbnail-2n .column-box.right,
.thumbnail-2n .thumbnail-box.right {
  order: 2;
  margin: 0 0 0 0;
}

/* sp */
@media screen and (max-width: 769px) {
  .column-2n,
  .thumbnail-2n {
    display: block;
  }
  .column-2n .column-box,
  .column-2n .thumbnail-box,
  .thumbnail-2n .column-box,
  .thumbnail-2n .thumbnail-box {
    width: 100%;
    margin: 0 0 20px;
  }
  .column-2n .column-box:last-child,
  .column-2n .thumbnail-box:last-child,
  .thumbnail-2n .column-box:last-child,
  .thumbnail-2n .thumbnail-box:last-child {
    margin-bottom: 0;
  }
}
.column-3n,
.thumbnail-3n {
  display: flex;
  flex-wrap: wrap;
}

.column-3n .column-box,
.column-3n .thumbnail-box,
.thumbnail-3n .column-box,
.thumbnail-3n .thumbnail-box {
  width: calc(102% / 3 - 2%);
  margin-right: 2%;
}
.column-3n .column-box:nth-child(n+4),
.column-3n .thumbnail-box:nth-child(n+4),
.thumbnail-3n .column-box:nth-child(n+4),
.thumbnail-3n .thumbnail-box:nth-child(n+4) {
  margin-top: 2%;
}
.column-3n .column-box:nth-child(3n),
.column-3n .thumbnail-box:nth-child(3n),
.thumbnail-3n .column-box:nth-child(3n),
.thumbnail-3n .thumbnail-box:nth-child(3n) {
  margin-right: 0;
}

/* sp */
@media screen and (max-width: 769px) {
  .column-3n,
  .thumbnail-3n {
    display: block;
  }
  .column-3n .column-box,
  .column-3n .thumbnail-box,
  .thumbnail-3n .column-box,
  .thumbnail-3n .thumbnail-box {
    width: 100%;
    margin: 0 0 20px;
  }
  .column-3n .column-box:last-child,
  .column-3n .thumbnail-box:last-child,
  .thumbnail-3n .column-box:last-child,
  .thumbnail-3n .thumbnail-box:last-child {
    margin-bottom: 0;
  }
}
.column-4n,
.thumbnail-4n {
  display: flex;
  flex-wrap: wrap;
}

.column-4n .column-box,
.column-4n .thumbnail-box,
.thumbnail-4n .column-box,
.thumbnail-4n .thumbnail-box {
  width: calc(102% / 4 - 2%);
  margin-right: 2%;
}
.column-4n .column-box:nth-child(n+5),
.column-4n .thumbnail-box:nth-child(n+5),
.thumbnail-4n .column-box:nth-child(n+5),
.thumbnail-4n .thumbnail-box:nth-child(n+5) {
  margin-top: 2%;
}
.column-4n .column-box:nth-child(4n),
.column-4n .thumbnail-box:nth-child(4n),
.thumbnail-4n .column-box:nth-child(4n),
.thumbnail-4n .thumbnail-box:nth-child(4n) {
  margin-right: 0;
}

/* sp */
@media screen and (max-width: 769px) {
  .column-4n,
  .thumbnail-4n {
    display: block;
  }
  .column-4n .column-box,
  .column-4n .thumbnail-box,
  .thumbnail-4n .column-box,
  .thumbnail-4n .thumbnail-box {
    width: 100%;
    margin: 0 0 20px;
  }
  .column-4n .column-box:last-child,
  .column-4n .thumbnail-box:last-child,
  .thumbnail-4n .column-box:last-child,
  .thumbnail-4n .thumbnail-box:last-child {
    margin-bottom: 0;
  }
}
.column-5n,
.thumbnail-5n {
  display: flex;
  flex-wrap: wrap;
}

.column-5n .column-box,
.column-5n .thumbnail-box,
.thumbnail-5n .column-box,
.thumbnail-5n .thumbnail-box {
  width: calc(102% / 5 - 2%);
  margin-right: 2%;
}
.column-5n .column-box:nth-child(n+6),
.column-5n .thumbnail-box:nth-child(n+6),
.thumbnail-5n .column-box:nth-child(n+6),
.thumbnail-5n .thumbnail-box:nth-child(n+6) {
  margin-top: 2%;
}
.column-5n .column-box:nth-child(5n),
.column-5n .thumbnail-box:nth-child(5n),
.thumbnail-5n .column-box:nth-child(5n),
.thumbnail-5n .thumbnail-box:nth-child(5n) {
  margin-right: 0;
}

/* sp */
@media screen and (max-width: 769px) {
  .column-5n,
  .thumbnail-5n {
    display: block;
  }
  .column-5n .column-box,
  .column-5n .thumbnail-box,
  .thumbnail-5n .column-box,
  .thumbnail-5n .thumbnail-box {
    width: 100%;
    margin: 0 0 20px;
  }
  .column-5n .column-box:last-child,
  .column-5n .thumbnail-box:last-child,
  .thumbnail-5n .column-box:last-child,
  .thumbnail-5n .thumbnail-box:last-child {
    margin-bottom: 0;
  }
}
.column-6n,
.thumbnail-6n {
  display: flex;
  flex-wrap: wrap;
}

.column-6n .column-box,
.column-6n .thumbnail-box,
.thumbnail-6n .column-box,
.thumbnail-6n .thumbnail-box {
  width: calc(102% / 6 - 2%);
  margin-right: 2%;
}
.column-6n .column-box:nth-child(n+7),
.column-6n .thumbnail-box:nth-child(n+7),
.thumbnail-6n .column-box:nth-child(n+7),
.thumbnail-6n .thumbnail-box:nth-child(n+7) {
  margin-top: 2%;
}
.column-6n .column-box:nth-child(6n),
.column-6n .thumbnail-box:nth-child(6n),
.thumbnail-6n .column-box:nth-child(6n),
.thumbnail-6n .thumbnail-box:nth-child(6n) {
  margin-right: 0;
}

/* sp */
@media screen and (max-width: 769px) {
  .column-6n,
  .thumbnail-6n {
    display: block;
  }
  .column-6n .column-box,
  .column-6n .thumbnail-box,
  .thumbnail-6n .column-box,
  .thumbnail-6n .thumbnail-box {
    width: 100%;
    margin: 0 0 20px;
  }
  .column-6n .column-box:last-child,
  .column-6n .thumbnail-box:last-child,
  .thumbnail-6n .column-box:last-child,
  .thumbnail-6n .thumbnail-box:last-child {
    margin-bottom: 0;
  }
}
/******************************************
[clone-nav] スクロール後グローバルナビ 
******************************************/
.clone-nav {
  position: fixed;
  z-index: 1000;
  top: -10px;
  left: 0;
  width: 100%;
  max-width: 100% !important;
  transition: 0.3s;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  border-bottom: 1px solid #b9b9b9;
  padding: 10px 0;
  /* sp */
}
@media screen and (max-width: 769px) {
  .clone-nav {
    display: none;
  }
}

.is-show {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  top: 0;
}

.button, .telBtn {
  display: none;
}

/******************************************
[check] チェックボックス 
******************************************/
.check {
  /* sp */
}
.check li {
  font-size: 1em;
  line-height: 1.4;
  text-indent: -1.5em;
  padding: 0 0 20px 1.5em;
  margin-bottom: 20px;
  border-bottom: 1px dotted #b9b9b9;
}
.check li:last-child {
  margin-bottom: 0;
}
.check li:before {
  content: "\e903";
  font-family: "icomoon";
  margin-right: 0.5em;
}
/******************************************
[topics]
******************************************/
.topics {
  /* sp */
}
.topics li {
  width: 100%;
  margin: 0 0 40px;
  border: 1px solid #b9b9b9;
  background: #fff;
}
.topics li:last-child {
  margin-bottom: 0;
}
.topics li a {
  font-size: 1em;
  line-height: 1;
  display: flex;
  align-items: start;
  padding: 15px;
  text-decoration: none;
}
.topics li a .topics_thumb {
  border: 1px solid #eef0ec;
  width: 160px;
  height: 120px;
  overflow: hidden;
  margin-right: 30px;
  background: #fff url("../../assets/img/logo.png") center no-repeat;
  background-size: 80%;
  flex-shrink: 0;
}
.topics li a .topics_thumb img {
  /*position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;*/
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.topics li a .topics_txt {
  flex-shrink: 1;
  width: 878px;
}
.topics li a .category_name {
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background: #000;
  display: inline-block;
  border-radius: 200px;
  padding: 5px 15px;
}
.topics li a .topics_date {
  padding-right: 10px;
}
.topics li a .topics_title {
  font-size: 1.25rem;
  color: #a2f412;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  padding: 15px 0;
}
.topics li a .topics_body {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #5a5858;
}
.topics-detail {
  border: 1px solid #000;
  border-radius: 5px;
  padding: 30px;
}
.topics-detail .topics_title {
  font-size: 1.25rem;
  color: #a2f412;
  font-weight: 700;
  border-bottom: 1px solid #a2f412;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.topics-detail .topics_date {
  font-size: 0.875rem;
  text-align: right;
}
.topics-detail .topics_thumb img {
  height: auto;
  max-height: 400px;
  display: block;
  margin: auto;
}
.topics-detail .topics_body {
  margin-top: 20px;
}
.topics-detail .topics_body a {
  text-decoration: underline;
}
@media screen and (max-width: 769px) {
  .topics li {
    margin: 0 0 10px;
    border: 1px solid #b9b9b9;
    background: #fff;
  }
  .topics li a {
    font-size: 0.75rem;
    line-height: 1.2;
    padding: 10px;
  }
  .topics li a .topics_thumb {
    width: 100px;
    height: 80px;
    margin-right: 10px;
  }
  .topics li a .topics_txt {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .topics li a .category_name {
    font-size: 0.75rem;
  }
  .topics li a .topics_title {
    padding: 10px 0 0;
    font-size: 12px;
    height: 28.8px;
    line-height: 1.2;
    position: relative;
    overflow: hidden;
  }
  .topics li a .topics_title:before, .topics li a .topics_title:after {
    background: #fff;
    position: absolute;
  }
  .topics li a .topics_title:before {
    content: "...";
    top: 14.4px;
    right: 0;
  }
  .topics li a .topics_title:after {
    content: "";
    height: 100%;
    width: 100%;
  }
  .topics li a .topics_body {
    display: none;
  }
  .topics-detail {
    border: 1px solid #000;
    border-radius: 5px;
    padding: 30px;
  }
  .topics-detail .topics_title {
    font-size: 1.25rem;
    color: #a2f412;
    font-weight: 700;
    border-bottom: 1px solid #a2f412;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .topics-detail .topics_date {
    font-size: 0.875rem;
    text-align: right;
  }
  .topics-detail .topics_thumb img {
    height: auto;
    max-height: 400px;
    display: block;
    margin: auto;
  }
  .topics-detail .topics_body {
    margin-top: 20px;
  }
  .topics-detail .topics_body a {
    text-decoration: underline;
  }
}

/* トピックスページャー */
.topics_paging {
  margin: 40px 0 0;
  clear: both;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* sp */
}
.topics_paging li {
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  width: inherit !important;
  min-width: 65px;
  height: 36px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px !important;
  list-style: none;
  border: 1px solid #b9b9b9 !important;
  padding: 0 5px !important;
}
.topics_paging li a {
  font-size: 1rem;
  text-decoration: none;
  display: block;
  padding: 0;
}
.topics_paging li a:hover {
  color: #a2f412;
}
@media screen and (max-width: 769px) {
  .topics_paging li {
    width: auto;
    font-size: 0.75rem;
    padding: 2px;
  }
  .topics_paging li a {
    font-size: 0.75rem;
  }
}

/******************************************
[thumbnail] サムネイル付きトピックス（表示数設定は”thumbnail-Xn” ※上記column〜参照）
******************************************/
.thumbnail li .topics_thumb {
  overflow: hidden;
  width: 100%;
  height: 200px;
  display: block;
  margin-bottom: 5px;
  background: #eef0ec;
}
.thumbnail li .topics_thumb img {
  /* 高さに合わせてリサイズ、はみ出た分をトリミング */
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  max-width: inherit;
  height: 100%;
  /* 横幅に合わせてリサイズ、はみ出た分をトリミング */
  /*position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;*/
}
.thumbnail li .topics_title {
  font-size: 0.875rem;
}

/******************************************
[floatImg] 画像回り込み
******************************************/
.floatImg {
  overflow: hidden;
  /* sp */
}
.floatImg-left, .floatImg-right {
  font-size: 1rem;
  text-align: center;
  display: block;
}
.floatImg-left img,
.floatImg-left .floatImg-photo, .floatImg-right img,
.floatImg-right .floatImg-photo {
  margin-bottom: 10px;
  display: block;
}
.floatImg p {
  overflow: hidden;
}
.floatImg-right {
  float: right;
  margin: 0 0 20px 40px;
}
.floatImg-left {
  float: left;
  margin: 0 40px 20px 0;
}
@media screen and (max-width: 769px) {
  .floatImg-left, .floatImg-right {
    float: none;
    margin: 0 auto 20px;
  }
  .floatImg-left img, .floatImg-right img {
    height: auto;
  }
}

/******************************************
[frame] BOXフレーム
******************************************/
.frame {
  padding: 30px;
  border: 10px solid #b9b9b9;
  background: #fff;
  /* sp */
}
@media screen and (max-width: 769px) {
  .frame {
    padding: 10px;
    border: 8px solid #eef0ec;
  }
}

/******************************************
ローディング　loading
******************************************/
/*#loading {
  width: 100vw;
  height: 100vh;
  background: $white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
}

#loading_barWrap {
  width: 100px;
  height: 114px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform:rotate(180deg);

  &:after {
    content: "";
    background: url("../img/loading.png") center no-repeat;
    background-size: contain;
    width: 100px;
    height: 114px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transform:rotate(180deg);
  }
}

#loading_bar {
    width: 99px;
    height: 0;
    background: $main;
    transition-duration: 1s;
    bottom: -1px;
}

.text {
    text-align: center;
    color: $black;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    transform:rotate(180deg);
}

.loadingNone {
  display: none;
  animation: loadingAnime 1s forwards;
}

@keyframes loadingAnime {
    0% {
        opacity: 1;
    }
    99% {
        opacity: 0;
    }
    100% {
        opacity: 0;
        display: none;
    }
}*/
/******************************************
[sideBnr] 追随バナー
******************************************/
.sideBnr {
  width: 75px;
  position: fixed;
  right: -15px;
  top: 20%;
  z-index: 10;
  /* sp */
}
.sideBnr a {
  font-size: 1.25rem;
  color: #fff;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background: #a2f412;
  border: 2px solid #fff;
  border-radius: 5px;
  padding: 30px 30px 30px 20px;
  display: block;
  line-height: 1;
}
.sideBnr a:hover {
  text-decoration: none;
}
@media screen and (max-width: 769px) {
  .sideBnr {
    width: 100%;
    right: 0;
    left: 0;
    top: auto;
    bottom: 0;
  }
  .sideBnr a {
    font-size: 1.125rem;
    text-align: center;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    border-width: 0;
    border-radius: 0;
    padding: 10px;
    display: block;
  }
}

/******************************************
[totop] トップへ戻るボタン
******************************************/
.pagetop {
  position: fixed;
  right: 10px;
  bottom: 60px;
  z-index: 10;
  transition: 0.3s;
  /* sp */
}
.pagetop a {
  font-size: 0.875rem;
  color: #fff;
  line-height: 1;
  text-align: center;
  padding: 5px;
  display: block;
  width: 50px;
  height: 50px;
  background: #669933;
  border-radius: 100px;
  text-decoration: none;
}
.pagetop a:before {
  content: "\e902";
  font-family: "icomoon";
  display: block;
}
.pagetop a:hover {
  text-decoration: none;
}
.pagetop-wide {
  background: #fff;
  border-top: 1px solid #eef0ec;
}
.pagetop-wide a {
  font-size: 1.25rem;
  font-weight: 200;
  line-height: 1;
  display: block;
  padding: 20px 0;
  text-align: center;
  transition: 0.3s;
}
.pagetop-wide a:before {
  transition: 0.3s;
  content: "\e90a";
  font-family: "icomoon";
  display: block;
}
@media screen and (min-width: 770px) {
  .pagetop-wide a:hover {
    padding: 15px 0;
    text-decoration: none;
  }
  .pagetop-wide a:hover:before {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 769px) {
  .pagetop {
    right: 5px;
    bottom: 100px;
  }
  .pagetop a {
    font-size: 0.75rem;
    width: 40px;
    height: 40px;
  }
  .pagetop-wide a {
    padding: 20px 0;
  }
}

/******************************************
基本テーブルデザイン
******************************************/
table.basic {
  width: 100%;
  table-layout: fixed;
  /* sp */
}
table.basic tr {
  border-bottom: 1px dashed #b9b9b9;
}
table.basic tr > th, table.basic tr td {
  vertical-align: top;
  padding: 20px 0;
}
table.basic tr > th {
  text-align-last: justify;
}
table.basic tr > td {
  padding-left: 50px;
}
table.basic tr:first-child {
  border-top: 1px dashed #b9b9b9;
}
@media screen and (max-width: 769px) {
  table.basic tr > th, table.basic tr td {
    font-size: 0.75rem;
    padding: 15px 10px;
  }
  table.basic tr > th {
    width: 80px;
  }
  table.basic tr > td {
    padding-right: 0;
  }
}

/******************************************
基本リストデザイン
******************************************/
ul.basic li {
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
}

/******************************************
[global]
******************************************/
html,
body {
  height: 100%;
  margin: auto;
}

html {
  -webkit-overflow-scrolling: touch;
}

* {
  margin: 0;
  padding: 0;
}

*, ::before, ::after {
  position: relative;
  box-sizing: border-box;
}

#sb-site {
  background: #eef0ec !important;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック", YuGothic, "Yu Gothic", meiryo, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #000;
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
  /* sp */
}
@media screen and (max-width: 769px) {
  body {
    font-size: 14px;
  }
}

.inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.inner-wide {
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 769px) {
  .inner {
    max-width: 600px;
    margin: auto;
    padding: 0 15px;
  }
  .inner-wide {
    padding: 0 15px;
  }
}

img {
  max-width: 100%;
}

a {
  color: black;
}
a:hover {
  text-decoration: underline;
}

p {
  line-height: 1.6;
  text-align: justify;
  margin: 0;
}
p:lang(en) {
  text-align: left;
}

li {
  list-style: none;
}

.mincho {
  font-family: "Noto Serif JP";
}

/******************************************
[PC・SP表示非表示]
******************************************/
.pc {
  display: inline-block !important;
}
@media screen and (max-width: 769px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 769px) {
  .sp {
    display: inline-block !important;
  }
}

/******************************************
[文字拡大]
******************************************/
.big {
  font-size: 140%;
  font-weight: bold;
  /* sp */
}
@media screen and (max-width: 769px) {
  .big {
    font-size: 120%;
  }
}

/******************************************
[テキスト揃え]
******************************************/
.t-center {
  text-align: center;
}

.t-center-pc {
  text-align: center;
}
@media screen and (max-width: 769px) {
  .t-center-pc {
    text-align: justify;
  }
}

.t-left {
  text-align: left;
}

.t-right {
  text-align: right;
}

/******************************************
[左右寄せ float]
******************************************/
.f-left {
  float: left;
  margin: 0 40px 0 0;
}

.f-right {
  float: right;
  margin: 0 0 0 40px;
}

/* sp */
@media screen and (max-width: 769px) {
  .f-left,
  .f-right {
    float: none;
    display: block;
    margin: 0 0 20px 0;
  }
}
/******************************************
[テキストカラー]
******************************************/
.color-main {
  color: #a2f412;
}

.color-sub {
  color: #129602;
}

.black {
  color: #000;
}

.white {
  color: #fff;
}

.red {
  color: #dc0e1c;
}

.orange {
  color: #ff632f;
}

.yellow {
  color: #ecb028;
}

.green {
  color: #669933;
}

.brown {
  color: #574d40;
}

.gray {
  color: #b9b9b9;
}

/******************************************
[見出し]
******************************************/
h2 {
  font-size: 2.5rem;
  font-weight: 800;
  margin: 40px 0;
  /* sp */
}
h2:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 769px) {
  h2 {
    font-size: 1.25rem;
    margin: 10px 0;
  }
}

h3 {
  font-size: 3.125rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 60px;
  /* sp */
}
h3 span {
  color: #a2f412;
}
@media screen and (max-width: 769px) {
  h3 {
    font-size: 2.1875rem;
    line-height: 1.2;
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 769px) and (max-width: 320px) {
  h3 {
    font-size: 1.5625rem;
  }
}

/******************************************
[header]
******************************************/
header {
  position: fixed;
  width: 100%;
  height: 100px;
  z-index: 99999;
  /* sp */
}
header h1 {
  margin: 0 0 10px;
  font-size: 10px;
  font-weight: normal;
}
header .header-inner {
  padding: 5px 20px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 1040px;
  background: #eef0ec;
  border-bottom: 1px solid #d8d8d8;
}
header .header-logo {
  font-size: 0;
  width: auto;
  height: 48px;
  display: inline-block;
  margin: 0;
  vertical-align: top;
}
header .header-logo img {
  width: auto;
  height: 100%;
}
header nav {
  text-align: right;
}
header nav .header-tel {
  display: inline-block;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
}
header nav .header-tel span {
  font-size: 1.5rem;
  margin: 0 0 0 5px;
}
header nav p {
  margin: 0;
}
header .gnav {
  display: flex;
  flex-wrap: wrap;
  margin: 5px 0 0;
}
header .gnav li {
  font-size: 0.9rem;
  font-weight: bold;
  list-style: none;
  margin: 0 0 0 25px;
}
header .gnav li:first-child {
  margin: 0;
}
header .gnav li a {
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  color: #000;
  display: block;
}
header .gnav li a:hover {
  text-decoration: underline;
  color: #b9b9b9;
}
header .gnav li a img {
  display: block;
  width: 55px;
  margin: 0 auto 5px;
}
header .header-lang {
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
}
header .header-lang li {
  font-family: "Montserrat";
  font-size: 0.9rem;
  font-weight: 600;
  display: inline-block;
  color: #dcdcdc;
}
header .header-lang li:not(:last-child):after {
  content: "/";
  margin: 0 0 0 3px;
  font-weight: 400;
  color: #000;
}
header .header-lang li:last-child {
  margin-right: 0;
}
header .header-lang li a {
  text-decoration: none;
  color: #000;
}
header .header-lang li a:hover {
  color: #669933;
}
header .header-lang-txt {
  font-size: 0.6rem;
  margin: 5px 60px 0 10px;
  text-align: right;
}
@media screen and (max-width: 769px) {
  header {
    height: auto;
  }
  header .header-inner {
    display: none;
  }
}

/******************************************
[footer]
******************************************/
footer {
  background: #000;
  padding: 80px 0 0;
  /* sp */
}
footer .footer {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin: auto;
}
footer .footer-logo {
  margin: 10px 0;
}
footer .footer-add {
  text-align: left;
}
footer .footer-add a.gmapLink {
  font-size: 90%;
  color: #a2f412;
  text-decoration: underline;
}
footer .footer-tel {
  font-size: 1.875rem;
  font-weight: 700;
}
footer .footer-tel:before {
  content: "";
  width: 20px;
  height: 30px;
  background: url("../../assets/img/icon-tel-white.png") no-repeat center;
  background-size: contain;
  display: inline-block;
  margin-right: 5px;
  vertical-align: text-bottom;
}
footer .footer-nav {
  display: inline-block;
  padding: 0 30px;
  vertical-align: top;
}
footer .footer-nav li {
  margin-bottom: 20px;
}
footer .footer-nav li:before {
  content: "-";
  color: #fff;
  font-size: 1.125rem;
  display: inline-block;
  padding-right: 5px;
}
footer .footer-nav li a {
  font-size: 1.125rem;
  color: #fff;
  line-height: 1;
  padding: 15px 0;
}
footer .footer p {
  color: #fff;
}
@media screen and (max-width: 769px) {
  footer {
    padding: 30px 0;
  }
  footer .footer {
    display: block;
  }
  footer .footer > div {
    width: 100%;
    text-align: center;
  }
  footer .footer > div.footer-left {
    margin: auto;
  }
  footer .footer-logo {
    text-align: center;
    margin: 0;
  }
  footer .footer-logo img {
    width: auto;
    height: 30px;
  }
  footer .footer-add {
    line-height: 1.4;
    margin: 10px 0;
  }
  footer .footer-tel {
    margin-bottom: 20px;
  }
  footer .footer-tel:lang(en) {
    font-size: 1.5625rem;
  }
  footer .footer-nav li {
    text-align: left;
    margin-bottom: 0;
  }
  footer .footer-nav li:last-child {
    margin-right: 0;
  }
  footer .footer-nav li:before {
    font-size: 0.875rem;
  }
  footer .footer-nav li a {
    font-size: 0.875rem;
    padding: 10px 0;
    display: inline-block;
  }
}

/* コピーライト */
.copy {
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 80px 0 15px;
  /* sp */
}
@media screen and (max-width: 769px) {
  .copy {
    font-size: 0.625rem;
    padding: 30px 0 56px;
  }
}

/******************************************
[section]
******************************************/
article {
  padding-top: 100px;
  /* sp */
}
article section {
  margin: auto;
  padding: 60px 0;
  overflow: hidden;
}
@media screen and (max-width: 769px) {
  article {
    padding-top: 50px;
  }
  article section {
    padding: 20px 0;
  }
}

/******************************************
[グローバルナビ]
******************************************/
#sp-lang {
  display: none;
  /* sp */
}
@media screen and (max-width: 769px) {
  #sp-lang {
    display: block;
    position: fixed;
    top: 55px;
    right: 5px;
    z-index: 9995;
  }
  #sp-lang a {
    width: 35px;
    height: 35px;
    text-align: center;
    color: #fff;
    background: #a2f412;
    display: block;
    padding: 6px;
    border-radius: 100px;
  }
}

#sp-menu {
  display: none;
  /* sp */
}
@media screen and (max-width: 769px) {
  #sp-menu {
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    z-index: 9995;
    background: #eef0ec;
    border-bottom: 1px solid #d8d8d8;
  }
  #sp-menu .sp-menu-item {
    height: 50px;
    padding: 5px;
  }
  #sp-menu .sp-menu-item li {
    position: absolute;
    top: 5px;
    width: 40px;
    height: 40px;
  }
  #sp-menu .sp-menu-item li:after {
    font-size: 0.625rem;
    line-height: 1;
    font-weight: bold;
    color: #000;
    text-align: center;
    display: block;
    position: absolute;
    bottom: -5px;
    right: 0;
    left: 0;
    margin: auto;
  }
  #sp-menu .sp-menu-item li a img {
    width: auto;
    height: 100%;
  }
  #sp-menu .sp-menu-item li:first-child {
    top: 15px;
    left: 10px;
    width: 177px;
    height: 23px;
    z-index: 9996;
  }
  #sp-menu .sp-menu-item li:first-child img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 769px) and (max-width: 320px) {
  #sp-menu .sp-menu-item li:first-child {
    width: 130px;
  }
}
@media screen and (max-width: 769px) {
  #sp-menu .sp-menu-item li:nth-child(2) {
    right: 130px;
    z-index: 9997;
  }
  #sp-menu .sp-menu-item li:nth-child(2):after {
    content: "店舗情報";
  }
  #sp-menu .sp-menu-item li:nth-child(2):lang(en):after {
    content: "SHOP";
  }
  #sp-menu .sp-menu-item li:nth-child(3) {
    right: 85px;
    z-index: 9998;
  }
  #sp-menu .sp-menu-item li:nth-child(3):after {
    content: "車両販売";
  }
  #sp-menu .sp-menu-item li:nth-child(3):lang(en):after {
    content: "USED";
  }
  #sp-menu .sp-menu-item li:nth-child(4) {
    right: 40px;
    z-index: 9998;
  }
  #sp-menu .sp-menu-item li:nth-child(4):after {
    content: "ニュース";
  }
  #sp-menu .sp-menu-item li:nth-child(4):lang(en):after {
    content: "NEWS";
  }
  #sp-menu .sp-menu-item li:last-child {
    right: 0;
    z-index: 9999;
  }
  #sp-menu .sp-menu-item li:nth-child(2),
  #sp-menu .sp-menu-item li:nth-child(3),
  #sp-menu .sp-menu-item li:nth-child(4) {
    top: 0;
  }
}

/* sp */
@media screen and (max-width: 769px) {
  .sb-slidebar {
    background-color: #fff;
    position: relative;
    border-left: 1px solid rgba(185, 185, 185, 0.8);
  }
  .sb-slidebar li {
    color: #b9b9b9;
    border-bottom: 1px solid rgba(185, 185, 185, 0.8);
  }
  .sb-slidebar li p {
    text-align: inherit;
  }
  .sb-slidebar li:first-child {
    text-align: right !important;
    display: block;
    padding: 5px 5px 0;
  }
  .sb-slidebar li:first-child img {
    width: 40px;
    height: 40px;
  }
  .sb-slidebar li:nth-child(n+2) a {
    padding: 15px 20px;
    display: block;
    color: #000;
  }
  .sp-menu-lang {
    position: absolute;
    top: 12px;
    right: 60px;
    z-index: 9990;
    color: #000;
    font-family: "mont";
  }
  .sp-menu-lang span {
    font-weight: bold;
    display: inline-block;
    color: #b9b9b9;
    font-size: 1.2rem;
  }
  .sp-menu-lang span:first-of-type {
    margin: 0 0 0 10px;
  }
  .sp-menu-lang span:first-of-type::after {
    content: "/";
    font-weight: 400;
    margin: 0 5px 0 3px;
  }
  .sp-menu-lang a {
    display: inline-block !important;
    color: #000;
  }
}
/******************************************
[google map]
******************************************/
.gmap {
  width: 100%;
  height: 400px;
  /* sp */
}
@media screen and (max-width: 769px) {
  .gmap {
    height: 300px;
  }
  .gmap iframe {
    height: 300px;
  }
}

/******************************************
[画像・ボックスの影]
******************************************/
.shadow-1 {
  box-shadow: 15px 15px 0px 0px rgba(0, 0, 0, 0.2);
}

.shadow-2 {
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.2);
}

.shadow-3 {
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.4);
}

/******************************************
会社概要テーブル
******************************************/
.about {
  /* sp */
}
.about tr {
  border-color: #a2f412 !important;
}
.about tr th {
  width: 100px;
  color: #a2f412;
}
.about tr td ul {
  display: inline-block;
  vertical-align: top;
}
.about tr td ul li {
  list-style-type: square;
  margin-left: 1.5em;
}
.about-equip ul {
  width: 49%;
  display: inline-block;
}
.about-clients ul {
  display: flex !important;
  flex-wrap: wrap;
}
.about-clients ul li {
  width: 30.5%;
}
@media screen and (max-width: 769px) {
  .about-equip ul {
    width: 100%;
  }
  .about-clients ul li {
    width: 100%;
  }
}

/******************************************
注釈.note
******************************************/
.note {
  font-size: 0.8125rem;
  line-height: 1.5;
  text-indent: -1em;
  padding: 0 0 0 1em;
  margin: 5px 0;
  display: block;
}

/******************************************
コンタクトエリア　.contact
******************************************/
.contact {
  text-align: center;
  background: url("../img/wall-bg.jpg") center repeat;
  padding: 40px 0;
  /* sp */
}
.contact-box {
  display: inline-block;
  background: #129602;
  padding: 40px;
  text-align: center;
}
.contact-box h2 {
  color: #fff;
  margin-bottom: 20px;
}
.contact-box h2 span:after {
  background: #fff;
}
.contact-box p {
  color: #fff;
  text-align: center;
}
.contact-btn {
  display: flex;
  margin-top: 30px;
}
.contact-btn-tel {
  margin-right: 40px;
  color: #fff;
  text-align: center;
  padding: 0 20px 0 20px;
  border: 2px solid #fff;
  display: flex;
  align-content: center;
}
.contact-btn-tel span {
  font-size: 1rem;
  line-height: 1.2;
  text-align: left;
  padding-top: 10px;
}
.contact-btn-tel p {
  font-family: "Roboto";
  font-size: 2.8125rem;
  font-weight: 200;
  line-height: 1;
  vertical-align: initial;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-btn-tel p:before {
  font-size: 1.4375rem;
  color: #129602;
  content: "\e900";
  font-family: "icomoon";
  margin: 0 10px;
  width: 33px;
  height: 33px;
  background: #fff;
  border-radius: 100px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.contact-btn .btn {
  margin: 0;
}
.contact-btn .btn a {
  font-size: 1.375rem;
  font-weight: 700;
}
.contact-btn .btn a:before {
  font-family: "icomoon";
  content: "\e90c";
  display: inline-block;
  margin-right: 5px;
}
@media screen and (max-width: 769px) {
  .contact {
    padding: 40px 20px;
  }
  .contact-box {
    padding: 20px;
  }
  .contact-box p {
    font-size: 3.5vw;
    text-align: justify;
  }
  .contact-btn {
    display: block;
  }
  .contact-btn > div {
    margin-top: 20px !important;
  }
  .contact-btn-tel {
    display: block;
    margin-right: 0;
    padding: 20px;
  }
}
@media screen and (max-width: 769px) and (max-width: 320px) {
  .contact-btn-tel {
    padding: 15px;
  }
}
@media screen and (max-width: 769px) {
  .contact-btn-tel span {
    text-align: center;
    padding: 0 0 10px;
    display: block;
  }
  .contact-btn-tel p {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 769px) and (max-width: 320px) {
  .contact-btn-tel p {
    font-size: 1.5625rem;
  }
}
@media screen and (max-width: 769px) and (max-width: 320px) {
  .contact-btn-tel p:before {
    font-size: 1.125rem;
    width: 28px;
    height: 28px;
  }
}
@media screen and (max-width: 769px) {
  .contact-btn-tel a {
    color: #fff;
  }
  .contact-btn .btn a {
    font-size: 1rem;
    width: 100%;
    padding: 10px 50px 13px 20px;
    margin: 0 0 4px;
  }
}
@media screen and (max-width: 769px) and (max-width: 320px) {
  .contact-btn .btn a {
    font-size: 0.75rem;
  }
}

/******************************************
[topics] トピックス
******************************************/
.topics {
  background: #fff;
  border-top: 1px solid #b9b9b9;
  border-bottom: 1px solid #b9b9b9;
}
.topics_date span {
  display: inline-block !important;
  width: auto !important;
  color: #000;
  line-height: 1;
  padding: 4px 15px !important;
}
.topics_date span:first-child {
  display: inline-block !important;
  width: auto !important;
  color: #000;
  line-height: 1;
  border-radius: 5px;
  border: 1px solid #b9b9b9;
  padding: 4px 15px !important;
}

/******************************************
[.sideBnr] サイド固定バナー
******************************************/
.sideBnr {
  /* sp */
}
.sideBnr a:before {
  font-family: "icomoon";
  content: "\e908";
  display: inline-block;
  margin: 0 0 5px;
}
@media screen and (max-width: 769px) {
  .sideBnr a:before {
    margin: 0 5px 0 0;
  }
}

/******************************************
[.basic] テーブル
******************************************/
@media screen and (max-width: 769px) {
  .basic th, .basic td {
    font-size: 14px !important;
  }
  .basic th {
    width: 70px !important;
    padding: 10px 10px 10px 0 !important;
  }
  .basic td {
    padding: 10px 0 10px 10px !important;
  }
}

/******************************************
[.calender] カレンダー
******************************************/
.calender {
  border-top: 1px solid #eef0ec;
  /* sp */
}
.calender-area {
  width: 600px;
  margin: auto;
}
.calender-area .year-month {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.calender-area .year-month-select {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
}
.calender-area table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background: #fff;
}
.calender-area table tr th, .calender-area table tr td {
  font-size: 1rem;
  padding: 10px;
}
.calender-area table tr th {
  width: 14.2857%;
  text-align: center;
  background: #d2e5bf;
  border: 1px solid #5a5858;
  background-clip: padding-box;
}
.calender-area table tr th.sunday {
  color: #dc0e1c;
}
.calender-area table tr th.saturday {
  color: #195fb5;
}
.calender-area table tr td {
  height: 75px;
  vertical-align: top;
  border: 1px solid #b9b9b9;
}
.calender-area table tr td span {
  font-size: 0.75rem;
  line-height: 1.2;
  display: block;
}
.calender-info li {
  font-size: 1.125rem;
  line-height: 1;
  margin-top: 10px;
  /*span {
    display: inline-block;
    padding: 5px 10px;
  }*/
}
.calender .holiday {
  color: #dc0e1c;
}
.calender .l-day {
  color: #ecb028;
}
.calender .event {
  color: #129602;
}
.calender .btn {
  margin: 0;
}
.calender .btn a {
  font-size: 0.75rem;
  padding: 10px 15px;
  margin: 0;
}
@media screen and (max-width: 769px) {
  .calender-area {
    width: 100%;
  }
  .calender-area .year-month {
    font-size: 1rem;
  }
  .calender-area table tr th, .calender-area table tr td {
    font-size: 0.75rem;
    padding: 3px;
  }
  .calender-area table tr th {
    font-size: 0.875rem;
  }
  .calender-area table tr td {
    height: 12vw;
  }
  .calender-area table tr td span {
    font-size: 0.625rem;
  }
  .calender-info li {
    font-size: 0.875rem;
  }
  .calender .btn a {
    padding: 8px 15px;
  }
}

/******************************************
[.footBtn] 下部固定ボタン
******************************************/
.footBtn {
  display: none;
  /* sp */
}
@media screen and (max-width: 769px) {
  .footBtn {
    width: 100%;
    background: #eef0ec;
    display: flex;
    position: fixed;
    z-index: 100;
    bottom: 0;
    padding: 10px 0;
  }
  .footBtn-tel {
    font-size: 1rem;
    background: #45b2d6;
  }
  .footBtn-tel:before {
    background-image: url(../../assets/img/icon-tel-white.png);
  }
  .footBtn-tel:lang(en) {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 769px) and (max-width: 320px) {
  .footBtn-tel {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 769px) {
  .footBtn-contact {
    font-size: 0.875rem;
    background: #e57091;
  }
}
@media screen and (max-width: 769px) and (max-width: 320px) {
  .footBtn-contact {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 769px) {
  .footBtn-contact:before {
    background-image: url(../../assets/img/icon-mail-white.png);
  }
  .footBtn a {
    line-height: 1;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    margin: 0 10px;
    padding: 10px 0;
    width: 50%;
  }
  .footBtn a:before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    width: 22px;
    height: 16px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: text-bottom;
  }
}
@media screen and (max-width: 769px) and (max-width: 320px) {
  .footBtn a:before {
    vertical-align: sub;
  }
}
@media screen and (max-width: 769px) {
  .footBtn a:last-child {
    margin-left: 0;
  }
}

/******************************************
[.modal] モーダル
******************************************/
.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  z-index: 100000;
  /* sp */
}
.modal p {
  font-size: 1rem;
}
.modal-ttl {
  font-size: 25px !important;
  color: #a2f412;
  text-align: center !important;
  font-weight: bold;
  margin-bottom: 20px;
}
.modal-photo li {
  width: 100%;
  max-width: 500px;
  margin: 10px auto;
}
.modal-photo li img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 769px) {
  .modal p {
    font-size: 0.75rem;
  }
  .modal-ttl {
    font-size: 1rem;
  }
}

.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
  overflow-y: hidden;
}

.modal__content {
  background: #fff;
  left: 50%;
  padding: 40px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  max-height: 90vh;
  overflow-y: auto;
  overflow-y: scroll;
  /* sp */
}
@media screen and (max-width: 769px) {
  .modal__content {
    padding: 15px;
    width: 90%;
  }
}

.modal-open {
  overflow-y: hidden;
}

.cont-mg02 {
  margin: 0 0 30px;
}

.short {
  width: 5em !important;
}

.font-sm {
  font-size: 0.75rem;
  margin: 0 0 0 10px;
  font-family: initial;
  /* sp */
}
.font-sm:lang(en) {
  line-height: 1.3;
}

@media screen and (max-width: 769px) {
  .font-sm {
    font-size: 0.625rem;
  }
}

/******************************************
[btn]
******************************************/
.btn,
.c-btn {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 40px;
  /* sp */
}
.btn a,
.c-btn a {
  font-size: 1rem;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  background: #000;
  border-radius: 300px;
  padding: 15px 40px;
  margin: 0 10px;
  text-decoration: none;
  /*&:after {
    content: "";
    width: 21px;
    height: 9px;
    background: url(../img/arrow.png) center no-repeat;
    background-size: cover;
    display: inline-block;
    margin: 0 0 1px 5px;
  }
  @include pc {
    &:hover {
      box-shadow: none;
      text-decoration: none;
      margin: 4px 10px 0;
    }
  }*/
}
.btn a img,
.c-btn a img {
  vertical-align: text-bottom;
  margin-right: 10px;
}
@media screen and (max-width: 769px) {
  .btn,
  .c-btn {
    display: block;
  }
  .btn a,
  .c-btn a {
    font-size: 0.875rem;
    padding: 10px 20px;
    margin: 0 0 4px;
    width: auto;
    display: inline-block;
  }
  .btn a:nth-child(n+2),
  .c-btn a:nth-child(n+2) {
    margin-top: 20px;
  }
}

#index {
  /******************************************
  [.recommend] おすすめ車両
  ******************************************/
  /******************************************
  [.bnr] スライドバナー
  ******************************************/
  /******************************************
  [.select] 商品スライド
  ******************************************/
}
#index .recommend {
  background: url("../../assets/img/index-sec1-bg.jpg") no-repeat center;
  background-size: cover;
  /* sp */
}
#index .recommend-inner {
  width: auto;
  max-width: 1800px;
  margin: auto;
  padding: 0 50px;
}
#index .recommend-ttl {
  font-size: 1.875rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 30px;
}
#index .recommend-ttl span {
  font-family: "Montserrat";
  font-size: 5rem;
  display: block;
}
#index .recommend-ttl span small {
  display: block;
  margin-top: -20px;
}
#index .recommend-list {
  display: flex;
  justify-content: center;
  padding: 0;
}
#index .recommend-list li {
  width: 33.333%;
  margin-right: 40px;
}
#index .recommend-list li:last-child {
  margin-right: 0;
}
#index .recommend-img {
  font-size: 0;
  padding: 20px;
  height: 18vw;
  max-height: 340px;
  background: #fff url("../../assets/img/logo.png") no-repeat center;
  background-size: 80%;
}
#index .recommend-img:after {
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  opacity: 0.5;
  z-index: 0;
}
#index .recommend-img a {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: block;
  z-index: 1;
}
#index .recommend-img a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
#index .recommend-name {
  font-size: 1.125rem;
  color: #fff;
  text-align: center;
  margin-top: 20px;
}
#index .recommend h2 {
  color: #fff;
}
#index .recommend .btn a {
  background: #a2f412;
}
@media screen and (max-width: 769px) {
  #index .recommend {
    background-size: cover;
    padding: 0;
  }
  #index .recommend-inner {
    width: 100%;
    max-width: inherit;
    margin: auto;
    padding: 10px;
  }
  #index .recommend-ttl {
    font-size: 0.6875rem;
    margin-bottom: 10px;
  }
  #index .recommend-ttl span {
    font-size: 1.875rem;
  }
  #index .recommend-ttl span small {
    margin-top: -10px;
  }
  #index .recommend-list li {
    margin-right: 10px;
  }
  #index .recommend-img {
    padding: 5px;
  }
  #index .recommend-name {
    font-size: 0.625rem;
    line-height: 1.2;
    margin-top: 5px;
  }
  #index .recommend h2 {
    margin-bottom: 10px;
  }
  #index .recommend .btn {
    margin: 0;
    display: inline-block;
    position: absolute;
    top: 120px;
    right: 10px;
  }
  #index .recommend .btn a {
    font-size: 0.625rem;
    padding: 5px 15px;
  }
}
#index .bnr {
  width: 100%;
  background: #fff;
  border-top: 1px solid #b9b9b9;
  border-bottom: 1px solid #b9b9b9;
  /* sp */
}
#index .bnr ul {
  transition-timing-function: linear !important;
}
#index .bnr ul li {
  width: auto !important;
  height: 90px !important;
  margin-right: 30px;
}
#index .bnr ul li img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 769px) {
  #index .bnr {
    padding: 10px 0;
  }
  #index .bnr ul li {
    width: 90% !important;
    height: auto !important;
    margin-right: 10px;
  }
  #index .bnr ul li img {
    width: 100%;
    height: auto;
  }
}
#index .cate-ttl {
  margin-bottom: 30px;
  /* sp */
}
#index .cate-ttl p {
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
#index .cate-ttl-main {
  font-family: "Montserrat";
  font-size: 3.75rem;
}
#index .cate-ttl-main:after {
  font-size: 50%;
}
#index .cate-ttl-sub {
  font-size: 1.5625rem;
  padding-top: 10px;
}
#index .cate-ttl-sub:before {
  content: "";
  width: 60px;
  height: 5px;
  background: #eef0ec;
  display: block;
  margin: auto;
  margin-bottom: 15px;
}
#index .cate-ttl .btn {
  margin-top: 30px;
}
@media screen and (max-width: 769px) {
  #index .cate-ttl {
    margin-bottom: 20px;
  }
  #index .cate-ttl-main {
    font-size: 1.5625rem;
  }
  #index .cate-ttl-sub {
    font-size: 0.75rem;
    padding-top: 7px;
  }
  #index .cate-ttl-sub:before {
    width: 40px;
    height: 3px;
    margin-bottom: 10px;
  }
  #index .cate-ttl .btn {
    margin-top: 20px !important;
  }
}
#index .slider {
  width: calc(100% - 120px);
  position: static;
}
#index .select {
  /*@include jp {
    &:nth-of-type(3) {
      .cate-ttl-main {
        &:after { content: "（イーバイク）"; }
      }
    }
    &:nth-of-type(4) {
      .cate-ttl-main {
        &:after { content: "（ロードバイク）"; }
      }
    }
    &:nth-of-type(5) {
      .cate-ttl-main {
        &:after { content: "（マウンテンバイク）"; }
      }
    }
    &:nth-of-type(6) {
      .cate-ttl-main {
        &:after { content: "（クロスバイク）"; }
      }
    }
  }*/
  /* sp */
}
#index .select ul {
  display: flex;
}
#index .select ul li {
  width: 400px;
  font-size: 0;
  border: 1px solid #b9b9b9;
  padding: 20px;
  margin-right: 30px;
  background: #fff;
}
#index .select ul li:last-child {
  margin-right: 0;
}
#index .select-img {
  width: 100%;
  height: 17vw;
  max-height: 250px;
  overflow: hidden;
  background: url("../../assets/img/logo.png") no-repeat center;
  background-size: 80%;
}
#index .select-img:after {
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  opacity: 0.5;
  z-index: 0;
}
#index .select-img img {
  z-index: 1;
}
#index .select-img a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  z-index: 1;
}
#index .select-name {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 10px;
}
#index .select-price, #index .select-size {
  margin-bottom: 10px;
}
#index .select-price dt, #index .select-price dd, #index .select-size dt, #index .select-size dd {
  font-size: 1rem;
}
#index .select-price dt, #index .select-size dt {
  font-weight: bold;
  color: #a2f412;
  border-bottom: 5px solid #a2f412;
  margin-bottom: 10px;
  display: inline-block;
}
#index .select .slide-btn {
  position: absolute;
  top: 25%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 960px;
  height: 40px;
}
#index .select .slide-btn > div {
  background-image: url(../../assets/css/swiper_a.png);
  display: flex;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
  left: auto;
  right: auto;
  position: absolute;
}
#index .select .slide-btn-prev {
  left: 0 !important;
}
#index .select .slide-btn-next {
  right: 0 !important;
  transform: scale(-1, 1);
}
#index .select .swiper-pagination {
  position: relative;
  bottom: 0;
  margin: 10px auto 0;
}
#index .select .swiper-button {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 40%;
}
#index .select .swiper-button-prev {
  top: 60%;
  left: 10px;
}
#index .select .swiper-button-next {
  top: 60%;
  right: 10px;
}
#index .select > .btn {
  margin-top: 20px;
}
@media screen and (max-width: 769px) {
  #index .select {
    padding: 40px 0;
  }
  #index .select .slider {
    width: 100%;
    padding-left: 10px;
    position: static;
  }
  #index .select ul {
    width: 100%;
    justify-content: flex-start;
  }
  #index .select ul li {
    width: 100px;
    min-width: 100px;
    padding: 10px;
    margin-right: 10px;
    opacity: 1 !important;
  }
  #index .select-name {
    font-size: 10px;
    text-align: left;
    height: 24px;
    line-height: 1.2;
    position: relative;
    overflow: hidden;
  }
  #index .select-name:before, #index .select-name:after {
    background: #fff;
    position: absolute;
  }
  #index .select-name:before {
    content: "...";
    top: 12px;
    right: 0;
  }
  #index .select-name:after {
    content: "";
    height: 100%;
    width: 100%;
  }
  #index .select-price dt, #index .select-price dd, #index .select-size dt, #index .select-size dd {
    font-size: 0.625rem;
  }
  #index .select-price dt, #index .select-size dt {
    margin-bottom: 5px;
    border-bottom: 3px solid #a2f412;
  }
  #index .select-size {
    display: none;
  }
  #index .select .btn {
    margin-top: 0;
  }
  #index .select .btn a {
    font-size: 0.75rem;
    padding: 7px 15px;
    margin: 0 auto;
  }
  #index .select .btn a:lang(en) {
    font-size: 0.625rem;
    padding: 7px 10px;
  }
  #index .select .btn-detail {
    display: none;
  }
  #index .select .swiper-pagination {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 70%;
  }
  #index .select .swiper-button {
    bottom: 45px;
  }
}

#second {
  /******************************************
  [.recommend] おすすめ車両
  ******************************************/
  /******************************************
  [item_detail.html] 車両詳細
  ******************************************/
  /******************************************
  [shop.html] 店舗情報
  ******************************************/
  /******************************************
  [faq] よくあるご質問
  ******************************************/
  /******************************************
  [contact.html] お問い合わせ
  ******************************************/
  /******************************************
  [bike]
  ******************************************/
  /******************************************
  [form]
  ******************************************/
  /******************************************
  [reserve]
  ******************************************/
  /******************************************
  [rule]
  ******************************************/
  /******************************************
  [bike-list.html] カテゴリー別バイク一覧ページ
  ******************************************/
}
#second section {
  border-bottom: 1px solid #eef0ec;
  padding: 40px 0;
}
#second .recommend {
  /* sp */
}
#second .recommend-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
#second .recommend-list li {
  width: 31.333%;
  margin: 3% 3% 0 0;
  border: 1px solid #b9b9b9;
}
#second .recommend-list li:nth-child(3n) {
  margin-right: 0;
}
#second .recommend-list li:nth-child(-n+3) {
  margin-top: 0;
}
#second .recommend-img {
  font-size: 0;
  background: #fff;
  padding: 20px;
  height: 20vw;
  max-height: 250px;
  background: url("../../assets/img/logo.png") no-repeat center;
  background-size: 80%;
}
#second .recommend-img:after {
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  opacity: 0.5;
  z-index: 0;
}
#second .recommend-img a {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: block;
  z-index: 1;
}
#second .recommend-img a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
#second .recommend-name {
  font-size: 1.125rem;
  text-align: center;
  padding: 0 20px 20px 20px;
}
@media screen and (max-width: 769px) {
  #second .recommend-list li {
    width: 48%;
    margin: 4% 4% 0 0;
  }
  #second .recommend-list li:nth-child(3n) {
    margin-right: 4%;
  }
  #second .recommend-list li:nth-child(2n) {
    margin-right: 0;
  }
  #second .recommend-list li:nth-child(-n+3) {
    margin-top: 4%;
  }
  #second .recommend-list li:nth-child(-n+2) {
    margin-top: 0;
  }
  #second .recommend-img {
    padding: 10px;
    height: 30vw;
  }
  #second .recommend-name {
    font-size: 0.75rem;
    line-height: 1.2;
    padding: 0 10px 10px 10px;
  }
}
#second .item-detail {
  /* sp  */
}
#second .item-detail-txt {
  border: 1px solid #b9b9b9;
  padding: 20px;
}
#second .item-detail .btn a {
  font-size: 1.25rem;
  width: 300px;
}
@media screen and (max-width: 769px) {
  #second .item-detail-txt {
    padding: 10px;
  }
  #second .item-detail-txt p {
    font-size: 0.75rem;
  }
  #second .item-detail .btn {
    margin-top: 30px;
    display: flex !important;
  }
  #second .item-detail .btn a {
    font-size: 1rem;
    width: 100%;
  }
}
#second .item-title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 40px;
  /* sp  */
}
@media screen and (max-width: 769px) {
  #second .item-title {
    font-size: 1rem;
    margin-bottom: 20px;
  }
}
#second .item-box {
  display: flex;
  /* sp */
}
#second .item-box .item-detail-img {
  width: 60%;
  margin: 0 40px 0 0;
}
#second .item-box .item-detail-price {
  width: 40%;
}
#second .item-box .item-detail-price > dl {
  margin-bottom: 10px;
}
#second .item-box .item-detail-price > dl dt, #second .item-box .item-detail-price > dl dd {
  font-size: 1rem;
}
#second .item-box .item-detail-price > dl dt {
  font-weight: bold;
  color: #a2f412;
  border-bottom: 5px solid #a2f412;
  margin-bottom: 10px;
  display: inline-block;
}
@media screen and (max-width: 769px) {
  #second .item-box {
    display: block;
  }
  #second .item-box .item-detail-img {
    width: 100%;
    margin: 0 0 20px 0;
  }
  #second .item-box .item-detail-price {
    width: 100%;
    margin-bottom: 20px;
  }
  #second .item-box .item-detail-price > dl {
    margin-bottom: 10px;
  }
  #second .item-box .item-detail-price > dl dt, #second .item-box .item-detail-price > dl dd {
    font-size: 0.875rem;
  }
  #second .item-box .item-detail-price > dl dt {
    margin-bottom: 5px;
    border-bottom: 3px solid #a2f412;
  }
}
#second .shop {
  /* sp */
}
#second .shop-box {
  display: flex;
  flex-wrap: wrap;
}
#second .shop-info {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  order: 2;
}
#second .shop-info tr th, #second .shop-info tr td {
  padding: 20px 10px;
  border-bottom: 1px solid #b9b9b9;
}
#second .shop-info tr th {
  text-align: left;
}
#second .shop-info-img {
  display: flex;
  width: 100%;
  margin: 0;
  order: 1;
}
#second .shop-info-img > div {
  width: 50%;
}
#second .shop-info-img > div:first-child {
  margin-right: 40px;
}
#second .shop .gmap {
  order: 3;
}
@media screen and (max-width: 769px) {
  #second .shop-info {
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 20px;
    order: 1;
  }
  #second .shop-info tr th, #second .shop-info tr td {
    padding: 10px 5px;
  }
  #second .shop-info tr th {
    width: 70px;
  }
  #second .shop-info-img {
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 0 auto 20px;
    order: 2;
  }
  #second .shop-info-img > div {
    width: 100%;
    height: auto;
  }
  #second .shop-info-img > div:first-child {
    margin: 0 0 10px;
  }
}
#second .about {
  /* sp */
}
#second .about p {
  text-align: center;
}
#second .about p .big {
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 769px) {
  #second .about h2 img {
    width: 100%;
    max-width: 500px;
    height: auto;
  }
  #second .about p {
    text-align: left;
  }
}
#second .sns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 30px auto 0;
  /* sp */
}
#second .sns li {
  width: 60px;
  margin: 0 20px;
}
#second .sns li:last-child {
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 769px) {
  #second .sns li {
    width: 40px;
    margin: 0 10px;
  }
}
#second .maintenance {
  /* sp */
}
#second .maintenance-txt {
  width: 100%;
  display: flex;
}
#second .maintenance-txt img {
  margin: 0 40px 0 0;
  width: 180px;
  height: auto;
}
@media screen and (max-width: 769px) {
  #second .maintenance-txt {
    width: 100%;
    display: block;
  }
  #second .maintenance-txt img {
    margin: 0 auto 20px;
    display: block;
  }
}
#second .staff {
  /* sp */
}
#second .staff-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#second .staff-list li {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  width: 48%;
  height: 100%;
  margin: 0 4% 4% 0;
}
#second .staff-list li:nth-child(2n) {
  margin: 0 0 4% 0;
}
#second .staff-img {
  width: 470px;
  height: 500px;
  background: #fff url(../../assets/img/logo.png) center no-repeat;
  background-size: 80%;
  border-radius: 10px;
  margin: 0 auto 10px;
  overflow: hidden;
}
#second .staff-img img {
  width: 100%;
  height: auto;
}
#second .staff-prof dl {
  display: flex;
  flex-wrap: wrap;
}
#second .staff-prof dl dt, #second .staff-prof dl dd {
  font-size: 0.875rem;
  padding: 10px 0;
  border-bottom: 1px dashed #000;
}
#second .staff-prof dl dt:last-of-type, #second .staff-prof dl dd:last-of-type {
  border-bottom-width: 0;
  padding-bottom: 0;
}
#second .staff-prof dl dt {
  font-weight: bold;
  width: 30%;
  text-align: right;
}
#second .staff-prof dl dt:after {
  content: "：";
  display: inline-block;
}
#second .staff-prof dl dd {
  width: 70%;
}
@media screen and (max-width: 769px) {
  #second .staff-list {
    display: block;
  }
  #second .staff-list li {
    padding: 15px;
    width: 100%;
    margin: 0 0 4%;
  }
  #second .staff-list li:nth-child(2n) {
    margin: 0 0 4%;
  }
  #second .staff-list li:last-child {
    margin: 0 0 0;
  }
  #second .staff-img {
    font-size: 0;
    width: 100%;
    height: auto;
  }
  #second .staff-prof dl dt, #second .staff-prof dl dd {
    font-size: 0.75rem;
  }
  #second .staff-prof dl dt {
    width: 37%;
  }
  #second .staff-prof dl dd {
    width: 63%;
  }
}
#second .slide-body {
  display: none;
}
#second .faq {
  /* sp */
}
#second .faq-item {
  border-bottom: 1px solid #e2e5df;
}
#second .faq-item:last-child {
  border-bottom: none;
}
#second .faq-item-q {
  padding: 25px 25px 25px 50px;
  background: #fff;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}
#second .faq-item-q:before {
  content: "Q";
  color: #fff;
  text-align: center;
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #129602;
  border-radius: 100px;
  margin-right: 5px;
  padding: 3px;
  position: absolute;
  top: 20px;
  left: 10px;
}
#second .faq-item-q:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  display: block;
  width: 17px;
  height: 10px;
  background: url(../../assets/img/arrow-gray2.png) no-repeat center;
  background-size: cover;
  transition: 0.3s;
}
#second .faq-item-q.is-open:after {
  transform: translateY(-50%) rotate(180deg);
}
#second .faq-item-a {
  padding: 25px 25px 25px 50px;
  background: #e2e5df;
  font-size: 0.9rem;
}
#second .faq-item-a:before {
  content: "A";
  color: #fff;
  text-align: center;
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #dc0e1c;
  border-radius: 100px;
  margin-right: 5px;
  padding: 3px;
  position: absolute;
  top: 20px;
  left: 10px;
}
@media screen and (max-width: 769px) {
  #second .faq-item-q {
    padding: 15px 45px 15px 15px;
  }
  #second .faq-item-q:before {
    font-size: 0.8rem;
    width: 20px;
    height: 20px;
    padding: 1px;
    position: initial;
  }
  #second .faq-item-a {
    padding: 15px;
  }
  #second .faq-item-a:before {
    font-size: 0.8rem;
    width: 20px;
    height: 20px;
    padding: 1px;
    position: initial;
  }
}
#second #faq-footer {
  margin-top: 40px;
  text-align: center;
  /* sp */
}
#second #faq-footer > p {
  text-align: center;
  margin: 0 0 25px;
}
#second #faq-footer > p:last-child {
  margin-bottom: 0;
}
#second #faq-footer .faq-footer {
  display: flex;
}
#second #faq-footer .faq-footer > div {
  width: 50%;
  border: 1px dashed #669933;
}
#second #faq-footer .faq-footer-tel {
  margin: 0 20px 0 0;
  padding: 20px 0;
}
#second #faq-footer .faq-footer-tel:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 769px) {
  #second #faq-footer > p {
    margin: 0;
  }
  #second #faq-footer .faq-footer {
    display: block;
  }
  #second #faq-footer .faq-footer > div {
    width: 100%;
    margin-top: 20px;
    padding: 10px;
  }
}
#second .tel-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  line-height: 1;
  /* sp */
}
#second .tel-wrap p {
  font-size: 1.125rem;
  vertical-align: text-bottom;
}
#second .tel-wrap a {
  font-size: 1.5625rem;
  font-weight: 600;
  text-decoration: none;
  vertical-align: middle;
  color: #669933;
}
@media screen and (max-width: 769px) {
  #second .tel-wrap p {
    font-size: 0.875rem;
  }
  #second .tel-wrap a {
    font-size: 1.125rem;
  }
}
#second body:lang(en) .faq-item-q {
  font-size: 1.1rem;
}
#second body:lang(en) .faq-item-a {
  font-size: 1rem;
}
#second body:lang(en) #faq-footer > p {
  font-size: 1.3rem;
}
#second body:lang(en) .faq-footer-tel {
  max-width: 600px;
}
#second body:lang(en) .tel-wrap p {
  margin: 0 15px 0 0;
}
#second body:lang(en) .tel-wrap p:last-child {
  margin-right: 0;
}
#second body:lang(en) .tel-wrap a {
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  #second body:lang(en) .tel-wrap {
    font-size: 1rem;
  }
  #second body:lang(en) .tel-wrap a {
    font-size: 1.5rem;
  }
}
#second .formTable {
  width: 100%;
  /* sp */
}
#second .formTable tr {
  border-bottom: 1px dashed #b9b9b9;
}
#second .formTable tr th, #second .formTable tr td {
  font-size: 1rem;
  font-weight: 400;
  padding: 20px 0;
}
#second .formTable tr th {
  width: 200px;
  text-align: right;
}
#second .formTable tr th span {
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  background-color: #dc0e1c;
  border-radius: 5px;
  padding: 5px;
  display: inline-block;
  margin-left: 10px;
}
#second .formTable tr td {
  width: 750px;
  padding-left: 50px;
}
#second .formTable tr td input,
#second .formTable tr td select,
#second .formTable tr td textarea {
  border: 1px solid #b9b9b9;
  border-radius: 5px;
  padding: 5px 10px;
  /* IE */
  /* Edge */
}
#second .formTable tr td input::placeholder,
#second .formTable tr td select::placeholder,
#second .formTable tr td textarea::placeholder {
  color: #b9b9b9;
}
#second .formTable tr td input:-ms-input-placeholder,
#second .formTable tr td select:-ms-input-placeholder,
#second .formTable tr td textarea:-ms-input-placeholder {
  color: #b9b9b9;
}
#second .formTable tr td input::-ms-input-placeholder,
#second .formTable tr td select::-ms-input-placeholder,
#second .formTable tr td textarea::-ms-input-placeholder {
  color: #b9b9b9;
}
#second .formTable tr td input.w20,
#second .formTable tr td select.w20,
#second .formTable tr td textarea.w20 {
  width: 30%;
}
#second .formTable tr td input.w50,
#second .formTable tr td select.w50,
#second .formTable tr td textarea.w50 {
  width: 50%;
}
#second .formTable tr td input.w100,
#second .formTable tr td select.w100,
#second .formTable tr td textarea.w100 {
  width: 100%;
}
#second .formTable tr td label {
  margin-right: 10px;
}
#second .formTable tr td label input[type=checkbox],
#second .formTable tr td label input[type=radio] {
  margin-right: 5px;
  -webkit-appearance: checkbox;
  width: auto !important;
}
@media screen and (max-width: 769px) {
  #second .formTable tr th, #second .formTable tr td {
    padding: 15px 0;
  }
  #second .formTable tr th {
    font-size: 0.75rem;
    font-weight: 700;
    width: 100px;
  }
  #second .formTable tr th span {
    font-size: 0.625rem;
    padding: 5px;
  }
  #second .formTable tr td {
    font-size: 0.9375rem;
    width: auto;
    padding-left: 20px;
  }
  #second .formTable tr td input,
  #second .formTable tr td select,
  #second .formTable tr td textarea {
    width: 100% !important;
  }
}
#second .submit {
  text-align: center;
  margin-top: 20px;
  /* sp */
}
#second .submit input {
  font-size: 1.125rem;
  text-align: center;
  border: 1px solid #b9b9b9;
  border-radius: 5px;
  padding: 5px 10px;
  width: 200px;
}
#second .submit input[type=submit] {
  color: #fff;
  background: #a2f412;
}
@media screen and (max-width: 769px) {
  #second .submit input {
    font-size: 0.9375rem;
    text-align: center;
    border: 1px solid #b9b9b9;
    border-radius: 5px;
    padding: 5px 10px;
    width: 100px;
  }
}
#second .privacy {
  margin: 50px 0;
  /* sp */
}
#second .privacy-box {
  width: 100%;
  height: 300px;
  background: #fff;
  border: 1px solid #ccc;
  margin-top: 0 !important;
}
#second .privacy-box-txt {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  padding: 10px;
}
#second .privacy-box-txt > p {
  font-size: 0.875rem;
  margin-bottom: 20px;
}
#second .privacy-box-txt dl dt {
  font-size: 1.125rem;
  font-weight: 700;
  color: #a2f412;
  margin: 20px 0 5px;
}
#second .privacy-box-txt dl dd {
  font-size: 0.875rem;
}
#second .privacy-box-txt dl dd:nth-child(2) {
  margin-bottom: 10px;
}
#second .privacy-box-txt ul {
  list-style: disc;
  margin: 0 0 20px 25px;
}
#second .privacy-box-txt ul li {
  font-size: 0.875rem;
  margin: 5px 0;
}
@media screen and (max-width: 769px) {
  #second .privacy {
    margin: 30px 0;
  }
  #second .privacy-box {
    padding: 10px 0 10px 10px;
  }
  #second .privacy-box-txt {
    padding-right: 10px;
  }
  #second .privacy-box-txt p {
    font-size: 0.75rem;
  }
  #second .privacy-box-txt dl dt {
    font-size: 1rem;
  }
  #second .privacy-box-txt dl dd {
    font-size: 0.75rem;
  }
  #second .privacy-box-txt ul li {
    font-size: 0.75rem;
  }
}
#second .sec-bike-acco dt {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 12px;
  border: #b9b9b9 1px solid;
  font-weight: bold;
  cursor: pointer;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(238, 240, 236) 100%);
  position: relative;
}
#second .sec-bike-acco dt::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 10px;
  height: 10px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
#second .sec-bike-acco dt.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}
#second .sec-bike-acco dt::before {
  content: "";
  display: inline-block;
  background: url(../../assets/img/maru.png) center left no-repeat;
  background-size: 100% auto;
  width: 16px;
  height: 16px;
  margin: 0 8px 0 0;
}
#second .sec-bike-acco dd {
  display: none;
  margin: 20px 0 30px;
}
#second .sec-bike-item {
  background: linear-gradient(to bottom, #fafafa 0%, #ffffff 50%);
}
#second .sec-bike-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
#second .bike-img {
  flex: 0 0 auto;
  width: 490px;
}
#second .bike-info {
  flex: 0 0 auto;
  width: 100%;
  max-width: 450px;
}
#second .bike-name {
  margin: 0 0 15px;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1;
  color: #669933;
}
#second .bike-name span {
  display: block;
  margin: 20px 0 0;
  font-size: 1.2rem;
  font-weight: 700;
  color: #000;
}
#second .bike-link {
  margin: 0 0 35px;
  word-break: break-all;
}
#second .bike-spec {
  margin: 0 0 35px;
  padding: 15px 5px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  overflow: hidden;
}
#second .bike-spec dt,
#second .bike-spec dd {
  margin: 15px 0 0;
  line-height: 1.2;
}
#second .bike-spec dt {
  clear: both;
  float: left;
}
#second .bike-spec dt:first-child, #second .bike-spec dt:first-child + dd {
  margin-top: 0;
}
#second .bike-spec dd {
  float: left;
  padding: 0 0 0 1rem;
  font-weight: 400;
  text-indent: -1rem;
}
#second .bike-spec dd:before {
  content: "：";
}
#second .bike-description {
  margin: 0 0 20px;
}
#second .bike-reserve {
  text-align: right;
}
#second .bike-reserve-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  height: 35px;
  padding: 0 15px;
  background: #669933;
  text-decoration: none;
  color: #fff;
}
#second input[type=text][disabled] {
  background: #eee;
}
#second .required {
  font-size: 0.625rem;
  color: #fff;
  display: inline-block;
  background: #dc0e1c;
  margin: 0 0 0 5px;
  padding: 0px 7px;
  border-radius: 10px;
  vertical-align: text-bottom;
}
#second .form-text {
  width: 100%;
  height: 45px;
  padding: 0 15px;
  border-radius: 3px;
  border: 1px solid #cecece;
}
#second .form-textarea {
  width: 100%;
  padding: 15px;
  border-radius: 3px;
  border: 1px solid #cecece;
}
#second .form-date {
  width: 100%;
  height: 45px;
  padding: 0 0 0 50px;
  background: url(../../assets/img/icon-calendar.png) no-repeat 15px center;
  background-size: 21px 23px;
  border-radius: 3px;
  border: 1px solid #cecece;
}
#second .form-select {
  width: 100%;
  height: 45px;
  padding: 0 0 0 15px;
  background: url(../img/arrow-gray.png) no-repeat right 10px center #fff;
  background-size: 15px 9px;
  border-radius: 3px;
  border: 1px solid #cecece;
}
#second .form-select-small {
  width: 90px;
}
#second .form-radio-list {
  display: flex;
  align-items: center;
}
#second .form-radio-list li {
  margin: 0 70px 0 0;
}
#second .form-radio-list li:last-child {
  margin-right: 0;
}
#second .form-radio-wrap input {
  display: none;
}
#second .form-radio-wrap input:checked + .form-radio-label:before {
  background: url(../../assets/img/icon-check-white.png) no-repeat center #669933;
  background-size: 16px 18px;
  border-color: #669933;
}
#second .form-radio-label {
  display: flex;
  align-items: center;
  font-weight: bold;
}
#second .form-radio-label:before {
  content: "";
  display: block;
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  margin: 0 15px 0 0;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #cecece;
}
#second .form-help {
  margin: 10px 0 0;
  font-size: 0.8rem;
}
#second .form-help a {
  color: #195fb5;
  text-decoration: underline;
}
#second .form-help-red {
  margin: 10px 0 0;
  font-size: 1rem;
  color: #dc0e1c;
}
#second body:lang(en) .form-radio-label {
  font-weight: normal;
}
#second .form-short {
  width: 30%;
}
@media screen and (min-width: 769px) {
  #second .form-radio-wrap:hover {
    cursor: pointer;
  }
}
@media screen and (max-width: 768px) {
  #second .form-select-small {
    width: 60px;
  }
  #second .form-radio-list {
    flex-direction: column;
    align-items: flex-start;
  }
  #second .form-radio-list li {
    margin: 0 0 10px;
  }
  #second .form-radio-list li:last-child {
    margin-bottom: 0;
  }
  #second .form-help {
    margin: 5px 0 0;
    font-size: 0.7rem;
  }
  #second .form-help-red {
    margin: 5px 0 0;
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 576px) {
  #second .form-short {
    width: 60%;
  }
}
#second .sec-reserve-item {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  background: #fff;
}
#second .sec-reserve-item .spbr.sp-price {
  display: inline-block;
  width: 1em;
}
#second .sec-reserve-item .select-list {
  width: 400px;
  font-size: 0;
  border: 1px solid #b9b9b9;
  padding: 20px;
  margin: 20px 0;
  /* sp */
}
@media screen and (max-width: 769px) {
  #second .sec-reserve-item .select-list {
    width: 100%;
    padding: 10px;
  }
}
#second .sec-reserve-item .select-name {
  font-size: 1rem;
  font-weight: bold;
  /* sp */
}
@media screen and (max-width: 769px) {
  #second .sec-reserve-item .select-name {
    font-size: 0.875rem;
  }
}
#second .sec-reserve-head {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 65px;
  background: #669933;
  font-size: 1.2rem;
  font-weight: normal;
  color: #fff;
  text-align: center;
  line-height: 1.3;
}
#second .sec-reserve-head span {
  display: block;
  font-size: 0.8rem;
}
#second .sec-reserve-inner {
  padding: 30px 45px;
  /* sp */
}
@media screen and (max-width: 769px) {
  #second .sec-reserve-inner {
    padding: 15px 0;
  }
}
#second .reserve-note {
  margin: 15px 0 0;
  padding: 20px 0;
  background: #eef9dc;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  color: #6ba30a;
}
#second .reserve-table-frame {
  width: 100%;
}
#second .reserve-table {
  width: 100%;
  font-size: 0.9rem;
}
#second .reserve-table a {
  text-decoration: none;
}
#second .reserve-table th,
#second .reserve-table td {
  padding: 10px 0;
  border-bottom: 1px dashed #b9b9b9;
}
#second .reserve-table th {
  text-align: left;
  white-space: nowrap;
}
#second .reserve-table .reserve-cell {
  width: 1%;
  min-width: 12em;
  padding: 0 20px 0 0;
  text-align: center;
  word-break: break-all;
}
#second .reserve-bike {
  display: flex;
  align-items: center;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
  font-weight: 600;
}
#second .reserve-bike span {
  font-size: 0.8rem;
  font-weight: normal;
  margin: 0 0 0 1em;
}
#second .reserve-bike-sub {
  margin: 0 0 0 20px;
  font-size: 0.9rem;
}
#second #reserve-date-table {
  display: flex;
  align-items: flex-end;
  width: 100%;
}
#second #reserve-date-table li {
  flex: 1 0 auto;
}
#second #reserve-date-table .date-unit {
  flex: 0 1 auto;
  padding: 0 20px 10px;
}
#second .reserve-date-label {
  margin: 0 0 10px;
  font-weight: bold;
}
#second .reserve-accessory {
  display: flex;
  align-items: center;
  font-weight: 400;
  line-height: 1;
}
#second .reserve-accessory-ttl {
  font-weight: bold;
}
#second .reserve-accessory-ttl span {
  font-size: 0.9rem;
  font-weight: normal;
}
#second .reserve-accessory-ttl span:before {
  content: "|";
  margin: 0 15px;
}
#second .reserve-accessory-img {
  width: 55px;
  margin: 0 0 0 30px;
}
#second .reserve-user-table {
  width: 100%;
}
#second .reserve-user-table th,
#second .reserve-user-table td {
  padding: 0 0 20px;
}
#second .reserve-user-table th {
  width: 180px;
  text-align: left;
}
#second .reserve-user-table th.reserve-user-label {
  padding-top: 15px;
  vertical-align: top;
}
#second .reserve-user-table th {
  padding-right: 20px;
}
#second #reserve-rule-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
}
#second #reserve-rule-check {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  margin: 0 15px 0 0;
  background: url(../../assets/img/icon-check-gray.png) no-repeat center #fff;
  background-size: 18px 20px;
  border: 1px solid #cecece;
  border-radius: 0;
}
#second #reserve-rule-check:checked {
  background-image: url(../../assets/img/icon-check-green.png);
}
#second #reserve-rule-text {
  font-size: 1.1rem;
}
#second #reserve-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  height: 80px;
  margin: 0 auto;
  background: #669933;
  font-size: 1.5rem;
  color: #fff;
  transition: 0.3s;
}
#second #reserve-btn:disabled {
  background: #cecece;
}
#second .reserve-confirm-head {
  margin: 0 0 20px;
}
#second .error_messe {
  margin: 0 0 10px;
  color: #e80000;
}
#second .reserve-error-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  height: 60px;
  margin: 40px auto 0;
  background: #000;
  text-decoration: none;
  font-size: 1.2rem;
  color: #fff;
}
#second #reserve-confirm-table {
  width: 100%;
  margin: 0 0 40px;
  border-top: 1px solid #bfbfbf;
  /* sp */
}
#second #reserve-confirm-table tr:nth-child(even) {
  background: #fafafa;
}
#second #reserve-confirm-table tr:last-child th,
#second #reserve-confirm-table tr:last-child td {
  border-bottom-style: solid;
}
#second #reserve-confirm-table th,
#second #reserve-confirm-table td {
  padding: 15px 0;
  border-bottom: 1px dashed #bfbfbf;
}
#second #reserve-confirm-table th {
  width: 1%;
  padding: 0 20px 0 10px;
}
@media screen and (max-width: 769px) {
  #second #reserve-confirm-table {
    border-spacing: 0;
  }
  #second #reserve-confirm-table tr:first-child th {
    text-align: center;
  }
  #second #reserve-confirm-table tr:first-child th:first-child {
    width: 155px;
    padding: 5px 10px;
  }
  #second #reserve-confirm-table th {
    width: auto;
    text-align: left;
    padding: 0 10px;
    word-break: break-all;
  }
}
#second #reserve-finish .sec-reserve-inner {
  margin: 0 0 30px;
  padding: 60px 0;
  text-align: center;
}
#second .reserve-finish-text {
  margin: 0 0 40px;
}
#second #reserve-submit-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  height: 80px;
  margin: 0 auto;
  background: #669933;
  font-size: 1.5rem;
  color: #fff;
}
#second .table-cell-fit {
  width: 60px;
  text-align: right;
  word-break: break-all;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  #second #reserve-btn:not(:disabled):hover,
  #second #reserve-submit-btn:not(:disabled):hover {
    background-color: #6b9c16;
  }
  #second .reserve-error-btn:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  #second #sec-reserve {
    padding: 20px 0;
  }
  #second #sec-reserve .sec-head {
    margin: 0 0 20px;
  }
  #second .sec-reserve-inner {
    padding: 15px 10px;
    font-size: 0.8rem;
  }
  #second .sec-reserve-item .spbr.sp-price {
    display: block;
    width: auto;
  }
  #second .sec-reserve-head {
    min-height: 36px;
    font-size: 1rem;
    padding: 5px 0;
  }
  #second .sec-reserve-head:lang(en) {
    padding: 5px 10px;
  }
  #second .sec-reserve-head span {
    font-size: 0.7rem;
  }
  #second .reserve-note {
    padding: 10px;
  }
  #second .reserve-bike {
    flex-direction: column;
    align-items: flex-start;
    font-size: 0.9rem;
  }
  #second .reserve-bike-sub {
    margin: 10px 0 0;
    font-size: 0.75rem;
  }
  #second #reserve-date-table {
    flex-direction: column;
    align-items: flex-start;
  }
  #second #reserve-date-table li {
    width: 100%;
    margin: 0 0 10px;
  }
  #second #reserve-date-table li:last-child {
    margin-bottom: 0;
  }
  #second #reserve-date-table .reserve-date-label {
    margin: 0 0 5px;
  }
  #second #reserve-date-table .date-unit {
    display: none;
  }
  #second .reserve-accessory {
    flex-wrap: wrap;
  }
  #second .reserve-accessory-color {
    margin: 0;
    font-size: 0.8rem;
  }
  #second .reserve-accessory-color:before {
    margin: 0 10px;
  }
  #second .reserve-accessory-img {
    width: 60px;
    margin: 0 0 0 10px;
  }
  #second .reserve-accessory-img img {
    width: 55px;
  }
  #second .reserve-user-table th,
  #second .reserve-user-table td {
    display: block;
  }
  #second .reserve-user-table th {
    width: auto;
    padding: 0 0 5px;
  }
  #second .reserve-user-table th.reserve-user-label {
    padding-top: 0;
  }
  #second .reserve-user-table td {
    padding: 0 0 15px;
  }
  #second #reserve-rule-wrap {
    margin: 15px 0;
  }
  #second #reserve-finish .sec-reserve-inner {
    margin: 0 0 20px;
    padding: 25px 15px;
    text-align: left;
    font-size: 0.8rem;
  }
  #second #reserve-confirm {
    padding: 0 15px;
  }
  #second #reserve-finish {
    padding: 0 15px;
  }
  #second .reserve-finish-text {
    margin: 0 0 30px;
  }
  #second #reserve-btn,
  #second #reserve-submit-btn {
    height: 60px;
    font-size: 1.2rem;
  }
  #second .reserve-error-btn {
    height: 40px;
    margin-top: 20px;
    font-size: 0.9rem;
  }
  #second body:lang(en) .reserve-table th {
    font-size: 0.75rem;
  }
  #second body:lang(en) .reserve-table .reserve-cell {
    padding: 0 5px;
  }
  #second body:lang(en) .reserve-accessory-color {
    margin: 5px 0 0;
  }
  #second body:lang(en) .reserve-accessory-color:before {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  #second .sec-head {
    font-size: 1.5rem;
  }
  #second .reserve-bike {
    font-size: 0.8rem;
    margin: 0 3px 0 0;
  }
  #second .reserve-bike span {
    display: block;
    margin: 3px 0 0;
    font-size: 0.7rem;
  }
  #second .reserve-table {
    width: 100%;
    font-size: 0.6rem;
  }
  #second .reserve-table thead {
    display: none;
  }
  #second .reserve-table thead th,
  #second .reserve-table thead td {
    word-wrap: break-word;
    padding: 10px 0;
  }
  #second .reserve-table thead th {
    line-height: 1.2;
  }
  #second .reserve-table tbody {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  #second .reserve-table tbody tr {
    width: 47%;
    margin: 6% 6% 0 0;
  }
  #second .reserve-table tbody tr:nth-child(2n) {
    margin-right: 0;
  }
  #second .reserve-table tbody tr:nth-child(-n+2) {
    margin-top: 0;
  }
  #second .reserve-table tbody tr td {
    display: block;
  }
  #second .reserve-table .table-cell-fit {
    width: 100%;
  }
  #second .reserve-table .reserve-size {
    min-width: 4em !important;
  }
  #second .reserve-table .reserve-cell {
    width: 100%;
    padding: 0;
  }
  #second .reserve-accessory-ttl span {
    font-size: 0.6rem;
  }
  #second .reserve-accessory-ttl span:before {
    margin: 0 3px;
  }
  #second .reserve-accessory-img {
    width: 40px;
    margin: 0 0 0 5px;
  }
  #second .reserve-accessory-img img {
    width: 100%;
  }
}
@media screen and (max-width: 320px) {
  #second .reserve-bike {
    font-size: 0.7rem;
  }
  #second .reserve-bike span {
    font-size: 0.6rem;
  }
  #second .reserve-table .reserve-cell {
    min-width: 5.5em;
  }
  #second .form-select-small {
    width: 52px;
  }
  #second .form-select {
    padding: 0 0 0 8px;
  }
}
#second #rule-frame {
  border: 2px solid #b9b9b9;
  height: 300px;
  overflow-y: scroll;
  padding: 40px;
  margin: 40px 0 0;
  font-size: 0.8rem;
}
#second h3 {
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 10px;
}
#second #rule-wrap {
  background-color: #fff;
  padding: 40px;
  font-size: 0.8rem;
}
#second .rule-ttl {
  font-weight: bold;
  font-size: 1rem;
}
#second .rule-subttl {
  font-weight: bold;
  font-size: 0.8rem;
  margin-top: 10px;
}
#second .rule-note {
  font-size: 0.8rem;
}
#second .rule-list {
  font-size: 0.8rem;
}
#second .rule-item {
  margin: 0 0 30px;
}
#second .rule-item p {
  font-size: 0.9rem;
  text-align: left;
}
#second .rule-item:last-child {
  margin-bottom: 0;
}
#second .rule-number-list > li {
  font-size: 0.9rem;
  padding: 0 0 0 1.4em;
  text-indent: -1.4em;
  margin-top: 5px;
}
#second .rule-number-list > li:lang(en) {
  padding: 0 0 0 1.7em;
  text-indent: -1.7em;
}

#second .rule-number-list > li .deposit {
  margin: 10px 0;
}
#second .rule-number-list > li .deposit table {
  border-collapse: collapse;
}
#second .rule-number-list > li .deposit table tr th, #second .rule-number-list > li .deposit table tr td {
  border: 1px solid #b9b9b9;
  padding: 10px 15px;
}
#second .rule-number-list > li .deposit table tr th {
  background: #eef0ec;
}
#second .rule-number-list > li .deposit table tr th:nth-child(1) {
  text-align: center;
}
#second .rule-number-list > li .deposit table tr th:nth-child(n+2) {
  width: 13.5%;
  text-align: right;
}
#second .rule-number-list > li .deposit table tr td {
  text-align: center;
}
#second .rule-list {
  margin-top: 5px;
  list-style: disc inside;
}
#second .rule-list li {
  font-size: 0.9rem;
  padding: 0 0 0 14px;
  text-indent: -7px;
}
#second .rule-list li:lang(en) {
  padding: 0 0 0 15px;
  text-indent: -7.5px;
}

#second .rule-list li:before {
  content: "・";
  display: inline-block;
}
#second .rule-indent {
  margin: 0 0 0 1em;
}
@media screen and (max-width: 768px) {
  #second #rule-wrap {
    padding: 25px 15px;
  }
  #second .rule-item {
    margin: 0 0 20px;
  }
  #second .rule-number-list > li .deposit {
    overflow: scroll;
  }
  #second .rule-number-list > li .deposit table {
    width: 650px;
  }
  #second .rule-number-list > li .deposit table tr th, #second .rule-number-list > li .deposit table tr td {
    font-size: 0.6rem;
    padding: 10px;
  }
}
@media screen and (max-width: 576px) {
  #second h3 {
    font-size: 1.1rem;
  }
  #second #reserve-rule-text {
    font-size: 0.9rem;
  }
  #second #rule-frame {
    padding: 25px 10px;
  }
}
#second .cate-ttl {
  margin-bottom: 50px;
  /* sp */
}
#second .cate-ttl p {
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
#second .cate-ttl-main {
  font-family: "Montserrat";
  font-size: 3.75rem;
}
#second .cate-ttl-main:after {
  font-size: 50%;
}
#second .cate-ttl-sub {
  font-size: 1.875rem;
  padding-top: 10px;
}
#second .cate-ttl-sub:before {
  content: "";
  width: 60px;
  height: 5px;
  background: #eef0ec;
  display: block;
  margin: auto;
  margin-bottom: 15px;
}
@media screen and (max-width: 769px) {
  #second .cate-ttl {
    margin-bottom: 20px;
  }
  #second .cate-ttl-main {
    font-size: 1.5625rem;
  }
  #second .cate-ttl-sub {
    font-size: 0.75rem;
    padding-top: 7px;
  }
  #second .cate-ttl-sub:before {
    width: 40px;
    height: 3px;
    margin-bottom: 10px;
  }
}
#second .select {
  /* sp */
}
#second .select:lang(ja):nth-of-type(3) .cate-ttl-main:after {
  content: "（イーバイク）";
}
#second .select:lang(ja):nth-of-type(4) .cate-ttl-main:after {
  content: "（ロードバイク）";
}
#second .select:lang(ja):nth-of-type(5) .cate-ttl-main:after {
  content: "（マウンテンバイク）";
}
#second .select:lang(ja):nth-of-type(6) .cate-ttl-main:after {
  content: "（クロスバイク）";
}

#second .select ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#second .select ul li {
  width: 31.333%;
  font-size: 0;
  border: 1px solid #b9b9b9;
  padding: 20px;
  margin: 0 3% 3% 0;
  background: #fff;
}
#second .select ul li:nth-child(3n) {
  margin-right: 0;
}
#second .select-img {
  width: 100%;
  height: 17vw;
  max-height: 250px;
  overflow: hidden;
  background: url("../../assets/img/logo.png") no-repeat center;
  background-size: 80%;
}
#second .select-img:after {
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  opacity: 0.5;
  z-index: 0;
}
#second .select-img a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  z-index: 1;
}
#second .select-img img {
  z-index: 1;
}
#second .select-name {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 10px;
}
#second .select-price, #second .select-size {
  margin-bottom: 10px;
}
#second .select-price dt, #second .select-price dd, #second .select-size dt, #second .select-size dd {
  font-size: 1rem;
}
#second .select-price dt, #second .select-size dt {
  font-weight: bold;
  color: #a2f412;
  border-bottom: 5px solid #a2f412;
  margin-bottom: 10px;
  display: inline-block;
}
#second .select-list > .btn a {
  font-size: 0.75rem;
}
#second .select .topics_paging {
  margin-top: 20px;
}
@media screen and (max-width: 769px) {
  #second .select {
    padding: 40px 0;
  }
  #second .select .slider {
    width: 100%;
    padding-left: 10px;
    position: static;
  }
  #second .select ul {
    width: 100%;
    justify-content: flex-start;
  }
  #second .select ul li {
    width: 48%;
    padding: 10px;
    margin: 0 4% 4% 0;
    opacity: 1 !important;
  }
  #second .select ul li:nth-child(3n) {
    margin-right: 4%;
  }
  #second .select ul li:nth-child(2n) {
    margin-right: 0;
  }
  #second .select-img {
    height: 30vw;
    max-height: 250px;
  }
  #second .select-name {
    font-size: 10px;
    text-align: left;
    height: 24px;
    line-height: 1.2;
    position: relative;
    overflow: hidden;
  }
  #second .select-name:before, #second .select-name:after {
    background: #fff;
    position: absolute;
  }
  #second .select-name:before {
    content: "...";
    top: 12px;
    right: 0;
  }
  #second .select-name:after {
    content: "";
    height: 100%;
    width: 100%;
  }
  #second .select-price dt, #second .select-price dd, #second .select-size dt, #second .select-size dd {
    font-size: 0.625rem;
  }
  #second .select-price dt, #second .select-size dt {
    margin-bottom: 5px;
    border-bottom: 3px solid #a2f412;
  }
  #second .select .btn {
    margin-top: 0;
  }
  #second .select .btn a {
    font-size: 0.75rem;
    padding: 7px 15px;
    margin: 0 auto;
  }
  #second .select .btn a:lang(en) {
    font-size: 0.625rem;
    padding: 7px 10px;
  }
  #second .select .btn-detail {
    display: none;
  }
}
#second .topics {
  background: #eef0ec;
}