@charset "UTF-8";

/* ヘッダー */
.kagawa_marathon_main {
  position: relative;
  overflow: hidden;
  background-color: #fcf4e2; 
}
.kagawa_marathon_bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background-image: url(../img/bg_l_sp.png), url(../img/bg_r_sp.png);
  background-repeat: no-repeat;
  background-position: left top, right top;
  background-size: 120px auto, 120px auto;
}
.kagawa_marathon_main > *:not(.kagawa_marathon_bg) {
  position: relative;
  z-index: 1;
}
.kagawa_marathon_header {
  width: 66%;
  max-width: 90rem;
  margin: 0 auto;
  padding: 2rem 0 0;
  text-align: center;
}
.kagawa_marathon_header img {
  width: 80%;
}
.kagawa_marathon_header p {
  font-size: 2rem;
  padding: 2rem 0 3rem;
}
.kagawa_marathon_time {
  width: fit-content;
  margin: 3rem auto;
  display: grid;
  grid-template-columns: auto auto;
  gap: 0.8rem 1.5rem;
  align-items: center;
}
.kagawa_marathon_time dt {
  background: #46a748;
  color: #fff;
  padding: 0.2em 1.1em;
  border-radius: 999px;
  font-weight: 700;
  white-space: nowrap;
}
.kagawa_marathon_time dd {
  margin: 0;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  text-align: left;
}

/* みどころ */
.kagawa_marathon_wave {
  line-height: 0;
  margin: 0;
  position: relative;
  z-index: 2;
}
.kagawa_marathon_wave svg {
  display: block;
  width: 100%;
  height: 80px;
  line-height: 0;
  vertical-align: bottom;
}
.kagawa_marathon_wave--top svg {
  transform: scaleY(-1);
}
.kagawa_marathon_wave--bottom svg {
  transform: scaleY(-1);
  background: #fcf4e2;
  font-size: 0;
  line-height: 0;
}
.kagawa_marathon_green {
  background: #46a748;
  color: #fff;
  padding: 0;
  position: relative;
  z-index: 2;
  margin-top: -10px;
}
.kagawa_marathon_green_box {
  max-width: 90rem;
  margin: 0 auto ;
  padding: 0rem 20px;
}
.kagawa_marathon_green_box p{
  font-size: 1.4rem;
  line-height: 1.8;
  padding-bottom: 2rem;
}


/* 出演者 */
.kagawa_marathon_cast_section {
  background: #fff;
  border-radius: 12px;
  width: calc(100% - 40px);
  max-width: 90rem;
  margin: 3rem auto 0;
  padding: 3rem 1rem 3rem 1rem;
  text-align: center;
  box-sizing: border-box;
}
.kagawa_marathon_cast_title {
  text-align: center;
  margin-bottom: 3rem;
}
.kagawa_marathon_cast_title .jp {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #31653b; 
}
.kagawa_marathon_cast_title .en {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  margin-top: 0.6em;
  opacity: 0.85;
  color: #31653b;
}
.kagawa_marathon_cast_title::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #46a748;
  margin: 1em auto 0;
  opacity: 0.7;
}
.kagawa_marathon_cast_wrap {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
}
.kagawa_marathon_cast_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 1rem;
}
.kagawa_marathon_cast_item img {
  width: 100%;
  max-width: 180px;
  border-radius: 50%;
  margin-bottom: 0.8rem;
  object-fit: cover;
}
.cast_role {
  font-size: 1.3rem;
  font-weight: 600;
  color: #46a748;
  margin-bottom: 0.3rem;
  min-height: 1.5rem;
}
.cast_name {
  font-size: 1.6rem;
  font-weight: 700;
  color: #000;
  min-height: 2.8rem;
  line-height: 1.4;
  word-break: break-word;
}
.cast_name span{
  font-size: 1.3rem;
}

/* ライブ配信 */
.kagawa_marathon_beige {
  background: #fcf4e2;
  padding: 0 0 4rem ;
  position: relative;
  z-index: 2;
}
.kagawa_marathon_beige_box {
  max-width: 90rem;
  margin: 0 auto ;
  padding: 0 20px;
}
.kagawa_marathon_beige_box p {
  font-size: 1.4rem;
  line-height: 1.8;
}
.live_text {
  padding: 1rem 0 4.5rem;
}
.live_text .notice {
  font-size: 1.3rem;
}
.kagawa_marathon_live_wrap {
  display: flex;
  gap: 2rem;
  flex-direction: column;
  align-items: stretch;
}
.kagawa_marathon_live_item {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(0,0,0,0.06);
  display: flex;
  flex-direction: column;
}
.kagawa_marathon_live_title {
  background: #fff;            
  color: #31653b;          
  padding: 1.2rem 1.3rem;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.kagawa_marathon_live_title .en {
  letter-spacing: 0.2em;
  opacity: 0.8;
  background: #46a748;
  color: #fff;
  padding: 0.3em 0.8em;
  border-radius: 999px;
  font-size: 0.7em;
}
.kagawa_marathon_live_title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;             
  background: #46a748;
}
.kagawa_marathon_live_movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  border-radius: 0 0 12px 12px;
  margin-top: auto;
}
.kagawa_marathon_live_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ライブ配信 */
.kagawa_marathon_message_cta {
  position: relative;
  background: url("../img/bg_m.jpg") no-repeat bottom center #fff;
  background-size: contain;
  width: 100%;
  padding: 6rem 1.5rem;
  margin: 2rem 0 0;
}


.kagawa_marathon_message_cta h3{
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
  color: #46a748;
}

/* 内側コンテンツ */
.cta_inner {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
}

/* キャッチ */
/*.cta_catch {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 1.2rem;
  color: #46a748;
}
*/
/* テキスト */
.cta_text {
  font-size: 1.4rem;
  line-height: 1.9;
  margin-bottom: 2.8rem;
}
.cta_text_notice {
  margin-top: 0.8rem;
  font-size: 1.3rem;
}

/* ボタンエリア */
.cta_buttons {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  align-items: center;
}

/* ボタン共通 */
.cta_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  padding: 1.5rem 3.2rem;
  border-radius: 60px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  min-width: 320px;
  font-size: 1.6rem;
}

.material-symbols-outlined.icon {
  font-size: 2rem;
  line-height: 1;
}

/* メインボタン */
.cta_btn.primary {
  background: #46a748;
  color: #fff;
}

.cta_btn.primary:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  background: #3f9441;
}

/* サブボタン */
.cta_btn.secondary {
  border: 2px solid #46a748;
  color: #46a748;
  background: #fff;
}

.cta_btn.secondary:hover {
  transform: translateY(-4px);
  background: #46a748;
  color: #fff;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

/* ===============================
   背景パステル丸
================================= */



/* 中央付近の丸 */
/*.kagawa_marathon_message_cta::after {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  background: #e8ffd9; 
  border-radius: 50%;
  top: 40%;
  left: 65%;
  transform: translate(-50%, -50%);
  filter: blur(70px);
  opacity: 0.4;
  z-index: 1;
}*/










.kagawa_marathon_title01 {
  text-align: center;
  color: #fff;
  margin: 0 0 2em;
  line-height: 1.2;
}

.kagawa_marathon_title01 .jp {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.kagawa_marathon_title01 .en {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  margin-top: 0.6em;
  opacity: 0.85;
}
.kagawa_marathon_title01::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #fff;
  margin: 1em auto 0;
  opacity: 0.7;
}

.kagawa_marathon_title02 {
  text-align: center;
  color: #000;
  margin: 0 0 2em;
  line-height: 1.2;
}
.kagawa_marathon_title02 .jp {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.kagawa_marathon_title02 .en {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  margin-top: 0.6em;
  opacity: 0.85;
}
.kagawa_marathon_title02::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #46a748;;
  margin: 1em auto 0;
  opacity: 0.7;
}



.sp_br {
  display: none;
}

@media screen and (min-width: 768px) {
  .kagawa_marathon_bg {
    background-size: 180px auto, 180px auto;
  }
  .kagawa_marathon_header {
    width: 70%;
    margin: 0rem auto 2rem auto ;
  }
  .kagawa_marathon_header p {
    font-size: 3rem;
}

  .kagawa_marathon_time dt,
  .kagawa_marathon_time dd {
    font-size: 2.3rem;
  }
  .kagawa_marathon_time dt {
    margin-right: 0.3rem;
  }
	
	
	
  .kagawa_marathon_wave svg {
    height: 140px;
  }


  .kagawa_marathon_green {
    padding-bottom: 0;
  }
  .kagawa_marathon_green_box p{
    font-size: 1.8rem;
    text-align: center;
}
	
  .kagawa_marathon_cast_title .jp {
    font-size: 2.4rem;
  }
  .kagawa_marathon_cast_title .en {
    font-size: 0.9rem;
    margin-top: 0.8em;
  }
  .kagawa_marathon_cast_title::after {
    width: 60px;
    height: 3px;
    margin-top: 1.2em;
  }
	
	  .kagawa_marathon_cast_wrap {
    flex-direction: row;
    justify-content: center;
    gap: 2.5rem;
    align-items: stretch;
  }

  .kagawa_marathon_cast_item {
    flex: 1;
    max-width: 220px;
  }
	
	
  .kagawa_marathon_beige_box p{
    font-size: 1.8rem;
    text-align: center;
}
  .live_text .notice {
    font-size: 1.4rem;
}
	
	
  .kagawa_marathon_title01 {
    margin: 0 0 3em;
  }
  .kagawa_marathon_title01 .jp {
    font-size: 2.4rem;
    letter-spacing: 0.08em;
  }
  .kagawa_marathon_title01 .en {
    font-size: 0.9rem;
    letter-spacing: 0.25em;
    margin-top: 0.8em;
  }
  .kagawa_marathon_title01::after {
    width: 60px;
    height: 3px;
    margin-top: 1.2em;
  }
  .kagawa_marathon_title02 {
    margin: 0 0 2em;
  }
  .kagawa_marathon_title02 .jp {
    font-size: 2.4rem;
    letter-spacing: 0.08em;
  }
  .kagawa_marathon_title02 .en {
    font-size: 0.9rem;
    letter-spacing: 0.25em;
    margin-top: 0.8em;
  }
  .kagawa_marathon_title02::after {
    width: 60px;
    height: 3px;
    margin-top: 1.2em;
  }
  .kagawa_marathon_beige_box {
    display: block; 
    gap: 0; 
  }
  .kagawa_marathon_live_wrap {
    flex-direction: row;
    gap: 4rem;
  }
  .kagawa_marathon_live_item {
    flex: 1;
    margin-bottom: 0;
  }

  .kagawa_marathon_live_title {
    font-size: 1.8rem;
  }
	
.kagawa_marathon_message_cta {
  background: url("../img/bg_m.jpg") no-repeat top center #fff;
  background-size: cover;
}
	
	.kagawa_marathon_message_cta h3{
  font-size: 2.4rem;
}
	.cta_text {
  font-size: 1.8rem;
}
.cta_text_notice {
  font-size: 1.4rem;
}
	
	
.sp_br {
  display: inline;
  }

	
}

@media (min-width: 1024px) {
  .kagawa_marathon_bg {
    background-image:
      url(../img/bg_l.png),
      url(../img/bg_r.png);
    background-position:
      left top,
      right top;
    background-size:
      320px auto,
      320px auto;
    background-repeat: no-repeat;
  }
  .kagawa_marathon_header p {
    font-size: 3rem;
}
  .kagawa_marathon_time {
    display: flex;          
    justify-content: center; 
    align-items: center;
    gap: 2.5rem; 
  }
  .kagawa_marathon_time dt,
  .kagawa_marathon_time dd {
    font-size: 2.5rem;
  }
	
	
	
	  .kagawa_marathon_cast_wrap {
    gap: 3rem;
  }
	
  .kagawa_marathon_message_cta {
    padding: 6rem 3rem;
  }

  .cta_text {
    font-size: 1.7rem;
  }

  .cta_buttons {
    flex-direction: row;
    justify-content: center;
  }

  .cta_btn {
    min-width: 280px;
  }
	
}