@charset "UTF-8";


/* RESET CSS */

body{font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho","serif";}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}  
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}    
table{border-collapse:collapse;border-spacing:0;}  
caption,th {text-align:left;}   
/*hr {display:none;} */
.clearfix {_height: 1px;min-height: 1px;}
.clearfix:after {height: 0;visibility: hidden;content: ".";display: block;clear: both;}
/* for MacIE5 \*//*/
/*.clearfix {height: auto;overflow: hidden;}*/
/* end */


/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
/*	vertical-align:baseline;
	background:transparent;*/
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
	vertical-align:middle;
}



















/*SVGに色つけ*/
svg.ymsvg {
	margin-top: 5px;
	height: 24px;
	width: 24px;
}
svg.ymsvg path {
	fill: #000;  
}

svg path {
/*	fill: #536E62;  */
}


svg.ushiroyumifr {
	width: 115px;
}
svg.usotitle {
	width: 340px;
	height: 38px;
}







/* ********************************** */
.slick-dots li.slick-active button:before {
	color: #000!important;
}

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 20px;
}

body {
/*	font-family: "a-otf-ud-shin-go-pr6n",sans-serif;*/
/*	font-family: "fot-tsukuardgothic-std",sans-serif;*/
	font-family: "tbudgothic-std",sans-serif;
}

a {
	color: #555;
	text-decoration: none;
}
a:hover {
	color: #aaa;
	text-decoration: none;
}

body {
	background-color: #fff;
/*	background-image: url(images/top_bg2.jpg);
	background-image: -webkit-image-set(url(images/top_bg2.jpg)1x, url(images/top_bg2@2x.jpg)2x);
	background-repeat: no-repeat;
	background-position: center 90px;*/
    animation: fadeIn 4s ease 0s 1 normal;
    -webkit-animation: fadeIn 4s ease 0s 1 normal;
}
/*パララックス効果*/
#ground {
}
/*ここまで*/


/*
@media only screen and (-webkit-min-device-pixel-ratio:1.5){
	body {
	background: url(images/ym_mono.svg);
	background-size: 50%;
	background-size: 1400px 1750px;
	}
}
*/

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}


#container {
	position: relative;
	margin: 0;
}

header {
	position: fixed;
	top: 0;
	width: 100%;
	background-color: rgba(255,255,255,0.8);
	-webkit-box-shadow: 0 10px 10px 5px rgba(255,255,255,0.8);
	-moz-box-shadow: 0 10px 10px 5px rgba(255,255,255,0.8);
	box-shadow: 0 10px 10px 5px rgba(255,255,255,0.8);
	z-index: 10;
}
svg.ctitle {
	width: 300px;
}
svg.ctitle path {
	fill: #000;  
}

header h1#logo {
	height: 400px;
	width: 960px;
	margin: 0 auto;
	display: flex;
/*	justify-content: center;*/
	align-items: center;

/*
	padding-top: 60px;
	font-family: "wigwag-bold",sans-serif;
	font-size: 150%;
	color: #536E62;
*/

	background-image: url(images/2020top_bg.jpg);
	background-image: -webkit-image-set(url(images/2020top_bg.jpg)1x, url(images/2020top_bg@2x.jpg)2x);
	background-position: top center;
	background-size: 100%;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all  0.6s ease;
}
header h1#logo a {
	display: block;
/*	color: #536E62;*/
	margin-top: 220px;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all  0.6s ease;
}


header h1#logo a img {
	filter: drop-shadow(0 0 4px #fff);
}

header.hmini {
	width: 100%;
}

header h1#logo.mini {
	width: 960px;
	margin: 0 auto;
	height: 0;
	opacity: 0;
/*	display: none;*/
	padding-top: 15px;
/*	background-size: 10px 10px;*/
	background-position: center -250px;
	background-size: 100%;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all  0.6s ease;
}
header h1#logo.mini a {
	display: block;
/*	color: #536E62;*/
	margin-top: -500px;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all  0.6s ease;
}




header nav {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
#ymmark {
	position: absolute;
	top: -10px;
/*	left: -60px;*/
	z-index: 3;
	opacity: 0;
	height: 0;
	width: 0;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all  0.6s ease;
}
#ymmark img {
	height: 0;
	width: 0;
}

#ymmark.ymap {
	position: absolute;
/*	left: -0;*/
	height: auto;
	width: auto;
	opacity: 1;
	z-index: 3;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all  0.6s ease;
}
#ymmark.ymap img {
	height: 24px;
	width: 24px;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all  0.6s ease;
}


header nav ul {
	z-index: 10;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	background-color: #000;
}

header nav ul li {
	padding: 0.3rem 1rem;
	font-size: 80%;
	font-family: "metallophile-sp8",sans-serif;
	color: #fff;
/*
	height: 50px;
	overflow: hidden;
	position: relative;
*/
}
header nav ul li a {
	color: #fff;
	opacity: 1;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all  0.6s ease;
}

header nav ul li a:hover, footer nav ul li a:hover {
	opacity: 0.5;
}


ul#ymnav {
	width: 960px;
	margin-left: 0;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all  0.6s ease;
}
ul#ymnav.short {
	width: 900px;
	margin-left: 60px;
	background-color: transparent;
}
header nav ul#ymnav.short li a {
	color: #000;
}
header nav ul#ymnav.short li {
	padding: 0;
}
#contents {
	margin-top: 470px;
	position: relative;
}

/* バナースライダー関連 */

.ymslider li a img, .ymslider li img {
	width: 320px;
	opacity : 1;
	-webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all  0.6s ease;
}
.ymslider li a:hover img {
	opacity: 0.4;
}

* {
box-sizing: border-box;
}

.slider {
width: 960px;
margin: 32px auto;
}

.slick-slide {
margin: 0px;
}

.slick-slide img {
width: 100%;
}

.slick-prev:before,
.slick-next:before {
color: black;
}
.slick-prev:before,
.slick-next:before {
    color: #000!important;
}

.slick-dots li button:before {
	content: "●"!important;
	font-size: 10px!important;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"!important;
}

.slick-dots {
	bottom: -40px!important;
}

/* SNSボタン */
.snsbtn {
/*
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 960px;
	margin: 25px auto 0;

	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
*/
}
ul.snsbtn {
	list-style: none;
	position: fixed;
	right: 5px;
	bottom: 45px;
	z-index: 11;
}
ul.snsbtn li {
	width: 40px;
	height: 40px;
	text-align: center;
	margin-bottom: 20px;
}

svg.csnssvg path {
	fill: #000;  
}
.cls-1 {
	opacity: 1!important;
}
a img.snssvg, a svg.csnssvg {
	width: 40px;
	height: 40px;
	opacity : 1;
	-webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all  0.6s ease;
}

a:hover img.snssvg, a:hover svg.csnssvg {
	opacity: 0.4;
}




h1.columntitle {
/*	font-family: "grafolita-script";*/
	font-size: 140%;
	margin-bottom: 2rem;
	font-weight: normal;
/*	text-decoration: underline;*/
/*	color: #536E62;*/
	color: #000;
/*	font-family: "p22-stanyan",sans-serif;*/
	font-family: "acier-bat-noir",sans-serif;
}


div#group1, div#group2 {
	width: 960px;
	margin: 100px auto 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
}
section#maincolumn {
	width: 580px;
	margin-right: 60px;
}
aside.newestinfo {
	margin-bottom: 100px;
/*
	width: 720px;
	padding-right: 20px;
*/
}
aside.newestinfo ul {
	background-color: #fff;
	padding: 1.5rem;
	border-radius: 10px;
	border: #ccc solid 1px;
}


aside.newestinfo ul li {
	list-style: none;
	font-size: 80%;
	margin-bottom: 2em;
	line-height: 1.4;
}
aside.newestinfo ul li a {
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all  0.6s ease;
}
aside.newestinfo ul li a:hover {
	color: #aaa;
}

aside.newestinfo ul li strong {
	font-weight: bold;
	display: inline-block;
	margin-right: 0.5em;
}


section#sidecolumn {
	width: 320px;
}


aside.ymcalendar {
	text-align: center;
	margin-bottom: 80px;
}
h1.txtcenter {
	text-align: center;
}
.txtright {
	text-align: right;
}
.fsize60 {
	font-size: 60%;
}

aside.ytube {
	margin-bottom: 60px;
}
aside.ytube ul li {
	margin-bottom: 30px;
}

aside.infobanner {
	margin-bottom: 60px;
}
aside.infobanner ul, aside.ytube ul {
	list-style: none;
}
aside.infobanner a {
	display: block;
	width: 320px;
	height: 180px;
	margin-bottom: 30px;
	box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.4);
	/*background: #eee url(images/ym_mono.svg);
	background-size: 25%;*/
/*
	background: #eee url(images/ym_c_mono.svg);
	background-size: 80%;
*/
	background-color: #fff;
}
aside.infobanner a img {
	opacity: 1;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all  0.6s ease;
}
aside.infobanner a:hover img {
	opacity: 0.5;
}

aside.etcetera {
	margin-bottom: 60px;
}

.etcetera div.usowaku, .etcetera div.funfan, .etcetera div.ylyrics {
	background-color: rgba(255, 255, 255, 1);
	padding: 25px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	margin-bottom: 30px;
	min-height: 200px;
	border-radius: 10px;
	border: #ccc solid 1px;
/*
	background-image: url(images/ym_c_mono.svg);
	background-size: 50%;
*/
}

.etcetera div img.ushiroyumifr, svg.ushiroyumifr {
	display: block;
	width: 115px;
	height: 150px;
	margin-right: 43px;
	margin-left: 17px;
}
a img {
	cursor: pointer;
}
.etcetera div a img {
	display: block;
	opacity: 1;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all  0.6s ease;
}
.usowaku a svg {
	opacity: 1;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all  0.6s ease;
}
.etcetera div a:hover img, .usowaku a:hover svg {
	opacity: 0.4;
}
.etcetera div div p.usosche {
	font-size: 70%;
	margin-top: 0.3rem;
	margin-bottom: 1.5rem;
}
.etcetera div div h2 {
	font-size: 90%;
	font-weight: bold;
	margin-bottom: 0.5rem;
}
.etcetera div div p.usothis {
	font-size: 80%;
	line-height: 1.6;
}
.etcetera div div.etc380 {
	width: 355px;
	margin-left: 25px;
}
.etcetera div div.etc380 a img {
	margin-bottom: 1rem;
}


.ylyrics div span {
	margin-bottom: 0.5em;
	letter-spacing: 2px;
	font-size: 80%;
}
.ylyrics div span /*.ysong01, .ylyrics div .ysong03 , .ylyrics div .ysong05*/ {
/*	text-indent: 1em;*/
	font-family: "Hannari", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
	display: block;
	font-style: italic;
	font-size: 0.7rem;
}
/*
.ylyrics div .ysong02, .ylyrics div .ysong04 {
	text-indent: 4em;
	font-family: "Hannari", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
	display: block;
	font-style: italic;
	font-size: 0.7rem;
}
*/
.ylyrics .csvg {
	width: 250px;
	height: 21px;
	margin-bottom: 0.5em;
}
.songcredit {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"!important;
	font-size: 0.5rem!important;
	margin-top: 2em;
	letter-spacing: 0!important;
	line-height: 1.3;
}
.songcredit a, .ffcopy2 a {
	opacity: 1;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all  0.6s ease;
}
.songcredit a:hover, .ffcopy2 a:hover {
	opacity: 0.5;
}

.songcredit span {
	font-size: 80%;
	letter-spacing: 0!important;
}

.ffcopy {
/*	font-family: 'Raleway', sans-serif;*/
/*	font-weight:  bold;*/
	margin-bottom: 2rem;
	font-size: 90%;
}
.ffcopy2 {
	font-size: 80%;
	line-height: 1.5;
}
.funfan svg.csvg {
	width: 100px;
}

.yumingtwitter {
	width: 320px;
/*	height: 320px;*/
	margin: 0;
/*	border: 1px solid #eee;*/
}
.yumingtwitter iframe, .ytube iframe {
	box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.4);
}

footer {
	width: 960px;
	margin: 60px auto 30px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
}
footer nav ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	width: 450px;
}

footer nav ul li {
	font-size: 70%;
	font-family: "metallophile-sp8",sans-serif;
}
footer nav ul li a {
	color: #000;
}

footer div#credit {
	font-size: 50%;
	line-height: 1.5;
}


/* YMアニメ用 */
div#animation_container {
	display: inline-block;
}

/* 20200316 Staff Twitter リンク用 */
.twitterlinkbox {
	z-index: 12;
}

.twitterlinkbox ul {
	position: fixed;
	right: 50px;
	bottom: 150px;
	z-index: 15;
/*	padding-right: 40px;*/
	background: rgba(255,255,255,0);
}

.twitterlinkbox ul li {
	border: 2px solid #ccc;
	border-radius: 10px;
	padding: 0.5rem;
	padding-left: 1.5rem;
	margin-bottom: 0.5rem;
	text-align: left;
	font-size: 0.6rem;
	width: 12rem;
	list-style: none;
	background-color: #000;
	color: #fff;
	background-image: url(images/twitter_logo_white.svg);
	background-repeat: no-repeat;
}
.twitterlinkbox ul li a {
	font-weight: bold;
	color: #fff;
	transition: all  0.6s ease;
}
.twitterlinkbox ul li a:hover {
	font-weight: bold;
	color: #aaa;
	transition: all  0.6s ease;
}


.modal{
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	width: 100%;
}
.modal__bg{
	background: rgba(0,0,0,0);
	height: 100vh;
	position: absolute;
	width: 100%;
	z-index: 13;
}
.modal__content{
	background: rgba(255,255,255,0);
}

