@charset "UTF-8";

.head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 5;
  position: fixed;
  width: 100%;
	background: linear-gradient(360deg, rgba(255,255,255,1) 0%, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5879143893885679) 100%);

}

.head li {
  padding: 0 2em;
  list-style: none;
}

.head li a img {
  width: 10vw;
  padding: 1em;
}

.head li a {
  color: #fff;
  font-size: 1vw;
  font-weight: bold;
}
.head li a:hover {
  color: #5801d2;
  text-shadow: 0 0 10px #ffffff;
}

.head .child {
  display: flex;
}

#top {
  background-image: url(/miki-koyama/common/images/bg_top.png);
  background-size: cover;
  background-position: top;
  max-width: 100vw;
  height: 120vh;
  overflow: hidden;
  position: relative;
}

.newsInner .link {
  cursor: pointer;
}

.news-area {
  position: absolute;
  right: 0;
  top: 30vh;
  max-width: 25vw;
  color: #fff;
}

.news-area h3 {
  border-bottom: 1px solid #fff;
  margin-bottom: 0;
  line-height: 2em;
}

.newsdet {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0.5em;
  opacity: 0;
  transition-duration: 0.2s;
}

.newsdet p {
  margin: 0;
}

.newsdet.sss {
  opacity: 1;
}

.txt_copy {
  position: absolute;
  left: 0;
  top: 30vh;
  max-width: 40vw;
}

.txt_copy img {
  width: 40vw;
}

.txt_name {
  position: absolute;
  bottom: 0;
  margin: 0;
}

#profile {
  background-image: url(/miki-koyama/common/images/bg_prof.png);
  background-size: cover;
  background-position: top;
  max-width: 100vw;
  height: 100vh;
  position: relative;
}

#profile .content {
  position: absolute;
  left: 5vw;
  bottom: 4vh;
  max-width: 30vw;
}

#profile .txt_profile {}

#career {
  background-image: url(/miki-koyama/common/images/bg_career.png);
  background-size: cover;
  background-position: top;
  max-width: 100vw;
  height: 100vh;
  position: relative;
}

#career .content {
  position: absolute;
  right: 5vw;
  bottom: 4vh;
  max-width: 80vw;
}

#career .h_h {
  text-align: left;
}

#career .txt_profile {}

#partner01 {
  max-width: 100vw;
  height: 100vh;
  position: relative;
	    padding-top: 300px;
}

#partner01 .content {
  position: absolute;
  left: 5vw;
  bottom: 20vh;
  max-width: 80vw;
}

#partner01 .h_h {
  text-align: left;
}

#partner01 .txt_profile {}

#partner02 {
  background-size: cover;
  background-position: top;
  max-width: 100vw;
  position: relative;
}


#partner02 .txt_sponsor {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  width: 80vw;
}

#partner02 .txt_spo_item {
    position: relative;
    flex: 0 0 20%;
    padding: 1%;
    height: 300px;
}

#partner02 .txt_spo_item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#partner02 .txt_spo_item .spn {
  opacity: 0;
  transition-duration: 0.3s;
	width: 80%;
}

#partner02 .txt_spo_item .spw {
  opacity: 1;
  transition-duration: 0.3s;
	    width: 80%;
}

#partner02 .txt_spo_item a:hover {
  opacity: 1;
}

#partner02 .txt_spo_item a:hover .spw {
  opacity: 0;
}

#partner02 .txt_spo_item a:hover .spn {
  opacity: 1;
}

#partner03 {
  background-size: cover;
  background-position: top;
  max-width: 100vw;
    height: 100vh;
    position: relative;
    padding: 0 0 100px;
}

#partner03 .content {
  position: absolute;
  right: 5vw;
  bottom: 20vh;
  max-width: 80vw;
}

#partner03 .h_h {
  text-align: left;
}

#partner03 .txt_profile {
  position: absolute;
}
#partner04 {
    background-size: cover;
    background-position: top;
    max-width: 100vw;
    height: 80vh;
    position: relative;
    padding: 0 0 100px;
}

#funcom {
	max-width: 100vw;
  height: 100vh;
  position: relative;
height: 150vh;
}
#funcom #content01_bg{
  background-image: url(/miki-koyama/common/images/bg_funcomu.png);
  background-size: cover;
}

#funcom .content {
  padding: 20vh 10vw;
}

#funcom .wrap {
  max-width: 60vw;
  margin: 0 auto;
  text-align: center;
  padding: 15vh 0 0;
}
#funcom #content01 {
  padding: 100px 0 0;
}

#qa {
  /*background: linear-gradient(360deg, rgba(255, 255, 255, 1) 0%, rgba(101, 66, 150, 1) 0%, rgba(88, 1, 210, 1) 100%);*/
  max-width: 100vw;
}

#qa .content {
  margin: 0 auto;
  text-align: center;
  height: 80vh;
  display: flex;
}
#qa .Lculm {
  padding: 20vh 0 0;
  width: 50vw;  
}
#qa .Rculm {
  width: 50vw;
  background: #fff;
 }
#qa .Rculm .bgg{
  background: #ccc;
	background-image: url(/miki-koyama/common/images/Rculm_bg.jpg);
  background-size: cover;
  background-position: top;
  height: 100%;
}
#qa .Rculm a{
  height: 100%;
    display: flex;
    align-items: end;
}
#qa .Rculm a:hover{
  opacity: 1;
}
#qa .Rculm a:hover .Rculm_flx{
  background: #fff;
	transition-duration: 0.2s;
}
#qa .Rculm .Rculm_flx{
    /*display: flex;*/
    width: 100%;
    background: #E7FF4B;
    justify-content: space-evenly;
    padding: 1em;}

#qa .Rculm .Rculm_flx h3,#qa .Rculm .Rculm_flx p{
	margin: 0;
}
#qa .Rculm .Rculm_flx img{
	width: 1.3em;
}

#qa .content .h_h {
  color: #fff;
  font-size: 20px;
}

#qa .content .qa_flx {
  display: flex;
  justify-content: center;
  list-style: none;
  width: 90%;
  margin: 0 auto;
}


#qa .content li {
  color: #fff;
  font-size: 20px;
  flex: 0 0 45%;
  padding: 4%;
}

#qa .content li h4 {
  padding: 1em;
  background: #fff;
  color: #654296;
  font-size: 18px;
}
#qa .content li h4:hover {
  background: #E7FF4B;
}

#qa .content li p {
  text-align: left;
  color: #fff;
  font-size: 15px;
}

.foot {
  /*position: absolute;*/
  bottom: 0;
  background: #fff;
  text-align: center;
  padding: 2vh;
  width: 100%;
  box-sizing: border-box;
	/*height: 20vh;*/
}

.foot img {
  max-width: 80%;
  width: 1000px;
}