@charset "UTF-8";

/* headline */
.topicsnone {
  display: none;
}
#marquee {
  height: 36px;
  position: relative;
  height: auto;
  margin-bottom: 8px;
}
#marquee:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 2px;
  background: url(../images/th_sp_me2bl_03.png) repeat top center / contain;
  box-shadow: 0px 4px 7px -5px rgba(0, 0, 0, 0.6);
}
div.ticker {
  max-width: 100%;
  min-width: 96%;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 6px 0;
}
div.ticker ul {
  height: 1.6em;
}
div.ticker ul li {
  float: left;
  display: inline;
  clear: both;
  text-align: left;
  list-style-type: none;
  position: relative;
  line-height: 1.6em;
  margin-bottom: -1.6em;
  white-space: nowrap;
}

/* bigbnr */
#bigbnr {
  text-align: center;
}

/* topslide */
.topslide .swiper-wrapper {
  margin: 0 auto;
  text-align: center;
}
.topslide .swiper-button-prev,
.topslide .swiper-button-next {
  width: 30px;
  display: none;
}
.center_bnr {
  text-align: center;
}
.nondisplay {
  /*display: none;*/
}

/* swiper-container */

.swiper-pagination-bullets {
  width: 100%;
}
.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
.swiper-pagination-bullet {
  opacity: 1;
  width: 7px;
  height: 7px;
}
.main_photo .swiper-pagination {
  text-align: center;
  width: 100%;
}
.main_photo .swiper-pagination-bullet {
  margin: 0 0.5rem;
}

/* topmovie */
.topmovie {
  margin: 20px 0 0;
}
.topmovie iframe {
  display: block;
  width: 100%;
  max-width: 800px;
  height: 250px;
  margin: 0 auto;
}

/*consept*/
#concept {
  padding: 60px 10px 0;
}
#concept h2 {
  font-size: 2rem;
  font-weight: 600;
}
#concept p {
  padding: 0 10px;
  font-size: 1.4rem;
  text-align: center;
}
/*---------------------------------
 middle_menu
-----------------------------------*/
.middle_menu {
  margin: 0 auto 40px;
}
.middle_menu ul {
  margin: 0 auto;
  max-width: 100%;
  padding: 0 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.middle_menu li {
  width: 25%;
  border-right: 1px solid transparent;
}
.middle_menu li:first-child {
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
}
.middle_menu li img {
  max-width: 100%;
}
.middle_menu li a {
  display: block;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  padding: 0;
  position: relative;
}
/* topschedule */
#topschedule {
  background: transparent;
  padding: 0;
  margin: 9rem 0 0;
}
#topschedule .inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
#topschedule .today {
  text-align: center;
  position: relative;
  background: url(../images/th_sp_me2bl_04.png) no-repeat top center / contain;
  width: 100px;
  height: auto;
  line-height: 2;
  margin: 15px auto 30px;
}
#topschedule .radius_cell {
  text-align: center;
}
.topschedule_in .radius_cell {
  margin: 0px auto;
}
.topschedule_in {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 20px;
  min-height: 100px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  background: url(../images/bg.png) repeat center center / 55px;
  padding: 2.2rem 1rem 0rem;
}
#topschedule .today_schedule_box {
  padding: 0;
  position: relative;
    width: calc(50% - 8px);
    margin: 0 4px 8%;
}
#topschedule .today_schedule_box a {
  width: 100%;
  display: block;
}
#topschedule h2 {
  margin: 0;
}
.today_schedule_box .beginner {
  left: 14px;
  bottom: 94px;
}
.and_more {
  margin-top: 2rem;
  padding: 0px 3%;
}
.and_more a {
  display: block;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  background-color: transparent;
  background: url(../images/th_sp_me2bl_06.png) no-repeat top center / contain;
  font-size: 1.6rem;
  padding: 6px 0 9px;
}
.and_more span {
  margin-left: 15px;
  position: relative;
  display: inline-block;
  padding-left: 22px;
  text-decoration: none;
}
.and_more span:before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-radius: 50%;
  position: absolute;
  top: 51%;
  left: 0;
  margin-top: -11px;
}
.and_more span:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  position: absolute;
  top: 51%;
  left: 7px;
  margin-top: -7px;
}
.today_schedule_box .profile .name {
  font-size: 1.4rem;
}
/* tetris_menu */
.tetris_box01 img,
.tetris_box03 img {
  width: 100%;
}
.tetris_box02 img {
  width: 100%;
}

.tetris_box02 {
  margin: 1% 0;
}

.tetris_box01,
.tetris_box03 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tetris_box01 .tetris_menu01,
.tetris_box01 .tetris_menu02,
.tetris_box03 .tetris_menu04,
.tetris_box03 .tetris_menu05 {
  width: 50%;
}

.tetris_box01 .tetris_menu02,
.tetris_box03 .tetris_menu05 {
  padding-left: 0.5%;
}

.tetris_box01 .tetris_menu01,
.tetris_box03 .tetris_menu04 {
  padding-right: 0.5%;
}

/* topnews */
.newsbox {
  padding: 2.5% 10px 10%;
}
#topnews {
  width: 100%;
  position: relative;
  margin: 7rem 0 0;
  padding: 0 1rem;
}
#topnews h3 {
  text-align: left;
}
#topnews h3::before {
  display: none;
}
.news_update {
  font-size: 10px;
  padding: 6px 0 6px 10px;
  font-weight: normal;
}
#header_on #topnews h3::after {
  border: none;
}
#topnews .comment {
  margin: 5px 0;
}

#topnews .topnews_in {
  border: solid 2px transparent;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  padding: 12px 20px;
  max-height: 300px;
}
.news_body {
  border-bottom: 1px solid transparent;
  margin-bottom: 0;
  font-size: 1.2rem;
  padding: 0 0 2rem;
}
.topnews_in .news_body:last-of-type {
  border: none;
}
#header_on .topnews_in h3:first-of-type {
  padding: 10px 0 10px;
}
/* pickup */
.pick_photo {
  text-align: center;
  width: 100%;
}
.pick_photo img {
  width: 100%;
  text-align: center;
}
#pickup .profile {
   padding: 30px 0 45px;
}

.top_pickup {
  background: url(../images/th_sp_me2bl_08.png) no-repeat 50% 0 / contain;
}
#pickup {
  padding: 5rem 2.5rem 0;
  width: 100%;
}
.top_pickup a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 14% 14% 0;
}

/* side */
#side {
  padding: 0;
  margin: 9rem 0 0;
}
#side li {
  text-align: center;
  margin: 0 1.75rem 10px;
}
/* topaccess */
#topaccess {
  margin: 9rem 0 0;
    padding: 0 1rem;
}
#topaccess .and_more {
  display: none;
}
#topaccess .and_more a {
  font-size: 16px;
  display: block;
  padding: 12px 20px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  background: transparent;
}
#topaccess .and_more span {
  font-family: "Cabin", sans-serif;
}
/* top_cast*/
#top_cast{
  margin-top: 9rem;
}
/* girls_box */
#girls_inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 10px;
}
.girls_box {
  width: 49%;
  padding: 3px;
  margin-bottom: 20px;
}
.girls_box:nth-child(2n) {
  margin-left: 1.5%;
}
.girls_box .image {
  position: relative;
}
.profile .name {
  font-weight: bold;
  font-size: 1.4rem;
}
.profile .size{
font-size: 1.2rem;
}
.today_schedule_box .beginner {
  position: absolute;
  left: 80%;
  bottom: 3%;
  z-index: 999;
}

.today_schedule_box .image {
  width: 100%;
}
.today_schedule_box .image img{
  width: 100%;
}
.today_schedule_box .profile {
  /*bottom: 0;
  text-align: left;
  width: 100%;
  height: 102px;
  padding: 16px 0 0 14px;
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;*/
}
.today_schedule_box .size {
  padding-top: 0px;
  font-size: 1.2rem;
  margin: 3px 0;
}
.today_schedule_box .time {
  font-weight: bold;
  margin: 8px 0 0;
  padding: 0 0 0 16px;
  font-size: 1.4rem;
  background: url(../images/ico_time.png) no-repeat 0 center;
}

/* bottom_bnr */
.bottom_bnr {
  padding: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.bottom_bnr li {
  width: 49%;
  margin: 0 2% 2% 0;
}
.bottom_bnr li:nth-child(even) {
  margin-right: 0;
}
.bottom_bnr li img {
  width: 100%;
}

/* banner_area */
.banner_area ul {
  margin: 0% 5% 5% 5%;
  text-align: center;
}
.banner_area li {
  display: inline-block;
  margin: 4px 1px;
}
/*---------------*/
#h_menu_list .l_top a {
  color: #b89048;
}
.header_nav ul .l_top {
  background-color: rgba(255, 255, 255, 0.3);
}
/* 写メ日記 */
#topdiary{
    margin: 9rem 0 0;
    padding: 0 1rem;
text-align: center;
}
#topdiary >iframe{
width: 100%;
}

#marquee{
margin: 0;
}