@charset "UTF-8";
/*共通*/
#pc_footer, #sp_footer {
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  -webkit-touch-callout: none;
}

.footer {
  text-align: center;
  color: #f3f2ec;
}

.footer li {
  background-image: none;
}

.footer li > a {
  text-align: center;
  display: block;
  padding: 10px;
  color: #ddd0ba;
  border-bottom: 1px solid #54413b;
  background-color: #4a0321
}

.footer .list-first {
  border-top: none;
}

.footer > p {
  padding: 3% 0;
  background: #000;
}

.footer > p > small::after {
  display: block;
  margin-top: 1.5%;
  content: "";
  background-image: none;
}

.about-frame__content {
  line-height: 1.5;
  text-align: left;
  letter-spacing: 2px;
}

.c-top-content2 {
  padding: 5px 5%;
  text-align: center;
  background-color: #f3d8a5;
}



/*pc*/
@media screen and (min-width: 751px) {
  #ikemen_header .container{
    width: 1200px;
    margin: 0 auto;
  }
  .menu_btn_area{
    display: none;
  }
  #sp_footer {
    display: none;
  }
  #overlay{
    display: none;
  }
  #ikemen_header {
    background-color: #5a0228;
    position: relative;
    z-index: 6;
  }
  #ikemen_header ul {
    padding-left: 1em;
    padding-bottom: .5em;
  }
  #ikemen_header li {
    margin: .5em 0 0 0;
    display: inline-block;
    vertical-align: middle;
    /*width: 15%;*/
    margin-right: 10px;
    font-size: .7em;
  }
  #ikemen_header li img {
    width: 80%;
  }
  #ikemen_header li a {
    color: #ddd0ab;
  }
  #ikemen_header li i {
    margin-right: .5em;
  }
  /* #pc_footer
  =============================================*/
  #pc_footer {
    width: 100%;
    background-color: #5a0228;
    font-size: 12px;
    color: #ddd0ab;
    line-height: 3em;
    margin-top: 5%;
  }
  #pc_footer li:before{
    content: "・"
  }
  #pc_footer a {
    color: #ddd0ab;
    font-size: 14px;
  }
  #pc_footer a:hover {
    opacity: .5;
  }
  #pc_footer i {
    padding-right: 0.5em;
  }
  #pc_footer .headline {
    font-size: 16px;
    font-weight: bold;
  }
  #pc_footer .footer_bottom {
    background-color: #4a0321;
  }
  #pc_footer .footer_bottom p {
    display: block;
    text-align: center;
  }
  #pc_footer .ft_sitemap {
    padding: 50px 0;
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
  }
  #pc_footer .ft_sitemap .block_link,
  #pc_footer .ft_sitemap .block_title,
  #pc_footer .ft_sitemap .block_content,
  #pc_footer .ft_sitemap .block_other {
    float: left;
    padding: 0 36px;
  }
  #pc_footer .ft_sitemap .block_title, #pc_footer .ft_sitemap .block_content {
    border-right: solid 1px #e4b67d;
  }
}

/*sp*/
@media screen and (max-width: 750px) {
  .menu_btn_area{
    display: block;
  }
  #pc_footer {
    display: none;
  }
  #ikemen_header {
    background-color: #5a0228;
    /*height: 23px;*/
    position: relative;
    z-index: 6;
    padding-left: 2%;
  }
  #ikemen_header .container{
    width: auto;
    margin: 0 auto;
  }
  #ikemen_header li {
    margin: .3em 1em 0 0;
    display: inline-block;
    vertical-align: middle;
    font-size: .6em;
  }
  #ikemen_header li.logo {
    width: 30%;
  }
  #ikemen_header li img {
    width: 100%;
  }
  #ikemen_header li a {
    color: #ddd0ab;
  }
  #ikemen_header li i {
    margin-right: .5em;
  }
  .content_map {
    background-color: #2b1716;
  }
  .content_map dd {
    display: block;
    padding: 10px 3%;
    border-bottom: solid 1px #54413b;
    font-size: 1em;
    letter-spacing: 0em;
    position: relative;
  }
  .content_map dd a {
    color: #a49884;
    font-size: 13px;
    width: 90%;
    display: block;
  }
  .content_map dd i {
    position: absolute;
    right: 3%;
    color: #000;
    top: 35%;
    font-size: 1.2em;
  }
  .content_map .end_conent {
    border-bottom: none;
  }
  .footer li > a{
    font-size: .8em
  }
  .footer .game-list > a{
    border-bottom: none;
  }
  .footer-game_wrapper{
    background-color: #fff;
    width: 95%;
    margin: 0 auto;
    box-sizing: border-box;
    color: #7e4500;
    border-radius: 5px;
  }
  .footer-game_wrapper_inner{
    border-bottom: 1px solid #ffebb7;
    padding: 0 2%;
  }
  .footer-game_wrapper_inner:last-child{
    border-bottom: none;
  }
  .footer-game_wrapper_inner div{
    display: inline-block;
    vertical-align: top;
  }
  .footer-game_wrapper_inner .img_area{
    width: 25%;
    padding-right: 2%;
    padding-top: 1%;
  }
  .footer-game_wrapper_inner .img_area img{
    width: 80%;
  }
  .footer-game_wrapper_inner .game_title{
    width: 70%;
    font-size: 12px;
    text-align: left;
  }
  .footer-game_wrapper_inner .game_title p{
    padding-left: 0;
    padding-top: 3%;
  }
  .footer-game_wrapper_inner .game_title ul{
    margin-top: 5px;
  }
  .footer-game_wrapper_inner .game_title ul li{
    display: inline-block;
    font-size: 0;
    width: 48%;
  }
  .footer-game_wrapper_inner .game_title ul li a{
    border-bottom: none;
    padding: 0;
  }
  .footer-game_wrapper_inner .game_title ul li img{
    width: 100%;
  }
  .about-frame .timeline{
    background-color: #fff;
  }
  #js-overlay{
    position: fixed;
    top: 0;
    bottom: 0;
    display: none;
    background-color: rgba(0,0,0,.75);
    display: block;
    width: 100%;
    z-index: 100;
  }
  .overlay-menu{
    position: fixed;
    top : 30px;
    left: 0;
    right: 0;
    width: 80%;
    margin: 0 auto;
    z-index: 200;
    background-color: rgba(243, 216, 165, 0.9);
    border-radius: 5px;
    text-align: center;
    padding-bottom: 1%;
  }
  .overlay-menu li{
    padding: 5% 0;
    background-image: url(../images/menu_bg_sp.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
  }
  .overlay-menu a{
    display: block;
    color: #7e4500;
    font-size: 14px;
  }
  .overlay-menu .btn{
    margin: 5% auto;
    width: 100px;
    border: 1px solid #ae7b00;
    border-radius: 5px;
    font-size: 14px;
  }
  .menu_btn_area{
    position: absolute;;
    z-index: 50;
    right: 1.5%;
    top: 30px;
    width: 45px;
    height: 45px;
  }
  .menu_btn_area img{
    width: 100%;
  }
  .c-top-content2 a{
    display: block;
    width: 150px;
    margin: 0 auto;
  }
  .about-frame .official_sns{
    background-color: #f3d8a5;
  }
  .about-frame .official_sns li{
    border-bottom: none;
  }
  .about-frame .official_sns li a{
    border-bottom: none;
  }
}
