@charset "UTF-8";
/* CSS Document */
#top_main_area {
  position: relative;
  width: 100%;
  min-height: 130vw;
  margin: 0;
  overflow: hidden;
	animation: moviefadeout 29.5s linear 4s 1;
  -webkit-animation: moviefadeout 29.5s linear 4s 1;
}
.top_movie video {
  width: 100%;
  min-height: 130vw;
  object-fit: cover;
  object-position: 50% 50%;
}
.top_movie2 {
  position: absolute;
  top: 0;
  left: 0;
}
.top_movie2 video {
  width: 100%;
  min-height: 130vw;
  object-fit: cover;
  object-position: 50% 50%;
}
@-webkit-keyframes moviefadeout {
  100% { opacity: 0.09 }
  99% { opacity: 0.1 }
  98% { opacity: 0.11 }
  97% { opacity: 0.12 }
  96% { opacity: 0.13 }
  95% { opacity: 0.14 }
  94% { opacity: 0.15 }
  93% { opacity: 0.16 }
  92% { opacity: 0.17 }
  91% { opacity: 0.18 }
  90% { opacity: 0.19 }
  89% { opacity: 0.2 }
  88% { opacity: 0.21 }
  87% { opacity: 0.22 }
  86% { opacity: 0.23 }
  85% { opacity: 0.24 }
  84% { opacity: 0.25 }
  83% { opacity: 0.26 }
  82% { opacity: 0.27 }
  81% { opacity: 0.28 }
  80% { opacity: 0.29 }
  79% { opacity: 0.3 }
  78% { opacity: 0.31 }
  77% { opacity: 0.32 }
  76% { opacity: 0.33 }
  75% { opacity: 0.34 }
  74% { opacity: 0.35 }
  73% { opacity: 0.36 }
  72% { opacity: 0.37 }
  71% { opacity: 0.38 }
  70% { opacity: 0.39 }
  69% { opacity: 0.3 }
  50% { opacity: 1 }
}
@keyframes cssAnimation {
    to {
        width:0;
        height:0;
        min-height:0;
        overflow:hidden;
    }
}
@-webkit-keyframes cssAnimation {
    to {
        width:0;
        height:0;
        min-height:0;
        visibility:hidden;
    }
}
.top_movie {
	position: relative;
}
#movie_skip {
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 20px;
	padding: 5px 10px;
	background: rgba(0,0,0,0.5);
	color: #fff;
        cursor: pointer;
}
.topslide {
	/*visibility: hidden;
	height:0;
	-moz-animation: cssSlide 0s linear 13.5s forwards;
	-webkit-animation: cssSlide 0s linear 13.5s forwards;
	-o-animation: cssSlide 0s linear 13.5s forwards;
	animation: cssSlide 0s linear 13.5s forwards;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;*/
}
.swiper-area {
	width: 100%;
}
.swiper-container {
	text-align: center;
}
.swiper-container .swiper-slide img {
	max-width: 100%;
	height: auto;
	cursor: pointer;
}
.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
}
.swiper-pagination-bullet-active {
	background: #fff;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 6px;	
}
@keyframes cssSlide {
    to {
        width:100%;
        height:100%;
        visibility:visible;
    }
}
@-webkit-keyframes cssSlide {
    to {
        width:100%;
        height:100%;
        visibility:visible;
    }
}
@-webkit-keyframes Slidefadein {
  0% { 
opacity: 0;
height: 0;
}
  100% {
opacity: 1,
height: 100%;
}
}
/* concept */
#concept {
  background: url(../images/bg_concept.gif);
  background-size: 25%;
  padding: 5% 2% 8%;
  text-align: center;
}
#concept h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  padding: 25px 0;
  text-align: center;
  font-weight: bold;
}
#concept h2 span {
  position: absolute;
  right: 0%;
  bottom: 28%;
  width: 30px;
}
#concept li {
  font-size: 12px;
  text-align: center;
  margin: 0 0 25px;
}
#concept li span {
  font-weight: bold;
}
#concept p {
  text-align: center;
  font-size: 12px;
}

/* today */
#today {
	padding: 8% 0;
    /*min-height: 400px;*/
}
#today .roseimg {
	position: absolute;
	top: -4%;
	left: -5%;
	z-index: 999;
	width: 30%;
}
#today h2.title > span {
	width: 268px;
}

.today_girl {
  margin: 0 0 20px;
  font-size: 22px;
  text-align: center;
  /*font-family: "Sawarabi Mincho";*/
}
.schedule_at {
    margin: 0 0 10px 0;
    text-align: center;
    font-weight: bold;
    color: #E72B80;
}

@media screen and (min-width: 375px) {
  #concept h2 span {
    right: 5%;
  }
}
@media screen and (min-width: 568px) {
  #concept h2 span {
    right: 20%;
  }
  #today .roseimg {
  	top: -5%
  }
}
@media screen and (min-width: 736px) {
  #concept h2 span {
    right: 25%;
  }
}

/* newface */
.newface {
	background: url(../images/bg_newface.jpg) no-repeat center top;
box-shadow: 3px 3px 8px -4px rgba(0,0,0,0.4);
	width: 92%;
	height: 129vw;
        max-height: 675px;
	margin: 20px auto -273px;
	position: relative;
	padding: 20px 0 0;
	z-index: 3;
}
/*.newface h2 {
    margin-bottom: 20px;
}*/
.roseimg {
  position: absolute;
  top: -35px;
  right: -16px;
  z-index: 999;
  width: 100px;
}
.newface .swiper-area {
	width: 62%;
	margin: 0 auto;
}
.newface .swiper-container figcaption {
	text-align: left;
}
.newface figure {
	width: 280px;
}
.newface .center_bnr .swiper-slide {
	width: 94%;
	margin: 0 auto;
}
.newface .photo_area {
	position: relative;
	margin: 0 0 8px;
}
.newface .name,
.newface .size {
	font-size: 14px;
	line-height: 1.4;
}
.newface .cat {
	color: #fff;
	margin-top: 3px;
}
.newface .swiper-button-next,
.newface .swiper-button-prev {
	top: 47%;
	width: 16px;
	height: 30px;
	background-size: 16px 30px;
}
.newface .noarrow .swiper-button-next,
.newface .noarrow .swiper-button-prev {
	display: none;
}
.newface .swiper-button-prev {
	left: 4%;
}
.newface .swiper-button-next {
	right: 4%;
}

/* news */
.news {
    height: auto;
    background: url(../images/sp_bg_news.jpg) no-repeat center bottom;
    background-size: cover;
    position: relative;
    z-index: 2;
    padding: 30px 10px 40px;
/* X非表示時 */
  	/* padding: 300px 10px 20px; */
}
.news h2.title {
}
.news_in {
    width: 100%;
    margin: 0 auto 35px;
    padding: 10px;
    background: #D1C295;
}
.news_in ul {
	height: 468px;
	overflow: auto;
	padding: 20px 15px;
	background: url(../images/bg_news_frame.gif) no-repeat center top;
}
.newsbox {
	margin: 0 0 20px;
}
.newsbox .photo {
  width: 90px;
  height: 90px;
  float: left;
  overflow: hidden;
}
.newsbox .photo img {
  width: 100%;
  height: 90px;
  object-fit: cover;
  object-position: 50% 0%;
}
.newsbox .date {
	font-size: 12px;
	vertical-align: 1px;
}
.newsbox .title_box span:nth-child(1) {
  margin-right: 10px;
  float: left;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  width: 92px;
  height: 20px;
  line-height: 20px;
}
.newsbox > div {
  width: 67%;
  float: right;
}
.title_box {
	overflow: hidden;
	padding: 0 0 8px;
	margin: 0 0 8px;
	position: relative;
	background: url(../images/border02.gif) repeat-x left bottom;
}
.newsbox .title,
#ndetail .title_box .title {
  font-size: 14px;
  font-weight: bold;
  clear: both;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: 'Noto', serif;
  /* width: 64%; */
}
.newsbox .text,
#ndetail .text {
	clear: both;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 12px;
}
.newsbox a.more {
	display: block;
	/* font-size: 14px; */
	font-family: 'Noto', serif;
	width: 71px;
	height: 24px;
	line-height: 22px;
	text-align: center;
	float: right;
	margin-top: 8px;
}
.newsbox a.more {
	border: 1px solid #000;
}

/* bnr_area */
.bnr_area {
	padding-top: 45px;
	/*padding-bottom: 30px;*/
}
.bnr_area div {
	/*margin-bottom: 20px;*/
	text-align: center;
}

/* blog */
.blog {
	background: url(../images/bg_blog.jpg) no-repeat center top;
	background-size: cover;
	padding: 40px 10px 40px;
}
.blog_in ul.selection {
	margin: 0 0 40px;
    display: none;
}
#page-1 {
	display: block;
}
.blog_in ul.selection li {
	background: #fff;
	width: 100%;
	margin: 0 0 20px;
	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;
	padding: 16px 12px;
	font-size: 12px;
}
.blog_in ul.selection li:nth-child(4),
.blog_in ul.selection li:nth-child(5),
.blog_in ul.selection li:nth-child(6) {
	//display: none;
}
.blog li figure {
	width: 32%;
	height: 118px;
	overflow: hidden;
}
.blog li figure img {
	width: 100%;
	height: 118px;
	object-fit: cover;
	object-position: 50% 0%;
}
.blog li .b_r {
	width: 64%;
}
.blog li .title {
	font-size: 12px;
	color: #eb0101;
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.blog li .names {
	font-weight: bold;
}
.blog li .com {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.7;
}
.btn_blog {
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
	background: #e9e9e9;
	width: 58px;
	height: 19px;
	line-height: 17px;
	text-align: center;
	float: right;
	margin-top: 6px;
}
.blog .morelink {
	color: #fff;
}
.blog .morelink a {
	background: #000;
}
.blog .morelink a::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

/* shop_twitter */
.shop_twitter {
	background: url(../images/bg_blog.jpg) no-repeat center top;
	background-size: cover;
	padding: 290px 10px 20px;
	margin: 40px 0 0;
}
/* bg_fixed */
.link_bg_fixed {
	padding: 50px 0;
}
.link_bnr_ref li{
    text-align: center;
    margin-bottom: 5px;
}
.is-fix{
    background: url(../images/bg_today_sp.png) no-repeat center top;
position: fixed;
    background-size: cover;
    width: 100%;
    /*height: 811px;*/
    height: 100vh;
    top: 0;
    z-index: -10;
}
.contentbox div{
    padding-bottom: 10px;
}

.link_bnr_ref{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0 10px;
    max-width: 425px;
    margin: 0 auto;
}
.link_bnr_ref li{
    width: calc((100% - 10px) / 2);
}
.link_bnr_ref li:nth-of-type(odd){
    margin-right: 10px;
}
.link_vanilla{
    padding: 0 10px;
    max-width: 425px;
    margin: 0 auto 5px;
}
.topLinkBnr_flex{
    display: flex;
    padding-bottom: 10px;
}
.topLinkBnr_flex .reserve{
    margin-right: 10px;
}

/*ランキング部分css*/
.rankcat {
  text-align: center;
}
.rank_name {
  width: 260px;
  margin: 10px auto 0;
  font-size: 24px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.rank_name::before,
.rank_name::after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #444;
	display: block;
}
.rank_name::before {
	margin-right: 10px;
}
.rank_name::after {
	margin-left: 10px;
}
.rank_name span {
  color: #E72B80;
  font-size: 36px;
  vertical-align: -2px;
  padding-right: 2px;
}

/* rank_in */
.rank_in {
	text-align: center;
	/*width: 1172px;*/
	margin: 0 auto;
        display: flex;
        overflow: scroll;
}
.rank_in figure {
	position: relative;
	/*width: 381px;*/
	display: inline-block;
	/*margin: 0 0 45px;*/
	text-align: center;
	/*padding: 0 0 0 51px;*/
        margin-bottom: 40px;
        margin-right: 30px;
}
.rank_in figure::before {
	content: "";
	position: absolute;
	top: 0;
	left: -28px;
	z-index: 2;
	width: 80px;
	height: 111px;
}
.rank_in figure.no1::before {
	background-image: url(../images/img_crown01.png);
	background-size: contain;
        background-repeat: no-repeat;
}
.rank_in figure.no2::before {
	background-image: url(../images/img_crown02.png);
	background-size: contain;
        background-repeat: no-repeat;
}
.rank_in figure.no3::before {
	background-image: url(../images/img_crown03.png);
	background-size: contain;
        background-repeat: no-repeat;
}
.rank_in figure.no4::before,
.rank_in figure.no5::before {
	background-image: url(../images/img_crown04.png);
	background-size: contain;
        background-repeat: no-repeat;
}
.rank_in .list_box {
	/*width: 332px;*/
	padding: 40px 0 0;
}
.rank_in .photo_area {
	width: 220px;
	height: 300px;
	padding: 8px 10px 0;	
}
.rank_in .no1 .photo_area {
	background: url(../images/frame_rank01.png) no-repeat center top;
        background-size: contain;
}
.rank_in .no2 .photo_area {
	background: url(../images/frame_rank02.png) no-repeat center top;
        background-size: contain;
}
.rank_in .no3 .photo_area {
	background: url(../images/frame_rank03.png) no-repeat center top;
        background-size: contain;
}
.rank_in .no4 .photo_area,
.rank_in .no5 .photo_area {
	background: url(../images/frame_rank04.png) no-repeat center top;
        background-size: contain;
}

.photo_area {
    position: relative;
    overflow: hidden;
}

.rank_in a .photo_area > div:first-of-type {
  visibility: hidden;
  position: absolute;
  top: 8px;
  left: 9px;
  background: rgba(255, 255, 255, 0.5);
  height: 89%;
  width: 92%;
  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;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.rank_in a:hover .photo_area > div {
  visibility: visible;
}
/* figcaption */
.rank_in figcaption {
  padding: 8px 3px 0;
}
/* name */
.rank_in figcaption .name {
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  margin: 4px 0 0;
}
/* num */
.num {
	font-family: 'EB Garamond', serif;
	font-size: 38px;
	border: 1px solid #000;
	height: 54px;
	line-height: 52px;
	text-align: center;
        display: none;
}
/* sns*/
.sns {
	margin: 0 0 10px;
}
/* cat */
.rank_in .cat {
	/*background: #000;*/
	width: 220px;
	height: 26px;
	margin: 0 auto;
	text-align: center;
	line-height: 28px;
	/*font-family: 'Noto Serif JP', serif;*/
	font-size: 14px;
	color: #fff;
}

.rankcat p{
    position: relative;
    padding: 0rem 0 4rem;
    margin-top: 5rem;
}
.rankcat p::before{
position: absolute;
    content: '';
    transform: translate(-50%,-50%);
    top: 1.2rem;
    left: 50%;
    width: 331px;
    height: 117px;
    background:  url(../images/ranking_base.png) no-repeat center bottom / contain;
}
.rankinglist{
    margin-top: 50px;
}

.rank_in .icon_area{
    bottom: 38px;
    left: 30px;
}

.rank_in figure.no1{
    margin-left: 40px;
}

.ranking h2{
    margin-top: 20px;
}

.photo_area:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 0;
  top:0;
  left:0;
}

.photo_area.rank1:before {background-image: url(../images/shg_ranking1.png);}
.photo_area.rank2:before {background-image: url(../images/shg_ranking2.png);}
.photo_area.rank3:before {background-image: url(../images/shg_ranking3.png);}
.photo_area.rank4:before {background-image: url(../images/shg_ranking4.png);}
.photo_area.rank5:before {background-image: url(../images/shg_ranking5.png);}

.rank_in .photo_area:before{
    background-size: contain;
    position: absolute;
    z-index: 0;
    top: 32px;
    left: 22px;
    width:calc(100% - 42px);
    top: 8px;
    left: 10px;
    width: calc(100% - 20px);
}

/*ランキング部分レイアウト変更*/
.rank_number_one .rank_in figure.no2,
.rank_number_one .rank_in figure.no3,
.rank_number_one .rank_in figure.no4,
.rank_number_one .rank_in figure.no5{
    display: none;
}

.rank_number_one .rank_in{
    justify-content: center;
    padding-top: 20px;
}
.rank_number_one .rank_in .photo_area{
    width: 270px;
    height: 360px;
}
.rank_number_one .rank_in a .photo_area > div:first-of-type{
    width: 93%;
    height: 93%;
}
.rank_others .rank_in figure.no1{
    display: none;
}
.rank_others .rank_in figure.no2{
    margin-left: 40px;
}

.rank_number_one .rank_in figure::before{
    top: -18px;
    width: 110px;
    left: -43px;
}
#today .icon_area div > span {
	margin-top: 0px;
}
#newface .icon_area div > span {
	margin-left: 0px;
}