@charset "utf-8";
@media screen and (max-width: 1180px) {
/*------header_nav------*/
.r_nav li {
    margin-right: 1em;
}
    .r_nav li a{
        font-size: 16px;
    }
    .header_contact_btn{
        margin-right: 10px;
        font-size: 16px;
    }
    .header_buy_btn{
        font-size: 16px;
    }
    .r_nav {
    padding-right: 15px;
}
}

@media screen and (max-width: 1000px) {
  /*-----共通------*/
  body {
    font-size: 17px;
    line-height: 1.6;
  }
  a:hover {
    opacity: 1;
  }
.content_wrap {
  width: 95%;
  margin: 0 auto;
}
    h2.h2_style{
    text-align: center;
    font-size: 24px;
    letter-spacing: 1px;
    margin-bottom: 30px;
}
h2.h2_style:before{
    content: "";
    padding: 10px 35px;
    background-image: url("../images/color_circle.png");
    background-repeat: no-repeat;
    background-size: 55px;
    background-position: left center;  
}
h2.h2_style:after{
    content: "";
    padding: 10px 35px;
    background-image: url("../images/color_circle.png");
    background-repeat: no-repeat;
    background-size: 55px;
    background-position: right;  
}
        br.pc_style{
        display: none;
    }

/*======header=====*/
/*------header_nav------*/
    
#headernav .r_nav{
    display: none!important;
  }
.pc_nav.menu{
    display: none!important;
  }
.top_logo {
    width: 280px;
    margin-right: 6px;
    margin-left: 15px;
    margin-top: 12px;
    padding-bottom: 6px;
}
  .headernav_wrap{
    width: 100%;
    position: static;
    padding-top: 3px;
    padding-bottom: 0;
    background-color: #fff;
  }
    .headernav_wrap {
background-image: url("../images/topbottom.png");
background-size: 120px;
}
  
  /*--------開閉ボタン--------*/
  #nav_toggle {
    position: fixed;
    display: block;
    top: 8px;
    right: 5px;
    height: 48px;
    width: 58px;
    padding: 12px 11px 0;
    margin-left: auto;
    z-index: 999;
    background-color: #fff;
  }
  #nav_toggle div {
    position: relative;
    width: 35px;
    height: 35px;
  }
  #nav_toggle span {
    display: block;
    width: 100%;
    height: 2px;
    background: #333;
    position: absolute;
    left: 0;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  #nav_toggle span:nth-child(1) {
    top: 0px;
  }
  #nav_toggle span:nth-child(2) {
    top: 11px;
  }
  #nav_toggle span:nth-child(3) {
    top: 22px;
  }
  /*--------開閉ボタンopen時--------*/
  .open #nav_toggle span {
    background: #333;
  }
  .open #nav_toggle span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .open #nav_toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav_toggle span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  
  /*--------アコーディオンメニュー--------*/
  .sp_nav {
    position: fixed;
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    z-index: 400;
    top: 0;
  }
  .sp_nav .top_logo{
    margin-top: 15px;
  }
  .acMenu {
    width: 95%;
    padding: 0 10px 5px;
    margin: 0 auto;
  }
  .acMenu li {
    border-bottom: 1px solid #C5C5C5;
  }

  .acMenu a {
    display: block;
    text-align: left;
    padding: 1.2em;
  }

.acMenu li a.first::before {
    opacity: 1;
    content: "";
    padding: 10px;
    background-image: url("../images/circle_red_s.png");
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: left center;

}
.acMenu li a.second::before {
    opacity: 1;
    content: "";
    padding: 10px;
    background-image: url("../images/circle_yellow_s.png");
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: left center;

}
.acMenu li a.third::before {
    opacity: 1;
    content: "";
    padding: 10px;
    background-image: url("../images/circle_green_s.png");
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: left center;

}
.acMenu li a.fourth::before {
    opacity: 1;
    content: "";
    padding: 10px;
    background-image: url("../images/circle_blue_s.png");
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: left center;
}
.acMenu .header_buy_btn {
  background-color: #FF7900;
  color: #fff;
  font-size: 17px;
    text-align: center;
  padding: 8px 20px 8px 0px;
  transition: .5s;
  border-radius: 10px;
    margin-right: 0;
    width: 80%;
    max-width: 220px;
    margin-top: 10px;
/*    margin: 8px auto;*/
}
.acMenu .header_buy_btn:before {
  content: "";
  padding: 20px;
  background-image: url("../images/icon_cart.png");
  background-size: 28px;
  background-repeat: no-repeat;
  background-position: center;
}
.acMenu .header_contact_btn {
    text-align: center;
  background-color: #43BF00;
  color: #fff;
  font-size: 17px;
  padding: 6px 10px 6px 0px;
  transition: .5s;
  border-radius: 10px;
    margin-right: 0;
    width: 80%;
    max-width: 220px;
    margin-top: 10px;
    margin-bottom: 10px;
/*    margin: 8px auto;*/
}
.acMenu .header_contact_btn:before {
  content: "";
  padding: 20px;
  background-image: url("../images/icon_mail.png");
  background-size: 28px;
  background-repeat: no-repeat;
  background-position: center;
}
    
/*------main_visual------*/    
.swiper-container {
  position: relative;
  overflow: visible !important;
width: 98%;
  max-width: 1500px;
  margin: 0 auto 45px!important;
  top: 3px;
  padding-bottom: 0px !important;
}
.swiper-wrapper {
  position: absolute;
top: 4px;
  overflow: hidden !important;
  width: 96% !important;
  margin: 0 auto;
  border-radius: 40px;
}
.slider_item-content{
    position: absolute;
    z-index: 300;
}
img.slider_item-content.mv_bg{
    position: absolute;
    z-index: 200;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    display: block;
    width: 96%;
    max-width: 1450px;
    aspect-ratio: 5 / 2.5;
}
.slider_item-content.midashi{
    width: 46%;
    bottom: 5%;
    left: 6%;
}
.slider_item-content.chara{
    width: 38%;
    position: absolute;
    bottom: -30px;
    right: 5.5%;
}
.slider_item-content.chara img{
    width: 20%;
    max-width: 95px;
}

/*------section/top_content------*/
#top_content{
    background-image: url("../images/bg_color.jpg");
    background-repeat: repeat;
    background-size: 100%;
    padding-top: 25px;
    padding-bottom: 35px;
}
#top_content .content_wrap{
    padding: 40px 20px 10px;
    text-align: center;
    background-image: url("../images/chara_panda2.png");
    background-repeat: no-repeat;
    background-position: top 2% right 2%;
    background-size: 65px;
}
#top_content .inner_content{
    width: 95%;
    max-width: 940px;
    margin: 0 auto;
}
#top_content h2{
    font-size: 24px;
    margin-bottom: 1em;
}
#top_content h2:before{
    content: "";
    padding: 25px;
    background-image: url("../images/rogomark.png");
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: left;
}
#top_content .text_red{
    font-size: 17px;
    margin-bottom: 1em;
}
#top_content .lead{
    text-align: left;
    margin-bottom: .5em;
}
#top_content .under_text{
    text-align: left;
    margin-bottom: .5em;
}
#top_content .youtube{
    width: 100%;
    max-width: 520px;
    margin: 80px auto 30px;
/*    aspect-ratio: 5 / 2.8;*/
}
.youtube .triangle{
    font-size: 17px;
    margin-bottom: .2em;
}
.youtube .triangle:before{
    content: "";
    padding: 10px;
    background-image: url("../images/text_left.png");
    background-position: left;
    background-size: 12px;
    background-repeat: no-repeat;
}
.youtube .triangle:after{
    content: "";
    padding: 10px;
    background-image: url("../images/text_right.png");
    background-position: right;
    background-size: 12px;
    background-repeat: no-repeat;
}
.main_btn{
    color: #E28000;
    font-size: 16px;
    display: block;
    border-radius: 50px;
    width: 90%;
    max-width: 400px;
    border: 1px solid #FFB900;
    transition: .5s;
    padding: .6em 1em .5em .6em;
    margin: 60px auto;
    text-align: center;
    position: relative;
}
.main_btn:after{
    content: '';
    display: inline-block;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent #FFB900;
    width: 0;
    height: 0;
    position: absolute;
    top: 51%;
    right: 30px;
    transform: translateY(-50%);
    transition: .3s;
}
.main_btn:hover{
    color: #fff;
    background-color:#FFB900;
    opacity: 1;
}
.main_btn:hover:after{
    border-color: transparent transparent transparent #fff;
    right: 20px;
}

/*------section/katsuyou------*/
#katsuyou{
    background-image: url("../images/wave1.jpg"),url("../images/wave2.png");
    background-position: top,bottom;
    background-size: 100%;
    background-repeat: repeat-x;
    background-color: #FFDED6;
    padding-top: 45px;
    padding-bottom: 50px;
}
#katsuyou .content_wrap{
    padding: 40px 20px;
    text-align: center;
    background-image: url("../images/chara_rabbit2.png");
    background-repeat: no-repeat;
    background-position: top 2% left 2%;
    background-size: 62px;
}
#katsuyou .inner_content{
    width: 95%;
    max-width: 840px;
    margin: 0 auto;
}
#katsuyou .lead{
    margin-bottom: 1em;
}
#katsuyou .ribbon_style{
    color: #DB7C00;
    font-size: 18px;
    width: 100%;
    max-width: 600px;
    margin: 30px auto 20px;
    background-image: url("../images/ribbon_yellow_top.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
#katsuyou ul.flex.circle{
    width: 100%;
    max-width: 600px;
    margin: 0 auto 30px;;
    flex-wrap: wrap;
    justify-content: space-between;
}
#katsuyou ul.flex.circle li{
    width: 24%;
    margin-bottom: 10px;
}
#katsuyou .inner_text{
    margin-bottom: 1em;
    text-align: left;
}
#katsuyou ul.flex.image{
    margin: 0 auto 30px;;
    justify-content: center;
    flex-wrap: wrap;
}
#katsuyou ul.flex.image li{
    width: 44%;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
}
#katsuyou ul.flex.image li p{
    font-size: 15px;
    line-height: 1.3;
    margin-top: 3px;
}
    #katsuyou br.sp_style{
        display: block!important;
    }

/*------section/play------*/
#play{
    background-image: url("../images/wave3.png");
    background-position:bottom;
    background-size: 100%;
    background-repeat: repeat-x;
    background-color: #FFF5C5;
    padding-top: 25px;
    padding-bottom: 50px;
}
#play .content_wrap{
    padding: 40px 20px 10px;
    background-image: url("../images/chara_bear2.png");
    background-repeat: no-repeat;
    background-position: bottom 1% right 2%;
    background-size: 60px;
}
#play .inner_content{
    width: 95%;
    max-width: 840px;
    margin: 0 auto;  
}
#play .top_text{
    margin-bottom: 1em;
}
#play ul.image{
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
#play ul.image li{
    width: 32%;
    text-align: center;
}
#play ul.image li .bg_blue{
    background-color: #DBE7E9;
    font-size: 15px;
    margin-top: 5px;
}
#play .under_text{
    margin-bottom: 2em;
}
#play .wrap_youtube{
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
}
#play .youtube{
    width: 48%;
    text-align: center;
/*    aspect-ratio: 5 / 2.8;*/
}

/*------section/mind------*/
#mind{
    background-image: url("../images/wave4.png");
    background-position:bottom;
    background-size: 100%;
    background-repeat: repeat-x;
    padding-top: 30px;
    padding-bottom: 60px;
    background-color: #D1EFB1;
}
#mind h2{
    margin-bottom: 2em;
}

#mind .content_wrap{
    border-radius: 2px;
    padding: 40px 20px 10px;
    background-image: url("../images/chara_kame2.png");
    background-repeat: no-repeat;
    background-position: top 1% left 2%;
    background-size: 60px;
}
#mind .under_text{
    width: 95%;
    max-width:900px;
    margin: 0 auto;
}
#mind .under_text p{
    margin-bottom: 1em;
}
/*------section/voice------*/
#voice{
    padding-top: 60px;
    padding-bottom: 70px;
    background-image: url("../images/chara_penguin2.png"),url("../images/wave5.jpg");
    background-repeat: no-repeat,repeat-x;
    background-position: top 2% right 5%,bottom;
    background-size: 72px,100%;
    background-color: #DAF7FB;
}
#voice h2{
    margin-bottom: 50px;
}
#voice .wrap{
    margin: 0 auto;
    width: 95%;
    max-width: 900px;
}
#voice .wrap li{
    background-color: #fff;
    border-radius: 15px;
/*    box-shadow: 2px 2px 8px rgb(0 0 0 / 10%);*/
    padding: 10px 12px;
    margin-bottom: 10px;
    font-size: 16px;
}
#voice .wrap li .title{
    width: 110px;
    line-height: 3;
    font-weight: bold;
    text-align: center;
}
#voice .wrap li.first{
    border: 2px solid #DADFDF;
}
#voice .wrap li.first .title{
    background-color: #DADFDF;
    border-radius: 20px;
}
#voice .wrap li.second{
    border: 2px solid #B2E5FF;
}
#voice .wrap li.second .title{
    background-color: #B2E5FF;
    border-radius: 20px;
}
#voice .wrap li.third{
    border: 2px solid #FFDEE4;
}
#voice .wrap li.third .title{
    background-color: #FFDEE4;
    border-radius: 20px;
}
#voice .wrap li.fourth{
    border: 2px solid #FFEEAC;
}
#voice .wrap li.fourth .title{
    background-color: #FFEEAC;
    border-radius: 20px;
}
#voice .wrap li.fifth{
    border: 2px solid #CDEEAC;
}
#voice .wrap li.fifth .title{
    background-color: #CDEEAC;
    border-radius: 20px;
}
#voice .wrap li .text_r{
    width: calc(100% - 110px);
    line-height: 1.4;
    padding-left: 1em;
}

/*------section/voice------*/
#insta{
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url("../images/bg_mono.jpg");
    background-repeat: repeat;
    background-size: 100%;
}
#insta h2{
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
}
#insta h2:before{
    content: "";
    padding: 18px;
    background-image: url("../images/instamark.png");
    background-size: 30px;
    background-position: left;
    background-repeat: no-repeat;
}
#insta .insta_wrap{
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
}
ul.lightwidget__posts{
    margin-bottom: 50px;
}
.lightwidget__footer{
    margin-top: 50px;
}

/*------section/manual_dl------*/
#manual_dl{
    padding-top: 50px;
    padding-bottom: 50px;
}
#manual_dl a{
    display: block;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    padding-right: 50px;
}

/*------section/buy------*/
#buy{
    background-image: url("../images/chara_panda3.png");
    background-repeat: no-repeat;
    background-position: top 4% center;
    background-size: 60px;
    text-align: center;
    padding-top: 90px;
    padding-bottom: 50px;
    background-color: #FBF8EE;
}
#buy h2{
    font-size: 22px;
    background-image: url("../images/ribbon_yellow.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    max-width: 800px;
    padding: .3em;
    margin: 0 auto 20px;
}
#buy .lead{
    margin-bottom: 1em;
}
#buy ul{
    width: 95%;
    max-width: 800px;
    margin: 0 auto;
}

/*------footer------*/
footer {
padding-top: 50px;
padding-bottom: 20px;
background-image: url("../images/topbottom.png");
background-size: 120px;
background-repeat: repeat-x;
background-position: bottom;
}
footer .footer_logo{
    display: block;
    margin: 0 auto 10px;
    width: 95%;
    max-width: 340px;
}
footer .footer_chara{
    width: 95%;
    max-width: 340px;
    margin: 0 auto 20px;
}
footer .footer_btn{
    width: 95%;
    max-width: 800px;
    margin: 0 auto;
    justify-content: center;
}
footer .footer_btn a{
    margin-right: 5px;
    margin-left: 5px;;
}
footer nav {
  margin-top: 60px;
  margin-bottom: 30px;
}
footer nav ul {
  justify-content: center;
  align-items: center;
}
footer nav ul li {
  margin-right: .6em;
  margin-left: .6em;
  padding-right: 1.2em;
  border-right: 1px solid #443a3a;
}
footer nav ul li:last-child {
  border-right: none;
}
footer nav ul li a {
  display: block;
  font-size: 14px;
}
.copyright {
  text-align: center;
}
.copyright a {
  font-size: 14px;
}
}
@media screen and (max-width: 520px) {
    body {
  font-size: 16px;
  line-height: 1.5;
}
    .pc_style{
        display: none!important;
    }
    .sp_style{
        display: block!important;
    }
            br.pc_style{
        display: none!important;
    }
    h2.h2_style{
    text-align: center;
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
h2.h2_style:before{
    content: "";
    padding: 10px 28px;
    background-image: url("../images/color_circle.png");
    background-repeat: no-repeat;
    background-size: 45px;
    background-position: left center;  
}
h2.h2_style:after{
    content: "";
    padding: 10px 28px;
    background-image: url("../images/color_circle.png");
    background-repeat: no-repeat;
    background-size: 45px;
    background-position: right;  
}
.content_wrap {
  width: 93%;
  max-width: 1200px;
  margin: 0 auto;
    background-color: #fff;
}
.content_wrap.round{
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 2px 2px 8px rgb(0 0 0 / 10%);
}
.inner_wrap {
  width: 93%;
  max-width: 1000px;
  margin: 0 auto;
}

/*======header=====*/
/*------header_nav------*/
    
#headernav .r_nav{
    display: none!important;
  }
.pc_nav.menu{
    display: none!important;
  }
.top_logo {
    width: 240px;
    margin-right: 6px;
    margin-left: 15px;
    margin-top: 12px;
    padding-bottom: 6px;
}
  .headernav_wrap{
    width: 100%;
    position: static;
    padding-top: 2px;
    padding-bottom: 0;
  }
.contact_btn_c{
display: block;
    position: fixed;
    bottom: 0;
    left: 3px;
    z-index: 500;
    width: 55px;
}
    .headernav_wrap {
background-image: url("../images/topbottom.png");
background-size: 120px;
}
  
  /*--------開閉ボタン--------*/
  #nav_toggle {
    position: fixed;
    display: block;
    top: 6px;
    right: 3px;
    height: 48px;
    width: 58px;
    padding: 12px 11px 0;
    margin-left: auto;
    z-index: 999;
    background-color: #fff;
  }
  #nav_toggle div {
    position: relative;
    width: 35px;
    height: 35px;
  }
  #nav_toggle span {
    display: block;
    width: 100%;
    height: 2px;
    background: #333;
    position: absolute;
    left: 0;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  #nav_toggle span:nth-child(1) {
    top: 0px;
  }
  #nav_toggle span:nth-child(2) {
    top: 11px;
  }
  #nav_toggle span:nth-child(3) {
    top: 22px;
  }
  /*--------開閉ボタンopen時--------*/
  .open #nav_toggle span {
    background: #333;
  }
  .open #nav_toggle span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .open #nav_toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav_toggle span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  
  /*--------アコーディオンメニュー--------*/
  .sp_nav {
    position: fixed;
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    z-index: 400;
    top: 0;
  }
  .sp_nav .top_logo{
    margin-top: 15px;
  }
  .acMenu {
    width: 95%;
    padding: 0 10px 5px;
    margin: 0 auto;
  }
  .acMenu li {
    border-bottom: 1px solid #C5C5C5;
  }

  .acMenu a {
    display: block;
    text-align: left;
    padding: 1.2em;
  }

.acMenu li a.first::before {
    opacity: 1;
    content: "";
    padding: 10px;
    background-image: url("../images/circle_red_s.png");
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: left center;

}
.acMenu li a.second::before {
    opacity: 1;
    content: "";
    padding: 10px;
    background-image: url("../images/circle_yellow_s.png");
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: left center;

}
.acMenu li a.third::before {
    opacity: 1;
    content: "";
    padding: 10px;
    background-image: url("../images/circle_green_s.png");
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: left center;

}
.acMenu li a.fourth::before {
    opacity: 1;
    content: "";
    padding: 10px;
    background-image: url("../images/circle_blue_s.png");
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: left center;
}
.acMenu .header_buy_btn {
  background-color: #FF7900;
  color: #fff;
  font-size: 17px;
    text-align: center;
  padding: 8px 20px 8px 0px;
  transition: .5s;
  border-radius: 10px;
    margin-right: 0;
    width: 80%;
    max-width: 220px;
    margin-top: 10px;
/*    margin: 8px auto;*/
}
.acMenu .header_buy_btn:before {
  content: "";
  padding: 20px;
  background-image: url("../images/icon_cart.png");
  background-size: 28px;
  background-repeat: no-repeat;
  background-position: center;
}
.acMenu .header_contact_btn {
    text-align: center;
  background-color: #43BF00;
  color: #fff;
  font-size: 17px;
  padding: 6px 10px 6px 0px;
  transition: .5s;
  border-radius: 10px;
  margin-right: 0;
    width: 80%;
    max-width: 220px;
    margin-top: 10px;
    margin-bottom: 10px;
/*    margin: 8px auto;*/
}
.acMenu .header_contact_btn:before {
  content: "";
  padding: 20px;
  background-image: url("../images/icon_mail.png");
  background-size: 28px;
  background-repeat: no-repeat;
  background-position: center;
}
    
/*------main_visual------*/    
.swiper-container {
  position: relative;
  overflow: visible !important;
width: 100%;
  max-width: 1500px;
  margin: 0 auto 35px!important;
  top: 3px;
  padding-bottom: 0px !important;
}
.swiper-wrapper {
  position: absolute;
top: 4px;
  overflow: hidden !important;
  width: 94% !important;
  margin: 0 auto;
  border-radius: 30px;
}
.slider_item-content{
    position: absolute;
    z-index: 300;
}
img.slider_item-content.mv_bg{
    position: absolute;
    z-index: 200;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    display: block;
    width: 94%;
    max-width: 1450px;
    aspect-ratio: 5 / 3.8;
}
.slider_item-content.midashi{
    width: 80%;
    bottom: 10%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.slider_item-content.chara{
    width: 70%;
    position: absolute;
    bottom: -50px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.slider_item-content.chara img{
    width: 20%;
    max-width: 95px;
}

/*------section/top_content------*/
#top_content{
    background-image: url("../images/bg_color.jpg");
    background-repeat: repeat;
    background-size: 250%;
    padding-top: 25px;
    padding-bottom: 30px;
}
#top_content .content_wrap{
    padding: 25px 10px 10px;
    text-align: center;
    background-image: url("../images/chara_panda2.png");
    background-repeat: no-repeat;
    background-position: top .5% right 1%;
    background-size: 45px;
}
#top_content .inner_content{
    width: 95%;
    max-width: 940px;
    margin: 0 auto;
}
#top_content h2{
    font-size: 20px;
    margin-bottom: .8em;
    margin-right: 20px;
}
#top_content h2:before{
    content: "";
    padding: 22px;
    background-image: url("../images/rogomark.png");
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: left;
}
#top_content .text_red{
    font-size: 16px;
    margin-bottom: 1em;
}
#top_content .lead{
    text-align: left;
    margin-bottom: .5em;
}
#top_content .under_text{
    text-align: left;
    margin-bottom: .5em;
}
#top_content .youtube{
    width: 100%;
    max-width: 520px;
    margin: 20px auto 20px;
/*    aspect-ratio: 5 / 2.8;*/
}
.youtube .triangle{
    font-size: 17px;
    margin-bottom: .4em;
}
.youtube .triangle:before{
    content: "";
    padding: 10px;
    background-image: url("../images/text_left.png");
    background-position: left;
    background-size: 12px;
    background-repeat: no-repeat;
}
.youtube .triangle:after{
    content: "";
    padding: 10px;
    background-image: url("../images/text_right.png");
    background-position: right;
    background-size: 12px;
    background-repeat: no-repeat;
}
.main_btn{
    color: #E28000;
    font-size: 15px;
    display: block;
    border-radius: 50px;
    width: 90%;
    max-width: 400px;
    border: 1px solid #FFB900;
    transition: .5s;
    padding: .6em 1em .5em .6em;
    margin: 30px auto;
    text-align: center;
    position: relative;
}
.main_btn:after{
    content: '';
    display: inline-block;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent #FFB900;
    width: 0;
    height: 0;
    position: absolute;
    top: 51%;
    right: 15px;
    transform: translateY(-50%);
    transition: .3s;
}
.main_btn:hover{
    color: #fff;
    background-color:#FFB900;
    opacity: 1;
}
.main_btn:hover:after{
    border-color: transparent transparent transparent #fff;
    right: 15px;
}

/*------section/katsuyou------*/
#katsuyou{
    background-image: url("../images/wave1.jpg"),url("../images/wave2.png");
    background-position: top,bottom;
    background-size: 100%;
    background-repeat: repeat-x;
    background-color: #FFDED6;
    padding-top: 30px;
    padding-bottom: 40px;
}
#katsuyou .content_wrap{
    padding: 30px 10px 5px;
    text-align: center;
    background-image: url("../images/chara_rabbit2.png");
    background-repeat: no-repeat;
    background-position: top .5% left 2%;
    background-size: 45px;
}
#katsuyou .inner_content{
    width: 95%;
    max-width: 840px;
    margin: 0 auto;
}
#katsuyou .lead{
    margin-bottom: .5em;
}
#katsuyou .ribbon_style{
    color: #DB7C00;
    font-size: 18px;
    width: 100%;
    max-width: 600px;
    margin: 20px auto 15px;
    background-image: url("../images/ribbon_yellow_top.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}
#katsuyou ul.flex.circle{
    width: 100%;
    max-width: 600px;
    margin: 0 auto 10px;;
    flex-wrap: wrap;
    justify-content: center;
}
#katsuyou ul.flex.circle li{
    width: 45%;
    margin-left: 4px;
    margin-right: 4px;
    margin-bottom: 8px;
}
#katsuyou .inner_text{
    margin-bottom: 1em;
    text-align: left;
}
#katsuyou ul.flex.image{
    margin: 0 auto 30px;;
    justify-content: space-between;
    flex-wrap: wrap;
}
#katsuyou ul.flex.image li{
    width:100%;
}
#katsuyou ul.flex.image li p{
    font-size: 15px;
    line-height: 1.3;
    margin-top: 3px;
}
    #katsuyou br.sp_style{
        display: block!important;
    }

/*------section/play------*/
#play{
    background-image: url("../images/wave3.png");
    background-position:bottom;
    background-size: 100%;
    background-repeat: repeat-x;
    background-color: #FFF5C5;
    padding-top: 20px;
    padding-bottom: 40px;
}
#play .content_wrap{
    padding: 25px 10px 10px;
    background-image: url("../images/chara_bear2.png");
    background-repeat: no-repeat;
    background-position: bottom .3% right 1%;
    background-size: 45px;
}
#play .top_text{
    margin-bottom: 1em;
}
#play ul.image{
    margin-bottom: 20px;
}
#play ul.image li{
    width: 90%;
    margin: 13px auto;
    text-align: center;
}
#play .under_text{
    margin-bottom: 1em;
}
#play .wrap_youtube{
    flex-wrap: wrap;
}
#play .youtube{
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
/*    aspect-ratio: 5 / 2.8;*/
}
#play .main_btn{
    width: 90%;
    max-width: 210px;
    border: 1px solid #FFB900;
    transition: .5s;
    padding: .6em 1em .5em .6em;
    margin: 30px auto;
    text-align: center;
    position: relative;
}

/*------section/mind------*/
#mind{
    background-image: url("../images/wave4.png");
    background-position:bottom;
    background-size: 100%;
    background-repeat: repeat-x;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #D1EFB1;
}
#mind h2{
    margin-bottom: 1em;
}

#mind .content_wrap{
    border-radius: 2px;
    padding: 25px 10px 10px;
    background-image: url("../images/chara_kame2.png");
    background-repeat: no-repeat;
    background-position: top .5% left 1%;
    background-size: 43px;
}
#mind .under_text{
    width: 95%;
    max-width:900px;
    margin: 0 auto;
}
#mind .under_text p{
    margin-bottom: 1em;
}
/*------section/voice------*/
#voice{
    padding-top: 20px;
    padding-bottom: 30px;
    background-image: url("../images/chara_penguin2.png"),url("../images/wave5.jpg");
    background-repeat: no-repeat,repeat-x;
    background-position: top .5% right 1%,bottom;
    background-size: 45px,100%;
    background-color: #DAF7FB;
}
#voice h2{
    margin-bottom: 20px;
}
#voice .wrap{
    margin: 0 auto;
    width: 95%;
    max-width: 900px;
}
#voice .wrap li{
    background-color: #fff;
    border-radius: 15px;
/*    box-shadow: 2px 2px 8px rgb(0 0 0 / 10%);*/
    padding: 8px 6px;
    margin-bottom: 10px;
    font-size: 15px;
    display: block;
}
#voice .wrap li .title{
    width: 100%;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    margin-bottom: .3em;
}
#voice .wrap li.first{
    border: 2px solid #DADFDF;
}
#voice .wrap li.first .title{
    background-color: #DADFDF;
    border-radius: 20px;
}
#voice .wrap li.second{
    border: 2px solid #B2E5FF;
}
#voice .wrap li.second .title{
    background-color: #B2E5FF;
    border-radius: 20px;
}
#voice .wrap li.third{
    border: 2px solid #FFDEE4;
}
#voice .wrap li.third .title{
    background-color: #FFDEE4;
    border-radius: 20px;
}
#voice .wrap li.fourth{
    border: 2px solid #FFEEAC;
}
#voice .wrap li.fourth .title{
    background-color: #FFEEAC;
    border-radius: 20px;
}
#voice .wrap li.fifth{
    border: 2px solid #CDEEAC;
}
#voice .wrap li.fifth .title{
    background-color: #CDEEAC;
    border-radius: 20px;
}
#voice .wrap li .text_r{
    width: 100%;
    line-height: 1.4;
    padding-left: .5em;
}

/*------section/voice------*/
#insta{
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: url("../images/bg_mono.jpg");
    background-repeat: repeat;
    background-size: 100%;
}
#insta h2{
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}
#insta h2:before{
    content: "";
    padding: 16px;
    background-image: url("../images/instamark.png");
    background-size: 28px;
    background-position: left;
    background-repeat: no-repeat;
}
#insta .insta_wrap{
    width: 95%;
    max-width: 900px;
    margin: 0 auto;
}

/*------section/manual_dl------*/
#manual_dl{
    padding-top: 20px;
    padding-bottom: 30px;
}
#manual_dl a{
    display: block;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    padding-right: 0;
}

/*------section/buy------*/
#buy{
    background-image: url("../images/chara_panda3.png");
    background-repeat: no-repeat;
    background-position: top 5% center;
    background-size: 55px;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 30px;
    background-color: #FBF8EE;
}
#buy h2{
    font-size: 20px;
    background-image: url("../images/ribbon_yellow.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 95%;
    max-width: 800px;
    padding: .3em;
    margin: 0 auto 20px;
}
#buy .lead{
    margin-bottom: .5em;
}
#buy ul{
    width: 95%;
    max-width: 800px;
    margin: 0 auto;
}
#buy ul li{
/*    width: 32%;*/
/*    max-width: 250px;*/
}

/*------footer------*/
footer {
padding-top: 40px;
padding-bottom: 20px;
background-image: url("../images/topbottom.png");
background-size: 120px;
background-repeat: repeat-x;
background-position: bottom;
}
footer .footer_logo{
    display: block;
    margin: 0 auto 10px;
    width: 90%;
    max-width: 340px;
}
footer .footer_chara{
    width: 90%;
    max-width: 340px;
    margin: 0 auto 20px;
}
footer .footer_btn{
    width: 95%;
    max-width: 800px;
    margin: 0 auto;
    justify-content: center;
}
footer .footer_btn a{
    margin-right: 3px;
    margin-left: 3px;;
}
footer nav {
  margin-top: 20px;
  margin-bottom: 20px;
}
footer nav ul {
    padding-left: 1.5em;
    flex-wrap: wrap;
    text-align: center;
  justify-content: center;
  align-items: center;
}
footer nav ul li {
    line-height: 1.5;
  margin-left: 0;
  border-right:none;
    margin-right: 1em;
}
footer nav ul li:last-child {
  border-right: none;
}
footer nav ul li a {
  display: inline-block;
  font-size: 14px;
    position: relative;
}
    footer nav ul li a:before{
    content: '';
    border-style: solid;
    border-width: 4px 0 4px 5px;
    border-color: transparent transparent transparent #FFB900;
    width: 0;
    height: 0;
    position: absolute;
    top: 55%;
    left: -10px;
    transform: translateY(-50%);
    transition: .3s;
}
.copyright {
  text-align: center;
}
.copyright a {
  font-size: 14px;
}
}