@font-face {
	font-family: "Helvetica Neue LT Std 67 Medium Condensed";
	src: url("../font/Helvetica Neue LT Std 67 Medium Condensed/Helvetica Neue LT Std 67 Medium Condensed.otf") format("opentype");
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Helvetica Neue LT Std 65 Medium";
	src: url("../font/Helvetica Neue LT Std 65 Medium/Helvetica Neue LT Std 65 Medium.otf") format("opentype");
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Helvetica Neue LT Std 55 Roman";
	src: url("../font/Helvetica Neue LT Std 55 Roman/Helvetica Neue LT Std 55 Roman.otf") format("opentype");
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Helvetica Neue LT Std 75 Bold";
	src: url("../font/Helvetica Neue LT Std 75 Bold/Helvetica Neue LT Std 75 Bold.otf") format("opentype");
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Helvetica Neue LT Std 77 Bold Condensed";
	src: url("../font/Helvetica Neue LT Std 77 Bold Condensed/Helvetica Neue LT Std 77 Bold Condensed.otf") format("opentype");
	font-style: normal;
	font-display: swap;
}

body {
	font-family: "Noto Sans JP", sans-serif;
}

body {
	background: #FFF;
	color: #000;
}

.blue {
	color: #00A0DE;
}

.green {
	color: #52BA52;
}

.orange {
	color: #E8863D;
}

.brown {
	color: #BA8383;
}

.lightblue {
	color: #66cccc;
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	min-height: 100vh;
	text-rendering: optimizeLegibility;
	line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	max-width: 100%;
	display: block;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article>*+* {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

/* ホバー */

a {
	-webkit-text-decoration: none;
	text-decoration: none;
	color: inherit;
	transition: opacity 0.3s;
}

.individual__background {
	background: url(../../assets/images/common/SID2026_main_visual.jpg) no-repeat;
	background-position: center bottom;
	background-size: cover;
	width: 100vw;
	height: 41.4125rem;
	position: fixed;
	top: 0;
	left: 0;
}

.individual__v {
	padding-top: 7.125rem;
	padding-bottom: 2.5rem;
}

.individual__v-title {
	font-size: 1.875rem;
	font-family: "Helvetica Neue LT Std 75 Bold";
	line-height: 2.825rem;
	font-weight: 500;
}

.individual__v-type {
	margin-top: -0.625rem;
	font-size: 2.5rem;
	font-family: "Helvetica Neue LT Std 75 Bold";
	font-weight: 500;
}

.individual {
	padding-top: 5rem;
	padding-bottom: 9.3125rem;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.75) 0%, rgb(255, 255, 255) 24.1%, rgb(255, 255, 255) 100%);
	-webkit-backdrop-filter: blur(30px);
	backdrop-filter: blur(30px);
	position: relative;
}

.individual__title.session-title::before {
	width: 108%;
}

.individual__contents {
	margin-top: 1.25rem;
	display: grid;
	grid-template-columns: 1fr 40.625rem;
	grid-gap: 2.5rem;
	gap: 2.5rem;
	margin-bottom: 2.5rem;
}

.individual__info-wrapper {
	margin-top: 0.9375rem;
}

.individual__info-date.info-date .--week {
	margin-right: 0.4375rem;
}

.individual__together {
	margin-top: 1.0625rem;
	font-size: 0.875rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}

.individual__together-img {
	margin-top: 0.375rem;
	-o-object-fit: contain;
	object-fit: contain;
	width: 5.8125rem;
}

.individual__textbox-title {
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 3.125rem;
	/* 160% */
	letter-spacing: 0.1em;
	font-family: "Noto Serif JP", serif;
}

.individual__textbox-text {
	margin-top: 2.3125rem;
	font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 2.1875rem;
}

.individual__speakers-wrap {
	display: flex;
	flex-direction: column;
	align-items: end;
}

.individual__speaker-wrap {
	padding-top: 3.25rem;
	padding-bottom: 2.9375rem;
	border-top: 1px solid #ccc;
	display: flex;
	flex-direction: row;
	gap: 4.5rem;
	justify-content: end;
}

.individual__speaker-wrap:last-child {
	padding-bottom: 0;
}

.individual__speaker-photo {
	width: 14.0625rem;
	height: 14.0625rem;
	border-radius: 50%;
	-o-object-fit: cover;
	object-fit: cover;
}

.individual__speaker-textbox {
	width: 65.65%;
}

.individual__speaker-role {
	font-size: 1rem;
	font-family: "Helvetica Neue LT Std 75 Bold";
	line-height: 1.3125rem;
	font-weight: 500;
}

.individual__speaker-name {
	margin-top: 0.6875rem;
	font-size: 1.25rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	line-height: 1.3125rem;
}

.individual__speaker-name .--en {
	font-size: 1rem;
	font-family: "Helvetica Neue LT Std 55 Roman";
	color: #333;
	display: inline-block;
	margin-left: 1rem;
}

.individual__speaker-job {
	margin-top: 0.4375rem;
	font-size: 0.8125rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	color: #666;
	line-height: 1.25rem;
}

.individual__speaker-text {
	margin-top: 1.25rem;
	font-size: 0.875rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	line-height: 1.5625rem;
}

.background {
	background: url(../../assets/images/common/SID2026_main_visual.jpg) no-repeat;
	background-position: center bottom;
	background-size: cover;
	width: 100vw;
	height: 100vh;
	/* fallback */
	height: 100svh;
	/* Safari対策 */
	height: 100dvh;
	position: fixed;
	top: 0;
	left: 0;
}

.main-content {
	position: relative;
	overflow-x: hidden;
}

.main-v {
	padding-top: 8.375rem;
	padding-bottom: 6.75rem;
	position: relative;
}

.main-v__10th-logo {
	width: 9.375rem;
	margin-left: auto;
	margin-right: auto;
}

.main-v__catch {
	margin-top: 0.125rem;
	text-align: center;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	font-family: "Noto Serif JP", serif;
}

.main-v__title-en {
	margin-top: 5.875rem;
	text-align: center;
	font-size: 2.375rem;
	font-family: "Helvetica Neue LT Std 75 Bold";
	letter-spacing: 0.04em;
	color: #FAF7F7;
	font-weight: 500;
}

.main-v__headline {
	margin-top: 2.54375rem;
	width: 27.88875rem;
	margin-left: auto;
	margin-right: auto;
}

.main-v__head {
	margin-top: 1.6875rem;
	text-align: center;
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 2.375rem;
	letter-spacing: 0.2em;
	font-family: "Noto Serif JP", serif;
	color: #FFF;
}

.main-v__period {
	margin-top: 4.61875rem;
	text-align: center;
	font-family: "Helvetica Neue LT Std 67 Medium Condensed";
	font-size: 3.4375rem;
	color: #FCFCFC;
	font-weight: 400;
}

.main-v__period .--arrow {
	display: inline-block;
	margin-right: 0.99375rem;
	margin-left: 1.11875rem;
	width: 2.0175rem;
	margin-bottom: 0.3125rem;
}

.main-v__btn {
	position: absolute;
	left: 3.125rem;
	bottom: 4.10625rem;
}

.intro {
	padding-top: 13.125rem;
	padding-bottom: 8.125rem;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%);
}

.intro__title {
	text-align: center;
	font-family: "Noto Serif JP", serif;
	font-size: 2.1875rem;
	font-weight: 700;
	letter-spacing: 0.12em;
}

.intro__text {
	margin-top: 2.1875rem;
	font-family: "Noto Serif JP", serif;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 2.875rem;
	/* 250% */
	letter-spacing: 0.04em;
	text-align: center;
	max-width: 34.5rem;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.intro__text span {
	letter-spacing: 0.02em;
}

.speech1 {
	background: rgba(255, 255, 255, 0.61);
	backdrop-filter: blur(50px);
	-webkit-backdrop-filter: blur(50px);
}

.session1 {
	background: #FFF;
}

.session2 {
	background: #F2F2F2;
}

.timetable {
	position: relative;
	padding-top: 4.375rem;
	padding-bottom: 6.1875rem;
}

.timetable::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(to bottom, rgba(102, 204, 255, 0.6) 0%, rgba(255, 255, 51, 0.6) 52.22%, rgba(0, 160, 222, 0.6) 100%);
	mix-blend-mode: screen;
	pointer-events: none;
}

.timetable>* {
	position: relative;
	z-index: 1;
}

.timetable__inner.inner {
	margin: 0 auto;
}

.timetable__title {
	font-family: "Helvetica Neue LT Std 75 Bold";
	font-size: 2.1875rem;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
	font-weight: 500;
}

.timetable__title::before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0.875rem;
	display: inline-block;
	width: 120%;
	height: 3px;
	background: linear-gradient(to right, rgb(243, 250, 53) 0%, rgb(252, 81, 219) 100%);
	z-index: -1;
}

.timetable__schedule-wrap {
	margin-top: 1.5rem;
	display: flex;
	gap: 1.25rem;
	margin-bottom: 2rem;
	justify-content: center;
}

.timetable__schedule-list {
	display: contents;
}

.timetable__schedule-link {
	border: 1px solid #666;
	color: #666;
	text-align: center;
	font-family: "Helvetica Neue LT Std 75 Bold";
	font-size: 1rem;
	padding-top: 0.5rem;
	border-radius: 1.25rem;
	width: 6.25rem;
	height: 2.25rem;
}

.timetable__note {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.7;
	text-align: center;
	padding-bottom: 0.5rem;
}

.timetable__btn-wrap {
	margin-top: 5.625rem;
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 8.75rem;
}

.speakers {
	padding-top: 4.375rem;
	padding-bottom: 6.25rem;
	background: #fff;
}

.speakers__title {
	margin-left: auto;
	margin-right: auto;
}

.speakers__items {
	margin-top: 1.875rem;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	row-gap: 1.875rem;
	-moz-column-gap: 1.8125rem;
	column-gap: 1.8125rem;
	justify-content: center;
}

.speakers__item {
	width: 14.0625rem;
}

.speakers__item-appearance {
	margin-top: 0.5rem;
	font-family: "Noto Sans JP", sans-serif;
	color: #666;
	font-size: 0.75rem;
	line-height: 1.125rem;
	font-weight: 400;
	width: 12.5rem;
}

.speakers__item-appearance .--times {
	color: #00A0DE;
	font-family: "Helvetica Neue LT Std 75 Bold";
	font-size: 0.8125rem;
	line-height: 1.125rem;
}

.speakers__item-appearance .--date {
	color: #333;
	font-family: "Helvetica Neue LT Std 67 Medium Condensed";
	font-size: 0.8125rem;
	line-height: 1.125rem;
}

.join {
	padding-top: 4.5625rem;
	padding-bottom: 4.9375rem;
	background: rgba(255, 255, 255, 0.7);
	backdrop-filter: blur(42px);
	-webkit-backdrop-filter: blur(42px);
}

.join__title {
	margin-left: auto;
	margin-right: auto;
}

.join__title.session-title::before {
	width: 121%;
}

.join__held-items {
	margin-top: 1.375rem;
	border-radius: 1.875rem;
	background: rgba(250, 250, 250, 0.7);
	width: 51.375rem;
	padding: 3.4375rem 5.4375rem 3.625rem 5.3125rem;
	margin-left: auto;
	margin-right: auto;
}

.join__held-items.--bottom {
	margin-top: 2.5rem;
}

.join__held-text.held-text {
	font-size: 1.25rem;
	line-height: 2.375rem;
}

.join__held-text.held-text .--en {
	font-family: "Helvetica Neue LT Std 65 Medium";
}

.join__held-text.held-text .--social {
	display: inline-block;
	padding-left: 15.625rem;
}

.join__held-text.held-text .--small {
	font-size: 1.03125rem;
}

.join__held-item-img {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

.join__sponsor-text {
	font-size: 1.25rem;
	line-height: 2.5rem;
}

.join__archive-text {
	font-size: 0.8125rem;
	line-height: 1.5625rem;
}

.join__archive-text .--large {
	font-size: 1.125rem;
	line-height: 2.125rem;
}

.join__ticket-title {
	margin-top: 7.8125rem;
	font-family: "Helvetica Neue LT Std 75 Bold";
	font-size: 2.1875rem;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
	line-height: 4.375rem;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
	font-weight: 500;
}

.join__ticket-title::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 1.625rem;
	display: inline-block;
	transform: translateX(-50%);
	width: 186%;
	height: 3px;
	background: linear-gradient(to right, rgb(243, 250, 53) 0%, rgb(252, 81, 219) 100%);
	z-index: -1;
}

.join__ticket-items {
	margin-top: 2.4625rem;
	display: flex;
	gap: 1.875rem;
	flex-direction: row;
	justify-content: center;
}

.join__ticket-item {
	width: 21.25rem;
	height: 16.25rem;
	border-radius: 1.875rem;
	background: rgba(255, 255, 255, 0.8);
	padding: 2.6875rem 4.34375rem 1.625rem 4.40625rem;
	position: relative;
}

.join__ticket-item.--member {
	margin-top: 2.625rem;
	width: 44.375rem;
	height: 16.125rem;
	padding: 2.65625rem 3.25rem 1.96875rem 3.1rem;
	margin-left: auto;
	margin-right: auto;
}

.join__ticket-item .ticket-circle {
	position: absolute;
	top: -1.5625rem;
	left: 0.8125rem;
	background: #00A0DE;
	border-radius: 50%;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	transform: rotate(-9deg);
	width: 3.625rem;
	height: 3.625rem;
	text-align: center;
	font-size: 0.9375rem;
	padding-top: 1.0625rem;
	line-height: 0.9375rem;
}

.join__ticket-item .ticket-circle .--small {
	font-size: 0.75rem;
}

.join__ticket-item .ticket-circle.--large {
	left: 0.6875rem;
	width: 4.875rem;
	height: 4.875rem;
	font-size: 0.875rem;
	padding-top: 2rem;
}

.join__ticket-type {
	font-size: 1.25rem;
	text-align: center;
	letter-spacing: 0.2em;
	font-weight: 500;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.8125rem;
}

.join__ticket-price {
	margin-top: 0.5rem;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid #999;
	font-family: "Helvetica Neue LT Std 55 Roman";
	font-size: 2.5rem;
	text-align: center;
}

.join__ticket-price .--mark {
	font-size: 1.875rem;
}

.join__ticket-price.--member {
	margin-top: 1.25rem;
	font-size: 2.1875rem;
	text-align: left;
	padding-bottom: 0.3125rem;
	letter-spacing: -0.0125rem;
}

.join__ticket-price.--member .--person {
	font-size: 0.875rem;
	color: #666;
	display: inline-block;
	margin-right: 0.5rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
}

.join__ticket-price.--member .--person-under {
	margin-left: 1.25rem;
}

.join__ticket-price.--member .--mark {
	font-size: 1.5625rem;
}

.join__ticket-detail {
	margin-top: 1.375rem;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.75rem;
	text-align: center;
}

.join__ticket-item-detail {
	margin-top: 1.03125rem;
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.375rem;
}

.join__ticket-item-detail .--link {
	font-weight: 700;
}

.join__link {
	margin-top: 6.6875rem;
	width: 23.1875rem;
	height: 7.3125rem;
	background: #00A0DE;
	border-radius: 2.0625rem;
	margin-left: auto;
	margin-right: auto;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.8125rem;
	letter-spacing: 0.2em;
	text-align: center;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.join__member-info {
	margin-top: 9.5rem;
	width: 61.875rem;
	background: rgba(250, 250, 250, 0.7);
	border-radius: 1.875rem;
	padding: 2.375rem 3.4375rem 2rem 3.4375rem;
	margin-left: auto;
	margin-right: auto;
}

.join__member-info-text {
	margin-top: 1.875rem;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	line-height: 1.75rem;
	font-weight: 400;
}

.join__member-info-text a {
	font-weight: 700;
}

.join__benefits {
	margin-top: 2.625rem;
	width: 61.875rem;
	background: rgba(250, 250, 250, 0.7);
	border-radius: 1.875rem;
	padding: 2.3125rem 2.1875rem 3rem 3.4375rem;
	margin-left: auto;
	margin-right: auto;
}

.join__benefits-link {
	margin-top: -5rem;
	padding-top: 5rem;
}

.join__benefits-wrap {
	margin-top: 2rem;
	display: flex;
	flex-direction: row;
	gap: 4.9375rem;
}

.join__benefits-right {
	position: relative;
	flex-shrink: 0;
}

.join__benefits-right::before {
	position: absolute;
	content: "";
	width: 1px;
	height: 14.875rem;
	background: #999;
	left: -2.65625rem;
	top: 0rem;
}

.join__benefits-list {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.75rem;
	letter-spacing: 0;
	font-feature-settings: "pnum";
	font-variant-numeric: proportional-nums;
}

.join__benefits-list .--number {
	font-weight: 700;
}

.join__benefits-detail {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.75rem;
	color: #666;
}

.join__benefits-detail.--number3 {
	margin-left: 1rem;
}

.join__benefits-detail.--number4 {
	font-size: 0.75rem;
}

.join__benefits-target-title {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.75rem;
}

.join__benefits-target-text {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.75rem;
}

.join__benefits-target-text .--small {
	font-size: 0.8125rem;
}

.join__benefits-target-attention {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.75rem;
	color: #666;
}

.join__benefits-entry {
	margin-left: 1.875rem;
	width: 51.25rem;
	margin-top: 2rem;
	border: 1px solid #999;
	border-radius: 1.25rem;
	padding: 1.875rem 1.625rem 1.5rem 3.4375rem;
}

.join__benefits-entry-title {
	font-size: 0.875rem;
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.1em;
	line-height: 1.25rem;
}

.join__benefits-entry-text {
	margin-top: 0.3125rem;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.625rem;
	color: #333;
}

.join__benefits-entry-text .--bold {
	font-weight: 600;
}

.join__benefits-entry-text .--small {
	font-size: 0.8125rem;
}

.join__benefits-entry-text .--indent {
	margin-left: 4.3125rem;
	display: inline-block;
}

.sponsors {
	background: #fff;
	padding-top: 4.375rem;
	padding-bottom: 7.9625rem;
}

.partners__title {
	margin-left: 3.25rem;
}

.partners__title.session-title {
	font-size: 1.875rem;
}

.partners__title.session-title::before {
	width: 132%;
}

.sponsors__title {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	text-align: center;
	margin-top: 2.625rem;
	letter-spacing: 0.5em;
}

.sponsors__title::before {
	content: "";
	width: 18.75rem;
	height: 1px;
	background: #666;
	display: inline-block;
	margin-right: 5.3125rem;
	vertical-align: middle;
}

.sponsors__title::after {
	content: "";
	width: 18.75rem;
	height: 1px;
	background: #666;
	display: inline-block;
	margin-left: 5.3125rem;
	vertical-align: middle;
}

.supporters__title {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	text-align: center;
	margin-top: 6.35rem;
	letter-spacing: 0.5em;
}

.supporters__title::before {
	content: "";
	width: 18.75rem;
	height: 1px;
	background: #666;
	display: inline-block;
	margin-right: 5.3125rem;
	vertical-align: middle;
}

.supporters__title::after {
	content: "";
	width: 18.75rem;
	height: 1px;
	background: #666;
	display: inline-block;
	margin-left: 5.3125rem;
	vertical-align: middle;
}

.sponsors__items {
	margin-top: 5.4625rem;
	display: flex;
	flex-direction: column;
	gap: 8.125rem;
}

.sponsors__items-wrapper {
	display: grid;
	grid-template-columns: 12.5rem 1fr;
}

.sponsors__items-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 5rem;
}

.sponsors__items-wrap.--plat {
	gap: 1.875rem;
}

.sponsors__items-title {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.625rem;
	color: #333;
	margin-left: 4.0625rem;
	flex-shrink: 0;
}

.sponsor-plat {
	width: 80%;
	margin-left: -3%;
}

.sponsor-gold {
	width: 37%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.sponsor-gold.--norin {
	width: 30%;
	margin-left: 6%;
}

.sponsor-gold.--nomura {
	width: 38%;
	margin-left: 18%;
}

.sponsor-silver,
.sponsor-bronze {
	width: 46%;
	display: flex;
	align-items: center;
}

.sponsor-silver.--and,
.sponsor-bronze.--and {
	width: 43%;
}

.sponsor-silver.--nissei,
.sponsor-bronze.--nissei {
	margin-left: -8%;
}

.sponsor-silver.--ic,
.sponsor-bronze.--ic {
	margin-left: 15%;
}

.sponsors__item-img {
	display: block;
	margin: 0 auto;
	-o-object-fit: contain;
	object-fit: contain;
}

.sponsors__item-img.--plat {
	width: 60%;
}

.sponsors__item-img.--pwc {
	width: 55%;
}

.sponsors__item-img.--gold {
	width: 100%;
}

.sponsors__item-img.--gold.--norin {
	width: 75%;
}

.sponsors__item-img.--gold.--nomura {
	width: 100%;
}

.sponsors__item-img.--silver {
	width: 90%;
}

.sponsors__item-img.--bronze.--nissei {
	width: 100%;
}

.sponsors__item-img.--bronze {
	width: 45%;
}

.supporters__items {
	margin-top: 5.25rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	margin-left: auto;
	margin-right: auto;
	row-gap: 2.5rem;
}

.supporters__items .--silver {
	width: 25%;
	-o-object-fit: contain;
	object-fit: contain;
}

.about {
	padding-top: 4.375rem;
	background: radial-gradient(100% 100%, rgb(255, 255, 255) 0%, rgb(246, 246, 246) 42.36%, rgb(204, 204, 204) 100%);
	padding-bottom: 5.65rem;
}

.about__title {
	margin-left: 3.3125rem;
}

.about__title.session-title::before {
	width: 128%;
}

.about__title.session-title {
	font-size: 1.875rem;
}

.about__sponsor {
	margin-top: 1.375rem;
}

.common__about {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.5em;
	position: relative;
	line-height: 4.375rem;
	text-align: center;
}

.common__about::before {
	content: "";
	width: 18.75rem;
	height: 1px;
	background: #666;
	display: inline-block;
	margin-right: 5.625rem;
	vertical-align: middle;
}

.--special.common__about::before {
	content: "";
	width: 18.75rem;
	height: 1px;
	background: #666;
	display: inline-block;
	margin-right: 4.375rem;
	vertical-align: middle;
}

.--special.common__about::after {
	content: "";
	width: 18.75rem;
	height: 1px;
	background: #666;
	display: inline-block;
	margin-left: 4.375rem;
	vertical-align: middle;
}

.common__about::after {
	content: "";
	width: 18.75rem;
	height: 1px;
	background: #666;
	display: inline-block;
	margin-left: 5.625rem;
	vertical-align: middle;
}

.about__item {
	max-width: 51.25rem;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	grid-gap: 1.8125rem;
	gap: 1.8125rem;
	display: grid;
	grid-template-columns: 1fr 31.875rem;
	margin-top: 1.375rem;
}

.about__item-img {
	margin-top: 0.5rem;
}

.about__item-img.--simi {
	width: 17.5625rem;
}

.about__item-img.--siif {
	width: 8.25rem;
	margin-left: auto;
	margin-right: auto;
}

.about__item-text {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.5625rem;
	letter-spacing: 0;
}

.about__item-text .--head {
	font-family: "Helvetica Neue LT Std 75 Bold";
	font-size: 0.875rem;
	font-weight: 500;
}

.about__host {
	margin-top: 5.5rem;
}

.about__host-items {
	margin-top: 3.125rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	row-gap: 3.125rem;
	align-items: center;
}

.about__host-item.--silver {
	width: 47%;
}

.about__host-item-img.--silver {
	-o-object-fit: contain;
	object-fit: contain;
	margin-left: auto;
	margin-right: auto;
	width: 63%;
}

.about__host-item-img.--silver.--isa {
	width: 55%;
}

.about__host-item-img.--silver.--impact {
	width: 45%;
}

.session__attention {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.8125rem;
	font-weight: 500;
	line-height: 1.75rem;
}

.supporters__item-link {
	display: contents;
}

body {
	line-break: strict;
	-webkit-font-smoothing: antialiased;
}

.btn__pdf-en {
	text-align: center;
	font-family: "Helvetica Neue LT Std 75 Bold";
	font-size: 0.9375rem;
	font-weight: 500;
	width: 18.125rem;
	height: 4.0625rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 1.625rem;
	border: 1px solid #000;
	letter-spacing: 0;
	padding-top: 0.375rem;
}

.btn__pdf-en.--white {
	border: 1px solid #FDFFEB;
	color: #FDFFEB;
}

.btn__pdf-en span {
	font-size: 0.8125rem;
}

.session-detail-btn {
	display: inline-block;
	text-align: center;
	font-size: 0.8125rem;
	letter-spacing: 0.05em;
	padding: 0.875rem;
	border-radius: 1.625rem;
	border: 1px solid #000;
	width: 15.230625rem;
	height: 3.75rem;
	padding-top: 1.25rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
}

.btn__pdf-ja {
	text-align: center;
	font-size: 0.875rem;
	width: 18.125rem;
	height: 4.0625rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 1.625rem;
	border: 1px solid #000;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.1em;
	font-weight: 600;
}

.btn__pdf-ja span {
	letter-spacing: 0;
}

.btn__buy {
	background: url(../../assets/images/common/btn-circle.svg) no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 50%;
	color: #00A0DE;
	text-align: center;
	width: 8.125rem;
	height: 8.125rem;
	font-family: "Helvetica Neue LT Std 75 Bold";
	font-size: 1.25rem;
	font-weight: 600;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: fixed;
	bottom: 1.5rem;
	right: 1rem;
	z-index: 50;
	line-height: 1.5625rem;
}

.btn__buy .--apply {
	margin-top: -3px;
	font-size: 0.6875rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}

.about__btn-detail {
	margin-top: 2.0625rem;
	font-size: 0.8125rem;
	width: 11.25rem;
	height: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 1.25rem;
	border: 1px solid #000;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
}

.about__btn-detail.--item1 {
	margin-top: 2.3125rem;
}

.session {
	padding-top: 6.25rem;
	padding-bottom: 9.64375rem;
	position: relative;
}

.session__inner.inner {
	max-width: 58.125rem;
	width: 100%;
	padding-right: 1.25rem;
	padding-left: 1.25rem;
	margin-right: auto;
	margin-left: auto;
}

.session-title {
	font-family: "Helvetica Neue LT Std 75 Bold";
	font-size: 2.1875rem;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 1;
	font-weight: 500;
}

.session-title::before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0.875rem;
	display: inline-block;
	width: 113%;
	height: 3px;
	background: linear-gradient(to right, rgb(243, 250, 53) 0%, rgb(252, 81, 219) 100%);
	z-index: -1;
}

.session-contents {
	margin-top: 0.6375rem;
	display: flex;
	flex-direction: row;
	gap: 3.9375rem;
}

.info-wrapper {
	margin-top: 0.74375rem;
}

.info-date {
	font-family: "Helvetica Neue LT Std 77 Bold Condensed";
	font-size: 1.625rem;
	line-height: 2.125rem;
	letter-spacing: 0;
}

.info-date .--week {
	font-size: 1.25rem;
}

.info-date .--time {
	display: inline-block;
	font-family: "Helvetica Neue LT Std 67 Medium Condensed";
	font-size: 1.5rem;
}

.label-language {
	margin-top: 0.66875rem;
	color: #fff;
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	background: #999999;
	width: 6.875rem;
	height: 1.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.label-language.timetable__info-label {
	margin-top: 0.625rem;
}

.section-textbox-title {
	font-size: 1.5625rem;
	font-weight: 700;
	line-height: 2.5rem;
	/* 160% */
	letter-spacing: 0.1em;
	font-family: "Noto Serif JP", serif;
	width: 38.125rem;
}

.section-textbox-text {
	margin-top: 1.41875rem;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.75rem;
	/* 200% */
	width: 37.1875rem;
}

.speakers-wrap {
	margin-top: 2.8125rem;
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 1.5625rem;
}

.speakers-wrap__5over {
	margin-top: 2.8125rem;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	gap: 1.25rem;
}

.speakers-wrap__7over {
	margin-top: 2.8125rem;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	-moz-column-gap: 2.1875rem;
	column-gap: 2.1875rem;
	row-gap: 3.875rem;
}

.speaker-wrap {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.speaker-photo {
	width: 8.75rem;
	height: 8.75rem;
	border-radius: 50%;
	-o-object-fit: cover;
	object-fit: cover;
}

.session .speaker-photo {
	margin: 0 auto;
}

.speaker-role {
	color: #666;
	text-align: center;
	font-size: 0.8125rem;
	line-height: 1.3125rem;
	/* 161.538% */
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
}

.speaker-name {
	margin-top: 0.5rem;
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.3125rem;
}

.speaker-name.speakers__item-name {
	text-align: left;
	margin-top: 1.25rem;
}

.speaker-job {
	margin-top: 0.8125rem;
	color: #333;
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.6875rem;
	font-weight: 400;
	line-height: 1.125rem;
	width: 12.5rem;
}

.speaker-job.speakers__item-job {
	margin-top: 0.625rem;
	text-align: left;
	line-height: 1rem;
	width: 14.125rem;
	font-weight: 400;
}

.session-btn-box {
	display: flex;
	justify-content: center;
	margin-top: 2.5625rem;
}

.day-content {
	padding-top: 1.4375rem;
	border-top: 1px solid #000;
	padding-bottom: 5.625rem;
}

.day-content:last-child {
	padding-bottom: 0;
}

.day-wrap {
	margin-top: -5rem;
	padding-top: 5rem;
}

.day-date {
	font-family: "Helvetica Neue LT Std 65 Medium";
	font-size: 2.1875rem;
	text-align: center;
	font-weight: 300;
}

.day-date .--date {
	font-family: "Helvetica Neue LT Std 55 Roman";
	display: inline-block;
	margin-left: 0.75rem;
}

.day-time {
	margin-top: 2.3125rem;
	font-family: "Helvetica Neue LT Std 67 Medium Condensed";
	font-size: 1.5625rem;
	line-height: 1.875rem;
	margin-left: 0.1875rem;
}

.day-time:first-of-type {
	margin-top: 2.375rem;
}

.day-box {
	margin-top: 4px;
	display: grid;
	grid-template-columns: 1fr 40.625rem;
	grid-gap: 2.5rem;
	gap: 2.5rem;
	padding: 1.375rem 3.8125rem 1.625rem 2.5rem;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 1.4375rem;
	position: relative;
}

.day-box::after {
	position: absolute;
	content: "";
	width: 1.875rem;
	height: 4.6275rem;
	display: inline-block;
	background: url(../../assets/images/common/arrow-pc.svg) no-repeat;
	background-size: contain;
	top: 50%;
	right: 1.5625rem;
	transform: translateY(-50%);
}

.day-thing {
	margin-top: 0.25rem;
	font-family: "Helvetica Neue LT Std 65 Medium";
	font-size: 1.25rem;
	color: #00A0DE;
}

.timetable__info-host {
	margin-top: 1rem;
	font-size: 0.75rem;
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.25rem;
	color: #333;
}

.day-headline {
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	font-family: "Noto Serif JP", serif;
	width: 39.375rem;
	line-height: 1.5;
}

.day-performer {
	margin-top: 1.25rem;
	color: #666;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	width: 39.125rem;
	line-height: 1.25rem;
}

.day-performer .--bold {
	color: #000;
	font-weight: 700;
}

.day-box-double {
	margin-top: 4px;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 1.4375rem;
}

.day-box-over {
	display: grid;
	grid-template-columns: 1fr 40.625rem;
	grid-gap: 2.5rem;
	gap: 2.5rem;
	padding: 1.5rem 3.8125rem 1.25rem 2.1875rem;
	position: relative;
}

.day-box-over .day-box-left {
	margin-left: 0.46875rem;
}

.day-box-over::after {
	position: absolute;
	content: "";
	width: 1.875rem;
	height: 4.6275rem;
	display: inline-block;
	background: url(../../assets/images/common/arrow-pc.svg) no-repeat;
	background-size: contain;
	top: 3rem;
	right: 2.03125rem;
}

.day-box-under::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: calc(100% - 5.0625rem);
	border-top: 1px dashed #666;
	top: 0;
	left: 2.1875rem;
}

.day-box-under {
	display: grid;
	grid-template-columns: 1fr 40.625rem;
	grid-gap: 2.5rem;
	gap: 2.5rem;
	padding: 1.625rem 3.8125rem 1.5rem 2.1875rem;
	position: relative;
}

.day-box-under .day-box-left {
	margin-left: 0.46875rem;
}

.day-box-under::after {
	position: absolute;
	content: "";
	width: 1.875rem;
	height: 4.6275rem;
	display: inline-block;
	background: url(../../assets/images/common/arrow-pc.svg) no-repeat;
	background-size: contain;
	top: 6.25rem;
	right: 2.03125rem;
	transform: translateY(-50%);
}

.held-title {
	font-size: 1.25rem;
	letter-spacing: 0.2em;
	padding-top: 1.8125rem;
	border-top: 1px solid #999;
	font-family: "Noto Sans JP", sans-serif;
}

.join__held-item:first-child .held-title {
	border: none;
	padding-top: 0;
}

.join__held-item:first-child .held-title::before {
	display: none;
}

.held-text {
	padding-top: 1.125rem;
	padding-bottom: 1.0625rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	letter-spacing: 0.01em;
}

.join__held-item:last-child .held-text {
	padding-bottom: 0;
}

.member-title {
	font-size: 1.25rem;
	letter-spacing: 0.1em;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.8125rem;
	font-weight: 500;
}

/* タブバー透過防止 */

.for-tab-bars {
	position: fixed;
	bottom: 0;
	pointer-events: none;
	height: 0.5rem;
	width: 100%;
	background-color: #000;
	mix-blend-mode: lighten;
}

.footer {
	height: 12.1875rem;
	padding-top: 10rem;
	position: relative;
	background-color: transparent;
}

.footer__copy {
	text-align: center;
	font-family: "Helvetica Neue LT Std 65 Medium";
	font-size: 0.875rem;
	letter-spacing: 0.1em;
}

body.is-open {
	overflow: hidden;
}

.top__header {
	height: 3.75rem;
	background: #FFF;
	font-family: "Helvetica Neue LT Std 65 Medium";
	width: 100%;
	position: fixed;
	top: -6.25rem;
	/* ヘッダーが画面外に隠れるようにする */
	left: 0;
	transition: top 0.3s;
	/* トランジション効果を追加 */
	z-index: 100;
}

.top__header.is-open {
	background: transparent;
	position: fixed;
	top: 0;
	/* ヘッダーが画面外に隠れるようにする */
	left: 0;
}

.top__header.active {
	background: #FFF;
	position: fixed;
	top: 0;
	/* ヘッダーが画面外に隠れるようにする */
	left: 0;
}

.header__block {
	display: flex;
	justify-content: space-between;
}

.header__title {
	display: block;
	margin-left: 2.375rem;
	margin-top: 1.25rem;
	font-size: 1.125rem;
}

.header-pc {
	display: flex;
	height: 3.75rem;
}

.header-pc__nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2.375rem;
	margin-right: 2.6875rem;
}

.header-pc__nav-item {
	font-size: 0.875rem;
	display: flex;
	align-items: center;
}

.drop-menu:hover .drop-menu-list {
	opacity: 1;
	/* 不透明度を最大に */
	transition: opacity 0.3s, visibility 0.3s;
	/* アニメーション設定 */
	visibility: visible;
	/* 下層メニューを表示 */
}

/* ドロップダウンメニュー */

.drop-menu {
	position: relative;
}

.drop-menu-list {
	background: #fff;
	padding: 1.25rem 0.9375rem 0.75rem 1.25rem;
	left: -1.5rem;
	opacity: 0;
	/* 不透明度を最小に */
	position: absolute;
	top: 100%;
	transition: opacity 0.3s, visibility 0.3s;
	/* アニメーション設定 */
	visibility: hidden;
	/* 下層メニューを非表示 */
	width: -moz-max-content;
	width: max-content;
	z-index: 1;
	border-radius: 0.9375rem;
}

.drop-menu-item {
	display: flex;
	flex-direction: column;
}

.drop-menu-item a {
	color: #666666;
	font-size: 0.75rem;
	line-height: 2.08;
	/* 28.5px */
	min-width: 7.375rem;
}

.header-pc__join {
	margin-right: 2.375rem;
	display: flex;
	align-items: center;
}

.header-pc__join-text {
	font-size: 0.875rem;
	font-weight: 600;
	padding: 0.5rem 1.375rem 0.25rem 1.25rem;
	border-radius: 1.0625rem;
	border: 1px solid #000;
	display: inline-block;
}

.header-sp__hamburger {
	display: none;
	margin-top: 1.125rem;
	margin-right: 1.25rem;
	width: 1.875rem;
	height: 1rem;
	padding: 0.25rem;
	position: relative;
}

.header-sp__hamburger span {
	width: 1.875rem;
	height: 1px;
	background-color: #000;
	position: absolute;
	left: 0;
	transition: transform 0.5s, top 0.5s, left 0.5s, bottom 0.5s;
}

.header-sp__hamburger span:nth-child(1) {
	top: 0;
	transform-origin: top left;
}

.header-sp__hamburger span:nth-child(2) {
	bottom: 0.46875rem;
	transform-origin: bottom left;
}

.header-sp__hamburger span:nth-child(3) {
	bottom: 0;
	transform-origin: bottom left;
}

.header-sp__hamburger.is-open span:nth-child(1) {
	top: 50%;
	left: 50%;
	transform: rotate(30deg) translateX(-50%) translateY(-50%);
	z-index: 100;
}

.header-sp__hamburger.is-open span:nth-child(2) {
	visibility: hidden;
	opacity: 0;
}

.header-sp__hamburger.is-open span:nth-child(3) {
	bottom: 50%;
	left: 50%;
	transform: rotate(-30deg) translateX(-50%) translateY(50%);
}

.header-sp {
	width: 100%;
	height: calc(100vh - 3.125rem);
	text-align: center;
	position: fixed;
	top: 0;
	z-index: -10;
	overflow-y: auto;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0.5s, opacity 0.5s;
	background: linear-gradient(#fff 0%, #f3fff3 24.63%, #f3fff3 100%);
}

.header-sp__wrap {
	height: 41.6875rem;
	background: url(../../assets/images/common/BG.jpg) no-repeat;
	background-size: cover;
	background-position: center bottom;
	position: relative;
	z-index: 1;
	padding-top: 8.375rem;
}

.header-sp__nav {
	margin-top: 3.3125rem;
	display: flex;
	gap: 4.25rem;
	margin-left: 3.125rem;
}

.header-sp__nav-list.--under {
	margin-top: -0.375rem;
}

.header-sp__nav-item {
	font-size: 0.875rem;
	font-family: "Helvetica Neue LT Std 65 Medium";
	line-height: 1.875rem;
	letter-spacing: 0.03em;
	display: block;
	text-align: left;
}

.header-sp__nav-item.--under {
	font-size: 0.75rem;
}

.header-sp__nav-item.--right {
	line-height: 2.5rem;
}

.header-sp__nav-item.--right.--top {
	margin-top: 0;
}

.header-sp__nav-item:first-child {
	padding-top: 0;
}

.header-sp__title {
	font-size: 1.375rem;
	font-family: "Helvetica Neue LT Std 65 Medium";
	line-height: 1.625rem;
}

.inner {
	max-width: 1030px;
	width: 64.375rem;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
}

@media (max-width: 1400px) {

	html {
		font-size: 1.1428571429vw;
	}

}

@media screen and (max-width: 767px) {

	.u-desktop {
		display: none;
	}

	.u-mobile {
		display: block;
	}

	html {
		font-size: 4.2666666667vw;
	}

	.individual__background {
		background: url(../../assets/images/common/SID2026_main_visual-sp.jpg) no-repeat;
		background-position: center top;
		background-size: contain;
	}

	.individual__v {
		padding-top: 3.9375rem;
		padding-bottom: 1.8rem;
	}

	.individual__inner.inner {
		padding-left: 2rem;
		padding-right: 2rem;
	}

	.individual__v-title {
		font-size: 1rem;
	}

	.individual__v-type {
		font-size: 1.375rem;
	}

	.individual {
		padding-top: 1.5rem;
		padding-bottom: 3.53125rem;
	}

	.individual__title.session-title::before {
		width: 110%;
	}

	.individual__contents {
		display: flex;
		margin-top: 0.375rem;
		flex-direction: column;
		gap: 1.5rem;
		margin-bottom: 1.6875rem;
	}

	.individual__info-wrapper {
		margin-top: 0;
	}

	.individual__info-date.info-date .--week {
		margin-right: 0.25rem;
	}

	.individual__together {
		font-size: 0.8125rem;
	}

	.individual__textbox-title {
		font-size: 1.125rem;
		line-height: 1.875rem;
	}

	.individual__textbox-text {
		margin-top: 1.625rem;
		font-size: 0.875rem;
		line-height: 1.75rem;
	}

	.individual__speakers-wrap {
		align-items: center;
	}

	.individual__speaker-wrap {
		flex-direction: column;
		padding-top: 2.375rem;
		padding-bottom: 1.9375rem;
		gap: 0.875rem;
		justify-content: initial;
	}

	.individual__speaker-photo {
		margin-left: auto;
		margin-right: auto;
		width: 11.25rem;
		height: 11.25rem;
	}

	.individual__speaker-textbox {
		width: auto;
	}

	.individual__speaker-role {
		font-size: 0.8125rem;
	}

	.individual__speaker-name {
		font-size: 1rem;
		margin-top: 0.4375rem;
	}

	.individual__speaker-name .--en {
		font-size: 0.8125rem;
		margin-left: 0.75rem;
	}

	.individual__speaker-job {
		margin-top: 0.125rem;
		font-size: 0.6875rem;
		line-height: 1rem;
	}

	.individual__speaker-text {
		margin-top: 1.125rem;
		line-height: 1.75rem;
	}

	.main-v {
		padding-top: 6.125rem;
		padding-bottom: 1.6875rem;
	}

	.main-v__10th-logo {
		width: 7.5rem;
	}

	.main-v__catch {
		margin-top: 0.625rem;
		font-size: 0.875rem;
	}

	.main-v__title-en {
		margin-top: 4.375rem;
		font-size: 1.625rem;
	}

	.main-v__headline {
		margin-top: 2.5rem;
		width: 17.399375rem;
	}

	.main-v__head {
		margin-top: 1.25rem;
		font-size: 0.875rem;
		line-height: 1.5625rem;
	}

	.main-v__period {
		margin-top: 3.125rem;
		font-size: 2.1875rem;
	}

	.main-v__period .--arrow {
		margin-right: 1.125rem;
		width: 1.40625rem;
		margin-left: 0.75rem;
	}

	.main-v__btn {
		position: static;
		margin-left: 2rem;
		margin-top: 3rem;
	}

	.intro {
		padding-top: 3.375rem;
		padding-bottom: 2.125rem;
	}

	.intro__inner.inner {
		padding-left: 2.75rem;
		padding-right: 2.8125rem;
	}

	.intro__title {
		font-size: 1.375rem;
		line-height: 2.5rem;
	}

	.intro__text {
		margin-top: 2rem;
		font-size: 0.875rem;
		letter-spacing: 0.05em;
		line-height: 1.875rem;
		text-align: left;
	}

	.timetable {
		padding-top: 3.6rem;
		padding-bottom: 3.125rem;
	}

	.timetable__inner.inner {
		width: auto;
		padding-left: 1.125rem;
		padding-right: 1.0625rem;
	}

	.timetable__title {
		font-size: 1.5625rem;
	}

	.timetable__schedule-wrap {
		margin-top: 1.15rem;
		margin-bottom: 1.65625rem;
		margin-left: 0.875rem;
		gap: 0.71875rem;
		justify-content: left;
	}

	.timetable__schedule-link {
		width: 5.375rem;
		height: 1.654375rem;
		font-size: 0.875rem;
		padding-top: 0.25rem;
	}

	.timetable__note {
		font-size: 0.8125rem;
	}

	.timetable__btn-wrap {
		margin-top: 3.125rem;
		flex-direction: column;
		gap: 1.25rem;
		align-items: center;
	}

	.speakers {
		padding-top: 1.5rem;
		padding-bottom: 3.5625rem;
	}

	.speakers__inner.inner {
		padding-left: 2rem;
		padding-right: 2.0625rem;
	}

	.speakers__items {
		flex-direction: column;
		margin-top: 0.875rem;
		justify-content: flex-start;
	}

	.speakers__item {
		display: flex;
		gap: 1.125rem;
		width: auto;
	}

	.speaker-textbox {
		margin-top: -0.25rem;
		width: 11.375rem;
	}

	.speakers__item-appearance {
		width: 11.375rem;
		margin-top: 0.3125rem;
		font-size: 0.6875rem;
		line-height: 1rem;
	}

	.speakers__item-appearance .--times {
		font-size: 0.75rem;
		line-height: 1rem;
	}

	.speakers__item-appearance .--date {
		font-size: 0.75rem;
		line-height: 1rem;
	}

	.join {
		padding-top: 1.5rem;
		padding-bottom: 3.7625rem;
	}

	.join__held-items {
		margin-top: 0.5rem;
		width: 20rem;
		padding: 0.9375rem 0.9375rem 1.25rem 0.9375rem;
		background: rgba(250, 250, 250, 0.8);
		border-radius: 1.25rem;
	}

	.join__held-text.held-text {
		padding-top: 1.5rem;
		font-size: 0.875rem;
		line-height: 1.2375rem;
	}

	.join__held-text.held-text .--en {
		margin-left: 0.25rem;
	}

	.join__held-text.held-text .--border {
		display: inline-block;
		padding-left: 0.6875rem;
		padding-right: 0.8125rem;
	}

	.join__held-text.held-text .--pc {
		display: none;
	}

	.join__held-text.held-text .--sp {
		display: inline-block;
		padding-left: 5.125rem;
	}

	.join__held-text.held-text .--social {
		padding-left: 5.125rem;
	}

	.join__held-text.held-text .--social .--sp {
		display: inline;
		padding-left: 0rem;
	}

	.join__held-text.held-text .--small {
		font-size: 0.78125rem;
	}

	.join__sponsor-text {
		font-size: 0.875rem;
		line-height: 1.25rem;
		width: 17.375rem;
	}

	.join__sponsor-text.held-text {
		padding-top: 1.3125rem;
		margin-left: 0.25rem;
	}

	.join__archive-text {
		font-size: 0.75rem;
		line-height: 1.375rem;
	}

	.join__archive-text .--large {
		font-size: 0.875rem;
		line-height: 1.2375rem;
	}

	.join__ticket-title {
		margin-top: 1.625rem;
		font-size: 1.5625rem;
	}

	.join__ticket-items {
		flex-direction: column;
		margin-top: 0.875rem;
		gap: 2.375rem;
		align-items: center;
	}

	.join__ticket-item {
		width: 19.375rem;
		height: 13.625rem;
		padding: 1.9375rem 3.4375rem 1.8125rem 3.4375rem;
	}

	.join__ticket-item.--member {
		margin-top: 2.525rem;
		width: 19.375rem;
		height: 19.5rem;
		padding: 2.1875rem 2.25rem 1.8125rem 2.125rem;
	}

	.join__ticket-item .ticket-circle {
		top: -1.75rem;
		left: 1.1875rem;
		width: 3.854375rem;
		padding-top: 1.0625rem;
	}

	.join__ticket-item .ticket-circle .--small {
		font-size: 0.75rem;
	}

	.join__ticket-item .ticket-circle.--large {
		top: -1.875rem;
		left: 1.21875rem;
		width: 3.830625rem;
		height: 3.75rem;
		font-size: 0.8125rem;
		padding-top: 1.5rem;
	}

	.join__ticket-type {
		font-size: 1.125rem;
		line-height: 1.625rem;
	}

	.join__ticket-type.--member {
		font-size: 0.9375rem;
		letter-spacing: 0.1em;
		white-space: nowrap;
		line-height: 1.3125rem;
	}

	.join__ticket-price {
		margin-top: 0.5rem;
		padding-bottom: 0.75rem;
		font-size: 1.875rem;
	}

	.join__ticket-price .--mark {
		font-size: 1.5625rem;
	}

	.join__ticket-price.--member {
		padding-bottom: 1.125rem;
		margin-top: 0.5rem;
		font-size: 1.625rem;
		text-align: center;
		line-height: 2rem;
	}

	.join__ticket-price.--member .--person {
		line-height: 1rem;
		font-size: 0.8125rem;
		margin-right: 0;
	}

	.join__ticket-price.--member .--person-under {
		margin-left: 0;
		margin-top: 0.75rem;
	}

	.join__ticket-price.--member .--mark {
		font-size: 1.25rem;
	}

	.join__ticket-detail {
		margin-top: 1.0625rem;
		font-size: 0.8125rem;
		line-height: 1.5625rem;
	}

	.join__ticket-item-detail {
		margin-left: 1rem;
		margin-right: 1.375rem;
		margin-top: 1rem;
		font-size: 0.75rem;
		text-align: left;
	}

	.join__link {
		margin-top: 2.94375rem;
		width: 19.375rem;
		height: 6.1875rem;
		font-size: 1rem;
	}

	.join__member-info {
		margin-top: 5rem;
		width: 100%;
		background: rgba(250, 250, 250, 0.6);
		border-radius: 0;
		padding: 2.9375rem 2.0625rem 2.5rem 2.0625rem;
	}

	.join__member-info-title,
	.join__benefits-title {
		text-align: center;
	}

	.join__member-info-text {
		margin-top: 2.625rem;
		font-size: 0.8125rem;
	}

	.join__benefits {
		margin-top: 3.06875rem;
		width: 100%;
		border-radius: 0;
		background: rgba(250, 250, 250, 0.6);
		padding: 2.875rem 1.0625rem 2.90625rem 1.125rem;
	}

	.join__benefits-wrap {
		margin-top: 2.5rem;
		gap: 5.0625rem;
		flex-direction: column;
		margin-left: 0.9375rem;
	}

	.join__benefits-right::before {
		width: 19.375rem;
		height: 1px;
		top: -2.6625rem;
		left: 0;
	}

	.join__benefits-list {
		width: 19.375rem;
		font-size: 0.8125rem;
	}

	.join__benefits-detail {
		font-size: 0.75rem;
	}

	.join__benefits-detail.--number3 {
		margin-left: 0;
	}

	.join__benefits-detail.--number4 {
		font-size: 0.6875rem;
	}

	.join__benefits-target-title {
		font-size: 0.8125rem;
	}

	.join__benefits-target-text {
		font-size: 0.8125rem;
	}

	.join__benefits-target-text .--small {
		font-size: 0.75rem;
	}

	.join__benefits-entry {
		margin-left: 0;
		width: auto;
		border: 1px solid #707070;
		margin-top: 2.625rem;
		padding: 1.625rem 1rem 1.1875rem 0.875rem;
	}

	.join__benefits-entry-title {
		text-align: center;
	}

	.join__benefits-entry-text .--indent {
		margin-left: 0;
	}

	.join__benefits-entry-text {
		margin-top: 1.3125rem;
		font-size: 0.8125rem;
		line-height: 1.625rem;
	}

	.join__benefits-entry-text .--small {
		font-size: 0.75rem;
	}

	.sponsors {
		padding-top: 2.125rem;
		padding-bottom: 4.125rem;
	}

	.sponsors__inner.inner {
		padding-left: 1.75rem;
		padding-right: 1.75rem;
	}

	.partners__title.session-title {
		margin-left: auto;
		margin-right: auto;
		font-size: 1.5625rem;
	}

	.sponsors__title {
		font-size: 1.125rem;
		margin-top: 2.1875rem;
	}

	.sponsors__title::before {
		width: 5.625rem;
		margin-right: 2.375rem;
	}

	.sponsors__title::after {
		width: 5.625rem;
		margin-left: 2.375rem;
	}

	.supporters__title {
		margin-top: 6.25rem;
		font-size: 1.125rem;
	}

	.supporters__title::before {
		width: 5.625rem;
		margin-right: 2.375rem;
	}

	.supporters__title::after {
		width: 5.625rem;
		margin-left: 2.3125rem;
	}

	.sponsors__items {
		margin-top: 3.375rem;
		gap: 2.5rem;
	}

	.sponsors__items-wrapper {
		grid-template-columns: 1fr;
	}

	.sponsors__items-wrap {
		justify-content: center;
		-moz-column-gap: 0;
		column-gap: 0;
		row-gap: 1.875rem;
	}

	.sponsors__items-wrap.--plat {
		gap: 0rem;
	}

	.sponsors__items-title {
		margin-left: 0;
		font-size: 0.75rem;
		margin-bottom: 1.25rem;
	}

	.sponsor-plat {
		margin-left: 0;
	}

	.sponsor-gold {
		margin-top: 1.25rem;
		width: 70%;
	}

	.sponsor-gold.--norin {
		width: 60%;
		margin-left: 0;
	}

	.sponsor-gold.--nomura {
		width: 65%;
		margin-left: 0;
	}

	.sponsor-silver,
	.sponsor-bronze {
		width: 65%;
		margin-bottom: 2.5rem;
	}

	.sponsor-silver.--and,
	.sponsor-bronze.--and {
		width: 35%;
	}

	.sponsor-silver.--nissei,
	.sponsor-bronze.--nissei {
		margin-left: 0;
	}

	.sponsor-silver.--ic,
	.sponsor-bronze.--ic {
		margin-left: 0;
	}

	.sponsors__item-img.--plat {
		width: 100%;
	}

	.sponsors__item-img.--pwc {
		width: 95%;
	}

	.sponsors__item-img.--gold {
		width: 76%;
	}

	.sponsors__item-img.--gold.--norin {
		width: 65%;
	}

	.sponsors__item-img.--gold.--nomura {
		width: 85%;
	}

	.sponsors__item-img.--bronze.--nissei {
		width: 100%;
	}

	.sponsors__item-img.--bronze {
		width: 80%;
	}

	.supporters__items {
		margin-top: 4.14375rem;
		flex-direction: column;
		align-items: center;
		row-gap: 3.125rem;
	}

	.supporters__items .--silver {
		width: 47%;
	}

	.supporters__items .--silver.--undp {
		width: 30%;
	}

	.supporters__items .--silver.--isa {
		width: 50%;
	}

	.about {
		padding-top: 2.1875rem;
		padding-bottom: 5.99375rem;
	}

	.about__inner.inner {
		padding-left: 2rem;
		padding-right: 2.0625rem;
	}

	.about__title.session-title {
		font-size: 1.5625rem;
		margin-left: auto;
		margin-right: auto;
	}

	.about__sponsor {
		margin-top: 0.375rem;
	}

	.common__about::before {
		width: 5.625rem;
		margin-right: 2.5rem;
	}

	.--special.common__about::before {
		width: 5rem;
		margin-right: 1.5625rem;
	}

	.--special.common__about::after {
		width: 5rem;
		margin-left: 1.5625rem;
	}

	.common__about::after {
		width: 5.625rem;
		margin-left: 2.5rem;
	}

	.about__item {
		margin-top: 0;
		display: flex;
		flex-direction: column;
		gap: 1.75rem;
	}

	.about__item-img.--simi {
		width: 12.33125rem;
		margin-left: auto;
		margin-right: auto;
	}

	.about__item-img.--siif {
		width: 6.875rem;
		margin-left: auto;
		margin-right: auto;
	}

	.about__item-text {
		width: auto;
	}

	.about__item-text .--head {
		font-family: "Noto Sans JP", sans-serif;
	}

	.about__host {
		margin-top: 2.6375rem;
	}

	.about__host-items {
		flex-direction: column;
		align-items: center;
	}

	.about__host-item.--silver {
		width: 100%;
	}

	.btn__pdf-en {
		padding-top: 0.25rem;
		width: 13.75rem;
		height: 2.8125rem;
		border-radius: 1.25rem;
		font-size: 0.75rem;
	}

	.btn__pdf-en span {
		font-size: 0.625rem;
	}

	.session-detail-btn {
		width: 12.5rem;
		height: 2.8125rem;
		font-size: 0.6875rem;
		padding-top: 0.75rem;
		border-radius: 1.25rem;
	}

	.btn__pdf-ja {
		width: 13.75rem;
		height: 2.8125rem;
		border-radius: 1.25rem;
		font-size: 0.6875rem;
		letter-spacing: 0.05em;
	}

	.btn__pdf-ja span {
		font-size: 0.625rem;
		letter-spacing: 0.05em;
	}

	.btn__buy {
		width: 5rem;
		height: 5rem;
		right: 0.625rem;
		line-height: 1rem;
		font-size: 0.9375rem;
	}

	.btn__buy .--apply {
		font-size: 0.5rem;
	}

	.about__btn-detail {
		margin-top: 1.75rem;
		font-size: 0.75rem;
		width: 10.546875rem;
		height: 2.8125rem;
		margin-left: auto;
		margin-right: auto;
	}

	.about__btn-detail.--item1 {
		margin-top: 1.75rem;
	}

	.session {
		padding-top: 2.9375rem;
		padding-bottom: 3.5625rem;
		position: relative;
	}

	.session__inner.inner {
		padding-left: 1.96875rem;
		padding-right: 2rem;
	}

	.session-title {
		font-size: 1.5625rem;
	}

	.session-contents {
		margin-top: 0.375rem;
		flex-direction: column;
		gap: 1.45625rem;
	}

	.info-wrapper {
		margin-top: 0;
	}

	.info-date {
		font-size: 1.25rem;
	}

	.info-date .--week {
		font-size: 1rem;
	}

	.info-date .--time {
		font-size: 1.25rem;
		margin-left: 4px;
	}

	.label-language {
		margin-top: 0.125rem;
	}

	.label-language.timetable__info-label {
		margin-top: 1rem;
	}

	.section-textbox-title {
		font-size: 1.125rem;
		line-height: 1.875rem;
		width: auto;
	}

	.section-textbox-text {
		margin-top: 0.75rem;
		width: auto;
	}

	.speakers-wrap {
		margin-top: 2.5rem;
		flex-direction: column;
	}

	.speakers-wrap__5over {
		width: auto;
		margin-top: 2.65625rem;
		flex-direction: column;
		gap: 1.5625rem;
	}

	.speakers-wrap__7over {
		margin-top: 2.65625rem;
		flex-direction: column;
		gap: 1.5625rem;
	}

	.speaker-wrap {
		display: grid;
		grid-template-columns: 1fr 10.3125rem;
		grid-gap: 1.25rem;
		gap: 1.25rem;
		align-items: center;
	}

	.speaker-photo {
		width: 6.875rem;
		height: 6.875rem;
	}

	.speaker-role {
		text-align: left;
		font-size: 0.6875rem;
	}

	.speaker-name {
		margin-top: 0.375rem;
		text-align: left;
		font-size: 0.875rem;
	}

	.speaker-name.speakers__item-name {
		margin-top: 0;
		font-size: 0.875rem;
	}

	.speaker-job {
		margin-top: 0.5625rem;
		line-height: 1rem;
		width: 10.3125rem;
		text-align: left;
	}

	.speaker-job.speakers__item-job {
		margin-top: 0rem;
		line-height: 1rem;
		width: 11.3125rem;
	}

	.session-btn-box {
		margin-top: 3.25rem;
	}

	.day-content {
		padding-top: 1.4375rem;
		padding-bottom: 3.125rem;
		border: none;
		position: relative;
	}

	.day-content::before {
		content: "";
		width: 19.375rem;
		height: 1px;
		background: #333;
		position: absolute;
		top: 0;
		left: 0.875rem;
	}

	.day-wrap {
		margin-top: -3.125rem;
		padding-top: 3.125rem;
	}

	.day-date {
		font-size: 1.375rem;
	}

	.day-date .--date {
		margin-left: 0.4375rem;
	}

	.day-time {
		margin-top: 1.75rem;
		margin-left: 0.875rem;
	}

	.day-time:first-of-type {
		margin-top: 1.125rem;
	}

	.day-box {
		margin-top: 0;
		display: flex;
		flex-direction: column;
		gap: 1.375rem;
		border-radius: 1.25rem;
		padding: 1.0625rem 0.96875rem 1.0625rem 0.90625rem;
	}

	.day-box::after {
		background: url(../../assets/images/common/arrow-sp.svg) no-repeat;
		background-size: contain;
		width: 0.76rem;
		height: 1.875rem;
		top: 1.875rem;
		right: 1.25625rem;
	}

	.day-thing {
		margin-top: 0;
	}

	.day-headline {
		font-size: 1rem;
		line-height: 1.625rem;
		letter-spacing: 0.1em;
		width: 19.375rem;
	}

	.day-performer {
		margin-top: 1.125rem;
		width: auto;
	}

	.day-box-double {
		margin-top: 0;
		border-radius: 1.25rem;
	}

	.day-box-over {
		display: flex;
		flex-direction: column;
		gap: 1.375rem;
		padding: 1rem 0.96875rem 1.25rem 0.90625rem;
	}

	.day-box-over .day-box-left {
		margin-left: 0;
	}

	.day-box-over::after {
		background: url(../../assets/images/common/arrow-sp.svg) no-repeat;
		background-size: contain;
		width: 0.875rem;
		height: 1.875rem;
		top: 0.9375rem;
		right: 1.25625rem;
	}

	.day-box-under::before {
		width: calc(100% - 1.875rem);
		left: 0.9375rem;
	}

	.day-box-under {
		display: flex;
		flex-direction: column;
		gap: 1.375rem;
		padding: 1.5rem 0.96875rem 1.125rem 0.90625rem;
	}

	.day-box-under .day-box-left {
		margin-left: 0;
	}

	.day-box-under::after {
		background: url(../../assets/images/common/arrow-sp.svg) no-repeat;
		background-size: contain;
		width: 0.875rem;
		height: 1.875rem;
		top: 2.25rem;
		right: 1.25rem;
	}

	.held-title {
		font-size: 1rem;
		padding-top: 1.5rem;
		margin-left: 0.3125rem;
		border-top: none;
		position: relative;
	}

	.held-title::before {
		content: "";
		display: inline-block;
		width: 17.375rem;
		height: 1px;
		top: 0;
		background: #999;
		position: absolute;
	}

	.held-text {
		padding-top: 1.3125rem;
		padding-bottom: 1.6875rem;
	}

	.member-title {
		font-size: 1rem;
		line-height: 1.5rem;
	}

	.footer {
		height: 6.25rem;
		padding-top: 4.5rem;
	}

	.footer__copy {
		font-size: 0.75rem;
	}

	.top__header {
		height: 2.8125rem;
	}

	.top__header.is-open .header__title {
		opacity: 0;
		visibility: hidden;
	}

	.top__header.active {
		height: 2.8125rem;
	}

	.header__title {
		margin-left: 1.25rem;
		margin-top: 0.9375rem;
		font-size: 0.875rem;
	}

	.header-pc {
		display: none;
	}

	.header-sp__hamburger {
		display: block;
	}

	.header-sp.is-open {
		visibility: visible;
		opacity: 1;
		height: 100vh;
	}

	.inner {
		width: 100%;
		padding-right: 0.9375rem;
		padding-left: 0.9375rem;
	}

}


/*# sourceMappingURL=style.css.map */