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

.lazyload {
  opacity: 0; }

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

.lstBoxInner {
  position: relative; }

.lstBox {
  display: none; }
  .lstBox.is-show {
    display: block; }

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

body {
  background: #fff; }

.hovered {
  display: none; }

@media only screen and (min-width: 1025px) {
  .wrapBox {
    padding: 0; } }

@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrapBox {
    padding: 0; } }

.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: 22px;
      letter-spacing: -.02em; } }

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

.navTab_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media only screen and (min-width: 1025px) {
    .navTab_list {
      width: 1000px;
      margin: 0 auto; } }
  @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
    .navTab_list {
      -webkit-box-shadow: 0px 10px 6px -5px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 10px 6px -5px rgba(0, 0, 0, 0.3);
      border-radius: 17px 16px 0 0; } }

.navTab_listNode {
  background: #ccc;
  width: 33.333%; }
  @media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
    .navTab_listNode {
      cursor: pointer;
      padding: 20px 0;
      text-align: center;
      -webkit-transition: all .5s;
      transition: all .5s; }
      .navTab_listNode:hover {
        opacity: .7; } }
  @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
    .navTab_listNode {
      padding: 20px 0;
      text-align: center; } }
  .navTab_listNode:first-child {
    border-radius: 17px 0 0 0; }
  .navTab_listNode:last-child {
    border-radius: 0 17px 0 0; }
  .navTab_listNode + .navTab_listNode {
    border-left: 1px solid #fff; }
  .navTab_listNode.is-active {
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 10px 4px rgba(3, 0, 0, 0.2);
    box-shadow: 0px 2px 10px 4px rgba(3, 0, 0, 0.2);
    border: outset 2px #DDD; }
    @media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
      .navTab_listNode.is-active {
        cursor: pointer; } }

.navTab_listNode_text {
  color: #000;
  font-weight: 600; }
  @media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
    .navTab_listNode_text {
      font-size: 18px; } }
  @media only screen and (max-width: 767px) {
    .navTab_listNode_text {
      font-size: 14px;
      line-height: 1; } }

.giftWrapping {
  display: none; }
  html[data-browse-mode="P"] .giftWrapping.pc {
    width: 60%;
    margin: 30px 20% 60px;
    display: block; }
  html[data-browse-mode="S"] .giftWrapping.sp {
    margin: 25px 0 40px;
    display: block; }

.giftWrapping_text {
  font-weight: 600; }
  @media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
    .giftWrapping_text {
      text-align: center;
      margin-top: 30px;
      font-size: 17px;
      line-height: 1.6; } }
  @media only screen and (max-width: 767px) {
    .giftWrapping_text {
      text-align: left;
      margin-top: 25px;
      font-size: 14px;
      line-height: 1.6;
      padding: 0 20px;
      color: #000; } }

.kindsDetail {
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  text-transform: none; }
  @media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
    .kindsDetail {
      padding: 20px 0;
      margin: 0 auto;
      max-width: calc(1320px * 0.98);
      width: 98%;
      font-size: 16px;
      margin-bottom: 40px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .kindsDetail {
      max-width: calc(1360px * 0.93);
      width: 93%; } }
  @media only screen and (max-width: 767px) {
    .kindsDetail {
      font-size: 12px;
      margin: 0 20px 30px;
      padding: 40px 0 0 0; } }

.moreButton {
  color: #000;
  display: none;
  cursor: pointer;
  border: 1px solid #f6f6f6;
  background-color: #f6f6f6;
  border-radius: 0;
  margin: 36px auto 50px;
  font-size: 13px;
  font-weight: bold;
  padding: 16px 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  width: 145px;
  text-align: center; }
  .moreButton_column2_list_node .moreButton {
    margin: inherit; }
  @media only screen and (max-width: 767px) {
    .moreButton {
      margin: 36px auto; } }
  .moreButton.is-current {
    display: block; }

.moreButton_column2_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 315px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 36px auto 50px; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .moreButton_column2_list {
      width: 303px; } }
  @media only screen and (max-width: 767px) {
    .moreButton_column2_list {
      width: 298px;
      margin: 36px auto; } }

.kinds_ja {
  text-align: left;
  display: block;
  font-weight: 600; }
  @media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
    .kinds_ja {
      font-size: 28px;
      margin: 4px 0 10px; } }
  @media only screen and (max-width: 767px) {
    .kinds_ja {
      font-size: 21px;
      margin-bottom: 10px; } }

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

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

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .itemInfo {
    max-width: 220px; } }

.itemCategory {
  margin: -14px 0 20px; }
  @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
    .itemCategory {
      margin: -10px 0 20px;
      padding: 0; } }
  @media only screen and (max-width: 767px) {
    .itemCategory {
      margin: -16px 0 20px;
      padding: 0; } }

#listMain {
  text-align: center;
  position: relative;
  z-index: 2;
  margin: 45px 0 0px; }
  @media only screen and (max-width: 767px) {
    #listMain {
      margin: 20px 0 0; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    #listMain {
      margin: 80px 0 0px; } }
  #listMain .searchResultList {
    margin-top: 45px; }
    @media only screen and (max-width: 767px) {
      #listMain .searchResultList {
        margin-top: 15px;
        padding: 0 20px; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      #listMain .searchResultList {
        margin-top: 25px; } }
    @media only screen and (max-width: 767px) {
      #listMain .searchResultList .lstBox {
        width: 47%; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      #listMain .searchResultList .lstBox {
        width: 30%; } }
    @media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
      #listMain .searchResultList .lstBoxImg {
        width: 46%;
        padding: 0 7.3%; } }
    @media only screen and (max-width: 767px) {
      #listMain .searchResultList .lstBoxImg {
        width: 100%;
        padding: 0 18.3%; } }
    #listMain .searchResultList .lstBoxImg img {
      width: 100%; }

.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: 45.3% !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%; } }

.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: 125%; }

.img1 > .bg_img {
  background-image: url(/img/ride/specials/gift/23aw_2/img1.webp); }

.img2 > .bg_img {
  background-image: url(/img/ride/specials/gift/23aw_2/img2.webp); }

.img3 > .bg_img {
  background-image: url(/img/ride/specials/gift/23aw_2/img3.webp); }

.bgSection {
  overflow: hidden;
  position: relative;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  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 {
      margin-top: 150px;
      height: 350px; } }

.bgSection01 {
  display: none; }
  @media only screen and (max-width: 767px) {
    .bgSection01 {
      margin-top: 100px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (min-width: 1025px) {
    .bgSection01 {
      margin-top: 150px; } }
  .bgSection01.is-current {
    display: block; }

.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/gift/24ss/prl_m-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/gift/24ss/prl_m-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%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media only screen and (min-width: 1025px) {
    .bgSection_imgInner {
      max-width: calc(1320px * 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%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -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_title_kana {
  display: block;
  font-size: 14px;
  line-height: 1.3; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .category_fixed_bg_title_kana {
      font-size: 12px;
      margin: 5px 0 15px; } }
  @media only screen and (max-width: 767px) {
    .category_fixed_bg_title_kana {
      font-size: 12px;
      margin-top: 5px; } }

.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;
  -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%; } }

.modalOpen {
  text-decoration: underline;
  cursor: pointer; }

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999; }
  .modal.is-active {
    display: block; }

.modalInner {
  position: absolute;
  background-color: #fff;
  z-index: 10000000000;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 20px;
  width: 500px; }
  @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
    .modalInner {
      width: 90%;
      height: auto; } }

.modalImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.modalText_wrap {
  border: 1px solid;
  margin-top: 20px;
  padding: 15px; }

.modalTitle {
  text-align: center;
  font-weight: 600; }

.modalText {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.6;
  text-align: left; }
  @media only screen and (max-width: 767px) {
    .modalText {
      margin-top: 10px;
      font-size: 12px; } }

.modalClose {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 2;
  background: #ddd;
  border-radius: 50px; }
  .modalClose:before, .modalClose:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 1px;
    background-color: #000;
    -webkit-transition: all .3s;
    transition: all .3s; }
  .modalClose:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg); }
  .modalClose:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg); }

body.is-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden; }
