﻿@charset "UTF-8";

/* =============================================================

   サイトジャック用 CSS

============================================================= */
.sightjackContent img {
  vertical-align: bottom;
}

.sightjackContent a,
.sightjackContent picture {
  display: block;
}

/*カルセルバナー上----------------------------------*/
.sightjackContent.heading_area {
  padding: 6rem 0 10rem;
  background: var(--color-sightjack-01);
}

.sightjackContent.heading_area .area_inner {
  width: 90rem;
  margin: 0 auto;
}

.sightjackContent .heading_bnr {
  margin-bottom: 3rem;
}

.sightjackContent.heading_area .btn_wrap {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  gap: 3rem;
}

.sightjackContent.heading_area .btn_wrap p {
  width: fit-content;
}

.sightjackContent.heading_area .btn_wrap p a {
  display: grid;
  place-items: center;
  width: 36rem;
  height: 6.5rem;
  border-radius: 10rem;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: .05em;
  color: #fff;
  transition: translate .3s, box-shadow .3s;
}

.sightjackContent.heading_area .btn_wrap p a:hover {
  translate: 0 .5rem;
  opacity: 1 !important;
}

.sightjackContent.heading_area .btn_wrap p a span {
  position: relative;
  padding-left: 6rem;
}

.sightjackContent.heading_area .btn_wrap p a span::before {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 5rem;
  height: 5rem;
  mask-position: center center;
  mask-size: cover;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  background: #fff;
  content: "";
}

.sightjackContent .btn_webstore a {
  background: var(--color-sightjack-webstore);
  box-shadow: 0 .5rem 0 #DE9300;
}

.sightjackContent .btn_webstore a:hover {
  box-shadow: 0 0 0 #DE9300;
}

.sightjackContent .btn_webstore a span::before {
  mask-image: url(../../../Contents/ImagesPkg/sightjack/251212/icon_webstore.svg);
  -webkit-mask-image: url(../../../Contents/ImagesPkg/sightjack/251212/icon_webstore.svg);
}

.sightjackContent .btn_venue a {
  background: var(--color-sightjack-venue);
  box-shadow: 0 .5rem 0 #639D1D;
}

.sightjackContent .btn_venue a:hover {
  box-shadow: 0 0 0 #639D1D;
}

.sightjackContent .btn_venue a span::before {
  mask-image: url(../../../Contents/ImagesPkg/sightjack/251212/icon_venue.svg);
  -webkit-mask-image: url(../../../Contents/ImagesPkg/sightjack/251212/icon_venue.svg);
}

@media screen and  (max-width:768px) {
.sightjackContent.heading_area {
  padding: 0 0 calc(60 * (100vw / 375));
}

.sightjackContent.heading_area .area_inner {
  width: auto;
}

.sightjackContent .heading_bnr {
  margin-bottom: calc(20 * (100vw / 375));
}

.sightjackContent.heading_area .btn_wrap {
  display: block;
}

.sightjackContent.heading_area .btn_wrap p {
  margin: 0 auto;
}

.sightjackContent.heading_area .btn_wrap p:nth-of-type(n+2) {
  margin-top: calc(20 * (100vw / 375));
}

.sightjackContent.heading_area .btn_wrap p a {
  width: calc(350 * (100vw / 375));
  height: calc(56 * (100vw / 375));
  border-radius: calc(100 * (100vw / 375));
  font-size: calc(16 * (100vw / 375));
}

.sightjackContent.heading_area .btn_wrap p a:hover {
  translate: 0 calc(5 * (100vw / 375));
}

.sightjackContent.heading_area .btn_wrap p a span {
  padding-left: calc(60 * (100vw / 375));
}

.sightjackContent.heading_area .btn_wrap p a span::before {
  width: calc(50 * (100vw / 375));
  height: calc(50 * (100vw / 375));
}

.sightjackContent .btn_webstore a {
  box-shadow: 0 calc(5 * (100vw / 375)) 0 #DE9300;
}


.sightjackContent .btn_venue a {
  box-shadow: 0 calc(5 * (100vw / 375)) 0 #639D1D;
}

}

/*----------------------------------カルセルバナー上*/


/*カルセールバナー----------------------------------*/
.top_mainvisual_section {
  padding-bottom: 12rem;
  background: var(--color-sightjack-01);
}

.top_mainvisual_section .top_section__inner {
  position: relative;
  z-index: 1;
}

.top_mainvisual_section .swiper-pagination {
  bottom: auto;
  margin-top: 2rem;
}

.top_mainvisual_section .swiper-pagination-bullet-active,
.top_mainvisual_section .swiper-pagination-bullet  {
  background: var(--color-sightjack-02);
}

.top_mainvisual_section .swiper-pagination-bullet {
  background: var(--color-sightjack-02);
}

@media screen and  (max-width:768px) {
.top_mainvisual_section {
  padding-bottom: calc(80 * (100vw / 375));
}

.top_mainvisual_section .swiper-pagination {
  margin-top: calc(20 * (100vw / 375));
}
}
/*----------------------------------カルセールバナー*/


/*TODAY'S EVENT----------------------------------*/
.sightjackContent.limitedEvent_area {
  padding: 6rem 0 8rem;
  background: var(--color-sightjack-webstore);
  clear: both;
}

.sightjackContent.limitedEvent_area .area_inner {
  position: relative;
  z-index: 1;
  width: 116rem;
  margin: 0 auto;
}

.sightjackContent.limitedEvent_area .area_ttl {
  margin-bottom: 1.5rem;
  font-size: 4.5rem;
  letter-spacing: .05em;
  text-align: center;
  color: #fff;
}

.sightjackContent .limitedEvent_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5rem 3rem;
}

.sightjackContent .limitedEvent_bnr {
  position: relative;
  width: 82rem;
  height: fit-content;
  border-radius: 1rem;
  overflow: clip;
}

.sightjackContent .limitedEvent_bnr.finished::before {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
  font-size: 3rem;
  letter-spacing: .1em;
  font-weight: 700;
  content: "終了しました";
  color: #fff;
}

.sightjackContent .liveShopping_wrap {
  width: 100%;
}

.sightjackContent .liveShopping_wrap.column1 {
  width: 90rem;
}

.sightjackContent .liveShopping_wrap dt {
  padding: 1rem 0;
  border-radius: 2rem 2rem 0 0;
  background: var(--color-sightjack-02);
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: .05em;
  text-align: center;
  color: #fff;
}

.sightjackContent .liveShopping_wrap dd {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 5rem 2rem;
  border-radius: 0 0 2rem 2rem;
  background: #fff;
}

.sightjackContent .liveShopping_wrap.column1 dd {
  padding: 5rem 0;
  grid-template-columns: repeat(1, 1fr);
}

.sightjackContent .liveShopping_wrap dd.column3 {
  grid-template-columns: repeat(3, 1fr);
  padding-left: 0;
  padding-right: 0;
}

.sightjackContent .liveShopping_wrap dd .each_liveShopping a {
  /*display: flex;
  align-items: center;
  gap: 2rem;*/
  padding: 0 4rem;
}

.sightjackContent .liveShopping_wrap.column1 dd .each_liveShopping a {
  padding: 0 22rem;
}

.sightjackContent .liveShopping_wrap dd .each_liveShopping:nth-of-type(n+2) {
  border-left: dotted #333 .1rem;
}

.sightjackContent .liveShopping_img {
  width: 16rem;
  margin-right: 2rem;
  float: left;
}

.sightjackContent .liveShopping_img.img_vertical {
  width: 17.4rem;
}

.sightjackContent dd.column3 .liveShopping_img {
  width: 100%;
  margin: 0 0 2rem 0;
}

.sightjackContent dd.column3 .liveShopping_img img {
  display: block;
  width: 18rem;
  margin: 0 auto;
}

.sightjackContent .liveShopping_wrap dd .txt_wrap {
  flex: 1;
  min-height: 16rem;
  padding-top: .8rem;
}

.sightjackContent .liveShopping_wrap dd .txt_time {
  display: inline-block;
  margin-bottom: 1rem;
  padding: .6rem 2rem;
  border-radius: 10rem;
  background: var(--color-sightjack-05);
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
}

.sightjackContent .liveShopping_wrap dd .guest_name {
  margin-bottom: 1rem;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: .05em;
}

.sightjackContent .liveShopping_wrap dd .txt_guest {
  margin-right: .8rem;
  padding: .1rem .8rem;
  border: solid .1rem #000;
  font-size: 1.3rem;
  font-weight: 500;
  vertical-align: .1em;
}

.sightjackContent .liveShopping_wrap dd .txt_M {
  margin-right: .5rem;
  font-size: 1.4rem;
  letter-spacing: .02em;
}

.sightjackContent .liveShopping_wrap dd .txt_S {
  margin-left: .3rem;
  font-size: 1.2rem;
}

.sightjackContent .liveShopping_wrap dd .lead {
  font-size: 1.4rem;
  line-height: 1.5;
}

@media screen and  (max-width:768px) {
.sightjackContent.limitedEvent_area {
  padding: calc(50 * (100vw / 375)) calc(15 * (100vw / 375)) calc(60 * (100vw / 375));
}

.sightjackContent.limitedEvent_area .area_inner {
  width: auto;
}

.sightjackContent.limitedEvent_area .area_ttl {
  margin-bottom: calc(10 * (100vw / 375));
  font-size: calc(36 * (100vw / 375));
}

.sightjackContent .limitedEvent_list {
  display: grid;
  gap: calc(25 * (100vw / 375));
}

.sightjackContent .limitedEvent_bnr {
  width: auto;
  border-radius: calc(10 * (100vw / 375));
}

.sightjackContent .limitedEvent_bnr.finished::before {
  font-size: calc(20 * (100vw / 375));
}

.sightjackContent .limitedEvent_bnr.column2 {
  width: auto;
  border-radius: calc(10 * (100vw / 375));
}

.sightjackContent .liveShopping_wrap.column1 {
  width: auto;
}

.sightjackContent .liveShopping_wrap dt {
  padding: calc(10 * (100vw / 375)) 0;
  border-radius: calc(20 * (100vw / 375)) calc(20 * (100vw / 375)) 0 0;
  font-size: calc(18 * (100vw / 375));
}

.sightjackContent .liveShopping_wrap dd {
  display: block;
  padding: 0 calc(15 * (100vw / 375));
  border-radius: 0 0 calc(20 * (100vw / 375)) calc(20 * (100vw / 375));
}

.sightjackContent .liveShopping_wrap.column1 dd {
  padding: 0 calc(15 * (100vw / 375));
}

.sightjackContent .liveShopping_wrap dd.column3 {
  padding: 0 calc(15 * (100vw / 375));
}

.sightjackContent .liveShopping_wrap dd .each_liveShopping a {
  padding: calc(30 * (100vw / 375)) 0;
}

.sightjackContent .liveShopping_wrap.column1 dd .each_liveShopping a {
  padding: calc(30 * (100vw / 375)) 0;
}

.sightjackContent .liveShopping_wrap dd .each_liveShopping:nth-of-type(n+2) {
  border-left: none;
  border-top: dotted #333 calc(1 * (100vw / 375));
}

.sightjackContent .liveShopping_img {
  width: calc(132 * (100vw / 375));
  margin-right: calc(12 * (100vw / 375));
}

.sightjackContent dd.column3 .liveShopping_img {
  width: calc(134 * (100vw / 375));
  margin: 0 calc(15 * (100vw / 375)) 0 0;
}

.sightjackContent .liveShopping_img.img_vertical {
  width: calc(148 * (100vw / 375));
}

.sightjackContent dd.column3 .liveShopping_img img {
  width: 100%;
}

.sightjackContent .liveShopping_wrap dd .txt_wrap {
  padding-top: 0;
  min-height: calc(134 * (100vw / 375));
}

.sightjackContent .liveShopping_wrap dd .txt_time {
  margin-bottom: calc(5 * (100vw / 375));
  padding: calc(5 * (100vw / 375)) calc(20 * (100vw / 375));
  border-radius: calc(100 * (100vw / 375));
  font-size: calc(16 * (100vw / 375));
}

.sightjackContent .liveShopping_wrap dd .guest_name {
  margin-bottom: calc(6 * (100vw / 375));
  font-size: calc(16 * (100vw / 375));
  line-height: 1.1;
}

.sightjackContent .liveShopping_wrap dd .txt_guest {
  margin-right: calc(6 * (100vw / 375));
  padding: calc(1 * (100vw / 375)) calc(6 * (100vw / 375));
  border-width: calc(1 * (100vw / 375));
  font-size: calc(10 * (100vw / 375));
  line-height: 2;
}

.sightjackContent .liveShopping_wrap dd .txt_M {
  margin-right: calc(5 * (100vw / 375));
  font-size: calc(11 * (100vw / 375));
  letter-spacing: 0;
}

.sightjackContent .liveShopping_wrap dd .txt_B {
  font-weight: 700;
  line-height: 2;
}

.sightjackContent .liveShopping_wrap dd .txt_S {
  margin-left: calc(3 * (100vw / 375));
  font-size: calc(10 * (100vw / 375));
}

.sightjackContent .liveShopping_wrap dd .lead {
  font-size: calc(13 * (100vw / 375));
}
}
/*----------------------------------TODAY'S EVENT*/

/*商品を探す---------------------------------------*/
.sightjackContent.navigation_area {
  padding: 8rem 0;
  background: #fff;
}

.sightjackContent.navigation_area .area_inner {
  position: relative;
  z-index: 1;
  width: 116rem;
  margin: 0 auto;
  padding: 3rem 0 4rem;
  background: var(--color-sightjack-03);
  border: solid .3rem var(--color-sightjack-04);
  border-radius: 1rem;
}

.sightjackContent.navigation_area .area_ttl {
  margin-bottom: 1.5rem;
  font-size: 2.2rem;
  text-align: center;
}

.sightjackContent.navigation_area .nav_list {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.sightjackContent.navigation_area .nav_list li a {
  display: grid;
  place-items: center;
  width: 17rem;
  height: 8rem;
  border-radius: .5rem;
  background: var(--color-sightjack-05);
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
}

.sightjackContent.navigation_area .nav_list li a p {
  line-height: 1.3;
}

.sightjackContent.navigation_area .nav_list li a .txt_S {
  display: block;
  margin-top: .3rem;
  font-size: 1.4rem;
}

.sightjackContent.navigation_area .nav_list li a .txt_M {
  font-size: 1.8rem;
}

.sightjackContent.navigation_area .nav_list li a .txt_L {
  font-size: 2.8rem;
}

@media screen and  (max-width:768px) {

.sightjackContent.navigation_area {
  padding: calc(60 * (100vw / 375)) calc(10 * (100vw / 375));
}

.sightjackContent.navigation_area .area_inner {
  width: auto;
  padding: calc(30 * (100vw / 375)) calc(12 * (100vw / 375)) calc(40 * (100vw / 375));
  border-width: calc(3 * (100vw / 375));
  border-radius: calc(10 * (100vw / 375));
}

.sightjackContent.navigation_area .area_ttl {
  margin-bottom: calc(15 * (100vw / 375));
  font-size: calc(20 * (100vw / 375));
}

.sightjackContent.navigation_area .nav_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(8 * (100vw / 375));
}

.sightjackContent.navigation_area .nav_list li a {
  width: auto;
  height: calc(64 * (100vw / 375));
  border-radius: calc(5 * (100vw / 375));
  font-size: calc(18 * (100vw / 375));
}

.sightjackContent.navigation_area .nav_list li a .txt_S {
  margin-top: calc(2 * (100vw / 375));
  font-size: calc(13 * (100vw / 375));
}

.sightjackContent.navigation_area .nav_list li a .txt_M {
  font-size: calc(15 * (100vw / 375));
}

.sightjackContent.navigation_area .nav_list li a .txt_L {
  font-size: calc(24 * (100vw / 375));
}
}

/*---------------------------------------商品を探す*/



/* ランキング
---------------------------------- */
.top_special_section01 {
  position: relative;
  padding: 12rem 0;
  background: var(--color-sightjack-06);
}

.top_special_section01::before {
  position: absolute;
  bottom: 46rem;
  right: -2rem;
  width: 41rem;
  height: 50rem;
  background: url(../../Contents/ImagesPkg/sightjack/250903/bg_ranking_2.svg) no-repeat;
  background-size: 100%;
  content: "";
  z-index: 0;
}

.top_special_section01::after {
  position: absolute;
  bottom: -11rem;
  left: -7rem;
  width: 33rem;
  height: 34rem;
  background: url(../../Contents/ImagesPkg/sightjack/250903/icn_06.svg) no-repeat;
  background-size: 100%;
  content: "";
  z-index: 0;
}

.top_special_section01 .top_section__inner {
  position: relative;
  z-index: 1;
  width: 110rem;
  max-width: 100%;
  margin: auto;
}

.top_special_section01 .section_head {
  padding: 1rem 0;
  border-radius: 2rem 2rem 0 0;
  background: var(--color-sightjack-05);
}

.top_special_section01 .ttl_section {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  padding: 0 0 0 12rem;
  font-size: 2.8rem;
  line-height: 1.3;
  text-transform: inherit;
  text-align: center;
  color: #fff;
}

.top_special_section01 .top_section__inner > div:nth-of-type(even)  .ttl_section {
  padding: 0 12rem 0 0;
}

.top_special_section01 .ttl_section::before,
.top_special_section01 .ttl_section::after {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 10rem;
  height: 10rem;
  content: "";
}

.top_special_section01 .ttl_section::before {
  mask-image: url(../../../Contents/ImagesPkg/sightjack/251212/shape_zigzag.svg);
  mask-position: center center;
  mask-size: cover;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(../../../Contents/ImagesPkg/sightjack/251212/shape_zigzag.svg);
  -webkit-mask-position: center center;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  background: var(--color-sightjack-07);
}

.top_special_section01 .top_section__inner > div:nth-of-type(even) .ttl_section::before,
.top_special_section01 .top_section__inner > div:nth-of-type(even) .ttl_section::after {
  left: auto;
  right: 0;
}

.top_special_section01 .top_section__inner > div:nth-of-type(1) .ttl_section::after {
  background: url(../../../Contents/ImagesPkg/sightjack/251212/txt_discount2.svg) center center / cover no-repeat;
}

.top_special_section01 .top_section__inner > div:nth-of-type(2) .ttl_section::after {
  background: url(../../../Contents/ImagesPkg/sightjack/251212/txt_discount1.svg) center center / cover no-repeat;
}

.top_special_section01 .top_section__inner > div:nth-of-type(3) .ttl_section::after {
  background: url(../../../Contents/ImagesPkg/sightjack/251212/txt_discount3.svg) center center / cover no-repeat;
}

.top_special_section01 .ttl_section span {
  display: inline;
}

.top_special_section01 .ttl_section .txt_sm {
  font-size: 2rem;
  font-weight: normal;
}

/* ---- ランキングパーツ ---- */

.top_special_section01 .item_list {
  padding: 3rem 4rem 0;
  border-radius: 0 0 2rem 2rem;
  background: #fff;
}

.top_special_ranking {
  margin-top: 0;
  padding-top: 4rem;
  padding-bottom: 3rem;
  border-top: 1px solid #f5f5f5;
}

.top_special_section01 .top_special_ranking {
  padding: 0;
  border: none;
}

.top_special_section01 .top_special_ranking:nth-of-type(n+2) {
  margin-top: 10rem;
}

.top_special_ranking .icn_rank {
  display: none;
}

.top_special_section .js_item_slider .slick-dots .slick-active button,
.top_special_section .js_item_slidebar .simplebar-scrollbar::before {
  background: #6e6e6e;
}

.top_special_section .js_item_slider .slick-dots {
  margin-top: -0.5rem;
  padding-top: 0;
}

.item_list_common .item_list__img img {
  vertical-align: bottom;
}

.link_productList {
  width: fit-content;
  margin: 3rem auto 0;
}

.link_productList a {
  position: relative;
  display: grid;
  place-items: center;
  width: 36rem;
  height: 6.5rem;
  border-radius: 10rem;
  background: var(--color-sightjack-02);
  font-size: 2rem;
  font-weight: 700;
  transition: translate .3s, box-shadow .3s;
  box-shadow: 0 .5rem 0 #034f16;
  color: #fff;
}

.link_productList a:hover {
  translate: 0 .5rem;
  box-shadow: 0 0 0 #034f16;
  opacity: 1 !important;
}

.link_productList a::before {
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  margin-right: 2rem;
  border-left: solid #fff .8rem;
  border-top: solid transparent .5rem;
  border-bottom: solid transparent .5rem;
  content: "";
}


/* ベネント
---------------------------------- */
.Benent_section .section_head .ttl_section {
  color: var(--color-sightjack-02);
}

.BenentSnap_section,
.BenentVideo_section {
  background: none;
}

#BenentSnap {
  position: relative;
  z-index: 1;
  padding-top: 10rem;
}

#BenentSnap .top_section__inner .section_head,
#BenentSnap .top_section__inner .section_head .ttl_section {
  position: relative;
}

#BenentSnap .top_section__inner .section_head::before {
  position: absolute;
  top: -4rem;
  left: -8rem;
  width: 34rem;
  height: 25rem;
  background: url(../../Contents/ImagesPkg/sightjack/250903/bg_ranking.svg) no-repeat;
  background-size: 100%;
  content: "";
  z-index: 0;
}

#BenentSnap .top_section__inner .section_head::after {
  position: absolute;
  top: -9rem;
  right: 10%;
  width: 17rem;
  height: 25rem;
  background: url(../../Contents/ImagesPkg/sightjack/250903/icn_04.svg) no-repeat;
  background-size: 100%;
  content: "";
  z-index: 0;
  transform: rotate(11deg);
}

#BenentSnap .top_section__inner .section_head .ttl_section::after {
  position: absolute;
  top: 7rem;
  right: 4%;
  width: 13rem;
  height: 20rem;
  background: url(../../Contents/ImagesPkg/sightjack/250903/icn_04.svg) no-repeat;
  background-size: 100%;
  content: "";
  z-index: 2;
  transform: rotate(26deg);
}

#BenentVideo {
  display: none !important;
}

#BenentLive {
  margin-top: 0;
}

.Benent_section .Benent_list .item_list__item p.topUserImage,
.Benent_section .Benent_list .item_list__item {
  background: var(--color-sightjack-08);
}

.Benent_section .Benent_list .item_list__item p.topUserImage {
  position: relative;
  z-index: 1;
}

.Benent_section .Benent_list .item_list__item p.topUserImage::before,
.Benent_section .Benent_list .item_list__item p.topUserImage::after {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  border-radius: 50%;
  content: "";
}

.Benent_section .Benent_list .item_list__item p.topUserImage::before {
  width: 80%;
  height: 80%;
  background: var(--color-sightjack-06);
}

.Benent_section .Benent_list .item_list__item p.topUserImage::after {
  width: 75%;
  height: 75%;
  background: #fff;
}

.top_section .btn_viewmore a {
  background: var(--color-sightjack-05);
}

#footer {
  position: relative;
  z-index: 1;
  background: #fff;
}


@media (max-width: 768px) {

  /* ランキング
  ---------------------------------- */
  .top_special_section01 {
    padding: calc(40*(100vw / 375)) 0 calc(70*(100vw / 375));
  }
 
  .top_special_section01::before {
    bottom: calc(440*(100vw / 375));
    right: calc(-20 * (100vw / 375));
    width: calc(150*(100vw / 375));
    height: calc(73*(100vw / 375));
    background-position: bottom;
  }

  .top_special_section01::after {
    bottom: calc(-70 * (100vw / 375));
    left: calc(-24 * (100vw / 375));
    width: calc(170 * (100vw / 375));
    height: calc(62 * (100vw / 375));
    background-image: url(../../Contents/ImagesPkg/sightjack/250903/icn_06_sp.svg);
  }

  .top_special_section01 .section_head {
    display: grid;
    place-items: center;
    padding: calc(8 * (100vw / 375)) 0;
    min-height: calc(40 * (100vw / 375));
    border-radius: calc(20 * (100vw / 375)) calc(20 * (100vw / 375)) 0 0;
  }

  .top_special_section01 .ttl_section {
    padding: 0 calc(10 * (100vw / 375)) 0 calc(100 * (100vw / 375));
    font-size: calc(22 * (100vw / 375));
    text-align: left;
  }

  .top_special_section01 .top_special_ranking > .top_section__inner {
    background: #fff;
    border-radius: calc(20 * (100vw / 375));
    padding-bottom: calc(10 * (100vw / 375));
  }

  .top_special_section01 .top_section__inner > div:nth-of-type(even) .ttl_section {
    padding: 0 calc(100 * (100vw / 375)) 0 calc(10 * (100vw / 375));
    text-align: right;
  }

  .top_special_section01 .ttl_section::before,
  .top_special_section01 .ttl_section::after {
    position: absolute;
    top: 50%;
    left: 0;
    translate: 0 -50%;
    width: calc(90 * (100vw / 375));
    height: calc(90 * (100vw / 375));
    content: "";
  }

  .top_special_section01 .ttl_section .txt_sm {
    font-size: calc(14*(100vw / 375));
  }

  /* ---- ランキングパーツ ---- */

  .top_special_ranking {
    padding-top: calc(40*(100vw / 375));
    padding-bottom: calc(30*(100vw / 375));
  }

  .top_special_section01 .top_special_ranking:nth-of-type(n+2) {
    margin-top: calc(60*(100vw / 375));
  }

  .top_special_section01 .top_special_ranking {
    padding-top: calc(20*(100vw / 375));
    padding-bottom: calc(10*(100vw / 375));
  }

  .top_special_section01 .top_special_ranking:first-child::before {
    top: calc(-26 * (100vw / 375));
    right: calc(-20 * (100vw / 375));
    width: calc(94 * (100vw / 375));
    height: calc(94 * (100vw / 375));
  }

  .top_special_section .js_item_slider .slick-dots {
    margin-top: calc(-0.5*(100vw / 375));
    padding-top: 0;
  }

  .top_special_ranking .item_list_common .item_list__item {
    padding-bottom: 0;
  }

  /* ---- バナー ---- */

  .top_special_section01 .top_special_wrap {
    width: auto;
  }

  .top_marquee {
    margin-top: calc(155 * (100vw / 750));
  }

.link_productList {
  margin: calc(20 * (100vw / 375)) auto 0;
}

.link_productList a {
  width: calc(300 * (100vw / 375));
  height: calc(52 * (100vw / 375));
  border-radius: calc(100 * (100vw / 375));
  font-size: calc(18 * (100vw / 375));
  box-shadow: 0 calc(5 * (100vw / 375)) 0 #034f16;
}

.link_productList a:hover {
  translate: 0 calc(5 * (100vw / 375));
}

.link_productList a::before {
  margin-right: calc(20 * (100vw / 375));
  border-left: solid #fff calc(8 * (100vw / 375));
  border-top: solid transparent calc(6 * (100vw / 375));
  border-bottom: solid transparent calc(6 * (100vw / 375));
}

  /* ベネント
  ---------------------------------- */

  #BenentSnap {
    padding-top: calc(110 * (100vw / 750));
  }

  #BenentSnap .top_section__inner .section_head::before {
    top: calc(195 * (100vw / 750));
    left: calc(-71 * (100vw / 750));
    width: calc(300 * (100vw / 750));
    height: calc(259 * (100vw / 750));
  }

  #BenentSnap .top_section__inner .section_head::after {
    top: calc(-60 * (100vw / 750));
    right: calc(39 * (100vw / 750));
    width: calc(140 * (100vw / 750));
    height: calc(150* (100vw / 750));
  }

  #BenentSnap .top_section__inner .section_head .ttl_section::after {
    top: calc(103 * (100vw / 750));
    right: calc(-15 * (100vw / 750));
    width: calc(104 * (100vw / 750));
    height: calc(106 * (100vw / 750));
  }

}


/*コンフェッティ--------------------*/

.sightjackContent.deco_confetti {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  pointer-events: none;
}

.sightjackContent.deco_confetti > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sightjackContent.deco_confetti > div::before,
.sightjackContent.deco_confetti > div::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  height: 3rem;
  content: "";
}

@keyframes fall {
  0% {
    top: 0;
  }

  100% {
    top: 100%;
  }
}


@keyframes rotate1 {
  0% {
    translate: 0 0;
    rotate: 0deg;
    transform: rotateX(0deg);
  }

  100% {
    translate: 20rem 0;
    rotate: 80deg;
    transform: rotateX(180deg);
  }
}


.sightjackContent.deco_confetti > div:nth-of-type(1):before {
  left: 0;
  background: url(../../../Contents/ImagesPkg/sightjack/251212/confetti_001.svg) center center / cover no-repeat;
  animation: fall 5s linear infinite, rotate1 3s ease-in-out infinite alternate;
}

.sightjackContent.deco_confetti > div:nth-of-type(1):after {
  left: 10vw;
  background: url(../../../Contents/ImagesPkg/sightjack/251212/confetti_002.svg) center center / cover no-repeat;
  animation: fall 8s linear infinite, rotate1 2s ease-in-out infinite alternate;
}

.sightjackContent.deco_confetti > div:nth-of-type(2):before {
  left: 20vw;
  background: url(../../../Contents/ImagesPkg/sightjack/251212/confetti_003.svg) center center / cover no-repeat;
  animation: fall 7s linear infinite, rotate1 3.5s ease-in-out infinite alternate;
}

.sightjackContent.deco_confetti > div:nth-of-type(2):after {
  left: 30vw;
  background: url(../../../Contents/ImagesPkg/sightjack/251212/confetti_004.svg) center center / cover no-repeat;
  animation: fall 9s linear infinite, rotate1 4s ease-in-out infinite alternate-reverse;
}

.sightjackContent.deco_confetti > div:nth-of-type(3):before {
  left: 40vw;
  background: url(../../../Contents/ImagesPkg/sightjack/251212/confetti_005.svg) center center / cover no-repeat;
  animation: fall 5s linear infinite, rotate1 4s ease-in-out infinite alternate;
}

.sightjackContent.deco_confetti > div:nth-of-type(3):after {
  left: 50vw;
  background: url(../../../Contents/ImagesPkg/sightjack/251212/confetti_006.svg) center center / cover no-repeat;
  animation: fall 4s linear infinite, rotate1 3s ease-in-out infinite alternate-reverse;
}

.sightjackContent.deco_confetti > div:nth-of-type(4):before {
  left: 60vw;
  background: url(../../../Contents/ImagesPkg/sightjack/251212/confetti_007.svg) center center / cover no-repeat;
  animation: fall 8s linear infinite, rotate1 3.5s ease-in-out infinite alternate-reverse;
}

.sightjackContent.deco_confetti > div:nth-of-type(4):after {
  left: 70vw;
  background: url(../../../Contents/ImagesPkg/sightjack/251212/confetti_008.svg) center center / cover no-repeat;
  animation: fall 7s linear infinite, rotate1 2s ease-in-out infinite alternate;
}

.sightjackContent.deco_confetti > div:nth-of-type(5):before {
  left: 80vw;
  background: url(../../../Contents/ImagesPkg/sightjack/251212/confetti_009.svg) center center / cover no-repeat;
  animation: fall 9s linear infinite, rotate1 4s ease-in-out infinite alternate-reverse;
}

.sightjackContent.deco_confetti > div:nth-of-type(5):after {
  left: 90vw;
  background: url(../../../Contents/ImagesPkg/sightjack/251212/confetti_010.svg) center center / cover no-repeat;
  animation: fall 5s linear infinite, rotate1 3s ease-in-out infinite alternate;
}

.sightjackContent.deco_confetti > div:nth-of-type(6):before {
  right: 0;
  background: url(../../../Contents/ImagesPkg/sightjack/251212/confetti_011.svg) center center / cover no-repeat;
  animation: fall 6s linear infinite, rotate1 2s ease-in-out infinite alternate;
}

@media (max-width: 768px) {

.sightjackContent.deco_confetti > div::before,
.sightjackContent.deco_confetti > div::after {
  width: calc(50 * (100vw / 750));
  height: calc(50 * (100vw / 750));
  content: "";
}


@keyframes rotate1 {
  0% {
    translate: 0 0;
    rotate: 0deg;
    transform: rotateX(0deg);
  }

  100% {
    translate: calc(200 * (100vw / 750)) 0;
    rotate: 80deg;
    transform: rotateX(180deg);
  }
}
}

/*--------------------コンフェッティ*/