#inner-content{
	width:100%;
	padding:0;
}
header{
	padding:0;
}
main{
	width:100%;
	padding:0;
	margin:0;
}
main section {
    padding: 50px 0 65px;
	margin:0;
	border-radius: 0;
}
main section:nth-child(even) {
	background:#f8f8f8;
}
main section .setion_inner{
	width: 1090px;
    margin: 0 auto;
    box-sizing: content-box;
}
h2{
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 25px;
}
h2:before{
	float:none;
	padding:0;
}
h2 span{
    font-family: anton,serif;
    font-size: 29px;
    font-weight: 400;
    display: block;
    line-height: 1;
    position: relative;
    z-index: 2;
    color: #333;
    padding: 0;
    margin: 0 400px;
    text-transform: uppercase;
    top: -1px;
}
.no_data{
	margin: 10px 15px 10px;
    padding: 20px 0;
    text-align: center;
}
/*TOP画像*/
.group_top {
    position: relative;
    overflow: hidden;
    background-color: #1e1e1e;
	text-shadow: 0 0 3px rgba(0,0,0,0.8);
}
.group_top::after{
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    margin: 35px 30px;
    width: calc(100% - 60px);
    height: calc(100% - 70px);
    border: 0px solid #a99a54;
    z-index: 2;
	top: 0;
}
.group_top::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    margin: 40px 25px;
    width: calc(100% - 50px);
    height: calc(100% - 80px);
    border: 0px solid #a99a54;
    z-index: 2;
	top: 0;
}
.group_top .group_img{
    max-width: 100%;
	min-height: 500px;
    height: 80vh;
    position: relative;
}
.group_top .group_img:before{
	content:"";
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
	z-index: 1;
    background: rgba(0,0,0,.85) url(//sen-aso.com/smart/img/filter.png);
}
.group_top .group_img img{
	height: 100%;
    width: auto;
	position: absolute;
    top: 50%;
    left: 50%;
    max-width: none;
    transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
}
.group_top .group_text {
    text-align: center;
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    z-index: 3;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.group_top .group_text h1{
	color: #FFF;
	text-align:center;
	font-weight:normal;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.group_top .group_text h1 a{
	color:#fff;
}
.group_top .group_text h1 .group_name{
    font-size: 40px;
    display: block;
}
.group_top .group_text h1 .group_info{
    font-size: 20px;
	line-height:1.5;
    letter-spacing: .1em;
    margin-top: 10px;
    display: block;
}
.group_top .group_text h1 .group_info em{
	font-size:20px;
	font-style:normal;
}
.btn {
    position: relative;
    z-index: 2;
    text-align: center;
}
.btn a {
    position: absolute;
    color: #fff;
    top: 140px;
    width: 100%;
    text-decoration: none;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.btn a span {
    position: absolute;
    top: -56px;
    width: 46px;
    height: 46px;
    margin-left: -6px;
    border: 1px solid #fff;
    border-radius: 100%;
    box-sizing: border-box;
}
.btn a span::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    width: 44px;
    height: 44px;
    box-shadow: 0 0 0 0 rgba(255,255,255,.1);
    border-radius: 100%;
    opacity: 0;
    -webkit-animation: sdb 3s infinite;
    animation: sdb 3s infinite;
    box-sizing: border-box;
}
.btn a span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    width: 16px;
    height: 16px;
    margin: -12px 0 0 -8px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 40px rgba(255,255,255,.08);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 40px rgba(255,255,255,.08);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.back_btn {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 3;
}
.back_btn a{
	color: #fff;
    padding-left: 18px;
    font-size: 12px;
}
.back_btn a:after {
    position: absolute;
    z-index: 4;
    top: calc(50% - 4px);
    left: 5px;
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-bottom: #fff 1px solid;
    border-left: #fff 1px solid;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.share_btn {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 3;
}
.share_btn a{
	color: #fff;
	font-size:12px;
}
/*グループ一覧*/
.group_list .group_list_in{
	display: flex;
	flex-flow: wrap;
    overflow: hidden;
	justify-content: center;
	margin-bottom:-20px;	
}
.group_list .group_list_in li {
	list-style:none;
    flex: 0 0 206px;
    width: 206px;
    box-sizing: border-box;
	text-align:center;
    vertical-align: top;
	position:relative;
    padding: 0;
	margin: 0 15px 20px 0;
}
.group_list .group_list_in li:nth-child(5n){
	margin:0;
}
.group_list .group_list_in li .linkimg{
	width:206px;
	height:206px;
	margin-bottom:10px;
}
.group_list .group_list_in li .linkimg img{
	width:206px;
	height:206px;
}
.group_list .group_list_in li .linkimg a{
	width:100%;
	height:100%;
	display:block;
}
.group_list .group_list_in li .group_name_top{
	color:#fff;
	padding:0 10px;
	text-align:center;
}
/*求人一覧*/
.job_list .job_list_in{
	display: flex;
	flex-flow: wrap;
    overflow: hidden;
	margin-bottom:-20px;	
}
.job_list .job_list_in li {
	list-style:none;
    flex: 0 0 353px;
    width: 353px;
    box-sizing: border-box;
	text-align:left;
    vertical-align: top;
	position:relative;
    padding: 0;
	margin: 0 15px 25px 0;
}
.job_list .job_list_in li .link{
	width:353px;
	height:151px;
	margin-bottom:17px;
	position:relative;
}
.job_list .job_list_in li .link:hover{
	filter: alpha(opacity=70);
    -moz-opacity: .7;
    opacity: .7;
    -webkit-transition: opacity .4s;
    transition: opacity .4s
}
.job_list .job_list_in li .link img{
	border-radius:12px;
}
.job_list .job_list_in li:nth-child(3n){
	margin-right:0;
}
.job_list .job_list_in li a.textcuttwo{
	font-size:15px;
	color:#484848;
	margin-bottom:6px;
}
.job_list .job_list_in li .textcut{
	font-size: 13px;
    margin: 2px 0 6px;
    font-weight: 400;
    text-align: left;
    color: #777;
}
.job_list .job_list_in li .mlr{
	margin:0 8px 0 8px;
}
.c-star {
    display: flex;
    align-items: center
}
.c-star_score {
    margin-right: 10px;
    font-size: 17px;
    font-weight: 700;
    color: #ff5959;
    line-height: 1;
    letter-spacing: .6px;
    font-family: helvetica neue,helvetica,arial,hiragino kaku gothic pro,hiragino sans,meiryo,yu gothic,sans-serif
}
.c-star_list {
    display: flex
}
.c-star_list i+i {
    margin-left: 3px
}
.c-icon-star {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url(//kasego.com/img/star.svg?1)
}
.c-icon-star-dark {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url(//kasego.com/img/star_dark.svg)
}
.c-icon-star-half {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url(//kasego.com/img/star_half.svg?1)
}
.c-star_count {
    font-size: 12px;
    color: #444;
    padding: 2px 0 0 2px
}
.bonus_money {
    position: absolute;
    left: 10px;
    bottom: 10px;
    background: rgb(255 255 255 / 85%);
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 50px;
    background: -webkit-linear-gradient(135deg,rgb(255 192 62 / 90%),rgb(255 59 122 / 90%))
}
/*srLstリンク*/
.base_shop{
	width: 1090px;
    margin: -15px auto 0;
    box-sizing: content-box;
}
.base_shop h3{
	display: block;
    font-size: 18px;
    font-weight: 400;
}
.base_shop ul {
    display: inline-block;
    margin: 7px 5px 10px 0;
}
.base_shop li {
    margin: 5px 0 0;
    display: inline-block;
}
.base_shop a {
    font-size: 15px;
    padding: 0 2px;
    display: inline-block
}
.base_shop li:not(:last-child):after {
    content: "/";
    padding: 0 1px 0 5px;
    color: #ddd
}
/*最安値*/
.low_price .low_price_in{
	display: flex;
	justify-content: center;
	flex-flow: wrap;
    overflow: hidden;
}
.low_price .low_price_in li {
	list-style:none;
    flex: 0 0 353px;
    width: 353px;
    box-sizing: border-box;
    vertical-align: top;
	position:relative;
    padding: 0;
	margin: 0 15px 0 0;
}
.low_price .low_price_in li:nth-child(3n) {
    margin: 0;
}
.discount_box {
    color: #fff;
    margin: 0 0 15px;
	width:100%;
}
.discount_box a:hover{
	background: #222;
}
.discount_box a:hover .discount_p{
	background: #333;
}
.discount_box a {
    color: #fff;
	padding: 15px 20px;
	text-decoration:none;
	background: #c00;
	display:block;
	border-radius: 3px;
}
.discount_box .discount_detail .discount_p {
    background: #b00;
    color: #fff;
    padding: 6px 10px;
    border-radius: 4px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}
.discount_box .discount_detail .discount_date {
    text-align: right;
}
.discount_box .discount_detail del.base_price {
    -decoration: line-through;
}
.discount_box .discount_detail .shop_name {
    font-weight: 700;
}
.discount_box .discount_detail .discount {
    color: #ff0;
    font-size: 30px;
    font-weight: 700;
    font-family: ヒラギノ角ゴ pro w3,hiragino kaku gothic pro,meiryo ui,メイリオ,Meiryo,ＭＳ Ｐゴシック,Arial,sans-serif;
}
.acbox {
    width: auto;
    font-size: 0;
    text-align: right;
}
.acbox input {
    display: none;
}
.acbox label {
    width: auto;
    font-size: 14px;
    text-align: right;
    position: relative;
    cursor: pointer;
    color: #06c;
}
.acbox input:checked~label::before {
    content: "-";
}
.acbox label:before {
    color: #06c;
    content: "+";
    padding-right: 6px;
}
.acbox div {
    height: 0;
    padding: 15px;
    display: none;
    overflow: hidden;
    opacity: 0;
    transition: 0s;
}
.acbox input:checked~div {
    height: auto;
    padding: 25px;
    padding-left: 35px;
    display: block;
    opacity: 1;
    margin-top: 10px;
    text-align: left;
}
.acbox-under {
    font-size: 14px;
    color: #555;
}
.acbox-under ul li {
    list-style: decimal;
}
/*新人*/
.newface_main .newface_main_in{
	display: flex;
    overflow: hidden;
}
.newface_main .newface_main_in li {
	list-style:none;
    flex: 0 0 169px;
    width: 169px;
    box-sizing: border-box;
	text-align:center;
    vertical-align: top;
	position:relative;
    padding: 0;
	margin: 0 15px 0 0;
}
.newface_main .newface_main_in li .linkimg{
	width:169px;
	height:225px;
	margin-bottom:15px;
}
.newface_main .newface_main_in li .linkimg a{
	width:100%;
	height:100%;
	display:block;
}
.newface_main .newface_main_in li span {
    font-size: 14px;
    padding: 0;
    margin: 0 3px 0 0;
    display: block;
    float: left;
    color: rgba(162,162,162,.7);
}
.newface_main .newface_main_in li a.textcut{
    margin-bottom: 4px;
}
.newface_main .newface_main_in li .textcutname{
    margin-bottom: 5px;
    font-size: 15px;
}
.newface_main .newface_main_in li span:before {
    content: "#";
    margin-right: 2px;
}
.nyuten_date {
    width: 48px;
    height: 48px;
    left: 3px;
    font-size: 14px;
    font-family: anton,serif;
    padding-top: 13px;
    line-height: 1.2;
    z-index: 1;
}
.nyuten_date b {
    font-size: 8px;
    font-family: ヒラギノ角ゴ pro w3,Helvetica,Verdana,sans-serif;
}
.work_ico_now {
    background: rgb(230 0 57/.9);
    color: #fff;
    padding: 4px 0;
    font-size: 14px;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.work_ico_off {
    background: rgb(208 208 208/95%);
    color: #fff;
    padding: 4px 0;
    font-size: 14px;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.ima_icon{
    padding: 4px;
    color: #fff;
    text-align: center;
    font-size: 14x;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(63,181,176,.9);
}
.ima_icon + .work_ico_now, .ima_icon + .work_ico_off{
	display:none;
}
/*口コミ*/
.review_main_in {
    display: flex;
    overflow: hidden;
}
.review_main_in li {
    list-style: none;
    flex: 0 0 261px;
    width: 261px;
    box-sizing: border-box;
    text-align: left;
    vertical-align: top;
    position: relative;
    padding: 0;
    margin: 0 15px 0 0;
    border: 1px solid #f1f1f1;
    padding: 20px;
    border-radius: 4px;
}
.review-info {
    margin-top: 10px;
}
.review_main_in li .linkimg {
    float: left;
    margin-right: 12px;
    margin-bottom: 15px;
}
.review_main_in li .linkimg, .review_main_in li .linkimg a {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    display: block;
	margin-bottom: 20px;
}
.review_main_in li .linkimg a:after {
    border-radius: 50px;
}
.review_main_in li .star_data {
    width: calc(100% - 72px);
    float: left;
}
.review_main_in li .star_data .r-icon-star, .review_main_in li .star_data .r-icon-star-half, .review_main_in li .star_data .r-icon-star-dark {
    width: 14px;
    height: 14px;
}
.review_main_in li .star_data .r-star_score {
    font-size: 17px!important;
}
.review_main_in li .star_data .star_name{
	margin-bottom:3px;
}
.review_main_in li .star_data .r-star {
    margin: 4px 0 0;
}
.star-rating-count {
    display: inline-block;
    font-weight: 700;
    color: #e91e63;
    font-size: 16px;
    line-height: 1.3;
}
.star-rating {
    position: relative;
    display: inline-block;
    font-size: 18px;
    letter-spacing: 0.1em;
    margin: 0 4px;
}
.star-rating .star-rating-item {
    position: absolute;
    overflow: hidden;
}
.star-rating .star-rating-item:before {
    content: "\e807\e807\e807\e807\e807";
    font-family: "fontello";
    color: #ffcc33;
}
.star-rating:after {
    content: "\e807\e807\e807\e807\e807";
    font-family: "fontello";
    color: #ccc;
}
.review_main_in li .review_content .title {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 4px;
}
.review_main_in li .review_content .text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
span.shop_reply:before {
    content: "/";
    padding-top: 4px;
    margin-left: 4px;
    margin-right: 4px;
    color: #898989;
}
.review_link a {
    display: block;
    text-align: center;
    padding: 10px;
    background: #2681ff;
    color: #fff;
    border-radius: 50px;
    width: 70%;
    margin: 0 auto;
    margin-top: 15px;
}
.review-info .review-name span {
    font-size: 14px;
    display: inline-block;
    margin-left: 6px;
    color: #4CAF50;
    background: none;
    float: none;
    padding: 0;
}
.user_review_event{
    margin: -15px 15px 0;
}
.user_review_event_ac.acbox {
    top: -21px;
}
.user_review_event_text{
	background-image: linear-gradient(270deg,#0ca4ce,#68c958);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    float: right;
    width: calc(100% - 50px);
    margin: 0 5px;
    font-size: 16px;
    font-weight: 700;
}
.user_review_event_img{
	float: left;
    width: 40px;
    min-height: 22px;
    height: 100%;
    background: url(//cdn.asobo.com/img/hot.gif);
    background-size: 40px;
    background-position: -3px -8px;
    background-repeat: no-repeat;
}
/*動画*/
.movie_main_in{
	display: flex;
    overflow: hidden;
}
.movie_main_in li {
	list-style:none;
    flex: 0 0 142px;
    width: 142px;
    box-sizing: border-box;
	text-align: left;
    vertical-align: top;
	position:relative;
    padding: 0;
	margin: 0 15px 0 0;
	border-radius: 12px;
}
.movie_main_in li .linkimg{
	width:142px;
	height:252px;
	overflow:hidden;
	    border-radius: 12px;
}
.movie_main_in li .linkimg a{
	width:100%;
	height:100%;
	display:block;
}
.dmove_selfie {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}
.dmove_selfie_data_title {
    margin-bottom: 4px;
}
.dmove_selfie_data {
    top: 221px;
}
/*写メ一覧*/
.diary_list .diary_list_in li {
	list-style:none;
    width: 16.66666%;
    box-sizing: border-box;
	text-align:center;
    vertical-align: top;
	position:relative;
    padding: 0 1px 1px 0;
	float:left;
}
.diary_list .diary_list_in li .linkimg{
	width:100%;
	height:100%;
}
.diary_list .diary_list_in li .linkimg img{
	width:100%;
	height:100%;
}
.diary_list .diary_list_in li .linkimg a{
	width:100%;
	height:100%;
	display:block;
}
.diary_list .diary_list_in li .linkimg a:after{
	border:0 !important;
}
.diary_list .diary_list_in li .diary_date {
    position: absolute;
    color: #fff;
    background: rgba(255,0,69,.8);
    border-radius: 15px;
    top: 6px!important;
    right: 6px;
    font-size: 10px;
	z-index:1;
    padding: 1px 5px;
}
/*コメント*/
.direct-chat {
	margin: 15px 85px 20px;
}
.direct-chat:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
/*新着*/
.shop_news {
    margin: 0 85px;
}
.shop_news li {
    padding: 15px 0;
    list-style: none;
    position: relative;
    border-bottom: 1px solid #efefef;
}
.shop_news li:first-child{
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	padding-top: 5px;
}
.shop_news li:last-child{
	margin-bottom:0;
	border:0;
    padding-bottom: 0;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
}
.shop_news li span{
	color: #9E9E9E;
    font-weight: normal;
	font-size:12px;
}
.shop_news li b{
	margin:3px 0;
	font-size:16px;
	display:block;
}
.shop_news li a{
    position: relative;
    padding-right: 25px;
    margin-right: 10px;
    display: block;
	color:#333;
}
.shop_news li a:after {
    position: absolute;
    z-index: 4;
    top: calc(50% - 5px);
    right: 0;
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-top: #adadad 1px solid;
    border-right: #adadad 1px solid;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.shop_news li b,.shop_news li i{
	font-style:normal;
	font-weight:normal;
}
.shop_news li i{
    color: #9E9E9E;
    font-size: 13px;
}
/*MENU*/
.top_menu {
    display: none;
}
.scrollfixed .top_menu {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
	height: 45px;
    background-color: rgb(0,0,0,.9);
    color: #fff;
    display: block;
    padding: 10px 15px;
    max-width: 680px;
}
.top_name a{
	display:block;
	float:left;
}
.top_name a:first-child{
	width: 23px;
    height: 23px;
    margin-right: 12px;
}
.top_name a:nth-child(2){
	width: calc(100% - 35px);
	color:#fff;
    padding-top: 3px;
}
.top_name a span, .top_name a span:after, .top_name a span:before{
	position: absolute;
    height: 2px;
    width: 17px;
    background: #fff;
	border-radius:0px;
    display: block;
    content: '';
    cursor: pointer;
    bottom: 22px;
}
.top_name a span:before {
	bottom: 6px;
	width: 20px;
}
.top_name a span:after {
	bottom: -6px;
	width: 14px;
}
.shop_notes {
    padding: 20px 15px 65px;
    font-size: 14px;
    margin: 20px 15px 0;
	text-align:center;
}
/*下画像*/
footer{
	padding:0;
	color:#fff;
	font-family: 游明朝, YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
footer a{
	color:#fff !important;
	text-shadow: 0 0 3px rgba(0,0,0,0.8);
	font-size:12px;
}
footer ul{
	margin:15px 0 20px;
}
footer ul li{
	display:inline-block;
    padding: 2px 10px 0 0;
}
footer ul li a {
    font-size: 14px;
    opacity: .9;
}
.group_bottom {
    position: relative;
    overflow: hidden;
    background-color: #222;
    text-shadow: 0 0 3px rgba(0,0,0,0.8);
}
.group_bottom .group_img {
    max-width: 100%;
    height: 330px;
    position: relative;
}
.group_bottom .group_img:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
	left:0;
    z-index: 2;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0,0,0,.1) url(//sen-aso.com/smart/img/filter.png);
}
.group_bottom .group_img img {
    height: 100%;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: none;
    transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
}
.group_bottom .group_text {
	text-align: center;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    z-index: 3;
    color: #fff;
    text-align: left;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-size: 14px;
    width: 1090px;
    margin: 0 auto;
}
.group_bottom .group_text span{
	display:block;
	margin-bottom:10px;
}
.group_bottom .group_text span{
	display:block;
	margin-bottom:10px;
}
.group_bottom .group_text span strong{
    display: block;
    font-weight: normal;
	margin-bottom:4px;
}
.group_bottom .group_text span strong a{
	font-size: 20px;
}
/*シェアメニュー*/
#sharemenu{
    align-self: flex-start;
    width: 100%;
    box-sizing: border-box;
    line-height: 1.4em;
    background: transparent;
}
#sharemenu .mm-panels{
	background:transparent;
	width:100%;
}
#sharemenu .mm-panels, #sharemenu .mm-panels>.mm-panel{
	background:transparent;
    width: 100%;
    left: 0;
}
#sharemenu .mm-panel_opened {
    display: block!important;
}
.share_panel{
    padding: 25px 30px;
	background:#fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.share_panel_title{
	font-size:16px;
	font-weight:bold;
	text-align:center;
	margin-bottom:10px;
}
.share_panel ul{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
	margin: 15px 0;
}
.share_panel ul li{
	margin: 0 5px;
	font-size:10px;
}
.share_panel ul li a{
	color: #fff;
    padding: 15px 0;
    height: 56px;
    width: 56px;
    font-size: 28px;
    display: block;
    background: #55acee;
    border-radius: 100px;
    box-sizing: border-box;
    text-align: center;
	margin-bottom: 5px;
}
.share_panel ul li:nth-child(2) a{
    background: #3b5999;
}
.share_panel ul li:nth-child(3) a{
	background: #00b900 url(../../img/lineicon.png) no-repeat;
    background-size: 29px;
    background-position: center;
}
.share_panel ul li:nth-child(4) a{
	background: #525252;
	border:1px solid #525252;
    color: #fff;
	padding: 13px 0;
	font-size:26px;
}
.share_panel ul li:nth-child(5) input{
	display:none;
}
.share_qr{
	text-align:center;
	margin:12px 0 10px;
}
.share_url {
    text-align: center;
    margin: 10px 0 20px;
}
.share_url input{
    color: #595960;
    padding:0 15px;
    width: 100%;
    height: 50px;
    font-size: 14px;
    border: 1px solid #ddd;
    font-family: Roboto,Arial,sans-serif;
    display: block;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 4px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    vertical-align: middle;
    line-height: 1.5;
    -webkit-appearance: button;
    border: 1px solid #ededed;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.share_url input[type="text"]:focus {
  outline: 0;
  background: #FFFDE7;
}