@charset "UTF-8";

/********************
common
*********************/
body{
  background: #fff !important;
}

.btn.hov{
  transition: .4s;
}
.btn.hov:hover{
  transform: scale(1.02);
}

.pcOn{
  display: block;
}
.spOn{
  display: none;
}

@media (max-width: 768px) {
  body{
    background: #fff;
  }

  .btn.hov:hover{
    transform: scale(1);
  }

  .pcOn{
    display: none;
  }
  .spOn{
    display: block;
  }
}


/********************
header
*********************/
#header {
  background-size: auto;
  background: #fff;
  height: 90px;
  padding: 0 57px 0 40px;
}
#header .inner h1 .logo img{
  height: 125px;
}
#header .inner nav{
  margin: 57px 0 0 auto;
}
#header .inner nav ul li:not(:first-child){
  margin-left: 38px;
}
#header .inner nav ul li a::after{
  background: #A2764A;
  bottom: -7px;
  transition: .5s;
}
#header .inner nav ul li img{
  height: 14.5px;
}

@media (max-width: 1375px) {
  #header .inner nav{
    background: #fff;
  }
  #header .inner nav ul li:first-child img{
    display: block;
  }
}

@media (max-width: 768px) {
  #header .inner h1 .logo img{
    height: auto;
  }
}

/********************
下層ページ common
*********************/
.mainImg .titL{
  transform: translateY(24%);
}
.titL > img{
  height: 140px;
}

body:not(.home) #content{
  background: url(../img/bg_top.jpg);
  background-size: 250px;
  padding: 100px 4%;
}

@media (max-width: 768px) {
  body:not(.home) .mainImg{
    background: url(../img/bg_page_ttl.jpg) no-repeat center/cover;
  }

  .mainImg .titL{
    transform: translateY(6%);
  }
  .titL > img{
    height: 75px;
  }

  body:not(.home) #content{
    padding: 75px 4%;
  }
}


/********************
TOP
*********************/
/*** mainImg ***/
.mainImgItems{
  /* width: 84.8%; */
  width: 100%;
  /* padding: 0 15.2%; */
}
/* .main_cc1{
  top: 10.3%;
  right: 1%;
  width: 16.3%;
}
.beniko{
  top: 24.3%;
  left: 33.4%;
  width: 35%;
} */

.main_chara_2024 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.main_cc_2024 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.main_logo{
  /* top: 78.5%;
  width: 41%; */
  width: 30vw;
  top: unset;
  bottom: 14vw;
}

.main_sns {
  position: absolute;
  bottom: 12%;
  right: 5vw;
  width: clamp(80px, 20vw, 350px);
}

.main_sns img {
  width: 100%;
  filter: drop-shadow(0px 0px 10px #00000050);
}
.main_manekineko {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .main_manekineko {
    width:350px;
  }
}

/* .main_twitter{
  position: absolute;
  top: 16.5%;
  left: -2%;
  width: 28%;
}
.main_toani{
  position: absolute;
  top: 29.8%;
  left: -2%;
  width: 28%;
}
.main_bnr{
  position: absolute;
  top: 42.5%;
  left: -2%;
  width: 28%;
} */

@media (max-width: 768px) {
  .mainImgItems{
    width: 100%;
  }
  .main_cc1{
    top: 33.3%;
    right: 8%;
  }
  .beniko{
    top: 41%;
    left: 30.4%;
    width: 43%;
  }
  .main_logo{
    /* top: 82%;
    width: 40.5%; */
    width: 42vw;
    bottom: 20vw;
  }
}


/*** top_air_time ***/
.top_air_time{
  background: url(../img/bg_air_time.jpg) no-repeat;
  background-size: contain;
}
.top_air_time .inner{
  text-align: center;
  padding: 3.5% 0 2%;
}
.top_air_time .inner figure{
  width: 49.3%;
  margin: 0 auto;
}
.top_air_time .inner figure img{
  max-width: 100%;
  height: auto;
}

@media (min-width: 1441px) {
  .top_air_time{
    background-size: cover;
  }
}

@media (max-width: 768px) {
  .top_air_time{
    background-size: cover;
    background-position: center center;
  }
  .top_air_time .inner{
    padding: 6.5% 0 6%;
  }
  .top_air_time .inner figure{
    width: 85%;
    margin: 0 auto;
  }
  .top_air_time .inner .bnr_sp.spOn a{
    display: inline-block;
    width: 72%;
  }
  .top_air_time .inner .bnr_sp.spOn a:not(:first-child){
    margin-top: -3%;
  }
  .top_air_time .inner .bnr_sp.spOn a img{
    max-width: 100%;
    height: auto;
  }
}


/*** top_news ***/
.home .top_news{
  background: url(../img/bg_top.jpg);
  background-size: 250px;
  padding-top: 0;
  margin-top: -0.3%;
}
.home .top_news .inner{
  max-width: 1020px;
  padding: 7% 4%;
}
.home .top_news .titL{
  width: 39.2%;
  margin: 0 auto 5%;
}
.home .top_news .titL img{
  max-width: 100%;
  height: auto;
}
.home .top_news .inner .main{
  display: block;
  margin: 0 auto 5%;
}
.top_news .inner .news{
  position: static;
  max-width: none;
}
.top_news .inner .news .top-news-list{
  display: flex;
  justify-content: space-between;
}
.top_news .inner .news .top-news-list .news-item{
  background: #fff;
  border: 4px solid #664526;
  border-radius: 10px;
  width: 31.4%;
  padding: 4% 3% 3%;
  margin: 0;
  box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.45);
}
.top_news .inner .news .top-news-list .news-item:last-child{
  display: none;
}
.top_news .inner .news .top-news-list .news-item a{
  display: block;
  padding: 0;
}
.top_news .inner ul li a figure{
  width: 100%;
  height: 100%;
  margin: 0 auto 12%;
}
.top_news .inner ul li a .info{
  width: 100%;
}
.top_news .inner ul li a .info .date{
  color: #C1437A;
  margin-bottom: 10px;
}
.top_news .inner ul li a .info .txt{
  color: #664526;
}

.top_news .inner .btn{
  text-align: center;
  width: 43%;
  margin: 0 auto;
}
.top_news .inner .btn a img{
  max-width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .home .top_news .inner{
    padding: 9% 4% 10%;
  }
  .home .top_news .titL{
    width: 47.2%;
  }
  .home .top_news .inner .main{
    margin: 0 auto 10%;
  }
  .top_news .inner .news .top-news-list{
    flex-wrap: wrap;
  }
  .top_news .inner .news .top-news-list .news-item{
    border: 2px solid #664526;
    border-radius: 5px;
    width: 48%;
    padding: 7% 3% 5%;
  }
  .top_news .inner .news .top-news-list .news-item:not(:first-child):not(:nth-child(2)){
    margin-top: 4%;
  }
  .top_news .inner .news .top-news-list .news-item:last-child{
    display: block;
  }

  .top_news .inner .btn{
    width: 60%;
  }
}


/*** top_about ***/
.top_about{
  background: url(../img/bg_outline.jpg) no-repeat;
  background-size: contain;
  font-size: medium;
  font-weight: normal;
  padding: 7% 0 3.5%;
}
.top_about img{
  max-width: 100%;
  height: auto;
}

.top_about .bg{
  position: relative;
  max-width: 970px;
  width: 67.4%;
  margin: 0 auto;
  transform: translate(-1%, -3.2%);
}
.top_about .titL{
  position: absolute;
  top: 14.8%;
  left: 51%;
  transform: translateX(-50%);
  width: 32%;
  margin: 0;
}
.top_about .txt{
  position: absolute;
  top: 35%;
  left: 51%;
  transform: translateX(-50%);
  width: 77.7%;
  margin: 0;
}
.top_about .txt img{
  max-width: 100%;
}
.top_about .btn{
  position: absolute;
  top: 72.5%;
  left: 51%;
  transform: translateX(-50%);
  width: 38.6%;
}
.top_about .btn.hov:hover{
  transform: scale(1.02) translateX(-49%);
}

@media (min-width: 1445px) {
  .top_about{
    background-size: cover;
  }
}

@media (max-width: 768px) {
  .top_about{
    background-size: cover;
    background-position: center center;
    padding: 10% 0 5%;
  }
  .top_about .bg{
    width: 95%;
    transform: translate(-0.5%, -3.2%);
  }
  .top_about .titL{
    top: 10.8%;
    width: 38.5%;
  }
  .top_about .txt{
    top: 31%;
    width: 98%;
  }
  .top_about .btn{
    top: 70.5%;
    width: 56.6%;
  }
  .top_about .btn.hov:hover{
    transform: scale(1) translateX(-49%);
  }
}


/*** tpo_movie ***/
.top_movie{
  background: url(../img/bg_top.jpg);
  background-size: 250px;
  padding: 7% 0 11.1%;
  margin-top: -0.2%;
}
.top_movie .inner{
  max-width: 980px;
  padding: 0 4%;
  margin: 0 auto;
}
.top_movie img{
  max-width: 100%;
  height: auto;
}

.top_movie .titL{
  width: 39.6%;
  margin: 0 auto 5%;
  transform: translateX(2.6%);
}
.top_movie .movie_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top_movie .movie_list li{
  background: #fff;
  width: 48%;
}
.top_movie .movie_list li:not(:first-child):not(:nth-child(2)){
  margin-top: 4.3%;
}
.top_movie .movie_list li a{
  text-decoration: none;
}
.top_movie .movie_list li a p{
  color: #222222;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  padding: 4.4% 4.4% 4%;
  margin-top: -5px;
}

@media (max-width: 768px) {
  .top_movie{
    padding: 11% 0 15%;
    margin-top: 0;
  }
  .top_movie .titL{
    width: 41.6%;
  }
  .top_movie .movie_list li a p{
    font-size: 14px;
    padding: 2.4% 4.4%;
  }
}
@media (max-width: 520px) {
  .top_movie .movie_list li{
    width: 48%;
  }
}


/*** tpo_charaArea ***/
.charaArea{
  background: url(../img/bg_chara.jpg) no-repeat;
  background-size: contain;
  padding: 2.7% 0 5.7%;
}
.charaArea .inner{
  background: none;
  max-width: 980px;
  width: 68.1%;
}
.charaArea img{
  max-width: 100%;
  height: auto;
}

.charaArea .inner .titL{
  width: 51.6%;
  margin: 0 auto 5%;
}
.charaArea ul.charaArea_main{
  padding: 0;
  margin: 0 auto 5%;
}
.charaArea ul.charaArea_main .act{
  padding: 0;
}
.charaArea ul.charaArea_main li.sumimaru_body,
.charaArea ul.charaArea_main li.beniko_body,
.charaArea ul.charaArea_main li.yodomi_body,
.charaArea ul.charaArea_main li.konzikimanekineko_body{
  width: 100%;
  margin: 0;
}
.charaArea ul.charaArea_main li.sumimaru_body .body_img,
.charaArea ul.charaArea_main li.beniko_body .body_img,
.charaArea ul.charaArea_main li.yodomi_body .body_img,
.charaArea ul.charaArea_main li.konzikimanekineko_body .body_img{
  width: 90%;
}
.charaArea .btn{
  text-align: center;
  width: 38.6%;
  margin: 0 auto;
}

@media (min-width: 1445px) {
  .charaArea{
    background-size: cover;
  }
}

@media (max-width: 768px) {
  .charaArea{
    background-size: cover;
    background-position: center center;
    padding: 9% 0 11%;
  }
  .charaArea .inner{
    width: 100%;
    padding: 0 4%;
  }

  .charaArea .inner .titL{
    width: 50%;
  }
  .charaArea ul.charaArea_main{
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: flex-start;
    width: 100%;
    margin: 0 auto 8%;
  }
  .charaArea ul.charaArea_main .act{
    max-width: none !important;
  }
  .charaArea ul.charaArea_main li.sumimaru_body,
  .charaArea ul.charaArea_main li.beniko_body,
  .charaArea ul.charaArea_main li.yodomi_body,
  .charaArea ul.charaArea_main li.konzikimanekineko_body{
    width: 40%;
  }
  .charaArea ul.charaArea_main li.yodomi_body,
  .charaArea ul.charaArea_main li.konzikimanekineko_body{
    margin-top: 4%;
  }
  .charaArea ul.charaArea_main li.sumimaru_body .body_img,
  .charaArea ul.charaArea_main li.beniko_body .body_img,
  .charaArea ul.charaArea_main li.yodomi_body .body_img,
  .charaArea ul.charaArea_main li.konzikimanekineko_body .body_img{
    width: 100%;
  }

  .charaArea .btn{
    width: 59.8%;
  }
}


/********************
お知らせ
*********************/
.page.archive .top_news .inner{
  max-width: 1020px;
  margin: 0 auto;
}
.page.archive .top_news .inner .news .top-news-list{
  flex-wrap: wrap;
}
.page.archive .top_news .inner .news .top-news-list .news-item:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)){
  margin-top: 5.9%;
}

/* 下層ページ */
.page.article #content{
  padding: 0 4%;
}
.page.article #content .content_inner{
  background: #fff;
  max-width: 1000px;
  padding: 100px 4%;
}
.page.article #content .content_inner .article_main{
  max-width: 800px;
  padding: 0;
  margin: 0 auto 75px;
}

/*
.page.article .btnList{
  color: #fff;
  background: transparent;
  width: 42%;
  height: auto;
  margin-top: 10px;
}
.page.article .btnList:hover{
  opacity: 1;
  transform: scale(1.02);
}
.page.article .btnList img{
  max-width: 100%;
  height: auto;
}
*/

@media (max-width: 768px) {
  .page.archive .top_news .inner{
    padding: 0;
  }
  .page.archive .top_news .inner .news .top-news-list .news-item:nth-child(3){
    margin-top: 5.9%;
  }

  /* 下層ページ */
  .page.article #content .content_inner{
    padding: 10% 4%;
  }
  .page.article #content .content_inner .article_main{
    margin: 0 auto 10%;
  }
  .page.article #content .content_inner .article_main .titML{
    font-size: 21px;
  }

  .page.article .btnList{
    width: 54%;
  }
}

@media (max-width: 520px) {
  .page.article #content .content_inner .article_main .titML{
    font-size: 18px;
  }

  .page.article .btnList{
    width: 70%;
  }
}


/********************
放送・配信情報
*********************/
.page.onair #content{
  padding: 0 4%;
}
.page.onair #content .content_inner{
  background: #fff;
  max-width: 1000px;
  padding: 100px 4%;
}
.page.onair #content .content_inner .content_wrap{
  max-width: 800px;
  margin: 0 auto;
}

.page.onair #content .content_inner .nav_head-tab1{
  justify-content: space-between;
  margin-bottom: 80px;
}
.page.onair #content .content_inner .nav_head-tab1 li{
  border: 2px solid #664526;
  width: 47.5%;
  margin: 0;
}
.page.onair #content .content_inner .nav_head-tab1 li a,
.page.onair #content .content_inner .nav_head-tab1 li a.act{
  color: #664526;
  padding: 24px 0;
}
.nav_head-tab1 li a::after{
  content: none;
}
.page.onair #content .content_inner .nav_head-tab1 li a span,
.page.onair #content .content_inner .nav_head-tab1 li a.act span{
  position: relative;
}
.page.onair #content .content_inner .nav_head-tab1 li:nth-child(1) a span::after,
.page.onair #content .content_inner .nav_head-tab1 li:nth-child(1) a.act span::after{
  content: '';
  background: url(../img/ico_onair.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 6px;
  right: -32%;
  width: 18px;
  height: 18px;
  margin: 0;
}
.page.onair #content .content_inner .nav_head-tab1 li:nth-child(2) a span::after,
.page.onair #content .content_inner .nav_head-tab1 li:nth-child(2) a.act span::after{
  content: '';
  background: url(../img/ico_onair.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 6px;
  right: -64%;
  width: 18px;
  height: 18px;
  margin: 0;
}

.page.onair .onairBlock:not(:last-of-type){
  margin-bottom: 80px;
}
.page.onair .onairBlock table{
  border: 2px solid #664526;
}
.page.onair .onairBlock table th{
  background-color: #664526;
}
.page.onair .onairBlock1 tr th:first-of-type{
  width: 62.5%;
}
.page.onair .onairBlock1 tr th:last-of-type{
  width: 37.5%;
}
.page.onair .onairBlock table td{
  border-right: 2px solid #E3D7B0;
  border-bottom: 2px solid #E3D7B0;
}
.page.onair .onairBlock1 tr td:first-of-type{
  color: #664526;
  font-size: 20px;
  width: 62.5%;
  padding-left: 40px;
}
.page.onair .onairBlock1 tr td:last-of-type{
  color: #664526;
  font-size: 20px;
  width: 37.5%;
}

@media (max-width: 768px) {
  .page.onair #content .content_inner{
    padding: 50px 4%;
  }

  .page.onair #content .content_inner .nav_head-tab1{
    margin-bottom: 30px;
  }
  .page.onair #content .content_inner .nav_head-tab1 li{
    border: 2px solid #664526;
    width: 47.5%;
    margin: 0;
  }
  .page.onair #content .content_inner .nav_head-tab1 li a span,
  .page.onair #content .content_inner .nav_head-tab1 li a.act span{
    font-size: 14px;
  }
  .page.onair #content .content_inner .nav_head-tab1 li:nth-child(1) a span::after,
  .page.onair #content .content_inner .nav_head-tab1 li:nth-child(1) a.act span::after{
    top: 4px;
    right: -40%;
    width: 14px;
    height: 14px;
  }
  .page.onair #content .content_inner .nav_head-tab1 li:nth-child(2) a span::after,
  .page.onair #content .content_inner .nav_head-tab1 li:nth-child(2) a.act span::after{
    top: 4px;
    right: -82%;
    width: 14px;
    height: 14px;
  }

  .page.onair .onairBlock:not(:last-of-type){
    margin-bottom: 50px;
  }
  .page.onair .onairBlock1 tr td:first-of-type{
	display: block;
    padding-left: 20px;
    text-align: center;
    margin-top: 10px;
  }
  .page.onair .onairBlock1 tr td:last-of-type{
    font-size: 14px;
    align-items: center;
  }
}

@media screen and (max-width:520px) {
  .page.onair #content .content_inner .nav_head-tab1 li a,
  .page.onair #content .content_inner .nav_head-tab1 li a.act{
    padding: 12px 0;
  }
  .page.onair #content .content_inner .nav_head-tab1 li:nth-child(1) a,
  .page.onair #content .content_inner .nav_head-tab1 li:nth-child(1) a.act{
    transform: translateX(-3%);
  }
  .page.onair #content .content_inner .nav_head-tab1 li:nth-child(2) a,
  .page.onair #content .content_inner .nav_head-tab1 li:nth-child(2) a.act{
    transform: translateX(-3%);
  }
  .page.onair #content .content_inner .nav_head-tab1 li:nth-child(1) a span::after,
  .page.onair #content .content_inner .nav_head-tab1 li:nth-child(1) a.act span::after{
    width: 12px;
    height: 12px;
  }
  .page.onair #content .content_inner .nav_head-tab1 li:nth-child(2) a span::after,
  .page.onair #content .content_inner .nav_head-tab1 li:nth-child(2) a.act span::after{
    width: 12px;
    height: 12px;
  }
  .page.onair #content .content_inner .nav_head-tab1 li a span,
  .page.onair #content .content_inner .nav_head-tab1 li a.act span{
    font-size: 12px;
  }
  .page.onair .onairBlock1 tr td:first-of-type{
    font-size: 12px;
  }
  .page.onair .onairBlock1 tr td:last-of-type{
    font-size: 12px;
  }
}


/********************
作品情報・キャスト
*********************/
.page.about .mainImg{
  background: url(../img/about/tit_bg.png) no-repeat;
  background-size: cover;
  background-position: top center;
  min-height: auto;
  padding: 7% 0;
}
.page.about .titL{
  transform: translateY(0);
}
.page.about .titL>img{
  height: 90px;
}
.page.about .read_about{
  max-width: 841px;
}

.page.about #content{
  padding: 0 4%;
}
.page.about #content .content_inner{
  background: #fff;
  max-width: 1000px;
  padding: 100px 4%;
}
.page.about #content .content_inner .content_wrap{
  max-width: 800px;
  margin: 0 auto;
}
.page.about .tit_h3{
  color: #664526;
  background: #E3D7B0;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  padding: 18px 0;
}
.page.about .tit_h3::before{
  content: '';
  background: url(../img/about/ico_tai.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -25%;
  left: 50%;
  transform: translateX(-50%);
  width: 44px;
  height: 28px;
}
.page.about .about_cast{
  justify-content: center;
  margin-bottom: 85px;
}
.page.about .about_cast li{
  max-width: 320px;
  margin: 0;
}
.page.about .about_cast li:first-child{
  margin-right: 6.9%;
}
.page.about .about_cast li figure img.role_img{
  width: 44%;
  transform: translate(-15%,-30%);
}
.page.about .about_cast li .role{
  color: #C1437A;
  font-size: 20px;
  margin-top: 20px;
}

.page.about .titM.info__titTxt{
  max-width: none;
  margin-bottom: 45px;
}
.page.about .aboutArea .tit{
  color: #C1437A;
  font-size: 20px;
}
.page.about .aboutArea .tit strong{
  padding-top: 15px;
  margin-bottom: 28px;
}
.page.about .aboutArea .author{
  margin-bottom: 70px;
}
.page.about .aboutArea .author li{
  color: #C1437A;
  font-size: 20px;
  margin: 0;
}
.page.about .aboutArea .author li:first-child{
  margin-right: 4.5%;
}
.page.about .aboutArea .original .staff{
  margin-bottom: 32px;
}
.page.about .aboutArea .staff{
  margin-bottom: 50px;
}
.page.about .aboutArea .staff dt{
  color: #C1437A;
  font-size: 20px;
}
.page.about .aboutArea .mBotm{
  margin-bottom: 100px;
}

.page.about .tit_h3.titM.info__titTxt.spMb{
  margin-bottom: 70px;
}
.page.about .themeArea .themeArea__item{
  position: relative;
  background: #fff;
  border: 3px solid #C1437A;
  width: 47.5%;
  padding: 37px 30px 35px;
}
.page.about .themeArea .themeArea__item:nth-of-type(1)::before{
  content: '';
  background: url(../img/about/ico_beniko.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -7%;
  left: -7%;
  width: 110px;
  height: 102px;
}
.page.about .themeArea .themeArea__item:nth-of-type(2)::before{
  content: '';
  background: url(../img/about/ico_sumimaru.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -2%;
  right: -6%;
  width: 95px;
  height: 120px;
}
.page.about .themeArea .themeArea__item .titS{
  color: #C1437A;
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 30px;
}
.page.about .themeArea .themeArea__item .titS::before{
  content: none;
}
.page.about .themeArea dl{
  margin-bottom: 34px;
}
.page.about .themeArea .themeArea__item:nth-of-type(2) dl{
  margin-bottom: 60px;
}
.page.about .themeArea dl dt{
  color: #664526;
  font-size: 24px;
}
.page.about .themeArea dl dd{
  color: #664526;
}
.page.about .themeArea__sub h5{
  color: #fff;
  background: #C1437A;
  border-radius: 10px;
  padding: 12px 0;
  margin-bottom: 20px;
}
.page.about .themeArea__sub a{
  color: #664526;
  font-weight: 500;
}


@media (max-width: 768px) {
  .page.about .titL>img{
    height: 45px;
  }
  .page.about .read_about{
    width: 90%;
    margin: 3% auto 0;
  }

  .page.about #content .content_inner{
    padding: 70px 4%;
  }
  .page.about .tit_h3{
    font-size: calc(14 / 386 * 100vw);
    padding: 3% 0;
    margin: 0;
  }

  .page.about .about_cast{
    padding-top: 10%;
    margin-bottom: 16%;
  }
  .page.about .about_cast li{
    max-width: none;
  }
  .page.about .about_cast li:first-child{
    margin-right: 0;
  }
  .page.about .about_cast li:nth-child(2){
    margin-top: 12%;
  }
  .page.about .about_cast li figure img.role_img{
    width: 40%;
    transform: translate(-22%,-18%);
  }
  .page.about .about_cast li .role{
    font-size: calc(12 / 386 * 100vw);
    margin-top: 12px;
  }

  .page.about .titM.info__titTxt{
    width: 100%;
    margin-bottom: 10%;
  }
  .page.about .aboutArea .tit{
    font-size: calc(12 / 386 * 100vw);
  }
  .page.about .aboutArea .tit strong{
    width: 90%;
    padding-top: 5%;
    margin: 0 auto 8%;
  }
  .page.about .aboutArea .tit strong img{
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .page.about .aboutArea .author{
    margin-bottom: 6%;
  }
  .page.about .aboutArea .author li{
    font-size: calc(12 / 386 * 100vw);
  }
  .page.about .aboutArea .author li:first-child{
    margin-right: 16%;
  }
  .page.about .aboutArea .original .staff{
    margin-bottom: 5%;
  }
  .page.about .aboutArea .staff{
    margin-bottom: 6%;
  }
  .page.about .aboutArea .staff dt{
    font-size: calc(12 / 386 * 100vw);
  }
  .page.about .aboutArea .mBotm{
    margin-bottom: 20%;
  }

  .page.about .tit_h3.titM.info__titTxt.spMb{
    margin-bottom: 15%;
  }
  .page.about .themeArea .themeArea__item{
    border: 2px solid #C1437A;
    border-radius: 15px;
    width: 100%;
    padding: 9%;
  }
  .page.about .themeArea .themeArea__item:nth-of-type(1)::before{
    top: -8%;
    left: -4%;
  }
  .page.about .themeArea .themeArea__item:nth-of-type(2)::before{
    bottom: -2%;
    right: -6%;
    width: 95px;
  }
  .page.about .themeArea .themeArea__item .titS{
    font-size: calc(18 / 386 * 100vw);
    margin-bottom: 6%;
  }
  .page.about .themeArea dl{
    margin-bottom: 6%;
  }
  .page.about .themeArea .themeArea__item:nth-of-type(2) dl{
    margin-bottom: 12%;
  }
  .page.about .themeArea dl dt{
    color: #664526;
    font-size: calc(18 / 386 * 100vw);
  }
  .page.about .themeArea__sub h5{
    padding: 3% 0;
    margin-bottom: 4%;
  }
}

@media (max-width: 520px) {
  .page.about .tit_h3::before{
    width: 36px;
  }

  .page.about .themeArea .themeArea__item:nth-of-type(1)::before{
    top: -8%;
    left: -4%;
    width: 80px;
  }
  .page.about .themeArea .themeArea__item:nth-of-type(2)::before{
    bottom: -7%;
    right: -6%;
    width: 70px;
  }
}


/********************
ストーリー
*********************/
.page.episode .titL > img{
  height: 115px;
}

.page.episode #content{
  padding: 0 4%;
}
.page.episode #content .content_inner{
  background: #fff;
  max-width: 1000px;
  padding: 60px 4% 100px;
}
.page.episode #content .content_inner .content_wrap{
  max-width: 800px;
  margin: 0 auto;
}

.page.episode #content .content_inner .content_wrap .article_main{
  margin-bottom: 0;
}
.page.episode .episodeNumber{
  color: #664526;
  background: none;
  font-size: 25px;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
}
.page.episode .episodeNumber strong{
  font-size: 28px;
}
.page.episode #content .content_inner .content_wrap .article_main .titL{
  color: #664526;
  font-size: 28px;
  text-align: center;
}
.page.episode .article_main .date{
  color: #664526;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}

.page.episode .slider_main .item{
  height: auto;
}

.page.episode .storyArea .story_staff{
  margin-bottom: 100px;
}

.page.episode .titM.info__titTxt{
  color: #C1437A;
  background: none;
  font-size: 20px;
  margin-bottom: 20px;
}
.page.episode .storyArea .cheap_sweets figure{
  /*background: #9c9c9c;*/
  background: #FFF;
  margin: 0 auto 30px;
}

.page.episode .storyArea .story_chara{
  gap: 26px;
  margin: 0 auto;
}
.page.episode .storyArea .story_chara li figure{
  background: #c9c9c9;
  width: 180px;
  height: 166px;
}

.page.episode #content .backnumber{
  background: url(../img/bg_backnumber.png) repeat;
  background-size: 150px;
  max-width: 1000px;
  padding: 135px 4% 120px;
  margin: 0 auto;
}
.page.episode #content .backnumber .content_inner{
  background: transparent;
  max-width: 800px;
  padding: 0;
}
.page.episode .backnumberList{
  gap: 25px;
}
.page.episode .backnumberList li{
  width: 48%;
}
.page.episode .backnumberList li a{
  align-items: flex-start;
}
.page.episode .backnumberList li a figure{
  width: 57%;
}
.page.episode .backnumberList li a figure img{
  max-width: 100%;
  height: auto
}
.page.episode .backnumberList li a dl{
  width: 43%;
}
.page.episode #content .backnumber .backnumberList li a dl{
  font-weight: 500;
}
.page.episode #content .backnumber .backnumberList li a dl dd{
  font-size: 16px;
}
.page.episode #content .backnumber .titM.info__titTxt2{
  color: #664526;
  background: #E3D7B0;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  max-width: none;
  padding: 18px 0;
  margin: 0 auto 50px;
}
.page.episode #content .backnumber .titM.info__titTxt2::before{
  content: '';
  background: url(../img/about/ico_tai.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -25%;
  left: 50%;
  transform: translateX(-50%);
  width: 44px;
  height: 28px;
}

.page.episode #content .btnList{
  color: #fff;
  background: transparent;
  width: 42%;
  height: auto;
  margin-top: 10px;
}
.page.episode #content .btnList:hover{
  opacity: 1;
  transform: scale(1.02);
}
.page.episode #content .btnList img{
  max-width: 100%;
  height: auto;
}


@media (max-width: 768px) {
  .page.episode .titL > img{
    height: 60px;
  }
  .page.episode #content .content_inner{
    padding: 6% 4% 14%;
  }

  .page.episode .episodeNumber{
    font-size: 24px;
    top: -40px;
  }
  .page.episode .episodeNumber strong{
    font-size: 24px;
  }
  .page.episode #content .content_inner .content_wrap .article_main .titL{
    font-size: 24px;
    margin-bottom: 3%;
  }
  .page.episode .article_main .date{
    font-size: 22px;
    margin-top: 3%;
    margin-bottom: 5%;
  }
  
  .page.episode .slider_main .item{
    height: auto;
  }
  
  .page.episode .storyArea .story_staff{
    margin-bottom: 15.5%;
  }

  .page.episode .titM.info__titTxt{
    width: 100%;
    margin-bottom: 6%;
  }
  .page.episode .storyArea .cheap_sweets figure{
    margin: 0 auto 10%;
  }
  
  .page.episode .storyArea .story_chara{
    gap: 34px;
    margin: 0 auto;
  }
  .page.episode .storyArea .story_chara li:nth-child(3n){
    margin: 0;
  }
  .page.episode .storyArea .story_chara li figure{
    width: 100%;
    height: calc(143 / 386 * 100vw);
  }

  .page.episode #content .backnumber{
    padding: 8% 4% 14%;
  }
  .page.episode .backnumberList{
    gap: 8%;
  }
  .page.episode .backnumberList li{
    width: 46%;
  }
  .page.episode .backnumberList li a figure{
    width: 100%;
  }
  .page.episode .backnumberList li a dl{
    width: 100%;
  }
  .page.episode #content .backnumber .backnumberList li a dl dd{
    font-size: 14px;
  }
  .page.episode #content .backnumber .titM.info__titTxt2{
    font-size: 18px;
    width: 100%;
    padding: 2% 0;
    margin: 0 auto 8%;
  }

  .page.episode #content .btnList{
    width: 54%;
  }
  .page.episode #content .btnList:hover{
    transform: scale(1);
  }
}

@media (max-width: 520px) {
  .page.episode .episodeNumber{
    font-size: 20px;
    top: -35px;
  }
  .page.episode .episodeNumber strong{
    font-size: 20px;
  }
  .page.episode #content .content_inner .content_wrap .article_main .titL{
    font-size: 20px;
  }
  .page.episode .article_main .date{
    font-size: 18px;
  }

  .page.episode #content .backnumber .titM.info__titTxt2::before{
    top: -32%;
    width: 36px;
  }

  .page.episode #content .btnList{
    width: 68%;
  }

  .page.episode #content .backnumber .titM.info__titTxt2{
    font-size: 16px;
  }

  .page.episode #content .backnumber .backnumberList li a dl dd{
    font-size: 12px;
  }
}


/* chara-tab */
.chara-tab  {
  justify-content: space-between;
  gap: 10px;
  margin: 0 auto 80px;
}
.archive2.dagashi .chara-tab {
  margin: 0 auto 60px;
}
.archive2.character .chara-tab {
  margin: 0 auto 60px;
}
.archive2.goods.dvd .chara-tab {
  justify-content: center;
  gap: 0 3%;
  margin: 0 auto 60px;
}
.chara-tab li {
  border: 4px solid #E3D7B0;
  width: 24%;
  margin: 0;
}
.archive2.goods.dvd .chara-tab li{
  width: 32.25%;
}
.chara-tab li.act {
  background: #E3D7B0;
}
.chara-tab li a {
  color: #664526;
  background: none;
  font-weight: 500;
  padding: 24px 0;
  font-size: 14px;
}
.chara-tab li a::after,
.chara-tab li a.act::after {
  content: none;
}
.chara-tab li a span,
.chara-tab li a.act span {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.chara-tab li a span::after,
.chara-tab li a.act span::after {
  content: '';
  background: url(../img/ico_onair.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 8px);
  right: 2%;
  /* transform: translateY(-40%); */
  width: 16px;
  height: 16px;
  margin: 0;
}
@media (max-width: 768px) {
  .chara-tab   {
    flex-wrap: wrap;
    margin: 0 auto 12%;
  }
  .archive2.goods.dvd .chara-tab {
    gap: 0 4%;
  }
  .chara-tab li {
    border: 2px solid #E3D7B0;
    width: 48%;
    height: auto;
    padding: 0;
  }
  .chara-tab li a span::after,
  .chara-tab li a.act span::after {
    /* right: -12%; */
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 520px) {
  .chara-tab li a,
  .chara-tab li a.act {
    padding: 12px 12px 12px 0;
    font-size: 12px;
  }
  .chara-tab li a span::after,
  .chara-tab li a.act span::after {
    width: 12px;
    height: 12px;
    top: calc(50% - 6px);
    right: -6px;
  }
}



/********************
キャラクター
*********************/
.archive.character #content{
  padding: 0 4%;
}
.archive.character #content .content_inner{
  background: #fff;
  max-width: 1000px;
  padding: 100px 4%;
}
.archive.character #content .content_inner .character-main{
  max-width: 800px;
  margin: 0 auto;
}

.archive.character #content .content_inner .character-main .character-list .titM.info__titTxt{
  color: #664526;
  background: #E3D7B0;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  max-width: none;
  width: 100%;
  padding: 18px 0;
}
.archive.character #content .content_inner .character-main .character-list .titM.info__titTxt::before{
  content: '';
  background: url(../img/about/ico_tai.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -25%;
  left: 50%;
  transform: translateX(-50%);
  width: 44px;
  height: 28px;
}

.archive.character #content .content_inner .character-main .character-list .character-wrap .character-item .chara{
  justify-content: center;
  gap: 35px 3%;
}
.archive.character #content .content_inner .character-main .character-list .character-wrap .character-item .chara li{
  width: 31.25%;
}
.archive.character #content .content_inner .character-main .character-list.zenitendoList{
  padding-bottom: 84px;
}
.archive.character #content .content_inner .character-main .character-list .character-wrap .character-item .chara li a figure{
  border: 1px solid #664526;
  width: 100%;
  height: auto;
}
.archive.character #content .content_inner .character-main .character-list .character-wrap .character-item .chara li a .name{
  color: #222222;
  font-size: 22px;
  margin: 8px auto 0;
}
.archive.character #content .content_inner .character-main .character-list.tatarimedoList{
  padding-bottom: 0;
}

.archive.character .character-list ul.chara li a figure img{
  vertical-align: top;
}

.archive.character #modal .modal_main .inner{
  background: #E3D7B0;
}
.archive.character #modal .modal_main .inner .text_area .ruby{
  color: #664526;
  /* margin-bottom: 5px; */
}
.archive.character #modal .modal_main .inner .text_area .name{
  color: #664526;
  /* margin-bottom: 30px; */
}
.archive.character #modal .modal_main .inner .text_area .cv{
  color: #fff;
  background: #664526;
}
.archive.character #modal .modal_main .inner .text_area .txt{
  color: #664526;
}


@media (max-width: 768px) {
  .archive.character #content .content_inner{
    padding: 9% 4%;
  }
  .archive.character #content .content_inner .character-main .character-list.zenitendoList{
    padding-bottom: 12%;
  }
  .archive.character #content .content_inner .character-main .character-list .titM.info__titTxt{
    font-size: calc(12 / 386 * 100vw);
    padding: 2.5% 0;
  }

  .archive.character #content .content_inner .character-main .character-list .character-wrap .character-item .chara{
    gap: 22px 3%;
  }
  .archive.character #content .content_inner .character-main .character-list .character-wrap .character-item .chara li a .name{
    font-size: calc(12 / 386 * 100vw);
  }
}

@media (max-width: 520px) {
  .archive.character #content .content_inner .character-main .character-list .titM.info__titTxt::before{
    top: -52%;
    width: 36px;
  }
}


/********************
駄菓子
*********************/
.archive2.dagashi #content{
  padding: 0 4%;
}
.archive2.dagashi #content .content_inner{
  background: #fff;
  max-width: 1000px;
  padding: 100px 4%;
}
.archive2.dagashi #content .content_wrap{
  max-width: 800px;
  margin: 0 auto;
}


.archive2.dagashi .character-list .chara{
  gap: 75px 2%;
  margin: 0 0 90px;
}
.archive2.dagashi .character-list .chara li{
  width: 23.5%;
}
.archive2.dagashi .character-list ul.chara li a figure{
  border: 1px solid #664526;
  width: 100%;
  height: auto;
}
.archive2.dagashi .character-list ul.chara li a figure img{
  max-width: 100%;
  height: auto;
  transform: scale(0.7);
}
.archive2.dagashi .character-list ul.chara li .episodeNum{
  background: #664526;
}
.archive2.dagashi .character-list ul.chara li a .name{
  color: #222222;
  font-size: 20px;
  font-weight: bold;
  height: auto;
  margin: 30px auto 0;
}
.archive2.dagashi .character-list .slick-dots li.slick-active button{
  background: #664526;
}

.archive2.dagashi .btnList{
  background: transparent;
  width: 47%;
  height: auto;
  padding: 0;
}
.archive2.dagashi .btnList:hover{
  opacity: 1;
  transform: scale(1.02);
}
.archive2.dagashi .btnList img{
  max-width: 100%;
  height: auto;
}

.archive2.dagashi #modal .modal_main .inner{
  color: #664526;
  background: #E3D7B0;
}
.archive2.dagashi #modal .modal_main .inner .text_area .name{
  color: #664526;
}
.archive2.dagashi #modal .modal_main .inner .text_area .txt{
  color: #664526;
}

@media (max-width: 768px) {
  .archive2.dagashi #content .content_inner{
    padding: 9% 4%;
  }


  .archive2.dagashi .character-list{
    padding-bottom: 6%;
  }
  .archive2.dagashi .character-list .chara{
    gap: 22px 4%;
    margin: 0 0 9%;
  }
  .archive2.dagashi .character-list .chara li{
    width: 30%;
  }

  .archive2.dagashi .character-list ul.chara li a figure img{
    max-width: 100%;
    height: auto;
    transform: scale(0.8);
  }
  .archive2.dagashi .character-list ul.chara li .episodeNum{
    background: #664526;
  }
  .archive2.dagashi .character-list ul.chara li a .name{
    font-size: calc(12 / 386 * 100vw);
    margin: 11% auto 0;
  }

  .archive2.dagashi .btnList{
    width: 50%;
  }
  .archive2.dagashi .btnList:hover{
    transform: scale(1);
  }
}

@media (max-width: 520px) {
  


  .archive2.dagashi .btnList{
    width: 58%;
  }
}


/********************
各話登場キャラクター
*********************/
.archive2.character #content{
  padding: 0 4%;
}
.archive2.character #content .content_inner{
  background: #fff;
  max-width: 1000px;
  padding: 100px 4%;
}
.archive2.character #content .content_wrap{
  max-width: 800px;
  margin: 0 auto;
}



.archive2.character .character-list .chara{
  gap: 75px 2%;
  margin: 0 0 90px;
}
.archive2.character .character-list .chara li{
  width: 23.5%;
}
.archive2.character .character-list ul.chara li a figure{
  border: 1px solid #664526;
  width: 100%;
  height: auto;
}
.archive2.character .character-list ul.chara li a figure img{
  max-width: 100%;
  height: auto;
}
.archive2.character .character-list ul.chara li .episodeNum{
  background: #664526;
}
.archive2.character .character-list ul.chara li a .name{
  color: #222222;
  font-size: 20px;
  font-weight: bold;
  height: auto;
  margin: 30px auto 0;
}
.archive2.character .character-list .slick-dots li.slick-active button{
  background: #664526;
}

.archive2.character .btnList{
  background: transparent;
  width: 47%;
  height: auto;
  padding: 0;
}
.archive2.character .btnList:hover{
  opacity: 1;
  transform: scale(1.02);
}
.archive2.character .btnList img{
  max-width: 100%;
  height: auto;
}

.archive2.character #modal .modal_main .inner{
  color: #664526;
  background: #E3D7B0;
}
.archive2.character #modal .modal_main .inner .text_area .name{
  color: #664526;
}
.archive2.character #modal .modal_main .inner .text_area .cv{
  color: #fff;
  background: #664526;
}
.archive2.character #modal .modal_main .inner .text_area .txt{
  color: #664526;
}


.modal .text_area .tantou,
.modal .text_area .tantou_dagashi {
  margin-bottom: 30px;
}
.modal .text_area .tantou dt,
.modal .text_area .tantou_dagashi dt {
  color: #fff;
  background: #664526;
  display: block;
  margin: 0 0 10px;
  padding: 0 22px;
  border-radius: 18px;
  letter-spacing: 0.08em;
  line-height: 34px;
  width: fit-content;
}


@media (max-width: 768px) {
  .archive2.character #content .content_inner{
    padding: 9% 4%;
  }

  
  .archive2.character .character-list{
    padding-bottom: 6%;
  }
  .archive2.character .character-list .chara{
    gap: 22px 4%;
    margin: 0 0 9%;
  }
  .archive2.character .character-list .chara li{
    width: 30%;
  }

  .archive2.character .character-list ul.chara li a figure img{
    max-width: 100%;
    height: auto;
  }
  .archive2.character .character-list ul.chara li .episodeNum{
    background: #664526;
  }
  .archive2.character .character-list ul.chara li a .name{
    font-size: calc(12 / 386 * 100vw);
    margin: 11% auto 0;
  }

  .archive2.character .btnList{
    width: 50%;
  }
  .archive2.character .btnList:hover{
    transform: scale(1);
  }

  
  .modal .text_area .tantou dt,
  .modal .text_area .tantou_dagashi dt {
    margin: 0 0 16px;
    padding: 0 15px;
    font-size: 12px;
    min-height: 24px;
    line-height: 24px;
    height: auto;
  }
}

@media (max-width: 520px) {
  

  .archive2.character .btnList{
    width: 58%;
  }
}


/********************
グッズ・DVD
*********************/
.archive2.goods.dvd #content{
  padding: 0 4%;
}
.archive2.goods.dvd #content .content_inner{
  background: #fff;
  max-width: 1000px;
  padding: 100px 4%;
}
.archive2.goods.dvd #content .content_wrap{
  max-width: 800px;
  margin: 0 auto;
}

.archive2.goods.dvd .character-list .chara{
  gap: 75px 2%;
  margin: 0 0 90px;
}
.archive2.goods.dvd .character-list .chara li{
  width: 23.5%;
}
.archive2.goods.dvd .character-list ul.chara li a figure{
  border: 1px solid #664526;
  width: 100%;
  height: auto;
}
.archive2.goods.dvd .character-list ul.chara li a figure img{
  max-width: 100%;
  height: auto;
}
.archive2.goods.dvd .character-list ul.chara li .episodeNum{
  background: #664526;
}
.archive2.goods.dvd .character-list ul.chara li a .name{
  color: #222222;
  font-size: 20px;
  font-weight: bold;
  height: auto;
  margin: 30px auto 0;
}
.archive2.goods.dvd .character-list .slick-dots li.slick-active button{
  background: #664526;
}

.archive2.goods.dvd .btnList{
  background: transparent;
  width: 47%;
  height: auto;
  padding: 0;
}
.archive2.goods.dvd .btnList:hover{
  opacity: 1;
  transform: scale(1.02);
}
.archive2.goods.dvd .btnList img{
  max-width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .archive2.goods.dvd #content .content_inner{
    padding: 9% 4%;
  }

  .archive2.goods.dvd .character-list{
    padding-bottom: 6%;
  }
  .archive2.goods.dvd .character-list .chara{
    gap: 22px 4%;
    margin: 0 0 9%;
  }
  .archive2.goods.dvd .character-list .chara li{
    width: 30%;
  }

  .archive2.goods.dvd .character-list ul.chara li a figure img{
    max-width: 100%;
    height: auto;
  }
  .archive2.goods.dvd .character-list ul.chara li .episodeNum{
    background: #664526;
  }
  .archive2.goods.dvd .character-list ul.chara li a .name{
    font-size: calc(12 / 386 * 100vw);
    margin: 11% auto 0;
  }

  .archive2.goods.dvd .btnList{
    width: 50%;
  }
  .archive2.goods.dvd .btnList:hover{
    transform: scale(1);
  }
}

@media (max-width: 520px) {

  .archive2.goods.dvd .btnList{
    width: 58%;
  }
}


/********************
グッズ各ページ
*********************/
.article.goods.dvd #content{
  padding: 0 4%;
}
.article.goods.dvd #content .content_inner{
  background: #fff;
  max-width: 1000px;
  padding: 100px 4%;
}
.article.goods.dvd #content .goods_wrap{
  max-width: 800px;
  margin: 0 auto;
}

.article.goods.dvd #content .goods_wrap .goods_main{
  background: transparent;
  box-shadow: none;
  padding: 0;
}
.article.goods.dvd #content .goods_wrap .goods_main .ph img{
  border: 1px solid #664526;
  padding: 5%;
}
.article.goods.dvd #content .goods_wrap .goods_main .info .goods_title{
  color: #C1437A;
}
.article.goods.dvd #content .goods_wrap .goods_main dl dt{
  color: #fff;
  background: #664526;
  border-radius: 4px;
  width: 23%;
}
.article.goods.dvd #content .goods_wrap .goods_main dl dd{
  width: 75%;
}

.article.goods.dvd .btnList{
  color: #fff;
  background: transparent;
  width: 42%;
  height: auto;
  margin-top: 10px;
}
.article.goods.dvd .btnList:hover{
  opacity: 1;
  transform: scale(1.02);
}
.article.goods.dvd .btnList img{
  max-width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .article.goods.dvd #content .content_inner{
    padding: 9% 4%;
  }

  .article.goods.dvd #content .goods_wrap .goods_main dl dt{
    width: 30%;
  }
  .article.goods.dvd #content .goods_wrap .goods_main dl dd{
    width: 67%;
  }

  .article.goods.dvd .btnList{
    width: 54%;
  }
  .article.goods.dvd .btnList:hover{
    transform: scale(1);
  }
}

@media (max-width: 520px) {
  .article.goods.dvd .btnList{
    width: 68%;
  }
}


/********************
footer
*********************/
#footer{
  background: none;
  border-top: none;
  padding: 0;
}
#footer img{
  max-width: 100%;
  height: auto;
}
#footer .pagetop img{
  height: 171px;
}

#footer .social_wrap{
  background: url(../img/bg_share.jpg) no-repeat;
  background-size: contain;
  padding: 3.5% 0 3%;
  margin: -1.2% 0 7%;
}
#footer .share_ico{
  text-align: center;
  max-width: 130px;
  width: 9%;
  margin: 0 auto 1.2%;
}
#footer .social{
  background-size: auto;
  border: 3px solid #fff;
  border-radius: 30px;
  justify-content: space-between;
  max-width: 300px;
  width: 20.8%;
  padding: 2% 2.8%;
  margin: 0 auto;
}
#footer .social li{
  width: 28.19%;
  margin: 0;
}
#footer .social li a.tw,
#footer .social li a.fb,
#footer .social li a.ln{
  background: none;
  background-size: contain;
  text-indent: 0;
  width: 100%;
  height: auto;
}

#footer .bnr_wrap{
  padding: 0 4%;
}
#footer .banner{
  justify-content: space-between;
  max-width: 1084px;
  margin: 0 auto 7%;
}
#footer .banner li,
#footer .banner li:first-of-type{
  width: 31.4%;
  margin: 0;
}
#footer .banner a img{
  height: auto !important;
}

#footer .copyright{
  color: #664526;
  font-weight: 400;
  margin-bottom: 1.5%;
}
#footer .copyright a{
  color: #664526;
  font-weight: 400;
}

@media (min-width: 1441px) {
  #footer .social_wrap{
    background-size: cover;
  }
  #footer .social{
    padding: 30px 40px;
  }
}

@media (max-width: 768px) {
  #footer .pagetop{
    right: 2%;
  }
  html.fixed.end .pagetop{
    top: -120px;
    right: 2%;
  }
  #footer .pagetop img{
    height: 120px;
  }

  
  #footer .social_wrap{
    background-size: cover;
    padding: 5.5% 0 6%;
  }
  #footer .share_ico{
    max-width: none;
    width: 18%;
  }
  #footer .social{
    border-radius: 15px;
    justify-content: space-between;
    max-width: none;
    width: 40%;
    padding: 3% 4%;
  }
  #footer .social li{
    width: 24%;
  }

  #footer .banner{
    justify-content: center;
  }
  #footer .banner li,
  #footer .banner li:first-of-type{
    width: 48%;
  }
  #footer .banner li:not(:first-child):not(:nth-child(2)){
    margin-top: 2%;
  }
  #footer .banner a img{
    width: 100% !important;
    height: auto !important;
  }

  #footer .copyright{
    margin-bottom: 4%;
  }
}

@media (max-width: 520px) {
  html.fixed.end .pagetop{
    top: -90px;
  }
  #footer .pagetop img{
    height: 85px;
  }

  #footer .social{
    border: 2px solid #fff;
    border-radius: 10px;
    width: 40%;
    padding: 4% 4% 3%;
  }

  #footer .banner{
    flex-direction: column;
  }
  #footer .banner li,
  #footer .banner li:first-of-type{
    width: 70%;
    margin: 0 auto;
  }
  #footer .banner li:not(:first-child){
    margin-top: 3% !important;
  }
}
@media (max-width: 520px){
#footer .social_wrap {
    background: url(../img/bg_share_sp.jpg) no-repeat;
    background-size: contain;
    padding: 5.5% 0 6%;
}
}

.column180{width:180px;display:block;margin:0 auto;}
.column180 img{width:100%;}
.column100p{width:100%;display:block;margin:0 auto;}
.column100p img{width:100%;}


.column3{width:100%;display:flex;justify-content:space-between;flex-wrap:wrap;}
.column3 p{width:33%;}


.pc{display:block;}
	
@media only screen and (max-width: 768px) {
.pc{display:none;}
}

