.timerHidden {
  display: none;
}

.timerVisible {
  display: block;
}

.relative {
  position: relative;
}

@media screen and (min-width: 769px) {
  .show_sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .show_pc {
    display: none !important;
  }
}

footer {
  margin-top: 0;
}

#theice {
  position: relative;
  z-index: 0;
  color: #333;
}
#theice * {
  font-family: "Yu Gothic Medium", "Yu Gothic", "Hiragino Kaku Gothic Pro", sans-serif;
  box-sizing: border-box;
}
#theice :where(img, svg, video) {
  block-size: auto;
  max-inline-size: 100%;
  vertical-align: middle;
}

article {
  position: relative;
}

.theice_kv {
  position: relative;
  background: url(https://gigaplus.makeshop.jp/cdcom/new2025/img/theice/kv_main_sp.webp) no-repeat center top/100% auto;
  min-height: 151.875vw;
  padding-top: 8.75vw;
}
@media screen and (min-width: 769px) {
  .theice_kv {
    background-image: url(https://gigaplus.makeshop.jp/cdcom/new2025/img/theice/kv_main.webp);
    min-height: 87.2395833333vw;
    padding-top: 5.5729166667vw;
  }
}
@media screen and (min-width: 769px) {
  .theice_kv_ttl {
    display: flex;
    align-items: center;
    padding-left: 11.1979166667vw;
    column-gap: 5.625vw;
  }
}
.theice_kv h1 {
  margin: 0 0 8.75vw;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .theice_kv h1 {
    margin: 0;
    text-align: left;
  }
}
.theice_kv h1 img {
  width: 60.3125vw;
}
@media screen and (min-width: 769px) {
  .theice_kv h1 img {
    width: 38.125vw;
  }
}
.theice_kv h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 1.875vw;
  margin: 0 0 0 7.8125vw !important;
  color: #532910;
}
@media screen and (min-width: 769px) {
  .theice_kv h2 {
    row-gap: 1.25vw;
    margin: 0 !important;
  }
}
.theice_kv h2 span {
  background-color: #fff;
  font-size: 3.75vw;
  font-weight: 500;
  padding: 0.9375vw 1.5625vw;
}
@media screen and (min-width: 769px) {
  .theice_kv h2 span {
    font-size: 2.34375vw;
    padding: 0.4166666667vw 1.1458333333vw;
  }
}
.theice_kv figure {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: -20.3125vw;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .theice_kv figure {
    bottom: -12.7604166667vw;
  }
}
.theice_kv figure img {
  width: 90.625vw;
}
@media screen and (min-width: 769px) {
  .theice_kv figure img {
    width: 64.6875vw;
  }
}
.theice_sec_ttl {
  text-align: center;
  color: #ff5100;
  font-weight: 700;
  font-size: 6.25vw !important;
  position: relative;
  padding-bottom: 1.5625vw;
  margin: 0 !important;
}
@media screen and (min-width: 769px) {
  .theice_sec_ttl {
    font-size: 3.0208333333vw !important;
    padding-bottom: 0.5208333333vw;
  }
}
.theice_sec_ttl:after {
  content: "";
  width: 13.125vw;
  height: 2px;
  background-color: #ff5100;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -6.5625vw;
}
@media screen and (min-width: 769px) {
  .theice_sec_ttl:after {
    width: 6.6666666667vw;
    height: 3px;
    margin-left: -3.3333333333vw;
  }
}
.theice_point {
  background: url(https://gigaplus.makeshop.jp/cdcom/new2025/img/theice/bg_sec1_sp.webp) no-repeat center top/100% auto;
  padding: 25vw 0 0;
}
@media screen and (min-width: 769px) {
  .theice_point {
    background-image: url(https://gigaplus.makeshop.jp/cdcom/new2025/img/theice/bg_sec1.webp);
    padding: 19.7916666667vw 0 0;
  }
}
.theice_point_ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  color: #ff5100;
  margin-bottom: 6.25vw;
  position: relative;
  padding-bottom: 3.75vw;
}
@media screen and (min-width: 769px) {
  .theice_point_ttl {
    margin-bottom: 2.6041666667vw;
    padding-bottom: 1.8229166667vw;
    line-height: 1.5;
  }
}
.theice_point_ttl strong {
  font-size: 6.25vw;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .theice_point_ttl strong {
    font-size: 3.0208333333vw;
  }
}
.theice_point_ttl small {
  font-size: 3.4375vw;
  font-weight: 700;
  padding-top: 0.9375vw;
}
@media screen and (min-width: 769px) {
  .theice_point_ttl small {
    font-size: 1.5625vw;
    padding-top: 0.1041666667vw;
    letter-spacing: 0;
  }
}
.theice_point_ttl:after {
  content: "";
  width: 13.125vw;
  height: 2px;
  background-color: #ff5100;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -6.5625vw;
}
@media screen and (min-width: 769px) {
  .theice_point_ttl:after {
    width: 6.6666666667vw;
    height: 3px;
    margin-left: -3.3333333333vw;
  }
}
.theice_point_lead {
  text-align: center;
  font-size: 3.4375vw !important;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 9.375vw !important;
}
@media screen and (min-width: 769px) {
  .theice_point_lead {
    font-size: 1.5625vw !important;
    margin-bottom: 9.1145833333vw !important;
    line-height: 2.26;
  }
}
.theice_point_item {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .theice_point_item {
    padding-top: 3.75vw;
  }
}
.theice_point_item dt {
  margin-top: -9.375vw;
}
@media screen and (min-width: 769px) {
  .theice_point_item dt {
    margin-top: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
  }
}
.theice_point_item dt img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .theice_point_item dt img {
    width: 82.9166666667vw;
  }
}
.theice_point_item dd {
  position: absolute;
  top: 113.75vw;
  left: 0;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .theice_point_item dd {
    position: static;
    width: 82.9166666667vw;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
}
.theice_point_list {
  width: 61.875vw;
  text-align: center;
  filter: drop-shadow(1.3px 1.3px 3.8px rgba(0, 0, 0, 0.15));
}
@media screen and (min-width: 769px) {
  .theice_point_list {
    width: 24.6354166667vw;
    filter: none;
    position: relative;
    z-index: 1;
  }
}
.theice_point_list_in {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 2.5vw;
  padding: 9.375vw 0 0;
}
@media screen and (min-width: 769px) {
  .theice_point_list_in {
    row-gap: 1.3020833333vw;
    padding: 3.6458333333vw 0 0;
  }
}
.theice_point_list:nth-child(1) {
  margin-left: -4.6875vw;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .theice_point_list:nth-child(1) {
    margin-left: 0;
  }
}
.theice_point_list:nth-child(1) .theice_point_list_in {
  background: url(https://gigaplus.makeshop.jp/cdcom/new2025/img/theice/point1.webp) no-repeat center top/100% auto;
  min-height: 71.875vw;
}
@media screen and (min-width: 769px) {
  .theice_point_list:nth-child(1) .theice_point_list_in {
    min-height: 28.75vw;
  }
}
.theice_point_list:nth-child(2) {
  margin: -39.0625vw 0 0 auto;
}
@media screen and (min-width: 769px) {
  .theice_point_list:nth-child(2) {
    margin: 15.4166666667vw 0 0;
  }
}
.theice_point_list:nth-child(2) .theice_point_list_in {
  background: url(https://gigaplus.makeshop.jp/cdcom/new2025/img/theice/point2.webp) no-repeat center top/100% auto;
  min-height: 70.625vw;
  transform: translate(4.6875vw, 0);
}
@media screen and (min-width: 769px) {
  .theice_point_list:nth-child(2) .theice_point_list_in {
    min-height: 28.2291666667vw;
    transform: none;
  }
}
.theice_point_list span {
  font-size: 3.4375vw;
  font-weight: 700;
  color: #fff;
  padding: 0.9375vw 5.625vw 0.3125vw;
  border-radius: 6.25vw;
  background: linear-gradient(0deg, rgb(166, 47, 22) 0%, rgb(199, 89, 64) 100%);
}
@media screen and (min-width: 769px) {
  .theice_point_list span {
    font-size: 1.3541666667vw;
    line-height: 1;
    padding: 0.625vw 2.1875vw 0.4166666667vw;
    border-radius: 2.6041666667vw;
  }
}
.theice_point_list p {
  font-size: 2.8125vw;
  font-weight: 700;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .theice_point_list p {
    font-size: 1.1458333333vw;
  }
}
.theice_point h4 {
  text-align: center;
  color: #ff5100;
  font-weight: 700;
  font-size: 4.6875vw;
  line-height: 2;
  margin-top: -28.125vw;
}
@media screen and (min-width: 769px) {
  .theice_point h4 {
    font-size: 1.875vw;
    margin-top: 2.6041666667vw;
    line-height: 1.95;
  }
}
.theice_point_img {
  margin-top: -12.5vw;
}
.theice_point_img img {
  width: 100%;
}
.theice_point_deco {
  position: absolute;
  top: 92.1875vw;
  left: -7.8125vw;
}
@media screen and (min-width: 769px) {
  .theice_point_deco {
    top: -7.8125vw;
    left: -2.0833333333vw;
  }
}
.theice_point_deco img {
  width: 68.4375vw;
}
@media screen and (min-width: 769px) {
  .theice_point_deco img {
    width: 32.3958333333vw;
  }
}
.theice_point_photo {
  margin-top: 10.9375vw;
}
@media screen and (min-width: 769px) {
  .theice_point_photo {
    margin-top: 10.6770833333vw;
  }
}
.theice_point_photo img {
  width: 100%;
}
.theice_lineup {
  background: url(https://gigaplus.makeshop.jp/cdcom/new2025/img/theice/bg_sec2_sp.webp) no-repeat center top/100% auto;
  padding: 15.625vw 0 29.6875vw;
}
@media screen and (min-width: 769px) {
  .theice_lineup {
    background-image: url(https://gigaplus.makeshop.jp/cdcom/new2025/img/theice/bg_sec2.webp);
    padding: 9.375vw 0 0;
    overflow: hidden;
  }
}
.theice_lineup .theice_sec_ttl {
  margin-bottom: 15.625vw !important;
}
@media screen and (min-width: 769px) {
  .theice_lineup .theice_sec_ttl {
    margin-bottom: 10.4166666667vw !important;
  }
}
.theice_lineup_item {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .theice_lineup_item {
    display: flex;
    column-gap: 4.1666666667vw;
    margin: 0 7.2916666667vw;
  }
}
.theice_lineup_item + .theice_lineup_item {
  margin-top: 16.875vw;
}
@media screen and (min-width: 769px) {
  .theice_lineup_item + .theice_lineup_item {
    margin-top: 12.5vw;
  }
}
.theice_lineup_item dt {
  text-align: center;
  position: relative;
}
@media screen and (min-width: 769px) {
  .theice_lineup_item dt {
    width: 43.8541666667vw;
  }
}
.theice_lineup_item dt::before {
  content: "";
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  pointer-events: none;
}
.theice_lineup_item dt img {
  width: 84.375vw;
  position: relative;
  filter: drop-shadow(2.4px 2.4px 7.3px rgba(0, 0, 0, 0.15));
}
@media screen and (min-width: 769px) {
  .theice_lineup_item dt img {
    width: 43.8541666667vw;
  }
}
.theice_lineup_item dd {
  margin: 9.375vw 7.8125vw 0;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .theice_lineup_item dd {
    flex: 1;
    margin: 0;
    text-align: left;
  }
}
.theice_lineup_item dd h3 {
  display: flex;
  flex-direction: column;
  color: #00b5ac;
  row-gap: 1.5625vw;
}
@media screen and (min-width: 769px) {
  .theice_lineup_item dd h3 {
    row-gap: 0.5208333333vw;
  }
}
.theice_lineup_item dd h3 span {
  font-size: 6.875vw;
  line-height: 1.36;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif !important;
}
@media screen and (min-width: 769px) {
  .theice_lineup_item dd h3 span {
    line-height: 1.38;
    font-size: 2.8125vw;
  }
}
.theice_lineup_item dd h3 strong {
  font-size: 3.125vw;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .theice_lineup_item dd h3 strong {
    font-size: 1.25vw;
  }
}
.theice_lineup_item dd p {
  font-size: 3.125vw;
  font-weight: 700;
  line-height: 2;
  margin-top: 5vw;
}
@media screen and (min-width: 769px) {
  .theice_lineup_item dd p {
    font-size: 1.25vw;
    margin-top: 1.5625vw;
  }
}
.theice_lineup_item dd p small {
  display: block;
  line-height: 1.75;
  font-size: 2.5vw;
  color: #ff5100;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .theice_lineup_item dd p small {
    font-size: 0.8333333333vw;
  }
}
.theice_lineup_item_icon {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3.75vw;
}
@media screen and (max-width: 768px) {
  .theice_lineup_item_icon {
    justify-content: center;
  }
}
@media screen and (min-width: 769px) {
  .theice_lineup_item_icon {
    margin-top: 1.5625vw;
  }
}
.theice_lineup_item_icon span {
  font-size: 3.4375vw;
  font-weight: 700;
  line-height: 1;
  padding: 2.5vw 3.75vw 1.875vw;
  border-radius: 1.5625vw;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .theice_lineup_item_icon span {
    font-size: 1.09375vw;
    padding: 0.625vw 0.9375vw 0.5208333333vw;
    border-radius: 0.2604166667vw;
  }
}
.theice_lineup_item_icon span.green {
  color: #fff;
  background: linear-gradient(0deg, #1ab29b 0%, #46d3c1 100%);
}
.theice_lineup_item-1 dt:before {
  background-image: url(https://gigaplus.makeshop.jp/cdcom/new2025/img/theice/lineup1_bg_sp.webp);
  height: 101.25vw;
  top: -21.875vw;
}
@media screen and (min-width: 769px) {
  .theice_lineup_item-1 dt:before {
    width: 75.78125vw;
    background-image: url(https://gigaplus.makeshop.jp/cdcom/new2025/img/theice/lineup1_bg.webp);
    height: 58.3333333333vw;
    top: -12.5vw;
    left: -38.90625vw;
  }
}
@media screen and (min-width: 769px) {
  .theice_lineup_item-2 {
    flex-direction: row-reverse;
  }
}
.theice_lineup_item-2 dt:before {
  background-image: url(https://gigaplus.makeshop.jp/cdcom/new2025/img/theice/lineup2_bg_sp.webp);
  height: 110vw;
  top: -26.25vw;
}
@media screen and (min-width: 769px) {
  .theice_lineup_item-2 dt:before {
    width: 81.25vw;
    background-image: url(https://gigaplus.makeshop.jp/cdcom/new2025/img/theice/lineup2_bg.webp);
    height: 63.9583333333vw;
    top: -14.7916666667vw;
    left: auto;
    right: -31.4583333333vw;
  }
}
.theice_lineup_howto {
  position: relative;
  z-index: 0;
  margin: 32.5vw 6.25vw 0;
}
@media screen and (min-width: 769px) {
  .theice_lineup_howto {
    margin: -5.2083333333vw 0 0 0;
    padding: 18.4895833333vw 0 17.1875vw;
    background: url(https://gigaplus.makeshop.jp/cdcom/new2025/img/theice/howto_bg.webp) no-repeat center top/100% auto;
  }
}
.theice_lineup_howto li + li {
  margin-top: 17.8125vw;
}
@media screen and (min-width: 769px) {
  .theice_lineup_howto li + li {
    margin-top: 13.28125vw;
  }
}
@media screen and (max-width: 768px) {
  .theice_lineup_howto li:first-child:before {
    content: "";
    width: 100vw;
    height: 167.5vw;
    background: url(https://gigaplus.makeshop.jp/cdcom/new2025/img/theice/howto_bg1.webp) no-repeat center top/100% auto;
    position: absolute;
    top: -15.625vw;
    left: -6.25vw;
    z-index: -1;
  }
}
.theice_lineup_howto li:first-child .theice_lineup_howto_main {
  padding-top: 24.375vw;
}
@media screen and (min-width: 769px) {
  .theice_lineup_howto li:first-child .theice_lineup_howto_main {
    padding-top: 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  .theice_lineup_howto li:nth-child(2):before {
    content: "";
    width: 100vw;
    height: 187.8125vw;
    background: url(https://gigaplus.makeshop.jp/cdcom/new2025/img/theice/howto_bg2.webp) no-repeat center top/100% auto;
    position: absolute;
    top: -29.6875vw;
    left: -6.25vw;
    z-index: -1;
  }
}
.theice_lineup_howto_wrap {
  background-color: #fff;
  position: relative;
  border-radius: 4px;
  padding: 1.5625vw;
}
@media screen and (min-width: 769px) {
  .theice_lineup_howto_wrap {
    width: 54.1666666667vw;
    border-radius: 15px;
    padding: 0.78125vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.theice_lineup_howto_wrap:before {
  content: "";
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background: linear-gradient(135deg, rgb(250, 91, 45) 0%, rgb(254, 176, 156) 20%, rgb(246, 78, 45) 60%, rgb(254, 175, 157) 87%, rgb(254, 128, 99) 100%);
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: -1;
  border-radius: 4px;
}
@media screen and (min-width: 769px) {
  .theice_lineup_howto_wrap:before {
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    top: -3px;
    left: -3px;
    border-radius: 15px;
  }
}
.theice_lineup_howto_in {
  position: relative;
}
.theice_lineup_howto_in:before {
  content: "";
  width: calc(100% + 3px);
  height: calc(100% + 3px);
  background: linear-gradient(135deg, rgb(250, 91, 45) 0%, rgb(254, 176, 156) 20%, rgb(246, 78, 45) 60%, rgb(254, 175, 157) 87%, rgb(254, 128, 99) 100%);
  position: absolute;
  top: -1.5px;
  left: -1.5px;
  border-radius: 4px;
}
@media screen and (min-width: 769px) {
  .theice_lineup_howto_in:before {
    border-radius: 10px;
  }
}
.theice_lineup_howto_main {
  position: relative;
  background-color: #fff;
  border-radius: 4px;
  padding: 7.8125vw;
}
@media screen and (min-width: 769px) {
  .theice_lineup_howto_main {
    border-radius: 10px;
    padding: 3.125vw 3.90625vw;
  }
}
.theice_lineup_howto_main span {
  position: absolute;
  top: -18.125vw;
  left: 50%;
  margin-left: -17.5vw;
}
@media screen and (min-width: 769px) {
  .theice_lineup_howto_main span {
    top: -6.7708333333vw;
    left: -5.2083333333vw;
    margin-left: 0;
  }
}
.theice_lineup_howto_main span img {
  width: 35vw;
}
@media screen and (min-width: 769px) {
  .theice_lineup_howto_main span img {
    width: 16.25vw;
  }
}
.theice_lineup_howto_main h3 {
  text-align: center;
  color: #ff5100;
  font-weight: 700;
  font-size: 5.9375vw;
  padding-bottom: 2.5vw;
  position: relative;
  margin-bottom: 7.8125vw;
}
@media screen and (min-width: 769px) {
  .theice_lineup_howto_main h3 {
    font-size: 2.5vw;
    padding-bottom: 0.78125vw;
    margin-bottom: 3.125vw;
  }
}
.theice_lineup_howto_main h3:after {
  content: "";
  width: 16.25vw;
  height: 2px;
  background-color: #ff5100;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -8.125vw;
}
@media screen and (min-width: 769px) {
  .theice_lineup_howto_main h3:after {
    width: 7.0833333333vw;
    height: 4px;
    margin-left: -3.5416666667vw;
  }
}
.theice_lineup_howto_main dl {
  padding-bottom: 6.25vw;
  border-bottom: 0.5px solid #532910;
  margin-bottom: 3.125vw;
}
@media screen and (min-width: 769px) {
  .theice_lineup_howto_main dl {
    padding-bottom: 2.0833333333vw;
    margin-bottom: 1.5625vw;
    display: grid;
    grid-template-columns: 8.8541666667vw 1fr;
    gap: 2.0833333333vw 1.8229166667vw;
    align-items: center;
  }
}
.theice_lineup_howto_main dl dt {
  color: #fff;
  background: linear-gradient(0deg, #1ab29b 0%, #46d3c1 100%);
  font-size: 4.6875vw;
  font-weight: bold;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  line-height: 1;
  border-radius: 6.25vw;
  padding: 1.5625vw 0;
  text-align: center;
  margin-bottom: 3.125vw;
}
@media screen and (min-width: 769px) {
  .theice_lineup_howto_main dl dt {
    font-size: 1.4583333333vw;
    border-radius: 2.0833333333vw;
    padding: 0.5208333333vw 0 0.4166666667vw;
    margin-bottom: 0;
  }
}
.theice_lineup_howto_main dl dd {
  font-size: 3.75vw;
  font-weight: 700;
  text-align: center;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .theice_lineup_howto_main dl dd {
    font-size: 1.7708333333vw;
    text-align: left;
  }
}
.theice_lineup_howto_main dl dd + dt {
  margin-top: 18px;
}
@media screen and (min-width: 769px) {
  .theice_lineup_howto_main dl dd + dt {
    margin-top: 0;
  }
}
.theice_lineup_howto_main p {
  font-size: 3.4375vw;
  font-weight: 700;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .theice_lineup_howto_main p {
    font-size: 1.4583333333vw;
    line-height: 1.9;
  }
}
.theice_lineup_howto_main p small {
  font-size: 2.5vw;
  display: block;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .theice_lineup_howto_main p small {
    font-size: 1.1458333333vw;
    font-feature-settings: "palt";
    letter-spacing: 0.08em;
  }
}
.theice_btn {
  font-size: 4.375vw;
  font-weight: 700;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 9.375vw;
  border-radius: 6.25vw;
  min-width: 39.0625vw;
  border: 2px solid #ff5100;
  transition: 0.3s;
  padding: 0.625vw 10.9375vw 0.625vw;
  color: #ff5100;
}
@media screen and (min-width: 769px) {
  .theice_btn {
    font-size: 1.1458333333vw;
    height: 2.6041666667vw;
    border-radius: 2.7083333333vw;
    min-width: 10.6770833333vw;
    padding: 0.1041666667vw 2.8645833333vw 0;
  }
}
@media (hover) {
  .theice_btn:hover {
    background-color: #ff5100;
    color: #fff;
    opacity: 1 !important;
  }
}
@media (hover) {
  .theice_btn-arrow:hover:after {
    background-image: url(https://gigaplus.makeshop.jp/cdcom/new2025/img/theice/icon_arrow-wh.svg);
  }
}
.theice_btn-arrow:after {
  content: "";
  width: 4.6875vw;
  height: 4.6875vw;
  background: url(https://gigaplus.makeshop.jp/cdcom/new2025/img/theice/icon_arrow.svg) no-repeat center/100% auto;
  position: absolute;
  top: 50%;
  right: 3.125vw;
  margin-top: -2.34375vw;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .theice_btn-arrow:after {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
    right: 1.1458333333vw;
    margin-top: -0.5208333333vw;
  }
}
.theice_voice {
  background: url(https://gigaplus.makeshop.jp/cdcom/new2025/img/theice/bg_sec3_sp.webp) no-repeat center top/100% auto;
  margin: -7.8125vw 0 0;
  padding: 17.1875vw 6.25vw 21.875vw;
  position: relative;
}
@media screen and (min-width: 769px) {
  .theice_voice {
    background-image: url(https://gigaplus.makeshop.jp/cdcom/new2025/img/theice/bg_sec3.webp);
    margin: -7.2916666667vw 0 0;
    padding: 7.8125vw 0 15.625vw;
  }
}
.theice_voice:before {
  content: "";
  width: 100%;
  height: 50%;
  background: #20b7a0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.theice_voice_item {
  margin: 0 9.375vw 15.625vw;
}
@media screen and (min-width: 769px) {
  .theice_voice_item {
    margin: 0 auto 7.2916666667vw;
    width: 55vw;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 3.2291666667vw;
  }
}
.theice_voice_item li {
  border: 2px solid #fff;
  border-radius: 7px;
  background-color: transparent;
  padding: 1.25vw;
}
@media screen and (min-width: 769px) {
  .theice_voice_item li {
    border-width: 4px;
    border-radius: 15px;
    padding: 0.46875vw;
  }
}
.theice_voice_item li + li {
  margin-top: 12.5vw;
}
@media screen and (min-width: 769px) {
  .theice_voice_item li + li {
    margin-top: 0;
  }
}
.theice_voice_item_in {
  background-color: #fff;
  border-radius: 4.6px;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .theice_voice_item_in {
    border-radius: 10.5px;
  }
}
.theice_voice_item dt img {
  width: 100%;
}
.theice_voice_item dd {
  padding: 3.75vw 3.125vw;
}
@media screen and (min-width: 769px) {
  .theice_voice_item dd {
    padding: 1.5625vw 1.1458333333vw 1.3020833333vw;
  }
}
.theice_voice_item dd h3 {
  color: #00b5ac;
  font-weight: 700;
  font-size: 5vw;
  margin-bottom: 2.5vw;
}
@media screen and (min-width: 769px) {
  .theice_voice_item dd h3 {
    font-size: 1.875vw;
    margin-bottom: 1.0416666667vw;
  }
}
.theice_voice_item dd p {
  font-size: 3.125vw;
  font-weight: 700;
  line-height: 1.8;
  font-feature-settings: "palt";
}
@media screen and (min-width: 769px) {
  .theice_voice_item dd p {
    font-size: 1.1979166667vw;
  }
}
.theice_voice_item dd p small {
  font-size: 2.1875vw;
  display: block;
  text-align: right;
  pointer-events: none;
  margin-top: -4.6875vw;
}
@media screen and (min-width: 769px) {
  .theice_voice_item dd p small {
    font-size: 0.8333333333vw;
    margin-top: -1.8229166667vw;
  }
}
.theice_voice_item dd div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 7.1875vw;
}
@media screen and (min-width: 769px) {
  .theice_voice_item dd div {
    margin-top: 2.34375vw;
  }
}
.theice_voice_item dd div strong {
  font-size: 2.8125vw;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .theice_voice_item dd div strong {
    font-size: 1.0416666667vw;
  }
}
.theice_voice_item dd div span {
  display: flex;
  align-items: center;
  column-gap: 0.375vw;
}
@media screen and (min-width: 769px) {
  .theice_voice_item dd div span {
    column-gap: 1px;
  }
}
.theice_voice_item dd div span img {
  width: 3.4375vw;
  transform: translateY(-1px);
}
@media screen and (min-width: 769px) {
  .theice_voice_item dd div span img {
    width: 1.3020833333vw;
  }
}
.theice_jp_ttl {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 7.8125vw !important;
  letter-spacing: 0.05em;
  margin: 0 0 9.375vw !important;
}
@media screen and (min-width: 769px) {
  .theice_jp_ttl {
    font-size: 3.2291666667vw !important;
    margin: 0 0 4.6875vw !important;
  }
}

.btn_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 3.75vw;
  margin-top: 6.875vw;
}
@media screen and (max-width: 768px) {
  .btn_wrap {
    justify-content: center;
  }
}
@media screen and (min-width: 769px) {
  .btn_wrap {
    gap: 1.5625vw;
    margin-top: 2.34375vw;
  }
}

#point {
  margin-top: -4.6875vw;
}
@media screen and (min-width: 769px) {
  #point {
    margin-top: -7.2916666667vw;
  }
}

.bnr_area {
  display: flex;
  flex-direction: column;
  row-gap: 9.375vw;
}
@media screen and (min-width: 769px) {
  .bnr_area {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3.125vw;
  }
}
.bnr_area img {
  width: 100%;
  border-radius: 12px;
}
@media screen and (min-width: 769px) {
  .bnr_area img {
    width: 39.0625vw;
  }
}

dt.anime, li.anime,
.theice_point_deco.anime {
  opacity: 0;
  transform: translateY(3em);
}
dt.anime.is-active, li.anime.is-active,
.theice_point_deco.anime.is-active {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.75s, transform 0.75s;
}

dd.anime .theice_point_list {
  opacity: 0;
  transform: translateY(3em);
}
dd.anime.is-active .theice_point_list:first-child {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.75s 0.3s, transform 0.75s 0.3s;
}
dd.anime.is-active .theice_point_list:last-child {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.75s 0.6s, transform 0.75s 0.6s;
}

span.anime, .theice_point_img.anime {
  opacity: 0;
  transform: translateY(3em);
}
span.anime.is-active, .theice_point_img.anime.is-active {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.75s 0.3s, transform 0.75s 0.3s;
}/*# sourceMappingURL=theice_v2.css.map */