@charset "UTF-8";
:root {
  --color-white: #e6f0ff;
  --color-black: #151e2d;
  --color-green: #00ffb9;
  --color-pink: #ff4279;
  --color-yellow: #f8bf1c;
  --color-blue: #5ebaff;
  --color-purple: #9a15d8;
}

@keyframes hover-anime {
  0% {
    filter: blur(0) drop-shadow(-2px -2px 0 rgba(0, 0, 0, 0.3));
  }
  50% {
    filter: blur(2px) drop-shadow(0 0 0 rgba(0, 0, 0, 0.3));
  }
  100% {
    filter: blur(0) drop-shadow(3px 3px 0 rgba(0, 0, 0, 0.3));
  }
}
@keyframes hover-anime-2 {
  0% {
    filter: blur(0) drop-shadow(-2px -2px 0 rgba(0, 0, 0, 0.3));
  }
  50% {
    filter: blur(2px) drop-shadow(0 0 0 rgba(0, 0, 0, 0.3));
  }
  100% {
    filter: blur(0) drop-shadow(3px 3px 0 rgba(0, 0, 0, 0.3));
  }
}
@keyframes hover-anime2 {
  0% {
    background: transparent;
    width: 30%;
    inset: 0;
    scale: 1;
  }
  25% {
    background: #ff4279;
    width: 10%;
    inset: 10% 0 auto 30%;
    margin: auto;
    scale: 1;
  }
  50% {
    background: transparent;
    width: 30%;
    inset: 0;
    scale: 1;
  }
  75% {
    background: #5ebaff;
    width: 5%;
    inset: auto 30% 10% 0;
    margin: auto;
    scale: 0.7;
  }
  100% {
    background: transparent;
    scale: 1;
  }
}
@keyframes hover-anime2-2 {
  0% {
    background: transparent;
    width: 30%;
    inset: 0;
    scale: 1;
  }
  25% {
    background: #ff4279;
    width: 10%;
    inset: 10% 0 auto 30%;
    margin: auto;
    scale: 1;
  }
  50% {
    background: transparent;
    width: 30%;
    inset: 0;
    scale: 1;
  }
  75% {
    background: #5ebaff;
    width: 5%;
    inset: auto 30% 10% 0;
    margin: auto;
    scale: 0.7;
  }
  100% {
    background: transparent;
    scale: 1;
  }
}
@keyframes opacityanime {
  0% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(0);
  }
  100% {
    filter: brightness(1);
  }
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
button,
p,
blockquote,
th,
td {
  padding: 0;
  margin: 0;
}

img {
  font-size: 0;
  line-height: 0;
  vertical-align: top;
  border: 0;
}

fieldset,
img {
  border: 0;
}

a img {
  border: 0;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

abbr,
acronym {
  border: 0;
}

html {
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

* {
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
}

a {
  text-decoration: none;
  outline: none;
}

a:focus,
*:focus {
  outline: none;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

body {
  background: #f0f4ff;
  line-height: 1.7;
}

.linkTxt {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  text-indent: 0;
}
.linkTxt span {
  text-decoration: underline;
  color: #015aff;
  transition: 0.3s;
  font-weight: 700;
}
@media (width >= 1024px) {
  .linkTxt {
    position: relative;
  }
  .linkTxt:hover span {
    color: #ff7400;
    border-bottom: none;
  }
}

/* 見出し */
.lTitCol {
  position: relative;
  font-size: 32px;
  font-weight: 900;
  padding: 30px 0 34px;
  line-height: 1.5;
}
@media (width <= 1180px) {
  .lTitCol {
    padding: 30px 100px 34px 0;
  }
}
@media (width <= 1024px) {
  .lTitCol {
    font-size: 5.3333333333vw;
    padding: 5.3333333333vw 0 6.1333333333vw;
  }
}
.lTitCol::before {
  content: "";
  position: absolute;
  left: -100px;
  bottom: 0;
  width: 1180px;
  height: 100%;
  background: url("../images/news/pc/bg_ltit.png") no-repeat bottom left/100%;
  z-index: -1;
}
@media (width <= 1180px) {
  .lTitCol::before {
    left: -160px;
  }
}
@media (width <= 1100px) {
  .lTitCol::before {
    left: -190px;
  }
}
@media (width <= 1024px) {
  .lTitCol::before {
    left: -4vw;
    width: 97.2vw;
    background: url("../images/news/sp/bg_ltit.png") no-repeat bottom left/100%;
  }
}
@media (width <= 1024px) {
  .lTitCol::after {
    content: "";
    position: absolute;
    top: 0;
    left: -4vw;
    width: 4vw;
    height: 6.9333333333vw;
    background: url("../images/news/sp/bg_ltit_deco.png") no-repeat bottom left/100%;
  }
}

.mTitCol {
  position: relative;
  font-size: 28px;
  font-weight: 900;
  padding: 15px 0;
  background: url("../images/news/bg_mtit01.png") no-repeat top right/38px;
}
@media (width <= 1024px) {
  .mTitCol {
    font-size: 5.0666666667vw;
    background: url("../images/news/bg_mtit01.png") no-repeat top right/6.6666666667vw;
  }
}
.mTitCol::before {
  content: "";
  position: absolute;
  top: 0;
  left: -60px;
  background: #fff;
  width: 1040px;
  height: 100%;
  transform: skewX(-30deg);
  border-radius: 0 10px 0 0;
  z-index: -1;
}
@media (width <= 1100px) {
  .mTitCol::before {
    left: -100px;
  }
}
@media (width <= 1024px) {
  .mTitCol::before {
    left: -12vw;
    width: 100vw;
  }
}
.mTitCol::after {
  content: "";
  position: absolute;
  right: 19px;
  bottom: -4px;
  width: 1022px;
  height: 70px;
  background: url("../images/news/pc/bg_mtit02.png") no-repeat top left/100%;
  z-index: -2;
}
@media (width <= 1024px) {
  .mTitCol::after {
    right: 4.7vw;
    bottom: -1vw;
    width: 93.3333333333vw;
    height: 11.7333333333vw;
    background: url("../images/news/sp/bg_mtit02.png") no-repeat top left/100%;
  }
}

.pTitCol {
  width: -moz-fit-content;
  width: fit-content;
  height: 60px;
  position: relative;
  font-size: 28px;
  font-weight: 900;
  background: url("../images/news/pc/bg_point.png") bottom left/contain repeat-x;
  padding-top: 5px;
}
@media (width <= 1110px) {
  .pTitCol {
    margin-left: 30px;
  }
}
@media (width <= 1024px) {
  .pTitCol {
    height: 10vw;
    font-size: 5.0666666667vw;
    background: url("../images/news/sp/bg_point.png") bottom left/contain repeat-x;
    padding-top: 0.5vw;
    margin-left: 8.9333333333vw;
  }
}
.pTitCol::before {
  content: "";
  position: absolute;
  top: 0;
  left: -51px;
  width: 51px;
  height: 100%;
  background: url("../images/news/pc/bg_point-left.png") bottom left/100% no-repeat;
}
@media (width <= 1024px) {
  .pTitCol::before {
    left: -8.9333333333vw;
    width: 8.9333333333vw;
    background: url("../images/news/sp/bg_point-left.png") bottom left/100% no-repeat;
  }
}
.pTitCol::after {
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  width: 30px;
  height: 100%;
  background: url("../images/news/pc/bg_point-right.png") bottom right/100% no-repeat;
}
@media (width <= 1024px) {
  .pTitCol::after {
    right: -5.0666666667vw;
    width: 5.0666666667vw;
    background: url("../images/news/sp/bg_point-right.png") bottom right/100% no-repeat;
  }
}
.pTitCol span {
  padding-right: 25px;
}
@media (width <= 1024px) {
  .pTitCol span {
    padding-right: 4vw;
  }
}

.sTitCol {
  font-size: 26px;
  font-weight: 900;
}
@media (width <= 1024px) {
  .sTitCol {
    font-size: 4.8vw;
  }
}
.sTitCol span {
  font-weight: 400;
  font-size: 16px;
  padding-left: 10px;
}

.catchCol {
  font-size: 40px;
  font-weight: 900;
  font-style: oblique;
  line-height: 1.5;
  font-feature-settings: "palt";
}
@media (width <= 1024px) {
  .catchCol {
    font-size: 6.1333333333vw;
  }
}

.strongCol {
  font-weight: 900;
  color: var(--color-pink);
}

.txtCol {
  font-size: 20px;
}
@media (width <= 1024px) {
  .txtCol {
    font-size: 4.2666666667vw;
  }
}

.sideNewsCol {
  position: fixed;
  background: #e3ebf8;
  width: 420px;
  height: 100%;
  right: 0;
  padding: 40px 30px 0;
}
@media (width <= 1600px) {
  .sideNewsCol {
    display: none;
  }
}
.sideNewsCol li .newsItemWrap {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (width >= 1024px) {
  .sideNewsCol li .newsItemWrap {
    position: relative;
    transition: scale 0.3s;
  }
  .sideNewsCol li .newsItemWrap::before {
    content: "";
    position: absolute;
    display: block;
    width: 50%;
    height: 5px;
    z-index: 1;
  }
  .sideNewsCol li .newsItemWrap:hover {
    scale: 0.95;
    animation: hover-anime 0.3s cubic-bezier(0.85, 0, 0.15, 1);
  }
  .sideNewsCol li .newsItemWrap:hover::before {
    animation: hover-anime2 0.3s steps(5);
  }
}
.sideNewsCol li .newsItemWrap .newsThumb {
  position: relative;
  width: 120px;
  height: 90px;
}
@media (width <= 1024px) {
  .sideNewsCol li .newsItemWrap .newsThumb {
    width: 35.6vw;
    height: 26.6666666667vw;
  }
}
.sideNewsCol li .newsItemWrap .newsThumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 99.6%;
  -webkit-mask: url("../images/common/flame_thumb.svg") top left no-repeat;
          mask: url("../images/common/flame_thumb.svg") top left no-repeat;
}
@media (width <= 1024px) {
  .sideNewsCol li .newsItemWrap .newsThumb::before {
    width: 99.8%;
  }
}
.sideNewsCol li .newsItemWrap .newsThumb.game::before {
  background: var(--color-pink);
}
.sideNewsCol li .newsItemWrap .newsThumb.event::before {
  background: var(--color-yellow);
}
.sideNewsCol li .newsItemWrap .newsThumb.campaign::before {
  background: var(--color-blue);
}
.sideNewsCol li .newsItemWrap .newsThumb.other::before {
  background: var(--color-purple);
}
.sideNewsCol li .newsItemWrap .newsThumb.pickup::before {
  background: var(--color-green);
}
.sideNewsCol li .newsItemWrap .newsThumb.none {
  -webkit-mask: none;
          mask: none;
}
.sideNewsCol li .newsItemWrap .newsThumb.none::before {
  background: none;
}
.sideNewsCol li .newsItemWrap .newsDetail {
  width: 223px;
}
@media (width <= 1024px) {
  .sideNewsCol li .newsItemWrap .newsDetail {
    width: 49.0666666667vw;
  }
}
.sideNewsCol li .newsItemWrap .newsDetail .newsTitle {
  font-size: 14px;
  font-weight: 900;
  margin-top: 8px;
}
@media (width <= 1024px) {
  .sideNewsCol li .newsItemWrap .newsDetail .newsTitle {
    font-size: 3.4666666667vw;
    margin-top: 2vw;
  }
}
.sideNewsCol li .newsItemWrap .newsDetail .dateCol {
  font-size: 12px;
  font-weight: 700;
  font-style: italic;
  color: #abbad1;
}
@media (width <= 1024px) {
  .sideNewsCol li .newsItemWrap .newsDetail .dateCol {
    font-size: 3.4666666667vw;
  }
}
.sideNewsCol li + li {
  margin-top: 10px;
}

main {
  padding-top: 100px;
  position: relative;
  width: calc(100% - 420px);
}
@media (width <= 1600px) {
  main {
    width: 100%;
    overflow: hidden;
  }
}
@media (width <= 1024px) {
  main {
    margin: 0 auto;
    padding: 20vw 4vw 0;
  }
}
main::before {
  content: "";
  display: block;
  width: 750px;
  height: 808px;
  position: fixed;
  z-index: -5;
  top: 0;
  left: 0;
  background: url("../images/news/bg_txt01.png") no-repeat top left/100%;
}
@media (width <= 1024px) {
  main::before {
    width: 100vw;
    height: 107.7333333333vw;
  }
}
main::after {
  content: "";
  display: block;
  width: 750px;
  height: 808px;
  position: fixed;
  z-index: -5;
  bottom: 0;
  right: 420px;
  background: url("../images/news/bg_txt02.png") no-repeat top left/100%;
}
@media (width <= 1600px) {
  main::after {
    right: 0;
  }
}
@media (width <= 1024px) {
  main::after {
    width: 100vw;
    height: 107.7333333333vw;
  }
}
main article {
  width: 1000px;
  margin: 0 auto;
}
@media (width <= 1180px) {
  main article {
    width: 960px;
  }
}
@media (width <= 1024px) {
  main article {
    width: auto;
    margin: auto;
  }
}

.titleColInner {
  position: relative;
  width: 1120px;
  padding-left: 80px;
  padding-bottom: 35px;
  margin-left: -80px;
}
@media (width <= 1024px) {
  .titleColInner {
    width: 100vw;
    padding-left: 14vw;
    padding-bottom: 6vw;
    margin-left: -15vw;
  }
}
@media (width <= 1024px) {
  .titleColInner::before {
    content: "";
    position: absolute;
    width: 3vw;
    height: 0.5333333333vw;
    left: 11vw;
    top: 2.5vw;
    background: var(--color-black);
  }
}
.titleColInner::after {
  content: "";
  position: absolute;
  width: calc(100% + 40px);
  height: calc(100% - 15px);
  left: 0;
  bottom: 0;
  border: solid 2px var(--color-black);
  border-radius: 10px 0;
  transform: skewX(-30deg);
  clip-path: polygon(100% 100%, 0% 100%, 0 0, 2.5% 0, 10% 75%, 100% 75%);
}
@media (width <= 1024px) {
  .titleColInner::after {
    height: 30vw;
    border-top: none;
    border-right: solid 0.5333333333vw var(--color-black);
    border-left: none;
    border-bottom: solid 0.5333333333vw var(--color-black);
    border-radius: 6px 0;
    clip-path: polygon(100% 100%, 0% 100%, 0 0, 5% 0, 10% 75%, 100% 75%);
  }
}
.titleColInner .titleColInfo {
  font-size: 16px;
  font-style: italic;
  display: flex;
  padding-left: 10px;
  padding-bottom: 20px;
}
@media (width <= 1024px) {
  .titleColInner .titleColInfo {
    font-size: 3.4666666667vw;
    padding-left: 2vw;
    padding-bottom: 3vw;
  }
}
.titleColInner .titleColInfo .category {
  font-weight: 900;
}
.titleColInner .titleColInfo .category.EVENT {
  color: var(--color-yellow);
}
.titleColInner .titleColInfo .category.OTHER {
  color: var(--color-purple);
}
.titleColInner .titleColInfo .date {
  padding-left: 10px;
}
.titleColInner .pageTitle {
  font-size: 46px;
  font-weight: 900;
  font-style: oblique;
  line-height: 1.3;
}
@media (width <= 1024px) {
  .titleColInner .pageTitle {
    font-size: 6.6666666667vw;
  }
}

.mvImgCol {
  overflow: hidden;
  position: relative;
  width: 1120px;
  margin-left: -60px;
}
@media (width <= 1180px) {
  .mvImgCol {
    width: 100%;
    margin-left: 0;
  }
}
@media (width <= 1024px) {
  .mvImgCol {
    height: 66.9333333333vw;
    -webkit-mask: url("../images/news/sp/img_mv-mask.png") top left/100% no-repeat;
            mask: url("../images/news/sp/img_mv-mask.png") top left/100% no-repeat;
  }
}
.mvImgCol::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../images/news/pc/img_mv-deco.png") no-repeat top left/100%;
  z-index: 2;
}
@media (width <= 1024px) {
  .mvImgCol::before {
    background: url("../images/news/sp/img_mv-deco.png") no-repeat top left/100%;
  }
}
.mvImgCol img {
  -webkit-mask: url("../images/news/pc/img_mv-mask.png") top left/100% no-repeat;
          mask: url("../images/news/pc/img_mv-mask.png") top left/100% no-repeat;
}
@media (width <= 1024px) {
  .mvImgCol img {
    position: absolute;
    max-width: 200%;
    width: auto;
    height: 66.9333333333vw;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-mask: none;
            mask: none;
  }
}

.anchorLinkCol {
  padding: 60px 0;
  position: relative;
}
@media (width <= 1024px) {
  .anchorLinkCol {
    padding: 8vw 0;
  }
}
.anchorLinkCol::before {
  content: "";
  position: absolute;
  width: 1120px;
  height: 100%;
  top: 0;
  left: -60px;
  background: #e3ebf8;
  border: solid 2px #bac4db;
  z-index: -2;
  border-radius: 0 160px 0 20px;
}
@media (width <= 1180px) {
  .anchorLinkCol::before {
    width: 1080px;
  }
}
@media (width <= 1024px) {
  .anchorLinkCol::before {
    width: 101vw;
    left: -4.5333333333vw;
    border-radius: 0 20vw 0 0;
    border-top: solid 0.5333333333vw #bac4db;
    border-left: none;
    border-right: none;
    border-bottom: solid 0.5333333333vw #bac4db;
    clip-path: polygon(80vw 0, 100% 30vw, 100% 100%, 0% 100%, 0% 0%);
  }
}
.anchorLinkCol::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  top: 0;
  right: -64px;
  background: url("../images/news/pc/bg_anchor.png") no-repeat top left/100%;
  z-index: -1;
}
@media (width <= 1024px) {
  .anchorLinkCol::after {
    width: 40vw;
    height: 40vw;
    right: -4vw;
    background: url("../images/news/sp/bg_anchor.png") no-repeat top left/100%;
  }
}
.anchorLinkCol .anchorLinkList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
@media (width <= 1024px) {
  .anchorLinkCol .anchorLinkList {
    justify-content: space-between;
    gap: 4vw 0;
  }
}
.anchorLinkCol .anchorLinkList li {
  width: 192px;
  position: relative;
}
@media (width >= 1024px) {
  .anchorLinkCol .anchorLinkList li {
    position: relative;
    transition: scale 0.3s;
  }
  .anchorLinkCol .anchorLinkList li::before {
    content: "";
    position: absolute;
    display: block;
    width: 50%;
    height: 5px;
    z-index: 1;
  }
  .anchorLinkCol .anchorLinkList li:hover {
    scale: 0.95;
    animation: hover-anime 0.3s cubic-bezier(0.85, 0, 0.15, 1);
  }
  .anchorLinkCol .anchorLinkList li:hover::before {
    animation: hover-anime2 0.3s steps(5);
  }
}
@media (width <= 1180px) {
  .anchorLinkCol .anchorLinkList li {
    width: 180px;
  }
}
@media (width <= 1024px) {
  .anchorLinkCol .anchorLinkList li {
    width: 44vw;
  }
}
.anchorLinkCol .anchorLinkList li a {
  display: block;
}
.anchorLinkCol .anchorLinkList li a span {
  position: absolute;
  font-size: 16px;
  font-weight: 900;
  left: 20px;
  bottom: 15px;
  line-height: 1.3;
  text-shadow: 0 0 10px #e6f0ff, 0 0 20px #e6f0ff, 0 0 10px #e6f0ff, 0 0 10px #e6f0ff;
}
@media (width <= 1024px) {
  .anchorLinkCol .anchorLinkList li a span {
    font-size: 3.4666666667vw;
    left: 3vw;
    bottom: 3vw;
  }
}
.anchorLinkCol .anchorLinkList li.new a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 26px;
  z-index: 1;
  background: url("../images/news/icon_new.png") top left/100% no-repeat;
}
@media (width <= 1024px) {
  .anchorLinkCol .anchorLinkList li.new a::before {
    width: 7.3333333333vw;
    height: 5.6vw;
  }
}

.infoCol {
  position: relative;
}
.infoCol::before {
  content: "";
  position: absolute;
  top: 0;
  left: -60px;
  width: 1120px;
  height: 100%;
  background: #e3ebf8;
  border-radius: 20px 0;
  z-index: -1;
}
@media (width <= 1024px) {
  .infoCol::before {
    left: -4vw;
    width: 100vw;
    border-radius: 0;
  }
}
.infoCol .infoColInner {
  padding: 60px 0;
}
@media (width <= 1024px) {
  .infoCol .infoColInner {
    padding: 8vw 0;
  }
}
.infoCol .infoColInner:nth-child(even) {
  position: relative;
  border-radius: 20px 0;
}
.infoCol .infoColInner:nth-child(even)::before {
  content: "";
  position: absolute;
  top: 0;
  left: -60px;
  width: 1120px;
  height: 100%;
  background: #d8e2f2;
  border-radius: 20px 0;
  z-index: -1;
}
@media (width <= 1024px) {
  .infoCol .infoColInner:nth-child(even)::before {
    left: -4vw;
    width: 100vw;
    border-radius: 0;
  }
}

.btnCommon {
  width: 600px;
  font-weight: 900;
  margin-left: auto;
  margin-right: auto;
  background: var(--color-green);
  border-radius: 200px;
  padding: 0 3px 6px;
  line-height: 1.5;
}
@media (width >= 1024px) {
  .btnCommon {
    position: relative;
    transition: scale 0.3s;
  }
  .btnCommon::before {
    content: "";
    position: absolute;
    display: block;
    width: 50%;
    height: 5px;
    z-index: 1;
  }
  .btnCommon:hover {
    scale: 0.95;
    animation: hover-anime 0.3s cubic-bezier(0.85, 0, 0.15, 1);
  }
  .btnCommon:hover::before {
    animation: hover-anime2 0.3s steps(5);
  }
}
@media (width <= 1024px) {
  .btnCommon {
    width: 80vw;
    padding: 0 0.5vw 1.0666666667vw;
  }
}
.btnCommon a {
  position: relative;
  display: block;
  border-radius: 200px;
  font-size: 20px;
  color: #fff;
  background: var(--color-black);
  text-align: center;
  padding: 15px 0 18px;
}
@media (width <= 1024px) {
  .btnCommon a {
    font-size: 4.2666666667vw;
    padding: 2.6666666667vw 2vw 2.6666666667vw 0;
  }
}
.btnCommon a::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 21px;
  background: url("../images/news/ico_right.png") top left/100%;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
}
@media (width <= 1024px) {
  .btnCommon a::before {
    width: 4.5333333333vw;
    height: 4vw;
    right: 4vw;
  }
}

.btnBack {
  width: 256px;
  font-weight: 900;
  margin-left: auto;
  margin-right: auto;
  background: #606372;
  border-radius: 200px;
  padding: 0 3px 5px;
}
@media (width >= 1024px) {
  .btnBack {
    position: relative;
    transition: scale 0.3s;
  }
  .btnBack::before {
    content: "";
    position: absolute;
    display: block;
    width: 50%;
    height: 5px;
    z-index: 1;
  }
  .btnBack:hover {
    scale: 0.95;
    animation: hover-anime 0.3s cubic-bezier(0.85, 0, 0.15, 1);
  }
  .btnBack:hover::before {
    animation: hover-anime2 0.3s steps(5);
  }
}
@media (width <= 1024px) {
  .btnBack {
    width: 53.8666666667vw;
    padding: 0 0.5vw 1.0666666667vw;
  }
}
.btnBack a {
  position: relative;
  display: block;
  border-radius: 200px;
  font-size: 16px;
  color: #fff;
  background: var(--color-black);
  text-align: center;
  padding: 12px 0;
}
@media (width <= 1024px) {
  .btnBack a {
    font-size: 3.4666666667vw;
    padding: 2.9333333333vw 0 2.6666666667vw 2vw;
  }
}
.btnBack a::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 18px;
  background: url("../images/common/icon_return.png") top left/100%;
  top: 15px;
  left: 20px;
}
@media (width <= 1024px) {
  .btnBack a::before {
    width: 4.5333333333vw;
    height: 4vw;
    top: 3.5vw;
    left: 3vw;
  }
}

.noteCol li {
  margin-left: 1em;
  text-indent: -1em;
}
.noteCol li + li {
  margin-top: 10px;
}
@media (width <= 1024px) {
  .noteCol li + li {
    margin-top: 2vw;
  }
}
.noteCol li ul {
  font-size: 14px;
  margin-top: 5px;
}
@media (width <= 1024px) {
  .noteCol li ul {
    font-size: 3.8vw;
    margin-top: 1.5vw;
  }
}
.noteCol li ul li + li {
  margin-top: 5px;
}
@media (width <= 1024px) {
  .noteCol li ul li + li {
    margin-top: 1.5vw;
  }
}

.flameCol {
  position: relative;
  padding: 60px 0;
}
@media (width <= 1024px) {
  .flameCol {
    padding: 8vw 0;
  }
}
.flameCol::before {
  content: "";
  position: absolute;
  top: 0;
  left: -60px;
  width: 1120px;
  height: 100%;
  background: #e4efff;
  border-radius: 20px 0;
  z-index: -1;
}
@media (width <= 1024px) {
  .flameCol::before {
    left: -4vw;
    width: 100vw;
    border-radius: 0;
  }
}
.flameCol .itemCol {
  background: #fff;
  border-radius: 20px 0;
}
.flameCol .itemCol .itemColInner {
  text-align: center;
  padding: 40px;
  background: repeating-linear-gradient(-60deg, #e8f1ff, #e8f1ff 1px, transparent 1px, transparent 80px) left top, repeating-linear-gradient(60deg, #e8f1ff, #e8f1ff 1px, transparent 1px, transparent 80px) left top, repeating-linear-gradient(0deg, #e8f1ff 0, #e8f1ff 1px, transparent 1px, transparent 80px) left -15px;
}
@media (width <= 1024px) {
  .flameCol .itemCol .itemColInner {
    padding: 5.3333333333vw;
    background: repeating-linear-gradient(-60deg, #e8f1ff, #e8f1ff 1px, transparent 1px, transparent 50px) left top, repeating-linear-gradient(60deg, #e8f1ff, #e8f1ff 1px, transparent 1px, transparent 50px) left top, repeating-linear-gradient(0deg, #e8f1ff 0, #e8f1ff 1px, transparent 1px, transparent 50px) left top;
  }
}
.flameCol .itemCol .itemColInner:nth-child(even) {
  background: repeating-linear-gradient(-60deg, #a2c8ff, #a2c8ff 1px, transparent 1px, transparent 80px) left top, repeating-linear-gradient(60deg, #a2c8ff, #a2c8ff 1px, transparent 1px, transparent 80px) left top, repeating-linear-gradient(0deg, #a2c8ff 0, #a2c8ff 1px, transparent 1px, transparent 80px) left -15px, #bdd8ff;
  border-radius: 20px 0;
}
@media (width <= 1024px) {
  .flameCol .itemCol .itemColInner:nth-child(even) {
    background: repeating-linear-gradient(-60deg, #a2c8ff, #a2c8ff 1px, transparent 1px, transparent 50px) left top, repeating-linear-gradient(60deg, #a2c8ff, #a2c8ff 1px, transparent 1px, transparent 50px) left top, repeating-linear-gradient(0deg, #a2c8ff 0, #a2c8ff 1px, transparent 1px, transparent 50px) left top, #bdd8ff;
  }
}
.flameCol .itemCol .itemColInner img {
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}

.imgCol {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.imgCol img {
  width: auto;
}

.noticeCol {
  border: solid 1px var(--color-black);
  padding: 40px;
  border-radius: 20px 0;
}
@media (width <= 1024px) {
  .noticeCol {
    padding: 5.3333333333vw;
  }
}

.PulldownCol {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media (width <= 1024px) {
  .PulldownCol {
    width: 100%;
  }
}
.PulldownCol .PulldownBox {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media (width <= 1024px) {
  .PulldownCol .PulldownBox {
    display: block;
  }
}
.PulldownCol .PulldownBox span {
  font-size: 16px;
  font-weight: 900;
  color: #4d5663;
  display: block;
}
@media (width <= 1024px) {
  .PulldownCol .PulldownBox span {
    font-size: 3.4666666667vw;
    margin-bottom: 1.5vw;
  }
}
@media (width >= 1024px) {
  .PulldownCol .PulldownBox .btnPulldownBox {
    position: relative;
    transition: scale 0.3s;
  }
  .PulldownCol .PulldownBox .btnPulldownBox::before {
    content: "";
    position: absolute;
    display: block;
    width: 50%;
    height: 5px;
    z-index: 1;
  }
  .PulldownCol .PulldownBox .btnPulldownBox:hover {
    scale: 0.95;
    animation: hover-anime 0.3s cubic-bezier(0.85, 0, 0.15, 1);
  }
  .PulldownCol .PulldownBox .btnPulldownBox:hover::before {
    animation: hover-anime2 0.3s steps(5);
  }
}
.PulldownCol .PulldownBox .btnPulldown {
  position: relative;
  width: 510px;
  background: #fff;
  border: solid 1px #cbd5e4;
  border-radius: 200px;
  font-size: 20px;
  font-weight: 900;
  padding: 10px 20px;
}
@media (width <= 1024px) {
  .PulldownCol .PulldownBox .btnPulldown {
    width: 100%;
    font-size: 4.2666666667vw;
    padding: 3vw 16vw 3vw 5vw;
    height: 14vw;
  }
}
.PulldownCol .PulldownBox .btnPulldown::before {
  content: "";
  position: absolute;
  top: 16px;
  right: 25px;
  width: 16px;
  height: 18px;
  z-index: 2;
  background: url("../images/common/icon_down.png") top left/100% no-repeat;
  transition: 0.3s rotate cubic-bezier(0.85, 0, 0.15, 1);
}
@media (width <= 1024px) {
  .PulldownCol .PulldownBox .btnPulldown::before {
    top: 4.2vw;
    right: 6vw;
    width: 4vw;
    height: 4.5333333333vw;
  }
}
.PulldownCol .PulldownBox .btnPulldown::after {
  content: "";
  position: absolute;
  top: 3.5px;
  right: 5px;
  width: 61px;
  height: 46px;
  z-index: 1;
  background: url("../images/common/bg_down.png") top left/100% no-repeat;
}
@media (width <= 1024px) {
  .PulldownCol .PulldownBox .btnPulldown::after {
    top: 1.2vw;
    right: 1.5vw;
    width: 14vw;
    height: 11vw;
  }
}
.PulldownCol .PulldownBox .btnPulldown.is-open::before {
  rotate: 180deg;
}
@media (width <= 1024px) {
  .PulldownCol .PulldownBox .btnPulldown.fontS {
    font-size: 3.4vw;
  }
}
.PulldownCol .dropdownOpen {
  position: absolute;
  top: 70px;
  right: 0;
  width: 500px;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  z-index: 10;
  box-shadow: 0 5px 15px 0 rgba(21, 30, 45, 0.2);
  transition: opacity 0.3s cubic-bezier(0.85, 0, 0.15, 1);
}
@media (width <= 1024px) {
  .PulldownCol .dropdownOpen {
    width: 100%;
    top: 24vw;
  }
}
.PulldownCol .dropdownOpen .chgBtnCol .chgBtn.current {
  background: var(--color-green);
  pointer-events: none;
}
.PulldownCol .dropdownOpen .chgBtnCol .chgBtn.current::after {
  display: none;
}
.PulldownCol .dropdownOpen .chgBtnCol + .chgBtnCol {
  position: relative;
}
.PulldownCol .dropdownOpen .chgBtnCol + .chgBtnCol::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 5%;
  width: 90%;
  height: 1px;
  background: #e3ebf8;
}
.PulldownCol .dropdownOpen .chgBtn {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  padding: 15px;
}
@media (width >= 1024px) {
  .PulldownCol .dropdownOpen .chgBtn {
    position: relative;
    transition: background 0.3s;
  }
  .PulldownCol .dropdownOpen .chgBtn::before {
    content: "";
    position: absolute;
    display: block;
    width: 50%;
    height: 5px;
    z-index: 1;
  }
  .PulldownCol .dropdownOpen .chgBtn:hover {
    background: #d0f8e8;
    animation: hover-anime 0.3s cubic-bezier(0.85, 0, 0.15, 1);
  }
  .PulldownCol .dropdownOpen .chgBtn:hover::before {
    animation: hover-anime2 0.3s steps(5);
  }
}
@media (width <= 1024px) {
  .PulldownCol .dropdownOpen .chgBtn {
    font-size: 4.2666666667vw;
    padding: 4vw;
  }
}
@media (width <= 1024px) {
  .PulldownCol .dropdownOpen.fontS .chgBtn {
    font-size: 4vw;
  }
}

.resultCol {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 0;
}
@media (width <= 1024px) {
  .resultCol {
    gap: 5.3333333333vw 0;
    justify-content: center;
  }
}
.resultCol .cardCol {
  display: flex;
  justify-content: space-between;
  width: 478px;
}
@media (width <= 1180px) {
  .resultCol .cardCol {
    width: 443px;
  }
}
@media (width <= 1024px) {
  .resultCol .cardCol {
    width: 88.7vw;
  }
}
.resultCol .cardCol .frontCol {
  width: 237px;
  padding-top: 30px;
  position: relative;
}
@media (width >= 1024px) {
  .resultCol .cardCol .frontCol {
    position: relative;
    transition: scale 0.3s;
  }
  .resultCol .cardCol .frontCol::before {
    content: "";
    position: absolute;
    display: block;
    width: 50%;
    height: 5px;
    z-index: 1;
  }
  .resultCol .cardCol .frontCol:hover {
    scale: 0.95;
    animation: hover-anime 0.3s cubic-bezier(0.85, 0, 0.15, 1);
  }
  .resultCol .cardCol .frontCol:hover::before {
    animation: hover-anime2 0.3s steps(5);
  }
}
@media (width <= 1180px) {
  .resultCol .cardCol .frontCol {
    width: 220px;
  }
}
@media (width <= 1024px) {
  .resultCol .cardCol .frontCol {
    width: 44vw;
    padding-top: 5.4666666667vw;
  }
}
.resultCol .cardCol .frontCol::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 107px;
  height: 30px;
  background: url("../images/news/icon_back.png") top left/100% no-repeat;
}
@media (width <= 1024px) {
  .resultCol .cardCol .frontCol::after {
    width: 19.6vw;
    height: 5.4666666667vw;
  }
}
.resultCol .cardCol .backCol {
  width: 237px;
  padding-top: 30px;
  position: relative;
}
@media (width >= 1024px) {
  .resultCol .cardCol .backCol {
    position: relative;
    transition: scale 0.3s;
  }
  .resultCol .cardCol .backCol::before {
    content: "";
    position: absolute;
    display: block;
    width: 50%;
    height: 5px;
    z-index: 1;
  }
  .resultCol .cardCol .backCol:hover {
    scale: 0.95;
    animation: hover-anime 0.3s cubic-bezier(0.85, 0, 0.15, 1);
  }
  .resultCol .cardCol .backCol:hover::before {
    animation: hover-anime2 0.3s steps(5);
  }
}
@media (width <= 1180px) {
  .resultCol .cardCol .backCol {
    width: 220px;
  }
}
@media (width <= 1024px) {
  .resultCol .cardCol .backCol {
    width: 44vw;
    padding-top: 5.4666666667vw;
  }
}
.resultCol .cardCol .backCol::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 107px;
  height: 30px;
  background: url("../images/news/icon_front.png") top left/100% no-repeat;
}
@media (width <= 1024px) {
  .resultCol .cardCol .backCol::after {
    width: 19.6vw;
    height: 5.4666666667vw;
  }
}

.pagerCol {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 350px;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  border-radius: 100px;
  font-size: 20px;
  padding: 8px;
  border: solid 1px #cbd5e4;
}
@media (width <= 1024px) {
  .pagerCol {
    width: 72.2666666667vw;
    font-size: 3.4666666667vw;
    padding: 2vw;
  }
}
.pagerCol .prevBtn {
  width: 93px;
  height: 45px;
  background: url("../images/top/btn_left.png") top left/100% no-repeat;
  text-indent: -9999px;
}
@media (width <= 1024px) {
  .pagerCol .prevBtn {
    width: 19.4666666667vw;
    height: 9.3333333333vw;
  }
}
@media (width >= 1024px) {
  .pagerCol .prevBtn {
    position: relative;
    transition: scale 0.3s;
  }
  .pagerCol .prevBtn::before {
    content: "";
    position: absolute;
    display: block;
    width: 50%;
    height: 5px;
    z-index: 1;
  }
  .pagerCol .prevBtn:hover {
    scale: 0.95;
    animation: hover-anime 0.3s cubic-bezier(0.85, 0, 0.15, 1);
  }
  .pagerCol .prevBtn:hover::before {
    animation: hover-anime2 0.3s steps(5);
  }
}
.pagerCol .prevBtn.disable {
  pointer-events: none;
  filter: grayscale(100%);
  opacity: 0.35;
}
.pagerCol .pageBtnMin .current {
  font-weight: 900;
  font-size: 26px;
}
@media (width <= 1024px) {
  .pagerCol .pageBtnMin .current {
    font-size: 5.3333333333vw;
  }
}
.pagerCol .pageBtnMin .separator {
  position: relative;
  top: -2px;
  display: inline-block;
  transform: skewX(-30deg);
  font-size: 14px;
  padding: 0 10px;
}
@media (width <= 1024px) {
  .pagerCol .pageBtnMin .separator {
    top: -0.4vw;
    font-size: 3vw;
    padding: 0 2vw;
  }
}
.pagerCol .pageBtnMin .max {
  font-weight: 900;
  color: #4d5663;
}
.pagerCol .nextBtn {
  width: 93px;
  height: 45px;
  background: url("../images/top/btn_right.png") top left/100% no-repeat;
  text-indent: -9999px;
}
@media (width >= 1024px) {
  .pagerCol .nextBtn {
    position: relative;
    transition: scale 0.3s;
  }
  .pagerCol .nextBtn::before {
    content: "";
    position: absolute;
    display: block;
    width: 50%;
    height: 5px;
    z-index: 1;
  }
  .pagerCol .nextBtn:hover {
    scale: 0.95;
    animation: hover-anime 0.3s cubic-bezier(0.85, 0, 0.15, 1);
  }
  .pagerCol .nextBtn:hover::before {
    animation: hover-anime2 0.3s steps(5);
  }
}
@media (width <= 1024px) {
  .pagerCol .nextBtn {
    width: 19.4666666667vw;
    height: 9.3333333333vw;
  }
}
.pagerCol .nextBtn.disable {
  pointer-events: none;
  filter: grayscale(100%);
  opacity: 0.35;
}