@charset "utf-8";

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 {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
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;
}

body{

}

/*基本CSS*/
.text-center{
  text-align: center;
}

#wrapper{
  position: relative;
    overflow: hidden;
}

.containar{
  width:96%;
  margin:0 auto;
}


#header{


}



.bk_paper01{
  background: url(../img/background_paper.jpg);
    z-index:-9999;
}

.bk_paper02{
  background: url(../img/background_paper02.png);
  z-index:-999;
}

.bk_header{
  background: url(../img/bk_main.jpg);
  background-repeat: repeat-x;
  height:503px;
  background-position: center top;
  margin:0 auto;
  width:100%;
}

.bk_green{
  background: url(../img/bk_green.png);
  background-repeat: repeat;
}

.bk_header_land{
background: url(../img/background_land.png),url(../img/background_paper.jpg);
}

#title{
  padding:95px 0 0 0;
}

#header_movie{
  margin:0px auto 0px;
  position: relative;
  width:50%;
}

#header_movie #play_button{
    position: absolute;
    bottom: -9px;
}

#scroll_button{
	position:relative;
  padding-bottom:45px;
  z-index:9999;
}

/*-------nav-----*/

#nav{
  position: fixed;
  top:0;
  left: 0;
  right: 0;
    z-index:9999;

}

#nav ul{
  display: flex;
    width:100%;
  margin:10px auto 0;

}

#nav ul li{
  flex:1 1 0;
  text-align: center;
}
#info{
  position: relative;
  padding-bottom:88px;


}

#info .container{
  position: relative;
}

#news_area{
  z-index:99;
  background: url(../img/news_area.png);
    width: 550px;
      height: 46px;
  margin:0 auto;
  overflow: hidden;
}

#news_area li{
    font-size: 18px;
    color: #42210B;
    font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
    line-height: 3.0em;
    padding-left: 140px;
    font-weight: bold;
    position: relative;

}

#news_area li span{
  position: absolute;
  left:120px;
}

.border01{
    background: url(../img/line_maru.png),url(../img/background_paper02.png);
    height: 10px;
    width: 100%;
        background-size: contain;
        margin-top: -2px;
}

#sidefood_left{
  position: absolute;
  top: -110px;
  left: 0px;
}

#sidefood_right{
  position: absolute;
  top: -110px;
  right: 0px;
}

#profile{
  padding:15px 0 0 0;
    position: relative;
    z-index:99;
}

#profile_pic{
  background: url(../img/pic_profile.png);
  width: 579px;
  height: 456px;
  margin:160px auto 100px;
  position: relative;
  background-position: center center;
background-repeat: no-repeat;
}

#profile_pic #profile_morimori{
position: absolute;
top: -152px;
left: 325px;
z-index: -1;
}

#profile_pic #profile_mogu{
position: absolute;
top: -152px;
left: -277px;
z-index: -1;
}


#profile_pic #profile_peroru{
    position: absolute;
  top: -26px;
  right: -157px;
    z-index: -1;
}

/*messege*/

#message{
  position: relative;
  margin:10px auto 100px;
}




#message_title{
  padding-top:50px;
  margin-top:-50px;
}







#message_text{
  padding:30px 0;
}

#side_peroru_left{
position: absolute;
top: 144px;
left: -224px;
transform: rotate(-60deg);
 transition: all 0.5s ease-in-out;
}


#side_peroru_right{
  position: absolute;
  top:285px;
right: -224px;
 transition: all 0.5s ease-in-out;
}


/*insta*/

#insta{
  padding:0 0 85px 0;
}

#insta_area{
  padding:5px 0 53px 0;
}

/*contact*/

#contact{

}

#contact_form{
  padding:55px 0 70px 0;
    position: relative;
    width:700px;
    margin:0 auto;
}

#move_items01{
  position: absolute;
top: -68px;
left: -130px;
}

#move_items02{
  position: absolute;
top: 388px;
left: -152px;
}

#move_items03{
  position: absolute;
    top: -29px;
    right: -125px;
}


#move_items04{
  position: absolute;
top: 323px;
right: -193px;
}

#footer{

}

.footer_bk{
  background: url(../img/footer_buckground.png);
  background-repeat: no-repeat;
  background-position:center bottom;
  background-repeat: repeat-x;
  padding-bottom:7px;
}

#footer_pic{
  margin-bottom:-20px;
  padding:100px 0 0px 40px;
}

#footer p{
  color:#8C6239;
  padding:0 0 20px 0;
  margin-top: 15px;
}

#side_button{
  position: fixed;
  right:20px;
  top:20vh;
  line-height:2.9;
  text-align: center;
width: 79px;

}
#side_button a{
  text-decoration: none;
}

#side_button #gototop{
  padding-top:50px;
  display: inline-block;
}


.kaiten{
animation: rotate-anime 3s linear infinite;
}
@keyframes rotate-anime {
0%  {transform: rotate(0);}
100%  {transform: rotate(360deg);}
}

.katakata.active{
    transform: rotate(10deg)
}










@media screen and (max-width: 800px){



.width50{
  width:50%;
  margin:0 auto;
}

.width70{
  width:70%;
  margin:0 auto;
}

.width80{
  width:80%;
  margin:0 auto;
}

 img{
    width:100%;
  }
  .pc{
    display: none;
  }

.bk_header {
    background: url(../img/bk_main.jpg);
    background-repeat: repeat-x;
    height: 238px;
    background-position: center top;
    background-size: cover;
    margin: 0 auto;
    width: 100%;
}

#title {
    padding: 40px 0 0 0;
    width: 75%;
    margin: 0 auto;
}

#main_copy{
  padding: 50px 0 0 0;
    width: 95%;
    margin: 0 auto;
}

#header_movie {
    margin: 0px auto 0px;
    position: relative;
    width: 100%;
  background: url(../img/bk_green.png);


}

#header_movie #play_button {
    position: absolute;
    top: 0;
    right: 10px;
    width: 90px;
    height:90px;
    margin:10px 0 0;
}

#scroll_button {
    padding-bottom: 45px;
    width: 18%;
    margin: 0 auto;
    padding-top: 10px;
}

#sidefood_left {
    position: absolute;
    top: 0;
    bottom:0;
    left: -100px;
    width: 200px;
    height:200px;
    margin:auto 0;
}

#sidefood_right {
    position: absolute;
    top: 0;
    bottom:0;
    right: -100px;
    width: 200px;
    height:200px;
    margin:auto 0;
}

#news_area {
    z-index: 99;
    background: url(../img/news_area.png);
    width: 152px;
    height: 60px;
    margin: 0 auto;
    overflow: hidden;
    background-size: contain;
    background-repeat: no-repeat;
}

#news_area li {
    font-size: 11px;
    color: #42210B;
    font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
    line-height: 1.5em;
    padding-left: 0px;
    padding-top: 20px;
    font-weight: bold;
    position: relative;
        text-align: center;
}

#news_area li span{
  position: absolute;
  left:20px;
}

#profile_title{
  width:60%;
  margin:0 auto;
}

#profile_pic {
    background: url(../img/pic_profile.png);
    width: 100%;
    height: 420px;
    margin: 10px auto 60px;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -99999999;
}

#profile_pic.active{
    background: url(../img/pic_profile_on.png);
        width: 100%;
    height: 420px;
    margin: 10px auto 60px;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

#message_text{
  width:95%;
  margin:0 auto;
}

#side_peroru_left {
    position: absolute;
    top: 0px;
    left: -224px;
    transform: rotate(-60deg);
    transition: all 0.5s ease-in-out;
    width: 125px;
}

#side_peroru_right {
    position: absolute;
    top: 265px;
    right: -224px;
    transition: all 0.5s ease-in-out;
    width: 140px;
}


#insta{
  position: relative;
}
#insta_title{
	margin-bottom:20px;
}
#insta #mogu_walk {
    background: url(../img/mogu_walk.png);
    position: absolute;
    bottom:115px;
right: -44px;
    width: 140px;
    height: 183px;
    background-size: contain;
}

#insta #mogu_walk.walk{
    transform: rotate(10deg);
  }

  #insta_area #insta_disable{
  width:  375px;
    height: 500px;
  position: absolute; 
  top:0;
  left:0;
}

/*.animated {
    animation-duration: 3s;
    animation-fill-mode: both;
    animation-iteration-count:infinite;
}

@keyframes walk {
    0% {
        transform: rotate(10deg);
    }
    50% {
       transform: rotate(-10deg);
    }
    100% {
         transform: rotate(10deg);
    }
}

.walk {
    animation-name: walk;
}
*/
#contact_title{
  width:35%;
  margin: 0 auto;
}

#contact_form {
    padding: 10px 0 70px 0;
    position: relative;
    width: 85%;
    margin: 0 auto;
}

#move_items01 {
    position: absolute;
    top: -47px;
    left: -30px;
    width: 86px;
}

#move_items02{
    position: absolute;
    top: 152px;
    left: -30px;
    width: 114px;
}

#move_items03{
    position: absolute;
    top: -27px;
    right: -21px;
    width: 88px;
}


#move_items04{
  position: absolute;
    top: 142px;
    right: -24px;
    width: 108px;
}

.footer_bk_plant{
      background: url(../img/footer_bk_plant.png);
      background-repeat: no-repeat;
      background-position: center bottom;
      background-size:contain;
}

#footer_pic {
margin-bottom: -14px;
    padding: 0px 0 10px 0px;
}

#footer_pic img{
  width:70%;
  margin-bottom: -18px;
}

#side_button {
    position: fixed;
    right: 3px;
    top: -16px;
    line-height: 1.4;
    text-align: center;
    width: 35px;
    z-index:99;
}


#gototop {
    display: inline-block;
	position: fixed;
    right: 3px;
	bottom:10px;
    text-align: center;
    width: 35px;
    z-index:99;
}

/*-------------

 ドロワーメニュー

--------------*/
#menu-bt {
    position: fixed;
    top: 4px;
    left: 2px;
    width: 50px;
    z-index:9999999;
}


nav#menu {
    width: 100%;
    position: fixed;
    top: 0;
    z-index:99999999;
}

nav#menu ul{
   margin:0px;
   padding:0px; 
}

nav#menu ul li{
   list-style-type:none;  
      background-color:#f67f7f;
   color:#fff;
   border-bottom:2px solid #896239;
   height:38px;
}

nav#menu ul li:hover{
   background-color:#F66A78;
}
nav#menu ul li.un-active{
      background-color:#b77f7f;
}

nav#menu ul li span.left {
    width: 48%;
    display: inline-block;
    padding: 11px 0px 0 1%;
}
nav#menu ul li span.right {
    width: 48%;
    display: inline-block;
    padding: 4px 0px 0 0%;
    text-align: right
}

nav#menu ul li span.left img{
  height:14px;

}

nav#menu ul li span.right img{
  height:14px;
}

nav#menu ul li a{
    width: 45%;
    display: block;
    text-decoration: none;
    text-align: left;
    padding: 0px 0px 0px 0px;
    margin: 0 auto;
}




nav#menu ul li img{
  width:auto;
  height:40px;
}





/*-------------

  clearfix

--------------*/
.clearfix {
  min-height: 1px;
}


.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/;
}
}

@media screen and (max-width: 320px){
	#sidefood_left{
  position: absolute;
  top: 0px;
  left: -125px;
}
	
	#sidefood_right {
    position: absolute;
    top: 0;
    bottom:0;
    right: -120px;
    width: 200px;
    height:200px;
    margin:auto 0;
}
	
}