@charset "UTF-8";

body{
  font-size: 14px;
  background: url(../images/summer2025/mv_bg_pc.webp) no-repeat center top;
  background-size: cover;
  background-attachment: fixed;
  color: #333;
}

* {
    box-sizing: border-box;
}


.movie {
    width: 100%;
    height: 100vh;
    position: relative;
}
.movie video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position:fixed;
}
.movie .clm-sp {
  margin: ０ auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}


a {
    text-decoration: none;
    color: #333;
    transition: all 0.5s 0s ease;
}

a:hover {
    opacity: 0.6;
    transition: all 0.5s 0s ease;
}



.side-list {
    margin-left: 15px;
}

.pd {
    padding: 0 24px;
}

.bg_glass {
    background: rgba( 0, 0, 0, 0.2 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 8px );
    -webkit-backdrop-filter: blur( 8px );
}

.summer2025-content {
    padding: 0 15px;
}

.clm-wrap {
    display: flex;
    width: 100%;
}

.is-sp {
  display: none;
}


@media screen and (max-width: 800px) {
.is-pc {
  display: none;
}

.is-sp {
  display: block;
}
}


/* ヘッダー
------------------------------------------ */
.l-header {
  position: absolute;
}
.l-header-inner {
  width: 100%;
}
.l-header a {
  display: block;
}
.header-logo img,
.l-header-lp-snsList img {
  width: 100%;
  height: auto;
}


@media screen and (max-width: 800px) {
.header-lp-left {
  width: 136px;
}
.header-logo {
  width: 100%;
}

.l-header-sns {
  max-width: 185px;
}

.l-header-sns img {
  max-width: 25px;
}
}


/* MV */

h1 {
   min-height: 517px;
   text-indent: -9999px;
   background: url(../images/summer2025/mv_ttl_pc.png) no-repeat center top;
   background-size: 464px auto;
}

@media screen and (max-width: 800px) {
h1 {
   min-height: 650px;
   text-indent: -9999px;
   background: url(../images/summer2025/mv_ttl_sp.png) no-repeat center top;
   background-size: 446px auto;
}
}


/* pc
------------------------------------------ */
.clm-pc {
  width: calc(100% - 375px);
  position: fixed;
  z-index: -110;
}

@media screen and (max-width: 800px) {
    .clm-pc {
        display: none;
    }
}


/* sp
------------------------------------------ */
.clm-sp {
  width: 100%;
  max-width: 464px;
  margin: 0 auto;
}

@media screen and (max-width: 800px) {
    .clm-sp {
        width: 100%;
    }
}

/* --- mv --- */
@media screen and (max-width: 800px) {
  .clm-sp {
    max-width: 100%;
  }

  .clm-sp:before {
      width: 100vw;
      left: 0;
  }
}

.summer2025-mvinner {
    max-width: 500px;
    margin: 0 auto;
}

.summer2025-rogo {
    padding: 87px 0 27px;
}
.summer2025-rogo img {
  width: 100%;
  height: auto;
}

.summer2025-date {
  padding-bottom: 82px;
  text-align: center;
}
.summer2025-date img {
  max-width: 328px;
}


.content-img {

}
.content-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 15px 15px 0 0;
}








.footer-mini {
  background: #B29274;
  max-width: 360px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 15px 15px 0 0;
  display: flex;
  justify-content: space-between;
  text-shadow: 0 0 3px rgb(0, 0, 0, 0.24);
}

.footer-mini-left {
  width: calc(100% - 170px);
}

.footer-mini-left li + li {
  margin-top: 10px;
}

.footer-mini-left li a {
  font-size: 12px;
  color: #fff;
}

.footer-mini-right {
  width: 150px;
  color: #fff;
  font-size: 10px;
  position: relative;
}
.footer-mini-right ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
}

.footer-mini-right ul li {
  width: 24px;
}

.footer-mini-right ul li img {
  width: 100%;
  height: auto;
}

.copyright {
  float: none;
  font-size: 10px;
  letter-spacing: -0.05rem;
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 1;
}




/* =========================================== */

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

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

.content-list a {
  display: block;
  width: 100%;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.content-detail h2 {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.2;
}
.h2-narrow {
  letter-spacing: -0.12rem;
}

.content-spot,
.content-date {
  width: 100%;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
}
.content-spot .content-spot-small {
  padding-top: 3px;
  font-size: 12px;
}

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

.content-spot span,
.content-date span {
  width: calc(100% - 88px);
}

span.event-label {
  width: 80px;
  line-height: 22px;
  background: #0D64DA;
  border-radius: 15px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  font-weight: bold;
}


/* カード */
.content-detail {
  padding: 15px;
}

.content-txt {
  margin-top: 5px;
  width: 100%;
  font-size: 12px;
  line-height: 1.5;
}



@media screen and (max-width: 767px) {
  .content-inner{
    margin-top: 30px;
  }
  .content-event-wrap {
    text-align: center;
    color: #fff;
  }
  .content-event-heading {
    font-size: 22px;
    padding-bottom: 20px;
  }
  .content-event-txt01 {
    font-size: 13px;
    font-weight: bold;
    text-shadow: 0 0 2px rgba(0,0,0,0.1);
    line-height: 1.8em;
  }
  .event-txt02 {
    padding-top: 10px;
  }
  .content-list {
    padding-top: 30px;
    padding-bottom: 60px;
  }

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

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

  .content-list a {
    display: block;
    border-radius: 10px;
  }

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

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

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

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

  .content-detail h2 {
    margin-bottom: 15px;
    font-size: 18px;
  }
  

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

  .content-spot span,
  .content-date span {
    border-radius: 13px;
    font-size: 12px;
    width: calc(100% - 77px);
  }

  .content-spot span + span,
  .content-date span + span {
    padding-top: 4px;
  }

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

  .content-txt {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.6;
  }
}




/* event-end */
.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: #0a001a;
    opacity: 0.6;
    transition: opacity 0.3s;
    z-index: 102;
    border-radius: 20px;
  }

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

