@charset "utf-8";
/*================================
common
================================*/
:root {
  --colo-main: #252525;
  --colo-red: #e2041b;
	--gap_96px: clamp(32px, 12vw, 96px);
	--gap_80px: clamp(27px, 10vw, 80px);
	--gap_64px: clamp(21px, 8vw, 64px);
	--gap_48px: clamp(16px, 6vw, 48px);
	--gap_32px: clamp(11px, 4vw, 32px);
	--gap_24px: clamp(8px, 3vw, 24px);
	--gap_16px: clamp(5px, 2vw, 16px);
	--gap_8px: clamp(3px, 1vw, 8px);
}

body {
	width: 100%;
	position: relative;
}

body,figure,h1,h2,h3,h4,h5,h6,li,ol,p,ul,dl,dt,dd {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6,p {
	font-size: inherit;
	font-weight: 500;
}
li,ol,ul {
	list-style-type: none;
}
table {
	width: 100%;
}

#page {
	font-size: clamp(18px, 2.2vw, 20px);
	color: var(--colo-main);
	font-family: "Noto Sans CJK JP", Lato, "Noto Sans JP", "游ゴシック Medium", 游ゴシック体, "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6;
	margin: 0 auto;
	/* max-width: 1920px; */
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt" 1;
  position: relative;
}

.top__bg {
  position: relative;
}

.top__bg::before {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: url(/cam/ty_cp2025/assets/images/bg.jpg) no-repeat center / cover;
  z-index: -1;
}

#page * {
	box-sizing: border-box;
}
#page img {
	max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#page a {
	transition: all 0.3s;
	text-decoration: none;
}
#page a[tabindex*="-1"] {
	pointer-events: none;
}
#page a[tabindex*="-1"]:hover {
	opacity: 1;
}
/* リンクとボタンのoutlineを非表示にする */
#page a,
#page button {
	outline: none;
	cursor: pointer;
}
/* ボタンとリンクにフォーカスした時にoutlineが表示されるようにする */
#page a:focus-visible {
	outline: #3683BF solid 2px;
	outline-offset: 2px;
}
#page button:focus-visible {
	outline: #3683BF solid 2px;
	outline-offset: 1px;
}
#page a:hover {
	cursor: pointer;
	text-decoration: none;
	opacity: 0.7;
}
#page label {
	cursor: pointer;
}

#page em {
	font-style: normal;
	font-weight: bold;
}

#page picture { display: block;}

/* #page section:nth-of-type(4),
#page section:last-of-type { margin-bottom: 0;} */

/* #page section {
  padding-top: 10px;
  margin-top: -10px;
} */

.pc {
  display: block;
}

.sp {
  display: none;
}


.ib {
	font-size: inherit !important;
	display: inline-block;
}

/* =============================================================
    【g_navi】ブロック ※グローバルナビ
============================================*/
#p_header {
	position: sticky;
	top: 0;
	z-index: 900;
}
.menu_wrap {
	background-color: #000;
	box-shadow: 0 0 var(--gap_8px) #000;
}

.g_navi_wrap.flex {
	margin: 0 auto;
	max-width: 1350px;
    display: flex;
	justify-content: center;
}
.g_navi_wrap *,
.g_navi_wrap *::before,
.g_navi_wrap *::after {
	border-color: #fff !important;
}
.g_navi_wrap li {
	font-size: clamp(14px,1.6vw,20px);
	width: calc(100% / 9);
	text-align: center;
	border-right: solid 1px;
}
.g_navi_wrap li > div {
	width: 100%;
}
.g_navi_wrap li:first-child {
	border-left: solid 1px;
}
.g_navi_wrap a {
  font-size: .9em;
	display: block;
	width: 100%;
	position: relative;
}
.g_navi_wrap a:not(.nolink)::after {
	content: "";
	position: absolute;
	width: 100%;
	border-bottom: solid 1px;
	left: 0;
	bottom: 0;
	/*横方向0で非表示にする*/
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	/*中央を基点にアニメーション*/
	-webkit-transform-origin: center top;
	transform-origin: center top;
	/*アニメーションの速度設定*/
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.g_navi_wrap a:not(.nolink):hover {
	background-color: #000;
}
.g_navi_wrap span {
	font-weight: bold;
	color: #fff;
	line-height: 1;
  min-height: 70px;
	padding: var(--gap_16px) 8px;
	display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.g_navi_wrap span::after {
    content: attr(data-text) "";
    font-size: .6em;
    font-weight: normal;
    margin-top: var(--gap_8px);
    display: block;
}
.g_navi a[tabindex*="-1"] {
	position: relative;
}
.g_navi a[tabindex*="-1"]::after {
	content: "coming soon";
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-10deg);
	opacity: 1;
	color: #fff;
	text-shadow: 0 0 0.2em #000, 0 0 0.2em #000, 0 0 0.2em #000, 0 0 0.3em #000, 0 0 0.3em #000;
}
.g_navi a[tabindex*="-1"] span {
	color: #000;
}
.nav__icon--instagram, .nav__icon--x {
  width: min(5vw, 17px) !important;
}
@media screen and (min-width: 768px) {
	.g_navi_wrap a:hover::after {
		/*横方向等倍まで拡大*/
		transform: scale(1, 1);
	}
	.trigger_wrap {
		display: none;
	}
	.g_navi {
		display: block !important;
	}
}
@media not screen and (min-width: 767px) {
    .menu_wrap {
        background: none;
        box-shadow: none;
    }
	.trigger_wrap {
		text-align: right;
		padding: 0;
		position: relative;
		z-index: 1010;
	}
	.btn_trigger {
    background-color: #000;
    font-size: 30px;
    color: #fff;
    border: 0;
    height: 55px;
    width: 55px;
    position: absolute;
    top: 0;
    right: 0;
	}
    
	.btn_trigger i {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.btn_trigger .menu_close,
	.btn_trigger.is-opend .menu_bar {
		display: none;
	}
	.btn_trigger.is-opend .menu_close {
		display: block;
	}
	.g_navi {
		width: 100%;
		padding-top: 40px;
		position: absolute;
		top: 0;
        height: 100vh;
		/* height: 100svh; */
		overflow-y: scroll;
		background-color: #000;
		box-shadow: 0 0 var(--gap_8px) #000;
		z-index: -1;
		display: none;
		-ms-overflow-style: none;
		/* スクロールバー非表示（IE・Edge） */
		scrollbar-width: none;
		/* スクロールバー非表示（Firefox） */
	}
	.g_navi::-webkit-scrollbar {
		/* スクロールバー非表示（Chrome・Safari） */
		display: none;
	}
	.g_navi_wrap.flex {
		flex-direction: column;
        padding: 20px 16px;
	}
	.g_navi_wrap li {
		border: 0 !important;
		width: 100%;
		margin: 0 auto !important;
	}
	.g_navi_wrap li:not(:last-child) {
		border-bottom: dotted 1px #fff !important;
	}
	.g_navi_wrap span {
		padding: 24px 12px;
	}
  .g_navi_wrap span::after {
    padding-top: .2em;
    font-size: .8em;
  }
}

#page_top {
  position: fixed;
  right: 0.5%;
  bottom: 2%;
  display: block;
  width: min(20vw,100px);
  z-index: 999;
}

#page_top img { width: 100%;}

.top__movie {
  margin: var(--gap_24px) auto;
}

.movie {
  position: relative;
  max-width: 900px;
  aspect-ratio: 16/9;
  margin: 0 auto var(--gap_32px);
  overflow: hidden;
}

.tver_area {
	text-align: center;
	text-shadow: 0 0 0.2em #fff,0 0 0.2em #fff,0 0 0.3em #fff,0 0 0.3em #fff,0 0 0.3em #fff;
    margin: var(--gap_64px) auto var(--gap_32px);
    width: clamp(250px, 50vw, 450px);
}

.tver_info {
    margin-bottom: var(--gap_8px);
}

.tver_info em {
	font-size: 1.3em;
}

.tver_area .tver_info_btm {
    color: inherit;
    margin: var(--gap_16px) auto 0;
    text-align: center;
    line-height: 1.2;
}

.tvo-video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}


@media not screen and (min-width: 767px) {
  #page_top {
    z-index: 800;
  }
}


/*================================
共通パーツ
================================*/
.inner {
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: 30px;
}

.inner.contentsBox {
  background: #fff;
}

@media not screen and (min-width: 768px) {
  .inner {
    width: 94%;
    padding-inline: calc((16/750)*100vw);
  }

  .inner_wide, .inner_contents {
    max-width: 94%;
    padding-inline: 3vw;
    margin-inline: auto;
  }

  .pc {
    display: none;
  }
  
  .sp {
    display: block;
  }
}

.contentsBox {
  width: 100%;
  background: #fff;
  padding: var(--gap_80px) var(--gap_32px);
}

/* .contents__box:last-of-type {
  margin-bottom: var(--gap_96px);
} */

/*================================
共通text
================================*/
.title__border {
  max-width: 1240px;
  margin-inline: auto;
  background-size: auto auto;
  background-color: rgba(232, 54, 73, 1);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(226, 4, 27, 1) 10px, rgba(226, 4, 27, 1) 20px );
  padding: var(--gap_16px) 0;
  color: #fff;
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
}

.main_text01 {
  font-size: 1.1em;
  line-height: 2em;
  text-align: center;
  margin-bottom: var(--gap_24px);
}

.main_text02 {
  font-size: 1.1em;
  line-height: 2em;
  text-align: center;
}

.large_red {
  font-size: 1.3em;
  font-weight: 700;
  color: var(--colo-red);
}



/*================================
mv
================================*/
.mv__img img {
  width: 100%;
}

/*================================
about
================================*/



/*================================
onair
================================*/
.onair_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: var(--gap_64px);
}

.onair_list > li {
  width: 40%;
}

.onair_list > li img {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

/*================================
present
================================*/
.present__img {
  margin-bottom: var(--gap_24px);
}

.present__list {
  display: flex;
  justify-content: center;
  gap: var(--gap_48px);
}

.present__list.mb60 {
  margin-bottom: var(--gap_64px);
}

.present__list:not(:last-of-type) {
  border-bottom: 1px dotted #252525;
  padding-bottom: var(--gap_32px);
  margin-bottom: var(--gap_32px);
}

.present__list--img, .present__list--contents {
  width: 46%;
}

.present__list--contents > h3 {
  margin-bottom: var(--gap_32px);
}

.present__list--text01 {
  background: #e2041b;
  color: #fff;
  font-size: 1.3em;
  font-weight: 700;
  padding: .3em .8em;
  width: fit-content;
  margin-bottom: var(--gap_8px);
}

.present__list--text02 {
  font-weight: 700;
  margin-bottom: var(--gap_48px);
}

.present__list--text02.m0920 {
  margin-bottom: var(--gap_32px)
}

.present__list--text03 {
  font-size: 1.2em;
  font-weight: bold;
  padding: var(--gap_16px) var(--gap_32px);
  line-height: 1;
  border-radius: var(--gap_8px);
  border: 3px solid #252525 ;
}

.present__list--text03 > i {
  font-size: 1.5em;
}

.present__list--text03 > span > em {
  color: var(--colo-red);
  font-size: 1.4em;
  color: var(--colo-red);
}

.present__deadline {
  background: #e2041b;
  color: #fff;
  font-size: 1.15em;
  font-weight: 700;
  padding: .6em .8em;
  width: fit-content;
  text-align: center;
  margin: var(--gap_64px) auto;
}

.present__list02 {
  font-size: .9em;
  width: fit-content;
  margin: 0 auto;
  text-indent: -1em;
  padding-left: 1em;
}

.present__list02--title {
  font-weight: 700;
}








@media not screen and (min-width: 768px) {

  /*================================
  common
  ================================*/
  #page {
    line-height: 1.4;
  }

  /*================================
  共通パーツ
  ================================*/


  /*================================
  共通text
  ================================*/
  .title__border {
    font-size: 1.3em;
  }

  .main_text01 {
    font-size: .9em;
    line-height: 1.5em;
    text-align: center;
    margin-bottom: var(--gap_24px);
  }

  .main_text02 {
    font-size: .9em;
    line-height: 1.5em;
    text-align: center;
  }

  .large_red {
    font-size: 1.3em;
    font-weight: 700;
    color: var(--colo-red);
  }


  /*================================
  mv
  ================================*/



  /*================================
  about
  ================================*/

  /*================================
  onair
  ================================*/
  .onair_list {
    display: block;
  }

  .onair_list > li {
    width: 100%;
  }

  .onair_list > li:not(:last-child) {
    margin-bottom: var(--gap_48px);
  }


  /*================================
  present
  ================================*/
  .present__list {
    display: block;
  }

  .present__list--img, .present__list--contents {
    width: 100%;
  }

  .present__list--item01 {
    width: min(60vw,200px);
  }

  .present__list--img {
    margin-bottom: var(--gap_32px);
  }

  .present__list--text02.m0920 {
    margin-bottom: var(--gap_48px);
  }

  .present__list--text03 {
    font-size: 1.2em;
    font-weight: bold;
    padding: var(--gap_24px) var(--gap_32px);
    line-height: 1;
    border-radius: var(--gap_16px);
    border: 3px solid #252525;
    margin-bottom: var(--gap_64px);
  }

  .present__list:not(:last-of-type) {
    padding-bottom: var(--gap_96px);
    margin-bottom: var(--gap_64px);
  }

  .present__deadline {
    width: 100%;
    text-align: center;
    margin: var(--gap_96px) auto var(--gap_80px);
  }








}


