@charset "utf-8";
.pc{
	display: none;
}
.main_bg{
	background: #fff;
	position: relative;
}
.logo_fadein{
	background: #ffe100;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 999;
}
.logo_fadein p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	width: 70%;
}
#michu{
    background: #ffe100;
    position: relative;
    margin: 0 auto;
    max-width: 100%;
}
#michu .clrTxt {
	text-indent:-10000px;
	text-decoration:none;
	overflow:hidden;
    position:absolute;
}
#michu img{
	width: 100%;
}
#nav{
	background: #823a21;
}
#michu #header{
	position: relative;
}
#michu .nav_logo{
	position: absolute;
	top: 16%;
	left: 48%;
	transform: translateX(-50%);
	width: 76%;
	margin: 0 auto;
	padding: 3% 0;
}
/*========= ナビゲーションのためのCSS ===============*/

#michu #g-nav{
    position:fixed;
    z-index: 999;
    top:-120%;
    left:0;
    width:100%;
    height: 100%;
    background: rgb(130 58 33 / 0.95);
}
#michu #g-nav.panelactive{
    top: 0;
}

#michu #g-nav.panelactive #g-nav-list{
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#michu #g-nav ul {
    position: absolute;
    z-index: 999;
    top: 60%;
    left: 47%;
    transform: translate(-50%,-50%);
    list-style-type: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: baseline;
}

#michu #g-nav li{
	width: 100%;
	list-style: none;
}

#michu #g-nav li a{
  color: #333;
  text-decoration: none;
  padding: 15px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}

/*========= ボタンのためのCSS ===============*/
#michu .openbtn1{
  position:fixed;
  z-index: 9999;
  top: 82%;
  right: 8%;
  cursor: pointer;
  width: 50px;
  height:50px;
  background: #823a21;
  border-radius: 30px;
}

#michu .openbtn1 span{
    display: inline-block;
    transition: all 0.2s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #ffe100;
    width: 45%;
}
#michu .openbtn1 span:nth-of-type(1) {
  top:15px; 
}

#michu .openbtn1 span:nth-of-type(2) {
  top:23px;
}

#michu .openbtn1 span:nth-of-type(3) {
  top:31px;
}
#michu .openbtn1.active{
  position:fixed;
  z-index: 9999;
  top: 82%;
  right: 8%;
  cursor: pointer;
  width: 50px;
  height:50px;
  background: #ffe100;
  border-radius: 30px;
}
#michu .openbtn1.active span{
    display: inline-block;
    transition: all 0.2s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #8e4a21;
    width: 45%;
}
#michu .openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

#michu .openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

#michu .openbtn1.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}
#michu .cont{
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 14% 0 10%;
}
#michu #top{
	
}
#michu #top::after{
	content: "";
	display:block;
	
}
#michu .scroll{
	width: 100%;
	text-align: center;
	padding: 0% 0 5%;
}
#michu .scroll .fa-chevron-down{
	font-size: 20px;
	color: #823a21;
}
#michu .main_img {
	background: url("../images/sp_top.png?220413") no-repeat top center;
	background-size: cover;
	padding-top: 120%;
	margin: 0 auto;
	width: 100%;
}
#michu .ttl{
	text-align: center;
	width: 24%;
	margin: 0 auto 3%;
}
#michu .sttl{
	text-align: center;
	width: 70%;
	margin:  auto;
	padding: 10% 0 6%;
}

#michu #profile .pro_cont{
	 background: url("../images/sp_profile.png") center
     top no-repeat;
	 background-size:cover;
	 padding-top: 39.84%;
}
#michu #goods .pro_cont{
	 background: url("../images/sp_goods.png") center
     top no-repeat;
	 background-size:cover;
	 padding-top: 72.34%;
}
#goods{
	position: relative;
}
#goods .btn{
	position: absolute;
	content: "";
	width: 63%;
	bottom: 10%;
	left: 50%;
	transform: translateX(-50%);
}
#goods .kuwasiku{
	width: 63%;
	bottom: 0%;
}
#goods .onlinestore_link{
	width: 63%;
	bottom: 11%;
}

a.onlinestore_btn{
	display: block;
	background: url("../images/onlinestore.png")top center no-repeat;
	background-size:cover;
	padding-top: 14.86%;
}
a.kuwasiku_btn{
	display: block;
	background: url("../images/kuwasiku.png")top center no-repeat;
	background-size:cover;
	padding-top: 14.86%;
}

#michu #history{
	position: relative;
}

#michu .history_cont{
	width: 100%;
	margin: 0 auto;
}
/*
#michu .tv{
	position: relative;
	background: url("../images/tv.png") center top no-repeat;
	background-size: contain;
	padding-top: 35.579%;
	width: 100%;
}
#michu .tv_inner{
	position: absolute;
	top: 10%;
	left: 0;
	width: 100%;
}
*/
#michu .tv{
	position: relative;
	width: 100%;
}
#michu .tv_inner{
	position: relative;
	width: 100%;
}
#michu .tv_inner::after{
	content: "";
	display: block;
	position: absolute;
	background: url("../images/michu/06.png") center top no-repeat;
	background-size: cover;
	padding-top: 26.579%;
	width: 22%;
	bottom: 34%;
	right: 4%;
	z-index: 100;
}

/*==================================================
スライダーのためのcss
===================================*/
#michu .slider {
    width: 84%;
    margin:0 auto;
}

#michu .slider img {
    width: 80vw;
    height:auto;
}

#michu .slider .slick-slide {
  transform: scale(0.3);
  transition: all .5s;
  opacity: 0.5;
}

#michu .slider .slick-slide.slick-current,
#michu .slider .slick-slide.is-active-next {
  transform: scale(1);
  opacity: 1;
}
#michu .slick-prev, 
#michu .slick-next {
    position: absolute;
    top: 28%;
    cursor: pointer;
    outline: none;
    height: 20px;
    width: 20px;
}
#michu .slick-prev:before,
#michu .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #823a21;
    -webkit-font-smoothing: antialiased;
}

#michu .slick-dots {
    text-align:center;
    margin: 30px 0 0 0;
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
#michu .slick-dots li.slick-active button:before{
    color: #e40066;
}

#michu.slick-dots li{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before{
    opacity: 1;
}
.slick-dots li button:before{
    font-family: 'slick';
    font-size: 5px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: 1;
    color: #823a21;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}




#michu #movie {
	position: relative;
}
#michu #movie .ttl{
	position: relative;
}

#michu .movie_wrap {
	position: relative;
	background: url("../images/pc_movie.png") center top no-repeat;
	background-size: contain;
	padding-top: 35.579%;
	display:flex;
	justify-content: space-evenly;
	width: 98%;
	margin:0 auto;
}
#michu .movie_cont {
    width: 62%;
}
#michu .ytCont {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    order: 1;
}
#michu .ytCont iframe {
    position: absolute;
    top: -86%;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}


#michu #special{
	background: #6dc3ba;
	position: relative;
	padding-bottom: 30%;
}
#michu #special .special_cont{
	position: relative;
	width: 100%;
	margin: 0 auto;
}
#michu #special .cont_inner{
	position: relative;
	background: url("../images/sp_special.png") center
     top no-repeat;
	background-size:cover;
	padding-top: 64.062%;
}
/*
#michu #special .cont_inner::after{
	content: "";
	display: block;
	position: absolute;
	width: 14%;
	top: -10%;
	right: 2%;
	background: url("../images/new.png") center
     top no-repeat;
	background-size:cover;
	padding-top: 14%;
}
*/
#michu #line{
}
#michu .line_bg{
	background:#0dac67;
	border-radius:20px;
	margin: 0 auto;
	width:92%;
}
#michu .linetitle{
	display:block;
	margin:0 auto;
	padding: 6%;
	width: 68%;
}
#michu .linebtn{
	display:block;
	margin: 0 auto;
	width: 92%;
	padding-bottom: 12%;
}

#michu .line_cont{
	background: url("../images/sp_line.png") center
     top no-repeat;
	background-size:cover;
	padding-top: 73.59%;
	position: relative;
}

#michu .event_cont >a:hover{
	  opacity: .5;
}

#special .btn{
	position: absolute;
	content: "";
	width: 63%;
	bottom: -21%;
	left: 50%;
	transform: translateX(-50%);
}
#line{
	position: relative;
}
#line .btn{
	position: absolute;
	content: "";
	width: 63%;
	bottom: 22%;
	left: 50%;
	transform: translateX(-50%);
}

a.dl_btn{
	display: block;
	background: url("../images/download.png")top center no-repeat;
	background-size:cover;
	padding-top: 14.86%;
}
a.buy_btn{
	display: block;
	background: url("../images/kounyu.png")top center no-repeat;
    background-size:cover;
    padding-top: 14.86%;
}
#twi {
	position: relative;
}
#twi .btn{
	position: relative;
}
#twi .btn::before{
	content: "";
	width: 16%;
	height: 13%;
	position: absolute;
	top: -48%;
	left: 2%;
	display: block;
	background: url("../images/check.png")top center no-repeat;
	padding-top: 16%;
	background-size:cover;
}
a.twi_btn{
	display: block;
	width: 80%;
	margin: 0 auto;
}

#michu .bottom >img {
	display:block;
	margin-left:80%;
	width: 10%;
}
#michu .line {
    width: 100%;
    background: url("../images/sp_footer.png")top center no-repeat;
    background-size:cover;
    padding-top: 29.84%;
}
/*みちゅあしらい*/
#michu #movie::before{
	content: "";
	display: block;
	background: url("../images/michu/01.png") no-repeat top center;
	background-size: cover;
	position: absolute;
	top: 16%;
	left: 0;
	width: 18%;
	padding-top: 18%;
}
#michu #history::after{
	content: "";
	display: block;
	background: url("../images/michu/02.png") no-repeat top center;
	background-size: cover;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 9%;
	padding-top: 12%;
}
#michu #history::after{
	content: "";
	display: block;
	background: url("../images/michu/02.png") no-repeat top center;
	background-size: cover;
	position: absolute;
	bottom: -4%;
	right: 0;
	width: 16%;
	padding-top: 21%;
}
#michu #movie .movie_wrap::before{
	content: "";
	display: block;
	background: url("../images/michu/onpu.png") no-repeat top center;
	background-size: cover;
	position: absolute;
	top: -3%;
	right: 0%;
	width: 9%;
	padding-top: 16%;
}
#michu #special .special_cont::before{
	content: "";
	display: block;
	background: url("../images/michu/03.png") no-repeat top center;
	background-size: cover;
	position: absolute;
	top: -74%;
	left: 0%;
	width: 16%;
	padding-top: 23%;
}
#michu #movie .movie_wrap::after{
	content: "";
	display: block;
	background: url("../images/michu/04.png") no-repeat top center;
	background-size: cover;
	position: absolute;
	bottom: -1%;
	right: 0%;
	width: 27%;
	padding-top: 24%;
}
#michu #line .line_cont::before{
	content: "";
	display: block;
	background: url("../images/michu/05.png") no-repeat top center;
	background-size: cover;
	position: absolute;
	top: -30%;
	right: 0%;
	width: 16%;
	padding-top: 17%;
}

/*
@media screen and (min-width: 769px){
  .pc { display:none; }
  .menuBtn { display:none; }
}
*/

/*グレーアウト　終わり*/
#footer{
	margin:0px !important;
}