@charset "UTF-8";

/* ===============
  共通
=============== */
*{ 
  box-sizing: border-box; 
}

body{
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #1b1b1b;
  background: #fff;
  line-height: 1.7;
}

img{ 
  max-width: 100%; height: auto; vertical-align: bottom; 
}

a{ 
  color: inherit; 
}

.container{
  width: min(92vw, 780px);
  margin: 0 auto;
}

.section{ 
  padding: 0 0 100px; 
}

.sectiontitle{
  margin: 0 0 24px;
  text-align: center;
  font-weight: 600;
  font-size: 24px;
}

.cast .sectiontitle::after{
  content: "";
  display: block;
  width: 36px;             
  height: 3px;              
  margin: 2px auto 0;       
  background: #f39b1e;      
}

.titleimg{
  display: block;
  margin: 0 auto 34px;
  max-width: 420px;
}

/* ===============
  hero
=============== */
.hero{
  position: relative;
  color: #fff;
  overflow: hidden;
  min-height: 1280px;
  margin-bottom: 30px;
}

.herobg{
  position: absolute;
  inset: 0;
  z-index: 0;
}
.herobg img{
  width: 100%;
  height: 100%;
  object-fit: cover;        
  object-position: center bottom;  
  display: block;
}

.heroinner{
  position: relative;
  z-index: 2;
  padding: 60px 0;
  text-align: center;
}

.herotitle{
  margin: 50px auto 60px;
  max-width: 760px;
}

.herolead{
  margin: 90px auto;
  font-size: 18px;
  line-height: 2;
  opacity: .98;
  max-width: 780px;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}

.onair{
  margin: 0 auto 12px;
  max-width: 450px;
}

.heroslideWide{
  position: relative;
  z-index: 2;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 12px 0 22px;
  background: transparent;
}

.photoSwiper .swiper-slide{ 
  width: auto; 
}

.photoSwiper .swiper-wrapper{
  transition-timing-function: linear !important;
}

.photoSwiper img{
  height: 160px;
  width: auto;
  display: block;
}

@media (max-width: 480px){
  .herolead{ 
    font-size: 16px; 
    font-weight: 500;
    margin: 48px auto;
  }
  .photoSwiper img{ 
    height: 150px; 
  }
  .herotitle{
    padding-top: 20px;
    margin: 0;
  }
  .hero{
  min-height: 1160px;
  }
}

/* ===============
  出演者
=============== */
.castgrid{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.castItem{
  text-align: center;
}

.castphoto{
  margin: 0 0 8px;
  overflow: hidden;
  background: #eee;
  width: 100%;             
  height: auto;
}

.castphoto img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.castname{
  margin: 0;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  color: #333;
}

.castgroup{
  display: block;          
  margin-top: 2px;
  font-size: 14px;         
  font-weight: 400;
  color: #8e8747;
  line-height: 1.2;
}

@media (max-width: 640px){
  .castgrid{ 
    grid-template-columns: repeat(2, 1fr); 
  }
}

/* ===============
  紹介スポット
=============== */
.spotcard{
  margin: 22px 0 42px;
  background: #fff;
}

.spotnameimg{
  display: flex;
  justify-content: center;
  margin: 10px 0 14px;
}

.spotnameimg img{
  width: 370px;     
  max-width: 92%;    
  height: auto;
  display: block;
}

.spothero{
  margin: 0;
  overflow: hidden;
  background: #eee;
}

.spothero img{
  width: 100%;
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.spotinfo{
  margin-top: 12px;
  display: grid;
  grid-template-columns: 30% 70%;
  border: 1px solid #eee;
  overflow: hidden;
}

.spotlabel{
  padding: 14px 28px;
  background: #f39b1e;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(255,255,255,.25);
}

.spotvalue{
  padding: 14px 42px;
  background: #fff;
  font-size: 14px;
  font-weight: 700;
  color: #3a3a3a;
  border-top: 1px solid #f1f1f1;
  display: block;  
}

.spotinfo > :nth-child(1),
.spotinfo > :nth-child(2){
  border-top: none;
}

.spotlink{
  color: #3a3a3a;
  text-decoration: underline;
  display: inline;
  overflow-wrap: anywhere;
  transition: color .2s ease;
}

.spotlink:hover,
.spotlink:focus-visible{
  color: #f39b1e;
}

.spotlink::after{
  content:"";
  width: 16px;
  height: 16px;
  display: inline-block;
  background-color: currentColor;
  position: relative;
  top: 3px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}

.spotlink-map::after{
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2a7 7 0 0 0-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 0 0-7-7Zm0 9.5A2.5 2.5 0 1 1 12 6.5a2.5 2.5 0 0 1 0 5Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2a7 7 0 0 0-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 0 0-7-7Zm0 9.5A2.5 2.5 0 1 1 12 6.5a2.5 2.5 0 0 1 0 5Z'/%3E%3C/svg%3E");
}

.spotlink-ext::after{
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M14 3h7v7h-2V6.41l-9.29 9.3-1.42-1.42 9.3-9.29H14V3ZM5 5h7v2H7v10h10v-5h2v7H5V5Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M14 3h7v7h-2V6.41l-9.29 9.3-1.42-1.42 9.3-9.29H14V3ZM5 5h7v2H7v10h10v-5h2v7H5V5Z'/%3E%3C/svg%3E");
}

.spotlink-tel::after{
  content: none;
}

.spotlink-mail::after{
  content: none;
}


.spotnote{
  display: block;
  font-weight: 500;
}

@media (max-width: 520px){
  .spotinfo{
    grid-template-columns: 34% 66%;
  }
  .spotlabel{
    padding: 14px 18px;
  }

  .spotvalue{
    padding: 14px 25px;
  }
}


/* ===============
  bnr
=============== */
.bottombnr{
  margin-top: 40px;
  padding: 60px 0;
  background: linear-gradient(
    to bottom,
    #ffffff 0%,
    #e9f6f8 40%,
    #cfeaf0 100%
  );
}

.bnrgrid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.bnrwide{
  grid-column: 1 / -1;
  width: calc((100% - 20px) / 2); 
  justify-self: center;          
}

.bnritem{
  display: block;
  background: #fff;
  border: 1px solid #d6e4ea;
  overflow: hidden; 
}

.bnritem img{
  width: 100%;
  height: auto;
  display: block;
  transition: transform .5s ease; 
}

.bnritem:hover img{
  transform: scale(1.06);
}

@media (max-width: 640px){
  .bnrgrid{
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .bnrwide{
    grid-column: auto;
    width: 100%;          
    justify-self: stretch;
  }
}
