@keyframes flicker2 {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes flicker {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes rotate2 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(8deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(15deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.visual {
  position: relative;
  width: 100%;
  height: 800px;
  background: url("../images/main/main3.png") center no-repeat, linear-gradient(0deg, #3294bb 0%, #012350 100%);
  background-size: contain, cover;
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
  overflow: hidden;
}
.visual .any01 {
  position: absolute;
  top: 50%;
  margin-top: -17%;
  left: 36%;
  width: 6%;
  animation: flicker2 4s infinite;
  animation-timing-function: ease-in;
  will-change: transform;
  display: inline-block;
  transform: rotate(0);
}
.visual .any02 {
  position: absolute;
  width: 2.1%;
  top: 50%;
  margin-top: 5.3%;
  left: 33.8%;
  rotate: -8deg;
  transform-origin: right bottom;
  animation: rotate2 2s ease infinite;
}
.visual .any03 {
  position: absolute;
  max-width: none;
  width: 110%;
  top: 50%;
  margin-top: -28%;
  left: -5%;
  transform-origin: right bottom;
  animation-timing-function: ease-out;
}
.visual .any04 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-48.5%, -270%);
  width: 99%;
  animation: flicker 4s infinite;
  animation-timing-function: ease-out;
  will-change: opacity;
}
.visual .any05 {
  position: absolute;
  top: 50%;
  margin-top: 6.17%;
  rotate: -18.5deg;
  left: 40.8%;
  width: 2.7%;
  animation: rotate 2s 0s ease infinite;
  transform-origin: left bottom;
}

#section {
  padding: 60px 0;
}
#section .inner {
  width: 100%;
  max-width: 1400px;
}
#section .inner .section-title {
  margin-bottom: 30px;
  text-align: center;
}
#section .inner .section-title h2 {
  font-size: 3.4em;
  font-weight: 600;
  color: #f06e6e;
  font-family: "S-CoreDream";
}
#section .inner .item-wrap {
  justify-content: center;
}
#section p {
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.7px;
}
#section p span {
  font-weight: 500;
  font-size: 0.9em;
  opacity: 0.8;
}
#section p.item-title, #section p.item-txt {
  word-break: keep-all;
}

.section1 {
  width: 100%;
  background-color: #fdf3ee;
}
.section1 .item-wrap {
  display: flex;
  border-top: 1px solid #f06e6e;
}
.section1 .item-wrap .item-box {
  border-right: 1px solid #f06e6e;
  padding: 40px 30px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section1 .item-wrap .item-box:first-child {
  padding-left: 0;
}
.section1 .item-wrap .item-box:last-child {
  border-right: 0;
  padding-right: 0;
}
.section1 .item-wrap .item-box .item-img {
  margin-top: 30px;
  width: 100%;
  max-width: 300px;
  overflow: hidden;
}
.section1 .item-wrap .item-box .item-img img {
  width: 100%;
}
.section1 .item-wrap .item-box:hover {
  cursor: pointer;
}
.section1 .item-wrap .item-box:hover .item-title {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.section1 .item-wrap .item-box:hover img {
  transition: ease 0.2s;
  scale: 1.1;
}

.section2 {
  background-image: url("../images/main/section_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 80px;
  background-attachment: fixed;
}
.section2 .item-wrap {
  display: flex;
}
.section2 .item-wrap .item-box {
  display: flex;
  padding: 40px 30px 40px 0;
  width: 50%;
  border-top: 1px solid #f06e6e;
  border-right: 1px solid #f06e6e;
  align-items: end;
  gap: 20px;
}
.section2 .item-wrap .item-box:last-child {
  padding: 40px 0px 40px 30px;
  border-right: 0;
}
.section2 .item-wrap .item-box:hover {
  cursor: pointer;
}
.section2 .item-wrap .item-box:hover .item-txt {
  text-decoration: underline;
}
.section2 .item-wrap .item-box:hover img {
  transition: ease 0.2s;
  scale: 1.1;
}
.section2 .item-wrap .item-box .item-img {
  width: 426px;
  overflow: hidden;
}
.section2 .item-wrap .item-box .item-txt {
  padding-bottom: 40px;
  width: 35%;
}
.section2 .item-wrap:last-child .item-box {
  padding-bottom: 0;
}

.section3 {
  background-color: #fdf3ee;
}
.section3 .item-wrap {
  display: flex;
}
.section3 .item-wrap .item-box {
  padding: 40px 30px 0;
  border-top: 1px solid #f06e6e;
  border-right: 1px solid #f06e6e;
}
.section3 .item-wrap .item-box:first-child {
  padding-left: 0;
}
.section3 .item-wrap .item-box:last-child {
  padding-right: 0;
  border-right: 0;
}
.section3 .item-wrap .item-box p {
  margin-top: 15px;
  text-align: center;
}
.section3 .item-wrap .item-box .item-img {
  overflow: hidden;
}
.section3 .item-wrap .item-box:hover {
  cursor: pointer;
}
.section3 .item-wrap .item-box:hover .item-img img {
  transition: ease 0.2s;
  scale: 1.1;
}
.section3 .item-wrap .item-box:hover p {
  text-decoration: underline;
}

.section4 {
  background-image: url("../images/main/section_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-color: #b4cce5;
}
.section4 .item-wrap {
  display: flex;
  border-top: 1px solid #f06e6e;
}
.section4 .item-wrap .event-item-box {
  padding: 40px 0 0;
  width: 50%;
  border-right: 1px solid #f06e6e;
  text-align: center;
}
.section4 .item-wrap .event-item-box .event-item {
  margin: 0 auto;
  width: 70%;
  cursor: pointer;
}
.section4 .item-wrap .item-box {
  padding: 30px 40px 0;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.section4 .item-wrap .item-box .item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.section4 .item-wrap .item-box .item:hover {
  cursor: pointer;
}
.section4 .item-wrap .item-box .item:hover .item-img {
  opacity: 0.8;
}
.section4 .item-wrap .item-box .item .item-img {
  width: calc(100% - 20px - 30%);
}
.section4 .item-wrap .item-box .item .item-txt {
  width: calc(100% - 20px - 70%);
}

.modal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
.modal .modal-content {
  background: #fffcfc;
  padding: 24px;
  border-radius: 10px;
  width: 90%;
  max-width: 670px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  text-align: center;
  border: 5px solid #800001;
}
.modal .modal-content .box-wrap {
  text-align: center;
}
.modal .modal-content .box-wrap.event-box {
  position: relative;
  padding-top: 5px;
}
.modal .modal-content .box-wrap.event-box .item-box {
  position: relative;
  margin-bottom: 30px;
}
.modal .modal-content .box-wrap.event-box .item-box .img-area .event-img {
  width: 200px;
  height: 136px;
}
.modal .modal-content .box-wrap.event-box .item-box .item-box-title {
  margin: 20px 0 20px;
  letter-spacing: 1px;
  line-height: 1.4em;
  font-size: 2em;
  text-align: center;
  color: #800001;
  font-family: "Cafe24Ssurround" !important;
}
.modal .modal-content .box-wrap.event-box .item-box .txt-area p {
  font-family: "S-CoreDream";
  line-height: 1.35;
}
.modal .modal-content .box-wrap.event-box .item-box .txt-area p b {
  color: #800001;
  font-weight: 700;
  font-size: 1.07em;
}
.modal .modal-content .box-wrap.event-box .item-box .txt-area ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  margin-top: 30px;
}
.modal .modal-content .box-wrap.event-box .item-box .txt-area ul li {
  position: relative;
  display: flex;
  gap: 10px;
  margin-left: 16px;
  justify-content: center;
}
.modal .modal-content .box-wrap.event-box .item-box .txt-area ul li::after {
  content: "";
  position: absolute;
  top: 7px;
  left: -16px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #800001;
}
.modal .modal-content .box-wrap.event-box .item-box .txt-area ul li p {
  margin-top: 0;
  line-height: normal;
  text-align: left;
}
.modal .modal-content .box-wrap.event-box .item-box .txt-area ul li b {
  font-family: "S-CoreDream";
  line-height: normal;
  font-weight: 600;
  text-align: left;
}
.modal .modal-content .box-wrap.event-box .item-box .txt-area .pink-btn button {
  background-color: #800001;
}
.modal .modal-content .box-wrap.event-box .item-box .quiz-title {
  display: flex;
  align-items: flex-start;
}
.modal .modal-content .box-wrap.event-box .item-box .quiz-title span,
.modal .modal-content .box-wrap.event-box .item-box .quiz-title b {
  font-weight: 600;
  letter-spacing: normal;
  font-size: 1em;
  font-family: "S-CoreDream";
}
.modal .modal-content .box-wrap.event-box .item-box.quiz-box .txt-area {
  margin-top: 30px;
}
.modal .modal-content .box-wrap.event-box .item-box.quiz-box .txt-area ul {
  justify-content: flex-start;
  padding-left: 30px;
}
.modal .modal-content .box-wrap.event-box .item-box.quiz-box .txt-area ul li {
  font-weight: 600;
  font-family: "S-CoreDream";
}
.modal .modal-content .box-wrap.event-box .item-box.quiz-box .txt-area ul li::after {
  display: none;
}
.modal .modal-content .box-wrap.event-box .item-box.quiz-box .pink-btn,
.modal .modal-content .box-wrap.event-box .item-box.quiz-box .green-btn {
  margin-top: 50px;
}
.modal .modal-content .box-wrap.event-box .item-box.winner .item-inner {
  padding: 0 80px;
}
.modal .modal-content .box-wrap.event-box .item-box.winner .review-title {
  height: -moz-fit-content;
  height: fit-content;
  background-image: none;
}
.modal .modal-content .box-wrap.event-box .item-box.winner .review-title p {
  color: #800001 !important;
}
.modal .modal-content .box-wrap.event-box .item-box.winner .winner-txt {
  margin-top: 30px;
  font-weight: 600;
  text-align: center;
}
.modal .modal-content .box-wrap.event-box .item-box.winner .winner-name {
  margin-top: 30px;
  width: 100%;
  text-align: center;
}
.modal .modal-content .box-wrap.event-box .item-box.winner .winner-name ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.modal .modal-content .box-wrap.event-box .item-box.winner .winner-name ul li {
  margin-bottom: 10px;
  width: 10%;
  font-family: "S-CoreDream";
  text-align: center;
}
.modal .modal-content .event-link {
  display: inline-block;
  margin-bottom: 12px;
  padding: 10px 20px;
  background: #800001;
  color: #fff;
  border-radius: 6px;
  font-weight: bold;
}
.modal .modal-content .event-link:hover, .modal .modal-content .event-link:focus {
  background: #660303;
}
.modal .modal-content .close-modal {
  display: inline-block;
  padding: 10px 20px;
  background: #ccc;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
}
.modal .modal-content .close-modal:hover, .modal .modal-content .close-modal:focus {
  background: #aaa;
}

@media screen and (max-width: 1290px) {
  #section .inner {
    padding: 0 40px;
    width: 100%;
    max-width: 1000px;
  }
  #section p {
    font-size: 1.1em;
  }
  .section1 .item-wrap {
    width: 100%;
  }
  .section2 .item-wrap .item-box .item-img {
    width: 300px;
  }
  .section4 .item-wrap .item-box .item .item-img {
    width: calc(100% - 20px - 40%);
  }
  .section4 .item-wrap .item-box .item .item-txt {
    width: calc(100% - 20px - 60%);
  }
}
@media screen and (max-width: 900px) {
  .visual {
    background-size: 100%;
    background: url("../images/main/main.png") center no-repeat, linear-gradient(0deg, #286f8b 0%, #01375d 100%);
    background-size: contain, cover;
    background-position: center, center;
    background-repeat: no-repeat, no-repeat;
  }
  .visual .any01,
  .visual .any02,
  .visual .any04,
  .visual .any05 {
    display: none;
  }
  .visual .any03 {
    margin-top: -33%;
  }
  #section .inner {
    width: auto;
    padding: 0 60px;
  }
  #section p {
    font-size: 1em;
  }
  .section1 .item-wrap {
    flex-direction: column;
    border: 0;
  }
  .section1 .item-wrap .item-box {
    padding: 0 0 50px;
    margin: 0 auto 40px;
    border-right: 0;
    border-bottom: 1px solid #f06e6e;
  }
  .section1 .item-wrap .item-box:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .section2 .item-wrap .item-box {
    flex-direction: column;
  }
  .section2 .item-wrap .item-box .item-img {
    width: 100%;
  }
  .section2 .item-wrap .item-box .item-img img {
    width: 100%;
  }
  .section2 .item-wrap .item-box .item-txt {
    padding-bottom: 0;
    width: 50%;
  }
  .section2 .item-wrap:last-child .item-box {
    padding-bottom: 0;
  }
  .section3 .item-wrap {
    flex-direction: column;
  }
  .section3 .item-wrap .item-box {
    margin: 40px auto 0;
    padding: 0 0 40px;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #f06e6e;
  }
  .section3 .item-wrap .item-box:last-child {
    border-bottom: 0;
  }
  .section4 .item-wrap {
    flex-wrap: wrap;
  }
  .section4 .item-wrap .event-item-box {
    display: flex;
    padding: 20px;
    align-items: center;
  }
  .section4 .item-wrap .event-item-box .event-item {
    width: 100%;
  }
  .section4 .item-wrap .item-box {
    padding: 20px;
  }
  .section4 .item-wrap .item-box .item {
    flex-wrap: wrap;
  }
  .section4 .item-wrap .item-box .item .item-img {
    width: 100%;
  }
  .section4 .item-wrap .item-box .item .item-txt {
    width: 100%;
  }
}
@media screen and (max-width: 580px) {
  #section {
    padding: 0;
  }
  #section .inner {
    padding: 60px 30px 40px !important;
  }
  #section .inner .section-title {
    margin-bottom: 40px;
  }
  #section .inner .section-title h2 {
    font-size: 3em;
  }
  .section1 .inner .item-wrap .item-box {
    margin: 0 0 20px 0;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #f06e6e;
  }
  .section1 .inner .item-wrap .item-box:last-child {
    border-bottom: 0;
    margin-bottom: 0;
  }
  .section1 .inner .item-wrap .item-box .item-img {
    max-width: none !important;
  }
  .section2 .inner .item-wrap {
    flex-direction: column;
  }
  .section2 .inner .item-wrap .item-box {
    padding: 40px 0;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #f06e6e;
  }
  .section2 .inner .item-wrap:last-child .item-box:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .section2 .inner .item-wrap:nth-child(2) .item-box:first-child {
    padding-top: 0;
  }
  #section.section2 {
    background-image: url("../images/main/section_bg2.png");
    background-position: 0;
    background-attachment: unset;
    background-size: cover;
  }
  #section.section4 {
    background-image: url("../images/main/section_bg2.png");
    background-attachment: unset;
    background-position: center;
    background-size: cover;
  }
  #section.section4 .item-wrap {
    flex-direction: column;
    gap: 40px;
    border-top: 0;
  }
  #section.section4 .item-wrap .event-item-box {
    padding-bottom: 60px;
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #ed6d2b;
  }
  #section.section4 .item-wrap .item-box {
    width: 100%;
    border: 0;
  }
}
@media screen and (max-width: 425px) {
  #section .inner {
    max-width: 300px;
  }
  #section.section3 .inner .item-wrap {
    align-items: center;
    justify-content: center;
  }
  #section.section3 .inner .item-wrap .item-box {
    margin: 0;
  }
  .modal {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
  }
  .modal .modal-content {
    background: #fffcfc;
    padding: 15px;
    border-radius: 10px;
    width: 90%;
    max-width: 670px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    text-align: center;
    border: 5px solid #800001;
  }
  .modal .modal-content .box-wrap {
    text-align: center;
  }
  .modal .modal-content .box-wrap.event-box {
    position: relative;
    padding-top: 5px;
  }
  .modal .modal-content .box-wrap.event-box .item-box {
    position: relative;
    margin-bottom: 30px;
  }
  .modal .modal-content .box-wrap.event-box .item-box .img-area .event-img {
    width: 200px;
    height: 136px;
  }
  .modal .modal-content .box-wrap.event-box .item-box .item-box-title {
    margin: 20px 0 20px;
    letter-spacing: 1px;
    line-height: 1.4em;
    font-size: 1.3em;
    text-align: center;
    color: #800001;
    font-family: "Cafe24Ssurround" !important;
  }
  .modal .modal-content .box-wrap.event-box .item-box .txt-area p {
    font-family: "S-CoreDream";
    line-height: 1.35;
    font-size: 0.9em;
  }
  .modal .modal-content .box-wrap.event-box .item-box .txt-area p b {
    color: #800001;
    font-weight: 700;
    font-size: 1.07em;
  }
  .modal .modal-content .box-wrap.event-box .item-box .txt-area ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    margin-top: 30px;
  }
  .modal .modal-content .box-wrap.event-box .item-box .txt-area ul li {
    position: relative;
    display: flex;
    gap: 10px;
    margin-left: 16px;
    justify-content: center;
    font-size: 0.9em;
  }
  .modal .modal-content .box-wrap.event-box .item-box .txt-area ul li::after {
    content: "";
    position: absolute;
    top: 1px;
    left: -16px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #800001;
  }
  .modal .modal-content .box-wrap.event-box .item-box .txt-area ul li p {
    margin-top: 0;
    line-height: normal;
    text-align: left;
    font-size: 0.9em;
  }
  .modal .modal-content .box-wrap.event-box .item-box .txt-area ul li b {
    font-family: "S-CoreDream";
    line-height: normal;
    font-weight: 600;
    text-align: left;
    min-width: 55px;
    font-size: 0.9em;
  }
  .modal .modal-content .box-wrap.event-box .item-box .txt-area .pink-btn button {
    background-color: #800001;
  }
  .modal .modal-content .box-wrap.event-box .item-box .quiz-title {
    display: flex;
    align-items: flex-start;
  }
  .modal .modal-content .box-wrap.event-box .item-box .quiz-title span,
  .modal .modal-content .box-wrap.event-box .item-box .quiz-title b {
    font-weight: 600;
    letter-spacing: normal;
    font-size: 1em;
    font-family: "S-CoreDream";
  }
  .modal .modal-content .box-wrap.event-box .item-box.quiz-box .txt-area {
    margin-top: 30px;
  }
  .modal .modal-content .box-wrap.event-box .item-box.quiz-box .txt-area ul {
    justify-content: flex-start;
    padding-left: 30px;
  }
  .modal .modal-content .box-wrap.event-box .item-box.quiz-box .txt-area ul li {
    font-weight: 600;
    font-family: "S-CoreDream";
  }
  .modal .modal-content .box-wrap.event-box .item-box.quiz-box .txt-area ul li::after {
    display: none;
  }
  .modal .modal-content .box-wrap.event-box .item-box.quiz-box .pink-btn,
  .modal .modal-content .box-wrap.event-box .item-box.quiz-box .green-btn {
    margin-top: 50px;
  }
  .modal .modal-content .box-wrap.event-box .item-box.winner .item-inner {
    padding: 0 80px;
  }
  .modal .modal-content .box-wrap.event-box .item-box.winner .review-title {
    height: -moz-fit-content;
    height: fit-content;
    background-image: none;
  }
  .modal .modal-content .box-wrap.event-box .item-box.winner .review-title p {
    color: #800001 !important;
  }
  .modal .modal-content .box-wrap.event-box .item-box.winner .winner-txt {
    margin-top: 30px;
    font-weight: 600;
    text-align: center;
  }
  .modal .modal-content .box-wrap.event-box .item-box.winner .winner-name {
    margin-top: 30px;
    width: 100%;
    text-align: center;
  }
  .modal .modal-content .box-wrap.event-box .item-box.winner .winner-name ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .modal .modal-content .box-wrap.event-box .item-box.winner .winner-name ul li {
    margin-bottom: 10px;
    width: 10%;
    font-family: "S-CoreDream";
    text-align: center;
  }
  .modal .modal-content .event-link {
    display: inline-block;
    margin-bottom: 10px;
    padding: 10px 20px;
    background: #800001;
    color: #fff;
    border-radius: 6px;
    font-weight: bold;
    font-size: 0.9em;
  }
  .modal .modal-content .event-link:hover, .modal .modal-content .event-link:focus {
    background: #660303;
  }
  .modal .modal-content .close-modal {
    display: inline-block;
    padding: 10px 20px;
    background: #ccc;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
  }
  .modal .modal-content .close-modal:hover, .modal .modal-content .close-modal:focus {
    background: #aaa;
  }
}
@media screen and (min-width: 1921px) {
  .visual .any01 {
    left: 50%;
    margin-left: -245px;
    margin-top: -295px;
    width: 60px;
  }
  .visual .any02 {
    left: 50%;
    margin-left: -314px;
    width: 68px;
    margin-top: 85px;
  }
  .visual .any03 {
    left: 50%;
    margin-left: -960px;
    width: 1920px;
  }
  .visual .any04 {
    width: 1880px;
    left: 50%;
    transform: translate(-915px, -370px);
  }
  .visual .any05 {
    left: 50%;
    margin-left: -170px;
    width: 60px;
    margin-top: 110px;
  }
}/*# sourceMappingURL=main.css.map */