@charset "UTF-8";
:target {
  scroll-padding-top: min(6.7708333333vw, 8.125rem);
}
@media screen and (min-width: 769px) {
  :target {
    scroll-padding-top: sp-vw(65px);
  }
}

:where(*) {
  box-sizing: border-box;
}

.en {
  font-family: "Gill Sans", "Gill Sans MT", "Gill Sans Nova", sans-serif;
  letter-spacing: 0.05em;
}

body {
  overflow: auto;
  height: auto !important;
  background-color: #fff;
  color: #333;
}

#specialEx {
  position: relative;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  overflow: hidden;
}
#specialEx div, #specialEx p {
  word-break: normal;
}
#specialEx img {
  height: auto;
  max-width: 100%;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  transition: background-color 0.3s;
}
header.show {
  background-color: rgba(75, 45, 25, 0.3);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

article, .position-r {
  position: relative;
}

.pc_nav {
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
}
.pc_nav:has(+ .active) {
  opacity: 0;
  pointer-events: none;
}
.pc_nav li {
  margin-right: min(calc(50 / 1920 * 100vw), 3.125rem);
}
.pc_nav a {
  color: #fff;
  font-size: clamp(0.8125rem, 1.25vw, 1.5rem);
  font-family: "Gill Sans", "Gill Sans MT", "Gill Sans Nova", sans-serif;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
}
.pc_nav a:before {
  content: "";
  width: clamp(0.5rem, 0.625vw, 0.75rem);
  height: clamp(0.5rem, 0.625vw, 0.75rem);
  background: url(https://gigaplus.makeshop.jp/cdcom/new2025/img/special_ex/reef.svg) no-repeat center/cover;
  margin-right: clamp(0.3rem, 0.5208333333vw, 0.625rem);
}
@media (hover) {
  .pc_nav a:hover {
    text-decoration: line-through;
    opacity: 1 !important;
  }
}
.pc_nav a.active:before {
  background-image: url(https://gigaplus.makeshop.jp/cdcom/new2025/img/special_ex/reef_orange.svg);
}
@media screen and (max-width: 768px) {
  .pc_nav {
    display: none;
  }
}

#drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  visibility: hidden;
  pointer-events: none;
  overflow: hidden;
}
#drawer:before {
  content: "";
  width: calc(15 / 320 * 100vw);
  aspect-ratio: 1;
  border-radius: 50%;
  position: fixed;
  background-color: #ff5500;
  top: calc(20 / 320 * 100vw);
  right: calc(20 / 320 * 100vw);
  transition: 0.6s ease-out;
  transform: scale(0);
}
@media screen and (min-width: 769px) {
  #drawer:before {
    width: min(calc(30 / 1920 * 100vw), 1.875rem);
    top: min(calc(50 / 1920 * 100vw), 3.125rem);
    right: min(calc(50 / 1920 * 100vw), 3.125rem);
  }
}
#drawer.active {
  visibility: visible;
  pointer-events: visible;
}
#drawer.active:before {
  transform: scale(300);
}

.specialEx_header {
  position: relative;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: calc(10 / 320 * 100vw);
}
@media screen and (min-width: 769px) {
  .specialEx_header {
    padding: min(calc(18 / 1920 * 100vw), 1.125rem);
  }
}
.specialEx_header_logo img {
  width: calc(130 / 320 * 100vw);
}
@media screen and (min-width: 769px) {
  .specialEx_header_logo img {
    width: clamp(7.5rem, 10.6770833333vw, 12.8125rem);
  }
}
.specialEx_navbtn {
  -webkit-appearance: none;
  appearance: none;
  padding: 0;
  background: none;
  border: none;
  outline: none;
  position: relative;
  width: calc(36 / 320 * 100vw);
  height: calc(36 / 320 * 100vw);
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .specialEx_navbtn {
    width: min(calc(82 / 1920 * 100vw), 5.125rem);
    height: min(calc(82 / 1920 * 100vw), 5.125rem);
  }
}
.specialEx_navbtn.active svg path {
  fill: #fff;
}
.specialEx_navbtn.active span {
  background-color: #ff5500;
}
.specialEx_navbtn.active span:nth-of-type(1) {
  transform: rotate(15deg);
}
.specialEx_navbtn.active span:nth-of-type(2) {
  transform: rotate(-15deg);
}
.specialEx_navbtn svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.specialEx_navbtn svg path {
  transition: 0.3s;
}
.specialEx_navbtn span {
  width: calc(18 / 320 * 100vw);
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: calc(-9 / 320 * 100vw);
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .specialEx_navbtn span {
    width: min(calc(36 / 1920 * 100vw), 2.25rem);
    margin-left: max(-0.9375vw, -1.125rem);
  }
}
.specialEx_navbtn span:nth-of-type(1) {
  transform: translateY(-2px);
}
.specialEx_navbtn span:nth-of-type(2) {
  transform: translateY(2px);
}
.specialEx_drawer {
  color: #fff;
}
.specialEx_drawer_wrap {
  position: relative;
  overflow: auto;
  width: 100%;
  height: 100%;
}
.specialEx_drawer_inner {
  padding-top: calc(80 / 320 * 100vw);
  padding-bottom: calc(30 / 320 * 100vw);
  padding-inline: calc(25 / 320 * 100vw);
}
@media screen and (min-width: 769px) {
  .specialEx_drawer_inner {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    column-gap: min(calc(170 / 1920 * 100vw), 10.625rem);
    padding-top: min(calc(150 / 1920 * 100vw), 9.375rem);
    padding-bottom: min(calc(50 / 1920 * 100vw), 3.125rem);
    padding-inline: 0;
  }
}
.specialEx_drawer_col {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .specialEx_drawer_col {
    width: fit-content;
  }
}
.specialEx_drawer_col > a {
  display: flex;
  line-height: 1;
  font-size: calc(19 / 320 * 100vw);
  padding-block: calc(14 / 320 * 100vw);
}
@media screen and (min-width: 769px) {
  .specialEx_drawer_col > a {
    flex-direction: column;
    font-size: min(calc(47 / 1920 * 100vw), 2.9375rem);
    padding-block: min(calc(42 / 1920 * 100vw), 2.625rem);
  }
}
.specialEx_drawer_col > a span {
  position: relative;
}
@media screen and (min-width: 769px) {
  .specialEx_drawer_col > a span {
    margin-left: min(calc(20 / 1920 * 100vw), 1.25rem);
    padding-inline: min(calc(20 / 1920 * 100vw), 1.25rem);
  }
}
@media screen and (min-width: 769px) {
  .specialEx_drawer_col > a span:not(.en) {
    font-weight: 700;
  }
}
@media (hover) {
  .specialEx_drawer_col > a:hover {
    opacity: 1 !important;
  }
  .specialEx_drawer_col > a:hover span:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
  }
}
.specialEx_drawer_col > a:before {
  content: "";
  width: calc(22 / 320 * 100vw);
  aspect-ratio: 26/21;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-right: calc(10 / 320 * 100vw);
}
@media screen and (min-width: 769px) {
  .specialEx_drawer_col > a:before {
    width: min(calc(52 / 1920 * 100vw), 3.25rem);
    margin-right: 0;
    margin-bottom: min(calc(15 / 1920 * 100vw), 0.9375rem);
  }
}
.specialEx_drawer_col > a.num00::before {
  background-image: url(https://gigaplus.makeshop.jp/cdcom/new2025/img/special_ex/num00.svg);
}
.specialEx_drawer_col > a.num01::before {
  background-image: url(https://gigaplus.makeshop.jp/cdcom/new2025/img/special_ex/num01.svg);
}
.specialEx_drawer_col > a.num02::before {
  background-image: url(https://gigaplus.makeshop.jp/cdcom/new2025/img/special_ex/num02.svg);
}
.specialEx_drawer_col > a.num03::before {
  background-image: url(https://gigaplus.makeshop.jp/cdcom/new2025/img/special_ex/num03.svg);
}
.specialEx_drawer_col > a.num04::before {
  background-image: url(https://gigaplus.makeshop.jp/cdcom/new2025/img/special_ex/num04.svg);
}
.specialEx_drawer_col > a.num05::before {
  background-image: url(https://gigaplus.makeshop.jp/cdcom/new2025/img/special_ex/num05.svg);
}
.specialEx_drawer_col > a.num06::before {
  background-image: url(https://gigaplus.makeshop.jp/cdcom/new2025/img/special_ex/num06.svg);
}
.specialEx_drawer_tel {
  margin-top: calc(40 / 320 * 100vw);
}
@media screen and (min-width: 769px) {
  .specialEx_drawer_tel {
    margin-top: min(calc(42 / 1920 * 100vw), 2.625rem);
  }
}
.specialEx_drawer_tel p {
  font-size: calc(11 / 320 * 100vw);
}
@media screen and (min-width: 769px) {
  .specialEx_drawer_tel p {
    font-size: min(calc(24 / 1920 * 100vw), 1.5rem);
  }
}
.specialEx_drawer_tel p.en {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: baseline;
  column-gap: calc(10 / 320 * 100vw);
  text-align: left;
  margin-top: calc(8 / 320 * 100vw);
}
@media screen and (min-width: 769px) {
  .specialEx_drawer_tel p.en {
    margin-top: min(calc(15 / 1920 * 100vw), 0.9375rem);
    column-gap: min(calc(20 / 1920 * 100vw), 1.25rem);
  }
}
.specialEx_drawer_tel p.en span {
  font-size: calc(15 / 320 * 100vw);
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .specialEx_drawer_tel p.en span {
    font-size: min(calc(31 / 1920 * 100vw), 1.9375rem);
  }
}
.specialEx_drawer_tel p.en a {
  font-size: calc(24 / 320 * 100vw);
  letter-spacing: 0.075em;
  font-weight: 700;
  line-height: 1;
  color: currentColor;
}
@media screen and (min-width: 769px) {
  .specialEx_drawer_tel p.en a {
    font-size: min(calc(50 / 1920 * 100vw), 3.125rem);
  }
}
.specialEx_top {
  position: relative;
  z-index: 0;
}
.specialEx_top article {
  z-index: 1;
}
.specialEx_top .kv-swiper {
  width: 100%;
  height: 100vh;
  height: 100dvh;
}
.specialEx_top .kv-swiper img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.specialEx_top_lead {
  font-size: calc(32 / 320 * 100vw);
  color: #fff;
  font-weight: 400;
  position: absolute;
  left: calc(22 / 320 * 100vw);
  bottom: 20vh;
  bottom: 20dvh;
  z-index: 1;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .specialEx_top_lead {
    font-size: min(calc(76 / 1920 * 100vw), 4.75rem);
    left: min(calc(120 / 1920 * 100vw), 7.5rem);
    bottom: auto;
    top: min(calc(158 / 1920 * 100vw), 9.875rem);
  }
}
.specialEx_lead {
  background: url(https://gigaplus.makeshop.jp/cdcom/new2025/img/special_ex/bg_lead_sp.webp) no-repeat center top/100% auto;
  margin-top: calc(-85 / 320 * 100vw);
  padding-top: calc(92 / 320 * 100vw);
  min-height: calc(817 / 320 * 100vw);
  z-index: 2;
  position: relative;
}
@media screen and (min-width: 769px) {
  .specialEx_lead {
    background-image: url(https://gigaplus.makeshop.jp/cdcom/new2025/img/special_ex/bg_lead.webp);
    margin-top: max(-17.7083333333vw, -21.25rem);
    padding-top: 18.2291666667vw;
    min-height: min(calc(1043 / 1920 * 100vw), 65.1875rem);
    overflow: hidden;
  }
}
.specialEx_lead_main {
  margin-inline: calc(22 / 320 * 100vw);
  color: #fff;
}
@media screen and (min-width: 769px) {
  .specialEx_lead_main {
    margin-inline: auto;
    max-width: min(calc(1360 / 1920 * 100vw), 85rem);
    display: flex;
    justify-content: space-between;
  }
}
.specialEx_lead_main h2 {
  font-size: calc(24 / 320 * 100vw) !important;
  font-weight: 400;
  margin: 0 0 calc(30 / 320 * 100vw) !important;
  font-weight: 700;
  font-feature-settings: "palt";
}
@media screen and (min-width: 769px) {
  .specialEx_lead_main h2 {
    font-size: min(calc(60 / 1920 * 100vw), 3.75rem) !important;
    margin: 0 !important;
    line-height: 1.5;
    padding-left: min(calc(30 / 1920 * 100vw), 1.875rem);
  }
}
.specialEx_lead_main p {
  font-size: calc(12 / 320 * 100vw);
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .specialEx_lead_main p {
    font-size: min(calc(22 / 1920 * 100vw), 1.375rem);
    padding-top: min(calc(10 / 1920 * 100vw), 0.625rem);
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
  }
}
.specialEx_lead figure {
  margin-top: calc(30 / 320 * 100vw);
  text-align: center;
}
@media screen and (min-width: 769px) {
  .specialEx_lead figure {
    margin-top: 0;
    text-align: left;
    position: absolute;
    left: max(-7.2916666667vw, -8.75rem);
    top: min(calc(625 / 1920 * 100vw), 39.0625rem);
  }
}
.specialEx_lead figure img {
  width: calc(274 / 320 * 100vw);
}
@media screen and (min-width: 769px) {
  .specialEx_lead figure img {
    transform: rotate(8deg);
    width: min(calc(887 / 1920 * 100vw), 55.4375rem);
  }
}
.specialEx_inner {
  margin-inline: calc(22 / 320 * 100vw);
}
@media screen and (min-width: 769px) {
  .specialEx_inner {
    max-width: min(calc(1320 / 1920 * 100vw), 82.5rem);
    margin-inline: auto;
  }
}
.specialEx_inner-wide {
  margin-inline: calc(22 / 320 * 100vw);
}
@media screen and (min-width: 769px) {
  .specialEx_inner-wide {
    max-width: min(calc(1500 / 1920 * 100vw), 93.75rem);
    margin-inline: auto;
  }
}
.specialEx_hammerhead {
  background: url(https://gigaplus.makeshop.jp/cdcom/new2025/img/special_ex/bg_gray_sp.webp) repeat-y center top/100% auto;
  margin-top: -15.625vw;
  padding-top: calc(60 / 320 * 100vw);
}
@media screen and (min-width: 769px) {
  .specialEx_hammerhead {
    background-image: url(https://gigaplus.makeshop.jp/cdcom/new2025/img/special_ex/bg_gray.webp);
    margin-top: max(-11.9791666667vw, -14.375rem);
    padding-top: min(calc(220 / 1920 * 100vw), 13.75rem);
  }
}
.specialEx_hammerhead_top {
  margin-bottom: calc(50 / 320 * 100vw);
}
@media screen and (min-width: 769px) {
  .specialEx_hammerhead_top {
    margin-bottom: min(calc(217 / 1920 * 100vw), 13.5625rem);
    display: grid;
    grid-template-columns: 1fr min(calc(600 / 1920 * 100vw), 37.5rem);
    column-gap: min(calc(120 / 1920 * 100vw), 7.5rem);
  }
}
.specialEx_hammerhead_top dt {
  position: relative;
  margin-bottom: calc(28 / 320 * 100vw);
}
@media screen and (min-width: 769px) {
  .specialEx_hammerhead_top dt {
    grid-area: 1/2/2/3;
    margin-bottom: 0;
  }
}
.specialEx_hammerhead_top dt figure img {
  width: 100%;
}
.specialEx_hammerhead_top dt span {
  position: absolute;
  right: calc(-40 / 320 * 100vw);
  bottom: calc(-30 / 320 * 100vw);
}
@media screen and (min-width: 769px) {
  .specialEx_hammerhead_top dt span {
    right: max(-8.3333333333vw, -10rem);
    bottom: max(-5.2083333333vw, -6.25rem);
  }
}
.specialEx_hammerhead_top dt span img {
  width: calc(111 / 320 * 100vw);
}
@media screen and (min-width: 769px) {
  .specialEx_hammerhead_top dt span img {
    width: min(calc(302 / 1920 * 100vw), 18.875rem);
  }
}
@media screen and (min-width: 769px) {
  .specialEx_hammerhead_top dd {
    grid-area: 1/1/2/2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.specialEx_hammerhead_top dd h3 {
  font-weight: 700;
  font-size: calc(15 / 320 * 100vw);
  line-height: 1.7;
  margin-bottom: calc(15 / 320 * 100vw);
  font-feature-settings: "palt";
}
@media screen and (min-width: 769px) {
  .specialEx_hammerhead_top dd h3 {
    font-size: min(calc(32 / 1920 * 100vw), 2rem);
    margin-bottom: min(calc(30 / 1920 * 100vw), 1.875rem);
  }
}
.specialEx_hammerhead_top dd p {
  font-size: calc(12 / 320 * 100vw);
  line-height: 2;
  font-feature-settings: "palt";
  letter-spacing: 0.025em;
  margin-bottom: calc(25 / 320 * 100vw);
}
@media screen and (min-width: 769px) {
  .specialEx_hammerhead_top dd p {
    font-size: min(calc(22 / 1920 * 100vw), 1.375rem);
    margin-bottom: min(calc(40 / 1920 * 100vw), 2.5rem);
  }
}
.specialEx_hammerhead_item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: calc(30 / 320 * 100vw) calc(22 / 320 * 100vw);
}
@media screen and (min-width: 769px) {
  .specialEx_hammerhead_item {
    grid-template-columns: repeat(4, 1fr);
    gap: min(calc(60 / 1920 * 100vw), 3.75rem);
  }
}
.specialEx_hammerhead_item a {
  display: block;
  color: #333;
}
.specialEx_hammerhead_item a img {
  width: 100%;
}
.specialEx_hammerhead_item a h4 {
  font-size: calc(14 / 320 * 100vw);
  margin-top: calc(6 / 320 * 100vw);
  font-feature-settings: "palt";
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .specialEx_hammerhead_item a h4 {
    font-size: min(calc(32 / 1920 * 100vw), 2rem);
    margin-top: min(calc(10 / 1920 * 100vw), 0.625rem);
  }
}
.specialEx_hammerhead_item a p {
  font-size: calc(12 / 320 * 100vw);
  font-family: "Gill Sans", "Gill Sans MT", "Gill Sans Nova", sans-serif;
  font-weight: 300;
  font-style: italic;
  color: #ff5500;
  line-height: 1.3;
}
@media screen and (min-width: 769px) {
  .specialEx_hammerhead_item a p {
    font-size: min(calc(28 / 1920 * 100vw), 1.75rem);
  }
}
.specialEx-btn {
  background-color: #ff5500;
  color: #fff;
  border: 2px solid #ff5500;
  text-align: center;
  font-size: calc(14 / 320 * 100vw);
  line-height: 1;
  padding: calc(12 / 320 * 100vw) 0;
  display: block;
  border-radius: calc(50 / 320 * 100vw);
  position: relative;
  font-weight: 700;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .specialEx-btn {
    font-size: min(calc(23 / 1920 * 100vw), 1.4375rem);
    padding: min(calc(24 / 1920 * 100vw), 1.5rem) 0;
    border-radius: min(calc(70 / 1920 * 100vw), 4.375rem);
    width: min(calc(460 / 1920 * 100vw), 28.75rem);
  }
}
.specialEx-btn:after {
  content: "";
  width: calc(6 / 320 * 100vw);
  height: calc(6 / 320 * 100vw);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: calc(24 / 320 * 100vw);
  top: 50%;
  margin-top: calc(-3 / 320 * 100vw);
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .specialEx-btn:after {
    width: min(calc(10 / 1920 * 100vw), 0.625rem);
    height: min(calc(10 / 1920 * 100vw), 0.625rem);
    border-width: 2px;
    right: min(calc(40 / 1920 * 100vw), 2.5rem);
    margin-top: max(-0.3125vw, -0.375rem);
  }
}
@media (hover) {
  .specialEx-btn:hover {
    opacity: 1 !important;
    background-color: #fff;
    color: #ff5500;
  }
  .specialEx-btn:hover:after {
    border-color: #ff5500;
  }
}
.specialEx-btn-wh {
  background-color: #fff;
  color: #ff5500;
  text-align: center;
  font-size: calc(14 / 320 * 100vw);
  line-height: 1;
  padding: calc(12 / 320 * 100vw) 0;
  display: block;
  border-radius: calc(50 / 320 * 100vw);
  position: relative;
  font-weight: 700;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .specialEx-btn-wh {
    font-size: min(calc(23 / 1920 * 100vw), 1.4375rem);
    padding: min(calc(24 / 1920 * 100vw), 1.5rem) 0;
    border-radius: min(calc(70 / 1920 * 100vw), 4.375rem);
    width: min(calc(460 / 1920 * 100vw), 28.75rem);
  }
}
.specialEx-btn-wh:after {
  content: "";
  width: calc(6 / 320 * 100vw);
  height: calc(6 / 320 * 100vw);
  border-top: 1px solid #ff5500;
  border-right: 1px solid #ff5500;
  transform: rotate(45deg);
  position: absolute;
  right: calc(24 / 320 * 100vw);
  top: 50%;
  margin-top: calc(-3 / 320 * 100vw);
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .specialEx-btn-wh:after {
    width: min(calc(10 / 1920 * 100vw), 0.625rem);
    height: min(calc(10 / 1920 * 100vw), 0.625rem);
    border-width: 2px;
    right: min(calc(40 / 1920 * 100vw), 2.5rem);
    margin-top: max(-0.3125vw, -0.375rem);
  }
}
@media (hover) {
  .specialEx-btn-wh:hover {
    opacity: 1 !important;
    background-color: #ff5500;
    color: #fff;
  }
  .specialEx-btn-wh:hover:after {
    border-color: #fff;
  }
}
.specialEx_nav {
  background: url(https://gigaplus.makeshop.jp/cdcom/new2025/img/special_ex/bg_hammer_sp.webp) no-repeat center top/100% auto;
  padding-top: calc(90 / 320 * 100vw);
  padding-bottom: calc(80 / 320 * 100vw);
  margin-top: calc(-182 / 320 * 100vw);
  overflow-x: hidden;
  position: relative;
}
@media screen and (min-width: 769px) {
  .specialEx_nav {
    background-image: url(https://gigaplus.makeshop.jp/cdcom/new2025/img/special_ex/bg_hammer.webp);
    padding-top: min(calc(264 / 1920 * 100vw), 16.5rem);
    padding-bottom: min(calc(230 / 1920 * 100vw), 14.375rem);
    margin-top: max(-5.46875vw, -6.5625rem);
  }
}
.specialEx_nav:before {
  content: "";
  width: 100%;
  height: calc(100% - 1500 / 320 * 100vw);
  background-color: #f5ebd5;
  position: absolute;
  bottom: 0;
  left: 0;
}
.specialEx_nav_main {
  margin-top: calc(-60 / 320 * 100vw);
}
@media screen and (min-width: 769px) {
  .specialEx_nav_main {
    margin-top: max(-11.4583333333vw, -13.75rem);
  }
}
.specialEx_nav_main img {
  width: 100%;
}
.specialEx_nav .specialEx_inner {
  position: relative;
}
.specialEx_nav .icon_anime {
  margin-top: calc(-50 / 320 * 100vw);
}
@media screen and (min-width: 769px) {
  .specialEx_nav .icon_anime {
    margin-top: 0;
    top: 0;
  }
}
.specialEx_nav .sec_ttl {
  margin-top: calc(80 / 320 * 100vw);
}
@media screen and (min-width: 769px) {
  .specialEx_nav .sec_ttl {
    margin-top: 0;
  }
}
.specialEx_nav_item {
  margin-top: calc(90 / 320 * 100vw);
  display: grid;
  row-gap: calc(130 / 320 * 100vw);
}
@media screen and (min-width: 769px) {
  .specialEx_nav_item {
    margin-top: min(calc(170 / 1920 * 100vw), 10.625rem);
    grid-template-columns: repeat(3, 1fr);
    gap: 0 min(calc(60 / 1920 * 100vw), 3.75rem);
  }
}
.specialEx_nav_item li {
  position: relative;
}
.specialEx_nav_item_num {
  position: absolute;
  top: calc(-43 / 320 * 100vw);
  left: 50%;
  margin-left: calc(-38 / 320 * 100vw);
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .specialEx_nav_item_num {
    top: max(-3.5416666667vw, -4.25rem);
    left: max(-1.0416666667vw, -1.25rem);
    margin-left: 0;
  }
}
.specialEx_nav_item_num img {
  width: calc(76 / 320 * 100vw);
}
@media screen and (min-width: 769px) {
  .specialEx_nav_item_num img {
    width: min(calc(144 / 1920 * 100vw), 9rem);
  }
}
.specialEx_nav_item a {
  background-color: #fff;
  border-radius: 0.44rem;
  padding: calc(27 / 320 * 100vw) calc(20 / 320 * 100vw) calc(50 / 320 * 100vw);
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
  color: #333;
}
@media screen and (min-width: 769px) {
  .specialEx_nav_item a {
    padding: min(calc(38 / 1920 * 100vw), 2.375rem) min(calc(10 / 1920 * 100vw), 0.625rem) min(calc(82 / 1920 * 100vw), 5.125rem);
    border-radius: 0.625rem;
    height: 100;
  }
}
.specialEx_nav_item a:after {
  content: "";
  width: calc(56 / 320 * 100vw);
  height: calc(56 / 320 * 100vw);
  background: url(https://gigaplus.makeshop.jp/cdcom/new2025/img/special_ex/orange_arrow.svg) no-repeat center/100% auto;
  position: absolute;
  bottom: calc(-28 / 320 * 100vw);
  left: 50%;
  margin-left: calc(-28 / 320 * 100vw);
}
@media screen and (min-width: 769px) {
  .specialEx_nav_item a:after {
    width: min(calc(82 / 1920 * 100vw), 5.125rem);
    height: min(calc(82 / 1920 * 100vw), 5.125rem);
    bottom: max(-2.1354166667vw, -2.5625rem);
    margin-left: max(-2.1354166667vw, -2.5625rem);
  }
}
.specialEx_nav_item a figure {
  margin-bottom: calc(20 / 320 * 100vw);
  border-radius: 0.3125rem;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .specialEx_nav_item a figure {
    margin-bottom: min(calc(10 / 1920 * 100vw), 0.625rem);
    border-radius: 0.44rem;
    padding-inline: min(calc(28 / 1920 * 100vw), 1.75rem);
  }
}
.specialEx_nav_item a figure img {
  width: 100%;
}
.specialEx_nav_item a h3 {
  color: #ff5500;
  font-size: calc(22 / 320 * 100vw);
  font-weight: 700;
  font-feature-settings: "palt";
  margin-bottom: calc(5 / 320 * 100vw);
}
@media screen and (min-width: 769px) {
  .specialEx_nav_item a h3 {
    font-size: min(calc(30 / 1920 * 100vw), 1.875rem);
    margin-bottom: min(calc(5 / 1920 * 100vw), 0.3125rem);
  }
}
.specialEx_nav_item a span {
  font-size: calc(19 / 320 * 100vw);
  font-weight: 400;
  line-height: 1;
  display: block;
  color: #ff5500;
  margin-bottom: calc(25 / 320 * 100vw);
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  .specialEx_nav_item a span {
    font-size: min(calc(28 / 1920 * 100vw), 1.75rem);
    margin-bottom: min(calc(20 / 1920 * 100vw), 1.25rem);
  }
}
.specialEx_nav_item a p {
  font-size: calc(13 / 320 * 100vw);
  line-height: 2;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .specialEx_nav_item a p {
    font-size: min(calc(20 / 1920 * 100vw), 1.25rem);
  }
}
.specialEx_nav_img {
  margin-top: calc(70 / 320 * 100vw);
}
@media screen and (min-width: 769px) {
  .specialEx_nav_img {
    margin-top: min(calc(190 / 1920 * 100vw), 11.875rem);
  }
}
.specialEx_nav_img img {
  width: 100%;
  height: calc(151 / 320 * 100vw) !important;
  object-fit: cover;
}
@media screen and (min-width: 769px) {
  .specialEx_nav_img img {
    height: min(calc(444 / 1920 * 100vw), 27.75rem) !important;
  }
}
.specialEx_tour {
  background: url(https://gigaplus.makeshop.jp/cdcom/new2025/img/special_ex/bg_tour_sp.webp) no-repeat center top/100% auto;
  padding-top: calc(75 / 320 * 100vw);
  margin-top: calc(-45 / 320 * 100vw);
}
@media screen and (min-width: 769px) {
  .specialEx_tour {
    background-image: url(https://gigaplus.makeshop.jp/cdcom/new2025/img/special_ex/bg_tour.webp);
    padding-top: 10.9375vw;
    margin-top: -2.6041666667vw;
  }
}
.specialEx_tour .specialEx_inner {
  position: relative;
}
@media screen and (min-width: 769px) {
  .specialEx_tour .icon_anime {
    top: min(calc(80 / 1920 * 100vw), 5rem);
  }
}
.specialEx_tour_deco1 {
  position: absolute;
  top: 0;
  left: max(-5.2083333333vw, -6.25rem);
}
@media screen and (max-width: 768px) {
  .specialEx_tour_deco1 {
    display: none;
  }
}
.specialEx_tour_deco1 img {
  width: min(calc(121 / 1920 * 100vw), 7.5625rem);
}
.specialEx_tour_col {
  margin: calc(80 / 320 * 100vw) calc(22 / 320 * 100vw) 0;
}
@media screen and (min-width: 769px) {
  .specialEx_tour_col {
    display: grid;
    grid-template-columns: min(calc(806 / 1920 * 100vw), 50.375rem) 1fr;
    column-gap: min(calc(100 / 1920 * 100vw), 6.25rem);
    max-width: min(calc(1500 / 1920 * 100vw), 93.75rem);
    margin: min(calc(150 / 1920 * 100vw), 9.375rem) auto 0;
  }
}
.specialEx_tour_col-slide {
  position: relative;
  margin: 0 calc(12 / 320 * 100vw) calc(50 / 320 * 100vw);
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .specialEx_tour_col-slide {
    margin: 0;
  }
}
.specialEx_tour_col-slide-icon {
  position: absolute;
  top: calc(-33 / 320 * 100vw);
  left: calc(-25 / 320 * 100vw);
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .specialEx_tour_col-slide-icon {
    top: max(-2.6041666667vw, -3.125rem);
    left: max(-4.6875vw, -5.625rem);
  }
}
.specialEx_tour_col-slide-icon img {
  width: calc(66 / 320 * 100vw);
}
@media screen and (min-width: 769px) {
  .specialEx_tour_col-slide-icon img {
    width: min(calc(173 / 1920 * 100vw), 10.8125rem);
  }
}
.specialEx_tour_col-slide-bg {
  position: absolute;
  top: calc(-3 / 320 * 100vw);
  left: 0;
  transform: rotate(1.2deg);
}
@media screen and (min-width: 769px) {
  .specialEx_tour_col-slide-bg {
    top: max(-0.2604166667vw, -0.3125rem);
  }
}
.specialEx_tour_col-slide-bg img {
  width: 100%;
  border-radius: calc(6 / 320 * 100vw);
  border: 1px solid #ff5500;
}
@media screen and (min-width: 769px) {
  .specialEx_tour_col-slide-bg img {
    border-radius: min(calc(13 / 1920 * 100vw), 0.8125rem);
    border-width: 2px;
  }
}
.specialEx_tour_col-slide .swiper-wrapper {
  transform: rotate(-3deg);
}
.specialEx_tour_col-slide .swiper-wrapper img {
  vertical-align: middle;
  border-radius: calc(6 / 320 * 100vw);
  border: 1px solid #ff5500;
}
@media screen and (min-width: 769px) {
  .specialEx_tour_col-slide .swiper-wrapper img {
    border-radius: min(calc(13 / 1920 * 100vw), 0.8125rem);
    border-width: 2px;
  }
}
.specialEx_tour_col-main h3 {
  font-weight: 700;
  font-size: calc(22 / 320 * 100vw);
  line-height: 1.7;
  margin-bottom: calc(25 / 320 * 100vw);
  font-feature-settings: "palt";
}
@media screen and (min-width: 769px) {
  .specialEx_tour_col-main h3 {
    font-size: min(calc(42 / 1920 * 100vw), 2.625rem);
    margin-bottom: min(calc(50 / 1920 * 100vw), 3.125rem);
  }
}
.specialEx_tour_col-main p {
  font-size: calc(12 / 320 * 100vw);
  line-height: 2;
  margin-bottom: calc(20 / 320 * 100vw);
}
@media screen and (min-width: 769px) {
  .specialEx_tour_col-main p {
    font-size: min(calc(22 / 1920 * 100vw), 1.375rem);
    margin-bottom: min(calc(30 / 1920 * 100vw), 1.875rem);
  }
}
.specialEx_tour-level {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: calc(22 / 320 * 100vw);
}
@media screen and (min-width: 769px) {
  .specialEx_tour-level {
    margin-top: min(calc(55 / 1920 * 100vw), 3.4375rem);
    justify-content: flex-start;
  }
}
.specialEx_tour-level dt {
  width: calc(57 / 320 * 100vw);
  background-color: #ff5500;
  color: #fff;
  text-align: center;
  font-size: calc(11 / 320 * 100vw);
  border-radius: 2.5px;
  padding-block: calc(6 / 320 * 100vw);
  line-height: 1;
  margin-right: calc(14 / 320 * 100vw);
}
@media screen and (min-width: 769px) {
  .specialEx_tour-level dt {
    width: min(calc(116 / 1920 * 100vw), 7.25rem);
    font-size: min(calc(22 / 1920 * 100vw), 1.375rem);
    padding-block: min(calc(12 / 1920 * 100vw), 0.75rem);
    margin-right: min(calc(30 / 1920 * 100vw), 1.875rem);
    border-radius: 5px;
  }
}
.specialEx_tour-level dd {
  display: flex;
  align-items: center;
  column-gap: calc(7 / 320 * 100vw);
}
@media screen and (min-width: 769px) {
  .specialEx_tour-level dd {
    column-gap: min(calc(15 / 1920 * 100vw), 0.9375rem);
  }
}
.specialEx_tour-level dd img {
  width: calc(25 / 320 * 100vw);
}
@media screen and (min-width: 769px) {
  .specialEx_tour-level dd img {
    width: min(calc(50 / 1920 * 100vw), 3.125rem);
  }
}
@media screen and (max-width: 768px) {
  .specialEx_tour-level.PC {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .specialEx_tour-level.SP {
    display: none;
  }
}
.specialEx_tour_about {
  background-color: #fff;
  border-radius: calc(4 / 320 * 100vw);
  margin-top: calc(50 / 320 * 100vw);
  padding: calc(38 / 320 * 100vw) calc(12 / 320 * 100vw);
  position: relative;
}
@media screen and (min-width: 769px) {
  .specialEx_tour_about {
    border-radius: 0.625rem;
    margin-top: min(calc(200 / 1920 * 100vw), 12.5rem);
    padding: min(calc(100 / 1920 * 100vw), 6.25rem) min(calc(120 / 1920 * 100vw), 7.5rem) min(calc(120 / 1920 * 100vw), 7.5rem);
  }
}
.specialEx_tour_about h3 {
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: calc(17 / 320 * 100vw);
  font-weight: 700;
  margin-bottom: calc(8 / 320 * 100vw);
}
@media screen and (min-width: 769px) {
  .specialEx_tour_about h3 {
    font-size: min(calc(30 / 1920 * 100vw), 1.875rem);
    margin-bottom: min(calc(30 / 1920 * 100vw), 1.875rem);
  }
}
.specialEx_tour_about h3::before {
  content: "";
  width: calc(12 / 320 * 100vw);
  height: calc(12 / 320 * 100vw);
  background: url(https://gigaplus.makeshop.jp/cdcom/new2025/img/special_ex/reef_orange.svg) no-repeat center/100% auto;
  margin-right: calc(5 / 320 * 100vw);
}
@media screen and (min-width: 769px) {
  .specialEx_tour_about h3::before {
    width: min(calc(22 / 1920 * 100vw), 1.375rem);
    height: min(calc(22 / 1920 * 100vw), 1.375rem);
    margin-right: min(calc(8 / 1920 * 100vw), 0.5rem);
  }
}
.specialEx_tour_about h3.underLine {
  border-bottom: 2px dotted #ff5500;
  padding-bottom: calc(8 / 320 * 100vw);
  margin-bottom: calc(30 / 320 * 100vw);
}
@media screen and (min-width: 769px) {
  .specialEx_tour_about h3.underLine {
    padding-bottom: min(calc(25 / 1920 * 100vw), 1.5625rem);
    margin-bottom: min(calc(100 / 1920 * 100vw), 6.25rem);
    border-width: 4px;
  }
}
.specialEx_tour_about dl {
  display: grid;
  row-gap: calc(20 / 320 * 100vw);
  margin-bottom: calc(46 / 320 * 100vw);
}
@media screen and (min-width: 769px) {
  .specialEx_tour_about dl {
    grid-template-columns: 1fr min(calc(601 / 1920 * 100vw), 37.5625rem);
    gap: 0 min(calc(110 / 1920 * 100vw), 6.875rem);
    margin-bottom: min(calc(150 / 1920 * 100vw), 9.375rem);
  }
}
.specialEx_tour_about dl dt {
  position: relative;
}
@media screen and (min-width: 769px) {
  .specialEx_tour_about dl dt {
    grid-area: 1/2/2/3;
  }
}
.specialEx_tour_about dl dt img {
  width: 100%;
}
.specialEx_tour_about dl dt span {
  position: absolute;
  bottom: calc(-28 / 320 * 100vw);
  right: calc(-24 / 320 * 100vw);
  width: calc(65 / 320 * 100vw);
}
@media screen and (min-width: 769px) {
  .specialEx_tour_about dl dt span {
    bottom: max(-2.8645833333vw, -3.4375rem);
    right: max(-1.7708333333vw, -2.125rem);
    width: min(calc(131 / 1920 * 100vw), 8.1875rem);
  }
}
@media screen and (min-width: 769px) {
  .specialEx_tour_about dl dd {
    grid-area: 1/1/2/2;
  }
}
.specialEx_tour_about dl dd h4 {
  color: #ff5500;
  font-size: calc(24 / 320 * 100vw);
  font-weight: 700;
  margin-bottom: calc(12 / 320 * 100vw);
}
@media screen and (min-width: 769px) {
  .specialEx_tour_about dl dd h4 {
    line-height: 1.2;
    font-size: min(calc(58 / 1920 * 100vw), 3.625rem);
    margin-bottom: min(calc(50 / 1920 * 100vw), 3.125rem);
  }
}
.specialEx_tour_about dl dd h5 {
  font-size: calc(15 / 320 * 100vw);
  font-weight: 700;
  margin-bottom: calc(15 / 320 * 100vw);
  font-feature-settings: "palt";
}
@media screen and (min-width: 769px) {
  .specialEx_tour_about dl dd h5 {
    font-size: min(calc(32 / 1920 * 100vw), 2rem);
    margin-bottom: min(calc(40 / 1920 * 100vw), 2.5rem);
  }
}
.specialEx_tour_about dl dd p {
  font-size: calc(12 / 320 * 100vw);
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .specialEx_tour_about dl dd p {
    font-size: min(calc(22 / 1920 * 100vw), 1.375rem);
  }
}
.specialEx_tour_about-deco1 {
  position: absolute;
  right: calc(-13 / 320 * 100vw);
  top: calc(-38 / 320 * 100vw);
}
@media screen and (min-width: 769px) {
  .specialEx_tour_about-deco1 {
    top: max(-6.25vw, -7.5rem);
    right: max(-3.3333333333vw, -4rem);
  }
}
.specialEx_tour_about-deco1 img {
  width: calc(76 / 320 * 100vw);
}
@media screen and (min-width: 769px) {
  .specialEx_tour_about-deco1 img {
    width: min(calc(260 / 1920 * 100vw), 16.25rem);
  }
}
.specialEx_tour_about-deco2 {
  padding-top: calc(15 / 320 * 100vw);
}
@media screen and (min-width: 769px) {
  .specialEx_tour_about-deco2 {
    padding-top: 0;
  }
}
.specialEx_tour_about-deco2 span {
  position: absolute;
  right: calc(-48 / 320 * 100vw);
  top: calc(-30 / 320 * 100vw);
  display: block;
}
@media screen and (min-width: 769px) {
  .specialEx_tour_about-deco2 span {
    right: max(-21.875vw, -26.25rem);
    top: max(-7.7604166667vw, -9.3125rem);
  }
}
.specialEx_tour_about-deco2 img {
  width: calc(102 / 320 * 100vw);
}
@media screen and (min-width: 769px) {
  .specialEx_tour_about-deco2 img {
    width: min(calc(328 / 1920 * 100vw), 20.5rem);
  }
}
.specialEx_tour_about-deco3 {
  padding-top: calc(10 / 320 * 100vw);
}
@media screen and (max-width: 768px) {
  .specialEx_tour_about-deco3 {
    display: none;
  }
}
.specialEx_tour_about-deco3 span {
  position: absolute;
  left: max(-21.1979166667vw, -25.4375rem);
  top: max(-6.0416666667vw, -7.25rem);
  display: block;
}
.specialEx_tour_about-deco3 img {
  width: min(calc(328 / 1920 * 100vw), 20.5rem);
}
.specialEx_tour_about table {
  border: 1px solid #000;
  border-radius: 2px;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .specialEx_tour_about table {
    border: 2px solid #000;
  }
}
@media screen and (max-width: 768px) {
  .specialEx_tour_about table tbody {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .specialEx_tour_about table tr {
    display: block;
  }
}
.specialEx_tour_about table tr:not(:last-child) td {
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 769px) {
  .specialEx_tour_about table tr:not(:last-child) td {
    border-bottom: 2px solid #000;
  }
}
@media screen and (min-width: 769px) {
  .specialEx_tour_about table tr:not(:last-child) th {
    border-bottom: 2px solid #000;
  }
}
.specialEx_tour_about table th {
  text-align: center;
  padding: calc(9 / 320 * 100vw);
  position: relative;
  font-size: calc(12 / 320 * 100vw);
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .specialEx_tour_about table th {
    padding: min(calc(30 / 1920 * 100vw), 1.875rem) min(calc(68 / 1920 * 100vw), 4.25rem) min(calc(30 / 1920 * 100vw), 1.875rem) min(calc(30 / 1920 * 100vw), 1.875rem);
    font-size: min(calc(20 / 1920 * 100vw), 1.25rem);
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .specialEx_tour_about table th {
    display: block;
  }
}
.specialEx_tour_about table th:after {
  content: "";
  width: calc(100% - 18 / 320 * 100vw);
  height: 1px;
  background-color: #b2b2b2;
  position: absolute;
  left: calc(9 / 320 * 100vw);
  bottom: 0;
}
@media screen and (min-width: 769px) {
  .specialEx_tour_about table th:after {
    width: 1px;
    height: calc(100% - min(calc(44 / 1920 * 100vw), 2.75rem));
    right: 0;
    left: auto;
    bottom: auto;
    top: min(calc(22 / 1920 * 100vw), 1.375rem);
  }
}
.specialEx_tour_about table td {
  padding: calc(9 / 320 * 100vw);
  font-size: calc(9 / 320 * 100vw);
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .specialEx_tour_about table td {
    padding: min(calc(30 / 1920 * 100vw), 1.875rem) min(calc(30 / 1920 * 100vw), 1.875rem) min(calc(30 / 1920 * 100vw), 1.875rem) min(calc(68 / 1920 * 100vw), 4.25rem);
    font-size: min(calc(18 / 1920 * 100vw), 1.125rem);
  }
}
@media screen and (max-width: 768px) {
  .specialEx_tour_about table td {
    display: block;
  }
}
.specialEx_tour_about-icon {
  position: absolute;
  right: calc(-23 / 320 * 100vw);
  top: 0;
}
@media screen and (min-width: 769px) {
  .specialEx_tour_about-icon {
    right: max(-2.96875vw, -3.5625rem);
    top: min(calc(50 / 1920 * 100vw), 3.125rem);
  }
}
.specialEx_tour_about-icon img {
  width: calc(120 / 320 * 100vw);
  animation: badge 0.8s ease-in-out infinite alternate-reverse;
}
@media screen and (min-width: 769px) {
  .specialEx_tour_about-icon img {
    width: min(calc(304 / 1920 * 100vw), 19rem);
  }
}
.specialEx_tour_about_baloon {
  position: relative;
  margin-top: calc(45 / 320 * 100vw);
}
@media screen and (min-width: 769px) {
  .specialEx_tour_about_baloon {
    margin-top: max(-3.3854166667vw, -4.0625rem);
  }
}
.specialEx_tour_about_baloon figure:nth-child(1) {
  position: absolute;
  top: calc(-59 / 320 * 100vw);
  left: calc(-8 / 320 * 100vw);
  transform: scale(0);
  transform-origin: bottom right;
}
@media screen and (min-width: 769px) {
  .specialEx_tour_about_baloon figure:nth-child(1) {
    top: min(calc(24 / 1920 * 100vw), 1.5rem);
    left: min(calc(153 / 1920 * 100vw), 9.5625rem);
  }
}
.specialEx_tour_about_baloon figure:nth-child(1) img {
  width: calc(104 / 320 * 100vw);
}
@media screen and (min-width: 769px) {
  .specialEx_tour_about_baloon figure:nth-child(1) img {
    width: min(calc(329 / 1920 * 100vw), 20.5625rem);
  }
}
.specialEx_tour_about_baloon figure:nth-child(2) {
  margin-left: calc(15 / 320 * 100vw);
  opacity: 0;
  transform: translateY(2rem);
}
@media screen and (min-width: 769px) {
  .specialEx_tour_about_baloon figure:nth-child(2) {
    margin-left: 0;
    text-align: center;
  }
}
.specialEx_tour_about_baloon figure:nth-child(2) img {
  width: calc(232 / 320 * 100vw);
}
@media screen and (min-width: 769px) {
  .specialEx_tour_about_baloon figure:nth-child(2) img {
    width: min(calc(650 / 1920 * 100vw), 40.625rem);
  }
}
.specialEx_tour_about_baloon figure:nth-child(3) {
  position: absolute;
  top: calc(-43 / 320 * 100vw);
  right: calc(-16 / 320 * 100vw);
  transform: scale(0);
  transform-origin: bottom left;
}
@media screen and (min-width: 769px) {
  .specialEx_tour_about_baloon figure:nth-child(3) {
    top: min(calc(24 / 1920 * 100vw), 1.5rem);
    right: min(calc(144 / 1920 * 100vw), 9rem);
  }
}
.specialEx_tour_about_baloon figure:nth-child(3) img {
  width: calc(104 / 320 * 100vw);
}
@media screen and (min-width: 769px) {
  .specialEx_tour_about_baloon figure:nth-child(3) img {
    width: min(calc(329 / 1920 * 100vw), 20.5625rem);
  }
}
.specialEx_tour_about_baloon.show figure:nth-child(1) {
  animation: baloon 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 0.3s;
}
.specialEx_tour_about_baloon.show figure:nth-child(2) {
  animation: fadeInUp 0.4s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.specialEx_tour_about_baloon.show figure:nth-child(3) {
  animation: baloon 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 0.5s;
}
.specialEx_work_baloon {
  position: relative;
}
.specialEx_work_baloon figure:nth-child(1) {
  margin-left: calc(-12 / 320 * 100vw);
  opacity: 0;
  transform: translateY(2rem);
}
@media screen and (min-width: 769px) {
  .specialEx_work_baloon figure:nth-child(1) {
    margin-left: max(-1.6666666667vw, -2rem);
  }
}
.specialEx_work_baloon figure:nth-child(1) img {
  width: calc(180 / 320 * 100vw);
}
@media screen and (min-width: 769px) {
  .specialEx_work_baloon figure:nth-child(1) img {
    width: min(calc(372 / 1920 * 100vw), 23.25rem);
  }
}
.specialEx_work_baloon figure:nth-child(2) {
  position: absolute;
  top: calc(20 / 320 * 100vw);
  right: calc(-7 / 320 * 100vw);
  transform: scale(0);
  transform-origin: bottom left;
}
@media screen and (min-width: 769px) {
  .specialEx_work_baloon figure:nth-child(2) {
    top: min(calc(50 / 1920 * 100vw), 3.125rem);
    right: max(-3.6458333333vw, -4.375rem);
  }
}
.specialEx_work_baloon figure:nth-child(2) img {
  width: calc(122 / 320 * 100vw);
}
@media screen and (min-width: 769px) {
  .specialEx_work_baloon figure:nth-child(2) img {
    width: min(calc(327 / 1920 * 100vw), 20.4375rem);
  }
}
.specialEx_work_baloon.show figure:nth-child(1) {
  animation: fadeInUp 0.4s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.specialEx_work_baloon.show figure:nth-child(2) {
  animation: baloon 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 0.3s;
}
.specialEx_group {
  background: url(https://gigaplus.makeshop.jp/cdcom/new2025/img/special_ex/bg_tel_sp.webp) no-repeat center top/100% auto;
  padding-top: calc(90 / 320 * 100vw);
  padding-bottom: calc(50 / 320 * 100vw);
  margin-top: calc(-130 / 320 * 100vw);
}
@media screen and (min-width: 769px) {
  .specialEx_group {
    background-image: url(https://gigaplus.makeshop.jp/cdcom/new2025/img/special_ex/bg_tel.webp);
    padding-top: 19.7916666667vw;
    padding-bottom: min(calc(190 / 1920 * 100vw), 11.875rem);
    margin-top: max(-14.5833333333vw, -17.5rem);
  }
}
.specialEx_group_main {
  display: grid;
  row-gap: calc(20 / 320 * 100vw);
}
@media screen and (min-width: 769px) {
  .specialEx_group_main {
    grid-template-columns: min(calc(600 / 1920 * 100vw), 37.5rem) 1fr;
    gap: 0 min(calc(120 / 1920 * 100vw), 7.5rem);
  }
}
.specialEx_group_main dt img {
  width: 100%;
}
.specialEx_group_main dd h2 {
  font-size: calc(22 / 320 * 100vw) !important;
  color: #fff;
  font-weight: 700;
  margin-bottom: calc(22 / 320 * 100vw) !important;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .specialEx_group_main dd h2 {
    font-size: min(calc(54 / 1920 * 100vw), 3.375rem) !important;
    margin-bottom: min(calc(70 / 1920 * 100vw), 4.375rem) !important;
  }
}
.specialEx_group_main dd p {
  font-size: calc(12 / 320 * 100vw);
  line-height: 2;
  margin-bottom: calc(25 / 320 * 100vw);
  color: #fff;
}
@media screen and (min-width: 769px) {
  .specialEx_group_main dd p {
    font-size: min(calc(22 / 1920 * 100vw), 1.375rem);
    margin-bottom: min(calc(50 / 1920 * 100vw), 3.125rem);
  }
}
.specialEx_access {
  background: url(https://gigaplus.makeshop.jp/cdcom/new2025/img/special_ex/bg_gray_sp.webp) repeat-y center top/100% auto;
  padding-top: calc(45 / 320 * 100vw);
  padding-bottom: calc(90 / 320 * 100vw);
}
@media screen and (min-width: 769px) {
  .specialEx_access {
    background-image: url(https://gigaplus.makeshop.jp/cdcom/new2025/img/special_ex/bg_gray.webp);
    padding-top: 6.25vw;
    padding-bottom: min(calc(240 / 1920 * 100vw), 15rem);
  }
}
@media screen and (min-width: 769px) {
  .specialEx_access_main {
    display: grid;
    grid-template-columns: min(calc(660 / 1920 * 100vw), 41.25rem) 1fr;
    column-gap: min(calc(130 / 1920 * 100vw), 8.125rem);
  }
}
.specialEx_access_map {
  aspect-ratio: 11/10;
  position: relative;
  margin-bottom: calc(15 / 320 * 100vw);
}
@media screen and (min-width: 769px) {
  .specialEx_access_map {
    margin-bottom: 0;
  }
}
.specialEx_access_map iframe {
  width: 100%;
  height: 100%;
}
.specialEx_access_map a {
  position: relative;
  z-index: 0;
  display: block;
  width: fit-content;
  margin-top: calc(-25 / 320 * 100vw);
  margin-left: calc(-15 / 320 * 100vw);
}
@media screen and (min-width: 769px) {
  .specialEx_access_map a {
    margin-top: max(-1.875vw, -2.25rem);
    margin-left: max(-2.5vw, -3rem);
  }
}
.specialEx_access_map a img {
  width: calc(130 / 320 * 100vw);
}
@media screen and (min-width: 769px) {
  .specialEx_access_map a img {
    width: min(calc(257 / 1920 * 100vw), 16.0625rem);
  }
}
.specialEx_access_map a img:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.specialEx_access_map a img:nth-child(2) {
  position: relative;
  z-index: 2;
}
@media (hover) {
  .specialEx_access_map a:hover {
    opacity: 1 !important;
  }
  .specialEx_access_map a:hover img:nth-child(1) {
    z-index: 3;
  }
}
.specialEx_access_detail h3 {
  font-size: calc(18 / 320 * 100vw);
  font-feature-settings: "palt";
  font-weight: 700;
  margin-bottom: calc(15 / 320 * 100vw);
}
@media screen and (min-width: 769px) {
  .specialEx_access_detail h3 {
    font-size: min(calc(34 / 1920 * 100vw), 2.125rem);
    margin-bottom: min(calc(50 / 1920 * 100vw), 3.125rem);
  }
}
.specialEx_access_detail dl {
  margin-bottom: calc(25 / 320 * 100vw);
}
@media screen and (min-width: 769px) {
  .specialEx_access_detail dl {
    margin-bottom: min(calc(55 / 1920 * 100vw), 3.4375rem);
  }
}
.specialEx_access_detail dl dt {
  font-size: calc(13 / 320 * 100vw);
  display: flex;
  align-items: center;
  margin-bottom: calc(5 / 320 * 100vw);
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .specialEx_access_detail dl dt {
    font-size: min(calc(24 / 1920 * 100vw), 1.5rem);
    margin-bottom: min(calc(15 / 1920 * 100vw), 0.9375rem);
  }
}
.specialEx_access_detail dl dt::before {
  content: "";
  width: calc(12 / 320 * 100vw);
  height: calc(12 / 320 * 100vw);
  background: url(https://gigaplus.makeshop.jp/cdcom/new2025/img/special_ex/reef_orange.svg) no-repeat center/100% auto;
  margin-right: calc(4 / 320 * 100vw);
}
@media screen and (min-width: 769px) {
  .specialEx_access_detail dl dt::before {
    width: min(calc(20 / 1920 * 100vw), 1.25rem);
    height: min(calc(20 / 1920 * 100vw), 1.25rem);
    margin-right: min(calc(8 / 1920 * 100vw), 0.5rem);
  }
}
.specialEx_access_detail dl dd {
  font-size: calc(10 / 320 * 100vw);
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .specialEx_access_detail dl dd {
    font-size: min(calc(18 / 1920 * 100vw), 1.125rem);
    line-height: 1.6;
  }
}
.specialEx_access_detail dl dd + dt {
  margin-top: calc(20 / 320 * 100vw);
}
@media screen and (min-width: 769px) {
  .specialEx_access_detail dl dd + dt {
    margin-top: min(calc(50 / 1920 * 100vw), 3.125rem);
  }
}
.specialEx_qa {
  background: url(https://gigaplus.makeshop.jp/cdcom/new2025/img/special_ex/bg_baige_sp.webp) no-repeat center top/100% auto;
  padding-top: calc(70 / 320 * 100vw);
  padding-bottom: calc(90 / 320 * 100vw);
  margin-top: calc(-30 / 320 * 100vw);
}
@media screen and (min-width: 769px) {
  .specialEx_qa {
    background-image: url(https://gigaplus.makeshop.jp/cdcom/new2025/img/special_ex/bg_qa.webp);
    padding-top: 10.9375vw;
    padding-bottom: min(calc(230 / 1920 * 100vw), 14.375rem);
    margin-top: max(-6.7708333333vw, -8.125rem);
  }
}
.specialEx_qa ul {
  display: grid;
  row-gap: calc(18 / 320 * 100vw);
}
@media screen and (min-width: 769px) {
  .specialEx_qa ul {
    row-gap: min(calc(60 / 1920 * 100vw), 3.75rem);
  }
}
.specialEx_qa ul li {
  background-color: #fff;
}
.specialEx_qa_ttl {
  padding: calc(12 / 320 * 100vw) calc(15 / 320 * 100vw);
  display: grid;
  grid-template-columns: calc(28 / 320 * 100vw) 1fr calc(10 / 320 * 100vw);
  column-gap: calc(10 / 320 * 100vw);
  align-items: center;
  color: #ff5500;
  font-weight: 700;
  font-size: calc(10 / 320 * 100vw);
  line-height: 1.3;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .specialEx_qa_ttl {
    padding: min(calc(40 / 1920 * 100vw), 2.5rem) min(calc(50 / 1920 * 100vw), 3.125rem);
    grid-template-columns: min(calc(90 / 1920 * 100vw), 5.625rem) 1fr min(calc(36 / 1920 * 100vw), 2.25rem);
    column-gap: min(calc(30 / 1920 * 100vw), 1.875rem);
    font-size: min(calc(34 / 1920 * 100vw), 2.125rem);
  }
}
.specialEx_qa_ttl::before {
  content: "Q.";
  font-family: "Gill Sans", "Gill Sans MT", "Gill Sans Nova", sans-serif;
  font-size: calc(22 / 320 * 100vw);
  font-weight: 400;
  line-height: 1;
  text-align: right;
}
@media screen and (min-width: 769px) {
  .specialEx_qa_ttl::before {
    font-size: min(calc(75 / 1920 * 100vw), 4.6875rem);
  }
}
.specialEx_qa_ttl:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(https://gigaplus.makeshop.jp/cdcom/new2025/img/special_ex/icon_plus.svg) no-repeat right center/calc(10 / 320 * 100vw) auto;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: right;
}
@media screen and (min-width: 769px) {
  .specialEx_qa_ttl:after {
    background-size: min(calc(36 / 1920 * 100vw), 2.25rem) auto;
  }
}
.specialEx_qa_ttl.active:after {
  background-image: url(https://gigaplus.makeshop.jp/cdcom/new2025/img/special_ex/icon_minus.svg);
}
.specialEx_qa_answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.specialEx_qa_answer p {
  font-size: calc(9 / 320 * 100vw);
  line-height: 1.8;
  padding: 0 calc(15 / 320 * 100vw) calc(15 / 320 * 100vw);
  display: grid;
  grid-template-columns: calc(28 / 320 * 100vw) 1fr;
  column-gap: calc(10 / 320 * 100vw);
}
@media screen and (min-width: 769px) {
  .specialEx_qa_answer p {
    font-size: min(calc(24 / 1920 * 100vw), 1.5rem);
    padding: 0 min(calc(50 / 1920 * 100vw), 3.125rem) min(calc(60 / 1920 * 100vw), 3.75rem);
    grid-template-columns: min(calc(90 / 1920 * 100vw), 5.625rem) 1fr;
    column-gap: min(calc(30 / 1920 * 100vw), 1.875rem);
  }
}
.specialEx_qa_answer p::before {
  content: "A.";
  font-family: "Gill Sans", "Gill Sans MT", "Gill Sans Nova", sans-serif;
  font-size: calc(22 / 320 * 100vw);
  font-weight: 400;
  line-height: 1;
  text-align: right;
}
@media screen and (min-width: 769px) {
  .specialEx_qa_answer p::before {
    font-size: min(calc(75 / 1920 * 100vw), 4.6875rem);
  }
}
.specialEx_qa_answer p span {
  display: flex;
  align-items: center;
}

#labo .specialEx_tour {
  background-image: url(https://gigaplus.makeshop.jp/cdcom/new2025/img/special_ex/bg_labo_sp.webp);
  margin-top: calc(-75 / 320 * 100vw);
  padding-bottom: calc(95 / 320 * 100vw);
}
@media screen and (min-width: 769px) {
  #labo .specialEx_tour {
    background-image: url(https://gigaplus.makeshop.jp/cdcom/new2025/img/special_ex/bg_labo.webp);
    margin-top: max(-10.9375vw, -13.125rem);
    padding-bottom: min(calc(250 / 1920 * 100vw), 15.625rem);
  }
}
@media screen and (max-width: 768px) {
  #labo .specialEx_tour_deco1 {
    display: none;
  }
}
#labo .specialEx_tour_deco1 img {
  width: min(calc(246 / 1920 * 100vw), 15.375rem);
}
#labo .specialEx_tour_about-deco1 img {
  width: calc(127 / 320 * 100vw);
}
@media screen and (min-width: 769px) {
  #labo .specialEx_tour_about-deco1 img {
    width: min(calc(440 / 1920 * 100vw), 27.5rem);
  }
}
@media screen and (min-width: 769px) {
  #labo .specialEx_tour_about-deco2 span {
    right: max(-20.8333333333vw, -25rem);
  }
}
#labo .specialEx_tour_about-deco2 img {
  width: calc(118 / 320 * 100vw);
}
@media screen and (min-width: 769px) {
  #labo .specialEx_tour_about-deco2 img {
    width: min(calc(359 / 1920 * 100vw), 22.4375rem);
  }
}
#labo .specialEx_tour_about-deco3 {
  padding-top: 0;
}
@media screen and (min-width: 769px) {
  #labo .specialEx_tour_about-deco3 span {
    left: max(-20.3125vw, -24.375rem);
  }
}
#labo .specialEx_tour_about dl dt span {
  width: calc(110 / 320 * 100vw);
  bottom: calc(-55 / 320 * 100vw);
  right: calc(-8 / 320 * 100vw);
}
@media screen and (min-width: 769px) {
  #labo .specialEx_tour_about dl dt span {
    width: min(calc(367 / 1920 * 100vw), 22.9375rem);
    bottom: max(-10.78125vw, -12.9375rem);
    right: auto;
    left: max(-13.125vw, -15.75rem);
  }
}
@media screen and (min-width: 769px) {
  #labo .specialEx_tour_table_flame {
    margin-top: max(-1.0416666667vw, -1.25rem);
  }
}
@media screen and (min-width: 769px) {
  #labo .specialEx_tour_about-icon {
    top: 0;
  }
}

#work .specialEx_tour {
  background-image: url(https://gigaplus.makeshop.jp/cdcom/new2025/img/special_ex/bg_baige_sp.webp);
  margin-top: calc(-55 / 320 * 100vw);
}
@media screen and (min-width: 769px) {
  #work .specialEx_tour {
    background-image: url(https://gigaplus.makeshop.jp/cdcom/new2025/img/special_ex/bg_workshop.webp);
    margin-top: max(-5.2083333333vw, -6.25rem);
  }
}
#work .specialEx-btn {
  margin-top: calc(34 / 320 * 100vw);
}
@media screen and (min-width: 769px) {
  #work .specialEx-btn {
    margin-top: min(calc(75 / 1920 * 100vw), 4.6875rem);
  }
}

@keyframes baloon {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(2rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.icon_anime {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: calc(60 / 320 * 100vw);
  position: relative;
  width: fit-content;
  margin-inline: auto;
  padding-right: calc(25 / 320 * 100vw);
}
@media screen and (min-width: 769px) {
  .icon_anime {
    position: absolute;
    top: max(-5.46875vw, -6.5625rem);
    right: max(-3.3854166667vw, -4.0625rem);
    margin-bottom: 0;
    padding-right: 0;
  }
}
.icon_anime img {
  width: calc(120 / 320 * 100vw);
}
@media screen and (min-width: 769px) {
  .icon_anime img {
    width: min(calc(304 / 1920 * 100vw), 19rem);
  }
}
.icon_anime img:first-child {
  animation: badge 0.8s ease-in-out infinite alternate-reverse;
  position: relative;
  z-index: 1;
}
.icon_anime img:last-child {
  animation: badge 0.8s ease-in-out infinite alternate;
  position: absolute;
  top: calc(45 / 320 * 100vw);
  left: calc(40 / 320 * 100vw);
}
@media screen and (min-width: 769px) {
  .icon_anime img:last-child {
    top: min(calc(105 / 1920 * 100vw), 6.5625rem);
    left: min(calc(110 / 1920 * 100vw), 6.875rem);
  }
}

@keyframes badge {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(20deg);
  }
}
.sec_ttl {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: calc(12 / 320 * 100vw);
  position: relative;
  margin-bottom: calc(30 / 320 * 100vw) !important;
  text-transform: uppercase;
}
@media screen and (min-width: 769px) {
  .sec_ttl {
    padding-bottom: min(calc(35 / 1920 * 100vw), 2.1875rem);
    margin-bottom: min(calc(120 / 1920 * 100vw), 7.5rem) !important;
  }
}
.sec_ttl:after {
  content: "";
  width: calc(50 / 320 * 100vw);
  height: 2px;
  background-color: #ff5500;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: calc(-25 / 320 * 100vw);
}
@media screen and (min-width: 769px) {
  .sec_ttl:after {
    width: min(calc(128 / 1920 * 100vw), 8rem);
    height: 3px;
    margin-left: max(-3.3333333333vw, -4rem);
  }
}
.sec_ttl strong {
  font-size: calc(26 / 320 * 100vw);
  line-height: 1.2;
}
@media screen and (min-width: 769px) {
  .sec_ttl strong {
    font-size: min(calc(60 / 1920 * 100vw), 3.75rem);
    line-height: 1.3;
  }
}
.sec_ttl strong:not(.en) {
  font-weight: 700;
}
.sec_ttl span {
  font-size: calc(11 / 320 * 100vw);
  font-weight: 700;
  margin-top: calc(12 / 320 * 100vw);
}
@media screen and (min-width: 769px) {
  .sec_ttl span {
    font-size: min(calc(22 / 1920 * 100vw), 1.375rem);
    margin-top: min(calc(30 / 1920 * 100vw), 1.875rem);
  }
}

.article_ttl {
  display: flex;
  flex-direction: column;
  margin-bottom: calc(30 / 320 * 100vw) !important;
}
@media screen and (min-width: 769px) {
  .article_ttl {
    margin-bottom: min(calc(70 / 1920 * 100vw), 4.375rem) !important;
    flex-direction: row;
    align-items: center;
  }
}
.article_ttl span {
  display: grid;
  grid-template-columns: calc(24 / 320 * 100vw) 1fr;
  align-items: center;
  font-size: calc(24 / 320 * 100vw);
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (min-width: 769px) {
  .article_ttl span {
    grid-template-columns: min(calc(54 / 1920 * 100vw), 3.375rem) 1fr;
    font-size: min(calc(60 / 1920 * 100vw), 3.75rem);
  }
}
.article_ttl span::before {
  content: "";
  width: calc(14 / 320 * 100vw);
  aspect-ratio: 1;
  background: url(https://gigaplus.makeshop.jp/cdcom/new2025/img/special_ex/reef_orange.svg) no-repeat center/100% auto;
}
@media screen and (min-width: 769px) {
  .article_ttl span::before {
    width: min(calc(30 / 1920 * 100vw), 1.875rem);
  }
}
.article_ttl strong {
  font-size: calc(12 / 320 * 100vw);
  font-weight: 500;
  padding-left: calc(24 / 320 * 100vw);
  margin-top: calc(5 / 320 * 100vw);
}
@media screen and (min-width: 769px) {
  .article_ttl strong {
    font-size: min(calc(28 / 1920 * 100vw), 1.75rem);
    padding-left: min(calc(44 / 1920 * 100vw), 2.75rem);
    margin-top: 0;
  }
}

.anime-slide {
  opacity: 0;
  transform: translateY(5em);
  transition: ease-out 0.5s;
}
.anime-slide.show {
  opacity: 1;
  transform: translateY(0);
}
.anime-scale {
  transform: scale(0);
  transition: cubic-bezier(0.34, 1.56, 0.64, 1) 0.5s;
}
.anime-scale.show {
  transform: scale(1);
}
.anime-left {
  opacity: 0;
  transform: translateX(-100%);
  transition: 0.6s cubic-bezier(0.64, 0, 0.78, 0);
}
.anime-right {
  opacity: 0;
  transform: translateX(100%);
  transition: 0.6s cubic-bezier(0.64, 0, 0.78, 0);
}
.anime.show .anime-left {
  opacity: 1;
  transform: translateX(0);
}
.anime.show .anime-right {
  opacity: 1;
  transform: translateX(0);
}

.js-swiper {
  overflow: visible;
}

.specialEx-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: calc(12 / 320 * 100vw);
}
@media screen and (min-width: 769px) {
  .specialEx-pagination {
    margin-top: min(calc(60 / 1920 * 100vw), 3.75rem);
  }
}
.specialEx-pagination .swiper-pagination-bullet {
  width: calc(8 / 320 * 100vw);
  height: calc(8 / 320 * 100vw);
  border-radius: 0;
  background: url(https://gigaplus.makeshop.jp/cdcom/new2025/img/special_ex/reef.svg) no-repeat center/100% auto;
  opacity: 1;
  margin: 0 calc(8 / 320 * 100vw);
}
@media screen and (min-width: 769px) {
  .specialEx-pagination .swiper-pagination-bullet {
    width: min(calc(15 / 1920 * 100vw), 0.9375rem);
    height: min(calc(15 / 1920 * 100vw), 0.9375rem);
    margin: 0 min(calc(8 / 1920 * 100vw), 0.5rem);
  }
}
.specialEx-pagination .swiper-pagination-bullet-active {
  background-image: url(https://gigaplus.makeshop.jp/cdcom/new2025/img/special_ex/reef_orange.svg);
}

.specialEx-slidebutton {
  width: calc(27 / 320 * 100vw);
  height: calc(27 / 320 * 100vw);
  position: absolute;
  top: calc(80 / 320 * 100vw);
  background: url(https://gigaplus.makeshop.jp/cdcom/new2025/img/special_ex/slide_arrow.svg) no-repeat center/100% auto;
  z-index: 3;
}
@media screen and (min-width: 769px) {
  .specialEx-slidebutton {
    width: min(calc(71 / 1920 * 100vw), 4.4375rem);
    height: min(calc(71 / 1920 * 100vw), 4.4375rem);
    top: min(calc(260 / 1920 * 100vw), 16.25rem);
  }
}
.specialEx-slidebutton-prev {
  left: calc(-13 / 320 * 100vw);
}
@media screen and (min-width: 769px) {
  .specialEx-slidebutton-prev {
    left: -1.8229166667vw;
  }
}
.specialEx-slidebutton-next {
  right: calc(-13 / 320 * 100vw);
  transform: scale(-1, 1);
}
@media screen and (min-width: 769px) {
  .specialEx-slidebutton-next {
    right: -1.8229166667vw;
  }
}

.floating_btn {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1;
  margin: calc(5 / 320 * 100vw) calc(10 / 320 * 100vw);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .floating_btn {
    margin: min(calc(10 / 1920 * 100vw), 0.625rem) min(calc(20 / 1920 * 100vw), 1.25rem);
  }
}
.floating_btn.active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.floating_btn a {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .floating_btn a.SP {
    display: block;
  }
}
.floating_btn a.SP img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .floating_btn a.PC {
    display: block;
  }
}
@media (hover) {
  .floating_btn a:hover {
    opacity: 1 !important;
  }
  .floating_btn a:hover img.hv {
    z-index: 3;
  }
}
.floating_btn img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .floating_btn img {
    width: min(calc(257 / 1920 * 100vw), 16.0625rem);
  }
}
.floating_btn img.hv {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.floating_btn img.df {
  position: relative;
  z-index: 2;
}

footer {
  margin-top: 0 !important;
}/*# sourceMappingURL=special_ex.css.map */