@charset "UTF-8";
/* SCSS Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

html {
  height: 100%;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background-color: #fff;
  height: 100%;
}

@media screen and (min-width: 768px) {
  body {
    padding-right: 100px;
  }
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: top;
}

.pc {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }
}

.sp {
  display: block !important;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.sp-ib {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .sp-ib {
    display: none;
  }
}

.wapper {
  max-width: 1280px;
  margin: 0 auto;
}

.container-1200 {
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
}

.container-1000 {
  max-width: 1000px;
  margin: 0 auto;
}

.container-900 {
  max-width: 900px;
  margin: 0 auto;
}

.container-600 {
  max-width: 600px;
  margin: 0 auto;
}

.text-center {
  text-align: center;
}

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

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

.bold {
  font-weight: bold;
}

.pagetop {
  position: relative;
  width: 100%;
}

#page_top {
  position: absolute;
  bottom: 160px;
  right: 0px;
}

@media screen and (min-width: 768px) {
  #page_top {
    bottom: 210px;
  }
}

#page_top a {
  text-decoration: none;
  padding: 10px 10px;
}

#page_top a:hover {
  opacity: 0.5;
}

.sp {
  display: block;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}

.pci {
  display: none;
}

@media screen and (min-width: 768px) {
  .pci {
    display: inline-block;
  }
}

main {
  padding-top: 0;
}

@media screen and (min-width: 768px) {
  main {
    padding-top: 0;
  }
}

.pageblock {
  padding: 70px 0px;
}

.pageblock-title {
  /*max-width: 300px;*/
}

.pageblock-title img {
  height: 30px;
  width: auto;
}

.pageblock-title img.sp {
  height: 65px;
}

@media screen and (min-width: 768px) {
  .pageblock-title img {
    height: auto;
  }
}

.pageblock-title-text {
  font-size: 13px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .pageblock-title-text {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .pageblock .spcenter {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

.graybg {
  background-color: #f2f2f2;
}

.sidepd {
  padding-left: 15px;
  padding-right: 15px;
}

.slideradius {
  border-radius: 15px;
}

.wavebg {
  background: url("../images/common/wavebg.png") repeat-y top center;
  background-size: 100% auto;
}

@media screen and (max-width: 767px) {
  .wavebg {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .spwavebg {
    background: url("../images/common/wavebg.png") repeat-y top center;
    background-size: 100% auto;
  }
}

.pagetitle-radius {
  padding: 10px;
  padding-bottom: 50px;
  padding-top: 60px;
  border-radius: 0;
  background: #fff;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
  .pagetitle-radius {
    padding: 50px;
    border-radius: 50px;
    margin-left: 10px;
    margin-right: 10px;
  }
}

.pagetitle-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (min-width: 768px) {
  .pagetitle-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.pagetitle-flex-col {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .pagetitle-flex-col {
    width: 50%;
  }
}

.pagetitle-icon {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  width: 30%;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .pagetitle-icon {
    width: auto;
  }
}

.pagetitle-icon img {
  -webkit-animation: rotateicon 10s infinite linear;
          animation: rotateicon 10s infinite linear;
}

.pagetitle-icon img.na {
  -webkit-animation: none;
          animation: none;
}

.pagetitle-h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .pagetitle-h2 {
    font-size: 31px;
    line-height: 1.8;
  }
}

.pagetitle-h2.club {
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .pagetitle-h2.club {
    line-height: 1.5;
  }
}

.pagetitle-text {
  font-size: 16px;
  line-height: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .pagetitle-text {
    display: block;
  }
}

.pagetitle .sp-icon {
  position: absolute;
  width: 100%;
  z-index: 2;
}

.pagetitle .sp-icon .pagetitle-icon {
  margin-left: auto;
  margin-right: 5px;
}

@-webkit-keyframes rotateicon {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes rotateicon {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@media screen and (min-width: 768px) {
  .submenu {
    padding-top: 0;
  }
}

.submenu-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 10px;
}

@media screen and (min-width: 768px) {
  .submenu-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0;
  }
}

.submenu-flex-col {
  position: relative;
  margin: 10px 0;
  height: 350px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-radius: 15px;
  background: #555;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .submenu-flex-col {
    height: 450px;
    width: calc((100% - 20px) / 3);
  }
}

.submenu-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  border-radius: 15px;
}

.submenu-bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 1;
  -o-object-fit: cover;
     object-fit: cover;
}

.btn {
  margin-top: 30px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  top: 0;
  left: 0;
  height: 45px;
  border-radius: 100px;
  display: block;
  width: 90%;
  overflow: hidden;
}

.btn-center {
  margin-left: auto;
  margin-right: auto;
}

.btn-white {
  color: #f7931e;
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.btn-white:hover {
  color: #fff;
}

.btn-orange {
  font-weight: bold;
  background: #f7931e;
  color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn::after {
  content: "";
  text-decoration: none;
  text-transform: uppercase;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 100px;
  display: inline-block;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.btn-animation-1 .text {
  position: relative;
  z-index: 10;
}

.btn-animation-1:after {
  content: " ";
  width: 0%;
  height: 100%;
  background: #333333;
  position: absolute;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  right: 0;
}

.btn-animation-1:hover:not(.disable):after {
  right: auto;
  left: 0;
  width: 100%;
}

.submenu-btn {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.submenu-btn img {
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

.submenu-btn:hover .submenu-btn-a:after {
  -webkit-animation: sarrow 1.2s infinite;
          animation: sarrow 1.2s infinite;
}

@-webkit-keyframes sarrow {
  50% {
    right: -1em;
    opacity: 1;
  }
  100% {
    right: -1.5em;
    opacity: 0;
  }
}

@keyframes sarrow {
  50% {
    right: -1em;
    opacity: 1;
  }
  100% {
    right: -1.5em;
    opacity: 0;
  }
}

.submenu-btn:hover img {
  -webkit-transform: scale(120%, 120%);
          transform: scale(120%, 120%);
}

.submenu-btn-a {
  position: relative;
  display: inline-block;
  padding: 10px 30px 10px 5px;
  background-color: #f7931e;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 0 15px 15px 0;
  font-size: 21px;
  z-index: 2;
  bottom: 30px;
  font-weight: bold;
}

.submenu-btn-a:after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  background: url("../images/common/submenu-btn-arrow.svg") no-repeat left top;
  width: 35px;
  height: 8px;
  opacity: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.fslide img {
  vertical-align: bottom;
}

.shopgallery .slick-prev,
.shopgallery .slick-next,
.sportsbike .slick-prev,
.sportsbike .slick-next {
  top: auto;
  bottom: -25px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  z-index: 2;
  height: 15px;
  width: 40px;
}

@media screen and (min-width: 768px) {
  .shopgallery .slick-prev,
  .shopgallery .slick-next,
  .sportsbike .slick-prev,
  .sportsbike .slick-next {
    width: 100px;
  }
}

.shopgallery .slick-prev,
.sportsbike .slick-prev {
  left: 0;
}

.shopgallery .slick-prev:before,
.sportsbike .slick-prev:before {
  content: "";
  color: #000;
  background: url("../images/common/slick-prev.svg") no-repeat left top;
  position: absolute;
  left: 0;
  top: 0;
  height: 15px;
  width: 100%;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.shopgallery .slick-prev:hover:before,
.sportsbike .slick-prev:hover:before {
  content: "";
  left: -20px;
  background: url("../images/common/slick-prev-hover.svg") no-repeat left top;
}

.shopgallery .slick-next,
.sportsbike .slick-next {
  right: 0;
}

.shopgallery .slick-next:before,
.sportsbike .slick-next:before {
  content: "";
  background: url("../images/common/slick-next.svg") no-repeat right top;
  position: absolute;
  right: 0;
  top: 0;
  height: 15px;
  width: 100%;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.shopgallery .slick-next:hover:before,
.sportsbike .slick-next:hover:before {
  content: "";
  right: -20px;
  background: url("../images/common/slick-next-hover.svg") no-repeat right top;
}

.slick-dotted.slick-slider {
  margin-top: 20px;
  margin-bottom: 20px;
}

.slick-dots li {
  width: 15px;
  height: 15px;
}

.slick-dots li button:before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 25px;
  background: #ccc;
}

.slick-dots li.slick-active button::before {
  opacity: 1;
  background: #f7931e;
}

.bubble {
  margin-top: 50px;
  padding-bottom: 30px;
}

.bubble-flex {
  border-radius: 15px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  overflow: hidden;
  padding: 15px;
}

@media screen and (min-width: 768px) {
  .bubble-flex {
    background-color: transparent;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.bubble-flex-img {
  min-width: 80px;
  max-width: 170px;
}

.bubble-flex-img img {
  border-radius: 50%;
}

@media screen and (max-width: 480px) {
  .bubble-flex-img {
    width: 20%;
  }
}

.bubble-flex-text {
  padding: 10px;
  font-size: 13px;
  min-height: 170px;
  margin-left: 30px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 2;
  font-weight: bold;
  padding-left: 0;
}

@media screen and (min-width: 768px) {
  .bubble-flex-text {
    padding: 20px;
    font-size: 14px;
    position: relative;
    background: #fff;
    border-radius: 15px;
  }
  .bubble-flex-text:before {
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(230, 230, 230, 0);
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 30px;
    border-right-width: 30px;
    margin-top: -10px;
    border-right-color: #fff;
    right: 100%;
    top: 50%;
  }
}

/*アニメーション要素のスタイル*/
.fadein {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

/*アニメーション要素までスクロールした時のスタイル*/
.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.gotop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
  -webkit-transition: all 0.2s 0s ease;
  transition: all 0.2s 0s ease;
  cursor: pointer;
  display: none;
}

@media screen and (min-width: 768px) {
  .gotop {
    right: 110px;
  }
}

.gotop:hover {
  -webkit-transform: scale(130%, 130%);
          transform: scale(130%, 130%);
}

@media screen and (min-width: 768px) {
  .fade02 {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
}

@media screen and (min-width: 768px) {
  .fade03 {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
}

@media screen and (min-width: 768px) {
  .fade04 {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
}
/*# sourceMappingURL=common.css.map */