/* ===========================================
	TBS Reset
=========================================== */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,main {margin:0;padding:0;border:0;font-size:100%;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main {display:block;}
body {font-family:Verdana,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;line-height:1;}
ol,ul {list-style:none;}
blockquote,q {quotes:none;}
blockquote:before,blockquote:after,q:before,q:after {content:'';content:none;}
table {border-collapse:collapse;border-spacing:0;}
wbr:after {content:"\00200B";}

/*	TBS reset
============================== */
.alt {position:absolute;top:-5000px;left:-9999px;}
.clearfix:after {content:"";clear:both;display:block;}
.hide-txt {text-indent:110%;white-space:nowrap;overflow:hidden;}
.fp-causion {display:none;}
.nocontxt {-webkit-touch-callout: none;-webkit-user-select: none;user-select: none;-webkit-user-drag:none;}
.nocontxt img {pointer-events: none;}
@media all and (min-width:768px) {
.alt-pc {position:absolute;top:-5000px;left:-9999px;}
.clearfix-pc:after {content:"";clear:both;display:block;}
.hide-txt-pc {text-indent:110%;white-space:nowrap;overflow:hidden;}
}
@media all and (max-width:767px) {
.alt-smp {position:absolute;top:-5000px;left:-9999px;}
.clearfix-smp:after {content:"";clear:both;display:block;}
.hide-txt-smp {text-indent:110%;white-space:nowrap;overflow:hidden;}
}
div.embed-tbsplayer {
background-color:#000;
position:relative;
height:0;
padding-top:56.25%;
}
div.embed-tbsplayer .tbs-player {
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
}
div.embed-tbsplayer-audio {
background-color:#fff;
}
div.embed-tbsplayer-audio .tbs-player {
height:46px;
}
div.lbx-overlay {
z-index:10000;position:absolute;background-color:#000;width:100%;height:100%;left:0;top:0;right:0;bottom:0;opacity:0.9;
}


/* ===========================================
	TBS Web Font
=========================================== */
@font-face {
	font-family: 'TBSGothic';
	src: url('/um/tpfonts/2e0869c1-da33-42ae-9828-55499bd42a69.woff') format("woff");
	font-weight:normal;
	font-style:normal;
}
@font-face {
	font-family: 'TBSGothic';
	src: url('/um/tpfonts/044de588-d2c9-4010-86b0-1c026db099a2.woff') format("woff");
	font-weight:bold;
	font-style:normal;
}
/*
* {
	font-family: 'TBSGothic', sans-serif;
}
*/


/* ===========================================
	Font
=========================================== */
@font-face {
	font-family: 'Noto Sans JP';
	src: url('/um/library/fonts/Noto_Sans_JP/NotoSansJP-Regular.otf') format("woff");
	font-weight:normal;
	font-style:normal;
}
* {
	font-family: "Noto Sans JP","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Hiragino Sans",meiryo,arial,sans-serif;
}


/*	Common
====================================== */
* {
	scroll-behavior: smooth;
}
*:focus {
	outline: none;
}

/* link */
a:link {
	text-decoration:none;
	color:#0050FF;
	transition: 0.8s;
}
a:visited {
	text-decoration:none;
	color:#0050FF;
	transition: 0.8s;
}
a:active {
	text-decoration:none;
	color:#99b9ff;
}
a:hover {
	text-decoration:none;
	color:#99b9ff;
	transition: 0.8s;
}
/* text */
.wbr {
	white-space: nowrap;
	display: inline-block;
}


/*	copyright
============================== */
.copyright {
	padding: 0	
}
p.copyright {
	line-height:1.25;
	text-align:center;
	background-color: unset
}
p.copyright > small {
	display:block;
}
@media all and (min-width: 992px) {
	p.copyright {
		font-size:75%;
	}
	p.copyright > small {
		padding:40px 0;
	}
	p.copyright a:hover {
		text-decoration:none;
	}
}
@media all and (max-width: 991.98px) {
	p.copyright {
		font-size:62.5%;
	}
	p.copyright > small {
		padding:20px 12px;
	}
}


/*	background
====================================== */
* {
}
html, body {
}
body {
	color:#1A1A1A;
	text-align:center;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust: 100%;
	font-family:"Noto Sans JP","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Hiragino Sans",meiryo,arial,sans-serif; 
}


/*	.fix-bg
============================== */
div.fix-bg {
	width:100%;
	height:100%;
	position: fixed;
	inset: 0;
	background-color:#e9f2fe;
	background-image: linear-gradient(hsla(213,90%,80%,0.5), transparent);
	overflow:hidden;
	z-index: -2;
}
div.fix-bg img {
	background-color:hsla(0,0%,100%,0.2);
	width:100%;
	height:60%;
	position:absolute;
	left:0;
	top:0;
	-webkit-transform:skewY(-35deg);
	transform:skewY(-35deg);
	background-image: -webkit-gradient(linear, center left, center right, from(transparent), color-stop(0.05, transparent), to(hsla(0,0%,100%,0.6)));
	background-image: linear-gradient(90deg, transparent 5%, hsla(0,0%,100%,0.6));
}


/*	global header
====================================== */
div.gh-tbs {
	text-align:left;
	background-color:#fff;
}
div.gh-tbs p a {
	display:block;
	text-indent:110%;white-space:nowrap;overflow:hidden;
	background-image:url(/um/v8/img/gh_logo.svg);
	background-position:center center;
	background-repeat:no-repeat;
	margin:0 auto;
}
@media all and (min-width: 992px) {
div.gh-tbs {
	padding:16px 0;
	box-shadow: rgba(0,0,0,0.2) 0px 0px 12px 0px;
}
div.gh-tbs p a {
	width:64px;
	height:30px;
}
}
@media all and (max-width: 991.98px) {
div.gh-tbs {
	padding:8px 0;
	box-shadow: rgba(0,0,0,0.2) 0px 0px 6px 0px;
}
div.gh-tbs p a {
	width:51px;
	height:24px;
	background-size:51px 24px;
}
}


/*	header
====================================== */
header.header h1 {
	display: none
}
}


/*	main
====================================== */
main {
	text-align:left;
}
@media all and (max-width: 991.98px) {
main {
	padding-bottom:20px;
}
}


/*	.contents
====================================== */

div.contents {
	text-align: justify
}

@media all and (min-width: 992px) {
div.contents {
	max-width:100%;
	margin:0 auto;
}
}

div.player {
	max-width: 980px;
	margin: 0 auto
}
div.player span, div.player a, div.player span img {
	display:block;
}
div.player span, div.player a {
	position:relative;
	height:0;
	padding-top:38%;
	background-repeat:no-repeat;
	background-size: cover;
	border-radius: 10px;
}
div.player span img, div.player a img {
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}

#stream {
	background-color:#0050ff;
	position:relative;
	height:0;
	padding-top:56.25%;
	box-shadow: 0 0 0 1px #DEDEDE;
}
#stream .tbs-player {
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}

div.intro {
	position: relative;
	overflow: hidden;
}
div.intro::before, div.intro::after {
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
}
div.intro::before {
	left: 0%;
	top: 0%;
	width: 100%;
	height: 100%;
	background-color: #0050ff;
}
div.intro::after {
	left: -50vw;
	top: -50vh;
	width: 200vw;
	height: 200vh;
	background-image: url(../img/bg.svg);
	background-position: center center;
	transform: rotate(-23.4deg);
	opacity: 0.08;
}
div.intro p {
	text-align:center;
	color:#fff;
	font-weight:bold;
	line-height:1.6;
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}
div.intro p:not(:last-child) {
	margin-bottom:1.25em;
}
@media all and (min-width: 992px) {
div.intro {
	padding:40px 0;
}
div.intro > div {
	width:980px;
	margin:0 auto;
}
div.intro p {
	font-size:125%;
}
}
@media all and (max-width: 991.98px) {
div.intro {
	padding:20px 0;
}
div.intro > div {
	margin:0 20px;
}
}


/*	.summary
====================================== */
div.summary dl  {
	display:flex;
	justify-content:center;
}
div.summary dl dt  {
	font-weight:bold;
	margin-right:1em;
}
div.summary dl dt, div.summary dl dd {
	line-height:1.6;
}
div.summary dl dd {
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}
@media all and (min-width: 992px) {
div.summary dl dt, div.summary dl dd {
	font-size:112.5%;
}
}
@media all and (max-width: 991.98px) {
}


/*	p
====================================== */
p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}


/*	.mainvisual
====================================== */
#mainvisual img {
	max-width: 1200px;
	margin: 32px 0 48px;
	-webkit-animation: tbsv9FadeIn 1800ms;
    animation: tbsv9FadeIn 1800ms;
}

@media all and (max-width: 1024px) {
#mainvisual img {
	max-width: 100%;
}
}

@media all and (max-width: 991.98px) {
#mainvisual img {
	margin: 0 auto;
}
}


/*	.mission
====================================== */
.mission {
	margin: 0  0 64px 0;
    max-width: 980px;
    margin: 0 auto;
	padding: 3em;
	position: relative;
	z-index:1;
}
.mission::before {
	content:"";
	position:absolute;
	top:0;
	left:50%;
	transform:translateX(-50%);
	width:100vw;
	height:100%;
	z-index:-1;
}
.mission::after {
	display: block;
    content: "";
	position: absolute;
    left:50%;
    transform:translateX(-50%);
    width:100vw;
    height: 1px;
    bottom: 4px;
    border-top: 1px solid rgba(0, 80, 255, .7);
}
.mission p.description {
	color: #1A1A1A;
	padding: 1.5em 2em;
	margin-bottom: 0px;
	line-height: 1.6;
	border-radius: 10px;
	margin-top: 0
}

@media all and (max-width: 991.98px) {
.mission {
	margin: 0;
    padding: 1.5em 0;
}
.mission p.description {
	padding: 1em 3.5%;
	font-size: 3.5vw;
}
}


/*	.about
====================================== */
.about {
	display: block;
	max-width: 980px;
	margin: 0 auto;
	padding-top: 3em;
	position: relative;
	z-index:1;
}
.about::before {
	content:"";
	position:absolute;
	top:0;
	left:50%;
	transform:translateX(-50%);
	width:100vw;
	height:100%;
	background:rgba(232, 238, 246, .7);
	z-index:-1;
}
.about .ttl {
    font-size: 40px;
}
.flex-item {
    flex: 1;
} 
.about_desc ul li {
    padding: 1.5em 2em;
	line-height: 1.6;
	border-bottom: 1px solid rgba(107, 114, 128, 0.5);
	margin-right: 1em;
	font-size: 90%
}
.about_desc ul li span.t_sub {
	font-size: 111%
}
.about_desc ul li:last-child {
	border-bottom: unset;
}
.about_desc .photo img {
	width: 300px
}
.about_desc .photo img:first-child {
	margin-bottom: 1em
}
.about_desc .logo {
	display: block;
    width: 80%;
	margin: 0 auto;
	padding-top: 2em
}
.title {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	margin: auto;
	padding: 1rem 3rem;
	font-weight: bold;
	background: #0050ff;
	background: linear-gradient(to top, #00A1FF 0%,#0050ff 100%);
	color: #fff;
	transition: 0.5s;
	position: absolute;
    top: -20px;
    right: 0;
    left: 0;
    margin: 0 auto;
    border-radius: 10px 10px 0 0;
    background-image: linear-gradient(-60deg, rgba(0, 80, 255, 0.8) 0%, rgba(0, 80, 255, 0.4) 70%), url(../img/background.png);
}
.emphasis {
	background-color: rgba(232, 238, 246, .7);
}
.about div.description {
	display: flex
}
p.t_ttl {
	font-weight: bold;
	font-size: 120%;
	padding: 0 2em;
	line-height: 1.4;
}
span.t_sub {
    display: block;
    margin-bottom: .5em;
	font-weight: bold
}
@media all and (max-width: 991.98px) {
	.about {
		display: block;
		padding: 1.5em 0
	}
	.about .ttl {
		font-size: 6vw;
		margin: 0px auto 2%;
	}
	.about_desc ul li {
		padding: 1.5em 3.5%;
		font-size: 3.5vw;
		margin-right: 0
	}
	.about_desc ul li span.t_sub {
		font-size: 4vw;
	}
	.about_desc .photo img {
		width: 100%
	}
	.about_desc .logo {
		width: 90%;
		padding-top: 2vw
	}
	p.t_ttl {
		font-size: 4.5vw;
		padding: 0 3.5%;
		margin: 1em auto 1em;
        display: inline-block;
        vertical-align: middle;
        position: relative;
	}
	.about div.description {
		display: block
	}
}


/*	.news
====================================== */
.news {
    max-width: 980px;
    margin: 0 auto;
	padding: 3em;
	position: relative;
	z-index:1;
	text-align: center
}
.news::before {
	content:"";
	position:absolute;
	top:0;
	left:50%;
	transform:translateX(-50%);
	width:100vw;
	height:100%;
	background:rgba(255,255,255,.5);
	z-index:-1;
}
.news ul{
	padding-inline-start: 0px;
}
.news li{
	display: flex;
	padding: 1.5em 2em;
	border-bottom:1px solid rgba(107, 114, 128, 0.5);
}
.day {
    font-weight: bold;
    font-size: 100%;
    color: #6B7280;
    width: 120px;
	line-height: 1.4;
	width: 15%;
    text-align: left;
}
.label {
	color: #0050ff;
    padding: 1em 2em;
    margin: 0;
    border: solid 1px #0050ff;
    border-radius: 50px;
	font-size: .5em;
	margin-right: 2em
}
.news .text {
    line-height: 1;
    text-align: left;
	line-height: 1.4;
 	width: 85%;
}

@media all and (max-width: 991.98px) {
.news {
	padding: 1.5em 0;
}
.news .ttl {
	margin: 0px auto 2%;
}
.news li{
	display: block;
	padding: 1em 3.5%;
}
.day {
	margin-bottom: .8em;
    font-size: 3vw;
	text-align: left
}
.label {
	width: 40px;
	margin-bottom: .8em;
}
.news .text {
	font-size: 3.5vw;
	width: 100%;
}
}

/*	.contact
====================================== */
.contact {
    max-width: 980px;
    margin: 0 auto;
	padding: 3em;
	position: relative;
	z-index:1;
	text-align: center
}
.contact::before {
	content:"";
	position:absolute;
	top:0;
	left:50%;
	transform:translateX(-50%);
	width:100vw;
	height:100%;
	z-index:-1;
}
.contact::after {
	display: block;
    content: "";
	position: absolute;
    left:50%;
    transform:translateX(-50%);
    width:100vw;
    height: 1px;
    bottom: 4px;
    border-top: 1px solid rgba(0, 80, 255, .7);
}
.contact p {
	line-height: 1.4;
	display: inline-block;
    vertical-align: middle;
    position: relative;
}
.contact .btn_link {
	margin: 0 auto 0;
	display: block;
}
@media all and (max-width: 991.98px) {
.contact {
	padding: 1.5em 1em 2em;
	margin: auto 0;
}
.contact p {
	font-size: 3.5vw;
	margin: 1em auto;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
}

/*	.sns
====================================== */
.sns {
    max-width: 980px;
    margin: 0 auto;
	padding: 3em;
	position: relative;
	z-index:1;
	margin: 0 auto;
	padding: 0;
	position: relative;
	padding: 2.5em 0 2.5em;
	background: url() no-repeat center center;
	background-size: cover;
	z-index: 2;
}
.sns::before {
	content:"";
	position:absolute;
	top:0;
	left:50%;
	transform:translateX(-50%);
	width:100vw;
	height:100%;
	background:rgba(255,255,255,.5);
	z-index:-1;
}
.snspost {
  text-align: center
}
.sns p {
  vertical-align: middle;
  display: inline-block;
  font-size: 220%;
  text-align: center;
  color: #3A3A3A;
  font-weight: 500
}
.sns span.outgo {
  display: block;
  font-size: 1rem;
  padding: 1em 0 0;
}
.sns #sns {
  text-align: center;
  margin: 1em auto 0;
  display: inline-block;
  vertical-align: middle;
  position: relative
}
.sns #sns ul li {
  display: block;
  align-items: center
}
.sns #sns a {
  width: 80px;
  height: 80px;
  margin: 0 5px 0;
  position: relative;
  display: inline-block;
  border-radius: 50%;
  transition: .3s;
  background: #0050FF;
  transition: 0.8s;
}
.sns #sns a:hover {
  opacity: 0.8
}
.sns #sns a img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 50%;
}
.sns a.postbtn {
  width: 320px;
  color: #fff;
  font-size: 160%;
  margin: .5em auto 0;
  display: block;
  transition: .3s;
  border: 1px solid rgba(255, 255, 255, 0.9);
  background: #E05648;
  padding: .7em 0;
  border-radius: 50px;
  transition: 0.3s;
}
.sns a.postbtn span {
  display: inline-block;
  font-weight: 600;
}
@media all and (max-width: 991.98px) {
	.sns {
	    padding: 1.5em 1em;
	}
	.sns__left {
	    margin-bottom: 1.5em;	
	}
	.sns span.outgo {
		font-size: 3.5vw
}
}


/*	.btn
====================================== */
a.btn {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	max-width: 240px;
	margin: auto;
	padding: 1.5rem 4rem;
	font-weight: bold;

	color: #fff;
	border-radius: 100vh;
	transition: 0.8s;
}
a.btn:hover {
	color: #0050ff;
	background: #fff;
	transition: 0.8s;
}


/*	tbs-v9-gheader
====================================== */
div.tbs-v9-gheader {
	position:relative;
	z-index:105;
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
div.tbs-v9-gheader-menu {
	position: fixed;
}


/*	.mission
====================================== */
.mission .ttl {
    font-size: 40px;
}
.nmission_ttl {
    display: flex;
    align-items: flex-end;
    grid-gap: 8px;
    gap: 8px;
    flex-wrap: wrap;
}
.mission_desc {
    background: rgba(255, 255, 255, .7);
    padding: 3.5%;
	text-align: center;
	outline: 1px solid rgba(107, 114, 128, 0.5);
    outline-offset: -4px;
	display: block;
    vertical-align: middle;
    position: relative;
    margin-top: 1em;
}

@media (max-width: 991.98px) {
.mission .ttl {
    font-size: 6vw;
	margin: 2% auto 2%;
}
.nmission_ttl {
	display: block;
    margin-bottom: 0em;
}	
.mission_desc {
    margin: 1em auto 0;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
}


/*	.news
====================================== */
.news_ttl {
    display: flex;
    align-items: flex-end;
    grid-gap: 8px;
    gap: 8px;
    flex-wrap: wrap;
}
.btn_link {
    box-sizing: border-box;
    width: 300px;
    height: 56px;
    display: inline-block;
    margin: 1em auto 0;
    transition: all 0.5s;
    text-align: center;
    font-size: 110%;
    font-weight: 600;
    padding: 0;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    color: #fff;
    background-color: #0050FF;
    position: relative;
    line-height: 56px;
}
.news .btn_link {
    margin: 2em auto 0;
}
.btn_link a {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.btn_link a:hover {
    background: rgba(255, 255, 255, .1);
}
.nt {
	display: none;
}
@media (max-width: 991.98px) {
.news_ttl {
	display: block;
    margin-bottom: 0;
}
.btn_link {
    font-size: 3.3vw;
	width: 80%;
	height: 13vw;
	margin: 2em auto 0;
	padding: 0;
    line-height: 12vw;
}
}


/*	.sp_only
====================================== */
.sp_only {
    display: none;
}

@media (max-width: 991.98px) {
    .sp_only {
        display: block;
    }
}


/*	.sp_br
====================================== */
.sp_only {
    display: none;
}

@media (max-width: 991.98px) {
    .sp_only {
        display: block;
    }
}


/*	.divider 
====================================== */

.divider{
    display:block;
    height:0;
    line-height:0;
    font-size:0;
}
.divider::before {
    isplay: block;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    top: 4px;
    border-top: 1px solid rgba(0, 80, 255, .7);
}


/*	ttl
====================================== */
.ttl {
    font-size: 56px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.1;
    display: flex;
    color: #0050ff; 
	align-items: center;
	text-align: center;
    position: relative;
    justify-content: center;
	display: block;
	margin: 0 auto 4%;
}
.sub_ttl {
    margin-block-end: 0;
    color: #0050FF;
    font-size: 38%;
    position: relative;
    top: 8px;
	display: block;
	position: relative;
}

@media (max-width: 991.98px) {
.ttl {
    font-size: 10vw;
	margin: 0 auto 8%;
}
.sub_ttl {
    margin-block-start: 0;
    font-size: 4vw;
	position: relative;
    top: 2vw;
}
}


/* 	main
====================================== */
main {
    margin: 0 auto;
}
div.main_ttl {
    height: 80px;
    background: linear-gradient(to top, #00A1FF 0%, #0050ff 100%);
    background-image: linear-gradient(-60deg, rgba(0, 80, 255, 0.8) 0%, rgba(0, 80, 255, 0.4) 70%), url(../img/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3% auto
}
div.main_ttl h1 {
    display: block;
    color: #fff;
    font-size: 210%;
}
div.main_ttl h1 span.logo {
    display:inline-block;
    width:400px;
    background:url("../img/logo.png") no-repeat center;
    background-size:cover;

    text-indent:-9999px;
    overflow:hidden;
    vertical-align:middle;
}
div.main_img img {
    width: 93%;
    margin-top: 3.5%;
	-webkit-animation: tbsv9FadeIn 1800ms;
    animation: tbsv9FadeIn 1800ms;
}
@media all and (max-width: 991.98px) {
  main {
    width: 94%;
    padding-bottom: 0
  }
  div.main_ttl {
    height: 11vw;
  }
  div.main_ttl h1 {
    font-size: 5vw;
  }
  div.main_ttl h1 span.logo {
    width: 60vw;
  }
}


/*	pageTop
====================================== */
.pageTop_pc {
    background-color: #1A1A1A;
    padding: 0;
    transition: 0.3s ease;
	margin-top: 40px
}
.pageTop_pc:hover {
    opacity: 0.9;
}
.pageTop_pc a {
    color: #fff;
    font-weight: 600;
    padding: 1.4% 0;
    display: block
}
.pageTop_sp {
    display: none
}
@media all and (max-width: 991.98px) {
  .pageTop_sp {
    display: block;
    background-color: #1A1A1A;
    padding: 3vw 0;
  }
  .pageTop_sp a {
    color: #fff;
    font-weight: 600;
    font-size: 3.3vw;
  }
  .pageTop_pc {
    display: none;
    margin-top: 0
  }
}


/*	noprint
====================================== */
@media print {
  .noprint {
    display: none !important;
  }
}
