<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* =============================================================
    common 共通
============================================*/
:root {
	--color_BLK : #252525;
	/* --color_YLW : #fbef04; */
	/* --color_RED : #e40b0b; */
	/* --color_BLU : #004eff; */
	/* --color_GRN : #44bc08; */
	--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%;
}
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-weight: normal;
}
li,ol,ul {
	list-style-type: none;
}

#page {
	font-size: clamp(16px, 2.2vw, 20px);
	margin: 0 auto;
    max-width: 1920px;
	color: var(--color_BLK);
	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.4;
	font-feature-settings: "palt" 1;
	-webkit-text-size-adjust: 100%;
	position: relative;	/* 背景fixed　safari対応 ←　これ使う場合は必要*/
}
#page * {
	box-sizing: border-box;
}
#page img {
	width: 100%;
	border: 0;
	vertical-align: top;
}
#page a {
	transition: all 0.3s;
	text-decoration: none;
}
#page a:hover {
	opacity: 0.7;
}
#page a[tabindex*="-1"] {
	pointer-events: none;
}
#page a[tabindex*="-1"]:hover {
	opacity: 1;
}
#page em {
	font-style: normal;
	font-weight: bold;
}
@media screen and (min-width: 768px) {
	a[href*="tel:"] {
	  pointer-events: none;
	  cursor: default;
	  text-decoration: none;
	}
}
@media screen and (max-width: 767px) {
	#page {
		font-size: clamp(14px, 3.2vw, 16px);
	}	
}

.serif {
	font-family: 'Shippori Mincho', serif;
	font-weight: 600;
}
.arial {
	font-family: Arial;
}

.flex {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.inner_wrap {
	padding: 0 var(--gap_48px);
	margin: 0 auto;
	max-width: 1500px;
}
.pd_tb {
	padding-top: var(--gap_80px);
	padding-bottom: var(--gap_80px);
}
.pd_t {
	padding-top: var(--gap_80px);
}
.pd_b {
	padding-bottom: var(--gap_80px);
}
.font_awe::before,
.font_awe::after {
	font-family: "Font Awesome 6 Free","Font Awesome 6 Brands";
    font-weight: 900;
}

.block_title {
	font-size: clamp(18px,3.4vw,28px);
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 0 0 var(--gap_32px);
}
.block_read p {
	margin: var(--gap_16px) auto;
}
.block_read p:not(.demo_btn) {
	padding-left: 1em;
	text-indent: -1em;
}
.ib {
	font-size: inherit !important;
	display: inline-block;
}

.btn_wrap {
	text-align: center;
}
.btn {
	font-size: 1.4em;
	font-weight: bold;
	padding: 0.8em var(--gap_24px);
	margin: 0 auto;
	line-height: 1.2;
	border-radius: clamp(4px, 1vw, 10px);
	transition: all 0.3s;
	display: inline-block;
}
.btn:hover {
	box-shadow: unset !important;
}
#btn_pagetop {
    position: fixed;
	bottom: clamp(4px, 3.4vw, 10px);
	right: clamp(4px, 3.4vw, 10px);
    z-index: 500;
}
#btn_pagetop a img {
  width: clamp(70px, 9vw, 100px);
}

/* =========================================================
	もしテク　page内
======================================== */
.bnr_sp {
	max-width: 800px;
	margin: var(--gap_24px) auto 0;
	padding: 0 0 var(--gap_64px);
	text-align: center;
}
.bnr_sp a {
	display: block;
}
.bnr_sp a:not(:first-of-type) {
	margin-top: var(--gap_24px);
}

/* =========================================================
	メインビジュアル
======================================== */
.page_header {
	background: url(/sp/moshimane/tech/images/bg1.jpg) center center repeat;
}

.h1_main {
	padding: var(--gap_32px) var(--gap_24px);
}
.h1_main img {
	margin: 0 auto;
}
.img_main2 {
	max-width: 1190px;
	display: block;
}
.img_s_main {
	display: none;
}

.day {
	color: #FFFFFF;
	background-color: var(--color_BLK);
	border-bottom: var(--gap_8px) #fff solid;
	padding: var(--gap_24px) 0;
	text-align: center;
	width: 100%;
}
.next_day_wrap {
	font-family: 'Kosugi Maru', sans-serif;
	font-size: clamp(18px, 3.6vw, 38px);
	letter-spacing: 1px;
	line-height: 1.2;
}
.next_day_wrap em {
	display: inline-block;
	font-weight: normal !important;
}
.day .font_l,
.day .font_m {
	color: #ffff56;
}
.day .font_l {
	font-size: 2.2em;
	transform: scaleX(1.2);
	margin: 0 var(--gap_8px);
}
.day .font_m {
	font-size: 1.4em;
}
@media screen and (max-width:767px) {
	.img_main2 {
		display: none;
	}
	.img_s_main {
		display: block;
	}
}

/* =========================================================
	動画
======================================== */
.box_movie_next {
	text-align: center;
	background: url(/sp/moshimane/tech/images/bg_movie.jpg) center top #e3c926 repeat;
	padding: var(--gap_64px) var(--gap_48px);
}
.p_movie {
	font-size: 1.2em;
	margin-bottom: var(--gap_32px);
	letter-spacing: 0.2em;
	font-weight: 600;
	text-align: center;
}
.movie {
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
	border: var(--color_BLK) calc(var(--gap_8px) / 2) solid;
	padding: var(--gap_8px);
	box-sizing: border-box;
}
.movie_in {
	position: relative;
	width: 100%;
	padding-top: calc(9 / 16 * 100%);
	margin: 0 auto;
	overflow: hidden;
}
.tvo-video {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
}
/* =========================================================
	概要
======================================== */
.contents {
	background: url(/sp/moshimane/tech/images/bg2.jpg) center top repeat;
}
.box_about {
	padding: var(--gap_64px) var(--gap_48px) 0;
}
.img_top_moshimaen {
	margin: 0 auto;
	display: block;
	width: 100%;
	max-width: 1200px;
}
.box_detail {
	max-width: 1200px;
	margin: 0 auto;
	padding: var(--gap_64px) var(--gap_96px) var(--gap_48px);
	box-sizing: border-box;
	background: url(/sp/moshimane/tech/images/bg_cont_mid.png) center top/100% repeat-y;
}
.box_detail h2 {
	text-align: center;
}
.box_detail h2 img {
	width: 100%;
	max-width: 940px;
	height: auto;
}
.box_detail .text {
	padding: var(--gap_64px) 0 0;
	text-align: center;
}
.box_detail .text p {
	font-size: clamp(14px, 3.6vw, 34px);
	font-weight: 600;
	line-height: 1.8;
	color: #0B0B0B;
	margin: 0 auto;
}
.box_detail .text p:not(:first-child) {
	margin-top: var(--gap_32px);
}
.img_bottom_moshimaen {
	margin: 0 auto var(--gap_32px);
	display: block;
	max-width: 1200px;
}
@media screen and (max-width: 1023px) {
	.box_detail .text p:not(:first-child) {
		margin-top: 2vw;
	}
}
@media screen and (max-width: 767px) {
	.box_detail .text p {
		line-height: 1.6;
	}
}
@media screen and (max-width: 479px) {
	.box_detail .text {
		text-align: left;
	}
	.box_detail .text p .ib {
		display: inline;
	}
	.box_detail .text p br {
		display: none;
	}
}
/* =========================================================
	tech PR
======================================== */
.box_pr_tech {
	text-align: center;
	padding: var(--gap_64px) 0 0;
}
.pr_tech_head {
	font-size: clamp(18px, 4vw, 34px);
	font-weight: bold;
	color: #0a46a0;
	margin-bottom: var(--gap_16px);
}
.pr_tech p {
	font-size: clamp(14px, 3.6vw, 28px);
}
.pr_tech p:not(:last-of-type) {
	margin-bottom: var(--gap_16px);
}
.pr_tech p i {
	margin-right: var(--gap_8px);
}
.pr_tech p mark {
	background: linear-gradient(180deg, transparent 0%, transparent 60%, #ffff56 60%, #ffff56 100%);
}

/* =========================================================
	出演者
======================================== */
.box_mcguest {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: var(--gap_64px) var(--gap_48px);
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.box_mcguest figure {
	width: calc(100% / 3);
	padding: 0 2%;
	box-sizing: border-box;
}
.box_mcguest.guest2pc {
	max-width: 1000px;
}
.box_mcguest.guest4pc {
	max-width: 1600px;
    padding-left: var(--gap_24px);
    padding-right: var(--gap_24px);
}
.guest2pc figure {
	width: calc(100% / 2);
}
.guest4pc figure {
	width: calc(100% / 4);
}
@media screen and (max-width:767px) {
	.box_mcguest figure {
		width: 80%;
		max-width: 320px;
	}
	.box_mcguest figure:not(:last-child) {
		margin-bottom: 5vw;
	}
}
/* =========================================================
	特集ブロック
======================================== */
.hr {
	margin: 0;
	border-top: #FFFFFF 1px solid;
	border-left: var(--color_BLK) 1px solid;
	border-bottom: var(--gap_8px) var(--color_BLK) solid;
	position: relative;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.8);
}
.img_top,
.img_bottom {
	margin: 0 auto;
	display: block;
	max-width: 1300px;
}

.bg_article {
	background: url(/sp/moshimane/tech/images/bg1.jpg) center top repeat;
	padding: var(--gap_64px) var(--gap_48px);
}
.bg_article:nth-of-type(n+2) {
	padding-top: 0;
}
.belt_img {
	margin-left: -180px;
}
.article_wrap {
	font-weight: 900;
	text-align: center;
	margin: 0 auto;
	padding: var(--gap_32px) clamp(30px,6vw,100px);
	background: url(/sp/moshimane/tech/images/bg_cont_mid.png) center top/100% repeat-y;
	max-width: 1300px;
	box-sizing: border-box;
}
.article_wrap,
.block_uwasa {
	font-size: clamp(18px, 2.8vw, 38px);
}
.article_wrap em,
.block_uwasa em {
	font-size: 1.2em;
	font-weight: 900;
}
.article_wrap em {
	color: #ff007e;
	margin: 0.5rem 0;
	/* margin: 0.5rem 0.3rem; */
	border-bottom: 1px #FF00A6 dashed;
}
.block_uwasa em {
	color: #FF4700;
	margin: 0 0;
	/* margin: 0 0.3rem; */
}
.article_wrap .section1:not(:first-of-type) {
	border-top: dotted 5px #00d296;
	padding-top: var(--gap_48px);
	margin-top: var(--gap_64px);
}
.title_rbn {
	max-width: 700px;
	margin: 0 auto;
}
.article_wrap .read_wrap {
	margin: 0 auto var(--gap_48px);
	line-height: 1.6;

}
.article_wrap .read_wrap ul {
	margin-top: var(--gap_24px);
}
.article_wrap .read_wrap li i {
	margin-right: 4px;
}

.article_wrap .title01 {
	max-width: 1000px;
	margin: 0 auto 1rem !important;
	display: block;
}
.article_wrap .read_wrap mark {
	background-color: #ffea00;
	padding: 0 2px;
	display: inline-block;
    line-height: 1.2;
}
.article_wrap .read_wrap mark em {
	border-bottom: 0;
}
.icon_list {
	margin-bottom: var(--gap_24px);
	margin-top: var(--gap_24px);
}
.icon_list li {
	margin-bottom: var(--gap_16px);
}
.icon_list li em {
    line-height: 1;
}
.icon_list img {
	width: 1.2em !important;
    height: 1.2em !important;
    margin: 0 4px -0.2em 0 !important;
    padding: 0;
}
.photo_wrap {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
}
.photo_wrap img {
	width: 49% !important;
	padding: 0 !important;
	margin: 1% auto 0 !important;
}
.ver_pickup img:first-child {
	width: 70% !important;
	margin-top: 0 !important;
}
@media screen and (max-width: 1023px) {
	.belt_img_wrap {
		width: calc(100% + 8vw);
		margin-bottom: 2vw;
	}
	.belt_img {
		margin-left: -18vw;
	}
}
@media screen and (max-width:767px) {
	.article_wrap {
		padding: var(--gap_32px) var(--gap_64px);
	}
	.article_wrap .ver_pickup img:first-child,
	.photo_wrap img {
		width: 100% !important;
	}
	.article_wrap .read_wrap mark {
		padding: 0 0;
	}
}
@media screen and (max-width:575px) {
	.article_wrap .title01 {
		width: 100%;
	}
	.article_wrap .ver_pickup img:first-child,
	.photo_wrap img {
		width: 100% !important;
	}
}
@media screen and (max-width:479px) {
	.article_wrap,
	.block_uwasa {
		font-size: max(14px,3.8vw);
	}
}

/* =========================================================
	アニメーション
======================================== */
.box {
	border-radius: 5px;
	animation: pikopiko 1s steps(2, start) infinite;
}
@keyframes pikopiko {
	0% {
		transform: rotate(2deg);
	}

	to {
		transform: rotate(-2deg);
	}
}

.circle {
	width: auto;
	height: auto;
	margin: 0px auto;
	border-radius: 0px;
	animation: fuwafuwa 2s infinite;
}
@keyframes fuwafuwa {
	0% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(-30px);
	}

	100% {
		transform: translateY(0px);
	}
}


.icon_list img {
    width: 1.2em;
    height: 1.2em;
    margin: 0 4px -0.2em 0 !important;
    padding: 0;
	vertical-align: unset !important;
}

/* .article_wrap .ss_title_wrap {
	width: 110%;
    position: relative;
    transform: rotate(356deg);
    margin: 10px auto 50px -10%;
}
.article_wrap .ss_title_wrap::before,
.article_wrap .ss_title::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: solid 90px transparent;
    border-right: solid 40px #fff;
}
.article_wrap .ss_title_wrap::before {
	right: 5px;
    z-index: 10;
}
.article_wrap .ss_title::before {
    right: 0;
}
.article_wrap .ss_title_wrap::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #e1cf09;
    top: 5px;
    left: -5px;
}
.article_wrap .ss_title {
    color: #012c4b;
    background-color: #ffee00;
    padding: 8px 60px 8px 0;
    line-height: 1.3;
    position: relative;
    z-index: 150;
}
.article_wrap .ss_title em {
    font-size: 1.2em !important;
    color: #c9171e;
    border: 0;
}
.article_wrap .ss_title em.tf {
    transform: rotate(350deg);
    display: inline-block;
    font-weight: 900;
}
@media screen and (max-width:1399px) {
	.article_wrap .ss_title_wrap::before,
	.article_wrap .ss_title::before {
		border: solid 6.5vw transparent;
		border-right: solid 40px #fff;
	}
}
@media screen and (max-width:767px) {
	.article_wrap .ss_title_wrap {
		margin: 10px auto 6vw -10%;
	}
}
@media screen and (max-width:479px) {
	.article_wrap .ss_title {
		padding: 8px 40px 8px 10px;
	}
	.article_wrap .ss_title_wrap::before,
	.article_wrap .ss_title::before {
		border: solid 45px transparent;
		border-right: solid 20px #fff;
	}
}
@media screen and (max-width:349px) {
	.article_wrap .ss_title_wrap::before,
	.article_wrap .ss_title::before {
		border: solid 12vw transparent;
		border-right: solid 20px #fff;
	}
}

.article_wrap .ss_title_sub {
	font-size: 22px;
	color: #000;
	max-width: 70%;
	line-height: 1.3;
    padding: 0 8px 8px;
    transform: rotate(352deg);
    margin: 10px auto 30px -20%;
    display: inline-block;
	border-bottom: solid 3px;
    border-radius: 10px;
}
.article_wrap .ss_title_sub em {
    font-weight: bold;
	color: inherit;
	margin: 0;
	border-bottom: 0;
    position: relative;
    display: inline-block;
}
.article_wrap .ss_title_sub::before,
.article_wrap .ss_title_sub::after {
    content: '';
    position: absolute;
    left: 50%;
    border: solid 10px transparent;
    transform: translateX(-50%);
}
.article_wrap .ss_title_sub::before {
    top: calc(100% - 5px);
    border-top: solid 20px #fff;
	z-index: 50;
}
.article_wrap .ss_title_sub::after {
    top: 100%;
    border-top: solid 20px #000;
}
@media screen and (max-width:1399px) {
	.article_wrap .ss_title_sub {
		font-size: 2.2vw;
	}
}
@media screen and (max-width:767px) {
	.article_wrap .ss_title_sub {
		font-size: 3vw;
	}
}
@media screen and (max-width:479px) {
	.article_wrap .ss_title_sub {
		font-size: 4vw;
		margin: 10px auto 4vw -20%;
	}
	.article_wrap .ss_title_sub::before,
	.article_wrap .ss_title_sub::after {
		border: solid 2vw transparent;
	}
	.article_wrap .ss_title_sub::before {
		border-top: solid 4vw #fff;
	}
	.article_wrap .ss_title_sub::after {
		border-top: solid 4vw #000;
	}
}

.border_box {
	padding: 12px 16px;
    line-height: 1.1;
    border: solid 4px #ff007e;
    border-radius: 12px;
    display: inline-block;
} */


/* =========================================================
	TVerエリア
======================================== */
.box_banner {
	text-align: center;
	padding: var(--gap_64px) var(--gap_48px);
	border-top: var(--gap_8px) solid var(--color_BLK);
	background: url(/sp/moshimane/tech/images/bg1.jpg) repeat;
}
.box_banner.box_tver {
	background: unset;
}
.box_banner * {
	box-sizing: border-box;
}
.box_banner img {
    max-width: 1160px;
}
.bnr_tver {
	margin: 0 auto;
	max-width: 900px;
	display: block;
}

/* =========================================================
	Youtubeエリア
======================================== */
.disp_b {
	display: block;
}
.btn_wrap {
	text-align: center;
}
.btn {
	font-size: 1.3em;
    color: var(--color_BLK);
	font-weight: bold;
    padding: var(--gap_16px) var(--gap_32px) ;
	margin: 0 auto;
	line-height: 1.2;
	border-radius: 50px;
	background-color: #fff;
    border: solid 2px;
    display: inline-block;
}
.btn:hover {
	color: inherit;
	opacity: 0.7;
}


/* .title_youtube_area {
	margin-bottom: 30px;
}
.title_youtube_area img {
	max-width: 874px;
} */
.title_youtube_area {
	font-size: 48px;
	font-weight: 900;
	margin-bottom: 50px;
	text-shadow: 3px 3px 0 #e4cb28;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.title_youtube_area em {
	font-size: 1.2em;
	font-weight: 900;
}
.title_youtube_area br {
	display: none;
}
.img_logo_youtube {
	max-width: 300px !important;
	margin: 12px 12px 0;
}
.yt_mov_wrap {
	max-width: 900px;
	margin: 0 auto;
}
.yt_mov_wrap iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    border: solid 4px #3e6294;
    padding: 8px;
	vertical-align: top;
}
.btn_yt {
	font-size: 1.6em;
	margin: 30px auto 8px;
}
.btn_yt span:not(.ib) {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn_yt i {
	font-size: 1.2em;
	color: #ff0000;
	margin-right: 8px;
}
@media screen and (max-width:1023px) {
	.title_youtube_area {
		font-size: 4.6vw;
		text-shadow: 0.08em 0.08em 0 #e4cb28;
	}
	.img_logo_youtube {
		width: 30vw !important;
	}
}
@media screen and (max-width:767px) {
	.title_youtube_area {
		font-size: 6.4vw;
		line-height: 1.1;
		margin: 0 auto 20px;
		max-width: 70%;
	}
	.title_youtube_area br {
		display: inline;
	}
	.yt_mov_wrap iframe {
		border: solid 0.5vw #147c5e;
		padding: 4px;
	}
	.btn_yt {
		font-size: 3.4vw;
		margin: 20px auto 8px;
	}
	.link_notice {
		font-size: 16px;
	}
}
@media screen and (max-width:479px) {
	.title_youtube_area {
		font-size: 7.5vw;
	}
	.img_logo_youtube {
		margin: 8px 8px 0;
	}
	.btn_yt {
		font-size: 4.4vw;
	}
	.link_notice {
		font-size: 14px;
	}
}
@media screen and (max-width:379px) {
	.title_youtube_area {
		max-width: 80%;
	}
}

</pre></body></html>