@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@600&family=Noto+Sans+JP:wght@100..900&display=swap");
html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
  height: -webkit-fill-available;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  font-size: 16px;
  box-sizing: border-box;
  font-feature-settings: "palt";
  min-height: 100vh;
  min-height: -webkit-fill-available;
  color: #000000;
  background-color: #fcc91c;
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}

:root {
  --space: clamp(32px, 6.876vw, 88px);
  --space30: clamp(15px, 2.35vw, 30px);
}

.js-fadeIn {
  opacity: 0;
  transform: translateY(50px);
}

.container {
  width: min(90%, 1200px);
  margin-left: auto;
  margin-right: auto;
}

.containerXs {
  width: min(90%, 980px);
  margin-left: auto;
  margin-right: auto;
}

.flCol {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}

.clipPathCol {
  position: relative;
}
.clipPathCol::before {
  content: "";
  position: absolute;
  top: -55px;
  left: 0;
  width: 100%;
  height: 60px;
  clip-path: polygon(0 80%, 100% 0%, 100% 100%, 0% 100%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .clipPathCol::before {
    clip-path: polygon(0 80%, 100% 40%, 100% 100%, 0% 100%);
  }
}
.clipPathCol::after {
  content: "";
  position: absolute;
  bottom: -55px;
  left: 0;
  width: 100%;
  height: 60px;
  clip-path: polygon(0 0, 100% 0, 100% 20%, 0 100%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .clipPathCol::after {
    clip-path: polygon(0 0, 100% 0, 100% 20%, 0 60%);
  }
}

.pcBr {
  display: block;
}

.tbBr {
  display: none;
}

.spBr {
  display: none;
}

.g-font {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.s-font {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

@media screen and (max-width: 1024px) {
  .tbBr {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .spBr {
    display: block;
  }
  .pcBr {
    display: none;
  }
}
.sectionTitle {
  font-size: clamp(1.375rem, 0.5714rem + 2.5714vw, 2.5rem);
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  line-height: 1.4em;
  font-weight: 900;
}

.subTitle {
  font-size: clamp(1.25rem, 0.7143rem + 1.7143vw, 2rem);
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  line-height: 1.6em;
  font-weight: 900;
}

.catchText {
  font-size: clamp(1rem, 0.2857rem + 2.2857vw, 2rem);
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 1.6em;
  font-weight: 700;
}

.readTitle {
  font-size: clamp(1rem, 0.6429rem + 1.1429vw, 1.5rem);
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 1.6em;
  font-weight: 700;
}

.giftName {
  font-size: clamp(1rem, 0.6429rem + 1.1429vw, 1.5rem);
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 1.6em;
  font-weight: 700;
}

.readText {
  font-size: clamp(0.75rem, 0.3929rem + 1.1429vw, 1.25rem);
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 1.8em;
  font-weight: 500;
}

.label {
  font-size: clamp(0.625rem, 0.3571rem + 0.8571vw, 1rem);
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 1.8em;
  font-weight: 700;
  position: relative;
  color: #ffffff;
  display: inline-block;
  background: linear-gradient(180deg, rgb(0, 119, 194) 50%, rgb(71, 188, 198) 50%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0.1em 0.5em;
  margin: 0 0 0.5em 0;
}
.label::before {
  content: "";
  position: absolute;
  top: 0;
  right: -1.5em;
  z-index: -1;
  background-color: #000000;
  width: 2em;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 30% 100%, 0% 100%);
}
.label::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #000000;
  width: 100%;
  height: 100%;
}

.bgTitle {
  font-size: clamp(3.75rem, 1.0714rem + 8.5714vw, 7.5rem);
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  line-height: 1em;
  font-weight: 900;
}

.titleCol {
  position: relative;
}
.titleCol .subTitle, .titleCol .sectionTitle {
  position: absolute;
  z-index: 5;
}

.btn__l {
  cursor: pointer;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  height: clamp(45px, 10vw, 70px);
  background: linear-gradient(180deg, rgb(0, 119, 194) 50%, rgb(71, 188, 198) 50%);
  border-radius: 9999px;
  border: 2px solid #000000;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: clamp(4px, 1vw, 8px);
  transition: opacity 0.5s;
}
.btn__l .btnInner {
  position: relative;
  background-color: #000000;
  color: #ffffff;
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(0.75rem, 0.5714rem + 0.5714vw, 1rem);
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 1.8em;
}
.btn__l .btnInner .arrow {
  position: absolute;
  right: clamp(12px, 3vw, 26px);
  display: inline-block;
  width: 8.8px;
  height: 16.6px;
  z-index: 3;
}
.btn__l .btnInner .arrow::before, .btn__l .btnInner .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 12px;
  height: 1px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform-origin: calc(100% - 0.5px) 50%;
}
@media screen and (max-width: 767px) {
  .btn__l .btnInner .arrow {
    width: 7.4px;
    height: 13.7px;
  }
  .btn__l .btnInner .arrow::before, .btn__l .btnInner .arrow::after {
    width: 10px;
    height: 1px;
  }
}
.btn__l .btnInner .arrow::before {
  transform: rotate(45deg);
}
.btn__l .btnInner .arrow::after {
  transform: rotate(-45deg);
}
.btn__l:hover {
  transition: opacity 0.5s;
  opacity: 0.6;
}

#headerCol {
  position: relative;
  aspect-ratio: 16/9;
}
#headerCol .picCol {
  position: relative;
  aspect-ratio: 16/9;
}
#headerCol .picCol .pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
#headerCol .picCol .pic.pic01 {
  z-index: 3;
}
#headerCol .picCol .pic.pic02 {
  z-index: 2;
}
#headerCol .picCol .pic.pic03 {
  z-index: 1;
}
#headerCol::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/header_bg.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  z-index: -1;
}
#headerCol::before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fcc91c;
}

@media screen and (max-width: 767px) {
  #headerCol {
    aspect-ratio: 18/31;
  }
  #headerCol .picCol {
    aspect-ratio: 18/31;
  }
  #headerCol::after {
    background-image: url(../images/header_bg_sp.webp);
  }
}
#footerCol {
  background-color: #000000;
  padding: var(--space) 0;
  color: #ffffff;
  font-size: 0.625rem;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 1.8em;
}
#footerCol::before {
  background-color: #000000;
  z-index: 1;
}
#footerCol::after {
  display: none;
}
#footerCol .inner {
  width: min(90%, 420px);
  margin-left: auto;
  margin-right: auto;
}
#footerCol .logo {
  width: clamp(120px, 32vw, 420px);
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: calc(var(--space) / 2);
}
#footerCol .asideBtn {
  justify-content: center;
  align-items: center;
  gap: 15px;
  width: 100%;
  max-width: 380px;
  margin: 0 auto calc(var(--space) / 2);
}
#footerCol .asideBtn .btnCol {
  background-color: #333133;
  width: 47%;
  border-radius: 9999px;
}
#footerCol .asideBtn .btnLink {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.25em 0;
  border-radius: 9999px;
  transition: all 0.5s;
}
#footerCol .asideBtn .btnLink:hover {
  background-color: #e61f19;
  transition: all 0.5s;
}
#footerCol .asideBtn .btnCookie {
  color: #fff;
  background-color: #333133;
  font-size: 0.625rem;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 1.8em;
  border-radius: 9999px;
  transition: all 0.5s;
}
#footerCol .asideBtn .btnCookie:hover {
  background-color: #e61f19;
  transition: all 0.5s;
}
#footerCol .logos {
  justify-content: center;
  align-items: center;
  gap: 10px;
}
#footerCol .logosItem {
  width: auto;
  height: 20px;
}
#footerCol .notesCol {
  margin: calc(var(--space) / 2) 0 1em 0;
}

main .hrCol {
  display: block;
  width: min(90%, 1100px);
  margin-left: auto;
  margin-right: auto;
  padding: calc(var(--space) * 1.6) 0;
}
main .hrCol .cardCol {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 12px;
}
main .hrCol .cardCol .card {
  opacity: 0;
  position: relative;
  transform: scale(1) rotate(-10deg);
}
main .hrCol .cardCol .card03 {
  transform: scale(1.5) rotate(-10deg);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  main .hrCol .cardCol {
    gap: 5px;
  }
}
main #manga .con01 {
  padding: var(--space) 0;
}
main #manga .con01 .flCol {
  gap: clamp(25px, 5.08vw, 64px);
}
main #manga .con01 .flCol .item01 {
  flex: 0.9;
}
main #manga .con01 .flCol .item01 .rT01 {
  padding: 0.6em 0 1em;
}
main #manga .con01 .flCol .item01 .rT02 {
  padding: 2em 0;
}
main #manga .con01 .flCol .item02 {
  flex: 1;
}
main #manga .con02 {
  width: 100%;
  margin-bottom: var(--space);
  position: relative;
}
main #manga .con02::before {
  background-color: #00468c;
}
main #manga .con02::after {
  background-color: #00468c;
}
main #manga .con02 .cardCol {
  width: 100%;
  background-color: #00468c;
  padding: var(--space) 0;
}
main #manga .con02 .cardCol .swiper-wrapper {
  transition-timing-function: linear;
}
main #manga .con02 .cardCol .swiper-wrapper .swiper-slide {
  width: auto;
}
main #manga .con02 .cardCol .swiper-wrapper .swiper-slide .card {
  width: auto;
  height: clamp(180px, 31.25vw, 400px);
}
main #manga .con02 .cardCol .swiper-wrapper .swiper-slide .card img {
  width: auto;
  height: 100%;
  aspect-ratio: 179/250;
}
main #manga .con02 .rT01 {
  color: #ffffff;
  padding: var(--space) 0 0 0;
}
@media screen and (max-width: 767px) {
  main #manga .con01 {
    padding: var(--space) 0;
  }
  main #manga .con01 .flCol {
    gap: clamp(10px, 5.08vw, 64px);
    flex-direction: column;
  }
  main #manga .con01 .flCol .item01 {
    flex: 1;
    width: 100%;
  }
  main #manga .con01 .flCol .item01 .rT01 {
    padding: 0.6em 0 1em;
  }
  main #manga .con01 .flCol .item01 .rT02 {
    padding: 2em 0 0;
  }
  main #manga .con01 .flCol .item02 {
    flex: 1;
    width: 100%;
    margin-bottom: var(--space);
  }
}
main #style {
  overflow: hidden;
}
main #style .con01 {
  padding: var(--space) 0;
}
main #style .con01 .horizontal-scroll-section {
  width: 100%;
  display: flex;
  height: auto;
  box-sizing: border-box;
  padding-left: max(5%, (100% - 1200px) / 2);
  gap: clamp(10px, 2.08vw, 64px);
}
main #style .con01 .horizontal-scroll-section .itemCol01 {
  width: max(30%, 460px);
  flex-shrink: 0;
}
main #style .con01 .horizontal-scroll-section .itemCol01 .rT01 {
  padding: 0.6em 0 1em;
}
main #style .con01 .horizontal-scroll-section .itemCol02 {
  flex-grow: 1;
  overflow: hidden;
  display: flex;
}
main #style .con01 .horizontal-scroll-section .itemCol02 .panels-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: clamp(10px, 2vw, 20px);
}
main #style .con01 .horizontal-scroll-section .itemCol02 .panels-container .panel {
  width: clamp(320px, 60vw, 600px);
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 6;
  gap: 0px;
}
main #style .con01 .horizontal-scroll-section .itemCol02 .panels-container .panel .labelTitle {
  font-size: clamp(0.625rem, 0.3571rem + 0.8571vw, 1rem);
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 1.8em;
  letter-spacing: 0.2em;
  font-weight: 700;
  position: relative;
  color: #ffffff;
  background-color: #000000;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 1em;
  display: flex;
  justify-content: center;
  align-items: center;
}
main #style .con01 .horizontal-scroll-section .itemCol02 .panels-container .panel .box {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  border: 2px solid #000000;
  padding: var(--space30);
  gap: 0px;
  background-color: #ffffff;
}
main #style .con01 .horizontal-scroll-section .itemCol02 .panels-container .panel .box .readTitle {
  padding: 0 0 calc(var(--space30) / 1.3) 0;
}
main #style .con01 .horizontal-scroll-section .itemCol02 .panels-container .panel .box .rT01 {
  padding: var(--space30) 0;
}
@media screen and (max-width: 1024px) {
  main #style .con01 .horizontal-scroll-section {
    flex-direction: column;
    padding-left: unset;
  }
  main #style .con01 .horizontal-scroll-section .itemCol01 {
    width: 90%;
    margin: 0 auto;
  }
  main #style .con01 .horizontal-scroll-section .itemCol02 .panels-container {
    padding-left: 5%;
  }
}
main #event .con01 {
  padding: var(--space) 0;
}
main #event .con01 .rT01 {
  padding: 0.6em 0 1em;
}
main #event .con01 .rT02 {
  padding: 2em 0;
}
main #event .con02 {
  width: 100%;
  margin: calc(var(--space) / 3) 0 var(--space);
  position: relative;
}
main #event .con02::before {
  background-color: #ff9500;
}
main #event .con02::after {
  background-color: #ff9500;
}
main #event .con02 .inner {
  width: 100%;
  background-color: #ff9500;
  padding: var(--space) 0;
}
main #event .con02 .inner .giftCol .giftName {
  text-align: center;
  background-color: #000000;
  padding: 0.25em;
  width: 100%;
}
main #event .con02 .inner .giftColInner {
  border: 2px solid #000000;
  background-color: #ffffff;
}
main #event .con02 .inner #shopBattle .titleCol .subTitle {
  color: #ffffff;
  text-align: center;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main #event .con02 .inner #shopBattle .titleCol .bgTitle {
  text-align: center;
  opacity: 0.2;
  mix-blend-mode: screen;
  color: #fcc91c;
}
main #event .con02 .inner #shopBattle .catchText {
  text-align: center;
  color: #ffffff;
  margin: 1.5em;
}
main #event .con02 .inner #shopBattle .giftCol {
  margin-top: clamp(20px, 6vw, 60px);
}
main #event .con02 .inner #shopBattle .giftCol .giftName {
  color: #ffffff;
}
main #event .con02 .inner #shopBattle .giftColInner {
  gap: clamp(25px, 5vw, 60px);
  padding: clamp(12px, 3.2vw, 60px);
}
main #event .con02 .inner #shopBattle .giftColInner .itemCol01 {
  width: 28%;
}
main #event .con02 .inner #shopBattle .giftColInner .itemCol02 {
  flex: 1;
  width: 62%;
}
main #event .con02 .inner #shopBattle .giftColInner .itemCol02 .giftCardCol .swiper-controller {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  margin: 15px 0 25px;
}
main #event .con02 .inner #shopBattle .giftColInner .itemCol02 .giftCardCol .swiper-controller .swiper-button-prev, main #event .con02 .inner #shopBattle .giftColInner .itemCol02 .giftCardCol .swiper-controller .swiper-button-next {
  cursor: pointer;
  width: 50px;
  height: 50px;
  aspect-ratio: 1/1;
  background: linear-gradient(180deg, rgb(0, 119, 194) 50%, rgb(71, 188, 198) 50%);
  border-radius: 50%;
  border: 2px solid #000000;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.5s;
}
main #event .con02 .inner #shopBattle .giftColInner .itemCol02 .giftCardCol .swiper-controller .swiper-button-prev .btnInner, main #event .con02 .inner #shopBattle .giftColInner .itemCol02 .giftCardCol .swiper-controller .swiper-button-next .btnInner {
  position: relative;
  background-color: #000000;
  z-index: 2;
  width: 38px;
  height: 38px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
main #event .con02 .inner #shopBattle .giftColInner .itemCol02 .giftCardCol .swiper-controller .swiper-button-prev .btnInner .arrow, main #event .con02 .inner #shopBattle .giftColInner .itemCol02 .giftCardCol .swiper-controller .swiper-button-next .btnInner .arrow {
  position: relative;
  display: inline-block;
  width: 8.8px;
  height: 16.6px;
  z-index: 3;
}
main #event .con02 .inner #shopBattle .giftColInner .itemCol02 .giftCardCol .swiper-controller .swiper-button-prev .btnInner .arrow::before, main #event .con02 .inner #shopBattle .giftColInner .itemCol02 .giftCardCol .swiper-controller .swiper-button-next .btnInner .arrow::before {
  transform: rotate(45deg);
}
main #event .con02 .inner #shopBattle .giftColInner .itemCol02 .giftCardCol .swiper-controller .swiper-button-prev .btnInner .arrow::after, main #event .con02 .inner #shopBattle .giftColInner .itemCol02 .giftCardCol .swiper-controller .swiper-button-next .btnInner .arrow::after {
  transform: rotate(-45deg);
}
main #event .con02 .inner #shopBattle .giftColInner .itemCol02 .giftCardCol .swiper-controller .swiper-button-prev:hover, main #event .con02 .inner #shopBattle .giftColInner .itemCol02 .giftCardCol .swiper-controller .swiper-button-next:hover {
  transition: opacity 0.5s;
  opacity: 0.6;
}
main #event .con02 .inner #shopBattle .giftColInner .itemCol02 .giftCardCol .swiper-controller .swiper-button-prev .btnInner .arrow::before, main #event .con02 .inner #shopBattle .giftColInner .itemCol02 .giftCardCol .swiper-controller .swiper-button-prev .btnInner .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  left: 0;
  width: 12px;
  height: 1px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform-origin: 0.5px 50%;
}
main #event .con02 .inner #shopBattle .giftColInner .itemCol02 .giftCardCol .swiper-controller .swiper-button-next .btnInner .arrow::before, main #event .con02 .inner #shopBattle .giftColInner .itemCol02 .giftCardCol .swiper-controller .swiper-button-next .btnInner .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 12px;
  height: 1px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform-origin: calc(100% - 0.5px) 50%;
}
@media screen and (max-width: 767px) {
  main #event .con02 .inner #shopBattle .giftColInner .itemCol01 {
    width: 100%;
    max-width: 258px;
    margin: 0 auto;
  }
  main #event .con02 .inner #shopBattle .giftColInner .itemCol02 {
    width: 100%;
  }
  main #event .con02 .inner #shopBattle .giftColInner .itemCol02 .giftCardCol .swiper-controller .swiper-button-prev .btnInner .arrow, main #event .con02 .inner #shopBattle .giftColInner .itemCol02 .giftCardCol .swiper-controller .swiper-button-next .btnInner .arrow {
    width: 7.4px;
    height: 13.7px;
  }
  main #event .con02 .inner #shopBattle .giftColInner .itemCol02 .giftCardCol .swiper-controller .swiper-button-prev .btnInner .arrow::before, main #event .con02 .inner #shopBattle .giftColInner .itemCol02 .giftCardCol .swiper-controller .swiper-button-prev .btnInner .arrow::after {
    width: 10px;
    height: 1px;
  }
  main #event .con02 .inner #shopBattle .giftColInner .itemCol02 .giftCardCol .swiper-controller .swiper-button-next .btnInner .arrow::before, main #event .con02 .inner #shopBattle .giftColInner .itemCol02 .giftCardCol .swiper-controller .swiper-button-next .btnInner .arrow::after {
    width: 10px;
    height: 1px;
  }
}
main #event .con02 .inner #ultimateBattle {
  overflow: hidden;
  padding: var(--space) 0;
}
main #event .con02 .inner #ultimateBattle .titleCol .subTitle {
  color: #000000;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main #event .con02 .inner #ultimateBattle .titleCol .bgTitle {
  opacity: 0.4;
  mix-blend-mode: screen;
  color: #ffffff;
}
main #event .con02 .inner #ultimateBattle .con01 {
  background: linear-gradient(-135deg, rgb(169, 174, 210) 0%, rgb(229, 194, 203) 20%, rgb(243, 225, 178) 50%, rgb(229, 194, 203) 80%, rgb(169, 174, 210) 100%);
  border-radius: 30px;
  padding: calc(var(--space) * 1.5) 0 calc(var(--space) * 1.25);
}
main #event .con02 .inner #ultimateBattle .con01 .horizontal-scroll-section {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: auto;
  box-sizing: border-box;
  justify-content: space-between;
  padding-inline: max(5%, (100% - 1200px) / 2);
  gap: clamp(10px, 2.08vw, 64px);
}
main #event .con02 .inner #ultimateBattle .con01 .horizontal-scroll-section .itemCol01 {
  width: 40%;
  font-size: clamp(3.75rem, 1.0714rem + 8.5714vw, 7.5rem);
  margin-top: -0.42em;
}
main #event .con02 .inner #ultimateBattle .con01 .horizontal-scroll-section .itemCol01 .rT01 {
  padding: 0.6em 0 1em;
}
main #event .con02 .inner #ultimateBattle .con01 .horizontal-scroll-section .itemCol02 {
  width: 60%;
  display: flex;
  flex: 1;
  position: relative;
  z-index: 5;
}
main #event .con02 .inner #ultimateBattle .con01 .horizontal-scroll-section .itemCol02 .panels-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 10px;
}
main #event .con02 .inner #ultimateBattle .con01 .horizontal-scroll-section .itemCol02 .panels-container .panel {
  width: 100%;
}
main #event .con02 .inner #ultimateBattle .con01 .horizontal-scroll-section .itemCol02 .panels-container .panel .giftCol .giftName span {
  background-image: linear-gradient(0deg, rgb(169, 174, 210) 0%, rgb(229, 194, 203) 50%, rgb(243, 225, 178) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
main #event .con02 .inner #ultimateBattle .con01 .horizontal-scroll-section .itemCol02 .panels-container .panel .giftColInner {
  border: 2px solid #000000;
  background-color: #ffffff;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  main #event .con02 .inner #ultimateBattle .con01 {
    border-radius: 20px;
    padding: calc(var(--space) * 2) 0 calc(var(--space) * 1.5);
  }
  main #event .con02 .inner #ultimateBattle .con01 .horizontal-scroll-section {
    flex-wrap: wrap;
    padding-inline: unset;
    gap: clamp(10px, 2.08vw, 64px);
  }
  main #event .con02 .inner #ultimateBattle .con01 .horizontal-scroll-section .itemCol01 {
    width: 100%;
    margin-top: -0.42em;
    padding-inline: max(5%, (100% - 1200px) / 2);
  }
  main #event .con02 .inner #ultimateBattle .con01 .horizontal-scroll-section .itemCol01 .titleCol .subTitle {
    text-align: center;
  }
  main #event .con02 .inner #ultimateBattle .con01 .horizontal-scroll-section .itemCol01 .titleCol .bgTitle {
    text-align: center;
  }
  main #event .con02 .inner #ultimateBattle .con01 .horizontal-scroll-section .itemCol01 .rT01 {
    padding: 0.6em 0 1em;
  }
  main #event .con02 .inner #ultimateBattle .con01 .horizontal-scroll-section .itemCol02 {
    width: 100%;
    display: flex;
    flex: 1;
    position: relative;
    z-index: 5;
    padding-left: max(5%, (100% - 1200px) / 2);
  }
  main #event .con02 .inner #ultimateBattle .con01 .horizontal-scroll-section .itemCol02 .panels-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 10px;
  }
  main #event .con02 .inner #ultimateBattle .con01 .horizontal-scroll-section .itemCol02 .panels-container .panel {
    width: 100%;
  }
  main #event .con02 .inner #ultimateBattle .con01 .horizontal-scroll-section .itemCol02 .panels-container .panel .giftColInner .card {
    width: clamp(200px, 68vw, 254px);
  }
}
main #event .con02 .inner #specialEvent {
  overflow: hidden;
}
main #event .con02 .inner #specialEvent .titleCol .subTitle {
  color: #ffffff;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main #event .con02 .inner #specialEvent .titleCol .bgTitle {
  opacity: 0.2;
  mix-blend-mode: screen;
  color: #fcc91c;
}
main #event .con02 .inner #specialEvent .con01 {
  padding: calc(var(--space) / 3) 0;
}
main #event .con02 .inner #specialEvent .con01 .flCol {
  gap: clamp(10px, 2.08vw, 64px);
}
main #event .con02 .inner #specialEvent .con01 .flCol .itemCol01 {
  width: 40%;
  font-size: clamp(3.75rem, 1.0714rem + 8.5714vw, 7.5rem);
  margin-top: -0.42em;
}
main #event .con02 .inner #specialEvent .con01 .flCol .itemCol01 .rT01 {
  color: #ffffff;
  padding: 0.6em 0 1em;
}
main #event .con02 .inner #specialEvent .con01 .flCol .itemCol02 {
  width: 60%;
  display: flex;
  flex: 1;
  position: relative;
  z-index: 5;
}
main #event .con02 .inner #specialEvent .con01 .btnCol {
  margin: var(--space) 0 0;
}
@media screen and (max-width: 767px) {
  main #event .con02 .inner #specialEvent .titleCol .subTitle {
    text-align: center;
  }
  main #event .con02 .inner #specialEvent .titleCol .bgTitle {
    text-align: center;
  }
  main #event .con02 .inner #specialEvent .con01 {
    width: 100%;
  }
  main #event .con02 .inner #specialEvent .con01 .flCol {
    flex-direction: column;
  }
  main #event .con02 .inner #specialEvent .con01 .flCol .itemCol01 {
    width: 100%;
    margin-top: 0em;
    padding-inline: max(5%, (100% - 1200px) / 2);
  }
  main #event .con02 .inner #specialEvent .con01 .flCol .itemCol01 .rT01 {
    margin-top: -1em;
  }
  main #event .con02 .inner #specialEvent .con01 .flCol .itemCol02 {
    width: 100%;
  }
  main #event .con02 .inner #specialEvent .con01 .flCol .itemCol02 .pic {
    padding: calc(var(--space) / 2.25) 0 calc(var(--space) / 2);
  }
  main #event .con02 .inner #specialEvent .con01 .flCol .itemCol02 .pic img {
    transform: scale(1.1);
  }
}
main #deck {
  padding: var(--space) 0;
}
main #deck .flCol {
  gap: clamp(25px, 5.08vw, 64px);
}
main #deck .flCol .itemCol01 {
  width: 40%;
}
main #deck .flCol .itemCol01 .rT01 {
  padding: 0.6em 0 1em;
}
main #deck .flCol .itemCol02 {
  width: 60%;
  display: flex;
  flex: 1;
  position: relative;
  z-index: 5;
}
main #deck .btnCol {
  margin-top: clamp(25px, 5.08vw, 64px);
}
@media screen and (max-width: 767px) {
  main #deck .con01 {
    width: 100%;
  }
  main #deck .flCol {
    gap: clamp(10px, 2.08vw, 64px);
  }
  main #deck .flCol .itemCol01 {
    width: 100%;
    padding-inline: max(5%, (100% - 1200px) / 2);
  }
  main #deck .flCol .itemCol02 {
    width: 100%;
  }
}
main #newBoosterPack {
  padding: var(--space) 0;
}
main #newBoosterPack .flCol {
  gap: clamp(25px, 5.08vw, 64px);
}
main #newBoosterPack .flCol .itemCol01 {
  width: 40%;
}
main #newBoosterPack .flCol .itemCol01 .rT01 {
  padding: 0.6em 0 1em;
}
main #newBoosterPack .flCol .itemCol02 {
  width: 60%;
  display: flex;
  flex: 1;
  position: relative;
  z-index: 5;
}
main #newBoosterPack .btnCol {
  margin-top: clamp(25px, 5.08vw, 64px);
}
@media screen and (max-width: 767px) {
  main #newBoosterPack .con01 {
    width: 100%;
  }
  main #newBoosterPack .flCol {
    gap: clamp(10px, 2.08vw, 64px);
  }
  main #newBoosterPack .flCol .itemCol01 {
    width: 100%;
    padding-inline: max(5%, (100% - 1200px) / 2);
  }
  main #newBoosterPack .flCol .itemCol02 {
    width: 100%;
  }
}
main #endCol {
  padding: var(--space) 0 0;
  margin: var(--space) 0 0;
}
main #endCol .con01 {
  width: 100%;
  padding: 0 0 var(--space) 0;
  position: relative;
  background-color: #e61f19;
}
main #endCol .con01::before {
  background-color: #e61f19;
}
main #endCol .con01::after {
  display: none;
}
main #endCol .con01 .inner {
  padding: var(--space) 0;
}
main #endCol .titleCol {
  text-align: center;
}
main #endCol .titleCol .sectionTitle {
  color: #ffffff;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main #endCol .titleCol .bgTitle {
  opacity: 0.6;
  mix-blend-mode: screen;
  color: #e61f19;
}
main #endCol .btnCol {
  margin-top: clamp(25px, 5.08vw, 64px);
}
main #endCol .btnCol:last-child {
  margin-top: calc(clamp(25px, 5.08vw, 64px) / 2);
}
@media screen and (max-width: 767px) {
  main #endCol .titleCol .sectionTitle {
    top: 36%;
  }
  main #endCol .btnSet {
    margin-top: -6.5189vw;
  }
}
@media screen and (max-width: 450px) {
  main #endCol .titleCol .sectionTitle {
    top: 30%;
  }
  main #endCol .btnSet {
    margin-top: -21.5vw;
  }
}/*# sourceMappingURL=style.css.map */