@charset "UTF-8";


/* 基本 */
* {
  box-sizing: border-box;
}

body {
  background: url(../images/summer2026/mv_bg_pc.webp) no-repeat top center;
  background-size: 2000px auto;
}

main {
  margin-top: -56px;
}

.is-sp {
  display: none;
}

a:hover {
  opacity: .8;
}

.txt-narrow {
  letter-spacing: -0.05rem;
}


@media screen and (max-width: 767px) {
body {
  background: url(../images/summer2026/mv_bg_sp.webp) no-repeat top center;
  background-size: cover;
}

.is-pc {
  display: none;
}
.is-sp {
  display: block;
}
br.is-sp {
  display: inline;
}
}


/* LPヘッダー */
.l-header {
  position: relative;
  z-index: 100;
}

.l-header-inner .header-lp-black {
  background-color: rgba(1, 3, 6, 0);
  padding: 15px 15px;
}

.header-logo img {
  width: 160px;
}

.l-header-lp-snsList img {
  height: auto;
}


@media screen and (max-width: 980px) {
.header-logo img {
  width: 110px;
}
}


.mv2026 {
  
}

.mv2026-inner {
  width: fit-content;
  margin: 0 auto;
  min-height: 640px;
  display: flex;
  align-items: center;
}

.mv2026-inner h1 img {
  max-width: 560px;
}


@media screen and (max-width: 767px) {
.mv2026 {
  background: url(../images/summer2026/mv_bg_sp.webp) no-repeat center top;
  background-size: cover;
}

.mv2026-inner {
  max-width: 390px;
  min-height: 540px;
}
.mv2026-inner h1 {
  padding-top: 80px;
}

.mv2026-inner h1 img {
  max-width: 350px;
}
}


/* イベント */
.content-bg {
  width: 100%;
  height: auto;
  display: block;
  text-align: center;
  opacity: 0.9;
}

.bg-cont-btm {
/*  background-color: #f48d14;*/
}
.img-cont {
  width: 100%;
  max-width: 1000px;
  height: auto;
}

.content {
  margin: 0 auto;
  padding: 0 16px 56px;
}

@media screen and (max-width: 767px) {
  .img-cont {
    width: calc(100% - 32px);
  }
}

.content-list {
  margin: 0 auto;
  max-width: 1000px;
}

.content-list li {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
}

.content-list li + li{
  margin-top: 40px;
}

.content-list a {
  width: 100%;
  border-radius: 30px;
  display: flex;
  justify-content: space-between;
  color: #484848;
  text-decoration: none;
  background: #fff;
}

.content-img {
  width: 360px;
}

.content-img img {
  border-radius: 20px 0 0 20px;
}
a:hover .content-img img {
  opacity: .7;
}

.content-img img.img-fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content-detail {
  width: calc(100% - 360px);
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  padding: 30px;
  background: url(../images/summer2026/card_bg.png) no-repeat left top -10px;
  background-size: 100% auto;
}

.content-list h2 {
  width: 100%;
  margin-bottom: 15px;
  font-size: 24px;
  color: #21A5E6;
  line-height: 1.2;
}

.content-spot,
.content-date {
  width: 100%;
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
}

.content-date {
  margin-bottom: 10px;
}

.content-spot span,
.content-date span {
  width: calc(100% - 104px);
  line-height: 26px;
  padding-top: 1px;
  padding-bottom: 3px;
}

span.event-label {
  width: 96px;
  height: 30px;
  line-height: 30px;
  background: #21A5E6;
  border-radius: 15px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding-top: 0;
  padding-bottom: 0;
}

.content-txt {
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
.content-list {
  margin: 0 0 60px;
}
.content-list:last-child {
  margin-bottom: 0;
}

.content-list li{
  border-radius: 16px;
}

.content-list li + li{
  margin-top: 30px;
}

.content-list a {
  padding: 0;
  border-radius: 16px;
  display: block;
}

.content-img {
  width: 100%;
}

.content-img img {
  border-radius: 16px 16px 0 0;
}

.content-img img.img-fit {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.content-detail {
  width: 100%;
  display: block;
  padding: 15px;
}

.content-detail h2 {
  margin-bottom: 10px;
  font-size: 18px;
}
.content-detail h2.narrow {
  letter-spacing: -0.08rem;
}

.content-spot,
.content-date {
  font-size: 14px;
  margin-bottom: 5px;
}

.content-spot span,
.content-date span {
  border-radius: 13px;
  font-size: 12px;
  width: calc(100% - 77px);
  line-height: 22px;
  padding-top: 1px;
  padding-bottom: 3px;
}

span.event-label {
  width: 70px;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  padding-top: 0;
  padding-bottom: 0;
}
  

.content-txt {
  font-size: 12px;
}
}



/* 終了表示 */
.event-end {
  /*  opacity: 0.5;*/
    position: relative;
  }
  .event-end .content-list a {
    background: #ccc;
  }
  
  .event-end::before {
    content: 'イベントは終了しました'; /* data-hoverの値を表示 */
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 2;
    white-space: pre; /* これがないと改行が効かない */
    z-index: 103;
    text-shadow: 0 0 8px rgba(0,0,0,0.6);
  }
  
  .event-end::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #001527;
    opacity: 0.6;
    transition: opacity 0.3s;
    z-index: 102;
    border-radius: 30px;
  }

  @media screen and (max-width: 767px) {
    .event-end::after {
      border-radius: 16px;
    }
  }

