@charset "utf-8";
/* CSS Document */


html{
  font-size: 62.5%;
  overflow-x: hidden;
}


body{
  font-family: sans-serif;
  font-size: 1.4rem;
  position: relative;
  z-index: 2;
  background: #FAFBF6;
  -webkit-font-smoothing: antialiased;
  line-height: 160%;
}

body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
}


p {
	line-height: 1.6;
}

a {
	text-decoration: none;
}


a:hover {
	opacity: 0.7;
}

img{
  max-width: 100%;
}


img, svg {
    height: auto;
    min-height: 1px;
    position: relative;
    z-index: 2;
	vertical-align: top;
}

.grecaptcha-badge { visibility: hidden; }

/*==========================

    a img over

============================*/

#contents a.overClear:hover img {
	filter: alpha(opacity=100) !important;
	-moz-opacity: 1;
	opacity: 1 !important;
}

#contents a.overClear:hover img,
x:-moz-any-link {
	background: none;
}

#contents a.overClear:hover img,
x:-moz-any-link,
x:default {
	background: none;
}





/*==========================

	header

============================*/
#globalHeader{
	font-size: 1.6rem;
	position: relative;
	border-bottom: 1px solid #FF629B;
	background: #FAFBF6;
}

.headerLine{
	width: 100%;
	height: 1px;
	background: #FF629B;
	display: block;
}

.headerPart{
	display: flex;
	max-width: 1200px;
	margin: 0 auto;
	justify-content: space-between;
	flex-wrap: wrap;
}

#globalHeaderTop{
	align-items: center;
	padding: 20px 0;
}

#globalHeaderTop.flex_end{
	padding: 18px 0;
	line-height: normal;
}



#siteIntro{
	width: 40%;
	font-size: 1rem;
	padding-left: 20px;
}

.siteIntroSub{
	display: block;
	color: #A8A8A8;
	font-size: 1rem;
}


.globalHeaderSpNav{
	width: 32%;
}

#memberNav li{
	width: 47%;
	margin-right: 1%;
}

#memberNav{
	width: 100%;
	display: flex;
}



#memberNav li a,
#globalNav li a{
  color: #FF629B;
  display: flex;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}

#memberNav li a {
	justify-content: right;
}

#globalNav li a:hover {
	opacity: 1;
	background: #FF629B;
	color: #fff;
	height: 100%;
}

#globalNav li a:hover img {
	filter: invert(100%) sepia(98%) saturate(10%) hue-rotate(180deg) brightness(200%) contrast(200%);
}


#memberNav li a img,
#globalNav li a img{
	max-width: 20px;
	margin-right: 6%;
}

#logo{
	width: 14%;
	padding-left: 20px;
	height: auto;
    padding-bottom: 6px;
}


#globalNavBox{
	width: 80%;
	display: flex;
}

#globalNav{
	width: 90%;
	display: flex;
	align-items: center;
}

#globalNav li {
  width: 30%;
  border-right: 1px solid #FF629B;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#globalNav li:first-child{
	border-left: 1px solid #FF629B;
}

/*==========================

	nav

============================*/

.btnMenu{
	height: 100%;
	width: 100px;
	position: relative;
	color: #FF629B;
	background: transparent;
	border:none;
	cursor: pointer;
	border-right:1px solid #FF629B;
}

.btnMenu span {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  width: 22px;
  height: 1px;
  background-color: #FF629B;
}

.btnMenu span:nth-of-type(1) {
	top: 20px;
}

.btnMenu span:nth-of-type(2) {
  top: 24px;
}

.btnMenu span:nth-of-type(3) {
  top: 28px;
}

.btnMenu p {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  font-size: 1.2rem;
}



#globalInnerNavwrap{
	width: 100vw;
	height: 100vh;
	background:url("../img_v1/index/bg_contents.jpg") no-repeat center -100vh #FAFBF6;
	background-size: 100% auto;
	padding: 140px 0 80px;
	position: fixed;
	top: 0;
	right:-100vw;
	z-index:100;
	transition: all 0.2s ease-out;
}

#globalInnerNavwrap.action{
	right: 0;
}


.globalInnerNavBox{
	max-width: 1000px;
	margin: 0 auto 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.globalInnerNav{
	width: 25%;
}

.globalInnerNav .innerNavBoxTtl,
.globalInnerNav .innerNavBoxTtl a{
	color: #111;
	display: block;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 1.6rem;
}

.globalInnerNav li{
	margin-bottom: 10px;
}

.globalInnerNav li a{
	color: #555;
	font-size: 1.4rem;
}

.globalInnerNavRuleList{
	display: flex;
	max-width: 1000px;
	margin: 0 auto;
}

.globalInnerNavRuleList li{
	width: 25%;
}

.globalInnerNavRuleList li a{
	color: #555;
	font-size: 1.4rem;
}

.globalInnerNav .bnr{
	margin-bottom: 20px;
	display: block;
}

.globalInnerNav .bnr img{
	width: 60%;
}

.globalInnerNav .bnr.firstChild{
	margin-top:0px;
}

.btnClose {
  position: absolute;
  right: 140px;
  top: 70px;
  width: 50px;
  height: 50px;
  color: #FF629B;
  background: transparent;
  border:none;
  cursor: pointer;
}

.btnClose p{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.btnClose span {
  position: absolute;
  right: 16px;
  width: 22px;
  height: 1px;
  top: 20px;
  background-color: #FF629B;
}

.btnClose span:nth-of-type(1) {
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
}

.btnClose span:nth-of-type(2) {
  transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
}



/*==========================

	contents

============================*/

#contents {
	width: 100%;
	background:url("../img_v1/index/bg_contents.jpg") repeat-y center -112vh;
	background-size: 100vw auto;
}

.innerConts{
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 40px;
}

.pageConts{
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}


/*==========================

	layout

============================*/

#main {
    width: 720px;
    margin: 0 0 150px 0;
}

#sub {
    width: 260px;
    margin: 80px 0 150px 0;
}


/*==========================

	btnTop

============================*/

#btnTop {
	/*background: url(../img/common/bg_btnTop.jpg) repeat-x left top #F4F4EA;*/
	clear: both;
	width: 100%;
	/*height: 50px;*/
	display: none;
}

#btnTop .footerbg {
	display: block;
	width: 1000px;
	margin: 0 auto;
}

.pagetop{
	position: fixed;
	bottom: 40px;
	right: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	background: #fff;
	border: 2px solid #ff6098;
 }


.pagetop {
    bottom: 60px;
    right: 10px;
    width: 40px;
    height: 40px;
	z-index: 999;
}

.in_top .pagetop{
	bottom: 140px;
}




 .arrow{
	width: 10px;
	height: 10px;
	border-top: 3px solid #ff6098;
	border-right: 3px solid #ff6098;
	transform: rotate(-45deg);
	margin-top: 5px;
 }


/*==========================

	aside

============================*/

.asideSectionHead {
	background: url(../img/common/aside_sectionBg.jpg) repeat-y left top;
	width: 255px;
}

.asideSectionHead h2 {
	height: 47px;
}



.asideSection {
	padding: 4px;
	margin: 0 auto 20px;
}

#newShopBox,
#newShopBox .asideSectionBody {
	border: 1px dotted #333;
	padding: 6px;
}

#newIssueBox,
#newIssueBox .asideSectionBody {
	border: 1px solid #B3B4AD;
	padding: 6px;
}

#shopActiveBox,
#shopActiveBox .asideSectionBody {
	border: 1px solid #49D4A5;
	padding: 6px;
	background: #fff;
}



.asideSectionBody {
	padding: 0 16px 20px;
}

.asideBoxTtl {
	display: flex;
	color: #fff!important;
	padding: 8px 10px;
	font-size: 16px!important;
	align-items: center;
}

#newShopBox .asideBoxTtl img {
	height: 20px;
}

.asideBoxTtl img {
	margin-right: 10px;
	max-width: 20px;
}

.asideBoxTtl.pink {
	background: #FE5E8E;
}

.asideBoxTtl.blue {
	background: linear-gradient(to bottom right, #429FEF, #82A9F4);
}

.asideBoxTtl.green {
	background: linear-gradient(to bottom, #6BD8B3, #49D4A5);
}

.issueTitle {
	word-break: break-all;
}

#asideHelpBox {
	background: #FFF;
	border: 8px solid #f4f4e9;
	margin: 0 0 10px 0;
}

#asideHelpBox li figure {
	min-height: 49px;
}

#asideHelpBox li {
	margin-bottom: 10px;
	padding-top: 12px;
}

#asideHelpBox .helpShopImg {
	float: left;
	display: block;
	width: 75px;
	margin-right: 5px;
}

#asideHelpBox li time {
	display: block;
	font-size: 10px;
	line-height: 0.8;
	color: #666;
}

#asideHelpBox .helpTxtPart {
	width: 140px;
	float: right;
	font-size: 10px;
}

#asideHelpBox li a {
	color: #3399ff;
}

#asideHelpBox li p {
	clear: both;
	margin: 5px 0;
	color: #666;
}

#asideHelpBox .helpMore {
	display: block;
	position: relative;
	bottom: 0px;
	left: 175px;
}

.helpList {
	padding: 6px;
}


.newShop {
	padding-top: 12px;
}



.newShop a {
	color: #3399ff;
}

.newShop h3 {
	margin-bottom: 5px;
	font-size: 13px;
	display: flex;
	align-items: center;
	text-indent: 10px;
}


.newShop figure img {
	float: left;
	width: 123px;
	margin-right: 13px;
}


.newShop figcaption {
	width: 87px;
	float: left;
	color: #666;
	font-size: 10px;
}

.newShop figcaption span {
	color: #ff689d;
}


.newIssue {
	padding-top: 12px;
}



.newIssue a {
	color: #3399ff;
}

.newIssue h3 {
	margin-bottom: 5px;
}


.newIssue figure img {
	float: left;
	width: 123px;
	margin-right: 13px;
}


.newIssue figcaption {
	width: 87px;
	float: left;
	color: #666666;
	font-size: 10px;
}

.newIssue figcaption span {
	color: #ff689d;
}

.asideSectionBody .flexslider {
	margin: 0 !important;
	box-shadow: none;
}



/*==========================

		aside op

============================*/
.opBox {
	border: 3px solid #ff669d;
	border-radius: 5px;
	width: auto;
	position: relative;
	margin: 46px auto 15px;
	padding: 0 2%;
}

.opTtl {
  display: block;
  left: 0;
  position: absolute;
  top: -25px;
  z-index: 3;
  text-align: center;
}

.opTtl img{
	max-width: 96%;
}

.opBox .flexslider {
	background: transparent!important;
	border: none!important;
	margin:0 auto!important;
	box-shadow: none;
}

.opBox .flex-direction-nav{
	display: none!important;
}

.opBox ul {
	margin: 0 auto;
	padding: 35px 0 0;
}

.opBox li,.slides li{
	margin: 0 auto 15px;
}

.opBox li:last-child {
	margin-left: 6px;
}

.opBox li img {
	margin: 0;
	width: 230px;
}

.opBox li a {
	color: #ff669d;
	display: block;
	margin: 0;
}



/*==========================

	twitter

============================*/

#twitterBox {
	width: 256px;
	background-color: #f4f4e9;
	margin-bottom: 10px;
}

.widget {
	width: 96%;
	margin: 0 auto;
}

.follow {
	text-align: right;
	padding: 5px 5px 10px;
}

.follow a {
	color: #ff6699;
}

/*==========================

	footer

============================*/


#globalFooter{
	background: linear-gradient(120deg, #e7c6fa, #f8d5b9);
	padding: 100px 0 80px;
}

#globalFooterWrap{
	max-width: 1150px;
	margin: 0 auto;
	font-size: 1.2rem;
}

.footerNavBoxWrap{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto 80px;
}

.footerNavBox{
	width: 25%;
}

.footerNav{
	margin-bottom: 40px;
}


.footerNav .navTtl,
.footerNav .navTtl a{
	font-size: 1.4rem;
	font-weight: bold;
	color: #111;
	display: block;
	margin-bottom: 10px;
}

.footerNav li{
	margin-bottom: 10px;
	font-size: 1.2rem;
}

.footerNav li a{
	color: #555;
}

.footerNavBox .bnr{
	width: 210px;
	display: block;
	margin-bottom: 20px;
}

.footerBottom{
	display: flex;
	justify-content: space-between;
}

.footerLogo{
	width: 108px;
	margin-bottom: 30px;
}

.footerRuleList{
	display: flex;
}

.footerRuleList li{
	margin-right: 50px;
}


.snsBoxList{
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}

.snsBoxListTtl{
	font-size: 1.2rem;
}

.snsBoxList ul{
	display: flex;
	margin-left: 40px;
}

.snsBoxList ul li{
	max-width:20px;
	margin-right: 10px;
}



.footerRuleList li a,
#copyright{
	color: #555;
}


.only_sp {
	display: none !important;
}

/*アンケート用 ここから*/
.enquete_bnr {
	position: fixed;
	right: 1.1rem;
	bottom: 1.1rem;
}

.enquete_link {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	box-shadow: 0 0.5rem 4rem rgb(0 0 0 / 20%);
	color: #3e464a;
	transition: opacity 0.2s cubic-bezier(.473, .427, 0, .993);
	transition: opacity 0.2s var(--easing-default);
}

.enquete_bnr a {
	text-decoration: none;
}

.enquete_img {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.enquete_img img {
	width: 120px;
	height: 120px;
}

.enquete_text {
	padding: 0 1rem;
	flex-grow: 1;
	pointer-events: none;
}

.enquete_text dt {
	margin-bottom: 0.3rem;
	font-weight: bold;
	font-size: .7rem;
	color: #FD679B;
}

.enquete_text dd {
	color: #111;
	font-size: .9rem;
	font-weight: 700;
	line-height: 1.2;
	display: block;
}



/*アンケート用 ここまで*/




/*==========================

	下階層共通

============================*/

#panList {
	margin: 16px 0;
	font-size: 1.3rem;
}

#panList li {
	display: inline;
}

#panList li a {
	color: #666666;
	padding-right: 5px;
}

#panList .panAccess {
	color: #ff6699;
}

#contentsTtl {
	font-size: 30px;
    padding: 0 10px;
    margin: 0 0 30px;
    border-left: 6px solid #FE5E8E;
}

#contentsTtl span {
	font-size: 12px;
	color: #757575;
}

#contentsTtl .smallTtl {
    margin-left: 20px;
}

#contentsTtl .smallTxt {
    margin-left: 50px;
}

#contentsTitle {
	padding-bottom: .2em;
	font-size: 24px;
	border-bottom: 1px solid #ccc;
}

span.gimmick {
	width: 20px;
	background: #ff92b9;
	margin: 0 6px 0 0;
}

#detailWrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}

.mailBox {
	width: 100%;
	padding: 10px 0;
	margin-top: 10px;
	border-bottom: 1px dashed #cfcfcf;
	background: #efefef;
}

.mailBox2 {
	width: 100%;
	padding: 10px 0;
	margin-top: 10px;
	border-bottom: 1px dotted #cfcfcf;
	background: #fff;
}

.offerTitle {
	width: 57%;
	padding: 0 0 0 10px;
	margin: 0;
	font-size: 14px;
	/*display: inline-block;*/
	display: block;
	float: left;
}

.offerTitle a {
	text-decoration: none;
	color: #0000ff;
}

.offerTitle a:hover {
	text-decoration: underline;
	color: #ff71a3;
}

.offerDate {
	width: 40%;
	padding: 0 10px 0 0;
	margin: 0;
	font-size: 12px;
	color: #acacac;
	text-align: right;
	display: inline-block;
}

.mailView {
	width: 100%;
	padding: 10px 0;
	margin-top: 10px;
	border-bottom: 1px dashed #cfcfcf;
	background: #b0e9fb;
	line-height: 20px;
}

.mailTitle {
	width: 57%;
	padding: 0;
	margin: 0;
	font-size: 16px;
	/*display: inline-block;*/
	display: block;
	float: left;
}

.mailDate {
	width: 42%;
	padding: 0;
	margin: 0;
	font-size: 12px;
	color: #666;
	text-align: right;
	display: inline-block;
}

.mailText {
	width: 100%;
	margin: 0;
	padding: 0;
	color: #666;
}

/*==========================

	SHOP INFO

============================*/
.infoBox {
	margin: 20px 0;
	padding: 0;
	border: 1px solid #ccc;
}

.info_line {
	vertical-align: middle;
	padding: 18px 0;
	border-bottom: 1px dotted #d0d0c9;
}

.info_line2 {
	vertical-align: middle;
	padding: 18px 0;
	text-align: center;
}

.tableIcon {
	display: block;
	padding: 0 3px 0;
	float: left;
}

.shop_ttl {
	width: 15%;
	margin: 0;
	padding: 0 0 0 40px;
	float: left;
	/*display: inline-block;*/
	display: block;
}

.shop_dtl {
	width: 75%;
	margin: 0;
	padding: 0;
	display: inline-block;
}

.sectionTitle {
	padding: 5px 0 0 0;
	margin: 0px 0 15px 0;
	background: #fdeff4;
	height: 35px;
	line-height: 30px;
	border-bottom: 1px dotted #d0d0c9;
}

span.mark {
	height: 28px;
	width: 9px;
	margin: 0 10px;
	padding: 0;
	background: #ff5c95;
	display: inline-block;
}

.sectionTitle2 {
	padding: 5px 0 0 0;
	margin: 0px 0 15px 0;
	background: #C9EAF6;
	height: 35px;
	line-height: 30px;
	border-bottom: 1px dotted #d0d0c9;
}

span.mark2 {
	height: 28px;
	width: 9px;
	margin: 0 10px;
	padding: 0;
	background: #55a9c7;
	display: inline-block;
}

.mailTable {
	margin: 20px 0;
	padding: 0;
	border: 1px solid #ccc;
}

.offerButton {
	margin: 0 auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999', endColorstr='#777');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#999', endColorstr = '#777')";
	background-image: -moz-linear-gradient(top, #999 0%, #777 100%);
	background-image: -ms-linear-gradient(top, #999, #777);
	background-image: -o-linear-gradient(top, #999, #777);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#999), to(#777));
	background-image: -webkit-linear-gradient(top, #999, #777);
	background-image: linear-gradient(top, #999, #777);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	display: inline-block;
	color: #fff;
	border: none;
	width: 220px;
	padding: 16px 0;
	font-size: 16px;
	cursor: pointer;
}

.offerButton2 {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7BE1E3', endColorstr='#6EDEDF');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#7BE1E3', endColorstr = '#6EDEDF')";
	background-image: -moz-linear-gradient(top, #7BE1E3, #6EDEDF);
	background-image: -ms-linear-gradient(top, #7BE1E3, #6EDEDF);
	background-image: -o-linear-gradient(top, #7BE1E3, #6EDEDF);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#7BE1E3), to(#6EDEDF));
	background-image: -webkit-linear-gradient(top, #7BE1E3, #6EDEDF);
	background-image: linear-gradient(top, #7BE1E3, #6EDEDF);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	display: inline-block;
	color: #fff;
	border: none;
	width: 220px;
	padding: 15px 0;
	font-size: 16px;
	cursor: pointer;
}

.offerButton3 {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff76a6', endColorstr='#fe508d');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ff76a6', endColorstr = '#fe508d')";
	background-image: -moz-linear-gradient(top, #ff76a6, #fe508d);
	background-image: -ms-linear-gradient(top, #ff76a6, #fe508d);
	background-image: -o-linear-gradient(top, #ff76a6, #fe508d);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ff76a6), to(#fe508d));
	background-image: -webkit-linear-gradient(top, #ff76a6, #fe508d);
	background-image: linear-gradient(top, #ff76a6, #fe508d);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	display: inline-block;
	color: #fff;
	border: none;
	width: 220px;
	padding: 16px 0;
	font-size: 16px;
	cursor: pointer;
}

.offerButton:hover,
.offerButton2:hover,
.offerButton3:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.offerButton a,
.offerButton2 a {
	color: #fff;
	text-decoration: none;
}

.mailText {
	padding: 10px;
	margin: 0;
	width: 100%;
}

.btnBox {
	text-align: center;
}

/*==========================

	css

============================*/
.clear {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
}

.inline {
	display: inline;
}

.side_imgBlock,
.imgBlock {
	display: block;
	padding-bottom: 10px;
}

.side_imgBlock img {
	margin-bottom: 10px;
}


/************************* page_list *****************************/
#page_list ol {
	width: 100%;
	text-align: center;
	padding: 15px 0;
}


#page_list li {
	display: inline;
	font-weight: bold;
	vertical-align: top;
	margin: 0 2px;
}

#page_list li strong {
	padding: 6px 10px;
	display: inline-block;
	font-weight: bold;
	color: #ff5792;
}

#page_list li a {
	display: inline-block;
	text-align: center;
	border: 1px solid #c0c0c0;
	color: #333333;
	text-decoration: none;
	padding: 6px 12px;
	background-color: #f9f9f9;
	margin: 0 0 10px;
}


#page_list li a:hover {
	background-color: #ffffff;
	color: #000000;
	cursor: pointer;
}

#page_list li span {
	display: inline-block;
	text-align: center;
	border: 1px solid #c0c0c0;
	color: #333333;
	text-decoration: none;
	padding: 6px 12px;
	background-color: #ffdae7;
	margin: 0 0 10px;
}

/*--------------------------
		f
--------------------------*/
.count {
	background: url(https://www.new-mo.jp/img/common/bgQofq.gif) no-repeat right center;
	width: 1000px;
	height: 80px;
	position: relative;
	margin: 0 auto 10px;
}

.count p a {
	display: block;
	text-indent: -9999px;
	width: 1000px;
	height: 80px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}


#Timer {
	color: #FF0000;
	font-size: 24px;
	font-weight: bold;
	position: absolute;
	right: 3px;
	top: 36px;
	z-index: 1;
	width: 180px;
	text-align: center;
}

#Timer span {
	font-size: 14px;
	color: #666666;
}


body:nth-of-type(1) #Timer {
	right: 5px;
}


.mediaLink {
	width: 100%;
	margin: 0 auto 10px;
}

.mediaLink img {
	max-width: 100%;
}

#featureBnr ul {
	margin: 0 0 15px;
}

#featureBnr li {
	float: left;
	margin: 0 10px 10px 0;
}

#featureBnr li:last-child {
	margin-right: 0;
}


/************************* mypage *****************************/

#adminBox {
	background: url(../img/common/mypage/adminBoxFooter.jpg) no-repeat center bottom;
	margin: 0 auto 50px;
	padding: 0 0 13px;
	width: 253px;
}


.adminTtl {
	height: 13px;
	margin-bottom: 3px;
}

.adminBoxBody {
	width: 213px;
	padding: 20px;
	background: url(../img/common/mypage/adminBoxBody.jpg) repeat-y center center;
}


.adminList li {
	border-radius: 5px;
	line-height: 43px;
	display: block;
	width: auto;
	margin: 0 auto 5px;
	text-align: center;
	font-weight: bold;
}

.adminList li:last-child {
	margin: 0 auto;
}


#adminListShop li {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff0084+0,ff0084+100;Pink+Flat */
	background: #6EDEDF;
	/* Old browsers */
	background: -moz-linear-gradient(top, #7BE1E3 0%, #6EDEDF 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #7BE1E3 0%, #6EDEDF 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #7BE1E3 0%, #6EDEDF 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7BE1E3', endColorstr='#6EDEDF', GradientType=0);
	/* IE6-9 */
}

#adminListMem li {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff0084+0,ff0084+100;Pink+Flat */
	background: #ff669c;
	/* Old browsers */
	background: -moz-linear-gradient(top, #fe85b0 0%, #ff669c 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fe85b0 0%, #ff669c 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fe85b0 0%, #ff669c 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe85b0', endColorstr='#ff669c', GradientType=0);
	/* IE6-9 */
}


#adminListShop li a,
#adminListMem li a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

#adminListShop li a {
	text-shadow: 1px 1px 1px #6EDEDF;
}

#adminListMem li a {
	text-shadow: 1px 1px 1px #ff669c;
}

#adminListShop li a:hover,
#adminListShop li .selected {
	border-radius: 5px;
	color: #205556;
	text-shadow: 1px 1px 1px #ffffff;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff0084+0,ff0084+100;Pink+Flat */
	background: #BAF4F5;
	/* Old browsers */
	background: -moz-linear-gradient(top, #BAF4F5 0%, #BAF4F5 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #BAF4F5 0%, #BAF4F5 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #BAF4F5 0%, #BAF4F5 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BAF4F5', endColorstr='#BAF4F5', GradientType=0);
	/* IE6-9 */
}

#adminListMem li a:hover,
#adminListMem li .selected {
	border-radius: 5px;
	color: #ff679d;
	text-shadow: 1px 1px 1px #ffffff;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff0084+0,ff0084+100;Pink+Flat */
	background: #ffcde0;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ffcde0 0%, #ffcde0 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffcde0 0%, #ffcde0 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffcde0 0%, #ffcde0 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcde0', endColorstr='#ffcde0', GradientType=0);
	/* IE6-9 */
}

.msgBox {
	width: 96%;
	padding: 10px;
	color: #ff0000;
	font-size: 16px;
	border: 1px solid #ff0000;
	background: #fff;
	text-align: center;
}


/*特集一覧*/
#navFeatureCommon {
	width: 100%;
	margin: 0 auto 50px;
}

#navFeatureCommon li {
	float: left;
	margin: 0 10px 0 0;
}


.ttlCatch {
	margin: 0 auto 60px;
}


.hideTxt {
	display: none;
}

#backNumberTtl {
	margin-bottom: 24px;
}


#backNumberBox ul {
	width: 740px;
	margin-right: -20px;
}

#backNumberBox li {
	float: left;
	width: 350px;
	height: 207px;
	overflow: hidden;
	margin-right: 20px;
}

#backNumberBox li img {
	max-width: 100%;
}

#backNumberBox li .figure {
	display: block;
	width: 100%;
	height: 146px;
	overflow: hidden;
	margin-bottom: 10px;
}

#backNumberBox li a {
	color: #fe417f;
	text-decoration: none;

}

#btnNext {
	display: block;
}


.txtTtl {
	border-left: 5px solid #ff538f;
	padding-left: 10px;
	margin-bottom: 10px;
}

.submitBox02 {
	text-align: center;
}

.submitBox02 input[type="submit"] {
	display: inline-block;
	clear: both;
	font-size: 14px;
	border-radius: 3px;
	border: none;
	background: linear-gradient(to top, rgb(255, 103, 156), rgb(255, 136, 178));
	color: rgb(255, 255, 255);
	text-align: center;
	padding: 10px 45px;
	cursor: pointer;
	margin: 0 auto;
	outline: none;
}

.btnStyle_s {
	text-align: center;
	width: 190px;
	text-decoration: none;
	display: block;
	color: #fff;
	font-weight: 600;
	border-radius: 5px;
	padding: 0 5px;
	line-height: 40px;
	height: 40px;
	background: linear-gradient(to top, rgb(255, 103, 156), rgb(255, 136, 178));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7BE1E3', endColorstr='#6EDEDF', GradientType=0);
	/* IE6-9 */
}

.popup {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transition: .6s;
}

.popup.is-show {
	opacity: 1;
	visibility: visible;
}

.popup-inner {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 20%;
	max-width: 600px;
	padding: 70px;
	z-index: 2;
	padding-top: 120px;
	background-size: 40px 40px;
	background-image: linear-gradient(-45deg, #f9f8f7 25%, #ffffff 25%, #ffffff 50%, #f9f8f7 50%, #f9f8f7 75%, #ffffff 75%, #ffffff);
}

.h4-inner {
	font-size: 1.8vmax;
	width: 70%;
	position: absolute;
	top: 5%;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	font-weight: bold;
	color: #ef99b7;
	border-bottom: solid 2px #ef99b7;
}


.popup-inner img {
	width: 100%;
}

.close-btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}

.close-btn i {
	font-size: 20px;
	color: #333;
}

.black-background {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .8);
	z-index: 1;
	cursor: pointer;
}

.sns_box ul {
	display: flex;
	padding: 0 23px 0 340px;
	padding-top: 10px;
	width: 226px;
}

.sns_box a:hover {
	opacity: 0.7;
}

.twitter_btn img {
	width: 30px;
}




.area_tokyo {
	background-color: #3fc0d1;
}

.area_north {
	background-color: #ffbe58;
}

.area_east {
	background-color: #4ad4a5;
}

.area_central {
	background-color: #7e9ef1;
}

.area_central2 {
	background-color: #7c9ff3;
}

.area_west {
	background-color: #f188ef;
}

.area_west2 {
	background-color: #ca89ed;
}

.area_south {
	background-color: #ff6b9f;
}


.flexImg {
	max-width: 20px;
	margin-right: 10px;
}

.innerTtl img {
  margin-right: 10px;
  max-width: 26px;
  max-height: 26px;
}


.contMore{
	display: block;
	text-align: right;
	position: relative;
	padding-right: 20px;
	margin-top:20px;
}

.contMore.help{
	margin:20px 10px 10px;
}


.contMore::after{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: 50px;
	width: 16px;
	height: 16px;
	z-index: 1;
}

.contMore.help::after{
	background:#6EB4F8;
}

.contMore a{
	text-decoration: none;
	font-size: 12px;
	position: relative;
	color: #000;
}

.contMore a::before,
.contMore a::after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 2;
}

.contMore a::before{
	right: -13px;
	width: 5px;
	height: 1px;
	background: #fff;
}
.contMore a::after{
	right: -14px;
	width: 4px;
	height: 4px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


.icon_health, .icon_pub, .icon_other, .icon_bar_pub, .icon_show_pub, .icon_mix_bar {
  display: block;
  max-width: 100px;
  text-align: center;
  padding: 2px;
  color: #ffffff;
}
.icon_health{background-color: #ff6699;}
.icon_bar_pub{background-color: #95E5E9;}
.icon_show_pub{background-color: #FFCB79;}
.icon_other{background-color: #6699ff;}
.icon_mix_bar{background-color: #7960DF;}


.only_sp {
	display: none !important;
}

.newcommu_bannerImg img{
	display: block;
	max-width: 100%;
	margin: 0 auto 2em;
}

@media screen and (max-width: 1220px) {
	.innerConts {
	    width: 96%;
	}
}


@media screen and (max-width: 1024px) {
	.innerConts {
	    width: 90%;
	}
}


/* Media Queries ================================================== */
/*896*/
@media screen and (max-width: 896px) {

	.only_pc {
		display: none !important;
	}

	.only_sp {
		display: block !important;
	}

	html, body {
	    height: 100%;
	    overflow: auto;
	    -webkit-overflow-scrolling: touch;
	}

	body {
		width: 100vw;
		overflow-x: hidden;
	}

    body.fixed {
        position: relative;
        width: auto;
        height: auto;
    }

	/*==========================

		header

	============================*/
	#globalHeader{
		border-bottom: none;
		padding: 0;
		position: fixed;
		z-index: 4;
		width: 100%;
		box-sizing: border-box;
	}

	#globalHeaderTop {
		padding: 10px 10px 6px;
		margin-top: 0;
	}

	#globalHeaderTop.flex_end{
		padding: 10px 10px 6px;
		line-height: 160%;
	}

	#logo{
		width: 106px;
		padding-left: 0;
	}

	.globalHeaderSpNav{
		width: 24%;
		position: relative;
		display: flex;
	}


	#memberNav{
		width: calc( 100% - 30px);
	}

	#memberNav li{
		width: 48%;
		margin-right: 1%;
		font-size: 1.2rem;
		border-right:1px dotted #FF629B;
	}

	#memberNav li a {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

	#memberNav li a img{
		max-width: 24px;
		width: 24px;
		margin-bottom: 4px;
		display: block;
	}


	.btnMenu {
	    height: 42px;
	    width: 60px;
	    border-right: none;
	}

	.btnMenu span {
	  margin: auto;
	  width: 24px;
	}

	.btnMenu span:nth-of-type(1) {
		top: 8px;
	}

	.btnMenu span:nth-of-type(2) {
	  top: 14px;
	}

	.btnMenu span:nth-of-type(3) {
	  top: 20px;
	}

	.btnMenu p {
		bottom: -5px;
		line-height: 1;
	}


	/*==========================

		nav

	============================*/


	#globalInnerNavwrap{
		padding: 80px 20px;
		box-sizing: border-box;
		overflow: scroll;
	}


	.globalInnerNavBox{
		display: block;
		margin: 0 auto;
	}

	.globalInnerNav{
		width: 100%;
		margin: 0 auto 16px;
		border-bottom: 1px dashed #ccc;
	}

	.globalInnerNav .innerNavBoxTtl,
	.globalInnerNav .innerNavBoxTtl a{
		margin-bottom: 16px;
	}

	.innerNavBoxTtl a{
		font-size: 1.4rem;
	}

	.globalInnerNav li a{
		font-size: 1.2rem;
	}

	.globalInnerNav li a::before{
		content: "-";
		padding-right: 6px;
	}


	.globalInnerNavRuleList{
		display: block;
	}

	.globalInnerNavRuleList li{
		width: 100%;
		margin-bottom:16px;
	}

	.globalInnerNavRuleList li a{
		font-size: 1.2rem;
	}

	.globalInnerNav.spFlex{
		display: flex;
		justify-content: space-between;
		border-bottom: none;
		margin: 40px 0;
	}

	.globalInnerNav .bnr{
		margin-bottom: 0;
		width: 48%;
	}

	.globalInnerNav .bnr img{
		width: 100%;
	}

	.globalInnerNav .bnr.firstChild{
		margin-top:0;
	}

	.btnClose {
	  right: 20px;
	  top: 20px;
	  width: 40px;
	  height: 50px;
	}

	.btnClose span {
		right: 8px;
	}


	/*==========================

		contents

	============================*/

	#contents {
		padding-top:0;
		padding-bottom: 80px;
		margin-top: 98px;
		/*background:url("../img_v1/index/bg_contents.jpg") repeat-y left -112vh;*/
		background-image: url("../img_v1/index/bg_contents.jpg");
		background-repeat: repeat-y;
		background-position: left -112vh;
		background-size: 100% auto;
  		
		/*background:none;*/
		/*background-size: 100% auto;*/
		/*background-size: contain;*/
	}

	body.android #contents{
		background-size: 135% auto;
	}	


	#main {
		margin: 0 0 50px 0;
		width: 100%;
	}

	#sub,#panList {
		display: none;
	}

	.innerConts {
	    width: 100%;
		padding-top: 0;
	}

	/*==========================

		footer

	============================*/


	.specialLinkBnr {
		padding: 0 20px;
	}

	#globalFooterWrap {
	  margin: 0 auto;
	}

	#globalFooter{
		padding: 20px;
	}


	.footerNavBoxWrap{
		display: block;
		margin: 0 auto 40px;
	}

	.footerNavBox{
		width: 100%;
	}

	.footerNav {
	    margin-bottom: 16px;
	    padding-bottom: 0;
	    border-bottom: 1px dashed #ccc;
	 }

	 .footerNav li{
	 	margin-left: 1em;
	 }

	 .footerNav li a::before {
	 	content: "-";
	 	padding-right: 6px;
	 }


	.footerNavBox.spFlex{
		display: flex;
		justify-content: space-between;
		border-bottom: none;
	}

	.footerNav .navTtl,
	.footerNav .navTtl a {
		margin-bottom: 10px;
	}	

	.footerNavBox .bnr{
		margin-bottom: 0;
		width: 48%;
	}

	.footerBottom {
		display: block;
	}

	.footerRuleList {
	  display: block;
	}

	.footerLogo {
	  margin-bottom: 20px;
	}

	.footerRuleList li {
	  margin-right: 0;
	  margin-bottom: 20px;
	}

	.snsBoxList {
		margin-bottom:20px;
		justify-content: right;
	}

	#copyright{
		text-align: right;
		display: block;
	}



	#deviceBox {
		width: 100%;
		padding: 2% 0;
		position: relative;
	}

	.sns_box ul {
	  display: flex;
	  justify-content: center;
	  width: auto;
	  padding: 20px 0 0;
	}

	.twitter_btn img {
		width: 30px;
	}


	#deviceBtn {
		float: right;
		margin-right: 2%;
		padding: 2% 0;
		width: 48%;
	}

	#deviceBtn a {
		background: url(../img/common/bg_device_pc.png) no-repeat 3% center #A6A69C;
		background-size: auto;
		display: block;
		border-radius: 3px;
		color: #ffffff;
		font-size: 20px;
		padding: 5% 0 5% 27%;
	}

	#copyright {
		text-align: center;
		display: block;
	}

	.Listing_Ad_Bnr img {
		display: block;
		margin: 0 auto;
		padding-top: 20px;
		width: 100%;
		max-width: 248px;
	}

	#btnTop .footerbg {
		width: 96%;
	}

	.in_shop .pagetop{
		bottom: 70px;
		width: 40px;
		height: 40px;
	}



	#contentsTtl{
		height: 42px;
		line-height: 42px;
		border: 1px solid #eae8da;
		border-left: none;
		border-right: none;
		display: block;
		background: linear-gradient(180deg, rgba(247,249,242,1) 0%, rgba(243,242,234,1) 50%, rgba(236,236,226,1) 100%);
		margin-bottom: 30px;
		font-size: 18px;
		padding-left: 22px;
		position: relative;
		font-weight: normal;
	}

	#contentsTtl::before {
		content: "";
		position: absolute;
		width: 5px;
		height: 22px;
		background: #FE5E8E;
		left: 10px;
		top: 9px;
	}

	/*---- siteTitleBar ---*/
	.siteTitleBar{
		display: block;
		/* width: 100vw; */
		line-height: 1.6;
		color: #fff;
		background: #FE8AC9;
		padding: 4px 20px;
		font-size: 1rem;
	}

}

@media screen and (max-width: 710px) {
	.globalHeaderSpNav{
		width: 30%;
	}
}

@media screen and (max-width: 550px) {
	.globalHeaderSpNav{
		width: 38%;
	}
}

@media screen and (max-width: 490px) {
	.globalHeaderSpNav{
		width: 43%;
	}
}

@media screen and (max-width: 414px) {

  .globalHeaderSpNav {
    width: 50%;
  }

  .grecaptcha-badge{
  	z-index: 2;
  }	

}