@charset "UTF-8";
/* ==========================================================================
   Foundation
========================================================================== */
/*

	font settings

**************************************************/
/*

	calculation width

**************************************************/
/*

	boxsizing settings

**************************************************/
/*

	opacity settings

**************************************************/
/*

	border-radius settings

**************************************************/
/*

	drop shadow settings

**************************************************/
/*

	vertical align setting

**************************************************/
/*

	table layout setting

**************************************************/
/*

	flexbox layout setting

**************************************************/
/*

	scaling img

**************************************************/
/*

	clearfix

**************************************************/
/*

	media query

**************************************************/
html {
  scroll-behavior: smooth;
}

main {
  font-family: "Noto Sans JP", sans-serif;
  margin: unset !important;
}
main a {
  text-decoration: none;
  transition: 0.2s;
}
main a:hover {
  opacity: 0.7;
  transition: 0.5s;
}

.dispPC {
  display: none;
}
@media only screen and (min-width: 988px) {
  .dispPC {
    display: block;
  }
}

.dispSP {
  display: block;
}
@media only screen and (min-width: 988px) {
  .dispSP {
    display: none;
  }
}

.x2 {
  font-size: 22px;
  border-bottom: 10px solid rgba(255, 135, 9, 0.3215686275);
  letter-spacing: 2px;
  font-style: italic;
  line-height: 0.5;
  padding-bottom: 0;
  display: inline-block;
}
@media only screen and (max-width: 988px) {
  .x2 {
    font-size: 40px;
    letter-spacing: 0.8px;
  }
}

.bold {
  font-weight: bold;
  font-size: 110%;
}

.en {
  font-family: "DRIBBLE_font", "sans-serif" !important;
  font-size: 120%;
}

.section {
  padding: 80px 20px;
  text-align: center;
}

.comingsoon {
  justify-content: center;
}
.comingsoon .guest-photo {
  width: 320px;
}
@media only screen and (max-width: 988px) {
  .comingsoon .guest-photo {
    width: 80%;
  }
}

.kome {
  font-size: 12px;
  line-height: 20px;
}

.kvArea {
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #fff;
}
.kvArea::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/fan/olefes2026/pckv_bg.jpg");
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.kvArea .kv-inner {
  margin-top: 60px;
  position: relative;
  z-index: 1;
}
.kvArea .kv-inner .term {
  font-size: 32px;
  font-weight: 700;
  margin: unset;
}
@media only screen and (max-width: 988px) {
  .kvArea .kv-inner .term {
    font-size: 25px;
  }
}
.kvArea .kv-logo {
  width: 100%;
  max-width: 760px;
  margin: 0 auto 10px;
}
@media only screen and (max-width: 988px) {
  .kvArea .kv-logo {
    width: 90%;
  }
}
.kvArea .kv-logo img {
  width: 100%;
}
.kvArea .kv-copy {
  margin: 20px auto 60px;
  color: #004067;
  font-weight: 400;
  padding: 50px 60px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50px;
  outline: 6px #004067 solid;
  outline-offset: -6px;
  width: 100%;
  max-width: 980px;
  font-size: 20px;
  line-height: 40px;
}
@media only screen and (max-width: 988px) {
  .kvArea .kv-copy {
    font-size: 14px;
    line-height: 27px;
    width: 90%;
    padding: 40px 20px;
  }
}

.mainContents {
  background-color: #FF8709;
  background-image: linear-gradient(rgba(255, 255, 255, 0.3) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.3) 1px, transparent 1px);
  background-size: 50px 50px;
  padding-bottom: 40px;
}
.mainContents .pageNav {
  background: #0b2b4c;
  margin-bottom: 60px;
}
.mainContents .pageNav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  margin: 0;
  padding: 15px 20px;
  list-style: none;
}
@media only screen and (max-width: 988px) {
  .mainContents .pageNav ul {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 10px;
  }
}
.mainContents .pageNav a {
  color: #fff;
  font-family: "DRIBBLE_font", sans-serif;
  font-size: 24px;
  letter-spacing: 0.08em;
  text-decoration: none;
}
.mainContents .pageNav a:hover {
  opacity: 0.7;
}
.mainContents .nextmatchArea {
  margin-bottom: 80px;
}
@media only screen and (max-width: 988px) {
  .mainContents .nextmatchArea {
    width: 90%;
    margin: 0 auto 40px;
  }
}
.mainContents .nextmatchArea .section-title {
  margin: 0 auto 40px;
  width: 100%;
  max-width: 500px;
}
.mainContents .nextmatchArea .section-title img {
  width: 100%;
  height: auto;
}
.mainContents .nextmatchArea .matchBox {
  padding: 0 50px 80px;
  background: rgba(255, 255, 255, 0.8);
  outline: 6px #004067 solid;
  outline-offset: -6px;
  max-width: 1180px;
  width: 90%;
  margin: 0 auto;
  border-radius: 50px;
}
@media only screen and (max-width: 988px) {
  .mainContents .nextmatchArea .matchBox {
    width: 100%;
    padding: 0 30px 40px;
  }
}
.mainContents .nextmatchArea .matchBox .matchDate {
  margin: 0 auto 60px;
  width: 100%;
  max-width: 460px;
}
.mainContents .nextmatchArea .matchBox .matchDate img {
  width: 100%;
}
.mainContents .nextmatchArea .matchBox .nextmatchVisual {
  margin: auto;
  width: 100%;
  max-width: 1070px;
}
.mainContents .nextmatchArea .matchBox .nextmatchVisual img {
  width: 100%;
}
.mainContents .nextmatchArea .lookback-area {
  margin: 40px auto 60px;
  text-align: center;
}
@media only screen and (max-width: 988px) {
  .mainContents .nextmatchArea .lookback-area {
    margin: 40px auto;
  }
}
.mainContents .nextmatchArea .lookback-area .lookback-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
@media only screen and (max-width: 988px) {
  .mainContents .nextmatchArea .lookback-area .lookback-inner {
    justify-content: flex-start;
    gap: 0px;
  }
}
.mainContents .nextmatchArea .lookback-area .lookback-label {
  font-size: 50px;
  color: #0b2b4c;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: unset;
}
@media only screen and (max-width: 988px) {
  .mainContents .nextmatchArea .lookback-area .lookback-label .en {
    font-size: 32px;
  }
}
.mainContents .nextmatchArea .lookback-area .lookback-label .arrow {
  font-size: 12px;
}
.mainContents .nextmatchArea .lookback-area .lookback-year {
  margin: unset;
  width: 100%;
  max-width: 550px;
}
.mainContents .nextmatchArea .lookback-area .lookback-year img {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (max-width: 988px) {
  .mainContents .nextmatchArea .lookback-area .lookback-year {
    max-width: unset;
  }
}
.mainContents .nextmatchArea .lookback-area .subtitle p {
  background: #0b2b4c;
  padding: 7px 0;
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin: unset;
}
@media only screen and (max-width: 988px) {
  .mainContents .nextmatchArea .lookback-area .subtitle p {
    font-size: 16px;
  }
}
.mainContents .nextmatchArea .guest_wrap {
  text-align: center;
  gap: 60px;
  display: grid;
  margin-bottom: 60px;
}
.mainContents .nextmatchArea .guest_wrap .guest-block .subhead-title {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.mainContents .nextmatchArea .guest_wrap .guest-block .subhead-title::before {
  content: "";
  flex-grow: 1;
  border-bottom: 3px dotted #0b2b4c;
  margin-right: 10px;
}
.mainContents .nextmatchArea .guest_wrap .guest-block .subhead-title::after {
  content: "";
  flex-grow: 1;
  border-bottom: 3px dotted #0b2b4c;
  margin-left: 10px;
}
.mainContents .nextmatchArea .guest_wrap .guest-block .subhead-title img {
  width: auto;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 988px) {
  .mainContents .nextmatchArea .guest_wrap .guest-block .subhead-title img {
    width: auto;
    height: 40px;
  }
}
.mainContents .nextmatchArea .guest_wrap .guest-block .guest-cards {
  display: flex;
  gap: 24px;
  justify-content: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 988px) {
  .mainContents .nextmatchArea .guest_wrap .guest-block .guest-cards {
    display: block;
  }
}
.mainContents .nextmatchArea .guest_wrap .guest-block .guest-cards .guest-card {
  width: 320px;
}
@media only screen and (max-width: 988px) {
  .mainContents .nextmatchArea .guest_wrap .guest-block .guest-cards .guest-card {
    width: 80%;
    margin: auto;
  }
}
.mainContents .nextmatchArea .guest_wrap .guest-block .guest-cards .guest-card img {
  width: 100%;
  transform: rotate(-4deg);
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.5);
}
.mainContents .nextmatchArea .guest_wrap .guest-block .guest-cards .guest-card:nth-child(2) img {
  width: 100%;
  transform: rotate(2deg);
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.5);
}
.mainContents .nextmatchArea .guest_wrap .guest-block .guest-cards .guest-card:nth-child(3) img {
  width: 100%;
  transform: rotate(-3deg);
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.5);
}
.mainContents .nextmatchArea .guest_wrap .guest-block .guest-comment {
  text-align: left;
  margin: 20px auto 40px;
  font-size: 20px;
  line-height: 40px;
}
@media only screen and (max-width: 988px) {
  .mainContents .nextmatchArea .guest_wrap .guest-block .guest-comment {
    font-size: 14px;
    line-height: 26px;
  }
}
.mainContents .nextmatchArea .guest_wrap .ob-block .subhead-title {
  width: auto;
  display: flex;
  align-items: center;
}
.mainContents .nextmatchArea .guest_wrap .ob-block .subhead-title::before {
  content: "";
  flex-grow: 1;
  border-bottom: 3px dotted #0b2b4c;
  margin-right: 10px;
}
.mainContents .nextmatchArea .guest_wrap .ob-block .subhead-title::after {
  content: "";
  flex-grow: 1;
  border-bottom: 3px dotted #0b2b4c;
  margin-left: 10px;
}
.mainContents .nextmatchArea .guest_wrap .ob-block .subhead-title img {
  width: auto;
  height: 50px;
}
@media only screen and (max-width: 988px) {
  .mainContents .nextmatchArea .guest_wrap .ob-block .subhead-title img {
    width: auto;
    height: 40px;
  }
}
.mainContents .nextmatchArea .guest_wrap .ob-block .ob-comment p {
  text-align: left;
  margin: 20px auto 40px;
  font-size: 20px;
  line-height: 40px;
}
@media only screen and (max-width: 988px) {
  .mainContents .nextmatchArea .guest_wrap .ob-block .ob-comment p {
    font-size: 14px;
    line-height: 26px;
  }
}
.mainContents .nextmatchArea .guest_wrap .ob-block .ob-cards {
  display: flex;
  gap: 24px;
  justify-content: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 988px) {
  .mainContents .nextmatchArea .guest_wrap .ob-block .ob-cards {
    display: block;
  }
}
.mainContents .nextmatchArea .guest_wrap .ob-block .ob-cards .ob-card {
  width: 320px;
}
@media only screen and (max-width: 988px) {
  .mainContents .nextmatchArea .guest_wrap .ob-block .ob-cards .ob-card {
    width: 80%;
    margin: auto;
  }
}
.mainContents .nextmatchArea .guest_wrap .ob-block .ob-cards .ob-card img {
  width: 100%;
  transform: rotate(-4deg);
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.5);
}
.mainContents .nextmatchArea .guest_wrap .ob-block .ob-cards .ob-card:nth-child(2) img {
  width: 100%;
  transform: rotate(2deg);
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.5);
}
.mainContents .nextmatchArea .guest_wrap .ob-block .ob-cards .ob-card:nth-child(3) img {
  width: 100%;
  transform: rotate(-3deg);
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.5);
}
.mainContents .nextmatchArea .info-button {
  margin: auto;
  width: 100%;
  max-width: 400px;
}
@media only screen and (max-width: 988px) {
  .mainContents .nextmatchArea .info-button {
    max-width: unset;
    width: 90%;
  }
}
.mainContents .nextmatchArea .info-button .btn-link {
  background-color: #0b2b4c;
  color: #FF8709;
  padding: 20px 40px;
  border-radius: 70px;
  font-weight: 700;
  border: 4px solid #FF8709;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: flex-start;
}
@media only screen and (max-width: 988px) {
  .mainContents .nextmatchArea .info-button .btn-link {
    padding: 15px 20px;
    font-size: 16px;
  }
}
.mainContents .nextmatchArea .info-button .btn-link img {
  margin-right: 10px;
}
@media only screen and (max-width: 988px) {
  .mainContents .nextmatchArea .info-button .btn-link img {
    margin-right: 10px;
    width: 20%;
  }
}
.mainContents .nextmatchArea .info-button .btn-link::after {
  content: "▶︎";
  position: absolute;
  right: 30px;
}
@media only screen and (max-width: 988px) {
  .mainContents .nextmatchArea .info-button .btn-link::after {
    right: 20px;
  }
}
.mainContents .nextmatchArea .info-button .off {
  background-color: #696969;
  color: #908f8f;
  padding: 20px 40px;
  border-radius: 70px;
  font-weight: 700;
  border: 4px solid #908f8f;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: flex-start;
}
.mainContents .nextmatchArea .info-button .off img {
  opacity: 0.3;
}
.mainContents .matchSlider {
  width: 100%;
  margin: 0 0 80px;
  max-width: none;
}
@media only screen and (max-width: 988px) {
  .mainContents .matchSlider {
    margin: 0px 0 40px;
  }
}
.mainContents .matchMain {
  display: flex;
  align-items: center;
  max-width: 1180px;
  width: 90%;
  margin: 0 auto 30px;
  gap: 10px;
}
@media only screen and (max-width: 988px) {
  .mainContents .matchMain {
    width: 100%;
    gap: unset;
  }
}
.mainContents .matchMainCenter {
  overflow: hidden;
  margin: 0px 20px;
  border-radius: 30px;
  outline: 6px #004067 solid;
  outline-offset: -6px;
  padding: 40px 40px 10px;
  background-color: #fff;
}
@media only screen and (max-width: 988px) {
  .mainContents .matchMainCenter {
    margin: 0;
    padding: 30px;
  }
}
@media only screen and (max-width: 988px) {
  .mainContents .matchMainCenter .mainViewport {
    margin-bottom: 20px;
  }
}
.mainContents .matchMainCenter .matchMeta {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
  margin: 20px 0;
}
@media only screen and (max-width: 988px) {
  .mainContents .matchMainCenter .matchMeta {
    display: block;
  }
}
.mainContents .matchMainCenter .matchMeta__wrap {
  display: flex;
  gap: 30px;
}
@media only screen and (max-width: 988px) {
  .mainContents .matchMainCenter .matchMeta__wrap {
    display: block;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 988px) {
  .mainContents .matchMainCenter .matchMeta__line {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.mainContents .matchMainCenter .matchMeta__label {
  background-color: #004067;
  color: #fff;
  padding: 2px 11px;
  border-radius: 5px;
}
.mainContents .matchMainCenter .matchMeta__link {
  background-color: #FF8709;
  color: #fff;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 10px;
}
@media only screen and (max-width: 988px) {
  .mainContents .matchMainCenter .matchMeta__link {
    font-size: 16px;
  }
}
.mainContents .matchMainCenter .matchMeta__link:hover {
  opacity: 0.7;
}
.mainContents .mainImage {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  opacity: 1;
  transition: opacity 0.1s ease;
}
.mainContents .mainImage.is-fadeout {
  opacity: 0;
}
.mainContents .mainArrow {
  border: none;
  background: unset;
  color: #0b2b4c;
  cursor: pointer;
  font-size: 20px;
}
@media only screen and (max-width: 988px) {
  .mainContents .mainArrow {
    width: 54px;
  }
}
.mainContents .mainArrow:hover {
  opacity: 0.75;
}
.mainContents .matchThumbsFull {
  width: 100%;
  margin: 0;
}
@media only screen and (min-width: 988px) {
  .mainContents .matchThumbsFull {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
.mainContents .matchThumbs {
  display: flex;
  gap: 16px;
  padding: 0 20px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.mainContents .matchThumbs::-webkit-scrollbar {
  display: none;
}
.mainContents .matchThumbs::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 999px;
}
.mainContents .thumb {
  flex: 0 0 auto;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  border-radius: 12px;
  scroll-snap-align: start;
}
.mainContents .thumb img {
  width: 220px;
  height: auto;
  display: block;
  border-radius: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
}
.mainContents .matchThumbs .thumb {
  transform: translateZ(0);
  transition: opacity 0.2s ease, transform 0.2s ease, filter 0.2s ease;
  padding: 10px;
  background: #fff;
  border: 5px solid #004067;
}
.mainContents .thumb.is-active {
  opacity: 0.65;
  filter: saturate(1.05) contrast(1.05);
}
.mainContents .matchThumbs .thumb:hover {
  opacity: 0.85;
}
.mainContents .matchThumbs .thumb:hover img {
  border-radius: 12px;
  display: block;
}
@media (max-width: 768px) {
  .mainContents .thumb img {
    width: 170px;
  }
}
@media (hover: none) {
  .mainContents .matchThumbs .thumb:hover {
    transform: none;
    opacity: 0.65;
  }
}
.mainContents .section-title {
  height: 80px;
  width: 100%;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 988px) {
  .mainContents .section-title {
    height: 40px;
    margin: 0 auto 20px;
  }
}
.mainContents .section-title img {
  width: auto;
  height: 100%;
}
.mainContents .eventArea,
.mainContents .collaborationArea,
.mainContents .boothArea,
.mainContents .campaignArea,
.mainContents .presentArea,
.mainContents .goodsArea {
  background: #fff;
  outline: 6px #004067 solid;
  outline-offset: -5px;
  border-radius: 90px;
  box-shadow: 6px 6px 0px #004067;
  max-width: 1180px;
  width: 90%;
  margin: 0 auto 40px;
  padding: unset;
}
@media only screen and (max-width: 988px) {
  .mainContents .eventArea,
  .mainContents .collaborationArea,
  .mainContents .boothArea,
  .mainContents .campaignArea,
  .mainContents .presentArea,
  .mainContents .goodsArea {
    border-radius: 50px;
  }
}
.mainContents .collaborationArea .collaboration-inner {
  padding: 80px 60px;
}
@media only screen and (max-width: 988px) {
  .mainContents .collaborationArea .collaboration-inner {
    padding: 50px 30px;
  }
}
@media only screen and (max-width: 988px) {
  .mainContents .collaborationArea .collaboration-inner .section-title img {
    width: 100%;
    height: auto;
  }
}
.mainContents .collaborationArea .collaboration-inner .collaborationtxt {
  margin-bottom: 40px;
  text-align: left;
}
@media only screen and (max-width: 988px) {
  .mainContents .collaborationArea .collaboration-inner .collaborationtxt {
    margin-bottom: 20px;
  }
}
.mainContents .collaborationArea .collaboration-inner .collaboration_wrap .collaborationBox {
  display: flex;
  gap: 20px;
  margin-bottom: 50px;
}
.mainContents .collaborationArea .collaboration-inner .collaboration_wrap .collaborationBox:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 988px) {
  .mainContents .collaborationArea .collaboration-inner .collaboration_wrap .collaborationBox {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.mainContents .collaborationArea .collaboration-inner .collaboration_wrap .collaborationBox .collaborationimg {
  width: 50%;
}
@media only screen and (max-width: 988px) {
  .mainContents .collaborationArea .collaboration-inner .collaboration_wrap .collaborationBox .collaborationimg {
    width: 100%;
  }
}
.mainContents .collaborationArea .collaboration-inner .collaboration_wrap .collaborationBox .collaborationimg img {
  width: 100%;
}
.mainContents .collaborationArea .collaboration-inner .collaboration_wrap .collaborationBox .collaboration_block {
  text-align: left;
  flex: 1;
}
.mainContents .collaborationArea .collaboration-inner .collaboration_wrap .collaborationBox .collaboration_block .collaboration_title {
  margin-bottom: 10px;
}
@media only screen and (max-width: 988px) {
  .mainContents .collaborationArea .collaboration-inner .collaboration_wrap .collaborationBox .collaboration_block .collaboration_title {
    height: auto;
    width: 100%;
  }
}
.mainContents .collaborationArea .collaboration-inner .collaboration_wrap .collaborationBox .collaboration_block .collaboration_title img {
  width: 100%;
}
@media only screen and (max-width: 988px) {
  .mainContents .collaborationArea .collaboration-inner .collaboration_wrap .collaborationBox .collaboration_block .collaboration_title img {
    width: 100%;
  }
}
@media only screen and (max-width: 988px) {
  .mainContents .collaborationArea .collaboration-inner .collaboration_wrap .collaborationBox .collaboration_block .text {
    line-height: 26px;
  }
}
.mainContents .collaborationArea .collaboration-inner .collaboration_wrap .collaborationBox .collaboration_block .detail {
  font-size: 16px;
  line-height: 30px;
}
@media only screen and (max-width: 988px) {
  .mainContents .collaborationArea .collaboration-inner .collaboration_wrap .collaborationBox .collaboration_block .detail {
    font-size: 12px;
    line-height: 22px;
  }
}
.mainContents .boothArea .booth-inner {
  padding: 80px 60px;
}
@media only screen and (max-width: 988px) {
  .mainContents .boothArea .booth-inner {
    padding: 50px 30px;
  }
}
.mainContents .boothArea .booth-inner .boothBox {
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 988px) {
  .mainContents .boothArea .booth-inner .boothBox {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.mainContents .boothArea .booth-inner .boothBox .boothimg {
  width: 500px;
}
@media only screen and (max-width: 988px) {
  .mainContents .boothArea .booth-inner .boothBox .boothimg {
    width: unset;
  }
}
.mainContents .boothArea .booth-inner .boothBox .boothimg img {
  width: 100%;
}
.mainContents .boothArea .booth-inner .boothBox .booth_block {
  text-align: left;
  flex: 1;
}
@media only screen and (max-width: 988px) {
  .mainContents .boothArea .booth-inner .boothBox .booth_block .text {
    line-height: 26px;
  }
}
.mainContents .boothArea .booth-inner .boothBox .booth_block .booth_title {
  height: 40px;
  width: auto;
  margin-bottom: 10px;
}
@media only screen and (max-width: 988px) {
  .mainContents .boothArea .booth-inner .boothBox .booth_block .booth_title {
    height: 25px;
    text-align: center;
  }
}
.mainContents .boothArea .booth-inner .boothBox .booth_block .booth_title img {
  height: 100%;
  width: auto;
}
.mainContents .campaignArea .campaign-inner {
  padding: 80px 60px;
}
@media only screen and (max-width: 988px) {
  .mainContents .campaignArea .campaign-inner {
    padding: 50px 30px;
  }
}
.mainContents .campaignArea .campaign-inner .campaignBox {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media only screen and (max-width: 988px) {
  .mainContents .campaignArea .campaign-inner .campaignBox {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.mainContents .campaignArea .campaign-inner .campaignBox .campaignimg {
  width: 500px;
}
@media only screen and (max-width: 988px) {
  .mainContents .campaignArea .campaign-inner .campaignBox .campaignimg {
    width: unset;
  }
}
.mainContents .campaignArea .campaign-inner .campaignBox .campaignimg img {
  width: 100%;
}
.mainContents .campaignArea .campaign-inner .campaignBox .campaign_wrap {
  text-align: left;
  flex: 1;
}
.mainContents .campaignArea .campaign-inner .campaignBox .campaign_wrap .campaign_title {
  height: auto;
  width: auto;
  margin-bottom: 10px;
}
@media only screen and (max-width: 988px) {
  .mainContents .campaignArea .campaign-inner .campaignBox .campaign_wrap .campaign_title {
    height: auto;
    text-align: center;
  }
}
.mainContents .campaignArea .campaign-inner .campaignBox .campaign_wrap .campaign_title img {
  height: 60px;
}
@media only screen and (max-width: 988px) {
  .mainContents .campaignArea .campaign-inner .campaignBox .campaign_wrap .campaign_title img {
    height: 36px;
  }
}
.mainContents .campaignArea .campaign-inner .campaignBox .campaign_wrap p {
  text-align: left;
  font-size: 20px;
  line-height: 40px;
}
@media only screen and (max-width: 988px) {
  .mainContents .campaignArea .campaign-inner .campaignBox .campaign_wrap p {
    font-size: 14px;
    line-height: 26px;
  }
}
.mainContents .eventArea .event-inner {
  padding: 80px 60px;
}
@media only screen and (max-width: 988px) {
  .mainContents .eventArea .event-inner {
    padding: 50px 30px;
  }
}
.mainContents .eventArea .event-inner .eventBox {
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 988px) {
  .mainContents .eventArea .event-inner .eventBox {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.mainContents .eventArea .event-inner .eventBox .eventimg {
  width: 500px;
}
@media only screen and (max-width: 988px) {
  .mainContents .eventArea .event-inner .eventBox .eventimg {
    width: unset;
  }
}
.mainContents .eventArea .event-inner .eventBox .eventimg img {
  width: 100%;
}
.mainContents .eventArea .event-inner .eventBox .event_wrap {
  text-align: left;
  flex: 1;
}
.mainContents .eventArea .event-inner .eventBox .event_wrap .event_title {
  height: 40px;
  width: auto;
  margin-bottom: 10px;
}
@media only screen and (max-width: 988px) {
  .mainContents .eventArea .event-inner .eventBox .event_wrap .event_title {
    height: 25px;
    text-align: center;
  }
}
.mainContents .eventArea .event-inner .eventBox .event_wrap .event_title img {
  height: 100%;
  width: auto;
}
.mainContents .eventArea .event-inner .eventBox .event_wrap p {
  text-align: left;
  font-size: 20px;
  line-height: 40px;
}
@media only screen and (max-width: 988px) {
  .mainContents .eventArea .event-inner .eventBox .event_wrap p {
    font-size: 14px;
    line-height: 26px;
  }
}
.mainContents .presentArea .present-inner {
  padding: 80px 60px;
}
@media only screen and (max-width: 988px) {
  .mainContents .presentArea .present-inner {
    padding: 50px 30px;
  }
}
.mainContents .presentArea .present-inner .presentBox {
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 988px) {
  .mainContents .presentArea .present-inner .presentBox {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.mainContents .presentArea .present-inner .presentBox .presentimg {
  width: 50%;
}
@media only screen and (max-width: 988px) {
  .mainContents .presentArea .present-inner .presentBox .presentimg {
    width: 100%;
  }
}
.mainContents .presentArea .present-inner .presentBox .presentimg img {
  width: 100%;
}
.mainContents .presentArea .present-inner .presentBox .present_wrap {
  text-align: left;
  flex: 1;
}
.mainContents .presentArea .present-inner .presentBox .present_wrap .present_title {
  height: 40px;
  width: auto;
  margin-bottom: 10px;
}
@media only screen and (max-width: 988px) {
  .mainContents .presentArea .present-inner .presentBox .present_wrap .present_title {
    height: 25px;
    text-align: center;
  }
}
.mainContents .presentArea .present-inner .presentBox .present_wrap .present_title img {
  height: 100%;
  width: auto;
}
.mainContents .presentArea .present-inner .presentBox .present_wrap p {
  text-align: left;
  font-size: 20px;
  line-height: 40px;
}
@media only screen and (max-width: 988px) {
  .mainContents .presentArea .present-inner .presentBox .present_wrap p {
    font-size: 14px;
    line-height: 26px;
  }
}
.mainContents .goodsArea .goods-inner {
  padding: 80px 60px;
}
@media only screen and (max-width: 988px) {
  .mainContents .goodsArea .goods-inner {
    padding: 50px 30px;
  }
}
.mainContents .goodsArea .goods-inner .goodsBox {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media only screen and (max-width: 988px) {
  .mainContents .goodsArea .goods-inner .goodsBox {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.mainContents .goodsArea .goods-inner .goodsBox .goodsimg {
  width: 500px;
}
.mainContents .goodsArea .goods-inner .goodsBox .goodsimg img {
  width: 100%;
}
.mainContents .goodsArea .goods-inner .goodsBox .goods_wrap {
  text-align: left;
  flex: 1;
  margin: unset;
}
@media only screen and (max-width: 988px) {
  .mainContents .goodsArea .goods-inner .goodsBox .goods_wrap {
    height: 60px;
  }
}
.mainContents .goodsArea .goods-inner .goodsBox .goods_wrap .goods_title {
  height: 40px;
  width: auto;
  margin-bottom: 10px;
}
@media only screen and (max-width: 988px) {
  .mainContents .goodsArea .goods-inner .goodsBox .goods_wrap .goods_title {
    height: 25px;
    text-align: center;
  }
}
.mainContents .goodsArea .goods-inner .goodsBox .goods_wrap .goods_title img {
  height: 100%;
  width: auto;
}
@media only screen and (max-width: 988px) {
  .mainContents .goodsArea .goods-inner .goodsBox .goods_wrap .text {
    line-height: 26px;
  }
}
.mainContents .goodsArea .goods-inner .goodsBox .goods_wrap .detail {
  font-size: 16px;
  line-height: 30px;
}
@media only screen and (max-width: 988px) {
  .mainContents .goodsArea .goods-inner .goodsBox .goods_wrap .detail {
    font-size: 12px;
    line-height: 22px;
  }
}

.lbThumb {
  position: relative;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: zoom-in;
  display: block;
  flex-shrink: 0;
  width: 50%;
  height: 100%;
}
@media only screen and (max-width: 988px) {
  .lbThumb {
    width: 100%;
  }
}
.lbThumb img {
  width: 100%;
  height: auto;
  display: block;
}

.lbIcon {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 10%;
}
@media only screen and (max-width: 988px) {
  .lbIcon {
    bottom: 10px;
  }
}

@media (hover: hover) {
  .lbThumb:hover .lbIcon {
    opacity: 0.9;
    transform: scale(1.03);
  }
}
.lbModal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.lbModal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.lbBackdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lbModal.is-open .lbBackdrop {
  opacity: 1;
}

.lbPanel {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
}

.lbImage {
  max-width: min(1100px, 92vw);
  max-height: 86vh;
  width: auto;
  height: auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.lbClose {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 26px;
  cursor: pointer;
}
@media only screen and (max-width: 988px) {
  .lbClose {
    top: 35%;
  }
}