@charset "UTF-8";

/* headline */
.topicsnone {
	display: none;
}
#headline {
	height: 36px;
}
div.ticker {
	max-width: 100%;
	min-width: 96%;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	padding: 8px 0 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;
}
.topslide .swiper-button-prev {
    background: url(../images/arrow-swiper-left.png) no-repeat center center / contain;
    left: 5px;
}
.topslide .swiper-button-next {
    background: url(../images/arrow-swiper-right.png) no-repeat center center / contain;
    right: 5px;
}
.center_bnr {
  text-align: center;
}
.nondisplay {
  /*display: none;*/
}

/* swiper-container */
.swiper-container {
  padding-bottom: 30px
}
.swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 0;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
.swiper-pagination-bullet {
  opacity: 1;
  width: 7px;
  height: 7px; 
}

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

/* concept */
#concept {
	padding: 40px 10px;
}
#concept h2 {
	font-size: 20px;
}
#concept p {
  padding:0 10px;
}
/*---------------------------------
 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  #8f8260;
}
.middle_menu li:first-child{
	border-right: 1px solid  #8f8260;
	border-left: 1px solid  #8f8260;
}
.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 {
    padding: 2.5% 0px 10%;
    background: transparent;
}
#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;
	width: 137px;
	height: 45px;
	line-height: 38px;
	margin: 0px auto 30px;
	position: relative;
  background: url(../images/bg_day.png);
}

#topschedule .radius_cell {
	text-align: center;
}
.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;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
	margin: 0 0 20px;
  padding:3% 0 0;
  min-height:100px;
  border-top:1px solid transparent; 
}
.topschedule_in .radius_cell{
  margin: 0px auto;
}
#topschedule .today_schedule_box {
	padding:0;
	width: 48.5%;
	margin: 0 0 2.5%;
	position: relative;
}
.today_schedule_box .beginner {
	left: 14px;
	bottom: 94px;
}
.and_more{
  padding:0px 5%;
}
.and_more a {
  font-size: 16px;
  display: block;
  padding: 12px 20px 11px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  background: transparent;
}
.and_more span {
	margin-left: 15px;
}
.and_more span {
  position: relative;
  display: inline-block;
  padding-left: 22px;
  text-decoration: none;
}
.and_more span:before {
  content: '';
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  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: 50%;
  left: 7px;
  margin-top: -7px;
}
/* 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 */
#topnews{
	margin: 40px 0;
}
.newsbox {
  padding: 2.5% 10px 10%;
}
#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;
}
/* pickup */
#pickup {
    padding:40px 0px 40px;
}
.top_pickup{
   background: url(../images/sp_bg_pickup.jpg)no-repeat 50% 0;
  background-size: contain;
}
.pick_photo {
  margin:0 ;
	padding:5% 0% 0%;
  text-align: center;
  width: 100%;
}
.pick_photo img{
  width: 100%;
  padding:3% 20% 0%;
  text-align: center;
}
#pickup .profile {
    padding:4% 24% 5%;
    text-align: center;
}
#pickup .name {
	font-size: 18px;
}

/* side */
#side {
	padding:0;
}
#side li {
	margin: 0;
    margin-top: 10px;
	text-align: center;
}
#side li:first-of-type{
    margin-top: 0px;
}

/* topaccess */
#topaccess iframe {
	display: block;
	height: 300px;
}
#topaccess .and_more {
	margin: 20px 10px 80px;
  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 {
	margin-left: 15px;
	font-family: 'Cabin', sans-serif;
}

/* 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: 1.5%;
}
.girls_box:nth-child(2n) {
  margin-left: 1.5%;
}
.girls_box .image {
  position: relative;
}
.profile {
  /*text-align: center;
  padding: 10px 0 0;*/
}
.profile .name {
  font-weight: bold;
  color: #313131;
}
.profile .size {
  font-size: 10px;
  margin: 3px 0;
}
.today_schedule_box .beginner {
	position: absolute;
  left:80%;
	bottom:3%;
  z-index: 999;
}
//.today_schedule_box .beginner::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  top: 1px;
  left: 50%;
  right: 50%;
  border-style: solid;
  border-color: transparent transparent transparent transparent;
  border-width: 36px 0 36px 36px;
  transform: rotate(90deg);
}
.today_schedule_box .image {
  width: 100%;
}
.today_schedule_box .profile {
  text-align: left;
  width: 100%;
  background: url(../images/bg_today_schedule_info.jpg);
    background-repeat: no-repeat;
  background-size: cover;
  -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 a:hover .profile{
  text-decoration:none;
  -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 {
  font-size: 12px;
  padding-top: 0px;
    /*min-height: 20px;*/
}
.today_schedule_box .time {
  font-size: 14px;
  font-weight: bold;
  margin: 8px 0 0;
  padding: 0 0 0 16px;
  background: url(../images/ico_time.png)no-repeat 0px 6px;
}

/* 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 20px;
}

#topdiary {
    text-align: center;
    margin: 0 0 10%;
}
#topdiary iframe{
    width: 100%;
}