/*____________________________
     　　　 共通
_____________________________*/
*{
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
   box-sizing: border-box;
   -o-box-sizing: border-box;
   -ms-box-sizing: border-box;
   }
   html{
       font-size: 62.5%;
   }
   body{
    font-family: heisei-maru-gothic-std, sans-serif;
    font-style: normal;
    font-weight: 400;
    background-color: #FFE6EB;
    font-size: 1.6em;
    color: #FF7BAC;
   }
   img{
       width: 100%;
   }
   a{
       text-decoration: none;
       transition: all  0.3s ease;
   }
   a:hover{
       opacity: .6;
   }
   header{
       display: none;
   }
   .container{
       width: 100%;
   }
   .inner{
       width: 80%;
       margin: 0 auto;
   }
   .top_flex{
       display: flex;
   }
   .sp_bg{
       display: none;
   }
   .menu_out{
       width: 180px;
       height: 100vh;
   }
   nav.menu{
    width: 180px;
    background-color: #FFE6EB;
    z-index: 9;
    position: fixed;
   }
   .main_content{
    width: calc(100% - 180px) ;
    background-color: #fff;
   }
   nav.menu ul{
       list-style: none;
       padding: 8% 0 0 14%;
   }
   nav.menu ul li{
       margin-bottom: 8%;
       position: relative;
   }
   nav.menu ul a{
    font-size: 2.5rem;
    color: #fff;
    font-weight: 900;
    -webkit-text-stroke: 1px #FF7BAC;
    text-stroke: 1px #FF7BAC;
   }
   nav.menu ul a:hover{
     opacity: 1;  
    color: #FF7BAC; 
   }
   nav.menu ul a span{
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    font-weight: normal;
    display: block;
    font-size: 1.2rem;
    color: #FF7BAC;
   }
   nav.menu ul li a:after{
    content: "";
    position: absolute;
    top: .5em;
    left: -.7em ;
    display: inline-block;
    pointer-events: none;
    width: 15px;
    height: 15px;
  }
  
  nav.menu ul li a:hover:after{
    background: url(../images/asiato_icon.png); 
    background-size: contain; 
    background-repeat: no-repeat;
    background-position: center top;
  }
  
  .main_img{
       width: 100%;
       font-size: 0 ;
   }
  .about_img{
        width: 90%;
        font-size: 0 ;
        margin: 3.5% auto 0 ;
   }
    .tatoeba{
        background-image: url(../images/tatoeba_bg.png);
        background-size: cover;
        background-repeat: no-repeat;
        padding: 0 0 15% 0 ;
    }
  .tatoeba h2{
       font-size: 2rem;
       text-align: center;
       margin: 6% auto 3% ;
       width: 42%;
       border-bottom: 3px solid rgba(252, 91, 179, .2);
   }
   i.fas{
       margin: 0 0 0 1% ;
   }
   .tatoeba_flex{
       display: flex;
       justify-content: space-around;
       flex-wrap: wrap;
   }
   .tatoeba_box{
       position: relative;
       width: 40%;
   }  

.tatoeba p{
    text-align: center;
    margin: 6% 0 0 0 ;
    line-height: 1.8em;
}
.btn{
    text-align: center;
}
.contact_btn{
    margin: 5rem auto 0 ;
    background-color: #FFE6EB;
    border-radius: 17px;
    display: inline-block;
    width: 250px;
    padding: 1rem 3rem ;
    border: solid .2px #FF7BAC;
    text-align: center;
    font-size: 2rem;
    letter-spacing: .3em;
    font-weight: bold;
    color: #FF7BAC;
    box-shadow: 2px 2px 2px 2px rgba(255, 179, 228, 0.3)
}

.white_color{
    background-color: #FFFFFF;
}

.news{
    background-image: url(../images/news_bg.jpg);
    background-size: cover;
    padding: 10% 0 ;
}
.news a{
    color: #FF7BAC;
}
.news a:hover{
    text-decoration: underline;;
}
.news_flex{
    display: flex;
    justify-content: space-between;
}
.title{
    position: relative;
    font-size: 3rem;
}
.hd_under{
    position: absolute;
    width: 100%;
    top: 25%;
    left: 0;
}
.flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.news_box{
    width: 30%;
}
.news_box p{
    line-height: 1.8;
}
.title > span{
    font-size: 1.2rem;
    margin: 0 0 0 .5rem ;
}
.news_thumb{
    margin: 3rem 0 1rem 0;
    width: 100%;
    background-color: #fff;
    border: solid 2px #FF7BAC;
}
time{
    display: none;
}
.itiran{
    text-align: right;
    margin: 7rem 0 0 0 ;
}
.itiran a{
    color: #FF7BAC;
}
.itiran a:hover{
    text-decoration: underline;
}
.youtube{
    padding: 8rem 0 ;
}
.youtube_flex{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.youtube_box{
    width: 19%;
    margin: 3rem 0 0 0 ;
    border:solid 2px #FF7BAC;
    font-size: 0 ;
}
.twitter_contact{
    background-color: #FFE6EB;
    padding: 6% 10% ;
}
.twitter_contact_flex{
    display: flex;
    justify-content: space-between;

}
.twitter{
    width: 48%;
}
.timeline{
    height: 520px;
    border:solid 2px #FF7BAC;
    border-radius: 12px;
    overflow: scroll;
    width: 80%;
    margin: 3rem auto;
}
.contact{
    width: 48%;
}
.contact_inner{ 
  width: 90%;
  margin:  0 auto;
}
.contact_text{
   margin: 4rem 0;
   line-height: 1.8;
}
.btn_out{
    text-align: right;
}
.otoiawase{
    background-color: #FF7BAC;
    color: #fff;
    width: 65px;
    padding: .5rem;
}
.form_box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: solid #FF7BAC 1px;
    margin: 1.5rem 0;
    padding: 1rem 0;
}
.form_box span{
    display: inline-block;
    width: 40%;
}
.form_box input, textarea{
    width: 40%;
}
/*_______topback_________*/
.topback {
    position: fixed;
    right: 8px;
    bottom: 8px;
    display: none;
    width: 60px;
  }
  .topback a {
    display: block;
    text-decoration: none;
  }
  .topback a:hover {
    opacity: .6;
  }
/*____________________________
     　　　 footer
_____________________________*/
footer{
    background-color: #FFE6EB;
    padding: 4% 0 3% 0 ;
    text-align: center;
}
footer a{
    color: #FF7BAC;
    display: block;
}
footer a:hover{
    text-decoration: underline;
}
/*____________________________
     　　　 news.html
_____________________________*/
.news_itiran{
    background-image: url(../images/news_itiran_bg.jpg);
    background-size: cover;
    padding: 5rem 0 ;
}
dl.news_list{
    margin: 3% 1% 0 1% ;
}
dl.news_list dt{
    padding: 1em 0 0 0 ;
}
dl.news_list dd{
    border-bottom: solid 1px #FF7BAC;
    padding: 1em 0 ;
    line-height: 1.8;
}
dl.news_list dd a{
    color: #FF7BAC;
}
dl.news_list dd a:hover{
    text-decoration: underline;
}
.toplist{
    border-top: solid 1px #FF7BAC;
}
footer.news_footer{
    background-image: url(../images/news_itiran_footer_bg.png);
    background-size: cover;
    padding: 6% 0 3% 0 ;
}
/*____________________________
     　　　 terms.html
_____________________________*/
.terms_main_content{
    width: calc(100% - 180px) ;
    background-color: #fff;
    background-image: url(../images/terms_bg.png);
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: right;
    position: relative;
}
  .terms{
    padding: 7rem 0 7rem 6rem;
}
.lace_top {
    display: block;
    width: 100%;
    height: 45px;
    background-image: url(../images/lace_top.png);
    background-size: contain;
    background-repeat : repeat-x; 
    position: absolute;
    top: 0;
  }
  .lace_bottom {
    display: block;
    width: 100%;
    height: 45px;
    background-image: url(../images/lace_bottom.png);
    background-size: contain;
    background-repeat : repeat-x; 
    position: absolute;
    bottom: 0;
  }

br.sp{
    display: none;
}
dl.terms_contents dt{
    font-weight: bold;
    font-size: 1.5rem;
    margin: 0 0 0 1rem;
}
dl.terms_contents dt:before {
    content: '';
    display: inline-block;
    width: 23px;
    height: 20px;
    background-image: url(../images/asiato_icon.png);
    background-size: contain;
    background-repeat: no-repeat; 
  }
dl.terms_contents dd{
    color: #222;
    margin:11px 0 20px 50px ;
    font-size: 1.2rem;
    line-height: 1.8;
}
span.tx_pink{
    color: #FF7BAC;
}
h1.contents_hd{
    margin: 0 0 2.2rem 0 ;
}

/*____________________________
  　　　レスポンシブデザイン
_____________________________*/
@media screen and (max-width:768px) {
    body{
        font-size: 1.4rem;
       }
    .flex, .top_flex .news_flex, .twitter_contact_flex{
        display: block;
    }
    header{
        display: block;
    }
    .menu_out{
        display: none;
    }
    div.sp_bg{
        display: block;
        width: 100%;
        height: 50px;
        background-color: #FFE6EB;
    }
    .title {
        position: relative;
        font-size: 2rem;
    }
    /*______ハンバーガーボタンの変更_____*/
    /*________size________*/
    .drawer-hamburger{
        width: 3rem;
    }
    /*________高さ_______*/
    .drawer-nav{
        height:auto ;
    }
    /*________開いたときのオーバーレイ無効_______*/
    .drawer-overlay{
        background-color: transparent;
    }
    nav.menu{
        display: none;
    }
    nav.menu_sp{
        width: 20%;
        background-color: #FFE6EB;
    }
    nav.menu_sp ul{
        list-style: none;
    }
    nav.menu_sp ul li{
        margin-bottom: 8%;
        position: relative;
    }
    nav.menu_sp ul a{
     font-size: 1.8rem;
     color: #fff;
     font-weight: 900;
     -webkit-text-stroke: 1px #FF7BAC;
     text-stroke: 1px #FF7BAC;
    }
    nav.menu_sp ul a:hover{
     color: #FF7BAC; 
     text-decoration: none;
     opacity: 1;
    }
    nav.menu_sp ul a span{
        font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
        font-weight: 100;
        display: block;
        font-size: 0.8rem;
        color: #FF7BAC;
    }
   .main_content {
        width: 100%;
    }
    .tatoeba h2 {
        margin: 2rem auto 1rem;
        width: 72%;
    }
    .contact_btn{
        font-size: 1.5rem;
        width: 150px;
    }
    .news_box {
        width: 100%;
        border-bottom: solid 1px #FF7BAC;
        margin: 2rem 0;
    }
   .news_box:first-child{
        border-top: solid 1px #FF7BAC;
    }
    .news_thumb{
        display: none;
    }
    time{
        display: block;
        margin: .5rem 0 ;
    }
    .youtube_box{
        width: 44%;
        margin: 5% 0 0 0 ;
    }
    .tw_con {
        padding:  0; 
    }
 .twitter, .contact{
        width: 100%;
        padding: 3rem 7rem;
    }
    .twitter_contact{
        padding: 0;
    }
.contact{
        background-color: #fff;
    }
.contact_text{
        width: 80%;
        margin: 3rem auto 3rem 0 ;
    }
    .form_box input, textarea{
        background-color: #FFF5FF;
    }

/*______terms.html_____*/
　　.terms {
    padding: 3rem 0 3rem 5rem;
}
.terms_main_content {
    width: 100% ;
    background-image: url(../images/terms_bg_sp.png);
    background-position: right;
}
.header_bg_sp{
    width: 100%;
    background-color:#FFE6EB ;
    height: 35px;
}
.lace_top {
    top: 35px;
}
    dl.terms_contents dd{
        margin:11px 0 20px 10px ;
        font-size: .8rem;
    }
    br.sp{
        display: block;
    }
    .news_itiran {
        padding: 5rem 0 40rem 0 ;
    }
}

@media screen and (max-width:480px) {
    body {
        font-size: 1.2rem;
    }

    .menu_out {
        display: none;
    }

    .topback {
        width: 40px;
    }

    /*______ハンバーガーボタンのサイズ変更_____*/
    .drawer-hamburger {
        width: 2rem;
    }

    nav.menu_sp {
        width: 30%;
    }

    .itiran {
        margin: 3rem 0 1rem 0;
    }

    .tatoeba h2 {
        font-size: 1.3rem;
    }

    .tatoeba_box {
        width: 48%;
    }

    .contact_btn {
        font-size: 1rem;
        width: 120px;
    }

    .twitter, .contact {
        padding: 3rem;
    }

    .terms {
        padding: 3rem 2rem;
        width: 70%;
    }

    .terms_main_content {
        background-position: right bottom;
        height: auto;
    }

    .lace_bottom {
        height: 20px;
    }

    .news_itiran {
        background-image: url(../images/news_itiran_bg.jpg);
        background-size: cover;
        padding: 10% 0;
    }

    .news_itiran {
        padding: 5rem 0 15rem 0;
    }
}
