@charset "UTF-8";
/***** 共通読み込み *****/
/***** ブレイクポイント *****/
/***** 画面幅 *****/
/***** 色 *****/
/***** 文字サイズ *****/
/***** フォント *****/
/***** 余白 *****/
/***** ヘッダー *****/
/*開催情報 sp高さ*/
/***** 画像サムネール *****/
/***** ロールオーバー *****/
/***** ボタン共通 *****/
/***** タイトル *****/
/*下層 タイトル*/
/*背景付パンくず*/
/*インデックス・ナビ*/
/***** 共通余白 *****/
/*マーク*/
/*講演者表示共通*/
/***** 更新情報一覧 *****/

#breadcrumb-theme {
	margin-top: 110px;
	background: #004a73;
	color: #fff;
	padding: 10px 20px;
}

#breadcrumb-theme ul li {
	font-size: 13px;
}

#breadcrumb-theme ul {
	display: flex;
}

#breadcrumb-theme ul li a {
	color: #fff;
	margin-right: 10px;
	opacity: 0.7;
}

#breadcrumb-theme ul li a:after {
	content: ">";
	margin-left: 10px;
	display: inline-block;
	transform: scale(0.8, 1);
}

@media screen and (max-width: 736px) {
	#breadcrumb-theme {
		margin-top: 77px;
	}

	#breadcrumb-theme ul li {
		font-size: 11px;
	}
}

.theme-concept-wrap {
	display: flex;
	justify-content: center;
}

@media screen and (max-width: 735px) {
	.theme-concept-wrap {
		flex-direction: column;
	}
}

.concept-txt {
	width: 810px;
	padding: 20px;
	box-sizing: border-box;
	display: block;
}

@media screen and (max-width: 735px) {
	.concept-txt {
		width: auto;
		margin: 0 auto;
	}
}

.concept-txt h2 {
	font-size: 34px;
	color: #262262;
	margin-bottom: 10px;
	font-weight: bold;
}

@media screen and (max-width: 735px) {
	.concept-txt h2 {
		font-size: 26px;
	}
}

.concept-txt p {
	font-size: 16px;
	line-height: 1.6;
}

.point_btn {
	padding: 20px 15px 15px;
	background-color: #bfd0d9;
	/* position: sticky; */
	/* top: 100px;
  z-index: 988; */
}

@media screen and (max-width: 735px) {
	.point_btn {
		padding: 10px 15px 15px;
		top: 80px;
	}
}

.btn-wrap {
	max-width: 1200px;
	margin: 0 auto;
}

.pdf {
	width: 80%;
}

#pdf a {
	color: #ccc;
	pointer-events: none;
}

.p-gray {
	background-color: #ccc !important;
}

#point .category_keywords li h4::after {
	display: none !important;
}

#point .category_keywords li p {
	display: block !important;
}

.highlights {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media screen and (max-width: 735px) {
	.highlights {
		flex-direction: column;
		justify-content: center;
	}
}

#point-top {
	background-color: #bfd0d9;
}

.highlights span:first-child {
	background-color: #1c75bc;
	color: #fff;
	margin: 10px 0;
	font-size: 2.8rem !important;
}

.highlights li span:last-child {
	background-color: #35468c;
	color: #fff;
	margin: 10px 0;
	font-size: 2.8rem !important;
}

.highlights li .second {
	color: #35468c;
	font-weight: bold;
	font-size: 2rem !important;
}

.shownet-category {
	display: flex;
	justify-content: flex-start;
	color: #fff;
	align-items: center;
}

/* .shownet-category li {
  width: 24%;
} */

.shownet-category li {
	margin-right: 10px;
}

@media screen and (max-width: 735px) {
	.shownet-category li {
		width: auto;
	}
}

.shownet-category li a {
	background-color: #1c75bc;
	margin: 10px 0;
	box-sizing: border-box;
	display: block;
	border-radius: 5px;
	text-align: center;
}

.wrap-shownet-point ul li a {
	font-size: 18px;
}

.border {
	font-size: 18px;
	padding: 10px 0;
}

.highlights a,
.shownet-category a,
.shownet-experience a,
.shownet-online a {
	color: #fff;
}

.shownet-category a::after,
.shownet-experience a::after,
.shownet-online a ::after {
	content: "＞";
	margin-left: 10px;
}

.shownet-category a,
.shownet-experience a,
.shownet-online a {
	padding: 15px 10px !important;
	font-size: 1.3rem;
}

.highlights li:nth-child(2) p.pdf-btn a {
	background: url(../../../2021_common/img/common/pdf.svg) no-repeat 20px 50% #fff;
	border-radius: 10px;
	background-size: 30px;
	display: block;
	padding: 20px 20px 20px 60px;
	border: 2px solid #35468C !important;
	border: #ccc;
	color: #35468c;
}

@media screen and (max-width: 735px) {
	.highlights li:nth-child(2) p.pdf-btn a {
		margin-top: 20px;
	}
}

@media screen and (max-width: 735px) {
	.shownet-category {
		display: block;
	}
}

.grayout a {
	color: #888 !important;
	background: #fff !important;
	pointer-events: none;
}

.shownet-experience {
	display: flex;
	justify-content: flex-start;
	color: #fff;
}

@media screen and (max-width: 735px) {
	.shownet-experience {
		display: block;
	}
}

@media screen and (max-width: 735px) {
	.shownet-experience li {
		margin: 10px 0 !important;
	}
}

.shownet-experience li a {
	background-color: #35468c;
	padding: 15px 10px;
	display: block;
	margin: 10px 10px 10px 0;
	border-radius: 5px;
}

/* @media screen and (max-width: 735px) {
  .shownet-experience{
    flex-direction: column;
    justify-content: center;
  }
} */
.shownet-online {
	display: flex;
	justify-content: flex-start;
}

@media screen and (max-width: 735px) {
	.shownet-online {
		display: block;
	}
}

.shownet-online li {
	background-color: #002060;
	padding: 15px 10px;
	margin: 10px 0;
	border-radius: 5px;
	color: #fff;
}

.shownet-online span {
	color: yellow;
}

.border-btn {
	color: #fff;
	background:#1c75bc;
	/* background: #35468c; */
	width: 100%;
	font-size: 2rem;
}

.border-btn-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.closed::after {
	content: "－";
	color: #fff;
	cursor: pointer;
}

.closed.open::after {
	content: "＋";
	color: #fff;
	cursor: pointer;
}

.btn-touch a {
	color: #fff;
}

.arrow::after {
	content: "";
	position: absolute;
	top: 90%;
	right: 10px;
	transform: translate(0, -50%) rotate(45deg);
	-moz-transform: translate(0, -50%) rotate(-45deg);
	-webkit-transform: translate(0, -50%) rotate(-45deg);
	display: inline-block;
	width: 13px;
	height: 13px;
	border-top: 2px solid #2b3990;
	border-right: 2px solid #2b3990;
	display: inline-block;
}

.arrow.open::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translate(0, -50%) rotate(135deg);
	-moz-transform: translate(0, -50%) rotate(135deg);
	-webkit-transform: translate(0, -50%) rotate(135deg);
	display: inline-block;
	width: 13px;
	height: 13px;
	border-top: 2px solid #2b3990;
	border-right: 2px solid #2b3990;
	display: inline-block;
}

.hash_title {
	text-align: center;
}

.award_inner h2 {
	text-align: center;
}

.video_content {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

@media screen and (min-width: 736px) {
.video_content li {
	margin: 10px;
 }
}

@media screen and (max-width: 735px) {
	.video_content {
		flex-direction: column;
		margin: 0 10px;
	}
	.video_content li {
		margin: 10px 0;
	}
}


.point_wrap{
  max-width: 1300px;
  margin: auto;
}


.btn-wrap .h3, .point_wrap .h3 {
	font-size: 28px;
	margin-bottom: 15px;
	text-align: left;
}

.point_wrap .h3{
	text-align: center;
}

@media only screen and (max-width: 736px) {
	.btn-wrap .h3, .point_wrap .h3 {
		font-size: 18px;
	}
}

.btn-wrap {
	padding: 0 15px;
}

#tour {
	background-color: #bfd0d9;
}

.experience_wrap .h3 {
	font-size: 28px;
	margin-bottom: 15px;
	text-align: center;
}

@media only screen and (max-width: 736px) {
	.experience_wrap .h3 {
		font-size: 18px;
	}
}

.experience_contents {
	display: flex;
	justify-content: center;
}

.experience_contents li {
	background-color: #fff;
	border-radius: 25px;
	margin: 0 20px;
	text-align: left;
	width: 360px;
	box-sizing: border-box;
}

.experience_contents li div {
	padding: 15px;
}

@media only screen and (max-width: 735px) {
	.experience_contents li {
		width: 280px;
		margin: 10px auto;
	}
}

@media only screen and (max-width: 735px) {
	.experience_contents {
		flex-direction: column;
		justify-content: center;
	}
}

.experience_contents h4 {
	background-color: #35468c;
	padding: 10px 25px;
	font-size: 16px;
	color: #fff;
}

.app-grayout {
	background-color: #ccc !important;
}

.experience_contents .application {
	background-color: #c00000;
	padding: 5px 15px;
	margin-top: 10px;
	border-radius: 5px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.experience_contents .application p {
	color: #fff;
}

.experience_contents .application .circle {
	color: #c00000;
	padding: 0;
}

.circle .arrow-grayout {
	color: #ccc;
}

.arrow-inner {
	display: flex;
	justify-content: center;
	font-size: 1rem;
	background: #fff;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	line-height: 25px;
}

.experience_contents .application a {
	color: #fff;
}

.onlive {
	color: #fff !important;
}

#event {
	background-color: #bfd0d9;
	padding: 100px 0;
}

#event .h3 {
	text-align: center;
	color: #013048;
}

@media only screen and (max-width: 735px) {
	#event .h3 {
		font-size: 18px;
	}
}

#event .h3 span {
	font-weight: normal;
}

#online, #online-2 {
	background-color: #35468c;
}

.online_contents {
	display: flex;
	justify-content: center;
}

.online_contents li {
	background-color: #fff;
	border-radius: 25px;
	margin: 0 20px;
	padding: 25px;
	text-align: left;
	width: 360px;
	box-sizing: border-box;
}

@media only screen and (max-width: 735px) {
	.online_contents li {
		width: 280px;
		margin: 10px auto;
	}
}

@media only screen and (max-width: 735px) {
	.online_contents {
		flex-direction: column;
		justify-content: center;
	}
}

#online .h3, #online-2 .h3 {
	font-size: 28px;
	margin-bottom: 15px;
	text-align: center;
	color: #fff;
}

#online .dates, #online-2 .dates{
	font-size: 24px;
	margin: 0 40px 25px 40px;
	text-align: center;
	color: #fff;
	border: 2px solid #fff;
}

#online .dates span, #online-2 .dates span {
	color: yellow;
}

#online h4, #online-2 h4 {
	background-color: #35468c;
	color: #fff;
	font-size: 28px;
	text-align: center !important;
	margin-bottom: 10px;
}

#online .big, #online-2 .big {
	font-size: 22px;
}

.online_contents li p {
	text-align: center;
}

.online_contents .first {
	color: #35468c;
	height: 150px;
}

@media only screen and (max-width: 736px) {
	.online_contents .first {
		height: 180px;
	}
}

.online_contents .second {
	color: #fff;
	background-color: #3b3838;
	padding: 5px;
	border-radius: 5px;
}

@media only screen and (max-width: 736px) {
	#online h4, #online-2 h4 {
		font-size: 18px;
	}
}

@media only screen and (max-width: 736px) {
	#online .h3, #online-2 .h3 {
		font-size: 18px;
	}
}

@media only screen and (max-width: 736px) {
	#online .dates, #online-2 .dates {
		font-size: 16px;
	}
}

.online_contents_second {
	display: flex;
	justify-content: center;
}

.online_contents_second li {
	background-color: #fff;
	border-radius: 25px;
	padding: 25px;
	margin: 0 20px;
	width: 560px;
	box-sizing: border-box;
}

@media only screen and (max-width: 735px) {
	.online_contents_second li {
		width: 280px;
		margin: 10px auto;
	}
}

@media only screen and (max-width: 735px) {
	.online_contents_second {
		flex-direction: column;
		justify-content: center;
	}
}

.online_contents_second p {
	padding: 25px 20px;
}

.online_contents_second .first {
	color: #35468c;
	height: 150px;
	text-align: center;
}

.online_contents_second .dark {
	background-color: #d6dce5;
}

@media only screen and (max-width: 735px) {
	.online_contents_second .first {
		height: 200px;
	}
}

.online_contents_second .second {
	text-align: center;
	padding: 5px 0;
	color: #fff;
	background-color: #3b3838;
	border-radius: 5px;
}

@media screen and (max-width: 735px) {
	.is_pc {
		display: none !important;
	}
}

.shownet-top {
	background-color: #f7f7f7;
}

@media screen and (max-width: 735px) {
	.shownet-top {
		margin-top: -20px;
	}
}

#interop #contents {
	background: #bfd0d9;
	/*bfd0d9*/
	position: relative;
	text-align: center;
	margin-top: 100px;
}

#interop #contents:before {
	content: "";
	display: block;
	background: url("../../img/back/space.svg") repeat-x left top;
	height: 63px;
	background-size: cover;
	position: relative;
	top: -63px;
}

#interop #contents:after {
	content: "";
	display: block;
	background: url("../../img/back/space2.svg") repeat-x left bottom;
	height: 63px;
	background-size: cover;
	position: relative;
	bottom: -62px;
}

#shownet #breadcrumb li {
	color: #ffffff;
	text-shadow: 0 0 10px #888;
}

#shownet #breadcrumb li:not(:last-child) {
	color: rgba(255, 255, 255, 0.5);
}

/* #shownet>article { */
/* padding-top: 15px; */
/*ページ内リンク*/
/*▼2021年 STM（ShowNet Team Member）募集*/
/*「Interop」と「ShowNet」*/
/*ShowNet とは*/
/*スライドギャラリー*/
/*ShowNetは誰が作っているのか*/
/* } */

/* @media screen and (min-width: 736px) {
  #shownet > article {
    padding-top: 40px;
  }
} */

#shownet > article h2 {
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1400px;
	box-sizing: border-box;
	text-shadow: 0 0 10px #888;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1400px;
	box-sizing: border-box;
	position: relative;
}

@media screen and (max-width: 735px) {
	#shownet > article h2 {
		font-size: 1.3rem;
	}
}

@media screen and (min-width: 736px) {
	#shownet > article h2 {
		margin-bottom: 40px;
	}
}

#shownet > article h2 span {
	font-weight: normal;
	display: block;
	font-family: "Oswald", sans-serif;
	color: #ffffff;
	font-size: 4rem;
}

@media screen and (min-width: 736px) {
	#shownet > article h2 span {
		font-size: 6.3rem;
	}
}

#shownet > article h2::after {
	content: "";
	display: block;
	position: absolute;
	background-image: url("../../images/shownet/mv.jpg");
	background-size: cover;
	background-position: center;
	top: calc(-1 * ((1rem * 1.6) + 35px));
	left: 50%;
	bottom: -15px;
	width: 100vw;
	transform: translateX(-50%);
	z-index: -1;
}

@media screen and (min-width: 736px) {
	#shownet > article h2::after {
		top: calc(-1 * ((1.2rem * 1.6) + 80px));
		bottom: -40px;
	}
}

#shownet > article #page_nav .logo_shownet {
	display: flex;
	align-items: center;
	justify-content: center;
}

#shownet > article #page_nav .logo_shownet img {
	width: 120px;
}

@media screen and (min-width: 736px) {
	#shownet > article #page_nav .logo_shownet img {
		width: 150px;
	}
}

#shownet > article #page_nav .pn_sns {
	margin: 0 5px;
}

#shownet > article #page_nav .pn_sns svg {
	width: 28px;
	height: 28px;
}

#shownet > article #stm2021 {
	padding-left: 10px;
	padding-right: 10px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1400px;
	box-sizing: border-box;
	margin-top: 40px;
	margin-bottom: 40px;
}

@media screen and (min-width: 736px) {
	#shownet > article #stm2021 {
		margin-top: 120px;
	}
}

@media screen and (min-width: 736px) {
	#shownet > article #stm2021 {
		margin-bottom: 120px;
	}
}

#shownet > article #stm2021 h3 {
	font-weight: bold;
	color: #013048;
	font-size: 1.6rem;
	margin-bottom: 10px;
}

@media screen and (min-width: 380px) {
	#shownet > article #stm2021 h3 {
		font-size: 2rem;
	}
}

@media screen and (min-width: 736px) {
	#shownet > article #stm2021 h3 {
		font-size: 3.2rem;
		margin-bottom: 15px;
	}
}

@media screen and (min-width: 736px) {
	#shownet > article #stm2021 p {
		font-size: 1.7rem;
	}
}

#shownet > article #stm2021 ul {
	margin-left: auto;
	margin-right: auto;
	max-width: 1024px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	margin-top: 15px;
	margin-bottom: -5px;
}

@media screen and (min-width: 736px) {
	#shownet > article #stm2021 ul {
		margin-top: 20px;
		margin-bottom: -10px;
	}
}

#shownet > article #stm2021 ul li {
	margin: 5px;
	width: calc(((100% - 1px) / 3) - 10px);
}

@media screen and (min-width: 736px) {
	#shownet > article #stm2021 ul li {
		width: calc(((100% - 1px) / 3) - 20px);
		margin: 10px;
	}
}

#shownet > article #stm2021 ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 5px;
	background-color: #013048;
	color: #ffffff;
	font-weight: bold;
	height: 40px;
	line-height: 1.2;
	font-size: 1.1rem;
}

@media screen and (min-width: 736px) {
	#shownet > article #stm2021 ul li a {
		transition: opacity 0.3s;
	}

	#shownet > article #stm2021 ul li a:hover {
		opacity: 0.6;
	}
}

@media screen and (min-width: 736px) {
	#shownet > article #stm2021 ul li a {
		height: 60px;
		font-size: 1.6rem;
	}
}

#shownet > article #stm2021 ul li a::after {
	font-family: "icon";
	content: "\ff1e";
	font-size: 12px;
	margin-left: 1em;
}

#shownet > article #stm2021 ul .btn_stm_max {
	width: 100%;
}

#shownet > article #stm2021 ul .btn_stm_max a {
	background-color: #c00000;
}

#shownet > article #int_sho {
	color: #013048;
	background-color: #bfd0d9;
	position: relative;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 40px;
	text-align: left;
}

/* @media screen and (min-width: 736px) {
  #shownet > article #int_sho {
    padding-top: 120px;
  }
} */
/* @media screen and (min-width: 736px) {
  #shownet > article #int_sho {
    padding-bottom: 120px;
  }
} */
/* @media screen and (min-width: 736px) {
  #shownet > article #int_sho {
    margin-bottom: 120px;
  }
} */
/* #shownet > article #int_sho::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  bottom: 0;
  left: 10px;
  transform: translateY(100%);
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #013048 transparent transparent transparent;
} */
@media screen and (min-width: 736px) {
	#shownet > article #int_sho::after {
		border-width: 50px 50px 0 50px;
	}
}

@media screen and (min-width: 1400px) {
	#shownet > article #int_sho::after {
		left: calc(((100% - 1400px) / 2) + 10px);
	}
}

#shownet > article #int_sho > * {
	margin-left: auto;
	margin-right: auto;
	max-width: 1400px;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
}

#shownet > article #int_sho h3 {
	font-weight: bold;
	font-size: 1.6rem;
	margin-bottom: 10px;
}

@media screen and (min-width: 380px) {
	#shownet > article #int_sho h3 {
		font-size: 2rem;
	}
}

@media screen and (min-width: 736px) {
	#shownet > article #int_sho h3 {
		font-size: 3.2rem;
		margin-bottom: 15px;
	}
}

@media screen and (min-width: 736px) {
	#shownet > article #int_sho p {
		font-size: 1.7rem;
	}
}

#shownet > article #int_sho p:not(:last-child) {
	margin-bottom: 0.5em;
}

#shownet > article #int_sho p span {
	display: block;
}

#shownet > article #int_sho p .is_catch {
	font-style: italic;
	font-family: "Oswald", sans-serif;
	font-size: 1.8rem;
}

@media screen and (min-width: 736px) {
	#shownet > article #int_sho p .is_catch {
		font-size: 2.6rem;
	}
}

#shownet > article #int_sho p .is_catch_ja {
	text-indent: -2em;
	padding-left: 2em;
	font-size: 1.2rem;
	line-height: 1.2;
	margin-bottom: 1em;
}

@media screen and (min-width: 736px) {
	#shownet > article #int_sho p .is_catch_ja {
		font-size: 1.4rem;
	}
}

#shownet > article #int_sho p .is_catch_ja::before {
	content: "";
	background: #ffffff;
	width: 1.5em;
	height: 1px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.5em;
}

#shownet > article #about_shownet {
	padding-left: 10px;
	padding-right: 10px;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: 60px;
	margin-right: 60px;
}

@media screen and (max-width: 736px) {
	#shownet > article #about_shownet {
		flex-direction: column;
		margin-left: 0;
		margin-right: 0;
	}
}

.shownet-txt {
	width: 48%;
}

@media screen and (max-width: 736px) {
	.shownet-txt {
		width: 100%;
	}
}

@media screen and (max-width: 736px) {
	#shownet > article #shownet_gallery {
		width: 100% !important;
	}
}

@media screen and (min-width: 736px) {
	#shownet > article #about_shownet {
		margin-top: 120px;
	}
}

@media screen and (min-width: 736px) {
	#shownet > article #about_shownet {
		margin-bottom: 120px;
	}
}

#shownet > article #about_shownet h3 {
	font-weight: bold;
	color: #013048;
	font-size: 1.6rem;
	margin-bottom: 10px;
}

@media screen and (min-width: 380px) {
	#shownet > article #about_shownet h3 {
		font-size: 2rem;
	}
}

@media screen and (min-width: 736px) {
	#shownet > article #about_shownet h3 {
		font-size: 3.2rem;
		margin-bottom: 15px;
	}
}

@media screen and (min-width: 736px) {
	#shownet > article #about_shownet p {
		font-size: 1.7rem;
	}
}

#shownet > article #about_shownet p:not(:last-child) {
	margin-bottom: 0.5em;
}

#shownet > article #about_shownet > a {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #c6181e;
	color: #ffffff;
	font-weight: bold;
	max-width: 280px;
	height: 50px;
	margin-top: 1em;
	font-size: 1.6rem;
}

@media screen and (min-width: 736px) {
	#shownet > article #about_shownet > a {
		transition: opacity 0.3s;
	}

	#shownet > article #about_shownet > a:hover {
		opacity: 0.6;
	}
}

@media screen and (max-width: 735px) {
	#shownet > article #about_shownet > a {
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (min-width: 736px) {
	#shownet > article #about_shownet > a {
		font-size: 1.8rem;
	}
}

#shownet > article #about_shownet > a::after {
	font-family: "icon";
	content: "\ff1e";
	font-size: 14px;
	margin-left: 1.5em;
}

#shownet > article #shownet_gallery {
	padding-left: 10px;
	padding-right: 30px;
	width: 50%;
	box-sizing: border-box;
}

@media screen and (min-width: 736px) {
	#shownet > article #shownet_gallery {
		margin-top: 0px;
	}
}

@media screen and (min-width: 736px) {
	#shownet > article #shownet_gallery {
		margin-bottom: 0px;
	}
}

#shownet > article #shownet_gallery .swiper-container .swiper-wrapper .swiper-slide > div {
	overflow: hidden;
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 50%;
	position: relative;
}

#shownet > article #shownet_gallery .swiper-container .swiper-wrapper .swiper-slide > div > img,
#shownet > article #shownet_gallery .swiper-container .swiper-wrapper .swiper-slide > div > svg {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

#shownet > article #shownet_gallery .swiper-container .swiper-wrapper .swiper-slide > div > img,
#shownet > article #shownet_gallery .swiper-container .swiper-wrapper .swiper-slide > div > svg {
	position: absolute;
	top: 0;
	left: 0;
}

@media screen and (min-width: 736px) {
	#shownet > article #shownet_gallery .swiper-container .swiper-wrapper .swiper-slide > div {
		padding-bottom: 43.2%;
	}
}

#shownet > article #shownet_gallery .swiper-container .swiper-wrapper .swiper-slide > div img {
	object-position: center bottom;
	font-family: "object-fit: cover; object-position: bottom;";
}

@media screen and (max-width: 735px) {
	#shownet > article #shownet_gallery .swiper-container-horizontal > .swiper-pagination-bullets {
		text-align: center;
	}
}

#shownet > article #shownet_gallery .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
}

#shownet > article #shownet_gallery .swiper-pagination-bullet-active {
	background-color: #013048;
}

#shownet > article #who_shownet {
	padding-left: 10px;
	padding-right: 10px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1400px;
	box-sizing: border-box;
	margin-top: 40px;
	margin-bottom: 40px;
}

@media screen and (min-width: 736px) {
	#shownet > article #who_shownet {
		margin-top: 120px;
	}
}

@media screen and (min-width: 736px) {
	#shownet > article #who_shownet {
		margin-bottom: 120px;
	}
}

@media screen and (min-width: 736px) {
	#shownet > article #who_shownet {
		font-size: 1.7rem;
	}
}

#shownet > article #who_shownet h3 {
	font-weight: bold;
	color: #013048;
	font-size: 1.6rem;
	margin-bottom: 10px;
}

@media screen and (min-width: 380px) {
	#shownet > article #who_shownet h3 {
		font-size: 2rem;
	}
}

@media screen and (min-width: 736px) {
	#shownet > article #who_shownet h3 {
		font-size: 3.2rem;
		margin-bottom: 15px;
	}
}

#shownet > article #who_shownet > ul {
	margin-top: 1em;
}

@media screen and (min-width: 736px) {
	#shownet > article #who_shownet > ul {
		display: flex;
		justify-content: space-between;
	}
}

#shownet > article #who_shownet > ul li {
	background-color: #e6ebed;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

@media screen and (max-width: 735px) {
	#shownet > article #who_shownet > ul li:not(:last-child) {
		margin-bottom: 10px;
	}
}

@media screen and (min-width: 736px) {
	#shownet > article #who_shownet > ul li {
		width: 48%;
	}
}

#shownet > article #who_shownet > ul li h4 {
	display: flex;
	align-items: center;
	background-color: #ffffff;
	font-weight: bold;
	font-size: 1.8rem;
	margin: 10px;
	padding: 10px;
}

@media screen and (min-width: 736px) {
	#shownet > article #who_shownet > ul li h4 {
		font-size: 2rem;
		margin: 15px;
		padding: 15px;
	}
}

#shownet > article #who_shownet > ul li h4 img {
	margin-right: 0;
	margin-left: 0;
	width: 30px;
	height: 30px;
}

@media screen and (min-width: 736px) {
	#shownet > article #who_shownet > ul li h4 img {
		width: 50px;
		height: 50px;
	}
}

#shownet > article #who_shownet > ul li > p {
	margin: 10px;
}

@media screen and (min-width: 736px) {
	#shownet > article #who_shownet > ul li > p {
		margin: 15px 30px;
	}
}

#shownet > article #who_shownet > ul li > span {
	font-size: 1.2rem;
	display: block;
	text-align: right;
	line-height: 1.2;
	margin: auto 10px 5px;
}

@media screen and (min-width: 736px) {
	#shownet > article #who_shownet > ul li > span {
		margin-left: 30px;
		margin-right: 30px;
	}
}

#shownet > article #who_shownet > ul li > span + a {
	margin-top: 0;
}

#shownet > article #who_shownet > ul li > a {
	margin-top: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.2;
	background-color: #013048;
	color: #ffffff;
	height: 40px;
	width: 100%;
}

@media screen and (min-width: 736px) {
	#shownet > article #who_shownet > ul li > a {
		transition: opacity 0.3s;
	}

	#shownet > article #who_shownet > ul li > a:hover {
		opacity: 0.6;
	}
}

@media screen and (min-width: 736px) {
	#shownet > article #who_shownet > ul li > a {
		height: 60px;
	}
}

#shownet > article #who_shownet > ul li > a::after {
	font-family: "icon";
	content: "\ff1e";
	font-size: 14px;
	margin-left: 1.5em;
}

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

/* shownet sponsorページで使用 */

.img-sponsor {
	width: 80%;
}

.img-md {
	width: 80%;
}

.img-lg {
	width: 75%;
}

.img-xlg {
	width: 70%;
}

body {
	color: #000 !important;
}

@media screen and (min-width: 736px) {
	.sponsor-2021 {
		margin-top: 120px !important;
	}
}

@media screen and (max-width: 735px) {
	.sponsor-2021 {
		margin-top: 100px !important;
	}
}

.about_kv_slider {
	margin-bottom: 0 !important;
}

#sponsor-top #breadcrumb {
	text-shadow: 0 0 10px #888 !important;
}

#sponsor-top {
	background-color: #f7f7f7 !important;
}

@media screen and (min-width: 736px) {
	.subnav {
		top: 112px !important;
	}
}

@media screen and (max-width: 735px) {
	.subnav {
		top: 100px !important;
	}
}

/* shownetとは */

.youtube-link {
	margin-top: 40px;
}

.youtube-link a img {
	width: 30px;
	margin: 0 10px 0 0;
}

.youtube-link a {
	padding: 13px 20px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	background: #013048;
	border-radius: 5px;
	display: inline-flex;
	align-items: center;
}

@media screen and (max-width: 736px) {
	.youtube-link a {
		padding: 13px 10px;
	}
}

.youtube-link a:hover {
	color: #fff;
}

.youtube-link span {
	position: relative;
	padding-right: 20px;
}

.youtube-link a span::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%) rotate(45deg);
	-moz-transform: translate(0, -50%) rotate(45deg);
	-webkit-transform: translate(0, -50%) rotate(45deg);
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	display: inline-block;
}

@media only screen and (max-width:736px){
 .youtube-2{
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
}

.youtube-2 iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none; /*境界線の打ち消し*/
}
}



/* みどころページ */
.mmber{
	font-size: 18px !important;
}

@media only screen and (max-width:736px){
.iframe{
	position: relative;
  width: 100%;
  overflow: hidden;
  /* padding-bottom: 56.25%; */
 }
}