@charset "UTF-8";
@font-face {
  font-family: 'Noto-B';
  src: url("/asset/font/NotoSansJP-Bold.eot");
  src: url("/asset/font/NotoSansJP-Bold.eot?iefix") format("eot"), url("/asset/font/NotoSansJP-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: 'Noto-L';
  src: url("/asset/font/NotoSansJP-Light.eot");
  src: url("/asset/font/NotoSansJP-Light.eot?iefix") format("eot"), url("/asset/font/NotoSansJP-Light.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: 'Noto-R';
  src: url("/asset/font/NotoSansJP-Regular.eot");
  src: url("/asset/font/NotoSansJP-Regular.eot?iefix") format("eot"), url("/asset/font/NotoSansJP-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: 'Noto-M';
  src: url("/asset/font/NotoSansJP-Medium.eot");
  src: url("/asset/font/NotoSansJP-Medium.eot?iefix") format("eot"), url("/asset/font/NotoSansJP-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: 'TexGyreHeros';
  src: url("../font/texgyreheros-regular.eot");
  src: url("../font/texgyreheros-regular.eot?iefix") format("eot"), url("../font/texgyreheros-regular.woff") format("woff");
  font-display: swap;
}
a {
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .dn-sp {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .dn-tablet {
    display: none !important;
  }
}

@media only screen and (min-width: 1025px) {
  .dn-pc {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (min-width: 1025px) {
  .dn-tab_pc {
    display: none !important;
  }
}

.newIcon {
  position: absolute;
  background-color: #fff;
  top: 0;
  right: 0;
  z-index: 1;
  font-size: 15px;
  padding: 0px 10px;
}

.hovered {
  display: none;
}

.lazyload {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 200ms;
}

.mainVisual img {
  width: 100%;
}

.mainVisual {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .mainVisual {
    margin-top: 12px;
  }
}
.mainVisual img {
  width: 100%;
}

.mainTitle {
  color: #000;
  text-align: center;
  margin-top: 50px;
  font-size: 32px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .mainTitle {
    margin: 30px 0 10px;
    font-size: 21px;
    letter-spacing: -.02em;
    padding: 0;
  }
}

.mainText {
  color: #000;
  text-align: center;
  margin: 30px 0 60px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mainText {
    margin-bottom: 40px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .mainText {
    margin: 20px 0 40px;
    padding: 0 20px;
  }
}

.c-section {
  background-color: #f1f1f1;
}
@media only screen and (min-width: 1025px) {
  .c-section {
    padding: 60px 0;
  }
  .c-section + .c-section {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-section {
    padding: 20px 0 50px 10px;
  }
  .c-section + .c-section {
    padding-top: 0;
  }
  .c-section + .c-section .c-sectionInner {
    padding-top: 0;
  }
}

@media only screen and (min-width: 1025px) {
  .c-sectionInner {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-sectionInner {
    padding: 30px 0 20px;
  }
}

.c-sectionTitle {
  font-weight: 600;
}
@media only screen and (min-width: 1025px) {
  .c-sectionTitle {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-sectionTitle {
    font-size: 18px;
  }
}
.c-sectionTitle .price {
  font-weight: 300;
}
@media only screen and (min-width: 1025px) {
  .c-sectionTitle .price {
    margin-left: 30px;
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-sectionTitle .price {
    font-size: 14px;
    margin-left: 20px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-sectionCaption {
    margin-top: 7px;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-sectionCaption {
    font-size: 12px;
    margin-top: 5px;
  }
}

.itemButton {
  background: #000;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  padding: 7px 0;
  border-radius: 20px;
  text-decoration: none;
  display: block;
  width: 140px;
  margin: 10px auto 0;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .itemButton {
    width: 90px;
    font-size: 11px;
    padding: 5px;
  }
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  display: none;
}

@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .swiper-button-next, .swiper-button-prev {
    display: none !important;
  }
}

.swiper-button-next, .swiper-button-prev {
  color: #000 !important;
  width: 60px !important;
  height: 60px !important;
}
.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 20px !important;
  line-height: inherit !important;
  border: 1px solid;
  border-radius: 50px;
  padding: 7px 17px !important;
  background: rgba(255, 255, 255, 0.5);
}

#listMain {
  overflow: hidden;
  background: #fff;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  #listMain {
    width: 1000px;
    padding: 40px 0;
    margin: 40px auto 0;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  #listMain {
    overflow-x: scroll !important;
    padding: 10px 0 0 3px;
  }
}
#listMain .searchResultList {
  flex-wrap: initial;
  justify-content: initial;
}
@media only screen and (min-width: 1025px) {
  #listMain .searchResultList {
    position: relative;
    width: calc(100% + (100vw - 1000px) / 2);
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  #listMain .searchResultList {
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  #listMain .searchResultList {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  #listMain .lstBox {
    margin: 0 5px !important;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  #listMain .lstBox {
    width: 45% !important;
    margin: 0 4.2px 20px !important;
  }
  #listMain .lstBoxlast-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  #listMain .thumb {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #listMain .itemInfo .itemCategory {
    font-size: 12px !important;
  }
}

@media only screen and (min-width: 1025px) {
  .careGuide {
    width: 600px;
    margin: 120px auto 0;
    transition: all .5s;
  }
  .careGuide:hover {
    opacity: .7;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .careGuide {
    padding: 40px 10px 0;
  }
}
.careGuide img {
  width: 100%;
}

.careGuide_text {
  color: #000;
  text-align: center;
  margin-top: 30px;
}

.bg_img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 50%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 88%;
}
.bg_img:after {
  content: '';
  display: block;
  padding-top: 125%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .bg_img {
    bottom: 0;
    left: 0;
    top: 0;
    transform: none;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .bg_img {
    background-size: contain;
    width: 100%;
    top: 0;
    transform: translateX(-50%);
  }
  .bg_img:after {
    padding-top: 130%;
  }
}

.bgSection {
  overflow: hidden;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .bgSection {
    height: 333px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (min-width: 1025px) {
  .bgSection {
    height: 350px;
  }
}

@media only screen and (max-width: 767px) {
  .bgSection01 {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (min-width: 1025px) {
  .bgSection01 {
    margin-top: 50px;
  }
}

.bgSection_img {
  width: 100%;
  height: 100%;
  z-index: -1111;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .bgSection_img {
    position: absolute;
    top: 0;
    left: 0;
    background-position: top center;
    background-size: cover;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .bgSection_img {
    background-position: top center;
  }
}
@media only screen and (min-width: 1025px) {
  .bgSection_img {
    background-attachment: fixed;
    background-position: top center;
  }
}
.bgSection_img > a {
  display: block;
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .footerImg {
    background-image: url(/img/ride/freepage/preorder_fps_24q3/footer-sp.webp);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (min-width: 1025px) {
  .footerImg {
    background-image: url(/img/ride/freepage/preorder_fps_24q3/footer-pc.webp);
  }
}

.bg_imgText {
  text-align: left;
  color: #999;
  font-weight: 600;
  font-size: 14px;
  position: absolute;
  bottom: -32px;
  left: 0;
  line-height: 1.6;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .bg_imgText {
    bottom: -23px;
  }
}
@media only screen and (max-width: 767px) {
  .bg_imgText {
    bottom: -24px;
  }
}

.bgSection_imgInner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 1025px) {
  .bgSection_imgInner {
    max-width: calc(1000px * 0.98);
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .bgSection_imgInner {
    left: 4%;
  }
}

.bgSection_bg_title {
  font-weight: 700;
  line-height: 1em;
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .bgSection_bg_title {
    text-align: center;
    font-size: 72px;
  }
}
@media only screen and (max-width: 767px) {
  .bgSection_bg_title {
    display: block;
    text-align: left;
    font-size: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .bgSection02 .bgSection_bg_title {
    left: 3%;
  }
}

@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .bgSection_bg_title_kana {
    display: block;
    font-size: 44px;
    line-height: 1.3;
    letter-spacing: .8px;
  }
}
@media only screen and (max-width: 767px) {
  .bgSection_bg_title_kana {
    font-size: 33px;
  }
}

.bgSection_bg_text {
  text-align: left;
  font-weight: bold;
  line-height: 1.2;
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .bgSection_bg_text {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .bgSection_bg_text {
    font-size: 13px;
    margin-top: 18px;
  }
}

.bgSection_bg_title_jan {
  display: block;
  font-weight: 600;
  letter-spacing: 0.9px;
  line-height: 1em;
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .bgSection_bg_title_jan {
    margin-bottom: 14px;
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .bgSection_bg_title_jan {
    font-size: 18px;
    margin-bottom: 9px;
  }
}

.category_fixed_bg_title {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  line-height: 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .category_fixed_bg_title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .category_fixed_bg_title {
    width: 90%;
    font-size: 28px;
    margin-top: 19px;
    line-height: 32px;
  }
}

.category_fixed_bg_sex {
  display: block;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.9px;
  line-height: 1em;
  padding-bottom: 17px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .category_fixed_bg_sex {
    font-weight: 500;
  }
}
@media only screen and (max-width: 767px) {
  .category_fixed_bg_sex {
    padding-bottom: 10px;
    font-weight: 500;
  }
}

.category_fixed_bg_button {
  cursor: pointer;
  position: absolute;
  pointer-events: none;
  left: 50%;
  font-size: 12px;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
  padding: 9px 25px 10px 25px;
  background: #fff;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.5;
  display: inline-block;
  bottom: 70px;
  font-weight: bold;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .category_fixed_bg_button {
    bottom: 85px;
  }
}
@media only screen and (max-width: 767px) {
  .category_fixed_bg_button {
    font-size: 12px;
    bottom: 14%;
  }
}

.kindsLine {
  color: #000;
  position: relative;
  font-family: 'Helvetica Neue',Arial, 'Hiragino Kaku Gothic ProN' , 'ヒラギノ角ゴ ProN W3', '游ゴシック Medium' , '游ゴシック体', 'Yu Gothic', YuGothic, Meiryo, メイリオ, sans-serif;
  text-align: center;
  font-weight: 600;
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .kindsLine {
    font-size: 33px;
    padding-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .kindsLine {
    padding-top: 50px;
    font-size: 25px;
  }
}

.itemCategory_title {
  text-align: center;
  font-weight: bold;
  text-decoration: underline;
}
@media only screen and (min-width: 1025px) {
  .itemCategory_title {
    font-size: 35px;
    margin: 80px 0 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .itemCategory_title {
    font-size: 28px;
    margin: 80px 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .itemCategory_title {
    font-size: 28px;
  }
}

.itemCategory {
  padding: 0;
  margin: 0;
}

/*# sourceMappingURL=preorder_fps_24q3.css.map */
