@charset "UTF-8";
@font-face {
  font-family: 'FlopDesignFONT';
  src: url(../fonts/FlopDesignFONT.otf);
}

#news h2 small, #shop h2 small, #message h2, #wheel h2 small, #tires h2 small, #goods h2 small, #event h2, #campaign h2 small {
  font-family: oswald, sans-serif;
  font-weight: 400;
  font-style: normal;
}

#wheel h2,
#tires h2,
#goods h2 {
  font-family: oswald, sans-serif;
  font-weight: 600;
  font-style: normal;
}

#mainimg .catch h2 {
  font-family: oswald, sans-serif;
  font-weight: 700;
  font-style: normal;
}

#news .btn a, #wheel .top .btn a,
#tires .top .btn a,
#goods .top .btn a, #campaign .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 300px;
  height: 80px;
  padding: 0 36px;
  background-color: #fff;
  border: solid 1px #00adee;
  color: #00adee;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-image: url(../images/btn-arrow.png);
  background-repeat: no-repeat;
  background-position: center right 18px;
}

#news .btn a:hover, #wheel .top .btn a:hover,
#tires .top .btn a:hover,
#goods .top .btn a:hover, #campaign .btn a:hover {
  opacity: 0.6;
}

@media (max-width: 767px) {
  #news .btn a, #wheel .top .btn a,
  #tires .top .btn a,
  #goods .top .btn a, #campaign .btn a {
    max-width: 240px;
    height: 60px;
    padding: 0 33px;
    font-size: 15px;
    background-position: center right 15px;
  }
}

#news h2, #shop h2 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-size: 40px;
  color: #000000;
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-weight: bold;
}

#news h2 small, #shop h2 small {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: #00adee;
}

#news h2 small:before, #shop h2 small:before {
  margin-right: 10px;
  display: block;
  content: "";
  width: 60px;
  height: 1px;
  background-color: #00adee;
}

@media (max-width: 999px) {
  #news h2, #shop h2 {
    font-size: 32px;
  }
  #news h2 small, #shop h2 small {
    font-size: 15px;
  }
  #news h2 small:before, #shop h2 small:before {
    width: 50px;
  }
}

@media (max-width: 767px) {
  #news h2, #shop h2 {
    font-size: 26px;
    line-height: 1.3;
    letter-spacing: 0.05em;
  }
  #news h2 small, #shop h2 small {
    font-size: 14px;
  }
  #news h2 small:before, #shop h2 small:before {
    width: 46px;
  }
}

#message h2 {
  color: #000000;
  font-size: 50px;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

#message h2 span {
  color: #00adee;
}

@media (max-width: 999px) {
  #message h2 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  #message h2 {
    font-size: 28px;
  }
}

#wheel h2,
#tires h2,
#goods h2 {
  font-size: 56px;
  color: #00adee;
  letter-spacing: 0.16em;
  line-height: 1.2;
}

#wheel h2 small, #tires h2 small, #goods h2 small {
  position: relative;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
}

#wheel h2 small:before, #tires h2 small:before, #goods h2 small:before {
  margin-right: 20px;
  display: block;
  content: "";
  width: 60px;
  height: 1px;
  background-color: #fff;
}

@media (max-width: 1399px) {
  #wheel h2,
  #tires h2,
  #goods h2 {
    font-size: 48px;
  }
  #wheel h2 small, #tires h2 small, #goods h2 small {
    font-size: 18px;
  }
}

@media (max-width: 999px) {
  #wheel h2,
  #tires h2,
  #goods h2 {
    font-size: 36px;
  }
  #wheel h2 small, #tires h2 small, #goods h2 small {
    font-size: 16px;
  }
  #wheel h2 small:before, #tires h2 small:before, #goods h2 small:before {
    width: 50px;
  }
}

@media (max-width: 767px) {
  #wheel h2,
  #tires h2,
  #goods h2 {
    font-size: 28px;
    letter-spacing: 0.05em;
  }
  #wheel h2 small, #tires h2 small, #goods h2 small {
    margin-bottom: 10px;
    font-size: 13px;
    letter-spacing: 0.05em;
  }
  #wheel h2 small:before, #tires h2 small:before, #goods h2 small:before {
    width: 46px;
  }
}

#event, #news, #campaign {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
}

.topsections {
  position: relative;
  margin-bottom: 105px;
}

@media (max-width: 767px) {
  .topsections {
    margin-bottom: 60px;
  }
}

/* ----------------------------------------------
mainimg
------------------------------------------------- */
#mainimg {
  position: relative;
}

#mainimg:before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/mainimg-bg.png);
  background-repeat: repeat-x;
}

#mainimg #mainslider img {
  height: calc(100vh - 55px);
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

#mainimg .catch {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 100%;
}

#mainimg .catch h2 {
  text-align: center;
  font-size: 91px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  font-style: italic;
  text-shadow: 0px 0px 32px rgba(0, 0, 0, 0.7), 0px 0px 32px rgba(0, 0, 0, 0.7), 0px 0px 32px rgba(0, 0, 0, 0.7);
}

#mainimg .catch h2 span {
  color: #00adee;
}

@media (max-width: 1599px) {
  #mainimg .catch h2 {
    font-size: 5.6875vw;
    text-shadow: 0px 0px 2vw rgba(0, 0, 0, 0.7), 0px 0px 2vw rgba(0, 0, 0, 0.7), 0px 0px 2vw rgba(0, 0, 0, 0.7);
  }
}

@media (max-width: 999px) {
  #mainimg:before {
    background-size: 1000px auto;
  }
  #mainimg #mainslider img {
    height: auto;
  }
}

@media (max-width: 767px) {
  #mainimg:before {
    background-size: 767px auto;
  }
  #mainimg #mainslider img {
    min-height: 220px;
  }
  #mainimg .catch {
    padding-top: 40px;
  }
}

/* ----------------------------------------------
event
------------------------------------------------- */
#event {
  position: absolute;
  bottom: -55px;
  left: 0;
  z-index: 2;
  width: calc((100% - 1180px) / 2 + 480px);
  background-color: #121212;
  padding-left: calc((100% - 1180px) / 2);
  padding-top: 25px;
}

#event h2 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

#event h2 span {
  color: #00adee;
}

#event article {
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#event article a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#event article a:hover {
  opacity: 0.6;
}

#event article + article {
  margin-top: 40px;
}

#event article .image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 70px;
  height: 60px;
}

#event article .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

#event article .txtbox {
  margin-left: 20px;
}

#event article time {
  margin-bottom: 10px;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 14px;
  line-height: 1;
  font-family: "FlopDesignFONT";
  font-weight: normal;
  color: #fff;
  letter-spacing: 0.05em;
}

#event article .text {
  font-size: 14px;
  line-height: 2.14286;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.05em;
}

#event .btn {
  padding-top: 5px;
  padding-bottom: 13px;
  padding-right: 40px;
  text-align: right;
}

#event .btn a {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #00adee;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding-right: 20px;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: center right 0px;
}

#event .btn a:hover {
  opacity: 0.6;
}

@media (max-width: 1250px) {
  #event {
    padding-left: 10px;
    width: 490px;
    max-width: calc(100% - 10px);
  }
}

@media (max-width: 999px) {
  #event {
    position: relative;
    bottom: 0;
    margin-top: -40px;
    padding-top: 20px;
  }
  #event h2 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  #event .btn {
    padding-top: 4px;
    padding-bottom: 8px;
    padding-right: 15px;
  }
  #event .btn a {
    padding-right: 20px;
  }
}

@media (max-width: 767px) {
  #event {
    padding-top: 15px;
  }
  #event h2 {
    font-size: 18px;
  }
  #event article .image {
    width: 60px;
    height: 50px;
  }
  #event article .txtbox {
    margin-left: 10px;
  }
  #event article time {
    margin-bottom: 5px;
    font-size: 13px;
  }
  #event article .text {
    font-size: 13px;
    line-height: 1.7;
  }
}

/* ----------------------------------------------
news
------------------------------------------------- */
#news {
  margin-bottom: 110px;
}

#news h2 {
  margin-bottom: 50px;
}

#news .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

#news .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#news .btn {
  margin-top: 50px;
}

#news .btn a {
  margin: 0 auto;
}

#news article {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#news article a {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
}

#news article a:hover {
  opacity: 0.6;
}

#news article .image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 160px;
  height: 140px;
}

#news article .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

#news article .txtbox {
  margin-left: 30px;
  padding-right: 40px;
}

#news article time {
  margin-bottom: 12px;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: normal;
  color: #4d4d4d;
  font-family: "FlopDesignFONT";
}

#news article .title {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.05em;
}

#news article .text {
  font-size: 14px;
  line-height: 2.14286;
  font-weight: normal;
  letter-spacing: 0.05em;
}

@media (max-width: 999px) {
  #news article .image {
    width: 120px;
    height: 100px;
  }
  #news article .txtbox {
    margin-left: 15px;
    padding-right: 30px;
  }
  #news article time {
    margin-bottom: 5px;
    font-size: 14px;
  }
  #news article .title {
    margin-bottom: 5px;
    font-size: 15px;
  }
  #news article .text {
    font-size: 14px;
    line-height: 1.8;
  }
}

@media (max-width: 767px) {
  #news {
    margin-bottom: 70px;
  }
  #news .contents {
    display: block;
  }
  #news article {
    width: 100%;
  }
  #news article + article {
    margin-top: 30px;
  }
  #news article .image {
    width: 80px;
    height: 70px;
  }
  #news article time {
    font-size: 12px;
  }
  #news article .title {
    letter-spacing: 0em;
  }
  #news article .text {
    letter-spacing: 0em;
  }
}

/* ----------------------------------------------
message
------------------------------------------------- */
#message {
  padding-top: 150px;
  padding-bottom: 340px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  color: #fff;
  background: url(../images/message-bg.jpg) no-repeat center/cover;
}

#message h2 {
  color: #fff;
  margin-bottom: 70px;
}

#message .text {
  font-size: 22px;
  line-height: 1.81818;
  letter-spacing: 0.05em;
}

#message .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 999px) {
  #message {
    padding-top: 100px;
    padding-bottom: 180px;
  }
  #message h2 {
    margin-bottom: 45px;
  }
  #message .text {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  #message {
    padding-top: 70px;
    padding-bottom: 150px;
  }
  #message h2 {
    margin-bottom: 35px;
  }
  #message .text {
    font-size: 15px;
  }
}

/* ----------------------------------------------
商品一覧wheel, tires, goods
------------------------------------------------- */
#wheel,
#tires,
#goods {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
}

#wheel .top,
#tires .top,
#goods .top {
  margin-bottom: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#wheel .top .heading,
#tires .top .heading,
#goods .top .heading {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: 95px;
  padding-bottom: 95px;
  background: #3455fc;
  background: -webkit-gradient(linear, left top, right top, from(#3455fc), color-stop(55%, black));
  background: linear-gradient(90deg, #3455fc 0%, black 55%);
}

#wheel .top .btn,
#tires .top .btn,
#goods .top .btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 300px;
}

#wheel .contents,
#tires .contents,
#goods .contents {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#wheel .block,
#tires .block,
#goods .block {
  width: 18.64407%;
}

#wheel .block:not(:first-child),
#tires .block:not(:first-child),
#goods .block:not(:first-child) {
  margin-left: 1.69492%;
}

#wheel .block a,
#tires .block a,
#goods .block a {
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#wheel .block a:hover,
#tires .block a:hover,
#goods .block a:hover {
  opacity: 0.6;
}

#wheel .block .image,
#tires .block .image,
#goods .block .image {
  margin-bottom: 20px;
  width: 100%;
  padding-top: 90.90909%;
  position: relative;
}

#wheel .block .image img,
#tires .block .image img,
#goods .block .image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

#wheel .block .name,
#tires .block .name,
#goods .block .name {
  margin-bottom: 10px;
  color: #000000;
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 0.1em;
}

#wheel .block .prices,
#tires .block .prices,
#goods .block .prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#wheel .block .price,
#tires .block .price,
#goods .block .price {
  margin-right: 10px;
  color: #dc0032;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

#wheel .block .itemsoldout,
#tires .block .itemsoldout,
#goods .block .itemsoldout {
  color: #dc0032;
  font-size: 13px;
}

#wheel .block .btn,
#tires .block .btn,
#goods .block .btn {
  margin-top: 25px;
}

#wheel .block .btn a,
#tires .block .btn a,
#goods .block .btn a {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 160px;
  height: 40px;
  padding: 0 30px;
  border: solid 1px #00adee;
  color: #00adee;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-family: "FlopDesignFONT";
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-image: url(../images/btn-arrow2.png);
  background-repeat: no-repeat;
  background-position: center right 15px;
}

#wheel .block .btn a:hover,
#tires .block .btn a:hover,
#goods .block .btn a:hover {
  opacity: 0.6;
}

@media (max-width: 999px) {
  #wheel .top,
  #tires .top,
  #goods .top {
    margin-bottom: 70px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #wheel .top .heading,
  #tires .top .heading,
  #goods .top .heading {
    max-width: 600px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #wheel .top .btn,
  #tires .top .btn,
  #goods .top .btn {
    max-width: 240px;
  }
  #wheel .block .image,
  #tires .block .image,
  #goods .block .image {
    margin-bottom: 10px;
  }
  #wheel .block .name,
  #tires .block .name,
  #goods .block .name {
    font-size: 15px;
    letter-spacing: 0.05em;
  }
  #wheel .block .btn,
  #tires .block .btn,
  #goods .block .btn {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  #wheel .top,
  #tires .top,
  #goods .top {
    display: block;
    margin-bottom: 50px;
  }
  #wheel .top .heading,
  #tires .top .heading,
  #goods .top .heading {
    max-width: 500px;
    width: calc(100% - 10px);
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  #wheel .contents,
  #tires .contents,
  #goods .contents {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #wheel .block,
  #tires .block,
  #goods .block {
    width: 31%;
  }
  #wheel .block:nth-child(n + 4),
  #tires .block:nth-child(n + 4),
  #goods .block:nth-child(n + 4) {
    margin-top: 40px;
  }
  #wheel .block:not(:nth-child(3n + 1)),
  #tires .block:not(:nth-child(3n + 1)),
  #goods .block:not(:nth-child(3n + 1)) {
    margin-left: 3.5%;
  }
  #wheel .block:first-child,
  #tires .block:first-child,
  #goods .block:first-child {
    margin-left: 0;
  }
}

@media (max-width: 500px) {
  #wheel .block,
  #tires .block,
  #goods .block {
    width: 48%;
  }
  #wheel .block:not(:first-child),
  #tires .block:not(:first-child),
  #goods .block:not(:first-child) {
    margin-left: 0;
  }
  #wheel .block:nth-child(even),
  #tires .block:nth-child(even),
  #goods .block:nth-child(even) {
    margin-left: 4%;
  }
  #wheel .block:nth-child(n + 3),
  #tires .block:nth-child(n + 3),
  #goods .block:nth-child(n + 3) {
    margin-top: 40px;
  }
}

#wheel,
#tires {
  margin-bottom: 135px;
}

@media (max-width: 999px) {
  #wheel,
  #tires {
    margin-bottom: 120px;
  }
}

@media (max-width: 767px) {
  #wheel,
  #tires {
    margin-bottom: 80px;
  }
}

#wheel .top {
  margin-top: -100px;
}

@media (max-width: 999px) {
  #wheel .top {
    margin-top: -70px;
  }
}

#wheel .top .heading,
#goods .top .heading {
  padding-left: calc((100% - 1180px) / 2);
  padding-right: 15px;
}

@media (max-width: 1250px) {
  #wheel .top .heading,
  #goods .top .heading {
    padding-left: 15px;
  }
}

#wheel .top .heading h2 small,
#goods .top .heading h2 small {
  left: -80px;
}

@media (max-width: 1399px) {
  #wheel .top .heading h2 small,
  #goods .top .heading h2 small {
    left: 0px;
  }
}

#wheel .top .btn,
#goods .top .btn {
  margin-left: 90px;
  margin-right: calc((100% - 1180px) / 2);
}

@media (max-width: 1250px) {
  #wheel .top .btn,
  #goods .top .btn {
    margin-right: 10px;
  }
}

@media (max-width: 999px) {
  #wheel .top .btn,
  #goods .top .btn {
    margin-left: 40px;
  }
}

@media (max-width: 999px) and (max-width: 767px) {
  #wheel .top .btn,
  #goods .top .btn {
    margin-left: auto;
    margin-right: auto;
  }
}

#tires .top .heading {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-right: calc((100% - 1180px) / 2);
  padding-left: 15px;
}

#tires .top .heading h2 {
  text-align: right;
}

#tires .top .heading h2 small {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  right: -80px;
}

@media (max-width: 1399px) {
  #tires .top .heading h2 small {
    right: 0px;
  }
}

#tires .top .heading h2 small:before {
  margin-right: 0px;
  margin-left: 20px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (max-width: 1250px) {
  #tires .top .heading {
    padding-right: 15px;
  }
}

#tires .top .btn {
  margin-right: 90px;
  margin-left: calc((100% - 1180px) / 2);
}

@media (max-width: 1250px) {
  #tires .top .btn {
    margin-left: 10px;
  }
}

@media (max-width: 999px) {
  #tires .top .btn {
    margin-right: 40px;
  }
}

@media (max-width: 999px) and (max-width: 767px) {
  #tires .top .heading {
    margin-left: auto;
  }
  #tires .top .btn {
    margin-left: auto;
    margin-right: auto;
  }
}

#goods {
  margin-bottom: 205px;
}

#goods h2 {
  letter-spacing: 0.2em;
}

@media (max-width: 999px) {
  #goods {
    margin-bottom: 160px;
  }
}

@media (max-width: 767px) {
  #goods {
    margin-bottom: 120px;
  }
  #goods h2 {
    letter-spacing: 0.1em;
  }
}

/* ----------------------------------------------
campaign
------------------------------------------------- */
#campaign {
  margin-bottom: 110px;
  overflow: hidden;
  background: url(../images/campaign-bg.jpg) no-repeat center/cover;
  padding-top: 105px;
  padding-bottom: 60px;
}

#campaign h2 {
  text-align: center;
  margin-bottom: 70px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-size: 36px;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-weight: bold;
  text-shadow: 0px 0px 18px #121212, 0px 0px 18px #121212, 0px 0px 18px #121212;
}

#campaign h2 small {
  position: relative;
  padding-left: 210px;
  margin-bottom: 70px;
  display: block;
  text-align: left;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: #fff;
  font-weight: bold;
  text-shadow: 0px 0px 18px #121212;
}

#campaign h2 small:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: calc(100% - 190px);
  display: block;
  content: "";
  width: 100vw;
  height: 1px;
  background-color: #fff;
}

#campaign .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

#campaign .btn a {
  margin-left: auto;
}

@media (max-width: 999px) {
  #campaign {
    padding-top: 80px;
  }
  #campaign h2 {
    margin-bottom: 50px;
    font-size: 28px;
  }
  #campaign h2 small {
    padding-left: 150px;
    margin-bottom: 30px;
    font-size: 18px;
  }
  #campaign h2 small:before {
    right: calc(100% - 140px);
  }
}

@media (max-width: 767px) {
  #campaign {
    margin-bottom: 70px;
    padding-top: 60px;
  }
  #campaign h2 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: 0.05em;
    text-shadow: 0px 0px 8px #121212, 0px 0px 8px #121212, 0px 0px 8px #121212;
  }
  #campaign h2 small {
    padding-left: 80px;
    font-size: 16px;
    text-shadow: 0px 0px 8px #121212;
  }
  #campaign h2 small:before {
    right: calc(100% - 70px);
  }
  #campaign .btn a {
    margin-right: auto;
  }
}

/* ----------------------------------------------
shop
------------------------------------------------- */
#shop {
  padding-top: 110px;
  padding-bottom: 145px;
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  background: url(../images/shop-bg.jpg) no-repeat center/cover;
}

#shop .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

#shop .contents {
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#shop .txtbox {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#shop .image {
  margin-left: 30px;
  margin-top: -200px;
  width: 54.23729%;
}

#shop .image img {
  width: 100%;
}

#shop h2 {
  margin-bottom: 35px;
  color: #fff;
}

#shop .text {
  font-size: 18px;
  line-height: 1.88889;
  letter-spacing: 0.1em;
}

#shop .text span {
  color: #00adee;
}

#shop .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#shop .btns .btn {
  width: 32.20339%;
}

#shop .btns .btn + .btn {
  margin-left: 1.69492%;
}

#shop .btns .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 80px;
  padding: 0 40px;
  border: solid 1px #00adee;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-image: url(../images/btn-arrow3.png);
  background-repeat: no-repeat;
  background-position: center right 18px;
}

#shop .btns .btn a:hover {
  opacity: 0.6;
}

@media (max-width: 999px) {
  #shop {
    padding-top: 70px;
    padding-bottom: 80px;
  }
  #shop .image {
    margin-top: -140px;
    width: 50%;
  }
  #shop .text {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  #shop {
    padding-top: 0px;
    padding-bottom: 70px;
  }
  #shop .contents {
    margin-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #shop .image,
  #shop .txtbox {
    width: 100%;
    max-width: 400px;
  }
  #shop .image {
    margin-top: -50px;
    margin-bottom: 50px;
    margin-left: 0;
  }
  #shop .txtbox {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #shop h2 {
    margin-bottom: 30px;
  }
  #shop .text {
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
  #shop .btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #shop .btns .btn {
    width: 100%;
    max-width: 260px;
  }
  #shop .btns .btn + .btn {
    margin-left: 0;
    margin-top: 15px;
  }
  #shop .btns .btn a {
    height: 60px;
    padding: 0 35px;
    background-position: center right 15px;
    background-size: 14px;
  }
}

/* ----------------------------------------------

------------------------------------------------- */
/* ----------------------------------------------

------------------------------------------------- */
/* ----------------------------------------------

------------------------------------------------- */
/* ----------------------------------------------

------------------------------------------------- */
/*# sourceMappingURL=index.css.map */