
section h2.common {
  font-size: clamp(24px, 4rem, 40px);
  font-weight: 700;
  letter-spacing: 0.16rem;
  text-shadow: 0 0 18px #0852FF, 0 0 18px #0852FF;
  line-height: 1.8;
  color: #fff;
}
@media screen and (max-width: 768px) {
  section h2.common {
    font-size: clamp(18px, 2rem, 24px);
  }
}
section h2.common + * {
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  section h2.common + * {
    margin-top: 2.4rem;
  }
}

#craftmanship {
  width: 100%;
  overflow: hidden;
  background: linear-gradient(180deg, #000 81.11%, #010915 100%);
}
#craftmanship .visual {
  width: 120rem;
  max-width: 1200px;
  margin: 0 auto;
  transition: 0.8s;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #craftmanship .visual {
    width: 100%;
  }
}
#craftmanship .visual.on {
  opacity: 1;
}
#craftmanship .msg {
  margin: 7.2rem auto 0;
  text-align: center;
  font-size: clamp(1.2rem, 2rem, 20px);
  line-height: 2;
  letter-spacing: -0.01rem;
  transition: 0.8s;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #craftmanship .msg {
    font-size: clamp(1.2rem, 1.6rem, 18px);
    text-align: center;
    margin-top: 0;
  }
}
#craftmanship .msg.on {
  opacity: 1;
}

#gs_outline {
  width: 102.4rem;
  max-width: 1024px;
  margin: 12rem auto 0;
  display: flex;
  flex-direction: column;
  gap: 7.2rem;
  background: linear-gradient(90deg, #010915 0%, #051E43 49.52%, #010915 100%);
  transition: 1.2s;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #gs_outline {
    width: calc(100% - 3.6rem);
    margin-top: 7.2rem;
    gap: 3.6rem;
  }
}
#gs_outline::before, #gs_outline::after {
  content: "";
  display: block;
  background: linear-gradient(90deg, #010915 0%, #092CDA 14.9%, #04D6D4 50%, #092CDA 84.62%, #010915 100%);
  width: 100%;
  height: 1px;
}
#gs_outline .msg {
  text-align: center;
  font-size: clamp(14px, 2rem, 20px);
  line-height: 2;
  letter-spacing: -0.01rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #gs_outline .msg {
    width: calc(100% - 3.6rem);
    margin-inline: auto;
    font-size: clamp(12px, 1.4rem, 16px);
    text-align: left;
  }
}
#gs_outline.on {
  opacity: 1;
}

#product_guide {
  margin-top: 18rem;
}
@media screen and (max-width: 768px) {
  #product_guide {
    margin-top: 9.6rem;
  }
}
@media screen and (max-width: 768px) {
  #product_guide h2 {
    text-align: center;
  }
}
#product_guide .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #product_guide .container {
    flex-direction: column;
    gap: 2.4rem;
  }
}
#product_guide .contents_body {
  width: 64.8rem;
}
@media screen and (max-width: 768px) {
  #product_guide .contents_body {
    width: 100%;
  }
}
#product_guide .contents_body .msg {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #product_guide .contents_body .msg {
    font-size: clamp(12px, 1.4rem, 16px);
  }
}
#product_guide .contents_body .btn {
  margin: 3.6rem auto 0;
}

#reason {
  margin-top: 22rem;
}
@media screen and (max-width: 768px) {
  #reason {
    margin-top: 9.6rem;
  }
}
#reason .head {
  width: 100%;
  height: 48rem;
  position: relative;
  z-index: -1;
  overflow: hidden;
  background: url(/ssp/lcd/gigacrysta/images2026/home/reason_bg.png) center center/auto 100% no-repeat;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 768px) {
  #reason .head {
    height: 36rem;
  }
}
#reason .head h2 {
  font-size: 5.8rem;
  text-align: center;
  transition: 1.2s;
  transform: translateY(3rem);
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #reason .head h2 {
    font-size: 2.8rem;
  }
}
#reason .head h2 .txt {
  vertical-align: middle;
}
#reason .head .gc_reason {
  width: 60.8rem;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #reason .head .gc_reason {
    width: 25.5rem;
  }
}
#reason .head.on h2 {
  opacity: 1;
  transform: translateY(0);
}
#reason .head + * {
  margin-top: 16rem;
}
@media screen and (max-width: 768px) {
  #reason .head + * {
    margin-top: 7.2rem;
  }
}
#reason .reason .intro {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #reason .reason .intro {
    flex-direction: column-reverse;
    gap: 4.8rem;
  }
}
#reason .reason .intro .box {
  padding: 3.6rem 3% 3.6rem 5%;
  width: 30%;
}
@media screen and (max-width: 768px) {
  #reason .reason .intro .box {
    width: 100%;
    padding: 0 1.2rem;
  }
}
#reason .reason .intro .box.on h3 {
  opacity: 1;
}
#reason .reason .intro .box.on .contents_body {
  opacity: 1;
}
#reason .reason .intro h3 {
  font-size: clamp(24px, 4rem, 40px);
  line-height: 1.5;
  font-weight: 700;
  position: relative;
  padding-bottom: 3rem;
  opacity: 0;
  transition: 0.8s;
  transition-delay: 0.2s;
}
@media screen and (max-width: 768px) {
  #reason .reason .intro h3 {
    font-size: clamp(18px, 2rem, 24px);
    padding-bottom: 1.5rem;
  }
}
#reason .reason .intro h3::before, #reason .reason .intro h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #092CDA 0%, #04D6D4 100%);
  position: absolute;
  bottom: 3px;
  right: 0;
}
#reason .reason .intro h3::after {
  width: 12.6rem;
  bottom: 0;
}
#reason .reason .intro h3 + * {
  margin-top: 3.6rem;
}
@media screen and (max-width: 768px) {
  #reason .reason .intro h3 + * {
    margin-top: 1.8rem;
  }
}
#reason .reason .intro .visual {
  width: 70%;
  height: auto;
  clip-path: polygon(120% 0, 100% 0, 180% 100%, 100% 100%);
}
@media screen and (max-width: 768px) {
  #reason .reason .intro .visual {
    width: calc(100% - 1.2rem);
    margin-inline: 0 auto;
  }
}
#reason .reason .intro .visual.on {
  animation: clip-right-to-left 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
#reason .reason .intro .contents_body {
  font-size: clamp(13px, 1.6rem, 20px);
  opacity: 0;
  transition: 0.8s;
  transition-delay: 0.4s;
}
@media screen and (max-width: 768px) {
  #reason .reason .intro .contents_body {
    font-size: clamp(13px, 1.5rem, 18px);
  }
}
#reason .reason .feature_container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7.2rem 9.6rem;
  margin-top: 9.6rem;
  padding-inline: 2.6rem;
}
@media screen and (max-width: 768px) {
  #reason .reason .feature_container {
    margin-top: 6rem;
    grid-template-columns: 100%;
    padding-inline: 0;
    gap: 6rem;
  }
}
#reason .reason .feature_container .feature {
  width: 100%;
  transition: 0.8s;
  opacity: 0;
  transform: translateY(3rem);
  filter: blur(1rem);
}
#reason .reason .feature_container .feature .visual {
  width: 100%;
}
#reason .reason .feature_container .feature h4 {
  font-size: 2.4rem;
  text-align: center;
  margin-top: 2.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #reason .reason .feature_container .feature h4 {
    font-size: clamp(18px, 2rem, 22px);
    margin-top: 1.8rem;
  }
}
#reason .reason .feature_container .feature .catch {
  font-size: 1.8rem;
  line-height: 1.66;
  text-align: center;
  margin-top: 1.8rem;
}
@media screen and (max-width: 768px) {
  #reason .reason .feature_container .feature .catch {
    font-size: clamp(11px, 1.3rem, 15px);
    margin-top: 0.6rem;
  }
}
#reason .reason .feature_container .feature .catch.lh2 {
  min-height: 2lh;
}
@media screen and (max-width: 768px) {
  #reason .reason .feature_container .feature .catch.lh2 {
    min-height: auto;
  }
}
#reason .reason .feature_container .feature .contents_body {
  margin-top: 3.6rem;
  padding-inline: 3.6rem;
}
@media screen and (max-width: 768px) {
  #reason .reason .feature_container .feature .contents_body {
    margin-top: 2.4rem;
    padding-inline: 0;
  }
}
#reason .reason .feature_container .feature .note {
  background: #04142A;
  margin-top: 3.6rem;
  padding: 1.2rem 1.8rem;
}
#reason .reason .feature_container .feature .note .title {
  font-size: 1.3rem;
  font-weight: 700;
}
#reason .reason .feature_container .feature .note .note_body {
  margin-top: 1rem;
  font-size: 1.3rem;
}
#reason .reason .feature_container .feature.on {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}
#reason .reason .feature_container.col3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 7.2rem;
  width: 151.2rem;
  max-width: 1512px;
}
@media screen and (max-width: 768px) {
  #reason .reason .feature_container.col3 {
    width: calc(100% - 2.4rem);
    grid-template-columns: 100%;
    gap: 6rem;
  }
}
#reason .reason .feature_container.col3 .contents_body {
  margin-top: 3.6rem;
  padding-inline: 0;
}
@media screen and (max-width: 768px) {
  #reason .reason .feature_container.col3 .contents_body {
    margin-top: 2.4rem;
  }
}
#reason .reason:nth-of-type(even) .intro {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  #reason .reason:nth-of-type(even) .intro {
    flex-direction: column-reverse;
  }
}
#reason .reason:nth-of-type(even) .intro .box {
  padding-inline: 3% 5%;
}
@media screen and (max-width: 768px) {
  #reason .reason:nth-of-type(even) .intro .box {
    padding-inline: 1.2rem;
  }
}
#reason .reason:nth-of-type(even) .intro .visual {
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
@media screen and (max-width: 768px) {
  #reason .reason:nth-of-type(even) .intro .visual {
    margin-inline: auto 0;
  }
}
#reason .reason:nth-of-type(even) .intro .visual.on {
  animation: clip-left-to-right 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
#reason .reason + .reason {
  margin-top: 18rem;
}
@media screen and (max-width: 768px) {
  #reason .reason + .reason {
    margin-top: 7.2rem;
  }
}

#series {
  margin-top: 18rem;
}
@media screen and (max-width: 768px) {
  #series {
    margin-top: 9.6rem;
  }
}
#series h2 {
  text-align: center;
}
#series .contents_body {
  width: 144rem;
  max-width: 1440px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  #series .contents_body {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #series .contents_body .table_container {
    width: 100%;
    overflow-x: auto;
  }
}
#series .contents_body .table_container table {
  width: 144rem;
  max-width: 1440px;
}
#series .contents_body .table_container table th + th,
#series .contents_body .table_container table th + td,
#series .contents_body .table_container table td + th,
#series .contents_body .table_container table td + td {
  border-left: 1px solid #284470;
}
#series .contents_body .table_container table thead th {
  padding-inline: 2.4rem;
}
#series .contents_body .table_container table tbody tr:nth-of-type(even) th,
#series .contents_body .table_container table tbody tr:nth-of-type(even) td {
  background: #071832;
}
#series .contents_body .table_container table tbody tr.btn_row th,
#series .contents_body .table_container table tbody tr.btn_row td {
  background: transparent;
}
#series .contents_body .table_container table tbody tr.btn_row th .btn,
#series .contents_body .table_container table tbody tr.btn_row td .btn {
  margin-inline: auto;
}
#series .contents_body .table_container table tbody th {
  width: 14.4rem;
  text-align: left;
  padding-left: 1.2rem;
}
#series .contents_body .table_container table tbody td {
  width: calc((100% - 14.4rem) / 3);
  padding: 2.4rem;
  text-align: center;
  font-size: clamp(12px, 1.6rem, 16px);
}

#recommend_title {
  margin-top: 18rem;
}
@media screen and (max-width: 768px) {
  #recommend_title {
    margin-top: 9.6rem;
  }
}
#recommend_title h2 {
  text-align: center;
}
#recommend_title .contents_body .exp {
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #recommend_title .contents_body .exp {
    font-size: 1.4rem;
    text-align: left;
  }
}
#recommend_title .contents_body .exp + * {
  margin-top: 3.6rem;
}
#recommend_title .contents_body .titles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 4.8rem;
  list-style: none;
}
@media screen and (max-width: 768px) {
  #recommend_title .contents_body .titles {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
#recommend_title .contents_body .titles > li .title {
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center;
  min-height: 2lh;
}
@media screen and (max-width: 768px) {
  #recommend_title .contents_body .titles > li .title {
    font-size: 1.5rem;
  }
}
#recommend_title .contents_body .titles > li .visual {
  width: 100%;
  margin-top: 1.4rem;
  overflow: hidden;
}
#recommend_title .contents_body .titles > li .visual img {
  transition: 0.4s;
  display: block;
}
#recommend_title .contents_body .titles > li .btn {
  width: 100%;
  max-width: none;
}
#recommend_title .contents_body .titles > li a {
  display: block;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
#recommend_title .contents_body .titles > li a:hover .visual img {
  transform: scale(1.1);
}

.modal_product_list {
  background: rgba(1, 9, 21, 0.9);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  display: flex;
  align-items: center;
  flex-direction: column;
  z-index: 10000;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
  padding: 18rem 0 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .modal_product_list {
    padding: 6rem 0 1.2rem;
  }
}
.modal_product_list .title {
  font-size: 2.6rem;
  text-shadow: 0px 0px 18px rgb(8, 82, 255), 0px 0px 18px rgb(8, 82, 255);
  color: #fff;
  text-align: center;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .modal_product_list .title {
    font-size: 2rem;
  }
}
.modal_product_list .container {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .modal_product_list .container {
    width: calc(100% - 24px);
  }
}
.modal_product_list .modal_contents {
  margin-top: 8rem;
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  .modal_product_list .modal_contents {
    margin-top: 3rem;
  }
}
.modal_product_list .modal_contents ul.products {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 7.2rem;
}
@media screen and (max-width: 768px) {
  .modal_product_list .modal_contents ul.products {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.modal_product_list .modal_contents ul.products li {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0;
  border-bottom: 1px solid #092CDA;
  padding: 1.8rem 0;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .modal_product_list .modal_contents ul.products li {
    font-size: 1.3rem;
    padding: 0.6rem 0;
  }
}
.modal_product_list .modal_contents ul.products li small {
  font-size: clamp(11px, 1.1rem, 13px);
  margin-top: 0.6rem;
  display: block;
}
.modal_product_list .modal_contents ul.products li .btn {
  max-width: 164px;
  margin-inline: auto 0;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}
@media screen and (max-width: 768px) {
  .modal_product_list .modal_contents ul.products li .btn {
    max-width: 140px;
    height: 40px;
  }
}
.modal_product_list .modal_contents ul.products li:nth-of-type(-n+2) {
  border-top: 1px solid #092CDA;
}
.modal_product_list .modal_close {
  display: block;
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
  position: fixed;
  top: 12.4rem;
  right: 3rem;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .modal_product_list .modal_close {
    top: 1rem;
    right: 1rem;
    font-size: 3rem;
  }
}
.modal_product_list.on {
  visibility: visible;
  opacity: 1;
}

#gc_partners {
  margin-top: 18rem;
}
@media screen and (max-width: 768px) {
  #gc_partners {
    margin-top: 9.6rem;
  }
}
#gc_partners h2 {
  text-align: center;
}
#gc_partners .contents_body .exp {
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #gc_partners .contents_body .exp {
    font-size: 1.4rem;
    text-align: left;
  }
}
#gc_partners .contents_body .exp + * {
  margin-top: 3.6rem;
}
#gc_partners .contents_body .teams {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6rem 1rem;
  list-style: none;
}
@media screen and (max-width: 768px) {
  #gc_partners .contents_body .teams {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1rem;
  }
}
#gc_partners .contents_body .teams > li .visual {
  background: #111;
  border: 1px solid #333;
  width: 100%;
  height: auto;
  aspect-ratio: 24/13;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #gc_partners .contents_body .teams > li .visual {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 1rem;
  }
}
#gc_partners .contents_body .teams > li .visual > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#gc_partners .contents_body .teams > li .team {
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center;
  padding: 1rem 0;
}
#gc_partners .contents_body .teams > li .links {
  display: flex;
  gap: 1rem;
  margin-top: 0.6rem;
}
#gc_partners .contents_body .teams > li .links > li a {
  width: 4rem;
  display: block;
}

#tournament {
  margin-top: 18rem;
}
@media screen and (max-width: 768px) {
  #tournament {
    margin-top: 9.6rem;
  }
}
#tournament h2 {
  text-align: center;
}
#tournament .contents_body .exp {
  font-size: 1.8rem;
  text-align: center;
}
#tournament .contents_body .exp + * {
  margin-top: 3.6rem;
}
#tournament .contents_body .titles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 4.8rem;
}
@media screen and (max-width: 768px) {
  #tournament .contents_body .titles {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
#tournament .contents_body .titles > li .game {
  font-size: 1.3rem;
  line-height: 2.8rem;
  padding: 0 0 12px;
  text-align: center;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  #tournament .contents_body .titles > li .game {
    font-size: 1.8rem;
    line-height: 3rem;
    padding-bottom: 18px;
    font-weight: 700;
  }
}
#tournament .contents_body .titles > li figure {
  margin-bottom: 24px;
}
#tournament .contents_body .titles > li small {
  font-size: 0.9rem;
}
#tournament .contents_body .titles > li .cat {
  padding-bottom: 8px;
  border-bottom: 1px solid #fff;
}
#tournament .contents_body .titles > li ul {
  border-top: 1px solid #092CDA;
}
#tournament .contents_body .titles > li ul.products {
  display: block;
  margin-bottom: 0;
}
#tournament .contents_body .titles > li ul.products li {
  width: 100% !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 0 !important;
  border-bottom: 1px solid #092CDA;
  padding: 6px 0;
}
#tournament .contents_body .titles > li ul.products li .btn {
  max-width: 164px;
  margin: 0;
}

#wallpaper {
  margin-top: 18rem;
}
@media screen and (max-width: 768px) {
  #wallpaper {
    margin-top: 9.6rem;
  }
}
#wallpaper h2 {
  text-align: center;
}
#wallpaper .contents_body .exp {
  font-size: 1.8rem;
  text-align: center;
}
#wallpaper .contents_body .exp + * {
  margin-top: 3.6rem;
}
#wallpaper .contents_body .wallpapers {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7.2rem;
}
@media screen and (max-width: 768px) {
  #wallpaper .contents_body .wallpapers {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
#wallpaper .contents_body .wallpapers > li .btn {
  margin-top: 3.6rem;
}
@media screen and (max-width: 768px) {
  #wallpaper .contents_body .wallpapers > li .btn {
    margin-top: 1.8rem;
  }
}




