@charset "utf-8";
/*================================
common
================================*/
:root {
  --colo-main: #16425b;
  --colo-BLK: #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);
  background: #fff1f1;
	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(16vw,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;
}

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

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

.contentsBox {
    padding-inline: 3vw;
    margin-inline: auto;
  }

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

.entry, .outline, .present, .info {
  position: relative;
}

.entry::before, .outline::before, .present::before, .info::before {
  content: "";
  position: absolute;
  background: url(/event/money_seminar/assets/images/line.png) no-repeat center top / 100%;
  width: 100%;
  height: min(2vh, 18px);
  top: 0;
}

.sub_title {
  width: fit-content;
  margin-inline: auto;
  margin-bottom: var(--gap_48px);
  text-align: center;
}

.contentsShadow {
  box-shadow: 0 0 var(--gap_16px) #979797;
}

/*================================
mv
================================*/
.mv {
  padding: var(--gap_48px) 0;
}

.mv__img img {
  width: 100%;
}

/*================================
about
================================*/
.about {
  text-align: center;
}

.about__text01 {
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: var(--gap_24px);
}

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

/*================================
entry
================================*/
.entry__btn {
  display: block;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: var(--gap_48px);
}

.entry__text01 {
  font-size: 1.1em;
  font-weight: 700;
  text-align: center;
  margin-bottom: var(--gap_16px);
}

.entry__text02 {
  text-align: center;
  margin-bottom: var(--gap_16px);
}

.entry__text03 {
  text-align: center;
}

.entry__list {
  max-width: 700px;
  margin-inline: auto;
  margin-top: var(--gap_32px);
}

.entry__list > li {
  font-size: .8em;
  text-indent: -1em;
  padding-left: 1em;
}

.entry.entry02 {
  margin-bottom: var(--gap_64px);
}

/*================================
outline
================================*/
.outline__list > div {
  display: flex;
  justify-content: space-between;
  width: min(100%,720px);
  margin: 0 auto var(--gap_24px);
  padding: var(--gap_24px) var(--gap_16px) 0;
  border-top: 2px solid var(--colo-main);
}

.outline__list > div:last-child {
  border-bottom: 2px solid var(--colo-main);
  padding-bottom: var(--gap_24px);
}

.outline__list > div > dt {
  width: 25%;
  font-weight: 700;
  text-align: center;
}

.outline__list > div > dd {
  width: 75%;
}

.outline__list > div > dd .text_right {
  padding-right: 2.5em;
  text-align: right;
}

/*================================
present
================================*/
.present__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--gap_64px);
  margin-bottom: var(--gap_48px);
}

.present__list > div {
  width: min(80%,330px);
}
.present__list > div > img {
  box-shadow: 0 0 var(--gap_16px) #979797;
}

.present__text {
  font-size: 1.2em;
  font-weight: 700;
  text-align: center;
}

/*================================
info
================================*/
.info__list {
  display: flex;
  justify-content: center;
  gap: var(--gap_48px);
}

.info__img {
  width: 35%;
}

.info__contents {
  width: 55%;
}

.info__img > img {
  display: block;
  margin: 0 auto;
}

.info__text01 {
  line-height: 1.2em;
}

.info__name {
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: var(--gap_16px);
}

.info__title01 {
  font-size: .95em;
  font-weight: 700;
}

.info__text02 {
  font-size: .85em;
}

/*================================
contact
================================*/
.contact {
  background: #ffe2ec;
  padding: var(--gap_32px) 0 var(--gap_48px);
  text-align: center;
}

.sub_title.title05 {
  margin-bottom: var(--gap_24px);
}

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

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

  /*================================
  共通パーツ
  ================================*/
  .entry::before, .outline::before, .present::before, .info::before {
    background: url(/event/money_seminar/assets/images/line_sp.png) no-repeat center top / 100%;
  }

  /*================================
  mv
  ================================*/
  .mv {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding: 0 0 var(--gap_48px);
  }

  /*================================
  entry
  ================================*/
  .sub_title.title01 {
    width: 90%;
  }

  .entry__text03 {
    font-size: .9em;
  }

  /*================================
  outline
  ================================*/
  .sub_title.title02 {
    width: min(40%,160px);
  }

  .outline__list > div {
    display: block;
  }

  .outline__list > div > dt, .outline__list > div > dd {
    text-align: left;
    width: 100%;
  }

  .outline__list > div > dt {
    margin-bottom: var(--gap_16px);
  }

  .outline__list > div > dd .text_right {
    padding-right: 0;
    text-align: right;
  }

  /*================================
  present
  ================================*/
  .sub_title.title03 {
    width: 90%;
  }

  .present__list {
    display: block;
  }

  .present__text {
    font-size: 1em;
  }

  .present__list > div {
    margin: 0 auto;
  }

  .present__list > div:not(:last-child) {
    margin-bottom: var(--gap_32px);
  }

  /*================================
  info
  ================================*/
  .sub_title.title04 {
    width: min(45%,180px);
  }
  .info__list {
    display: block;
  }

  .info__img {
    width: min(80%,330px);
    margin: 0 auto var(--gap_32px);
  }

  .info__contents {
    width: 100%;
    text-align: center;
  }

  .info__text01 {
    margin-bottom: var(--gap_24px);
  }

  .info__name {
    margin-bottom: var(--gap_24px);
  }

  /*================================
  contact
  ================================*/
  .sub_title.title05 {
    width: min(60%,200px);
  }

}


