/* reset ====================================================== */
*{margin:0;padding:0;box-sizing:border-box;}
html,body{font-family:"Noto Sans JP", sans-serif, 'ヒラギノ角ゴProW3','HiraginoKakuGothicPro','游ゴシック', 'YuGothic';padding:0;font-size:90%;line-height:140%;color:#333;}
body,x:-moz-any-link{line-height:160%;}
html>/**/body,x:-moz-any-link,x:default{line-height:160%;}
*htmlbody{line-height:140%;}
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;}
html{scroll-behavior: smooth;}
body{line-height:1;}
article,aside,dialog,figure,footer,header,hgroup,nav,section{display:block;}
ul{list-style:none;}
a{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;background:transparent;}
table{border-collapse:collapse;border-spacing:0;}
input,select{vertical-align:middle;}
em{font-style:normal;}
a{text-decoration:none;}
::before,::after{box-sizing:inherit;}
button{margin:0;padding:0;border:0;border-radius:0;background:transparent;color:inherit;vertical-align:middle;text-align:inherit;font:inherit;-webkit-appearance:none;appearance:none;}
img{width:100%;display:block;}
address{font-style: normal;font-size:90%;}



.noto-sans-jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

/* css animation ====================================================== */
/*fadein*/
.fadein{opacity:0.1;transform:translate(0,50px);transition:all 700ms;}
.fadein.scrollin{opacity:1;transform:translate(0,0);}

/* common ====================================================== */
.mv{}
.mvimg{width:100%;}
#goto a{width:45px;display:block;color:#7B7B7B;}


.slick-arrow{display: none;}


h1{font-family: sans-serif;
	font-weight: 450;
	font-style: normal;
}

.cen{text-align: center;}

.img-wrap {
	opacity: 0;
  }
  
  .img-animation {
	animation: img-opacity 2s cubic-bezier(.4, 0, .2, 1)forwards;
	overflow: hidden;
	position: relative;
  }
  
  .img-animation:before {
	animation: img-animation 2s cubic-bezier(.4, 0, .2, 1) forwards;
	background: #f2f5f8;
	bottom: 0;
	content: '';
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
  }
  
  @keyframes img-opacity {
	100% {
	  opacity: 1;
	}
  }
  
  @keyframes img-animation {
	100% {
	  transform: translateY(100%);
	}
  }



  @font-face {
    font-family: 'playlistscript';
    src: url('../../playlist_script-webfont.woff2') format('woff2'),
         url('../../playlist_script-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


::selection {
    background: #000;
    color: #fff;
}

//Firefox
::-moz-selection {
    background: #000;
    color: #fff;
}

.qa__body a,
.qa__body strong{font-weight: normal;color:#e74c3c;}
.qa__body a{text-decoration: underline;}


.qa__body a:before{content: "↗";}

.hikaku div#toukou{background-color: #e74c3c;
	animation: bg-color 20s infinite;}


@keyframes bg-color {
	0% { background-color: #e74c3c; }
	20% { background-color: #f1c40f; }
	40% { background-color: #1abc9c; }
	60% { background-color: #3498db; }
	80% { background-color: #9b59b6; }
	100% { background-color: #e74c3c; }
  }






  .me1{background: #e6ecf8;}
  .me2{background: #dbd8d3;}
  .me3{background: #e6ecf8;}
  .me4{background: #dbd8d3;}
  .me5{background: #e6ecf8;}
  .me6{background: #dbd8d3;}
  .me7{background: #e6ecf8;}