@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; } }

body {
  background: #fff; }

.hovered {
  display: none; }

.mainVisual img {
  width: 100%; }

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

.itemCategory {
  margin: 0 0 5px !important; }
  @media only screen and (max-width: 767px) {
    .itemCategory {
      margin-bottom: 0 !important;
      padding: 0 !important; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .searchResultList {
    min-width: initial !important; } }

@media only screen and (max-width: 767px) {
  .searchResultList .lstBox {
    margin-bottom: 100px !important; } }

.searchResultList + .searchResultList .lstBox:nth-of-type(2) .itemInfo {
  display: initial; }

.searchResultList + .searchResultList .lstBox:nth-of-type(3) .itemInfo {
  display: none; }

@media only screen and (min-width: 1025px) {
  #listMain .searchResultList_3column {
    margin-bottom: 50px; } }

@media only screen and (max-width: 767px) {
  #listMain .searchResultList_3column {
    overflow-x: scroll;
    -ms-flex-wrap: initial !important;
    flex-wrap: initial !important;
    -webkit-box-pack: initial !important;
    -ms-flex-pack: initial !important;
    justify-content: initial !important;
    padding: 0 20px;
    margin-bottom: 30px; }
    #listMain .searchResultList_3column .imgPattern {
      margin: 0 10px 30px;
      width: 90%;
      -ms-flex-negative: 0;
      flex-shrink: 0; } }

#listMain.listMain2 .lstBox:nth-child(2n) .itemInfo {
  display: none !important; }

#listMain.listMain2 .lstBox:nth-of-type(3) .itemInfo {
  display: initial; }

.lstBox {
  position: relative; }
  @media only screen and (min-width: 1025px) {
    .lstBox {
      margin: 0 1% 200px !important; } }
  .lstBox .itemInfo {
    position: absolute;
    left: 200px;
    width: 100%; }
    @media only screen and (max-width: 767px) {
      .lstBox .itemInfo {
        left: 50%; } }
  .lstBox:nth-of-type(2) .itemInfo {
    display: none; }

.imgPattern {
  position: relative;
  float: none;
  margin-left: 1%;
  margin-right: 1%;
  vertical-align: top;
  display: inline-block;
  margin-bottom: 30px !important; }
  .imgPattern:after {
    content: '';
    display: block; }
  @media only screen and (min-width: 1025px) {
    .imgPattern {
      width: 31% !important; }
      .imgPattern:after {
        margin-bottom: 60px;
        padding-top: 110%; } }
  @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
    .imgPattern {
      margin-left: 0;
      margin-right: 0;
      width: calc(100% - 30px); }
      .imgPattern:after {
        padding-top: 125%; } }

.imgPattern_img {
  display: block; }
  @media only screen and (min-width: 1025px) {
    .imgPattern_img {
      margin-bottom: 20px; } }
  @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
    .imgPattern_img {
      margin-bottom: 15px; } }

@media only screen and (min-width: 1025px) {
  .itemName_price {
    font-size: 14px; } }

.thumb a .hovered {
  display: none; }
  .thumb a .hovered img {
    width: 100%; }

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

.contentsText {
  text-align: center;
  margin: 50px 0 100px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6; }
  @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
    .contentsText {
      text-align: left;
      padding: 0 20px;
      margin: 10px 0 50px; } }

.img01 > .bg_img {
  background-image: url("/img/ride/georgecox/25aw/img1.webp"); }

@media only screen and (min-width: 1025px) {
  .img01 {
    width: 45% !important; } }

.img05 > .bg_img {
  background-image: url("/img/ride/georgecox/25aw/img5.webp"); }

@media only screen and (min-width: 1025px) {
  .img05 {
    width: 45% !important; } }

@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .img05 {
    display: none; } }

.img02 > .bg_img {
  background-image: url("/img/ride/georgecox/25aw/img2.webp"); }
  @media only screen and (min-width: 1025px) {
    .img02 > .bg_img {
      width: 100% !important; } }

.img03 > .bg_img {
  background-image: url("/img/ride/georgecox/25aw/img3.webp"); }
  @media only screen and (min-width: 1025px) {
    .img03 > .bg_img {
      width: 100% !important; } }

.img04 > .bg_img {
  background-image: url("/img/ride/georgecox/25aw/img4.webp"); }
  @media only screen and (min-width: 1025px) {
    .img04 > .bg_img {
      width: 100% !important; } }

.shopBox {
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .shopBox {
      padding: 40px 0 95px; } }
  @media only screen and (max-width: 767px) {
    .shopBox {
      padding: 25px 25px 10px; } }
  .shopBox .logo {
    margin-bottom: 36px; }
    .shopBox .logo img {
      width: 180px; }
    @media only screen and (max-width: 767px) {
      .shopBox .logo img {
        width: 150px; } }
  .shopBox .dscp {
    margin-bottom: 40px;
    line-height: 1.6;
    font-size: 13px;
    text-align: center;
    width: 570px;
    margin: 0 auto 40px; }
    .shopBox .dscp span {
      text-align: center;
      display: block;
      font-weight: bold;
      margin-bottom: 10px; }
    @media only screen and (max-width: 767px) {
      .shopBox .dscp {
        text-align: left;
        width: auto;
        padding: 0 25px;
        margin-bottom: 28px;
        font-size: 12px; } }
  .shopBox .detail {
    max-width: 690px;
    margin: 0 auto;
    border-top: 1px solid #ebebeb;
    padding: 40px 0;
    text-align: center;
    font-size: 13px;
    line-height: 1.5; }
    .shopBox .detail a {
      text-decoration: underline; }
    @media only screen and (max-width: 767px) {
      .shopBox .detail {
        font-size: 12px;
        padding: 20px 0; } }
